@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-21 → 3.4.0-alpha.1-dev.2023-10-26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -3
- package/dist/_component-variables-labs.sass +1 -4
- package/dist/_component-variables.sass +3 -0
- package/dist/json/attributes.json +26 -26
- package/dist/json/importMap-labs.json +20 -52
- package/dist/json/importMap.json +56 -24
- package/dist/json/web-types.json +30 -30
- package/dist/vuetify-labs.css +725 -724
- package/dist/vuetify-labs.d.ts +41344 -36620
- package/dist/vuetify-labs.esm.js +5358 -5336
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5357 -5335
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +385 -13
- package/dist/vuetify.d.ts +19744 -12997
- package/dist/vuetify.esm.js +735 -145
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +734 -144
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +808 -779
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +114 -106
- package/lib/components/VApp/index.d.mts +24 -47
- package/lib/components/VAppBar/index.d.mts +219 -175
- package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1203 -551
- package/lib/components/VAvatar/index.d.mts +45 -53
- package/lib/components/VBadge/index.d.mts +66 -58
- package/lib/components/VBanner/index.d.mts +106 -146
- package/lib/components/VBottomNavigation/index.d.mts +72 -63
- package/lib/{labs → components}/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/{labs → components}/VBottomSheet/index.d.mts +153 -83
- package/lib/components/VBottomSheet/index.mjs.map +1 -0
- package/lib/components/VBreadcrumbs/index.d.mts +89 -147
- package/lib/components/VBtn/index.d.mts +107 -66
- package/lib/components/VBtnGroup/index.d.mts +38 -51
- package/lib/components/VBtnToggle/index.d.mts +53 -55
- package/lib/components/VCard/index.d.mts +238 -298
- package/lib/components/VCarousel/index.d.mts +251 -131
- package/lib/components/VCheckbox/index.d.mts +259 -146
- package/lib/components/VChip/index.d.mts +157 -76
- package/lib/components/VChipGroup/index.d.mts +76 -55
- package/lib/components/VCode/index.d.mts +21 -46
- package/lib/components/VColorPicker/index.d.mts +112 -61
- package/lib/components/VCombobox/VCombobox.mjs +13 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1203 -551
- package/lib/components/VCounter/index.d.mts +45 -57
- package/lib/components/VDefaultsProvider/index.d.mts +24 -49
- package/lib/components/VDialog/index.d.mts +583 -329
- package/lib/components/VDivider/index.d.mts +30 -49
- package/lib/components/VExpansionPanel/index.d.mts +188 -212
- package/lib/components/VField/index.d.mts +88 -105
- package/lib/components/VFileInput/index.d.mts +472 -287
- package/lib/components/VFooter/index.d.mts +42 -52
- package/lib/components/VForm/index.d.mts +149 -51
- package/lib/components/VGrid/index.d.mts +146 -196
- package/lib/components/VHover/index.d.mts +37 -49
- package/lib/components/VIcon/index.d.mts +79 -234
- package/lib/components/VImg/index.d.mts +80 -61
- package/lib/components/VInput/index.d.mts +90 -66
- package/lib/components/VItemGroup/index.d.mts +115 -99
- package/lib/components/VKbd/index.d.mts +21 -46
- package/lib/components/VLabel/index.d.mts +24 -47
- package/lib/components/VLayout/index.d.mts +55 -96
- package/lib/components/VLazy/index.d.mts +43 -50
- package/lib/components/VList/index.d.mts +403 -468
- package/lib/components/VLocaleProvider/index.d.mts +24 -46
- package/lib/components/VMain/index.d.mts +24 -47
- package/lib/components/VMenu/index.d.mts +573 -324
- package/lib/components/VMessages/index.d.mts +41 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -0
- package/lib/components/VNavigationDrawer/index.d.mts +95 -67
- package/lib/components/VOverlay/index.d.mts +138 -76
- package/lib/components/VPagination/index.d.mts +114 -73
- package/lib/components/VParallax/index.d.mts +31 -47
- package/lib/components/VProgressCircular/index.d.mts +48 -53
- package/lib/components/VProgressLinear/index.d.mts +84 -63
- package/lib/components/VRadio/index.d.mts +93 -61
- package/lib/components/VRadioGroup/index.d.mts +130 -77
- package/lib/components/VRangeSlider/index.d.mts +169 -86
- package/lib/components/VRating/index.d.mts +75 -62
- package/lib/components/VResponsive/index.d.mts +33 -47
- package/lib/components/VSelect/VSelect.mjs +13 -10
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1191 -546
- package/lib/components/VSelectionControl/index.d.mts +48 -53
- package/lib/components/VSelectionControlGroup/index.d.mts +58 -57
- package/lib/components/VSheet/index.d.mts +37 -48
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -0
- package/lib/{labs → components}/VSkeletonLoader/index.d.mts +36 -51
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -0
- package/lib/components/VSlideGroup/index.d.mts +106 -105
- package/lib/components/VSlider/index.d.mts +166 -85
- package/lib/components/VSnackbar/index.d.mts +572 -324
- package/lib/components/VStepper/VStepper.mjs +137 -98
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.sass +38 -198
- package/lib/{labs → components}/VStepper/VStepperActions.mjs +2 -2
- package/lib/components/VStepper/VStepperActions.mjs.map +1 -0
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperItem.mjs +2 -2
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -0
- package/lib/components/VStepper/_variables.scss +21 -31
- package/lib/{labs → components}/VStepper/index.d.mts +368 -340
- package/lib/components/VStepper/index.mjs +6 -17
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +168 -86
- package/lib/components/VSystemBar/index.d.mts +39 -51
- package/lib/components/VTable/index.d.mts +45 -51
- package/lib/components/VTabs/index.d.mts +177 -132
- package/lib/components/VTextField/index.d.mts +665 -470
- package/lib/components/VTextarea/index.d.mts +469 -297
- package/lib/components/VThemeProvider/index.d.mts +26 -48
- package/lib/components/VTimeline/index.d.mts +98 -106
- package/lib/components/VToolbar/index.d.mts +119 -150
- package/lib/components/VTooltip/index.d.mts +565 -321
- package/lib/components/VValidation/index.d.mts +108 -62
- package/lib/components/VVirtualScroll/index.d.mts +18 -46
- package/lib/components/VWindow/index.d.mts +130 -110
- package/lib/components/index.d.mts +19539 -12808
- package/lib/components/index.mjs +4 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +455 -819
- package/lib/composables/color.mjs +2 -2
- package/lib/composables/color.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +22 -22
- package/lib/labs/VDataIterator/index.d.mts +112 -75
- package/lib/labs/VDataTable/index.d.mts +1456 -530
- package/lib/labs/VDateInput/index.d.mts +260 -157
- package/lib/labs/VDatePicker/index.d.mts +1100 -889
- package/lib/labs/VDateRangePicker/index.d.mts +207 -129
- package/lib/labs/VInfiniteScroll/index.d.mts +59 -54
- package/lib/labs/VOtpInput/index.d.mts +80 -64
- package/lib/labs/VPicker/index.d.mts +74 -97
- package/lib/labs/components.d.mts +7777 -9883
- package/lib/labs/components.mjs +0 -3
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.mjs +6 -3
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/fr.mjs +19 -19
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +3 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +8 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VStepper/VStepperContent.mjs +0 -114
- package/lib/components/VStepper/VStepperContent.mjs.map +0 -1
- package/lib/components/VStepper/VStepperStep.mjs +0 -134
- package/lib/components/VStepper/VStepperStep.mjs.map +0 -1
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/labs/VBottomSheet/index.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/index.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.mjs +0 -149
- package/lib/labs/VStepper/VStepper.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.sass +0 -53
- package/lib/labs/VStepper/VStepperActions.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperHeader.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperItem.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindow.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindowItem.mjs.map +0 -1
- package/lib/labs/VStepper/_variables.scss +0 -27
- package/lib/labs/VStepper/index.mjs +0 -7
- package/lib/labs/VStepper/index.mjs.map +0 -1
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.css +0 -0
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.sass +0 -0
- /package/lib/{labs → components}/VBottomSheet/_variables.scss +0 -0
- /package/lib/{labs → components}/VBottomSheet/index.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.css +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.sass +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/_variables.scss +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/index.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepper.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperHeader.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.sass +0 -0
|
@@ -57,37 +57,64 @@ declare const VTextarea: {
|
|
|
57
57
|
new (...args: any[]): {
|
|
58
58
|
$: vue.ComponentInternalInstance;
|
|
59
59
|
$data: {};
|
|
60
|
-
$props: {
|
|
61
|
-
flat
|
|
62
|
-
reverse
|
|
63
|
-
error
|
|
64
|
-
active
|
|
65
|
-
direction
|
|
66
|
-
style
|
|
67
|
-
autofocus
|
|
68
|
-
disabled
|
|
69
|
-
readonly
|
|
70
|
-
messages
|
|
71
|
-
rounded
|
|
72
|
-
density
|
|
73
|
-
variant
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
60
|
+
$props: Partial<{
|
|
61
|
+
flat: boolean;
|
|
62
|
+
reverse: boolean;
|
|
63
|
+
error: boolean;
|
|
64
|
+
active: boolean;
|
|
65
|
+
direction: "horizontal" | "vertical";
|
|
66
|
+
style: vue.StyleValue;
|
|
67
|
+
autofocus: boolean;
|
|
68
|
+
disabled: boolean;
|
|
69
|
+
readonly: boolean | null;
|
|
70
|
+
messages: string | readonly string[];
|
|
71
|
+
rounded: string | number | boolean;
|
|
72
|
+
density: Density;
|
|
73
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
74
|
+
rules: readonly ValidationRule[];
|
|
75
|
+
rows: string | number;
|
|
76
|
+
clearIcon: IconValue;
|
|
77
|
+
focused: boolean;
|
|
78
|
+
errorMessages: string | readonly string[] | null;
|
|
79
|
+
maxErrors: string | number;
|
|
80
|
+
centerAffix: boolean;
|
|
81
|
+
persistentHint: boolean;
|
|
82
|
+
clearable: boolean;
|
|
83
|
+
dirty: boolean;
|
|
84
|
+
persistentClear: boolean;
|
|
85
|
+
singleLine: boolean;
|
|
86
|
+
persistentPlaceholder: boolean;
|
|
87
|
+
persistentCounter: boolean;
|
|
88
|
+
autoGrow: boolean;
|
|
89
|
+
noResize: boolean;
|
|
90
|
+
}> & Omit<{
|
|
91
|
+
flat: boolean;
|
|
92
|
+
reverse: boolean;
|
|
93
|
+
error: boolean;
|
|
94
|
+
active: boolean;
|
|
95
|
+
direction: "horizontal" | "vertical";
|
|
96
|
+
style: vue.StyleValue;
|
|
97
|
+
autofocus: boolean;
|
|
98
|
+
disabled: boolean;
|
|
99
|
+
readonly: boolean | null;
|
|
100
|
+
messages: string | readonly string[];
|
|
101
|
+
density: Density;
|
|
102
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
103
|
+
rules: readonly ValidationRule[];
|
|
104
|
+
rows: string | number;
|
|
105
|
+
clearIcon: IconValue;
|
|
106
|
+
focused: boolean;
|
|
107
|
+
errorMessages: string | readonly string[] | null;
|
|
108
|
+
maxErrors: string | number;
|
|
109
|
+
persistentHint: boolean;
|
|
110
|
+
clearable: boolean;
|
|
111
|
+
dirty: boolean;
|
|
112
|
+
persistentClear: boolean;
|
|
113
|
+
singleLine: boolean;
|
|
114
|
+
persistentPlaceholder: boolean;
|
|
115
|
+
persistentCounter: boolean;
|
|
116
|
+
autoGrow: boolean;
|
|
117
|
+
noResize: boolean;
|
|
91
118
|
id?: string | undefined;
|
|
92
119
|
name?: string | undefined;
|
|
93
120
|
color?: string | undefined;
|
|
@@ -96,6 +123,31 @@ declare const VTextarea: {
|
|
|
96
123
|
prefix?: string | undefined;
|
|
97
124
|
class?: any;
|
|
98
125
|
placeholder?: string | undefined;
|
|
126
|
+
theme?: string | undefined;
|
|
127
|
+
counter?: string | number | true | undefined;
|
|
128
|
+
rounded?: string | number | boolean | undefined;
|
|
129
|
+
bgColor?: string | undefined;
|
|
130
|
+
modelValue?: any;
|
|
131
|
+
prependIcon?: IconValue | undefined;
|
|
132
|
+
appendIcon?: IconValue | undefined;
|
|
133
|
+
baseColor?: string | undefined;
|
|
134
|
+
appendInnerIcon?: IconValue | undefined;
|
|
135
|
+
prependInnerIcon?: IconValue | undefined;
|
|
136
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
137
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
138
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
139
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
140
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
141
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
142
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
143
|
+
validationValue?: any;
|
|
144
|
+
centerAffix?: boolean | undefined;
|
|
145
|
+
hint?: string | undefined;
|
|
146
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
147
|
+
suffix?: string | undefined;
|
|
148
|
+
counterValue?: ((value: any) => number) | undefined;
|
|
149
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
150
|
+
maxRows?: string | number | undefined;
|
|
99
151
|
$children?: {} | vue.VNodeChild | {
|
|
100
152
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
101
153
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
@@ -111,11 +163,6 @@ declare const VTextarea: {
|
|
|
111
163
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
112
164
|
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
113
165
|
};
|
|
114
|
-
ref?: vue.VNodeRef | undefined;
|
|
115
|
-
ref_for?: boolean | undefined;
|
|
116
|
-
ref_key?: string | undefined;
|
|
117
|
-
theme?: string | undefined;
|
|
118
|
-
counter?: string | number | true | undefined;
|
|
119
166
|
'v-slots'?: {
|
|
120
167
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
121
168
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -131,57 +178,67 @@ declare const VTextarea: {
|
|
|
131
178
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
132
179
|
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
133
180
|
} | undefined;
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
142
|
-
[key: string]: any;
|
|
143
|
-
}>) => void)[] | undefined;
|
|
144
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
145
|
-
[key: string]: any;
|
|
146
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
147
|
-
[key: string]: any;
|
|
148
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
149
|
-
[key: string]: any;
|
|
150
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
151
|
-
[key: string]: any;
|
|
152
|
-
}>) => void)[] | undefined;
|
|
153
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
154
|
-
[key: string]: any;
|
|
155
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
156
|
-
[key: string]: any;
|
|
157
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
158
|
-
[key: string]: any;
|
|
159
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
160
|
-
[key: string]: any;
|
|
161
|
-
}>) => void)[] | undefined;
|
|
162
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
163
|
-
[key: string]: any;
|
|
164
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
165
|
-
[key: string]: any;
|
|
166
|
-
}>) => void)[] | undefined;
|
|
167
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
168
|
-
[key: string]: any;
|
|
169
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
170
|
-
[key: string]: any;
|
|
171
|
-
}>) => void)[] | undefined;
|
|
181
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
182
|
+
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
183
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
184
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
185
|
+
label: string | undefined;
|
|
186
|
+
props: Record<string, any>;
|
|
187
|
+
}) => vue.VNodeChild) | undefined;
|
|
172
188
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
173
189
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
174
|
-
|
|
190
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
191
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
192
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
193
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
175
194
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
195
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
196
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
197
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
198
|
+
flat: boolean;
|
|
199
|
+
reverse: boolean;
|
|
200
|
+
error: boolean;
|
|
201
|
+
active: boolean;
|
|
202
|
+
direction: "horizontal" | "vertical";
|
|
203
|
+
style: vue.StyleValue;
|
|
204
|
+
autofocus: boolean;
|
|
205
|
+
disabled: boolean;
|
|
206
|
+
readonly: boolean | null;
|
|
207
|
+
messages: string | readonly string[];
|
|
208
|
+
density: Density;
|
|
209
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
210
|
+
rules: readonly ValidationRule[];
|
|
211
|
+
rows: string | number;
|
|
212
|
+
clearIcon: IconValue;
|
|
213
|
+
focused: boolean;
|
|
214
|
+
errorMessages: string | readonly string[] | null;
|
|
215
|
+
maxErrors: string | number;
|
|
216
|
+
persistentHint: boolean;
|
|
217
|
+
clearable: boolean;
|
|
218
|
+
dirty: boolean;
|
|
219
|
+
persistentClear: boolean;
|
|
220
|
+
singleLine: boolean;
|
|
221
|
+
persistentPlaceholder: boolean;
|
|
222
|
+
persistentCounter: boolean;
|
|
223
|
+
autoGrow: boolean;
|
|
224
|
+
noResize: boolean;
|
|
225
|
+
} & {
|
|
226
|
+
id?: string | undefined;
|
|
227
|
+
name?: string | undefined;
|
|
228
|
+
color?: string | undefined;
|
|
229
|
+
loading?: string | boolean | undefined;
|
|
230
|
+
label?: string | undefined;
|
|
231
|
+
prefix?: string | undefined;
|
|
232
|
+
class?: any;
|
|
233
|
+
placeholder?: string | undefined;
|
|
234
|
+
theme?: string | undefined;
|
|
235
|
+
counter?: string | number | true | undefined;
|
|
236
|
+
rounded?: string | number | boolean | undefined;
|
|
176
237
|
bgColor?: string | undefined;
|
|
238
|
+
modelValue?: any;
|
|
177
239
|
prependIcon?: IconValue | undefined;
|
|
178
240
|
appendIcon?: IconValue | undefined;
|
|
179
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
180
241
|
baseColor?: string | undefined;
|
|
181
|
-
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
182
|
-
label: string | undefined;
|
|
183
|
-
props: Record<string, any>;
|
|
184
|
-
}) => vue.VNodeChild) | undefined;
|
|
185
242
|
appendInnerIcon?: IconValue | undefined;
|
|
186
243
|
prependInnerIcon?: IconValue | undefined;
|
|
187
244
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -189,24 +246,67 @@ declare const VTextarea: {
|
|
|
189
246
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
190
247
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
191
248
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
192
|
-
|
|
193
|
-
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
249
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
194
250
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
195
251
|
validationValue?: any;
|
|
252
|
+
centerAffix?: boolean | undefined;
|
|
196
253
|
hint?: string | undefined;
|
|
197
254
|
hideDetails?: boolean | "auto" | undefined;
|
|
198
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
199
|
-
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
200
|
-
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
201
|
-
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
202
255
|
suffix?: string | undefined;
|
|
203
256
|
counterValue?: ((value: any) => number) | undefined;
|
|
204
257
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
258
|
+
maxRows?: string | number | undefined;
|
|
259
|
+
} & {
|
|
260
|
+
$children?: {} | vue.VNodeChild | {
|
|
261
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
262
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
263
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
264
|
+
label?: ((arg: DefaultInputSlot & {
|
|
265
|
+
label: string | undefined;
|
|
266
|
+
props: Record<string, any>;
|
|
267
|
+
}) => vue.VNodeChild) | undefined;
|
|
268
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
269
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
270
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
271
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
272
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
273
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
274
|
+
};
|
|
275
|
+
'v-slots'?: {
|
|
276
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
277
|
+
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
278
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
279
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
280
|
+
label: string | undefined;
|
|
281
|
+
props: Record<string, any>;
|
|
282
|
+
}) => vue.VNodeChild) | undefined;
|
|
283
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
284
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
285
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
286
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
287
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
288
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
289
|
+
} | undefined;
|
|
290
|
+
} & {
|
|
291
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
292
|
+
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
293
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
294
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
295
|
+
label: string | undefined;
|
|
296
|
+
props: Record<string, any>;
|
|
297
|
+
}) => vue.VNodeChild) | undefined;
|
|
298
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
299
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
300
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
301
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
302
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
303
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
304
|
+
} & {
|
|
305
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
306
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
205
307
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
206
308
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
207
|
-
|
|
208
|
-
maxRows?: string | number | undefined;
|
|
209
|
-
};
|
|
309
|
+
}, "flat" | "reverse" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rounded" | "density" | "variant" | "rules" | "rows" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "autoGrow" | "noResize">;
|
|
210
310
|
$attrs: {
|
|
211
311
|
[x: string]: unknown;
|
|
212
312
|
};
|
|
@@ -265,11 +365,12 @@ declare const VTextarea: {
|
|
|
265
365
|
messages: string | readonly string[];
|
|
266
366
|
density: Density;
|
|
267
367
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
368
|
+
rules: readonly ValidationRule[];
|
|
369
|
+
rows: string | number;
|
|
268
370
|
clearIcon: IconValue;
|
|
269
371
|
focused: boolean;
|
|
270
372
|
errorMessages: string | readonly string[] | null;
|
|
271
373
|
maxErrors: string | number;
|
|
272
|
-
rules: readonly ValidationRule[];
|
|
273
374
|
persistentHint: boolean;
|
|
274
375
|
clearable: boolean;
|
|
275
376
|
dirty: boolean;
|
|
@@ -279,7 +380,6 @@ declare const VTextarea: {
|
|
|
279
380
|
persistentCounter: boolean;
|
|
280
381
|
autoGrow: boolean;
|
|
281
382
|
noResize: boolean;
|
|
282
|
-
rows: string | number;
|
|
283
383
|
} & {
|
|
284
384
|
id?: string | undefined;
|
|
285
385
|
name?: string | undefined;
|
|
@@ -292,8 +392,8 @@ declare const VTextarea: {
|
|
|
292
392
|
theme?: string | undefined;
|
|
293
393
|
counter?: string | number | true | undefined;
|
|
294
394
|
rounded?: string | number | boolean | undefined;
|
|
295
|
-
modelValue?: any;
|
|
296
395
|
bgColor?: string | undefined;
|
|
396
|
+
modelValue?: any;
|
|
297
397
|
prependIcon?: IconValue | undefined;
|
|
298
398
|
appendIcon?: IconValue | undefined;
|
|
299
399
|
baseColor?: string | undefined;
|
|
@@ -367,25 +467,48 @@ declare const VTextarea: {
|
|
|
367
467
|
}, HTMLInputElement & Omit<Omit<{
|
|
368
468
|
$: vue.ComponentInternalInstance;
|
|
369
469
|
$data: {};
|
|
370
|
-
$props: {
|
|
371
|
-
error
|
|
372
|
-
direction
|
|
373
|
-
style
|
|
374
|
-
disabled
|
|
375
|
-
readonly
|
|
376
|
-
messages
|
|
377
|
-
density
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
centerAffix
|
|
383
|
-
persistentHint
|
|
384
|
-
|
|
470
|
+
$props: Partial<{
|
|
471
|
+
error: boolean;
|
|
472
|
+
direction: "horizontal" | "vertical";
|
|
473
|
+
style: vue.StyleValue;
|
|
474
|
+
disabled: boolean | null;
|
|
475
|
+
readonly: boolean | null;
|
|
476
|
+
messages: string | readonly string[];
|
|
477
|
+
density: Density;
|
|
478
|
+
rules: readonly ValidationRule[];
|
|
479
|
+
focused: boolean;
|
|
480
|
+
errorMessages: string | readonly string[] | null;
|
|
481
|
+
maxErrors: string | number;
|
|
482
|
+
centerAffix: boolean;
|
|
483
|
+
persistentHint: boolean;
|
|
484
|
+
}> & Omit<{
|
|
485
|
+
error: boolean;
|
|
486
|
+
direction: "horizontal" | "vertical";
|
|
487
|
+
style: vue.StyleValue;
|
|
488
|
+
disabled: boolean | null;
|
|
489
|
+
readonly: boolean | null;
|
|
490
|
+
messages: string | readonly string[];
|
|
491
|
+
density: Density;
|
|
492
|
+
rules: readonly ValidationRule[];
|
|
493
|
+
focused: boolean;
|
|
494
|
+
errorMessages: string | readonly string[] | null;
|
|
495
|
+
maxErrors: string | number;
|
|
496
|
+
centerAffix: boolean;
|
|
497
|
+
persistentHint: boolean;
|
|
385
498
|
id?: string | undefined;
|
|
386
499
|
name?: string | undefined;
|
|
387
500
|
label?: string | undefined;
|
|
388
501
|
class?: any;
|
|
502
|
+
modelValue?: any;
|
|
503
|
+
prependIcon?: IconValue | undefined;
|
|
504
|
+
appendIcon?: IconValue | undefined;
|
|
505
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
506
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
507
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
508
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
509
|
+
validationValue?: any;
|
|
510
|
+
hint?: string | undefined;
|
|
511
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
389
512
|
$children?: vue.VNodeChild | {
|
|
390
513
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
391
514
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -393,10 +516,6 @@ declare const VTextarea: {
|
|
|
393
516
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
394
517
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
395
518
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
396
|
-
ref?: vue.VNodeRef | undefined;
|
|
397
|
-
ref_for?: boolean | undefined;
|
|
398
|
-
ref_key?: string | undefined;
|
|
399
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
400
519
|
'v-slots'?: {
|
|
401
520
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
402
521
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -404,60 +523,65 @@ declare const VTextarea: {
|
|
|
404
523
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
405
524
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
406
525
|
} | undefined;
|
|
407
|
-
|
|
408
|
-
[key: string]: any;
|
|
409
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
410
|
-
[key: string]: any;
|
|
411
|
-
}>) => void)[] | undefined;
|
|
412
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
413
|
-
[key: string]: any;
|
|
414
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
415
|
-
[key: string]: any;
|
|
416
|
-
}>) => void)[] | undefined;
|
|
417
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
418
|
-
[key: string]: any;
|
|
419
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
420
|
-
[key: string]: any;
|
|
421
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
422
|
-
[key: string]: any;
|
|
423
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
424
|
-
[key: string]: any;
|
|
425
|
-
}>) => void)[] | undefined;
|
|
426
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
427
|
-
[key: string]: any;
|
|
428
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
429
|
-
[key: string]: any;
|
|
430
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
431
|
-
[key: string]: any;
|
|
432
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
433
|
-
[key: string]: any;
|
|
434
|
-
}>) => void)[] | undefined;
|
|
435
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
436
|
-
[key: string]: any;
|
|
437
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
438
|
-
[key: string]: any;
|
|
439
|
-
}>) => void)[] | undefined;
|
|
440
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
441
|
-
[key: string]: any;
|
|
442
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
443
|
-
[key: string]: any;
|
|
444
|
-
}>) => void)[] | undefined;
|
|
445
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
526
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
446
527
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
447
|
-
|
|
528
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
529
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
530
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
448
531
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
532
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
533
|
+
error: boolean;
|
|
534
|
+
direction: "horizontal" | "vertical";
|
|
535
|
+
style: vue.StyleValue;
|
|
536
|
+
disabled: boolean | null;
|
|
537
|
+
readonly: boolean | null;
|
|
538
|
+
messages: string | readonly string[];
|
|
539
|
+
density: Density;
|
|
540
|
+
rules: readonly ValidationRule[];
|
|
541
|
+
focused: boolean;
|
|
542
|
+
errorMessages: string | readonly string[] | null;
|
|
543
|
+
maxErrors: string | number;
|
|
544
|
+
centerAffix: boolean;
|
|
545
|
+
persistentHint: boolean;
|
|
546
|
+
} & {
|
|
547
|
+
id?: string | undefined;
|
|
548
|
+
name?: string | undefined;
|
|
549
|
+
label?: string | undefined;
|
|
550
|
+
class?: any;
|
|
551
|
+
modelValue?: any;
|
|
449
552
|
prependIcon?: IconValue | undefined;
|
|
450
553
|
appendIcon?: IconValue | undefined;
|
|
451
554
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
452
555
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
453
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
454
556
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
455
557
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
456
558
|
validationValue?: any;
|
|
457
559
|
hint?: string | undefined;
|
|
458
560
|
hideDetails?: boolean | "auto" | undefined;
|
|
561
|
+
} & {
|
|
562
|
+
$children?: vue.VNodeChild | {
|
|
563
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
564
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
565
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
566
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
567
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
568
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
569
|
+
'v-slots'?: {
|
|
570
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
571
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
572
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
573
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
574
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
575
|
+
} | undefined;
|
|
576
|
+
} & {
|
|
577
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
578
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
579
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
459
580
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
460
|
-
|
|
581
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
582
|
+
} & {
|
|
583
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
584
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
461
585
|
$attrs: {
|
|
462
586
|
[x: string]: unknown;
|
|
463
587
|
};
|
|
@@ -493,10 +617,10 @@ declare const VTextarea: {
|
|
|
493
617
|
readonly: boolean | null;
|
|
494
618
|
messages: string | readonly string[];
|
|
495
619
|
density: Density;
|
|
620
|
+
rules: readonly ValidationRule[];
|
|
496
621
|
focused: boolean;
|
|
497
622
|
errorMessages: string | readonly string[] | null;
|
|
498
623
|
maxErrors: string | number;
|
|
499
|
-
rules: readonly ValidationRule[];
|
|
500
624
|
centerAffix: boolean;
|
|
501
625
|
persistentHint: boolean;
|
|
502
626
|
} & {
|
|
@@ -553,10 +677,10 @@ declare const VTextarea: {
|
|
|
553
677
|
readonly: boolean | null;
|
|
554
678
|
messages: string | readonly string[];
|
|
555
679
|
density: Density;
|
|
680
|
+
rules: readonly ValidationRule[];
|
|
556
681
|
focused: boolean;
|
|
557
682
|
errorMessages: string | readonly string[] | null;
|
|
558
683
|
maxErrors: string | number;
|
|
559
|
-
rules: readonly ValidationRule[];
|
|
560
684
|
centerAffix: boolean;
|
|
561
685
|
persistentHint: boolean;
|
|
562
686
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -603,10 +727,10 @@ declare const VTextarea: {
|
|
|
603
727
|
readonly: boolean | null;
|
|
604
728
|
messages: string | readonly string[];
|
|
605
729
|
density: Density;
|
|
730
|
+
rules: readonly ValidationRule[];
|
|
606
731
|
focused: boolean;
|
|
607
732
|
errorMessages: string | readonly string[] | null;
|
|
608
733
|
maxErrors: string | number;
|
|
609
|
-
rules: readonly ValidationRule[];
|
|
610
734
|
centerAffix: boolean;
|
|
611
735
|
persistentHint: boolean;
|
|
612
736
|
} & {
|
|
@@ -653,7 +777,7 @@ declare const VTextarea: {
|
|
|
653
777
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
654
778
|
isValid: vue.ComputedRef<boolean | null>;
|
|
655
779
|
errorMessages: vue.ComputedRef<string[]>;
|
|
656
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "
|
|
780
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
657
781
|
'click:control': (e: MouseEvent) => true;
|
|
658
782
|
'mousedown:control': (e: MouseEvent) => true;
|
|
659
783
|
'update:focused': (focused: boolean) => true;
|
|
@@ -672,11 +796,12 @@ declare const VTextarea: {
|
|
|
672
796
|
rounded: string | number | boolean;
|
|
673
797
|
density: Density;
|
|
674
798
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
799
|
+
rules: readonly ValidationRule[];
|
|
800
|
+
rows: string | number;
|
|
675
801
|
clearIcon: IconValue;
|
|
676
802
|
focused: boolean;
|
|
677
803
|
errorMessages: string | readonly string[] | null;
|
|
678
804
|
maxErrors: string | number;
|
|
679
|
-
rules: readonly ValidationRule[];
|
|
680
805
|
centerAffix: boolean;
|
|
681
806
|
persistentHint: boolean;
|
|
682
807
|
clearable: boolean;
|
|
@@ -687,7 +812,6 @@ declare const VTextarea: {
|
|
|
687
812
|
persistentCounter: boolean;
|
|
688
813
|
autoGrow: boolean;
|
|
689
814
|
noResize: boolean;
|
|
690
|
-
rows: string | number;
|
|
691
815
|
}, {}, string, vue.SlotsType<Partial<{
|
|
692
816
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
693
817
|
[key: string]: any;
|
|
@@ -755,11 +879,12 @@ declare const VTextarea: {
|
|
|
755
879
|
messages: string | readonly string[];
|
|
756
880
|
density: Density;
|
|
757
881
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
882
|
+
rules: readonly ValidationRule[];
|
|
883
|
+
rows: string | number;
|
|
758
884
|
clearIcon: IconValue;
|
|
759
885
|
focused: boolean;
|
|
760
886
|
errorMessages: string | readonly string[] | null;
|
|
761
887
|
maxErrors: string | number;
|
|
762
|
-
rules: readonly ValidationRule[];
|
|
763
888
|
persistentHint: boolean;
|
|
764
889
|
clearable: boolean;
|
|
765
890
|
dirty: boolean;
|
|
@@ -769,7 +894,6 @@ declare const VTextarea: {
|
|
|
769
894
|
persistentCounter: boolean;
|
|
770
895
|
autoGrow: boolean;
|
|
771
896
|
noResize: boolean;
|
|
772
|
-
rows: string | number;
|
|
773
897
|
} & {
|
|
774
898
|
id?: string | undefined;
|
|
775
899
|
name?: string | undefined;
|
|
@@ -782,8 +906,8 @@ declare const VTextarea: {
|
|
|
782
906
|
theme?: string | undefined;
|
|
783
907
|
counter?: string | number | true | undefined;
|
|
784
908
|
rounded?: string | number | boolean | undefined;
|
|
785
|
-
modelValue?: any;
|
|
786
909
|
bgColor?: string | undefined;
|
|
910
|
+
modelValue?: any;
|
|
787
911
|
prependIcon?: IconValue | undefined;
|
|
788
912
|
appendIcon?: IconValue | undefined;
|
|
789
913
|
baseColor?: string | undefined;
|
|
@@ -857,25 +981,48 @@ declare const VTextarea: {
|
|
|
857
981
|
} & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
858
982
|
$: vue.ComponentInternalInstance;
|
|
859
983
|
$data: {};
|
|
860
|
-
$props: {
|
|
861
|
-
error
|
|
862
|
-
direction
|
|
863
|
-
style
|
|
864
|
-
disabled
|
|
865
|
-
readonly
|
|
866
|
-
messages
|
|
867
|
-
density
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
centerAffix
|
|
873
|
-
persistentHint
|
|
874
|
-
|
|
984
|
+
$props: Partial<{
|
|
985
|
+
error: boolean;
|
|
986
|
+
direction: "horizontal" | "vertical";
|
|
987
|
+
style: vue.StyleValue;
|
|
988
|
+
disabled: boolean | null;
|
|
989
|
+
readonly: boolean | null;
|
|
990
|
+
messages: string | readonly string[];
|
|
991
|
+
density: Density;
|
|
992
|
+
rules: readonly ValidationRule[];
|
|
993
|
+
focused: boolean;
|
|
994
|
+
errorMessages: string | readonly string[] | null;
|
|
995
|
+
maxErrors: string | number;
|
|
996
|
+
centerAffix: boolean;
|
|
997
|
+
persistentHint: boolean;
|
|
998
|
+
}> & Omit<{
|
|
999
|
+
error: boolean;
|
|
1000
|
+
direction: "horizontal" | "vertical";
|
|
1001
|
+
style: vue.StyleValue;
|
|
1002
|
+
disabled: boolean | null;
|
|
1003
|
+
readonly: boolean | null;
|
|
1004
|
+
messages: string | readonly string[];
|
|
1005
|
+
density: Density;
|
|
1006
|
+
rules: readonly ValidationRule[];
|
|
1007
|
+
focused: boolean;
|
|
1008
|
+
errorMessages: string | readonly string[] | null;
|
|
1009
|
+
maxErrors: string | number;
|
|
1010
|
+
centerAffix: boolean;
|
|
1011
|
+
persistentHint: boolean;
|
|
875
1012
|
id?: string | undefined;
|
|
876
1013
|
name?: string | undefined;
|
|
877
1014
|
label?: string | undefined;
|
|
878
1015
|
class?: any;
|
|
1016
|
+
modelValue?: any;
|
|
1017
|
+
prependIcon?: IconValue | undefined;
|
|
1018
|
+
appendIcon?: IconValue | undefined;
|
|
1019
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1020
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1021
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1022
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1023
|
+
validationValue?: any;
|
|
1024
|
+
hint?: string | undefined;
|
|
1025
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
879
1026
|
$children?: vue.VNodeChild | {
|
|
880
1027
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
881
1028
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -883,10 +1030,6 @@ declare const VTextarea: {
|
|
|
883
1030
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
884
1031
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
885
1032
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
886
|
-
ref?: vue.VNodeRef | undefined;
|
|
887
|
-
ref_for?: boolean | undefined;
|
|
888
|
-
ref_key?: string | undefined;
|
|
889
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
890
1033
|
'v-slots'?: {
|
|
891
1034
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
892
1035
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -894,60 +1037,65 @@ declare const VTextarea: {
|
|
|
894
1037
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
895
1038
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
896
1039
|
} | undefined;
|
|
897
|
-
|
|
898
|
-
[key: string]: any;
|
|
899
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
900
|
-
[key: string]: any;
|
|
901
|
-
}>) => void)[] | undefined;
|
|
902
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
903
|
-
[key: string]: any;
|
|
904
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
905
|
-
[key: string]: any;
|
|
906
|
-
}>) => void)[] | undefined;
|
|
907
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
908
|
-
[key: string]: any;
|
|
909
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
910
|
-
[key: string]: any;
|
|
911
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
912
|
-
[key: string]: any;
|
|
913
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
914
|
-
[key: string]: any;
|
|
915
|
-
}>) => void)[] | undefined;
|
|
916
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
917
|
-
[key: string]: any;
|
|
918
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
919
|
-
[key: string]: any;
|
|
920
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
921
|
-
[key: string]: any;
|
|
922
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
923
|
-
[key: string]: any;
|
|
924
|
-
}>) => void)[] | undefined;
|
|
925
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
926
|
-
[key: string]: any;
|
|
927
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
928
|
-
[key: string]: any;
|
|
929
|
-
}>) => void)[] | undefined;
|
|
930
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
931
|
-
[key: string]: any;
|
|
932
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
933
|
-
[key: string]: any;
|
|
934
|
-
}>) => void)[] | undefined;
|
|
935
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1040
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
936
1041
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
937
|
-
|
|
1042
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1043
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1044
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
938
1045
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1046
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1047
|
+
error: boolean;
|
|
1048
|
+
direction: "horizontal" | "vertical";
|
|
1049
|
+
style: vue.StyleValue;
|
|
1050
|
+
disabled: boolean | null;
|
|
1051
|
+
readonly: boolean | null;
|
|
1052
|
+
messages: string | readonly string[];
|
|
1053
|
+
density: Density;
|
|
1054
|
+
rules: readonly ValidationRule[];
|
|
1055
|
+
focused: boolean;
|
|
1056
|
+
errorMessages: string | readonly string[] | null;
|
|
1057
|
+
maxErrors: string | number;
|
|
1058
|
+
centerAffix: boolean;
|
|
1059
|
+
persistentHint: boolean;
|
|
1060
|
+
} & {
|
|
1061
|
+
id?: string | undefined;
|
|
1062
|
+
name?: string | undefined;
|
|
1063
|
+
label?: string | undefined;
|
|
1064
|
+
class?: any;
|
|
1065
|
+
modelValue?: any;
|
|
939
1066
|
prependIcon?: IconValue | undefined;
|
|
940
1067
|
appendIcon?: IconValue | undefined;
|
|
941
1068
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
942
1069
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
943
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
944
1070
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
945
1071
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
946
1072
|
validationValue?: any;
|
|
947
1073
|
hint?: string | undefined;
|
|
948
1074
|
hideDetails?: boolean | "auto" | undefined;
|
|
1075
|
+
} & {
|
|
1076
|
+
$children?: vue.VNodeChild | {
|
|
1077
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1078
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1079
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1080
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1081
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1082
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1083
|
+
'v-slots'?: {
|
|
1084
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1085
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1086
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1087
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1088
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1089
|
+
} | undefined;
|
|
1090
|
+
} & {
|
|
1091
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1092
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1093
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
949
1094
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
950
|
-
|
|
1095
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1096
|
+
} & {
|
|
1097
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1098
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
951
1099
|
$attrs: {
|
|
952
1100
|
[x: string]: unknown;
|
|
953
1101
|
};
|
|
@@ -983,10 +1131,10 @@ declare const VTextarea: {
|
|
|
983
1131
|
readonly: boolean | null;
|
|
984
1132
|
messages: string | readonly string[];
|
|
985
1133
|
density: Density;
|
|
1134
|
+
rules: readonly ValidationRule[];
|
|
986
1135
|
focused: boolean;
|
|
987
1136
|
errorMessages: string | readonly string[] | null;
|
|
988
1137
|
maxErrors: string | number;
|
|
989
|
-
rules: readonly ValidationRule[];
|
|
990
1138
|
centerAffix: boolean;
|
|
991
1139
|
persistentHint: boolean;
|
|
992
1140
|
} & {
|
|
@@ -1043,10 +1191,10 @@ declare const VTextarea: {
|
|
|
1043
1191
|
readonly: boolean | null;
|
|
1044
1192
|
messages: string | readonly string[];
|
|
1045
1193
|
density: Density;
|
|
1194
|
+
rules: readonly ValidationRule[];
|
|
1046
1195
|
focused: boolean;
|
|
1047
1196
|
errorMessages: string | readonly string[] | null;
|
|
1048
1197
|
maxErrors: string | number;
|
|
1049
|
-
rules: readonly ValidationRule[];
|
|
1050
1198
|
centerAffix: boolean;
|
|
1051
1199
|
persistentHint: boolean;
|
|
1052
1200
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1093,10 +1241,10 @@ declare const VTextarea: {
|
|
|
1093
1241
|
readonly: boolean | null;
|
|
1094
1242
|
messages: string | readonly string[];
|
|
1095
1243
|
density: Density;
|
|
1244
|
+
rules: readonly ValidationRule[];
|
|
1096
1245
|
focused: boolean;
|
|
1097
1246
|
errorMessages: string | readonly string[] | null;
|
|
1098
1247
|
maxErrors: string | number;
|
|
1099
|
-
rules: readonly ValidationRule[];
|
|
1100
1248
|
centerAffix: boolean;
|
|
1101
1249
|
persistentHint: boolean;
|
|
1102
1250
|
} & {
|
|
@@ -1143,7 +1291,7 @@ declare const VTextarea: {
|
|
|
1143
1291
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1144
1292
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1145
1293
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1146
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "
|
|
1294
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
1147
1295
|
__isFragment?: undefined;
|
|
1148
1296
|
__isTeleport?: undefined;
|
|
1149
1297
|
__isSuspense?: undefined;
|
|
@@ -1160,11 +1308,12 @@ declare const VTextarea: {
|
|
|
1160
1308
|
messages: string | readonly string[];
|
|
1161
1309
|
density: Density;
|
|
1162
1310
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1311
|
+
rules: readonly ValidationRule[];
|
|
1312
|
+
rows: string | number;
|
|
1163
1313
|
clearIcon: IconValue;
|
|
1164
1314
|
focused: boolean;
|
|
1165
1315
|
errorMessages: string | readonly string[] | null;
|
|
1166
1316
|
maxErrors: string | number;
|
|
1167
|
-
rules: readonly ValidationRule[];
|
|
1168
1317
|
persistentHint: boolean;
|
|
1169
1318
|
clearable: boolean;
|
|
1170
1319
|
dirty: boolean;
|
|
@@ -1174,7 +1323,6 @@ declare const VTextarea: {
|
|
|
1174
1323
|
persistentCounter: boolean;
|
|
1175
1324
|
autoGrow: boolean;
|
|
1176
1325
|
noResize: boolean;
|
|
1177
|
-
rows: string | number;
|
|
1178
1326
|
} & {
|
|
1179
1327
|
id?: string | undefined;
|
|
1180
1328
|
name?: string | undefined;
|
|
@@ -1187,8 +1335,8 @@ declare const VTextarea: {
|
|
|
1187
1335
|
theme?: string | undefined;
|
|
1188
1336
|
counter?: string | number | true | undefined;
|
|
1189
1337
|
rounded?: string | number | boolean | undefined;
|
|
1190
|
-
modelValue?: any;
|
|
1191
1338
|
bgColor?: string | undefined;
|
|
1339
|
+
modelValue?: any;
|
|
1192
1340
|
prependIcon?: IconValue | undefined;
|
|
1193
1341
|
appendIcon?: IconValue | undefined;
|
|
1194
1342
|
baseColor?: string | undefined;
|
|
@@ -1262,25 +1410,48 @@ declare const VTextarea: {
|
|
|
1262
1410
|
}, HTMLInputElement & Omit<Omit<{
|
|
1263
1411
|
$: vue.ComponentInternalInstance;
|
|
1264
1412
|
$data: {};
|
|
1265
|
-
$props: {
|
|
1266
|
-
error
|
|
1267
|
-
direction
|
|
1268
|
-
style
|
|
1269
|
-
disabled
|
|
1270
|
-
readonly
|
|
1271
|
-
messages
|
|
1272
|
-
density
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
centerAffix
|
|
1278
|
-
persistentHint
|
|
1279
|
-
|
|
1413
|
+
$props: Partial<{
|
|
1414
|
+
error: boolean;
|
|
1415
|
+
direction: "horizontal" | "vertical";
|
|
1416
|
+
style: vue.StyleValue;
|
|
1417
|
+
disabled: boolean | null;
|
|
1418
|
+
readonly: boolean | null;
|
|
1419
|
+
messages: string | readonly string[];
|
|
1420
|
+
density: Density;
|
|
1421
|
+
rules: readonly ValidationRule[];
|
|
1422
|
+
focused: boolean;
|
|
1423
|
+
errorMessages: string | readonly string[] | null;
|
|
1424
|
+
maxErrors: string | number;
|
|
1425
|
+
centerAffix: boolean;
|
|
1426
|
+
persistentHint: boolean;
|
|
1427
|
+
}> & Omit<{
|
|
1428
|
+
error: boolean;
|
|
1429
|
+
direction: "horizontal" | "vertical";
|
|
1430
|
+
style: vue.StyleValue;
|
|
1431
|
+
disabled: boolean | null;
|
|
1432
|
+
readonly: boolean | null;
|
|
1433
|
+
messages: string | readonly string[];
|
|
1434
|
+
density: Density;
|
|
1435
|
+
rules: readonly ValidationRule[];
|
|
1436
|
+
focused: boolean;
|
|
1437
|
+
errorMessages: string | readonly string[] | null;
|
|
1438
|
+
maxErrors: string | number;
|
|
1439
|
+
centerAffix: boolean;
|
|
1440
|
+
persistentHint: boolean;
|
|
1280
1441
|
id?: string | undefined;
|
|
1281
1442
|
name?: string | undefined;
|
|
1282
1443
|
label?: string | undefined;
|
|
1283
1444
|
class?: any;
|
|
1445
|
+
modelValue?: any;
|
|
1446
|
+
prependIcon?: IconValue | undefined;
|
|
1447
|
+
appendIcon?: IconValue | undefined;
|
|
1448
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1449
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1450
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1451
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1452
|
+
validationValue?: any;
|
|
1453
|
+
hint?: string | undefined;
|
|
1454
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1284
1455
|
$children?: vue.VNodeChild | {
|
|
1285
1456
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1286
1457
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1288,10 +1459,6 @@ declare const VTextarea: {
|
|
|
1288
1459
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1289
1460
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1290
1461
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1291
|
-
ref?: vue.VNodeRef | undefined;
|
|
1292
|
-
ref_for?: boolean | undefined;
|
|
1293
|
-
ref_key?: string | undefined;
|
|
1294
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1295
1462
|
'v-slots'?: {
|
|
1296
1463
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1297
1464
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1299,60 +1466,65 @@ declare const VTextarea: {
|
|
|
1299
1466
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1300
1467
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1301
1468
|
} | undefined;
|
|
1302
|
-
|
|
1303
|
-
[key: string]: any;
|
|
1304
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1305
|
-
[key: string]: any;
|
|
1306
|
-
}>) => void)[] | undefined;
|
|
1307
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1308
|
-
[key: string]: any;
|
|
1309
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1310
|
-
[key: string]: any;
|
|
1311
|
-
}>) => void)[] | undefined;
|
|
1312
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1313
|
-
[key: string]: any;
|
|
1314
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1315
|
-
[key: string]: any;
|
|
1316
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1317
|
-
[key: string]: any;
|
|
1318
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1319
|
-
[key: string]: any;
|
|
1320
|
-
}>) => void)[] | undefined;
|
|
1321
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1322
|
-
[key: string]: any;
|
|
1323
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1324
|
-
[key: string]: any;
|
|
1325
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1326
|
-
[key: string]: any;
|
|
1327
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1328
|
-
[key: string]: any;
|
|
1329
|
-
}>) => void)[] | undefined;
|
|
1330
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1331
|
-
[key: string]: any;
|
|
1332
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1333
|
-
[key: string]: any;
|
|
1334
|
-
}>) => void)[] | undefined;
|
|
1335
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1336
|
-
[key: string]: any;
|
|
1337
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1338
|
-
[key: string]: any;
|
|
1339
|
-
}>) => void)[] | undefined;
|
|
1340
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1469
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1341
1470
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1342
|
-
|
|
1471
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1472
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1473
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1343
1474
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1475
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1476
|
+
error: boolean;
|
|
1477
|
+
direction: "horizontal" | "vertical";
|
|
1478
|
+
style: vue.StyleValue;
|
|
1479
|
+
disabled: boolean | null;
|
|
1480
|
+
readonly: boolean | null;
|
|
1481
|
+
messages: string | readonly string[];
|
|
1482
|
+
density: Density;
|
|
1483
|
+
rules: readonly ValidationRule[];
|
|
1484
|
+
focused: boolean;
|
|
1485
|
+
errorMessages: string | readonly string[] | null;
|
|
1486
|
+
maxErrors: string | number;
|
|
1487
|
+
centerAffix: boolean;
|
|
1488
|
+
persistentHint: boolean;
|
|
1489
|
+
} & {
|
|
1490
|
+
id?: string | undefined;
|
|
1491
|
+
name?: string | undefined;
|
|
1492
|
+
label?: string | undefined;
|
|
1493
|
+
class?: any;
|
|
1494
|
+
modelValue?: any;
|
|
1344
1495
|
prependIcon?: IconValue | undefined;
|
|
1345
1496
|
appendIcon?: IconValue | undefined;
|
|
1346
1497
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1347
1498
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1348
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1349
1499
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1350
1500
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1351
1501
|
validationValue?: any;
|
|
1352
1502
|
hint?: string | undefined;
|
|
1353
1503
|
hideDetails?: boolean | "auto" | undefined;
|
|
1504
|
+
} & {
|
|
1505
|
+
$children?: vue.VNodeChild | {
|
|
1506
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1507
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1508
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1509
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1510
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1511
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1512
|
+
'v-slots'?: {
|
|
1513
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1514
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1515
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1516
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1517
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1518
|
+
} | undefined;
|
|
1519
|
+
} & {
|
|
1520
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1521
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1522
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1354
1523
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1355
|
-
|
|
1524
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1525
|
+
} & {
|
|
1526
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1527
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
1356
1528
|
$attrs: {
|
|
1357
1529
|
[x: string]: unknown;
|
|
1358
1530
|
};
|
|
@@ -1388,10 +1560,10 @@ declare const VTextarea: {
|
|
|
1388
1560
|
readonly: boolean | null;
|
|
1389
1561
|
messages: string | readonly string[];
|
|
1390
1562
|
density: Density;
|
|
1563
|
+
rules: readonly ValidationRule[];
|
|
1391
1564
|
focused: boolean;
|
|
1392
1565
|
errorMessages: string | readonly string[] | null;
|
|
1393
1566
|
maxErrors: string | number;
|
|
1394
|
-
rules: readonly ValidationRule[];
|
|
1395
1567
|
centerAffix: boolean;
|
|
1396
1568
|
persistentHint: boolean;
|
|
1397
1569
|
} & {
|
|
@@ -1448,10 +1620,10 @@ declare const VTextarea: {
|
|
|
1448
1620
|
readonly: boolean | null;
|
|
1449
1621
|
messages: string | readonly string[];
|
|
1450
1622
|
density: Density;
|
|
1623
|
+
rules: readonly ValidationRule[];
|
|
1451
1624
|
focused: boolean;
|
|
1452
1625
|
errorMessages: string | readonly string[] | null;
|
|
1453
1626
|
maxErrors: string | number;
|
|
1454
|
-
rules: readonly ValidationRule[];
|
|
1455
1627
|
centerAffix: boolean;
|
|
1456
1628
|
persistentHint: boolean;
|
|
1457
1629
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1498,10 +1670,10 @@ declare const VTextarea: {
|
|
|
1498
1670
|
readonly: boolean | null;
|
|
1499
1671
|
messages: string | readonly string[];
|
|
1500
1672
|
density: Density;
|
|
1673
|
+
rules: readonly ValidationRule[];
|
|
1501
1674
|
focused: boolean;
|
|
1502
1675
|
errorMessages: string | readonly string[] | null;
|
|
1503
1676
|
maxErrors: string | number;
|
|
1504
|
-
rules: readonly ValidationRule[];
|
|
1505
1677
|
centerAffix: boolean;
|
|
1506
1678
|
persistentHint: boolean;
|
|
1507
1679
|
} & {
|
|
@@ -1548,7 +1720,7 @@ declare const VTextarea: {
|
|
|
1548
1720
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1549
1721
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1550
1722
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1551
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "
|
|
1723
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1552
1724
|
'click:control': (e: MouseEvent) => true;
|
|
1553
1725
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1554
1726
|
'update:focused': (focused: boolean) => true;
|
|
@@ -1567,11 +1739,12 @@ declare const VTextarea: {
|
|
|
1567
1739
|
rounded: string | number | boolean;
|
|
1568
1740
|
density: Density;
|
|
1569
1741
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1742
|
+
rules: readonly ValidationRule[];
|
|
1743
|
+
rows: string | number;
|
|
1570
1744
|
clearIcon: IconValue;
|
|
1571
1745
|
focused: boolean;
|
|
1572
1746
|
errorMessages: string | readonly string[] | null;
|
|
1573
1747
|
maxErrors: string | number;
|
|
1574
|
-
rules: readonly ValidationRule[];
|
|
1575
1748
|
centerAffix: boolean;
|
|
1576
1749
|
persistentHint: boolean;
|
|
1577
1750
|
clearable: boolean;
|
|
@@ -1582,7 +1755,6 @@ declare const VTextarea: {
|
|
|
1582
1755
|
persistentCounter: boolean;
|
|
1583
1756
|
autoGrow: boolean;
|
|
1584
1757
|
noResize: boolean;
|
|
1585
|
-
rows: string | number;
|
|
1586
1758
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1587
1759
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1588
1760
|
[key: string]: any;
|