@vuetify/nightly 3.7.5-master.2024-12-17 → 3.7.6-dev.2025-01-06
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 +2037 -2021
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +4057 -4019
- package/dist/vuetify-labs.css +4809 -4809
- package/dist/vuetify-labs.d.ts +3395 -14377
- package/dist/vuetify-labs.esm.js +81 -62
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +80 -61
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2423 -2423
- package/dist/vuetify.d.ts +3157 -12301
- package/dist/vuetify.esm.js +81 -62
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +80 -61
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +894 -894
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +2 -0
- package/lib/blueprints/md1.d.mts +2 -0
- package/lib/blueprints/md2.d.mts +2 -0
- package/lib/blueprints/md3.d.mts +2 -0
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/index.d.mts +4 -20
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +18 -154
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +11 -79
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +13 -33
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +24 -190
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +17 -95
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +8 -90
- package/lib/components/VChip/VChip.mjs +16 -9
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -105
- package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +24 -43
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.mjs +3 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +6 -13
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +50 -388
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +143 -389
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +23 -159
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +15 -84
- package/lib/components/VField/VField.mjs +4 -4
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +11 -59
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +17 -74
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +48 -291
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.mjs +4 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.mjs +5 -4
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.mjs +3 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/index.d.mts +21 -77
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +3 -4
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +3 -4
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +24 -250
- package/lib/components/VSwitch/VSwitch.mjs +4 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/index.d.mts +4 -33
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +105 -401
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +8 -75
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +21 -16
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +15 -54
- package/lib/components/index.d.mts +2975 -12121
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- package/lib/composables/group.mjs +3 -3
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/theme.mjs +18 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +14 -7
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +63 -61
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +8 -195
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +12 -227
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -205
- package/lib/labs/components.d.mts +1116 -3200
- package/lib/util/getCurrentInstance.mjs +1 -15
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +5 -4
@@ -1,5 +1,6 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
2
|
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick } from 'vue';
|
3
|
+
import * as _vue_reactivity from '@vue/reactivity';
|
3
4
|
|
4
5
|
type ClassValue = any;
|
5
6
|
|
@@ -124,7 +125,7 @@ type VCounterSlot = {
|
|
124
125
|
};
|
125
126
|
|
126
127
|
declare const VTextField: {
|
127
|
-
new (...args: any[]): vue.
|
128
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
128
129
|
flat: boolean;
|
129
130
|
reverse: boolean;
|
130
131
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -298,40 +299,7 @@ declare const VTextField: {
|
|
298
299
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
299
300
|
hint?: string | undefined;
|
300
301
|
hideDetails?: boolean | "auto" | undefined;
|
301
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
302
|
-
error: boolean;
|
303
|
-
direction: "horizontal" | "vertical";
|
304
|
-
style: vue.StyleValue;
|
305
|
-
disabled: boolean | null;
|
306
|
-
readonly: boolean | null;
|
307
|
-
messages: string | readonly string[];
|
308
|
-
focused: boolean;
|
309
|
-
errorMessages: string | readonly string[] | null;
|
310
|
-
maxErrors: string | number;
|
311
|
-
rules: readonly ValidationRule[];
|
312
|
-
density: Density;
|
313
|
-
centerAffix: boolean;
|
314
|
-
hideSpinButtons: boolean;
|
315
|
-
persistentHint: boolean;
|
316
|
-
} & {
|
317
|
-
name?: string | undefined;
|
318
|
-
id?: string | undefined;
|
319
|
-
width?: string | number | undefined;
|
320
|
-
maxWidth?: string | number | undefined;
|
321
|
-
minWidth?: string | number | undefined;
|
322
|
-
label?: string | undefined;
|
323
|
-
class?: any;
|
324
|
-
theme?: string | undefined;
|
325
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
326
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
327
|
-
validationValue?: any;
|
328
|
-
prependIcon?: IconValue | undefined;
|
329
|
-
appendIcon?: IconValue | undefined;
|
330
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
331
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
332
|
-
hint?: string | undefined;
|
333
|
-
hideDetails?: boolean | "auto" | undefined;
|
334
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
302
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
335
303
|
$attrs: {
|
336
304
|
[x: string]: unknown;
|
337
305
|
};
|
@@ -347,6 +315,7 @@ declare const VTextField: {
|
|
347
315
|
}>;
|
348
316
|
$root: vue.ComponentPublicInstance | null;
|
349
317
|
$parent: vue.ComponentPublicInstance | null;
|
318
|
+
$host: Element | null;
|
350
319
|
$emit: (event: string, ...args: any[]) => void;
|
351
320
|
$el: any;
|
352
321
|
$options: vue.ComponentOptionsBase<{
|
@@ -411,7 +380,7 @@ declare const VTextField: {
|
|
411
380
|
append: (arg: VInputSlot) => vue.VNode[];
|
412
381
|
details: (arg: VInputSlot) => vue.VNode[];
|
413
382
|
message: (arg: VMessageSlot) => vue.VNode[];
|
414
|
-
}
|
383
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
415
384
|
beforeCreate?: (() => void) | (() => void)[];
|
416
385
|
created?: (() => void) | (() => void)[];
|
417
386
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -430,8 +399,23 @@ declare const VTextField: {
|
|
430
399
|
};
|
431
400
|
$forceUpdate: () => void;
|
432
401
|
$nextTick: typeof nextTick;
|
433
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
434
|
-
} &
|
402
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
403
|
+
} & Readonly<{
|
404
|
+
error: boolean;
|
405
|
+
direction: "horizontal" | "vertical";
|
406
|
+
style: vue.StyleValue;
|
407
|
+
disabled: boolean | null;
|
408
|
+
readonly: boolean | null;
|
409
|
+
messages: string | readonly string[];
|
410
|
+
focused: boolean;
|
411
|
+
errorMessages: string | readonly string[] | null;
|
412
|
+
maxErrors: string | number;
|
413
|
+
rules: readonly ValidationRule[];
|
414
|
+
density: Density;
|
415
|
+
centerAffix: boolean;
|
416
|
+
hideSpinButtons: boolean;
|
417
|
+
persistentHint: boolean;
|
418
|
+
}> & Omit<{
|
435
419
|
error: boolean;
|
436
420
|
direction: "horizontal" | "vertical";
|
437
421
|
style: vue.StyleValue;
|
@@ -464,7 +448,7 @@ declare const VTextField: {
|
|
464
448
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
465
449
|
hint?: string | undefined;
|
466
450
|
hideDetails?: boolean | "auto" | undefined;
|
467
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
451
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
468
452
|
reset: () => Promise<void>;
|
469
453
|
resetValidation: () => Promise<void>;
|
470
454
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -473,7 +457,7 @@ declare const VTextField: {
|
|
473
457
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
474
458
|
modelValue?: unknown;
|
475
459
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
476
|
-
}, VInputSlots>, "name" | "
|
460
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
477
461
|
$: vue.ComponentInternalInstance;
|
478
462
|
$data: {};
|
479
463
|
$props: Partial<{
|
@@ -524,41 +508,7 @@ declare const VTextField: {
|
|
524
508
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
525
509
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
526
510
|
centerAffix?: boolean | undefined;
|
527
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
528
|
-
flat: boolean;
|
529
|
-
reverse: boolean;
|
530
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
531
|
-
error: boolean;
|
532
|
-
active: boolean;
|
533
|
-
style: vue.StyleValue;
|
534
|
-
disabled: boolean;
|
535
|
-
focused: boolean;
|
536
|
-
tile: boolean;
|
537
|
-
clearIcon: IconValue;
|
538
|
-
clearable: boolean;
|
539
|
-
dirty: boolean;
|
540
|
-
persistentClear: boolean;
|
541
|
-
singleLine: boolean;
|
542
|
-
} & {
|
543
|
-
id?: string | undefined;
|
544
|
-
color?: string | undefined;
|
545
|
-
loading?: string | boolean | undefined;
|
546
|
-
label?: string | undefined;
|
547
|
-
class?: any;
|
548
|
-
theme?: string | undefined;
|
549
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
550
|
-
rounded?: string | number | boolean | undefined;
|
551
|
-
baseColor?: string | undefined;
|
552
|
-
bgColor?: string | undefined;
|
553
|
-
appendInnerIcon?: IconValue | undefined;
|
554
|
-
prependInnerIcon?: IconValue | undefined;
|
555
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
556
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
557
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
558
|
-
centerAffix?: boolean | undefined;
|
559
|
-
} & {
|
560
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
561
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
511
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
562
512
|
$attrs: {
|
563
513
|
[x: string]: unknown;
|
564
514
|
};
|
@@ -580,6 +530,7 @@ declare const VTextField: {
|
|
580
530
|
}>;
|
581
531
|
$root: vue.ComponentPublicInstance | null;
|
582
532
|
$parent: vue.ComponentPublicInstance | null;
|
533
|
+
$host: Element | null;
|
583
534
|
$emit: (event: "update:focused", focused: boolean) => void;
|
584
535
|
$el: any;
|
585
536
|
$options: vue.ComponentOptionsBase<{
|
@@ -617,7 +568,7 @@ declare const VTextField: {
|
|
617
568
|
} & {
|
618
569
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
619
570
|
}, {
|
620
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
571
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
621
572
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
622
573
|
'update:focused': (focused: boolean) => true;
|
623
574
|
'update:modelValue': (value: any) => true;
|
@@ -650,7 +601,7 @@ declare const VTextField: {
|
|
650
601
|
}) => vue.VNode[];
|
651
602
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
652
603
|
default: (arg: VFieldSlot) => vue.VNode[];
|
653
|
-
}
|
604
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
654
605
|
beforeCreate?: (() => void) | (() => void)[];
|
655
606
|
created?: (() => void) | (() => void)[];
|
656
607
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -669,8 +620,25 @@ declare const VTextField: {
|
|
669
620
|
};
|
670
621
|
$forceUpdate: () => void;
|
671
622
|
$nextTick: typeof nextTick;
|
672
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
673
|
-
} &
|
623
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
624
|
+
} & Readonly<{
|
625
|
+
flat: boolean;
|
626
|
+
reverse: boolean;
|
627
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
628
|
+
error: boolean;
|
629
|
+
active: boolean;
|
630
|
+
style: vue.StyleValue;
|
631
|
+
disabled: boolean;
|
632
|
+
focused: boolean;
|
633
|
+
rounded: string | number | boolean;
|
634
|
+
tile: boolean;
|
635
|
+
clearIcon: IconValue;
|
636
|
+
centerAffix: boolean;
|
637
|
+
clearable: boolean;
|
638
|
+
dirty: boolean;
|
639
|
+
persistentClear: boolean;
|
640
|
+
singleLine: boolean;
|
641
|
+
}> & Omit<{
|
674
642
|
flat: boolean;
|
675
643
|
reverse: boolean;
|
676
644
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -704,12 +672,12 @@ declare const VTextField: {
|
|
704
672
|
centerAffix?: boolean | undefined;
|
705
673
|
} & {
|
706
674
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
707
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
708
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
675
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
676
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
709
677
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
710
678
|
modelValue?: unknown;
|
711
679
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
712
|
-
}, VFieldSlots>, "
|
680
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
713
681
|
_allExposed: {
|
714
682
|
reset: () => Promise<void>;
|
715
683
|
resetValidation: () => Promise<void>;
|
@@ -717,138 +685,14 @@ declare const VTextField: {
|
|
717
685
|
isValid: vue.ComputedRef<boolean | null>;
|
718
686
|
errorMessages: vue.ComputedRef<string[]>;
|
719
687
|
} | {
|
720
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
688
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
721
689
|
} | {};
|
722
690
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
723
691
|
'click:control': (e: MouseEvent) => true;
|
724
692
|
'mousedown:control': (e: MouseEvent) => true;
|
725
693
|
'update:focused': (focused: boolean) => true;
|
726
694
|
'update:modelValue': (val: string) => true;
|
727
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
728
|
-
flat: boolean;
|
729
|
-
reverse: boolean;
|
730
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
731
|
-
type: string;
|
732
|
-
error: boolean;
|
733
|
-
active: boolean;
|
734
|
-
direction: "horizontal" | "vertical";
|
735
|
-
style: vue.StyleValue;
|
736
|
-
autofocus: boolean;
|
737
|
-
disabled: boolean;
|
738
|
-
readonly: boolean | null;
|
739
|
-
messages: string | readonly string[];
|
740
|
-
focused: boolean;
|
741
|
-
errorMessages: string | readonly string[] | null;
|
742
|
-
maxErrors: string | number;
|
743
|
-
rules: readonly ValidationRule[];
|
744
|
-
tile: boolean;
|
745
|
-
density: Density;
|
746
|
-
clearIcon: IconValue;
|
747
|
-
hideSpinButtons: boolean;
|
748
|
-
persistentHint: boolean;
|
749
|
-
clearable: boolean;
|
750
|
-
dirty: boolean;
|
751
|
-
persistentClear: boolean;
|
752
|
-
singleLine: boolean;
|
753
|
-
persistentPlaceholder: boolean;
|
754
|
-
persistentCounter: boolean;
|
755
|
-
} & {
|
756
|
-
name?: string | undefined;
|
757
|
-
id?: string | undefined;
|
758
|
-
width?: string | number | undefined;
|
759
|
-
color?: string | undefined;
|
760
|
-
maxWidth?: string | number | undefined;
|
761
|
-
minWidth?: string | number | undefined;
|
762
|
-
loading?: string | boolean | undefined;
|
763
|
-
label?: string | undefined;
|
764
|
-
prefix?: string | undefined;
|
765
|
-
role?: string | undefined;
|
766
|
-
class?: any;
|
767
|
-
theme?: string | undefined;
|
768
|
-
placeholder?: string | undefined;
|
769
|
-
counter?: string | number | boolean | undefined;
|
770
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
771
|
-
modelValue?: any;
|
772
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
773
|
-
validationValue?: any;
|
774
|
-
rounded?: string | number | boolean | undefined;
|
775
|
-
baseColor?: string | undefined;
|
776
|
-
bgColor?: string | undefined;
|
777
|
-
prependIcon?: IconValue | undefined;
|
778
|
-
appendIcon?: IconValue | undefined;
|
779
|
-
appendInnerIcon?: IconValue | undefined;
|
780
|
-
prependInnerIcon?: IconValue | undefined;
|
781
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
782
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
783
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
784
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
785
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
786
|
-
centerAffix?: boolean | undefined;
|
787
|
-
hint?: string | undefined;
|
788
|
-
hideDetails?: boolean | "auto" | undefined;
|
789
|
-
suffix?: string | undefined;
|
790
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
791
|
-
modelModifiers?: Record<string, boolean> | undefined;
|
792
|
-
} & {
|
793
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
794
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
795
|
-
clear?: ((arg: DefaultInputSlot & {
|
796
|
-
props: Record<string, any>;
|
797
|
-
}) => vue.VNodeChild) | undefined;
|
798
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
799
|
-
label?: ((arg: DefaultInputSlot & {
|
800
|
-
label: string | undefined;
|
801
|
-
props: Record<string, any>;
|
802
|
-
}) => vue.VNodeChild) | undefined;
|
803
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
804
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
805
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
806
|
-
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
807
|
-
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
808
|
-
default?: (() => vue.VNodeChild) | undefined;
|
809
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
810
|
-
};
|
811
|
-
'v-slots'?: {
|
812
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
813
|
-
clear?: false | ((arg: DefaultInputSlot & {
|
814
|
-
props: Record<string, any>;
|
815
|
-
}) => vue.VNodeChild) | undefined;
|
816
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
817
|
-
label?: false | ((arg: DefaultInputSlot & {
|
818
|
-
label: string | undefined;
|
819
|
-
props: Record<string, any>;
|
820
|
-
}) => vue.VNodeChild) | undefined;
|
821
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
822
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
823
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
824
|
-
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
825
|
-
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
826
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
827
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
828
|
-
} | undefined;
|
829
|
-
} & {
|
830
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
831
|
-
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
832
|
-
props: Record<string, any>;
|
833
|
-
}) => vue.VNodeChild) | undefined;
|
834
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
835
|
-
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
836
|
-
label: string | undefined;
|
837
|
-
props: Record<string, any>;
|
838
|
-
}) => vue.VNodeChild) | undefined;
|
839
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
840
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
841
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
842
|
-
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
843
|
-
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
844
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
845
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
846
|
-
} & {
|
847
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
848
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
849
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
850
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
851
|
-
}, {
|
695
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
852
696
|
flat: boolean;
|
853
697
|
reverse: boolean;
|
854
698
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -895,7 +739,7 @@ declare const VTextField: {
|
|
895
739
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
896
740
|
default: () => vue.VNode[];
|
897
741
|
counter: (arg: VCounterSlot) => vue.VNode[];
|
898
|
-
}>>, {
|
742
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
899
743
|
P: {};
|
900
744
|
B: {};
|
901
745
|
D: {};
|
@@ -1076,40 +920,7 @@ declare const VTextField: {
|
|
1076
920
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1077
921
|
hint?: string | undefined;
|
1078
922
|
hideDetails?: boolean | "auto" | undefined;
|
1079
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1080
|
-
error: boolean;
|
1081
|
-
direction: "horizontal" | "vertical";
|
1082
|
-
style: vue.StyleValue;
|
1083
|
-
disabled: boolean | null;
|
1084
|
-
readonly: boolean | null;
|
1085
|
-
messages: string | readonly string[];
|
1086
|
-
focused: boolean;
|
1087
|
-
errorMessages: string | readonly string[] | null;
|
1088
|
-
maxErrors: string | number;
|
1089
|
-
rules: readonly ValidationRule[];
|
1090
|
-
density: Density;
|
1091
|
-
centerAffix: boolean;
|
1092
|
-
hideSpinButtons: boolean;
|
1093
|
-
persistentHint: boolean;
|
1094
|
-
} & {
|
1095
|
-
name?: string | undefined;
|
1096
|
-
id?: string | undefined;
|
1097
|
-
width?: string | number | undefined;
|
1098
|
-
maxWidth?: string | number | undefined;
|
1099
|
-
minWidth?: string | number | undefined;
|
1100
|
-
label?: string | undefined;
|
1101
|
-
class?: any;
|
1102
|
-
theme?: string | undefined;
|
1103
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1104
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
1105
|
-
validationValue?: any;
|
1106
|
-
prependIcon?: IconValue | undefined;
|
1107
|
-
appendIcon?: IconValue | undefined;
|
1108
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1109
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1110
|
-
hint?: string | undefined;
|
1111
|
-
hideDetails?: boolean | "auto" | undefined;
|
1112
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
923
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
1113
924
|
$attrs: {
|
1114
925
|
[x: string]: unknown;
|
1115
926
|
};
|
@@ -1125,6 +936,7 @@ declare const VTextField: {
|
|
1125
936
|
}>;
|
1126
937
|
$root: vue.ComponentPublicInstance | null;
|
1127
938
|
$parent: vue.ComponentPublicInstance | null;
|
939
|
+
$host: Element | null;
|
1128
940
|
$emit: (event: string, ...args: any[]) => void;
|
1129
941
|
$el: any;
|
1130
942
|
$options: vue.ComponentOptionsBase<{
|
@@ -1189,7 +1001,7 @@ declare const VTextField: {
|
|
1189
1001
|
append: (arg: VInputSlot) => vue.VNode[];
|
1190
1002
|
details: (arg: VInputSlot) => vue.VNode[];
|
1191
1003
|
message: (arg: VMessageSlot) => vue.VNode[];
|
1192
|
-
}
|
1004
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
1193
1005
|
beforeCreate?: (() => void) | (() => void)[];
|
1194
1006
|
created?: (() => void) | (() => void)[];
|
1195
1007
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1208,8 +1020,23 @@ declare const VTextField: {
|
|
1208
1020
|
};
|
1209
1021
|
$forceUpdate: () => void;
|
1210
1022
|
$nextTick: typeof nextTick;
|
1211
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1212
|
-
} &
|
1023
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1024
|
+
} & Readonly<{
|
1025
|
+
error: boolean;
|
1026
|
+
direction: "horizontal" | "vertical";
|
1027
|
+
style: vue.StyleValue;
|
1028
|
+
disabled: boolean | null;
|
1029
|
+
readonly: boolean | null;
|
1030
|
+
messages: string | readonly string[];
|
1031
|
+
focused: boolean;
|
1032
|
+
errorMessages: string | readonly string[] | null;
|
1033
|
+
maxErrors: string | number;
|
1034
|
+
rules: readonly ValidationRule[];
|
1035
|
+
density: Density;
|
1036
|
+
centerAffix: boolean;
|
1037
|
+
hideSpinButtons: boolean;
|
1038
|
+
persistentHint: boolean;
|
1039
|
+
}> & Omit<{
|
1213
1040
|
error: boolean;
|
1214
1041
|
direction: "horizontal" | "vertical";
|
1215
1042
|
style: vue.StyleValue;
|
@@ -1242,7 +1069,7 @@ declare const VTextField: {
|
|
1242
1069
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1243
1070
|
hint?: string | undefined;
|
1244
1071
|
hideDetails?: boolean | "auto" | undefined;
|
1245
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
1072
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
1246
1073
|
reset: () => Promise<void>;
|
1247
1074
|
resetValidation: () => Promise<void>;
|
1248
1075
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -1251,7 +1078,7 @@ declare const VTextField: {
|
|
1251
1078
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
1252
1079
|
modelValue?: unknown;
|
1253
1080
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1254
|
-
}, VInputSlots>, "name" | "
|
1081
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1255
1082
|
$: vue.ComponentInternalInstance;
|
1256
1083
|
$data: {};
|
1257
1084
|
$props: Partial<{
|
@@ -1302,41 +1129,7 @@ declare const VTextField: {
|
|
1302
1129
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1303
1130
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1304
1131
|
centerAffix?: boolean | undefined;
|
1305
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1306
|
-
flat: boolean;
|
1307
|
-
reverse: boolean;
|
1308
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1309
|
-
error: boolean;
|
1310
|
-
active: boolean;
|
1311
|
-
style: vue.StyleValue;
|
1312
|
-
disabled: boolean;
|
1313
|
-
focused: boolean;
|
1314
|
-
tile: boolean;
|
1315
|
-
clearIcon: IconValue;
|
1316
|
-
clearable: boolean;
|
1317
|
-
dirty: boolean;
|
1318
|
-
persistentClear: boolean;
|
1319
|
-
singleLine: boolean;
|
1320
|
-
} & {
|
1321
|
-
id?: string | undefined;
|
1322
|
-
color?: string | undefined;
|
1323
|
-
loading?: string | boolean | undefined;
|
1324
|
-
label?: string | undefined;
|
1325
|
-
class?: any;
|
1326
|
-
theme?: string | undefined;
|
1327
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1328
|
-
rounded?: string | number | boolean | undefined;
|
1329
|
-
baseColor?: string | undefined;
|
1330
|
-
bgColor?: string | undefined;
|
1331
|
-
appendInnerIcon?: IconValue | undefined;
|
1332
|
-
prependInnerIcon?: IconValue | undefined;
|
1333
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1334
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1335
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1336
|
-
centerAffix?: boolean | undefined;
|
1337
|
-
} & {
|
1338
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1339
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1132
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1340
1133
|
$attrs: {
|
1341
1134
|
[x: string]: unknown;
|
1342
1135
|
};
|
@@ -1358,6 +1151,7 @@ declare const VTextField: {
|
|
1358
1151
|
}>;
|
1359
1152
|
$root: vue.ComponentPublicInstance | null;
|
1360
1153
|
$parent: vue.ComponentPublicInstance | null;
|
1154
|
+
$host: Element | null;
|
1361
1155
|
$emit: (event: "update:focused", focused: boolean) => void;
|
1362
1156
|
$el: any;
|
1363
1157
|
$options: vue.ComponentOptionsBase<{
|
@@ -1395,7 +1189,7 @@ declare const VTextField: {
|
|
1395
1189
|
} & {
|
1396
1190
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1397
1191
|
}, {
|
1398
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1192
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1399
1193
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
1400
1194
|
'update:focused': (focused: boolean) => true;
|
1401
1195
|
'update:modelValue': (value: any) => true;
|
@@ -1428,7 +1222,7 @@ declare const VTextField: {
|
|
1428
1222
|
}) => vue.VNode[];
|
1429
1223
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
1430
1224
|
default: (arg: VFieldSlot) => vue.VNode[];
|
1431
|
-
}
|
1225
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
1432
1226
|
beforeCreate?: (() => void) | (() => void)[];
|
1433
1227
|
created?: (() => void) | (() => void)[];
|
1434
1228
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1447,8 +1241,25 @@ declare const VTextField: {
|
|
1447
1241
|
};
|
1448
1242
|
$forceUpdate: () => void;
|
1449
1243
|
$nextTick: typeof nextTick;
|
1450
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1451
|
-
} &
|
1244
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1245
|
+
} & Readonly<{
|
1246
|
+
flat: boolean;
|
1247
|
+
reverse: boolean;
|
1248
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1249
|
+
error: boolean;
|
1250
|
+
active: boolean;
|
1251
|
+
style: vue.StyleValue;
|
1252
|
+
disabled: boolean;
|
1253
|
+
focused: boolean;
|
1254
|
+
rounded: string | number | boolean;
|
1255
|
+
tile: boolean;
|
1256
|
+
clearIcon: IconValue;
|
1257
|
+
centerAffix: boolean;
|
1258
|
+
clearable: boolean;
|
1259
|
+
dirty: boolean;
|
1260
|
+
persistentClear: boolean;
|
1261
|
+
singleLine: boolean;
|
1262
|
+
}> & Omit<{
|
1452
1263
|
flat: boolean;
|
1453
1264
|
reverse: boolean;
|
1454
1265
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -1482,12 +1293,12 @@ declare const VTextField: {
|
|
1482
1293
|
centerAffix?: boolean | undefined;
|
1483
1294
|
} & {
|
1484
1295
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1485
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
1486
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1296
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
1297
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1487
1298
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
1488
1299
|
modelValue?: unknown;
|
1489
1300
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1490
|
-
}, VFieldSlots>, "
|
1301
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
1491
1302
|
_allExposed: {
|
1492
1303
|
reset: () => Promise<void>;
|
1493
1304
|
resetValidation: () => Promise<void>;
|
@@ -1495,7 +1306,7 @@ declare const VTextField: {
|
|
1495
1306
|
isValid: vue.ComputedRef<boolean | null>;
|
1496
1307
|
errorMessages: vue.ComputedRef<string[]>;
|
1497
1308
|
} | {
|
1498
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1309
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1499
1310
|
} | {};
|
1500
1311
|
}, {}, {}, {}, {
|
1501
1312
|
flat: boolean;
|
@@ -1705,40 +1516,7 @@ declare const VTextField: {
|
|
1705
1516
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1706
1517
|
hint?: string | undefined;
|
1707
1518
|
hideDetails?: boolean | "auto" | undefined;
|
1708
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1709
|
-
error: boolean;
|
1710
|
-
direction: "horizontal" | "vertical";
|
1711
|
-
style: vue.StyleValue;
|
1712
|
-
disabled: boolean | null;
|
1713
|
-
readonly: boolean | null;
|
1714
|
-
messages: string | readonly string[];
|
1715
|
-
focused: boolean;
|
1716
|
-
errorMessages: string | readonly string[] | null;
|
1717
|
-
maxErrors: string | number;
|
1718
|
-
rules: readonly ValidationRule[];
|
1719
|
-
density: Density;
|
1720
|
-
centerAffix: boolean;
|
1721
|
-
hideSpinButtons: boolean;
|
1722
|
-
persistentHint: boolean;
|
1723
|
-
} & {
|
1724
|
-
name?: string | undefined;
|
1725
|
-
id?: string | undefined;
|
1726
|
-
width?: string | number | undefined;
|
1727
|
-
maxWidth?: string | number | undefined;
|
1728
|
-
minWidth?: string | number | undefined;
|
1729
|
-
label?: string | undefined;
|
1730
|
-
class?: any;
|
1731
|
-
theme?: string | undefined;
|
1732
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1733
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
1734
|
-
validationValue?: any;
|
1735
|
-
prependIcon?: IconValue | undefined;
|
1736
|
-
appendIcon?: IconValue | undefined;
|
1737
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1738
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1739
|
-
hint?: string | undefined;
|
1740
|
-
hideDetails?: boolean | "auto" | undefined;
|
1741
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
1519
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
1742
1520
|
$attrs: {
|
1743
1521
|
[x: string]: unknown;
|
1744
1522
|
};
|
@@ -1754,6 +1532,7 @@ declare const VTextField: {
|
|
1754
1532
|
}>;
|
1755
1533
|
$root: vue.ComponentPublicInstance | null;
|
1756
1534
|
$parent: vue.ComponentPublicInstance | null;
|
1535
|
+
$host: Element | null;
|
1757
1536
|
$emit: (event: string, ...args: any[]) => void;
|
1758
1537
|
$el: any;
|
1759
1538
|
$options: vue.ComponentOptionsBase<{
|
@@ -1818,7 +1597,7 @@ declare const VTextField: {
|
|
1818
1597
|
append: (arg: VInputSlot) => vue.VNode[];
|
1819
1598
|
details: (arg: VInputSlot) => vue.VNode[];
|
1820
1599
|
message: (arg: VMessageSlot) => vue.VNode[];
|
1821
|
-
}
|
1600
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
1822
1601
|
beforeCreate?: (() => void) | (() => void)[];
|
1823
1602
|
created?: (() => void) | (() => void)[];
|
1824
1603
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1837,8 +1616,23 @@ declare const VTextField: {
|
|
1837
1616
|
};
|
1838
1617
|
$forceUpdate: () => void;
|
1839
1618
|
$nextTick: typeof nextTick;
|
1840
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1841
|
-
} &
|
1619
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1620
|
+
} & Readonly<{
|
1621
|
+
error: boolean;
|
1622
|
+
direction: "horizontal" | "vertical";
|
1623
|
+
style: vue.StyleValue;
|
1624
|
+
disabled: boolean | null;
|
1625
|
+
readonly: boolean | null;
|
1626
|
+
messages: string | readonly string[];
|
1627
|
+
focused: boolean;
|
1628
|
+
errorMessages: string | readonly string[] | null;
|
1629
|
+
maxErrors: string | number;
|
1630
|
+
rules: readonly ValidationRule[];
|
1631
|
+
density: Density;
|
1632
|
+
centerAffix: boolean;
|
1633
|
+
hideSpinButtons: boolean;
|
1634
|
+
persistentHint: boolean;
|
1635
|
+
}> & Omit<{
|
1842
1636
|
error: boolean;
|
1843
1637
|
direction: "horizontal" | "vertical";
|
1844
1638
|
style: vue.StyleValue;
|
@@ -1871,7 +1665,7 @@ declare const VTextField: {
|
|
1871
1665
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1872
1666
|
hint?: string | undefined;
|
1873
1667
|
hideDetails?: boolean | "auto" | undefined;
|
1874
|
-
} & {}, "reset" | "isValid" | "errorMessages" | "
|
1668
|
+
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")> & vue.ShallowUnwrapRef<{
|
1875
1669
|
reset: () => Promise<void>;
|
1876
1670
|
resetValidation: () => Promise<void>;
|
1877
1671
|
validate: (silent?: boolean) => Promise<string[]>;
|
@@ -1880,7 +1674,7 @@ declare const VTextField: {
|
|
1880
1674
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
1881
1675
|
modelValue?: unknown;
|
1882
1676
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1883
|
-
}, VInputSlots>, "name" | "
|
1677
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1884
1678
|
$: vue.ComponentInternalInstance;
|
1885
1679
|
$data: {};
|
1886
1680
|
$props: Partial<{
|
@@ -1931,41 +1725,7 @@ declare const VTextField: {
|
|
1931
1725
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1932
1726
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1933
1727
|
centerAffix?: boolean | undefined;
|
1934
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1935
|
-
flat: boolean;
|
1936
|
-
reverse: boolean;
|
1937
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1938
|
-
error: boolean;
|
1939
|
-
active: boolean;
|
1940
|
-
style: vue.StyleValue;
|
1941
|
-
disabled: boolean;
|
1942
|
-
focused: boolean;
|
1943
|
-
tile: boolean;
|
1944
|
-
clearIcon: IconValue;
|
1945
|
-
clearable: boolean;
|
1946
|
-
dirty: boolean;
|
1947
|
-
persistentClear: boolean;
|
1948
|
-
singleLine: boolean;
|
1949
|
-
} & {
|
1950
|
-
id?: string | undefined;
|
1951
|
-
color?: string | undefined;
|
1952
|
-
loading?: string | boolean | undefined;
|
1953
|
-
label?: string | undefined;
|
1954
|
-
class?: any;
|
1955
|
-
theme?: string | undefined;
|
1956
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1957
|
-
rounded?: string | number | boolean | undefined;
|
1958
|
-
baseColor?: string | undefined;
|
1959
|
-
bgColor?: string | undefined;
|
1960
|
-
appendInnerIcon?: IconValue | undefined;
|
1961
|
-
prependInnerIcon?: IconValue | undefined;
|
1962
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1963
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1964
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1965
|
-
centerAffix?: boolean | undefined;
|
1966
|
-
} & {
|
1967
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1968
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1728
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1969
1729
|
$attrs: {
|
1970
1730
|
[x: string]: unknown;
|
1971
1731
|
};
|
@@ -1987,6 +1747,7 @@ declare const VTextField: {
|
|
1987
1747
|
}>;
|
1988
1748
|
$root: vue.ComponentPublicInstance | null;
|
1989
1749
|
$parent: vue.ComponentPublicInstance | null;
|
1750
|
+
$host: Element | null;
|
1990
1751
|
$emit: (event: "update:focused", focused: boolean) => void;
|
1991
1752
|
$el: any;
|
1992
1753
|
$options: vue.ComponentOptionsBase<{
|
@@ -2024,7 +1785,7 @@ declare const VTextField: {
|
|
2024
1785
|
} & {
|
2025
1786
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2026
1787
|
}, {
|
2027
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1788
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2028
1789
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
2029
1790
|
'update:focused': (focused: boolean) => true;
|
2030
1791
|
'update:modelValue': (value: any) => true;
|
@@ -2057,7 +1818,7 @@ declare const VTextField: {
|
|
2057
1818
|
}) => vue.VNode[];
|
2058
1819
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
2059
1820
|
default: (arg: VFieldSlot) => vue.VNode[];
|
2060
|
-
}
|
1821
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
2061
1822
|
beforeCreate?: (() => void) | (() => void)[];
|
2062
1823
|
created?: (() => void) | (() => void)[];
|
2063
1824
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -2076,8 +1837,25 @@ declare const VTextField: {
|
|
2076
1837
|
};
|
2077
1838
|
$forceUpdate: () => void;
|
2078
1839
|
$nextTick: typeof nextTick;
|
2079
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
2080
|
-
} &
|
1840
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1841
|
+
} & Readonly<{
|
1842
|
+
flat: boolean;
|
1843
|
+
reverse: boolean;
|
1844
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1845
|
+
error: boolean;
|
1846
|
+
active: boolean;
|
1847
|
+
style: vue.StyleValue;
|
1848
|
+
disabled: boolean;
|
1849
|
+
focused: boolean;
|
1850
|
+
rounded: string | number | boolean;
|
1851
|
+
tile: boolean;
|
1852
|
+
clearIcon: IconValue;
|
1853
|
+
centerAffix: boolean;
|
1854
|
+
clearable: boolean;
|
1855
|
+
dirty: boolean;
|
1856
|
+
persistentClear: boolean;
|
1857
|
+
singleLine: boolean;
|
1858
|
+
}> & Omit<{
|
2081
1859
|
flat: boolean;
|
2082
1860
|
reverse: boolean;
|
2083
1861
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -2111,12 +1889,12 @@ declare const VTextField: {
|
|
2111
1889
|
centerAffix?: boolean | undefined;
|
2112
1890
|
} & {
|
2113
1891
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2114
|
-
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
2115
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1892
|
+
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
|
1893
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2116
1894
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
2117
1895
|
modelValue?: unknown;
|
2118
1896
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2119
|
-
}, VFieldSlots>, "
|
1897
|
+
}, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
2120
1898
|
_allExposed: {
|
2121
1899
|
reset: () => Promise<void>;
|
2122
1900
|
resetValidation: () => Promise<void>;
|
@@ -2124,7 +1902,7 @@ declare const VTextField: {
|
|
2124
1902
|
isValid: vue.ComputedRef<boolean | null>;
|
2125
1903
|
errorMessages: vue.ComputedRef<string[]>;
|
2126
1904
|
} | {
|
2127
|
-
controlRef: vue.Ref<HTMLElement | undefined>;
|
1905
|
+
controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2128
1906
|
} | {};
|
2129
1907
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2130
1908
|
'click:control': (e: MouseEvent) => true;
|
@@ -2178,7 +1956,7 @@ declare const VTextField: {
|
|
2178
1956
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
2179
1957
|
default: () => vue.VNode[];
|
2180
1958
|
counter: (arg: VCounterSlot) => vue.VNode[];
|
2181
|
-
}
|
1959
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2182
1960
|
theme: StringConstructor;
|
2183
1961
|
rounded: {
|
2184
1962
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|