vuetify 3.5.14 → 3.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +1 -5
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +108 -108
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +80 -19
- package/dist/vuetify-labs.css +2003 -1925
- package/dist/vuetify-labs.d.ts +10752 -10485
- package/dist/vuetify-labs.esm.js +180 -155
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +180 -155
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +2306 -2272
- package/dist/vuetify.d.ts +9316 -9253
- package/dist/vuetify.esm.js +127 -127
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +127 -127
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +1083 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.mjs.map +1 -1
- package/lib/blueprints/md1.mjs.map +1 -1
- package/lib/blueprints/md2.mjs.map +1 -1
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +162 -162
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +609 -609
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +50 -50
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +60 -60
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBottomSheet/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +4 -0
- package/lib/components/VBtn/VBtn.mjs +6 -8
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VBtn/index.d.mts +100 -100
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnGroup/index.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +85 -85
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +154 -154
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +37 -37
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +609 -609
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +20 -20
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +35 -35
- package/lib/components/VDataIterator/index.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +8 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +217 -217
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +110 -110
- package/lib/components/VDatePicker/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
- package/lib/components/VDatePicker/util/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
- package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +23 -13
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +404 -377
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +11 -11
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +111 -111
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +199 -199
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInfiniteScroll/index.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +41 -41
- package/lib/components/VInput/index.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +24 -24
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +172 -172
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +438 -423
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +63 -63
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOtpInput/index.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverflowBtn/index.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -0
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +110 -104
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -11
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +41 -62
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +85 -85
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +82 -82
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +609 -609
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +24 -24
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +75 -75
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +455 -440
- package/lib/components/VSnackbar/index.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperActions.mjs.map +1 -1
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +115 -115
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +88 -88
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +437 -437
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTabs/shared.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +353 -353
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +230 -230
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +469 -454
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/index.mjs.map +1 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VValidation/index.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VVirtualScroll/index.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.mts +9409 -9346
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +7 -6
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/date/index.mjs.map +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +1 -1
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scopeId.mjs.map +1 -1
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs.map +1 -1
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/tag.mjs.map +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/color/index.mjs.map +1 -1
- package/lib/directives/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VCalendar/VCalendar.mjs +15 -11
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs +12 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +200 -52
- package/lib/labs/VCalendar/index.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/index.d.mts +2 -2
- package/lib/labs/VConfirmEdit/index.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.css +7 -2
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.sass +5 -0
- package/lib/labs/VEmptyState/_variables.scss +9 -6
- package/lib/labs/VEmptyState/index.d.mts +47 -47
- package/lib/labs/VEmptyState/index.mjs.map +1 -1
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/index.d.mts +223 -223
- package/lib/labs/VFab/index.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +108 -108
- package/lib/labs/VNumberInput/index.mjs.map +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/VPickerTitle.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VPicker/index.mjs.map +1 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +38 -38
- package/lib/labs/VSparkline/index.mjs.map +1 -1
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/VSparkline/util/path.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +39 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +19 -9
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +22 -0
- package/lib/labs/VSpeedDial/index.d.mts +297 -241
- package/lib/labs/VSpeedDial/index.mjs.map +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +8 -5
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +117 -117
- package/lib/labs/VTimePicker/index.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +201 -201
- package/lib/labs/VTreeview/index.mjs.map +1 -1
- package/lib/labs/VTreeview/shared.mjs.map +1 -1
- package/lib/labs/allComponents.mjs.map +1 -1
- package/lib/labs/components.d.mts +1251 -1047
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/entry-bundler.mjs.map +1 -1
- package/lib/labs/index.mjs.map +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +25 -25
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +30 -30
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/styles/main.css +30 -0
- package/lib/styles/settings/_variables.scss +1 -0
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/bindProps.mjs.map +1 -1
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/easing.mjs.map +1 -1
- package/lib/util/events.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +8 -16
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/lib/util/isFixedPosition.mjs.map +1 -1
- package/lib/util/propsFactory.mjs.map +1 -1
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +25 -25
|
@@ -35,6 +35,10 @@ interface LoaderSlotProps {
|
|
|
35
35
|
isActive: boolean;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
+
type VMessageSlot = {
|
|
39
|
+
message: string;
|
|
40
|
+
};
|
|
41
|
+
|
|
38
42
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
39
43
|
|
|
40
44
|
type ValidationResult = string | boolean;
|
|
@@ -43,10 +47,6 @@ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value
|
|
|
43
47
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
44
48
|
declare const IconValue: PropType<IconValue>;
|
|
45
49
|
|
|
46
|
-
type VMessageSlot = {
|
|
47
|
-
message: string;
|
|
48
|
-
};
|
|
49
|
-
|
|
50
50
|
interface VInputSlot {
|
|
51
51
|
id: ComputedRef<string>;
|
|
52
52
|
messagesId: ComputedRef<string>;
|
|
@@ -100,27 +100,27 @@ type VCounterSlot = {
|
|
|
100
100
|
|
|
101
101
|
declare const VTextField: {
|
|
102
102
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
103
|
-
flat: boolean;
|
|
104
103
|
reverse: boolean;
|
|
105
|
-
|
|
104
|
+
flat: boolean;
|
|
105
|
+
style: vue.StyleValue;
|
|
106
106
|
type: string;
|
|
107
|
-
error: boolean;
|
|
108
107
|
active: boolean;
|
|
109
|
-
|
|
110
|
-
style: vue.StyleValue;
|
|
111
|
-
autofocus: boolean;
|
|
108
|
+
error: boolean;
|
|
112
109
|
disabled: boolean;
|
|
113
|
-
readonly: boolean | null;
|
|
114
110
|
messages: string | readonly string[];
|
|
115
111
|
focused: boolean;
|
|
116
112
|
errorMessages: string | readonly string[] | null;
|
|
117
113
|
maxErrors: string | number;
|
|
114
|
+
readonly: boolean | null;
|
|
118
115
|
rules: readonly ValidationRule[];
|
|
116
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
119
117
|
tile: boolean;
|
|
120
118
|
density: Density;
|
|
119
|
+
direction: "horizontal" | "vertical";
|
|
121
120
|
clearIcon: IconValue;
|
|
122
121
|
hideSpinButtons: boolean;
|
|
123
122
|
persistentHint: boolean;
|
|
123
|
+
autofocus: boolean;
|
|
124
124
|
clearable: boolean;
|
|
125
125
|
dirty: boolean;
|
|
126
126
|
persistentClear: boolean;
|
|
@@ -128,22 +128,22 @@ declare const VTextField: {
|
|
|
128
128
|
persistentPlaceholder: boolean;
|
|
129
129
|
persistentCounter: boolean;
|
|
130
130
|
} & {
|
|
131
|
+
class?: any;
|
|
131
132
|
id?: string | undefined;
|
|
132
|
-
name?: string | undefined;
|
|
133
|
-
color?: string | undefined;
|
|
134
|
-
loading?: string | boolean | undefined;
|
|
135
133
|
label?: string | undefined;
|
|
134
|
+
theme?: string | undefined;
|
|
135
|
+
color?: string | undefined;
|
|
136
|
+
name?: string | undefined;
|
|
136
137
|
prefix?: string | undefined;
|
|
137
|
-
|
|
138
|
-
class?: any;
|
|
138
|
+
loading?: string | boolean | undefined;
|
|
139
139
|
placeholder?: string | undefined;
|
|
140
|
-
theme?: string | undefined;
|
|
141
140
|
counter?: string | number | boolean | undefined;
|
|
142
141
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
143
142
|
modelValue?: any;
|
|
144
|
-
validateOn?:
|
|
143
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
145
144
|
validationValue?: any;
|
|
146
145
|
rounded?: string | number | boolean | undefined;
|
|
146
|
+
role?: string | undefined;
|
|
147
147
|
bgColor?: string | undefined;
|
|
148
148
|
prependIcon?: IconValue | undefined;
|
|
149
149
|
appendIcon?: IconValue | undefined;
|
|
@@ -151,8 +151,8 @@ declare const VTextField: {
|
|
|
151
151
|
appendInnerIcon?: IconValue | undefined;
|
|
152
152
|
prependInnerIcon?: IconValue | undefined;
|
|
153
153
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
154
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
155
154
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
155
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
156
156
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
157
157
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
158
158
|
centerAffix?: boolean | undefined;
|
|
@@ -163,7 +163,6 @@ declare const VTextField: {
|
|
|
163
163
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
164
164
|
} & {
|
|
165
165
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
166
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
167
166
|
clear?: ((arg: DefaultInputSlot & {
|
|
168
167
|
props: Record<string, any>;
|
|
169
168
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -172,8 +171,9 @@ declare const VTextField: {
|
|
|
172
171
|
label: string | undefined;
|
|
173
172
|
props: Record<string, any>;
|
|
174
173
|
}) => vue.VNodeChild) | undefined;
|
|
175
|
-
|
|
174
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
176
175
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
176
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
177
177
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
178
178
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
179
179
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -181,7 +181,6 @@ declare const VTextField: {
|
|
|
181
181
|
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
182
182
|
};
|
|
183
183
|
'v-slots'?: {
|
|
184
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
185
184
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
186
185
|
props: Record<string, any>;
|
|
187
186
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -190,8 +189,9 @@ declare const VTextField: {
|
|
|
190
189
|
label: string | undefined;
|
|
191
190
|
props: Record<string, any>;
|
|
192
191
|
}) => vue.VNodeChild) | undefined;
|
|
193
|
-
|
|
192
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
194
193
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
194
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
195
195
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
196
196
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
197
197
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -199,7 +199,6 @@ declare const VTextField: {
|
|
|
199
199
|
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
200
200
|
} | undefined;
|
|
201
201
|
} & {
|
|
202
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
203
202
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
204
203
|
props: Record<string, any>;
|
|
205
204
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -208,8 +207,9 @@ declare const VTextField: {
|
|
|
208
207
|
label: string | undefined;
|
|
209
208
|
props: Record<string, any>;
|
|
210
209
|
}) => vue.VNodeChild) | undefined;
|
|
211
|
-
"v-slot:
|
|
210
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
212
211
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
212
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
213
213
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
214
214
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
215
215
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -224,78 +224,78 @@ declare const VTextField: {
|
|
|
224
224
|
$: vue.ComponentInternalInstance;
|
|
225
225
|
$data: {};
|
|
226
226
|
$props: Partial<{
|
|
227
|
-
error: boolean;
|
|
228
|
-
direction: "horizontal" | "vertical";
|
|
229
227
|
style: vue.StyleValue;
|
|
228
|
+
error: boolean;
|
|
230
229
|
disabled: boolean | null;
|
|
231
|
-
readonly: boolean | null;
|
|
232
230
|
messages: string | readonly string[];
|
|
233
231
|
focused: boolean;
|
|
234
232
|
errorMessages: string | readonly string[] | null;
|
|
235
233
|
maxErrors: string | number;
|
|
234
|
+
readonly: boolean | null;
|
|
236
235
|
rules: readonly ValidationRule[];
|
|
237
236
|
density: Density;
|
|
237
|
+
direction: "horizontal" | "vertical";
|
|
238
238
|
centerAffix: boolean;
|
|
239
239
|
hideSpinButtons: boolean;
|
|
240
240
|
persistentHint: boolean;
|
|
241
241
|
}> & Omit<{
|
|
242
|
-
error: boolean;
|
|
243
|
-
direction: "horizontal" | "vertical";
|
|
244
242
|
style: vue.StyleValue;
|
|
243
|
+
error: boolean;
|
|
245
244
|
disabled: boolean | null;
|
|
246
|
-
readonly: boolean | null;
|
|
247
245
|
messages: string | readonly string[];
|
|
248
246
|
focused: boolean;
|
|
249
247
|
errorMessages: string | readonly string[] | null;
|
|
250
248
|
maxErrors: string | number;
|
|
249
|
+
readonly: boolean | null;
|
|
251
250
|
rules: readonly ValidationRule[];
|
|
252
251
|
density: Density;
|
|
252
|
+
direction: "horizontal" | "vertical";
|
|
253
253
|
centerAffix: boolean;
|
|
254
254
|
hideSpinButtons: boolean;
|
|
255
255
|
persistentHint: boolean;
|
|
256
|
+
class?: any;
|
|
256
257
|
id?: string | undefined;
|
|
257
|
-
name?: string | undefined;
|
|
258
258
|
label?: string | undefined;
|
|
259
|
-
|
|
259
|
+
name?: string | undefined;
|
|
260
260
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
261
|
-
validateOn?:
|
|
261
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
262
262
|
validationValue?: any;
|
|
263
263
|
prependIcon?: IconValue | undefined;
|
|
264
264
|
appendIcon?: IconValue | undefined;
|
|
265
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
266
265
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
266
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
267
267
|
hint?: string | undefined;
|
|
268
268
|
hideDetails?: boolean | "auto" | undefined;
|
|
269
269
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
270
|
-
error: boolean;
|
|
271
|
-
direction: "horizontal" | "vertical";
|
|
272
270
|
style: vue.StyleValue;
|
|
271
|
+
error: boolean;
|
|
273
272
|
disabled: boolean | null;
|
|
274
|
-
readonly: boolean | null;
|
|
275
273
|
messages: string | readonly string[];
|
|
276
274
|
focused: boolean;
|
|
277
275
|
errorMessages: string | readonly string[] | null;
|
|
278
276
|
maxErrors: string | number;
|
|
277
|
+
readonly: boolean | null;
|
|
279
278
|
rules: readonly ValidationRule[];
|
|
280
279
|
density: Density;
|
|
280
|
+
direction: "horizontal" | "vertical";
|
|
281
281
|
centerAffix: boolean;
|
|
282
282
|
hideSpinButtons: boolean;
|
|
283
283
|
persistentHint: boolean;
|
|
284
284
|
} & {
|
|
285
|
+
class?: any;
|
|
285
286
|
id?: string | undefined;
|
|
286
|
-
name?: string | undefined;
|
|
287
287
|
label?: string | undefined;
|
|
288
|
-
|
|
288
|
+
name?: string | undefined;
|
|
289
289
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
290
|
-
validateOn?:
|
|
290
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
291
291
|
validationValue?: any;
|
|
292
292
|
prependIcon?: IconValue | undefined;
|
|
293
293
|
appendIcon?: IconValue | undefined;
|
|
294
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
295
294
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
295
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
296
296
|
hint?: string | undefined;
|
|
297
297
|
hideDetails?: boolean | "auto" | undefined;
|
|
298
|
-
} & {}, "
|
|
298
|
+
} & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
299
299
|
$attrs: {
|
|
300
300
|
[x: string]: unknown;
|
|
301
301
|
};
|
|
@@ -324,32 +324,32 @@ declare const VTextField: {
|
|
|
324
324
|
$emit: (event: string, ...args: any[]) => void;
|
|
325
325
|
$el: any;
|
|
326
326
|
$options: vue.ComponentOptionsBase<{
|
|
327
|
-
error: boolean;
|
|
328
|
-
direction: "horizontal" | "vertical";
|
|
329
327
|
style: vue.StyleValue;
|
|
328
|
+
error: boolean;
|
|
330
329
|
disabled: boolean | null;
|
|
331
|
-
readonly: boolean | null;
|
|
332
330
|
messages: string | readonly string[];
|
|
333
331
|
focused: boolean;
|
|
334
332
|
errorMessages: string | readonly string[] | null;
|
|
335
333
|
maxErrors: string | number;
|
|
334
|
+
readonly: boolean | null;
|
|
336
335
|
rules: readonly ValidationRule[];
|
|
337
336
|
density: Density;
|
|
337
|
+
direction: "horizontal" | "vertical";
|
|
338
338
|
centerAffix: boolean;
|
|
339
339
|
hideSpinButtons: boolean;
|
|
340
340
|
persistentHint: boolean;
|
|
341
341
|
} & {
|
|
342
|
+
class?: any;
|
|
342
343
|
id?: string | undefined;
|
|
343
|
-
name?: string | undefined;
|
|
344
344
|
label?: string | undefined;
|
|
345
|
-
|
|
345
|
+
name?: string | undefined;
|
|
346
346
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
347
|
-
validateOn?:
|
|
347
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
348
348
|
validationValue?: any;
|
|
349
349
|
prependIcon?: IconValue | undefined;
|
|
350
350
|
appendIcon?: IconValue | undefined;
|
|
351
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
352
351
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
352
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
353
353
|
hint?: string | undefined;
|
|
354
354
|
hideDetails?: boolean | "auto" | undefined;
|
|
355
355
|
} & {}, {
|
|
@@ -360,18 +360,18 @@ declare const VTextField: {
|
|
|
360
360
|
errorMessages: vue.ComputedRef<string[]>;
|
|
361
361
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
362
362
|
'update:modelValue': (value: any) => true;
|
|
363
|
-
}, "
|
|
364
|
-
error: boolean;
|
|
365
|
-
direction: "horizontal" | "vertical";
|
|
363
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
366
364
|
style: vue.StyleValue;
|
|
365
|
+
error: boolean;
|
|
367
366
|
disabled: boolean | null;
|
|
368
|
-
readonly: boolean | null;
|
|
369
367
|
messages: string | readonly string[];
|
|
370
368
|
focused: boolean;
|
|
371
369
|
errorMessages: string | readonly string[] | null;
|
|
372
370
|
maxErrors: string | number;
|
|
371
|
+
readonly: boolean | null;
|
|
373
372
|
rules: readonly ValidationRule[];
|
|
374
373
|
density: Density;
|
|
374
|
+
direction: "horizontal" | "vertical";
|
|
375
375
|
centerAffix: boolean;
|
|
376
376
|
hideSpinButtons: boolean;
|
|
377
377
|
persistentHint: boolean;
|
|
@@ -412,32 +412,32 @@ declare const VTextField: {
|
|
|
412
412
|
$nextTick: typeof nextTick;
|
|
413
413
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
414
414
|
} & Omit<{
|
|
415
|
-
error: boolean;
|
|
416
|
-
direction: "horizontal" | "vertical";
|
|
417
415
|
style: vue.StyleValue;
|
|
416
|
+
error: boolean;
|
|
418
417
|
disabled: boolean | null;
|
|
419
|
-
readonly: boolean | null;
|
|
420
418
|
messages: string | readonly string[];
|
|
421
419
|
focused: boolean;
|
|
422
420
|
errorMessages: string | readonly string[] | null;
|
|
423
421
|
maxErrors: string | number;
|
|
422
|
+
readonly: boolean | null;
|
|
424
423
|
rules: readonly ValidationRule[];
|
|
425
424
|
density: Density;
|
|
425
|
+
direction: "horizontal" | "vertical";
|
|
426
426
|
centerAffix: boolean;
|
|
427
427
|
hideSpinButtons: boolean;
|
|
428
428
|
persistentHint: boolean;
|
|
429
429
|
} & {
|
|
430
|
+
class?: any;
|
|
430
431
|
id?: string | undefined;
|
|
431
|
-
name?: string | undefined;
|
|
432
432
|
label?: string | undefined;
|
|
433
|
-
|
|
433
|
+
name?: string | undefined;
|
|
434
434
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
435
|
-
validateOn?:
|
|
435
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
436
436
|
validationValue?: any;
|
|
437
437
|
prependIcon?: IconValue | undefined;
|
|
438
438
|
appendIcon?: IconValue | undefined;
|
|
439
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
440
439
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
440
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
441
441
|
hint?: string | undefined;
|
|
442
442
|
hideDetails?: boolean | "auto" | undefined;
|
|
443
443
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
@@ -449,19 +449,19 @@ declare const VTextField: {
|
|
|
449
449
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
450
450
|
modelValue?: unknown;
|
|
451
451
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
452
|
-
}, VInputSlots>, "
|
|
452
|
+
}, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
453
453
|
$: vue.ComponentInternalInstance;
|
|
454
454
|
$data: {};
|
|
455
455
|
$props: Partial<{
|
|
456
|
-
flat: boolean;
|
|
457
456
|
reverse: boolean;
|
|
458
|
-
|
|
459
|
-
error: boolean;
|
|
460
|
-
active: boolean;
|
|
457
|
+
flat: boolean;
|
|
461
458
|
style: vue.StyleValue;
|
|
459
|
+
active: boolean;
|
|
460
|
+
error: boolean;
|
|
462
461
|
disabled: boolean;
|
|
463
462
|
focused: boolean;
|
|
464
463
|
rounded: string | number | boolean;
|
|
464
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
465
465
|
tile: boolean;
|
|
466
466
|
clearIcon: IconValue;
|
|
467
467
|
centerAffix: boolean;
|
|
@@ -470,26 +470,26 @@ declare const VTextField: {
|
|
|
470
470
|
persistentClear: boolean;
|
|
471
471
|
singleLine: boolean;
|
|
472
472
|
}> & Omit<{
|
|
473
|
-
flat: boolean;
|
|
474
473
|
reverse: boolean;
|
|
475
|
-
|
|
476
|
-
error: boolean;
|
|
477
|
-
active: boolean;
|
|
474
|
+
flat: boolean;
|
|
478
475
|
style: vue.StyleValue;
|
|
476
|
+
active: boolean;
|
|
477
|
+
error: boolean;
|
|
479
478
|
disabled: boolean;
|
|
480
479
|
focused: boolean;
|
|
480
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
481
481
|
tile: boolean;
|
|
482
482
|
clearIcon: IconValue;
|
|
483
483
|
clearable: boolean;
|
|
484
484
|
dirty: boolean;
|
|
485
485
|
persistentClear: boolean;
|
|
486
486
|
singleLine: boolean;
|
|
487
|
+
class?: any;
|
|
487
488
|
id?: string | undefined;
|
|
488
|
-
color?: string | undefined;
|
|
489
|
-
loading?: string | boolean | undefined;
|
|
490
489
|
label?: string | undefined;
|
|
491
|
-
class?: any;
|
|
492
490
|
theme?: string | undefined;
|
|
491
|
+
color?: string | undefined;
|
|
492
|
+
loading?: string | boolean | undefined;
|
|
493
493
|
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
494
494
|
rounded?: string | number | boolean | undefined;
|
|
495
495
|
bgColor?: string | undefined;
|
|
@@ -501,14 +501,14 @@ declare const VTextField: {
|
|
|
501
501
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
502
502
|
centerAffix?: boolean | undefined;
|
|
503
503
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
504
|
-
flat: boolean;
|
|
505
504
|
reverse: boolean;
|
|
506
|
-
|
|
507
|
-
error: boolean;
|
|
508
|
-
active: boolean;
|
|
505
|
+
flat: boolean;
|
|
509
506
|
style: vue.StyleValue;
|
|
507
|
+
active: boolean;
|
|
508
|
+
error: boolean;
|
|
510
509
|
disabled: boolean;
|
|
511
510
|
focused: boolean;
|
|
511
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
512
512
|
tile: boolean;
|
|
513
513
|
clearIcon: IconValue;
|
|
514
514
|
clearable: boolean;
|
|
@@ -516,12 +516,12 @@ declare const VTextField: {
|
|
|
516
516
|
persistentClear: boolean;
|
|
517
517
|
singleLine: boolean;
|
|
518
518
|
} & {
|
|
519
|
+
class?: any;
|
|
519
520
|
id?: string | undefined;
|
|
520
|
-
color?: string | undefined;
|
|
521
|
-
loading?: string | boolean | undefined;
|
|
522
521
|
label?: string | undefined;
|
|
523
|
-
class?: any;
|
|
524
522
|
theme?: string | undefined;
|
|
523
|
+
color?: string | undefined;
|
|
524
|
+
loading?: string | boolean | undefined;
|
|
525
525
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
526
526
|
rounded?: string | number | boolean | undefined;
|
|
527
527
|
bgColor?: string | undefined;
|
|
@@ -534,7 +534,7 @@ declare const VTextField: {
|
|
|
534
534
|
centerAffix?: boolean | undefined;
|
|
535
535
|
} & {
|
|
536
536
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
537
|
-
}, "
|
|
537
|
+
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
538
538
|
$attrs: {
|
|
539
539
|
[x: string]: unknown;
|
|
540
540
|
};
|
|
@@ -571,14 +571,14 @@ declare const VTextField: {
|
|
|
571
571
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
572
572
|
$el: any;
|
|
573
573
|
$options: vue.ComponentOptionsBase<{
|
|
574
|
-
flat: boolean;
|
|
575
574
|
reverse: boolean;
|
|
576
|
-
|
|
577
|
-
error: boolean;
|
|
578
|
-
active: boolean;
|
|
575
|
+
flat: boolean;
|
|
579
576
|
style: vue.StyleValue;
|
|
577
|
+
active: boolean;
|
|
578
|
+
error: boolean;
|
|
580
579
|
disabled: boolean;
|
|
581
580
|
focused: boolean;
|
|
581
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
582
582
|
tile: boolean;
|
|
583
583
|
clearIcon: IconValue;
|
|
584
584
|
clearable: boolean;
|
|
@@ -586,12 +586,12 @@ declare const VTextField: {
|
|
|
586
586
|
persistentClear: boolean;
|
|
587
587
|
singleLine: boolean;
|
|
588
588
|
} & {
|
|
589
|
+
class?: any;
|
|
589
590
|
id?: string | undefined;
|
|
590
|
-
color?: string | undefined;
|
|
591
|
-
loading?: string | boolean | undefined;
|
|
592
591
|
label?: string | undefined;
|
|
593
|
-
class?: any;
|
|
594
592
|
theme?: string | undefined;
|
|
593
|
+
color?: string | undefined;
|
|
594
|
+
loading?: string | boolean | undefined;
|
|
595
595
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
596
596
|
rounded?: string | number | boolean | undefined;
|
|
597
597
|
bgColor?: string | undefined;
|
|
@@ -609,16 +609,16 @@ declare const VTextField: {
|
|
|
609
609
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
610
610
|
'update:focused': (focused: boolean) => true;
|
|
611
611
|
'update:modelValue': (value: any) => true;
|
|
612
|
-
}, "
|
|
613
|
-
flat: boolean;
|
|
612
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
614
613
|
reverse: boolean;
|
|
615
|
-
|
|
616
|
-
error: boolean;
|
|
617
|
-
active: boolean;
|
|
614
|
+
flat: boolean;
|
|
618
615
|
style: vue.StyleValue;
|
|
616
|
+
active: boolean;
|
|
617
|
+
error: boolean;
|
|
619
618
|
disabled: boolean;
|
|
620
619
|
focused: boolean;
|
|
621
620
|
rounded: string | number | boolean;
|
|
621
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
622
622
|
tile: boolean;
|
|
623
623
|
clearIcon: IconValue;
|
|
624
624
|
centerAffix: boolean;
|
|
@@ -671,14 +671,14 @@ declare const VTextField: {
|
|
|
671
671
|
$nextTick: typeof nextTick;
|
|
672
672
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
673
673
|
} & Omit<{
|
|
674
|
-
flat: boolean;
|
|
675
674
|
reverse: boolean;
|
|
676
|
-
|
|
677
|
-
error: boolean;
|
|
678
|
-
active: boolean;
|
|
675
|
+
flat: boolean;
|
|
679
676
|
style: vue.StyleValue;
|
|
677
|
+
active: boolean;
|
|
678
|
+
error: boolean;
|
|
680
679
|
disabled: boolean;
|
|
681
680
|
focused: boolean;
|
|
681
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
682
682
|
tile: boolean;
|
|
683
683
|
clearIcon: IconValue;
|
|
684
684
|
clearable: boolean;
|
|
@@ -686,12 +686,12 @@ declare const VTextField: {
|
|
|
686
686
|
persistentClear: boolean;
|
|
687
687
|
singleLine: boolean;
|
|
688
688
|
} & {
|
|
689
|
+
class?: any;
|
|
689
690
|
id?: string | undefined;
|
|
690
|
-
color?: string | undefined;
|
|
691
|
-
loading?: string | boolean | undefined;
|
|
692
691
|
label?: string | undefined;
|
|
693
|
-
class?: any;
|
|
694
692
|
theme?: string | undefined;
|
|
693
|
+
color?: string | undefined;
|
|
694
|
+
loading?: string | boolean | undefined;
|
|
695
695
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
696
696
|
rounded?: string | number | boolean | undefined;
|
|
697
697
|
bgColor?: string | undefined;
|
|
@@ -709,33 +709,33 @@ declare const VTextField: {
|
|
|
709
709
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
710
710
|
modelValue?: unknown;
|
|
711
711
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
712
|
-
}, VFieldSlots>, "
|
|
712
|
+
}, VFieldSlots>, "class" | "id" | "label" | "theme" | "key" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
713
713
|
'click:control': (e: MouseEvent) => true;
|
|
714
714
|
'mousedown:control': (e: MouseEvent) => true;
|
|
715
715
|
'update:focused': (focused: boolean) => true;
|
|
716
716
|
'update:modelValue': (val: string) => true;
|
|
717
717
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
718
|
-
flat: boolean;
|
|
719
718
|
reverse: boolean;
|
|
720
|
-
|
|
719
|
+
flat: boolean;
|
|
720
|
+
style: vue.StyleValue;
|
|
721
721
|
type: string;
|
|
722
|
-
error: boolean;
|
|
723
722
|
active: boolean;
|
|
724
|
-
|
|
725
|
-
style: vue.StyleValue;
|
|
726
|
-
autofocus: boolean;
|
|
723
|
+
error: boolean;
|
|
727
724
|
disabled: boolean;
|
|
728
|
-
readonly: boolean | null;
|
|
729
725
|
messages: string | readonly string[];
|
|
730
726
|
focused: boolean;
|
|
731
727
|
errorMessages: string | readonly string[] | null;
|
|
732
728
|
maxErrors: string | number;
|
|
729
|
+
readonly: boolean | null;
|
|
733
730
|
rules: readonly ValidationRule[];
|
|
731
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
734
732
|
tile: boolean;
|
|
735
733
|
density: Density;
|
|
734
|
+
direction: "horizontal" | "vertical";
|
|
736
735
|
clearIcon: IconValue;
|
|
737
736
|
hideSpinButtons: boolean;
|
|
738
737
|
persistentHint: boolean;
|
|
738
|
+
autofocus: boolean;
|
|
739
739
|
clearable: boolean;
|
|
740
740
|
dirty: boolean;
|
|
741
741
|
persistentClear: boolean;
|
|
@@ -743,22 +743,22 @@ declare const VTextField: {
|
|
|
743
743
|
persistentPlaceholder: boolean;
|
|
744
744
|
persistentCounter: boolean;
|
|
745
745
|
} & {
|
|
746
|
+
class?: any;
|
|
746
747
|
id?: string | undefined;
|
|
747
|
-
name?: string | undefined;
|
|
748
|
-
color?: string | undefined;
|
|
749
|
-
loading?: string | boolean | undefined;
|
|
750
748
|
label?: string | undefined;
|
|
749
|
+
theme?: string | undefined;
|
|
750
|
+
color?: string | undefined;
|
|
751
|
+
name?: string | undefined;
|
|
751
752
|
prefix?: string | undefined;
|
|
752
|
-
|
|
753
|
-
class?: any;
|
|
753
|
+
loading?: string | boolean | undefined;
|
|
754
754
|
placeholder?: string | undefined;
|
|
755
|
-
theme?: string | undefined;
|
|
756
755
|
counter?: string | number | boolean | undefined;
|
|
757
756
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
758
757
|
modelValue?: any;
|
|
759
|
-
validateOn?:
|
|
758
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
760
759
|
validationValue?: any;
|
|
761
760
|
rounded?: string | number | boolean | undefined;
|
|
761
|
+
role?: string | undefined;
|
|
762
762
|
bgColor?: string | undefined;
|
|
763
763
|
prependIcon?: IconValue | undefined;
|
|
764
764
|
appendIcon?: IconValue | undefined;
|
|
@@ -766,8 +766,8 @@ declare const VTextField: {
|
|
|
766
766
|
appendInnerIcon?: IconValue | undefined;
|
|
767
767
|
prependInnerIcon?: IconValue | undefined;
|
|
768
768
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
769
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
770
769
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
770
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
771
771
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
772
772
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
773
773
|
centerAffix?: boolean | undefined;
|
|
@@ -778,7 +778,6 @@ declare const VTextField: {
|
|
|
778
778
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
779
779
|
} & {
|
|
780
780
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
781
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
782
781
|
clear?: ((arg: DefaultInputSlot & {
|
|
783
782
|
props: Record<string, any>;
|
|
784
783
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -787,8 +786,9 @@ declare const VTextField: {
|
|
|
787
786
|
label: string | undefined;
|
|
788
787
|
props: Record<string, any>;
|
|
789
788
|
}) => vue.VNodeChild) | undefined;
|
|
790
|
-
|
|
789
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
791
790
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
791
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
792
792
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
793
793
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
794
794
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -796,7 +796,6 @@ declare const VTextField: {
|
|
|
796
796
|
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
797
797
|
};
|
|
798
798
|
'v-slots'?: {
|
|
799
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
800
799
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
801
800
|
props: Record<string, any>;
|
|
802
801
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -805,8 +804,9 @@ declare const VTextField: {
|
|
|
805
804
|
label: string | undefined;
|
|
806
805
|
props: Record<string, any>;
|
|
807
806
|
}) => vue.VNodeChild) | undefined;
|
|
808
|
-
|
|
807
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
809
808
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
809
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
810
810
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
811
811
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
812
812
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -814,7 +814,6 @@ declare const VTextField: {
|
|
|
814
814
|
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
815
815
|
} | undefined;
|
|
816
816
|
} & {
|
|
817
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
818
817
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
819
818
|
props: Record<string, any>;
|
|
820
819
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -823,8 +822,9 @@ declare const VTextField: {
|
|
|
823
822
|
label: string | undefined;
|
|
824
823
|
props: Record<string, any>;
|
|
825
824
|
}) => vue.VNodeChild) | undefined;
|
|
826
|
-
"v-slot:
|
|
825
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
827
826
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
827
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
828
828
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
829
829
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
830
830
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -836,29 +836,29 @@ declare const VTextField: {
|
|
|
836
836
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
837
837
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
838
838
|
}, {
|
|
839
|
-
flat: boolean;
|
|
840
839
|
reverse: boolean;
|
|
841
|
-
|
|
840
|
+
flat: boolean;
|
|
841
|
+
style: vue.StyleValue;
|
|
842
842
|
type: string;
|
|
843
|
-
error: boolean;
|
|
844
843
|
active: boolean;
|
|
845
|
-
|
|
846
|
-
style: vue.StyleValue;
|
|
847
|
-
autofocus: boolean;
|
|
844
|
+
error: boolean;
|
|
848
845
|
disabled: boolean;
|
|
849
|
-
readonly: boolean | null;
|
|
850
846
|
messages: string | readonly string[];
|
|
851
847
|
focused: boolean;
|
|
852
848
|
errorMessages: string | readonly string[] | null;
|
|
853
849
|
maxErrors: string | number;
|
|
850
|
+
readonly: boolean | null;
|
|
854
851
|
rules: readonly ValidationRule[];
|
|
855
852
|
rounded: string | number | boolean;
|
|
853
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
856
854
|
tile: boolean;
|
|
857
855
|
density: Density;
|
|
856
|
+
direction: "horizontal" | "vertical";
|
|
858
857
|
clearIcon: IconValue;
|
|
859
858
|
centerAffix: boolean;
|
|
860
859
|
hideSpinButtons: boolean;
|
|
861
860
|
persistentHint: boolean;
|
|
861
|
+
autofocus: boolean;
|
|
862
862
|
clearable: boolean;
|
|
863
863
|
dirty: boolean;
|
|
864
864
|
persistentClear: boolean;
|
|
@@ -866,9 +866,6 @@ declare const VTextField: {
|
|
|
866
866
|
persistentPlaceholder: boolean;
|
|
867
867
|
persistentCounter: boolean;
|
|
868
868
|
}, true, {}, vue.SlotsType<Partial<{
|
|
869
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
870
|
-
[key: string]: any;
|
|
871
|
-
}>[];
|
|
872
869
|
clear: (arg: DefaultInputSlot & {
|
|
873
870
|
props: Record<string, any>;
|
|
874
871
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -883,12 +880,15 @@ declare const VTextField: {
|
|
|
883
880
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
884
881
|
[key: string]: any;
|
|
885
882
|
}>[];
|
|
886
|
-
|
|
883
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
887
884
|
[key: string]: any;
|
|
888
885
|
}>[];
|
|
889
886
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
890
887
|
[key: string]: any;
|
|
891
888
|
}>[];
|
|
889
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
890
|
+
[key: string]: any;
|
|
891
|
+
}>[];
|
|
892
892
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
893
893
|
[key: string]: any;
|
|
894
894
|
}>[];
|
|
@@ -912,27 +912,27 @@ declare const VTextField: {
|
|
|
912
912
|
M: {};
|
|
913
913
|
Defaults: {};
|
|
914
914
|
}, {
|
|
915
|
-
flat: boolean;
|
|
916
915
|
reverse: boolean;
|
|
917
|
-
|
|
916
|
+
flat: boolean;
|
|
917
|
+
style: vue.StyleValue;
|
|
918
918
|
type: string;
|
|
919
|
-
error: boolean;
|
|
920
919
|
active: boolean;
|
|
921
|
-
|
|
922
|
-
style: vue.StyleValue;
|
|
923
|
-
autofocus: boolean;
|
|
920
|
+
error: boolean;
|
|
924
921
|
disabled: boolean;
|
|
925
|
-
readonly: boolean | null;
|
|
926
922
|
messages: string | readonly string[];
|
|
927
923
|
focused: boolean;
|
|
928
924
|
errorMessages: string | readonly string[] | null;
|
|
929
925
|
maxErrors: string | number;
|
|
926
|
+
readonly: boolean | null;
|
|
930
927
|
rules: readonly ValidationRule[];
|
|
928
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
931
929
|
tile: boolean;
|
|
932
930
|
density: Density;
|
|
931
|
+
direction: "horizontal" | "vertical";
|
|
933
932
|
clearIcon: IconValue;
|
|
934
933
|
hideSpinButtons: boolean;
|
|
935
934
|
persistentHint: boolean;
|
|
935
|
+
autofocus: boolean;
|
|
936
936
|
clearable: boolean;
|
|
937
937
|
dirty: boolean;
|
|
938
938
|
persistentClear: boolean;
|
|
@@ -940,22 +940,22 @@ declare const VTextField: {
|
|
|
940
940
|
persistentPlaceholder: boolean;
|
|
941
941
|
persistentCounter: boolean;
|
|
942
942
|
} & {
|
|
943
|
+
class?: any;
|
|
943
944
|
id?: string | undefined;
|
|
944
|
-
name?: string | undefined;
|
|
945
|
-
color?: string | undefined;
|
|
946
|
-
loading?: string | boolean | undefined;
|
|
947
945
|
label?: string | undefined;
|
|
946
|
+
theme?: string | undefined;
|
|
947
|
+
color?: string | undefined;
|
|
948
|
+
name?: string | undefined;
|
|
948
949
|
prefix?: string | undefined;
|
|
949
|
-
|
|
950
|
-
class?: any;
|
|
950
|
+
loading?: string | boolean | undefined;
|
|
951
951
|
placeholder?: string | undefined;
|
|
952
|
-
theme?: string | undefined;
|
|
953
952
|
counter?: string | number | boolean | undefined;
|
|
954
953
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
955
954
|
modelValue?: any;
|
|
956
|
-
validateOn?:
|
|
955
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
957
956
|
validationValue?: any;
|
|
958
957
|
rounded?: string | number | boolean | undefined;
|
|
958
|
+
role?: string | undefined;
|
|
959
959
|
bgColor?: string | undefined;
|
|
960
960
|
prependIcon?: IconValue | undefined;
|
|
961
961
|
appendIcon?: IconValue | undefined;
|
|
@@ -963,8 +963,8 @@ declare const VTextField: {
|
|
|
963
963
|
appendInnerIcon?: IconValue | undefined;
|
|
964
964
|
prependInnerIcon?: IconValue | undefined;
|
|
965
965
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
966
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
967
966
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
967
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
968
968
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
969
969
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
970
970
|
centerAffix?: boolean | undefined;
|
|
@@ -975,7 +975,6 @@ declare const VTextField: {
|
|
|
975
975
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
976
976
|
} & {
|
|
977
977
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
978
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
979
978
|
clear?: ((arg: DefaultInputSlot & {
|
|
980
979
|
props: Record<string, any>;
|
|
981
980
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -984,8 +983,9 @@ declare const VTextField: {
|
|
|
984
983
|
label: string | undefined;
|
|
985
984
|
props: Record<string, any>;
|
|
986
985
|
}) => vue.VNodeChild) | undefined;
|
|
987
|
-
|
|
986
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
988
987
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
988
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
989
989
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
990
990
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
991
991
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -993,7 +993,6 @@ declare const VTextField: {
|
|
|
993
993
|
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
994
994
|
};
|
|
995
995
|
'v-slots'?: {
|
|
996
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
997
996
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
998
997
|
props: Record<string, any>;
|
|
999
998
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1002,8 +1001,9 @@ declare const VTextField: {
|
|
|
1002
1001
|
label: string | undefined;
|
|
1003
1002
|
props: Record<string, any>;
|
|
1004
1003
|
}) => vue.VNodeChild) | undefined;
|
|
1005
|
-
|
|
1004
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1006
1005
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1006
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1007
1007
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1008
1008
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1009
1009
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1011,7 +1011,6 @@ declare const VTextField: {
|
|
|
1011
1011
|
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
1012
1012
|
} | undefined;
|
|
1013
1013
|
} & {
|
|
1014
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1015
1014
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
1016
1015
|
props: Record<string, any>;
|
|
1017
1016
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1020,8 +1019,9 @@ declare const VTextField: {
|
|
|
1020
1019
|
label: string | undefined;
|
|
1021
1020
|
props: Record<string, any>;
|
|
1022
1021
|
}) => vue.VNodeChild) | undefined;
|
|
1023
|
-
"v-slot:
|
|
1022
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1024
1023
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1024
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1025
1025
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1026
1026
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1027
1027
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1036,78 +1036,78 @@ declare const VTextField: {
|
|
|
1036
1036
|
$: vue.ComponentInternalInstance;
|
|
1037
1037
|
$data: {};
|
|
1038
1038
|
$props: Partial<{
|
|
1039
|
-
error: boolean;
|
|
1040
|
-
direction: "horizontal" | "vertical";
|
|
1041
1039
|
style: vue.StyleValue;
|
|
1040
|
+
error: boolean;
|
|
1042
1041
|
disabled: boolean | null;
|
|
1043
|
-
readonly: boolean | null;
|
|
1044
1042
|
messages: string | readonly string[];
|
|
1045
1043
|
focused: boolean;
|
|
1046
1044
|
errorMessages: string | readonly string[] | null;
|
|
1047
1045
|
maxErrors: string | number;
|
|
1046
|
+
readonly: boolean | null;
|
|
1048
1047
|
rules: readonly ValidationRule[];
|
|
1049
1048
|
density: Density;
|
|
1049
|
+
direction: "horizontal" | "vertical";
|
|
1050
1050
|
centerAffix: boolean;
|
|
1051
1051
|
hideSpinButtons: boolean;
|
|
1052
1052
|
persistentHint: boolean;
|
|
1053
1053
|
}> & Omit<{
|
|
1054
|
-
error: boolean;
|
|
1055
|
-
direction: "horizontal" | "vertical";
|
|
1056
1054
|
style: vue.StyleValue;
|
|
1055
|
+
error: boolean;
|
|
1057
1056
|
disabled: boolean | null;
|
|
1058
|
-
readonly: boolean | null;
|
|
1059
1057
|
messages: string | readonly string[];
|
|
1060
1058
|
focused: boolean;
|
|
1061
1059
|
errorMessages: string | readonly string[] | null;
|
|
1062
1060
|
maxErrors: string | number;
|
|
1061
|
+
readonly: boolean | null;
|
|
1063
1062
|
rules: readonly ValidationRule[];
|
|
1064
1063
|
density: Density;
|
|
1064
|
+
direction: "horizontal" | "vertical";
|
|
1065
1065
|
centerAffix: boolean;
|
|
1066
1066
|
hideSpinButtons: boolean;
|
|
1067
1067
|
persistentHint: boolean;
|
|
1068
|
+
class?: any;
|
|
1068
1069
|
id?: string | undefined;
|
|
1069
|
-
name?: string | undefined;
|
|
1070
1070
|
label?: string | undefined;
|
|
1071
|
-
|
|
1071
|
+
name?: string | undefined;
|
|
1072
1072
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1073
|
-
validateOn?:
|
|
1073
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1074
1074
|
validationValue?: any;
|
|
1075
1075
|
prependIcon?: IconValue | undefined;
|
|
1076
1076
|
appendIcon?: IconValue | undefined;
|
|
1077
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1078
1077
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1078
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1079
1079
|
hint?: string | undefined;
|
|
1080
1080
|
hideDetails?: boolean | "auto" | undefined;
|
|
1081
1081
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1082
|
-
error: boolean;
|
|
1083
|
-
direction: "horizontal" | "vertical";
|
|
1084
1082
|
style: vue.StyleValue;
|
|
1083
|
+
error: boolean;
|
|
1085
1084
|
disabled: boolean | null;
|
|
1086
|
-
readonly: boolean | null;
|
|
1087
1085
|
messages: string | readonly string[];
|
|
1088
1086
|
focused: boolean;
|
|
1089
1087
|
errorMessages: string | readonly string[] | null;
|
|
1090
1088
|
maxErrors: string | number;
|
|
1089
|
+
readonly: boolean | null;
|
|
1091
1090
|
rules: readonly ValidationRule[];
|
|
1092
1091
|
density: Density;
|
|
1092
|
+
direction: "horizontal" | "vertical";
|
|
1093
1093
|
centerAffix: boolean;
|
|
1094
1094
|
hideSpinButtons: boolean;
|
|
1095
1095
|
persistentHint: boolean;
|
|
1096
1096
|
} & {
|
|
1097
|
+
class?: any;
|
|
1097
1098
|
id?: string | undefined;
|
|
1098
|
-
name?: string | undefined;
|
|
1099
1099
|
label?: string | undefined;
|
|
1100
|
-
|
|
1100
|
+
name?: string | undefined;
|
|
1101
1101
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1102
|
-
validateOn?:
|
|
1102
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1103
1103
|
validationValue?: any;
|
|
1104
1104
|
prependIcon?: IconValue | undefined;
|
|
1105
1105
|
appendIcon?: IconValue | undefined;
|
|
1106
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1107
1106
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1107
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1108
1108
|
hint?: string | undefined;
|
|
1109
1109
|
hideDetails?: boolean | "auto" | undefined;
|
|
1110
|
-
} & {}, "
|
|
1110
|
+
} & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1111
1111
|
$attrs: {
|
|
1112
1112
|
[x: string]: unknown;
|
|
1113
1113
|
};
|
|
@@ -1136,32 +1136,32 @@ declare const VTextField: {
|
|
|
1136
1136
|
$emit: (event: string, ...args: any[]) => void;
|
|
1137
1137
|
$el: any;
|
|
1138
1138
|
$options: vue.ComponentOptionsBase<{
|
|
1139
|
-
error: boolean;
|
|
1140
|
-
direction: "horizontal" | "vertical";
|
|
1141
1139
|
style: vue.StyleValue;
|
|
1140
|
+
error: boolean;
|
|
1142
1141
|
disabled: boolean | null;
|
|
1143
|
-
readonly: boolean | null;
|
|
1144
1142
|
messages: string | readonly string[];
|
|
1145
1143
|
focused: boolean;
|
|
1146
1144
|
errorMessages: string | readonly string[] | null;
|
|
1147
1145
|
maxErrors: string | number;
|
|
1146
|
+
readonly: boolean | null;
|
|
1148
1147
|
rules: readonly ValidationRule[];
|
|
1149
1148
|
density: Density;
|
|
1149
|
+
direction: "horizontal" | "vertical";
|
|
1150
1150
|
centerAffix: boolean;
|
|
1151
1151
|
hideSpinButtons: boolean;
|
|
1152
1152
|
persistentHint: boolean;
|
|
1153
1153
|
} & {
|
|
1154
|
+
class?: any;
|
|
1154
1155
|
id?: string | undefined;
|
|
1155
|
-
name?: string | undefined;
|
|
1156
1156
|
label?: string | undefined;
|
|
1157
|
-
|
|
1157
|
+
name?: string | undefined;
|
|
1158
1158
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1159
|
-
validateOn?:
|
|
1159
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1160
1160
|
validationValue?: any;
|
|
1161
1161
|
prependIcon?: IconValue | undefined;
|
|
1162
1162
|
appendIcon?: IconValue | undefined;
|
|
1163
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1164
1163
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1164
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1165
1165
|
hint?: string | undefined;
|
|
1166
1166
|
hideDetails?: boolean | "auto" | undefined;
|
|
1167
1167
|
} & {}, {
|
|
@@ -1172,18 +1172,18 @@ declare const VTextField: {
|
|
|
1172
1172
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1173
1173
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1174
1174
|
'update:modelValue': (value: any) => true;
|
|
1175
|
-
}, "
|
|
1176
|
-
error: boolean;
|
|
1177
|
-
direction: "horizontal" | "vertical";
|
|
1175
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1178
1176
|
style: vue.StyleValue;
|
|
1177
|
+
error: boolean;
|
|
1179
1178
|
disabled: boolean | null;
|
|
1180
|
-
readonly: boolean | null;
|
|
1181
1179
|
messages: string | readonly string[];
|
|
1182
1180
|
focused: boolean;
|
|
1183
1181
|
errorMessages: string | readonly string[] | null;
|
|
1184
1182
|
maxErrors: string | number;
|
|
1183
|
+
readonly: boolean | null;
|
|
1185
1184
|
rules: readonly ValidationRule[];
|
|
1186
1185
|
density: Density;
|
|
1186
|
+
direction: "horizontal" | "vertical";
|
|
1187
1187
|
centerAffix: boolean;
|
|
1188
1188
|
hideSpinButtons: boolean;
|
|
1189
1189
|
persistentHint: boolean;
|
|
@@ -1224,32 +1224,32 @@ declare const VTextField: {
|
|
|
1224
1224
|
$nextTick: typeof nextTick;
|
|
1225
1225
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1226
1226
|
} & Omit<{
|
|
1227
|
-
error: boolean;
|
|
1228
|
-
direction: "horizontal" | "vertical";
|
|
1229
1227
|
style: vue.StyleValue;
|
|
1228
|
+
error: boolean;
|
|
1230
1229
|
disabled: boolean | null;
|
|
1231
|
-
readonly: boolean | null;
|
|
1232
1230
|
messages: string | readonly string[];
|
|
1233
1231
|
focused: boolean;
|
|
1234
1232
|
errorMessages: string | readonly string[] | null;
|
|
1235
1233
|
maxErrors: string | number;
|
|
1234
|
+
readonly: boolean | null;
|
|
1236
1235
|
rules: readonly ValidationRule[];
|
|
1237
1236
|
density: Density;
|
|
1237
|
+
direction: "horizontal" | "vertical";
|
|
1238
1238
|
centerAffix: boolean;
|
|
1239
1239
|
hideSpinButtons: boolean;
|
|
1240
1240
|
persistentHint: boolean;
|
|
1241
1241
|
} & {
|
|
1242
|
+
class?: any;
|
|
1242
1243
|
id?: string | undefined;
|
|
1243
|
-
name?: string | undefined;
|
|
1244
1244
|
label?: string | undefined;
|
|
1245
|
-
|
|
1245
|
+
name?: string | undefined;
|
|
1246
1246
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1247
|
-
validateOn?:
|
|
1247
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1248
1248
|
validationValue?: any;
|
|
1249
1249
|
prependIcon?: IconValue | undefined;
|
|
1250
1250
|
appendIcon?: IconValue | undefined;
|
|
1251
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1252
1251
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1252
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1253
1253
|
hint?: string | undefined;
|
|
1254
1254
|
hideDetails?: boolean | "auto" | undefined;
|
|
1255
1255
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
@@ -1261,19 +1261,19 @@ declare const VTextField: {
|
|
|
1261
1261
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1262
1262
|
modelValue?: unknown;
|
|
1263
1263
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1264
|
-
}, VInputSlots>, "
|
|
1264
|
+
}, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1265
1265
|
$: vue.ComponentInternalInstance;
|
|
1266
1266
|
$data: {};
|
|
1267
1267
|
$props: Partial<{
|
|
1268
|
-
flat: boolean;
|
|
1269
1268
|
reverse: boolean;
|
|
1270
|
-
|
|
1271
|
-
error: boolean;
|
|
1272
|
-
active: boolean;
|
|
1269
|
+
flat: boolean;
|
|
1273
1270
|
style: vue.StyleValue;
|
|
1271
|
+
active: boolean;
|
|
1272
|
+
error: boolean;
|
|
1274
1273
|
disabled: boolean;
|
|
1275
1274
|
focused: boolean;
|
|
1276
1275
|
rounded: string | number | boolean;
|
|
1276
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1277
1277
|
tile: boolean;
|
|
1278
1278
|
clearIcon: IconValue;
|
|
1279
1279
|
centerAffix: boolean;
|
|
@@ -1282,26 +1282,26 @@ declare const VTextField: {
|
|
|
1282
1282
|
persistentClear: boolean;
|
|
1283
1283
|
singleLine: boolean;
|
|
1284
1284
|
}> & Omit<{
|
|
1285
|
-
flat: boolean;
|
|
1286
1285
|
reverse: boolean;
|
|
1287
|
-
|
|
1288
|
-
error: boolean;
|
|
1289
|
-
active: boolean;
|
|
1286
|
+
flat: boolean;
|
|
1290
1287
|
style: vue.StyleValue;
|
|
1288
|
+
active: boolean;
|
|
1289
|
+
error: boolean;
|
|
1291
1290
|
disabled: boolean;
|
|
1292
1291
|
focused: boolean;
|
|
1292
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1293
1293
|
tile: boolean;
|
|
1294
1294
|
clearIcon: IconValue;
|
|
1295
1295
|
clearable: boolean;
|
|
1296
1296
|
dirty: boolean;
|
|
1297
1297
|
persistentClear: boolean;
|
|
1298
1298
|
singleLine: boolean;
|
|
1299
|
+
class?: any;
|
|
1299
1300
|
id?: string | undefined;
|
|
1300
|
-
color?: string | undefined;
|
|
1301
|
-
loading?: string | boolean | undefined;
|
|
1302
1301
|
label?: string | undefined;
|
|
1303
|
-
class?: any;
|
|
1304
1302
|
theme?: string | undefined;
|
|
1303
|
+
color?: string | undefined;
|
|
1304
|
+
loading?: string | boolean | undefined;
|
|
1305
1305
|
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1306
1306
|
rounded?: string | number | boolean | undefined;
|
|
1307
1307
|
bgColor?: string | undefined;
|
|
@@ -1313,14 +1313,14 @@ declare const VTextField: {
|
|
|
1313
1313
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1314
1314
|
centerAffix?: boolean | undefined;
|
|
1315
1315
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1316
|
-
flat: boolean;
|
|
1317
1316
|
reverse: boolean;
|
|
1318
|
-
|
|
1319
|
-
error: boolean;
|
|
1320
|
-
active: boolean;
|
|
1317
|
+
flat: boolean;
|
|
1321
1318
|
style: vue.StyleValue;
|
|
1319
|
+
active: boolean;
|
|
1320
|
+
error: boolean;
|
|
1322
1321
|
disabled: boolean;
|
|
1323
1322
|
focused: boolean;
|
|
1323
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1324
1324
|
tile: boolean;
|
|
1325
1325
|
clearIcon: IconValue;
|
|
1326
1326
|
clearable: boolean;
|
|
@@ -1328,12 +1328,12 @@ declare const VTextField: {
|
|
|
1328
1328
|
persistentClear: boolean;
|
|
1329
1329
|
singleLine: boolean;
|
|
1330
1330
|
} & {
|
|
1331
|
+
class?: any;
|
|
1331
1332
|
id?: string | undefined;
|
|
1332
|
-
color?: string | undefined;
|
|
1333
|
-
loading?: string | boolean | undefined;
|
|
1334
1333
|
label?: string | undefined;
|
|
1335
|
-
class?: any;
|
|
1336
1334
|
theme?: string | undefined;
|
|
1335
|
+
color?: string | undefined;
|
|
1336
|
+
loading?: string | boolean | undefined;
|
|
1337
1337
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1338
1338
|
rounded?: string | number | boolean | undefined;
|
|
1339
1339
|
bgColor?: string | undefined;
|
|
@@ -1346,7 +1346,7 @@ declare const VTextField: {
|
|
|
1346
1346
|
centerAffix?: boolean | undefined;
|
|
1347
1347
|
} & {
|
|
1348
1348
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1349
|
-
}, "
|
|
1349
|
+
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1350
1350
|
$attrs: {
|
|
1351
1351
|
[x: string]: unknown;
|
|
1352
1352
|
};
|
|
@@ -1383,14 +1383,14 @@ declare const VTextField: {
|
|
|
1383
1383
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
1384
1384
|
$el: any;
|
|
1385
1385
|
$options: vue.ComponentOptionsBase<{
|
|
1386
|
-
flat: boolean;
|
|
1387
1386
|
reverse: boolean;
|
|
1388
|
-
|
|
1389
|
-
error: boolean;
|
|
1390
|
-
active: boolean;
|
|
1387
|
+
flat: boolean;
|
|
1391
1388
|
style: vue.StyleValue;
|
|
1389
|
+
active: boolean;
|
|
1390
|
+
error: boolean;
|
|
1392
1391
|
disabled: boolean;
|
|
1393
1392
|
focused: boolean;
|
|
1393
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1394
1394
|
tile: boolean;
|
|
1395
1395
|
clearIcon: IconValue;
|
|
1396
1396
|
clearable: boolean;
|
|
@@ -1398,12 +1398,12 @@ declare const VTextField: {
|
|
|
1398
1398
|
persistentClear: boolean;
|
|
1399
1399
|
singleLine: boolean;
|
|
1400
1400
|
} & {
|
|
1401
|
+
class?: any;
|
|
1401
1402
|
id?: string | undefined;
|
|
1402
|
-
color?: string | undefined;
|
|
1403
|
-
loading?: string | boolean | undefined;
|
|
1404
1403
|
label?: string | undefined;
|
|
1405
|
-
class?: any;
|
|
1406
1404
|
theme?: string | undefined;
|
|
1405
|
+
color?: string | undefined;
|
|
1406
|
+
loading?: string | boolean | undefined;
|
|
1407
1407
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1408
1408
|
rounded?: string | number | boolean | undefined;
|
|
1409
1409
|
bgColor?: string | undefined;
|
|
@@ -1421,16 +1421,16 @@ declare const VTextField: {
|
|
|
1421
1421
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1422
1422
|
'update:focused': (focused: boolean) => true;
|
|
1423
1423
|
'update:modelValue': (value: any) => true;
|
|
1424
|
-
}, "
|
|
1425
|
-
flat: boolean;
|
|
1424
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
1426
1425
|
reverse: boolean;
|
|
1427
|
-
|
|
1428
|
-
error: boolean;
|
|
1429
|
-
active: boolean;
|
|
1426
|
+
flat: boolean;
|
|
1430
1427
|
style: vue.StyleValue;
|
|
1428
|
+
active: boolean;
|
|
1429
|
+
error: boolean;
|
|
1431
1430
|
disabled: boolean;
|
|
1432
1431
|
focused: boolean;
|
|
1433
1432
|
rounded: string | number | boolean;
|
|
1433
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1434
1434
|
tile: boolean;
|
|
1435
1435
|
clearIcon: IconValue;
|
|
1436
1436
|
centerAffix: boolean;
|
|
@@ -1483,14 +1483,14 @@ declare const VTextField: {
|
|
|
1483
1483
|
$nextTick: typeof nextTick;
|
|
1484
1484
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1485
1485
|
} & Omit<{
|
|
1486
|
-
flat: boolean;
|
|
1487
1486
|
reverse: boolean;
|
|
1488
|
-
|
|
1489
|
-
error: boolean;
|
|
1490
|
-
active: boolean;
|
|
1487
|
+
flat: boolean;
|
|
1491
1488
|
style: vue.StyleValue;
|
|
1489
|
+
active: boolean;
|
|
1490
|
+
error: boolean;
|
|
1492
1491
|
disabled: boolean;
|
|
1493
1492
|
focused: boolean;
|
|
1493
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1494
1494
|
tile: boolean;
|
|
1495
1495
|
clearIcon: IconValue;
|
|
1496
1496
|
clearable: boolean;
|
|
@@ -1498,12 +1498,12 @@ declare const VTextField: {
|
|
|
1498
1498
|
persistentClear: boolean;
|
|
1499
1499
|
singleLine: boolean;
|
|
1500
1500
|
} & {
|
|
1501
|
+
class?: any;
|
|
1501
1502
|
id?: string | undefined;
|
|
1502
|
-
color?: string | undefined;
|
|
1503
|
-
loading?: string | boolean | undefined;
|
|
1504
1503
|
label?: string | undefined;
|
|
1505
|
-
class?: any;
|
|
1506
1504
|
theme?: string | undefined;
|
|
1505
|
+
color?: string | undefined;
|
|
1506
|
+
loading?: string | boolean | undefined;
|
|
1507
1507
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1508
1508
|
rounded?: string | number | boolean | undefined;
|
|
1509
1509
|
bgColor?: string | undefined;
|
|
@@ -1521,30 +1521,30 @@ declare const VTextField: {
|
|
|
1521
1521
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1522
1522
|
modelValue?: unknown;
|
|
1523
1523
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1524
|
-
}, VFieldSlots>, "
|
|
1525
|
-
flat: boolean;
|
|
1524
|
+
}, VFieldSlots>, "class" | "id" | "label" | "theme" | "key" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
|
|
1526
1525
|
reverse: boolean;
|
|
1527
|
-
|
|
1526
|
+
flat: boolean;
|
|
1527
|
+
style: vue.StyleValue;
|
|
1528
1528
|
type: string;
|
|
1529
|
-
error: boolean;
|
|
1530
1529
|
active: boolean;
|
|
1531
|
-
|
|
1532
|
-
style: vue.StyleValue;
|
|
1533
|
-
autofocus: boolean;
|
|
1530
|
+
error: boolean;
|
|
1534
1531
|
disabled: boolean;
|
|
1535
|
-
readonly: boolean | null;
|
|
1536
1532
|
messages: string | readonly string[];
|
|
1537
1533
|
focused: boolean;
|
|
1538
1534
|
errorMessages: string | readonly string[] | null;
|
|
1539
1535
|
maxErrors: string | number;
|
|
1536
|
+
readonly: boolean | null;
|
|
1540
1537
|
rules: readonly ValidationRule[];
|
|
1541
1538
|
rounded: string | number | boolean;
|
|
1539
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1542
1540
|
tile: boolean;
|
|
1543
1541
|
density: Density;
|
|
1542
|
+
direction: "horizontal" | "vertical";
|
|
1544
1543
|
clearIcon: IconValue;
|
|
1545
1544
|
centerAffix: boolean;
|
|
1546
1545
|
hideSpinButtons: boolean;
|
|
1547
1546
|
persistentHint: boolean;
|
|
1547
|
+
autofocus: boolean;
|
|
1548
1548
|
clearable: boolean;
|
|
1549
1549
|
dirty: boolean;
|
|
1550
1550
|
persistentClear: boolean;
|
|
@@ -1556,27 +1556,27 @@ declare const VTextField: {
|
|
|
1556
1556
|
__isTeleport?: undefined;
|
|
1557
1557
|
__isSuspense?: undefined;
|
|
1558
1558
|
} & vue.ComponentOptionsBase<{
|
|
1559
|
-
flat: boolean;
|
|
1560
1559
|
reverse: boolean;
|
|
1561
|
-
|
|
1560
|
+
flat: boolean;
|
|
1561
|
+
style: vue.StyleValue;
|
|
1562
1562
|
type: string;
|
|
1563
|
-
error: boolean;
|
|
1564
1563
|
active: boolean;
|
|
1565
|
-
|
|
1566
|
-
style: vue.StyleValue;
|
|
1567
|
-
autofocus: boolean;
|
|
1564
|
+
error: boolean;
|
|
1568
1565
|
disabled: boolean;
|
|
1569
|
-
readonly: boolean | null;
|
|
1570
1566
|
messages: string | readonly string[];
|
|
1571
1567
|
focused: boolean;
|
|
1572
1568
|
errorMessages: string | readonly string[] | null;
|
|
1573
1569
|
maxErrors: string | number;
|
|
1570
|
+
readonly: boolean | null;
|
|
1574
1571
|
rules: readonly ValidationRule[];
|
|
1572
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1575
1573
|
tile: boolean;
|
|
1576
1574
|
density: Density;
|
|
1575
|
+
direction: "horizontal" | "vertical";
|
|
1577
1576
|
clearIcon: IconValue;
|
|
1578
1577
|
hideSpinButtons: boolean;
|
|
1579
1578
|
persistentHint: boolean;
|
|
1579
|
+
autofocus: boolean;
|
|
1580
1580
|
clearable: boolean;
|
|
1581
1581
|
dirty: boolean;
|
|
1582
1582
|
persistentClear: boolean;
|
|
@@ -1584,22 +1584,22 @@ declare const VTextField: {
|
|
|
1584
1584
|
persistentPlaceholder: boolean;
|
|
1585
1585
|
persistentCounter: boolean;
|
|
1586
1586
|
} & {
|
|
1587
|
+
class?: any;
|
|
1587
1588
|
id?: string | undefined;
|
|
1588
|
-
name?: string | undefined;
|
|
1589
|
-
color?: string | undefined;
|
|
1590
|
-
loading?: string | boolean | undefined;
|
|
1591
1589
|
label?: string | undefined;
|
|
1590
|
+
theme?: string | undefined;
|
|
1591
|
+
color?: string | undefined;
|
|
1592
|
+
name?: string | undefined;
|
|
1592
1593
|
prefix?: string | undefined;
|
|
1593
|
-
|
|
1594
|
-
class?: any;
|
|
1594
|
+
loading?: string | boolean | undefined;
|
|
1595
1595
|
placeholder?: string | undefined;
|
|
1596
|
-
theme?: string | undefined;
|
|
1597
1596
|
counter?: string | number | boolean | undefined;
|
|
1598
1597
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1599
1598
|
modelValue?: any;
|
|
1600
|
-
validateOn?:
|
|
1599
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1601
1600
|
validationValue?: any;
|
|
1602
1601
|
rounded?: string | number | boolean | undefined;
|
|
1602
|
+
role?: string | undefined;
|
|
1603
1603
|
bgColor?: string | undefined;
|
|
1604
1604
|
prependIcon?: IconValue | undefined;
|
|
1605
1605
|
appendIcon?: IconValue | undefined;
|
|
@@ -1607,8 +1607,8 @@ declare const VTextField: {
|
|
|
1607
1607
|
appendInnerIcon?: IconValue | undefined;
|
|
1608
1608
|
prependInnerIcon?: IconValue | undefined;
|
|
1609
1609
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1610
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1611
1610
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1611
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1612
1612
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1613
1613
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1614
1614
|
centerAffix?: boolean | undefined;
|
|
@@ -1619,7 +1619,6 @@ declare const VTextField: {
|
|
|
1619
1619
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
1620
1620
|
} & {
|
|
1621
1621
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1622
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1623
1622
|
clear?: ((arg: DefaultInputSlot & {
|
|
1624
1623
|
props: Record<string, any>;
|
|
1625
1624
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1628,8 +1627,9 @@ declare const VTextField: {
|
|
|
1628
1627
|
label: string | undefined;
|
|
1629
1628
|
props: Record<string, any>;
|
|
1630
1629
|
}) => vue.VNodeChild) | undefined;
|
|
1631
|
-
|
|
1630
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1632
1631
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1632
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1633
1633
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1634
1634
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1635
1635
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1637,7 +1637,6 @@ declare const VTextField: {
|
|
|
1637
1637
|
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
1638
1638
|
};
|
|
1639
1639
|
'v-slots'?: {
|
|
1640
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1641
1640
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
1642
1641
|
props: Record<string, any>;
|
|
1643
1642
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1646,8 +1645,9 @@ declare const VTextField: {
|
|
|
1646
1645
|
label: string | undefined;
|
|
1647
1646
|
props: Record<string, any>;
|
|
1648
1647
|
}) => vue.VNodeChild) | undefined;
|
|
1649
|
-
|
|
1648
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1650
1649
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1650
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1651
1651
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1652
1652
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1653
1653
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1655,7 +1655,6 @@ declare const VTextField: {
|
|
|
1655
1655
|
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
1656
1656
|
} | undefined;
|
|
1657
1657
|
} & {
|
|
1658
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1659
1658
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
1660
1659
|
props: Record<string, any>;
|
|
1661
1660
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1664,8 +1663,9 @@ declare const VTextField: {
|
|
|
1664
1663
|
label: string | undefined;
|
|
1665
1664
|
props: Record<string, any>;
|
|
1666
1665
|
}) => vue.VNodeChild) | undefined;
|
|
1667
|
-
"v-slot:
|
|
1666
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1668
1667
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1668
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1669
1669
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1670
1670
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
1671
1671
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1680,78 +1680,78 @@ declare const VTextField: {
|
|
|
1680
1680
|
$: vue.ComponentInternalInstance;
|
|
1681
1681
|
$data: {};
|
|
1682
1682
|
$props: Partial<{
|
|
1683
|
-
error: boolean;
|
|
1684
|
-
direction: "horizontal" | "vertical";
|
|
1685
1683
|
style: vue.StyleValue;
|
|
1684
|
+
error: boolean;
|
|
1686
1685
|
disabled: boolean | null;
|
|
1687
|
-
readonly: boolean | null;
|
|
1688
1686
|
messages: string | readonly string[];
|
|
1689
1687
|
focused: boolean;
|
|
1690
1688
|
errorMessages: string | readonly string[] | null;
|
|
1691
1689
|
maxErrors: string | number;
|
|
1690
|
+
readonly: boolean | null;
|
|
1692
1691
|
rules: readonly ValidationRule[];
|
|
1693
1692
|
density: Density;
|
|
1693
|
+
direction: "horizontal" | "vertical";
|
|
1694
1694
|
centerAffix: boolean;
|
|
1695
1695
|
hideSpinButtons: boolean;
|
|
1696
1696
|
persistentHint: boolean;
|
|
1697
1697
|
}> & Omit<{
|
|
1698
|
-
error: boolean;
|
|
1699
|
-
direction: "horizontal" | "vertical";
|
|
1700
1698
|
style: vue.StyleValue;
|
|
1699
|
+
error: boolean;
|
|
1701
1700
|
disabled: boolean | null;
|
|
1702
|
-
readonly: boolean | null;
|
|
1703
1701
|
messages: string | readonly string[];
|
|
1704
1702
|
focused: boolean;
|
|
1705
1703
|
errorMessages: string | readonly string[] | null;
|
|
1706
1704
|
maxErrors: string | number;
|
|
1705
|
+
readonly: boolean | null;
|
|
1707
1706
|
rules: readonly ValidationRule[];
|
|
1708
1707
|
density: Density;
|
|
1708
|
+
direction: "horizontal" | "vertical";
|
|
1709
1709
|
centerAffix: boolean;
|
|
1710
1710
|
hideSpinButtons: boolean;
|
|
1711
1711
|
persistentHint: boolean;
|
|
1712
|
+
class?: any;
|
|
1712
1713
|
id?: string | undefined;
|
|
1713
|
-
name?: string | undefined;
|
|
1714
1714
|
label?: string | undefined;
|
|
1715
|
-
|
|
1715
|
+
name?: string | undefined;
|
|
1716
1716
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1717
|
-
validateOn?:
|
|
1717
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1718
1718
|
validationValue?: any;
|
|
1719
1719
|
prependIcon?: IconValue | undefined;
|
|
1720
1720
|
appendIcon?: IconValue | undefined;
|
|
1721
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1722
1721
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1722
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1723
1723
|
hint?: string | undefined;
|
|
1724
1724
|
hideDetails?: boolean | "auto" | undefined;
|
|
1725
1725
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1726
|
-
error: boolean;
|
|
1727
|
-
direction: "horizontal" | "vertical";
|
|
1728
1726
|
style: vue.StyleValue;
|
|
1727
|
+
error: boolean;
|
|
1729
1728
|
disabled: boolean | null;
|
|
1730
|
-
readonly: boolean | null;
|
|
1731
1729
|
messages: string | readonly string[];
|
|
1732
1730
|
focused: boolean;
|
|
1733
1731
|
errorMessages: string | readonly string[] | null;
|
|
1734
1732
|
maxErrors: string | number;
|
|
1733
|
+
readonly: boolean | null;
|
|
1735
1734
|
rules: readonly ValidationRule[];
|
|
1736
1735
|
density: Density;
|
|
1736
|
+
direction: "horizontal" | "vertical";
|
|
1737
1737
|
centerAffix: boolean;
|
|
1738
1738
|
hideSpinButtons: boolean;
|
|
1739
1739
|
persistentHint: boolean;
|
|
1740
1740
|
} & {
|
|
1741
|
+
class?: any;
|
|
1741
1742
|
id?: string | undefined;
|
|
1742
|
-
name?: string | undefined;
|
|
1743
1743
|
label?: string | undefined;
|
|
1744
|
-
|
|
1744
|
+
name?: string | undefined;
|
|
1745
1745
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1746
|
-
validateOn?:
|
|
1746
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1747
1747
|
validationValue?: any;
|
|
1748
1748
|
prependIcon?: IconValue | undefined;
|
|
1749
1749
|
appendIcon?: IconValue | undefined;
|
|
1750
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1751
1750
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1751
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1752
1752
|
hint?: string | undefined;
|
|
1753
1753
|
hideDetails?: boolean | "auto" | undefined;
|
|
1754
|
-
} & {}, "
|
|
1754
|
+
} & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1755
1755
|
$attrs: {
|
|
1756
1756
|
[x: string]: unknown;
|
|
1757
1757
|
};
|
|
@@ -1780,32 +1780,32 @@ declare const VTextField: {
|
|
|
1780
1780
|
$emit: (event: string, ...args: any[]) => void;
|
|
1781
1781
|
$el: any;
|
|
1782
1782
|
$options: vue.ComponentOptionsBase<{
|
|
1783
|
-
error: boolean;
|
|
1784
|
-
direction: "horizontal" | "vertical";
|
|
1785
1783
|
style: vue.StyleValue;
|
|
1784
|
+
error: boolean;
|
|
1786
1785
|
disabled: boolean | null;
|
|
1787
|
-
readonly: boolean | null;
|
|
1788
1786
|
messages: string | readonly string[];
|
|
1789
1787
|
focused: boolean;
|
|
1790
1788
|
errorMessages: string | readonly string[] | null;
|
|
1791
1789
|
maxErrors: string | number;
|
|
1790
|
+
readonly: boolean | null;
|
|
1792
1791
|
rules: readonly ValidationRule[];
|
|
1793
1792
|
density: Density;
|
|
1793
|
+
direction: "horizontal" | "vertical";
|
|
1794
1794
|
centerAffix: boolean;
|
|
1795
1795
|
hideSpinButtons: boolean;
|
|
1796
1796
|
persistentHint: boolean;
|
|
1797
1797
|
} & {
|
|
1798
|
+
class?: any;
|
|
1798
1799
|
id?: string | undefined;
|
|
1799
|
-
name?: string | undefined;
|
|
1800
1800
|
label?: string | undefined;
|
|
1801
|
-
|
|
1801
|
+
name?: string | undefined;
|
|
1802
1802
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1803
|
-
validateOn?:
|
|
1803
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1804
1804
|
validationValue?: any;
|
|
1805
1805
|
prependIcon?: IconValue | undefined;
|
|
1806
1806
|
appendIcon?: IconValue | undefined;
|
|
1807
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1808
1807
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1808
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1809
1809
|
hint?: string | undefined;
|
|
1810
1810
|
hideDetails?: boolean | "auto" | undefined;
|
|
1811
1811
|
} & {}, {
|
|
@@ -1816,18 +1816,18 @@ declare const VTextField: {
|
|
|
1816
1816
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1817
1817
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1818
1818
|
'update:modelValue': (value: any) => true;
|
|
1819
|
-
}, "
|
|
1820
|
-
error: boolean;
|
|
1821
|
-
direction: "horizontal" | "vertical";
|
|
1819
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1822
1820
|
style: vue.StyleValue;
|
|
1821
|
+
error: boolean;
|
|
1823
1822
|
disabled: boolean | null;
|
|
1824
|
-
readonly: boolean | null;
|
|
1825
1823
|
messages: string | readonly string[];
|
|
1826
1824
|
focused: boolean;
|
|
1827
1825
|
errorMessages: string | readonly string[] | null;
|
|
1828
1826
|
maxErrors: string | number;
|
|
1827
|
+
readonly: boolean | null;
|
|
1829
1828
|
rules: readonly ValidationRule[];
|
|
1830
1829
|
density: Density;
|
|
1830
|
+
direction: "horizontal" | "vertical";
|
|
1831
1831
|
centerAffix: boolean;
|
|
1832
1832
|
hideSpinButtons: boolean;
|
|
1833
1833
|
persistentHint: boolean;
|
|
@@ -1868,32 +1868,32 @@ declare const VTextField: {
|
|
|
1868
1868
|
$nextTick: typeof nextTick;
|
|
1869
1869
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1870
1870
|
} & Omit<{
|
|
1871
|
-
error: boolean;
|
|
1872
|
-
direction: "horizontal" | "vertical";
|
|
1873
1871
|
style: vue.StyleValue;
|
|
1872
|
+
error: boolean;
|
|
1874
1873
|
disabled: boolean | null;
|
|
1875
|
-
readonly: boolean | null;
|
|
1876
1874
|
messages: string | readonly string[];
|
|
1877
1875
|
focused: boolean;
|
|
1878
1876
|
errorMessages: string | readonly string[] | null;
|
|
1879
1877
|
maxErrors: string | number;
|
|
1878
|
+
readonly: boolean | null;
|
|
1880
1879
|
rules: readonly ValidationRule[];
|
|
1881
1880
|
density: Density;
|
|
1881
|
+
direction: "horizontal" | "vertical";
|
|
1882
1882
|
centerAffix: boolean;
|
|
1883
1883
|
hideSpinButtons: boolean;
|
|
1884
1884
|
persistentHint: boolean;
|
|
1885
1885
|
} & {
|
|
1886
|
+
class?: any;
|
|
1886
1887
|
id?: string | undefined;
|
|
1887
|
-
name?: string | undefined;
|
|
1888
1888
|
label?: string | undefined;
|
|
1889
|
-
|
|
1889
|
+
name?: string | undefined;
|
|
1890
1890
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1891
|
-
validateOn?:
|
|
1891
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1892
1892
|
validationValue?: any;
|
|
1893
1893
|
prependIcon?: IconValue | undefined;
|
|
1894
1894
|
appendIcon?: IconValue | undefined;
|
|
1895
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1896
1895
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1896
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1897
1897
|
hint?: string | undefined;
|
|
1898
1898
|
hideDetails?: boolean | "auto" | undefined;
|
|
1899
1899
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
@@ -1905,19 +1905,19 @@ declare const VTextField: {
|
|
|
1905
1905
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1906
1906
|
modelValue?: unknown;
|
|
1907
1907
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1908
|
-
}, VInputSlots>, "
|
|
1908
|
+
}, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1909
1909
|
$: vue.ComponentInternalInstance;
|
|
1910
1910
|
$data: {};
|
|
1911
1911
|
$props: Partial<{
|
|
1912
|
-
flat: boolean;
|
|
1913
1912
|
reverse: boolean;
|
|
1914
|
-
|
|
1915
|
-
error: boolean;
|
|
1916
|
-
active: boolean;
|
|
1913
|
+
flat: boolean;
|
|
1917
1914
|
style: vue.StyleValue;
|
|
1915
|
+
active: boolean;
|
|
1916
|
+
error: boolean;
|
|
1918
1917
|
disabled: boolean;
|
|
1919
1918
|
focused: boolean;
|
|
1920
1919
|
rounded: string | number | boolean;
|
|
1920
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1921
1921
|
tile: boolean;
|
|
1922
1922
|
clearIcon: IconValue;
|
|
1923
1923
|
centerAffix: boolean;
|
|
@@ -1926,26 +1926,26 @@ declare const VTextField: {
|
|
|
1926
1926
|
persistentClear: boolean;
|
|
1927
1927
|
singleLine: boolean;
|
|
1928
1928
|
}> & Omit<{
|
|
1929
|
-
flat: boolean;
|
|
1930
1929
|
reverse: boolean;
|
|
1931
|
-
|
|
1932
|
-
error: boolean;
|
|
1933
|
-
active: boolean;
|
|
1930
|
+
flat: boolean;
|
|
1934
1931
|
style: vue.StyleValue;
|
|
1932
|
+
active: boolean;
|
|
1933
|
+
error: boolean;
|
|
1935
1934
|
disabled: boolean;
|
|
1936
1935
|
focused: boolean;
|
|
1936
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1937
1937
|
tile: boolean;
|
|
1938
1938
|
clearIcon: IconValue;
|
|
1939
1939
|
clearable: boolean;
|
|
1940
1940
|
dirty: boolean;
|
|
1941
1941
|
persistentClear: boolean;
|
|
1942
1942
|
singleLine: boolean;
|
|
1943
|
+
class?: any;
|
|
1943
1944
|
id?: string | undefined;
|
|
1944
|
-
color?: string | undefined;
|
|
1945
|
-
loading?: string | boolean | undefined;
|
|
1946
1945
|
label?: string | undefined;
|
|
1947
|
-
class?: any;
|
|
1948
1946
|
theme?: string | undefined;
|
|
1947
|
+
color?: string | undefined;
|
|
1948
|
+
loading?: string | boolean | undefined;
|
|
1949
1949
|
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1950
1950
|
rounded?: string | number | boolean | undefined;
|
|
1951
1951
|
bgColor?: string | undefined;
|
|
@@ -1957,14 +1957,14 @@ declare const VTextField: {
|
|
|
1957
1957
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1958
1958
|
centerAffix?: boolean | undefined;
|
|
1959
1959
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1960
|
-
flat: boolean;
|
|
1961
1960
|
reverse: boolean;
|
|
1962
|
-
|
|
1963
|
-
error: boolean;
|
|
1964
|
-
active: boolean;
|
|
1961
|
+
flat: boolean;
|
|
1965
1962
|
style: vue.StyleValue;
|
|
1963
|
+
active: boolean;
|
|
1964
|
+
error: boolean;
|
|
1966
1965
|
disabled: boolean;
|
|
1967
1966
|
focused: boolean;
|
|
1967
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1968
1968
|
tile: boolean;
|
|
1969
1969
|
clearIcon: IconValue;
|
|
1970
1970
|
clearable: boolean;
|
|
@@ -1972,12 +1972,12 @@ declare const VTextField: {
|
|
|
1972
1972
|
persistentClear: boolean;
|
|
1973
1973
|
singleLine: boolean;
|
|
1974
1974
|
} & {
|
|
1975
|
+
class?: any;
|
|
1975
1976
|
id?: string | undefined;
|
|
1976
|
-
color?: string | undefined;
|
|
1977
|
-
loading?: string | boolean | undefined;
|
|
1978
1977
|
label?: string | undefined;
|
|
1979
|
-
class?: any;
|
|
1980
1978
|
theme?: string | undefined;
|
|
1979
|
+
color?: string | undefined;
|
|
1980
|
+
loading?: string | boolean | undefined;
|
|
1981
1981
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1982
1982
|
rounded?: string | number | boolean | undefined;
|
|
1983
1983
|
bgColor?: string | undefined;
|
|
@@ -1990,7 +1990,7 @@ declare const VTextField: {
|
|
|
1990
1990
|
centerAffix?: boolean | undefined;
|
|
1991
1991
|
} & {
|
|
1992
1992
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1993
|
-
}, "
|
|
1993
|
+
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1994
1994
|
$attrs: {
|
|
1995
1995
|
[x: string]: unknown;
|
|
1996
1996
|
};
|
|
@@ -2027,14 +2027,14 @@ declare const VTextField: {
|
|
|
2027
2027
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
2028
2028
|
$el: any;
|
|
2029
2029
|
$options: vue.ComponentOptionsBase<{
|
|
2030
|
-
flat: boolean;
|
|
2031
2030
|
reverse: boolean;
|
|
2032
|
-
|
|
2033
|
-
error: boolean;
|
|
2034
|
-
active: boolean;
|
|
2031
|
+
flat: boolean;
|
|
2035
2032
|
style: vue.StyleValue;
|
|
2033
|
+
active: boolean;
|
|
2034
|
+
error: boolean;
|
|
2036
2035
|
disabled: boolean;
|
|
2037
2036
|
focused: boolean;
|
|
2037
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2038
2038
|
tile: boolean;
|
|
2039
2039
|
clearIcon: IconValue;
|
|
2040
2040
|
clearable: boolean;
|
|
@@ -2042,12 +2042,12 @@ declare const VTextField: {
|
|
|
2042
2042
|
persistentClear: boolean;
|
|
2043
2043
|
singleLine: boolean;
|
|
2044
2044
|
} & {
|
|
2045
|
+
class?: any;
|
|
2045
2046
|
id?: string | undefined;
|
|
2046
|
-
color?: string | undefined;
|
|
2047
|
-
loading?: string | boolean | undefined;
|
|
2048
2047
|
label?: string | undefined;
|
|
2049
|
-
class?: any;
|
|
2050
2048
|
theme?: string | undefined;
|
|
2049
|
+
color?: string | undefined;
|
|
2050
|
+
loading?: string | boolean | undefined;
|
|
2051
2051
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2052
2052
|
rounded?: string | number | boolean | undefined;
|
|
2053
2053
|
bgColor?: string | undefined;
|
|
@@ -2065,16 +2065,16 @@ declare const VTextField: {
|
|
|
2065
2065
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
2066
2066
|
'update:focused': (focused: boolean) => true;
|
|
2067
2067
|
'update:modelValue': (value: any) => true;
|
|
2068
|
-
}, "
|
|
2069
|
-
flat: boolean;
|
|
2068
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
2070
2069
|
reverse: boolean;
|
|
2071
|
-
|
|
2072
|
-
error: boolean;
|
|
2073
|
-
active: boolean;
|
|
2070
|
+
flat: boolean;
|
|
2074
2071
|
style: vue.StyleValue;
|
|
2072
|
+
active: boolean;
|
|
2073
|
+
error: boolean;
|
|
2075
2074
|
disabled: boolean;
|
|
2076
2075
|
focused: boolean;
|
|
2077
2076
|
rounded: string | number | boolean;
|
|
2077
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2078
2078
|
tile: boolean;
|
|
2079
2079
|
clearIcon: IconValue;
|
|
2080
2080
|
centerAffix: boolean;
|
|
@@ -2127,14 +2127,14 @@ declare const VTextField: {
|
|
|
2127
2127
|
$nextTick: typeof nextTick;
|
|
2128
2128
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
2129
2129
|
} & Omit<{
|
|
2130
|
-
flat: boolean;
|
|
2131
2130
|
reverse: boolean;
|
|
2132
|
-
|
|
2133
|
-
error: boolean;
|
|
2134
|
-
active: boolean;
|
|
2131
|
+
flat: boolean;
|
|
2135
2132
|
style: vue.StyleValue;
|
|
2133
|
+
active: boolean;
|
|
2134
|
+
error: boolean;
|
|
2136
2135
|
disabled: boolean;
|
|
2137
2136
|
focused: boolean;
|
|
2137
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2138
2138
|
tile: boolean;
|
|
2139
2139
|
clearIcon: IconValue;
|
|
2140
2140
|
clearable: boolean;
|
|
@@ -2142,12 +2142,12 @@ declare const VTextField: {
|
|
|
2142
2142
|
persistentClear: boolean;
|
|
2143
2143
|
singleLine: boolean;
|
|
2144
2144
|
} & {
|
|
2145
|
+
class?: any;
|
|
2145
2146
|
id?: string | undefined;
|
|
2146
|
-
color?: string | undefined;
|
|
2147
|
-
loading?: string | boolean | undefined;
|
|
2148
2147
|
label?: string | undefined;
|
|
2149
|
-
class?: any;
|
|
2150
2148
|
theme?: string | undefined;
|
|
2149
|
+
color?: string | undefined;
|
|
2150
|
+
loading?: string | boolean | undefined;
|
|
2151
2151
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2152
2152
|
rounded?: string | number | boolean | undefined;
|
|
2153
2153
|
bgColor?: string | undefined;
|
|
@@ -2165,35 +2165,35 @@ declare const VTextField: {
|
|
|
2165
2165
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
2166
2166
|
modelValue?: unknown;
|
|
2167
2167
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
2168
|
-
}, VFieldSlots>, "
|
|
2168
|
+
}, VFieldSlots>, "class" | "id" | "label" | "theme" | "key" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2169
2169
|
'click:control': (e: MouseEvent) => true;
|
|
2170
2170
|
'mousedown:control': (e: MouseEvent) => true;
|
|
2171
2171
|
'update:focused': (focused: boolean) => true;
|
|
2172
2172
|
'update:modelValue': (val: string) => true;
|
|
2173
2173
|
}, string, {
|
|
2174
|
-
flat: boolean;
|
|
2175
2174
|
reverse: boolean;
|
|
2176
|
-
|
|
2175
|
+
flat: boolean;
|
|
2176
|
+
style: vue.StyleValue;
|
|
2177
2177
|
type: string;
|
|
2178
|
-
error: boolean;
|
|
2179
2178
|
active: boolean;
|
|
2180
|
-
|
|
2181
|
-
style: vue.StyleValue;
|
|
2182
|
-
autofocus: boolean;
|
|
2179
|
+
error: boolean;
|
|
2183
2180
|
disabled: boolean;
|
|
2184
|
-
readonly: boolean | null;
|
|
2185
2181
|
messages: string | readonly string[];
|
|
2186
2182
|
focused: boolean;
|
|
2187
2183
|
errorMessages: string | readonly string[] | null;
|
|
2188
2184
|
maxErrors: string | number;
|
|
2185
|
+
readonly: boolean | null;
|
|
2189
2186
|
rules: readonly ValidationRule[];
|
|
2190
2187
|
rounded: string | number | boolean;
|
|
2188
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2191
2189
|
tile: boolean;
|
|
2192
2190
|
density: Density;
|
|
2191
|
+
direction: "horizontal" | "vertical";
|
|
2193
2192
|
clearIcon: IconValue;
|
|
2194
2193
|
centerAffix: boolean;
|
|
2195
2194
|
hideSpinButtons: boolean;
|
|
2196
2195
|
persistentHint: boolean;
|
|
2196
|
+
autofocus: boolean;
|
|
2197
2197
|
clearable: boolean;
|
|
2198
2198
|
dirty: boolean;
|
|
2199
2199
|
persistentClear: boolean;
|
|
@@ -2201,9 +2201,6 @@ declare const VTextField: {
|
|
|
2201
2201
|
persistentPlaceholder: boolean;
|
|
2202
2202
|
persistentCounter: boolean;
|
|
2203
2203
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2204
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2205
|
-
[key: string]: any;
|
|
2206
|
-
}>[];
|
|
2207
2204
|
clear: (arg: DefaultInputSlot & {
|
|
2208
2205
|
props: Record<string, any>;
|
|
2209
2206
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2218,12 +2215,15 @@ declare const VTextField: {
|
|
|
2218
2215
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2219
2216
|
[key: string]: any;
|
|
2220
2217
|
}>[];
|
|
2221
|
-
|
|
2218
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2222
2219
|
[key: string]: any;
|
|
2223
2220
|
}>[];
|
|
2224
2221
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2225
2222
|
[key: string]: any;
|
|
2226
2223
|
}>[];
|
|
2224
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2225
|
+
[key: string]: any;
|
|
2226
|
+
}>[];
|
|
2227
2227
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2228
2228
|
[key: string]: any;
|
|
2229
2229
|
}>[];
|
|
@@ -2242,7 +2242,7 @@ declare const VTextField: {
|
|
|
2242
2242
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
2243
2243
|
theme: StringConstructor;
|
|
2244
2244
|
rounded: {
|
|
2245
|
-
type: (StringConstructor |
|
|
2245
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2246
2246
|
default: undefined;
|
|
2247
2247
|
};
|
|
2248
2248
|
tile: BooleanConstructor;
|
|
@@ -2279,7 +2279,7 @@ declare const VTextField: {
|
|
|
2279
2279
|
reverse: BooleanConstructor;
|
|
2280
2280
|
singleLine: BooleanConstructor;
|
|
2281
2281
|
variant: {
|
|
2282
|
-
type: PropType<"
|
|
2282
|
+
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2283
2283
|
default: string;
|
|
2284
2284
|
validator: (v: any) => boolean;
|
|
2285
2285
|
};
|
|
@@ -2306,7 +2306,7 @@ declare const VTextField: {
|
|
|
2306
2306
|
default: () => never[];
|
|
2307
2307
|
};
|
|
2308
2308
|
modelValue: null;
|
|
2309
|
-
validateOn: PropType<
|
|
2309
|
+
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
2310
2310
|
validationValue: null;
|
|
2311
2311
|
density: {
|
|
2312
2312
|
type: PropType<Density>;
|
|
@@ -2332,7 +2332,7 @@ declare const VTextField: {
|
|
|
2332
2332
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
2333
2333
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2334
2334
|
autofocus: BooleanConstructor;
|
|
2335
|
-
counter: (StringConstructor |
|
|
2335
|
+
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2336
2336
|
counterValue: PropType<number | ((value: any) => number)>;
|
|
2337
2337
|
prefix: StringConstructor;
|
|
2338
2338
|
placeholder: StringConstructor;
|
|
@@ -2348,7 +2348,7 @@ declare const VTextField: {
|
|
|
2348
2348
|
}, vue.ExtractPropTypes<{
|
|
2349
2349
|
theme: StringConstructor;
|
|
2350
2350
|
rounded: {
|
|
2351
|
-
type: (StringConstructor |
|
|
2351
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2352
2352
|
default: undefined;
|
|
2353
2353
|
};
|
|
2354
2354
|
tile: BooleanConstructor;
|
|
@@ -2385,7 +2385,7 @@ declare const VTextField: {
|
|
|
2385
2385
|
reverse: BooleanConstructor;
|
|
2386
2386
|
singleLine: BooleanConstructor;
|
|
2387
2387
|
variant: {
|
|
2388
|
-
type: PropType<"
|
|
2388
|
+
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2389
2389
|
default: string;
|
|
2390
2390
|
validator: (v: any) => boolean;
|
|
2391
2391
|
};
|
|
@@ -2412,7 +2412,7 @@ declare const VTextField: {
|
|
|
2412
2412
|
default: () => never[];
|
|
2413
2413
|
};
|
|
2414
2414
|
modelValue: null;
|
|
2415
|
-
validateOn: PropType<
|
|
2415
|
+
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
2416
2416
|
validationValue: null;
|
|
2417
2417
|
density: {
|
|
2418
2418
|
type: PropType<Density>;
|
|
@@ -2438,7 +2438,7 @@ declare const VTextField: {
|
|
|
2438
2438
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
2439
2439
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2440
2440
|
autofocus: BooleanConstructor;
|
|
2441
|
-
counter: (StringConstructor |
|
|
2441
|
+
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2442
2442
|
counterValue: PropType<number | ((value: any) => number)>;
|
|
2443
2443
|
prefix: StringConstructor;
|
|
2444
2444
|
placeholder: StringConstructor;
|