vuetify 3.1.13 → 3.1.15
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 +173 -105
- package/dist/json/importMap.json +68 -68
- package/dist/json/tags.json +18 -1
- package/dist/json/web-types.json +518 -251
- package/dist/vuetify-labs.css +448 -420
- package/dist/vuetify-labs.d.ts +1066 -658
- package/dist/vuetify-labs.esm.js +261 -159
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +261 -159
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +63 -35
- package/dist/vuetify.d.ts +911 -562
- package/dist/vuetify.esm.js +189 -98
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +189 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +745 -724
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +9 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +55 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
- package/lib/components/VAutocomplete/index.d.ts +67 -49
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +21 -16
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +36 -15
- package/lib/components/VChip/VChip.mjs +2 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +14 -14
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +12 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VCombobox/index.d.ts +67 -49
- package/lib/components/VField/VField.mjs +3 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +26 -20
- package/lib/components/VFileInput/VFileInput.mjs +13 -18
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +118 -79
- package/lib/components/VImg/VImg.mjs +3 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +19 -19
- package/lib/components/VInput/VInput.mjs +16 -9
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +36 -15
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +12 -0
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +5 -0
- package/lib/components/VList/index.d.ts +14 -14
- package/lib/components/VOverlay/locationStrategies.mjs +9 -4
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +1 -0
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
- package/lib/components/VProgressCircular/_variables.scss +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
- package/lib/components/VProgressLinear/_variables.scss +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +36 -15
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +36 -15
- package/lib/components/VSelect/VSelect.mjs +37 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +70 -49
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +36 -15
- package/lib/components/VSwitch/VSwitch.mjs +5 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +57 -15
- package/lib/components/VTextField/VTextField.mjs +6 -14
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +153 -99
- package/lib/components/VTextarea/VTextarea.mjs +12 -17
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +117 -72
- package/lib/components/VToolbar/VToolbar.css +2 -0
- package/lib/components/VToolbar/VToolbar.sass +2 -0
- package/lib/components/VTreeview/_mixins.sass +0 -0
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
- package/lib/components/VValidation/index.d.ts +10 -1
- package/lib/components/index.d.ts +891 -542
- package/lib/composables/focus.mjs +3 -2
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/items.mjs +7 -2
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +2 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -2
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/index.d.ts +20 -20
- package/lib/labs/VDataTable/VDataTable.mjs +5 -5
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +54 -48
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +6 -4
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -4
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +2 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +166 -107
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +1 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
- package/lib/labs/components.d.ts +175 -116
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -5,8 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
type EventProp<T = (...args:
|
|
9
|
-
declare const EventProp: PropType<EventProp<(...args:
|
|
8
|
+
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
9
|
+
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
10
10
|
|
|
11
11
|
interface LoaderSlotProps {
|
|
12
12
|
color: string | undefined;
|
|
@@ -63,11 +63,11 @@ declare const VTextarea: {
|
|
|
63
63
|
errorMessages: string | string[];
|
|
64
64
|
maxErrors: string | number;
|
|
65
65
|
rules: ValidationRule[];
|
|
66
|
+
persistentHint: boolean;
|
|
66
67
|
clearable: boolean;
|
|
67
68
|
dirty: boolean;
|
|
68
69
|
persistentClear: boolean;
|
|
69
70
|
singleLine: boolean;
|
|
70
|
-
persistentHint: boolean;
|
|
71
71
|
persistentPlaceholder: boolean;
|
|
72
72
|
persistentCounter: boolean;
|
|
73
73
|
autoGrow: boolean;
|
|
@@ -89,11 +89,11 @@ declare const VTextarea: {
|
|
|
89
89
|
errorMessages: string | string[];
|
|
90
90
|
maxErrors: string | number;
|
|
91
91
|
rules: ValidationRule[];
|
|
92
|
+
persistentHint: boolean;
|
|
92
93
|
clearable: boolean;
|
|
93
94
|
dirty: boolean;
|
|
94
95
|
persistentClear: boolean;
|
|
95
96
|
singleLine: boolean;
|
|
96
|
-
persistentHint: boolean;
|
|
97
97
|
persistentPlaceholder: boolean;
|
|
98
98
|
persistentCounter: boolean;
|
|
99
99
|
autoGrow: boolean;
|
|
@@ -115,17 +115,19 @@ declare const VTextarea: {
|
|
|
115
115
|
appendIcon?: IconValue | undefined;
|
|
116
116
|
appendInnerIcon?: IconValue | undefined;
|
|
117
117
|
prependInnerIcon?: IconValue | undefined;
|
|
118
|
-
'onClick:clear'?: EventProp<(
|
|
119
|
-
'onClick:append'?: EventProp<(
|
|
120
|
-
'onClick:prepend'?: EventProp<(
|
|
121
|
-
'onClick:appendInner'?: EventProp<(
|
|
122
|
-
'onClick:prependInner'?: EventProp<(
|
|
118
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
119
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
120
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
121
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
122
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
123
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
123
124
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
124
125
|
validationValue?: any;
|
|
125
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
126
126
|
hint?: string | undefined;
|
|
127
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
127
128
|
suffix?: string | undefined;
|
|
128
129
|
counterValue?: ((value: any) => number) | undefined;
|
|
130
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
129
131
|
maxRows?: string | number | undefined;
|
|
130
132
|
} & {
|
|
131
133
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -172,7 +174,7 @@ declare const VTextarea: {
|
|
|
172
174
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
173
175
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
174
176
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
175
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "
|
|
177
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "autoGrow" | "noResize" | "rows">;
|
|
176
178
|
$attrs: {
|
|
177
179
|
[x: string]: unknown;
|
|
178
180
|
};
|
|
@@ -202,11 +204,11 @@ declare const VTextarea: {
|
|
|
202
204
|
errorMessages: string | string[];
|
|
203
205
|
maxErrors: string | number;
|
|
204
206
|
rules: ValidationRule[];
|
|
207
|
+
persistentHint: boolean;
|
|
205
208
|
clearable: boolean;
|
|
206
209
|
dirty: boolean;
|
|
207
210
|
persistentClear: boolean;
|
|
208
211
|
singleLine: boolean;
|
|
209
|
-
persistentHint: boolean;
|
|
210
212
|
persistentPlaceholder: boolean;
|
|
211
213
|
persistentCounter: boolean;
|
|
212
214
|
autoGrow: boolean;
|
|
@@ -228,17 +230,19 @@ declare const VTextarea: {
|
|
|
228
230
|
appendIcon?: IconValue | undefined;
|
|
229
231
|
appendInnerIcon?: IconValue | undefined;
|
|
230
232
|
prependInnerIcon?: IconValue | undefined;
|
|
231
|
-
'onClick:clear'?: EventProp<(
|
|
232
|
-
'onClick:append'?: EventProp<(
|
|
233
|
-
'onClick:prepend'?: EventProp<(
|
|
234
|
-
'onClick:appendInner'?: EventProp<(
|
|
235
|
-
'onClick:prependInner'?: EventProp<(
|
|
233
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
234
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
235
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
236
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
237
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
238
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
236
239
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
237
240
|
validationValue?: any;
|
|
238
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
239
241
|
hint?: string | undefined;
|
|
242
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
240
243
|
suffix?: string | undefined;
|
|
241
244
|
counterValue?: ((value: any) => number) | undefined;
|
|
245
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
242
246
|
maxRows?: string | number | undefined;
|
|
243
247
|
} & {
|
|
244
248
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -299,6 +303,7 @@ declare const VTextarea: {
|
|
|
299
303
|
errorMessages: string | string[];
|
|
300
304
|
maxErrors: string | number;
|
|
301
305
|
rules: ValidationRule[];
|
|
306
|
+
persistentHint: boolean;
|
|
302
307
|
}> & Omit<{
|
|
303
308
|
error: boolean;
|
|
304
309
|
direction: "horizontal" | "vertical";
|
|
@@ -310,6 +315,7 @@ declare const VTextarea: {
|
|
|
310
315
|
errorMessages: string | string[];
|
|
311
316
|
maxErrors: string | number;
|
|
312
317
|
rules: ValidationRule[];
|
|
318
|
+
persistentHint: boolean;
|
|
313
319
|
} & {
|
|
314
320
|
id?: string | undefined;
|
|
315
321
|
name?: string | undefined;
|
|
@@ -317,10 +323,12 @@ declare const VTextarea: {
|
|
|
317
323
|
modelValue?: any;
|
|
318
324
|
prependIcon?: IconValue | undefined;
|
|
319
325
|
appendIcon?: IconValue | undefined;
|
|
320
|
-
'onClick:append'?: EventProp<(
|
|
321
|
-
'onClick:prepend'?: EventProp<(
|
|
326
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
327
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
328
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
322
329
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
323
330
|
validationValue?: any;
|
|
331
|
+
hint?: string | undefined;
|
|
324
332
|
hideDetails?: boolean | "auto" | undefined;
|
|
325
333
|
} & {
|
|
326
334
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -348,7 +356,7 @@ declare const VTextarea: {
|
|
|
348
356
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
349
357
|
} & {
|
|
350
358
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
351
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
359
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
|
|
352
360
|
$attrs: {
|
|
353
361
|
[x: string]: unknown;
|
|
354
362
|
};
|
|
@@ -373,6 +381,7 @@ declare const VTextarea: {
|
|
|
373
381
|
errorMessages: string | string[];
|
|
374
382
|
maxErrors: string | number;
|
|
375
383
|
rules: ValidationRule[];
|
|
384
|
+
persistentHint: boolean;
|
|
376
385
|
} & {
|
|
377
386
|
id?: string | undefined;
|
|
378
387
|
name?: string | undefined;
|
|
@@ -380,10 +389,12 @@ declare const VTextarea: {
|
|
|
380
389
|
modelValue?: any;
|
|
381
390
|
prependIcon?: IconValue | undefined;
|
|
382
391
|
appendIcon?: IconValue | undefined;
|
|
383
|
-
'onClick:append'?: EventProp<(
|
|
384
|
-
'onClick:prepend'?: EventProp<(
|
|
392
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
393
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
394
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
385
395
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
386
396
|
validationValue?: any;
|
|
397
|
+
hint?: string | undefined;
|
|
387
398
|
hideDetails?: boolean | "auto" | undefined;
|
|
388
399
|
} & {
|
|
389
400
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -428,6 +439,7 @@ declare const VTextarea: {
|
|
|
428
439
|
errorMessages: string | string[];
|
|
429
440
|
maxErrors: string | number;
|
|
430
441
|
rules: ValidationRule[];
|
|
442
|
+
persistentHint: boolean;
|
|
431
443
|
}, {}, string> & {
|
|
432
444
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
433
445
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -459,6 +471,7 @@ declare const VTextarea: {
|
|
|
459
471
|
errorMessages: string | string[];
|
|
460
472
|
maxErrors: string | number;
|
|
461
473
|
rules: ValidationRule[];
|
|
474
|
+
persistentHint: boolean;
|
|
462
475
|
} & {
|
|
463
476
|
id?: string | undefined;
|
|
464
477
|
name?: string | undefined;
|
|
@@ -466,10 +479,12 @@ declare const VTextarea: {
|
|
|
466
479
|
modelValue?: any;
|
|
467
480
|
prependIcon?: IconValue | undefined;
|
|
468
481
|
appendIcon?: IconValue | undefined;
|
|
469
|
-
'onClick:append'?: EventProp<(
|
|
470
|
-
'onClick:prepend'?: EventProp<(
|
|
482
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
483
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
484
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
471
485
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
472
486
|
validationValue?: any;
|
|
487
|
+
hint?: string | undefined;
|
|
473
488
|
hideDetails?: boolean | "auto" | undefined;
|
|
474
489
|
} & {
|
|
475
490
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -501,7 +516,7 @@ declare const VTextarea: {
|
|
|
501
516
|
reset: () => void;
|
|
502
517
|
resetValidation: () => void;
|
|
503
518
|
validate: () => Promise<string[]>;
|
|
504
|
-
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
519
|
+
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
505
520
|
'click:control': (e: MouseEvent) => true;
|
|
506
521
|
'mousedown:control': (e: MouseEvent) => true;
|
|
507
522
|
'update:focused': (focused: boolean) => true;
|
|
@@ -522,11 +537,11 @@ declare const VTextarea: {
|
|
|
522
537
|
errorMessages: string | string[];
|
|
523
538
|
maxErrors: string | number;
|
|
524
539
|
rules: ValidationRule[];
|
|
540
|
+
persistentHint: boolean;
|
|
525
541
|
clearable: boolean;
|
|
526
542
|
dirty: boolean;
|
|
527
543
|
persistentClear: boolean;
|
|
528
544
|
singleLine: boolean;
|
|
529
|
-
persistentHint: boolean;
|
|
530
545
|
persistentPlaceholder: boolean;
|
|
531
546
|
persistentCounter: boolean;
|
|
532
547
|
autoGrow: boolean;
|
|
@@ -568,11 +583,11 @@ declare const VTextarea: {
|
|
|
568
583
|
errorMessages: string | string[];
|
|
569
584
|
maxErrors: string | number;
|
|
570
585
|
rules: ValidationRule[];
|
|
586
|
+
persistentHint: boolean;
|
|
571
587
|
clearable: boolean;
|
|
572
588
|
dirty: boolean;
|
|
573
589
|
persistentClear: boolean;
|
|
574
590
|
singleLine: boolean;
|
|
575
|
-
persistentHint: boolean;
|
|
576
591
|
persistentPlaceholder: boolean;
|
|
577
592
|
persistentCounter: boolean;
|
|
578
593
|
autoGrow: boolean;
|
|
@@ -594,17 +609,19 @@ declare const VTextarea: {
|
|
|
594
609
|
appendIcon?: IconValue | undefined;
|
|
595
610
|
appendInnerIcon?: IconValue | undefined;
|
|
596
611
|
prependInnerIcon?: IconValue | undefined;
|
|
597
|
-
'onClick:clear'?: EventProp<(
|
|
598
|
-
'onClick:append'?: EventProp<(
|
|
599
|
-
'onClick:prepend'?: EventProp<(
|
|
600
|
-
'onClick:appendInner'?: EventProp<(
|
|
601
|
-
'onClick:prependInner'?: EventProp<(
|
|
612
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
613
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
614
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
615
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
616
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
617
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
602
618
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
603
619
|
validationValue?: any;
|
|
604
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
605
620
|
hint?: string | undefined;
|
|
621
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
606
622
|
suffix?: string | undefined;
|
|
607
623
|
counterValue?: ((value: any) => number) | undefined;
|
|
624
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
608
625
|
maxRows?: string | number | undefined;
|
|
609
626
|
} & {
|
|
610
627
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -665,6 +682,7 @@ declare const VTextarea: {
|
|
|
665
682
|
errorMessages: string | string[];
|
|
666
683
|
maxErrors: string | number;
|
|
667
684
|
rules: ValidationRule[];
|
|
685
|
+
persistentHint: boolean;
|
|
668
686
|
}> & Omit<{
|
|
669
687
|
error: boolean;
|
|
670
688
|
direction: "horizontal" | "vertical";
|
|
@@ -676,6 +694,7 @@ declare const VTextarea: {
|
|
|
676
694
|
errorMessages: string | string[];
|
|
677
695
|
maxErrors: string | number;
|
|
678
696
|
rules: ValidationRule[];
|
|
697
|
+
persistentHint: boolean;
|
|
679
698
|
} & {
|
|
680
699
|
id?: string | undefined;
|
|
681
700
|
name?: string | undefined;
|
|
@@ -683,10 +702,12 @@ declare const VTextarea: {
|
|
|
683
702
|
modelValue?: any;
|
|
684
703
|
prependIcon?: IconValue | undefined;
|
|
685
704
|
appendIcon?: IconValue | undefined;
|
|
686
|
-
'onClick:append'?: EventProp<(
|
|
687
|
-
'onClick:prepend'?: EventProp<(
|
|
705
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
706
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
707
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
688
708
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
689
709
|
validationValue?: any;
|
|
710
|
+
hint?: string | undefined;
|
|
690
711
|
hideDetails?: boolean | "auto" | undefined;
|
|
691
712
|
} & {
|
|
692
713
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -714,7 +735,7 @@ declare const VTextarea: {
|
|
|
714
735
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
715
736
|
} & {
|
|
716
737
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
717
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
738
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
|
|
718
739
|
$attrs: {
|
|
719
740
|
[x: string]: unknown;
|
|
720
741
|
};
|
|
@@ -739,6 +760,7 @@ declare const VTextarea: {
|
|
|
739
760
|
errorMessages: string | string[];
|
|
740
761
|
maxErrors: string | number;
|
|
741
762
|
rules: ValidationRule[];
|
|
763
|
+
persistentHint: boolean;
|
|
742
764
|
} & {
|
|
743
765
|
id?: string | undefined;
|
|
744
766
|
name?: string | undefined;
|
|
@@ -746,10 +768,12 @@ declare const VTextarea: {
|
|
|
746
768
|
modelValue?: any;
|
|
747
769
|
prependIcon?: IconValue | undefined;
|
|
748
770
|
appendIcon?: IconValue | undefined;
|
|
749
|
-
'onClick:append'?: EventProp<(
|
|
750
|
-
'onClick:prepend'?: EventProp<(
|
|
771
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
772
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
773
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
751
774
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
752
775
|
validationValue?: any;
|
|
776
|
+
hint?: string | undefined;
|
|
753
777
|
hideDetails?: boolean | "auto" | undefined;
|
|
754
778
|
} & {
|
|
755
779
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -794,6 +818,7 @@ declare const VTextarea: {
|
|
|
794
818
|
errorMessages: string | string[];
|
|
795
819
|
maxErrors: string | number;
|
|
796
820
|
rules: ValidationRule[];
|
|
821
|
+
persistentHint: boolean;
|
|
797
822
|
}, {}, string> & {
|
|
798
823
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
799
824
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -825,6 +850,7 @@ declare const VTextarea: {
|
|
|
825
850
|
errorMessages: string | string[];
|
|
826
851
|
maxErrors: string | number;
|
|
827
852
|
rules: ValidationRule[];
|
|
853
|
+
persistentHint: boolean;
|
|
828
854
|
} & {
|
|
829
855
|
id?: string | undefined;
|
|
830
856
|
name?: string | undefined;
|
|
@@ -832,10 +858,12 @@ declare const VTextarea: {
|
|
|
832
858
|
modelValue?: any;
|
|
833
859
|
prependIcon?: IconValue | undefined;
|
|
834
860
|
appendIcon?: IconValue | undefined;
|
|
835
|
-
'onClick:append'?: EventProp<(
|
|
836
|
-
'onClick:prepend'?: EventProp<(
|
|
861
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
862
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
863
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
837
864
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
838
865
|
validationValue?: any;
|
|
866
|
+
hint?: string | undefined;
|
|
839
867
|
hideDetails?: boolean | "auto" | undefined;
|
|
840
868
|
} & {
|
|
841
869
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -867,7 +895,7 @@ declare const VTextarea: {
|
|
|
867
895
|
reset: () => void;
|
|
868
896
|
resetValidation: () => void;
|
|
869
897
|
validate: () => Promise<string[]>;
|
|
870
|
-
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
898
|
+
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
871
899
|
__isFragment?: undefined;
|
|
872
900
|
__isTeleport?: undefined;
|
|
873
901
|
__isSuspense?: undefined;
|
|
@@ -887,11 +915,11 @@ declare const VTextarea: {
|
|
|
887
915
|
errorMessages: string | string[];
|
|
888
916
|
maxErrors: string | number;
|
|
889
917
|
rules: ValidationRule[];
|
|
918
|
+
persistentHint: boolean;
|
|
890
919
|
clearable: boolean;
|
|
891
920
|
dirty: boolean;
|
|
892
921
|
persistentClear: boolean;
|
|
893
922
|
singleLine: boolean;
|
|
894
|
-
persistentHint: boolean;
|
|
895
923
|
persistentPlaceholder: boolean;
|
|
896
924
|
persistentCounter: boolean;
|
|
897
925
|
autoGrow: boolean;
|
|
@@ -913,17 +941,19 @@ declare const VTextarea: {
|
|
|
913
941
|
appendIcon?: IconValue | undefined;
|
|
914
942
|
appendInnerIcon?: IconValue | undefined;
|
|
915
943
|
prependInnerIcon?: IconValue | undefined;
|
|
916
|
-
'onClick:clear'?: EventProp<(
|
|
917
|
-
'onClick:append'?: EventProp<(
|
|
918
|
-
'onClick:prepend'?: EventProp<(
|
|
919
|
-
'onClick:appendInner'?: EventProp<(
|
|
920
|
-
'onClick:prependInner'?: EventProp<(
|
|
944
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
945
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
946
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
947
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
948
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
949
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
921
950
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
922
951
|
validationValue?: any;
|
|
923
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
924
952
|
hint?: string | undefined;
|
|
953
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
925
954
|
suffix?: string | undefined;
|
|
926
955
|
counterValue?: ((value: any) => number) | undefined;
|
|
956
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
927
957
|
maxRows?: string | number | undefined;
|
|
928
958
|
} & {
|
|
929
959
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -984,6 +1014,7 @@ declare const VTextarea: {
|
|
|
984
1014
|
errorMessages: string | string[];
|
|
985
1015
|
maxErrors: string | number;
|
|
986
1016
|
rules: ValidationRule[];
|
|
1017
|
+
persistentHint: boolean;
|
|
987
1018
|
}> & Omit<{
|
|
988
1019
|
error: boolean;
|
|
989
1020
|
direction: "horizontal" | "vertical";
|
|
@@ -995,6 +1026,7 @@ declare const VTextarea: {
|
|
|
995
1026
|
errorMessages: string | string[];
|
|
996
1027
|
maxErrors: string | number;
|
|
997
1028
|
rules: ValidationRule[];
|
|
1029
|
+
persistentHint: boolean;
|
|
998
1030
|
} & {
|
|
999
1031
|
id?: string | undefined;
|
|
1000
1032
|
name?: string | undefined;
|
|
@@ -1002,10 +1034,12 @@ declare const VTextarea: {
|
|
|
1002
1034
|
modelValue?: any;
|
|
1003
1035
|
prependIcon?: IconValue | undefined;
|
|
1004
1036
|
appendIcon?: IconValue | undefined;
|
|
1005
|
-
'onClick:append'?: EventProp<(
|
|
1006
|
-
'onClick:prepend'?: EventProp<(
|
|
1037
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1038
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1039
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
1007
1040
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1008
1041
|
validationValue?: any;
|
|
1042
|
+
hint?: string | undefined;
|
|
1009
1043
|
hideDetails?: boolean | "auto" | undefined;
|
|
1010
1044
|
} & {
|
|
1011
1045
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -1033,7 +1067,7 @@ declare const VTextarea: {
|
|
|
1033
1067
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1034
1068
|
} & {
|
|
1035
1069
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1036
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
1070
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
|
|
1037
1071
|
$attrs: {
|
|
1038
1072
|
[x: string]: unknown;
|
|
1039
1073
|
};
|
|
@@ -1058,6 +1092,7 @@ declare const VTextarea: {
|
|
|
1058
1092
|
errorMessages: string | string[];
|
|
1059
1093
|
maxErrors: string | number;
|
|
1060
1094
|
rules: ValidationRule[];
|
|
1095
|
+
persistentHint: boolean;
|
|
1061
1096
|
} & {
|
|
1062
1097
|
id?: string | undefined;
|
|
1063
1098
|
name?: string | undefined;
|
|
@@ -1065,10 +1100,12 @@ declare const VTextarea: {
|
|
|
1065
1100
|
modelValue?: any;
|
|
1066
1101
|
prependIcon?: IconValue | undefined;
|
|
1067
1102
|
appendIcon?: IconValue | undefined;
|
|
1068
|
-
'onClick:append'?: EventProp<(
|
|
1069
|
-
'onClick:prepend'?: EventProp<(
|
|
1103
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1104
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1105
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
1070
1106
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1071
1107
|
validationValue?: any;
|
|
1108
|
+
hint?: string | undefined;
|
|
1072
1109
|
hideDetails?: boolean | "auto" | undefined;
|
|
1073
1110
|
} & {
|
|
1074
1111
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -1113,6 +1150,7 @@ declare const VTextarea: {
|
|
|
1113
1150
|
errorMessages: string | string[];
|
|
1114
1151
|
maxErrors: string | number;
|
|
1115
1152
|
rules: ValidationRule[];
|
|
1153
|
+
persistentHint: boolean;
|
|
1116
1154
|
}, {}, string> & {
|
|
1117
1155
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1118
1156
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1144,6 +1182,7 @@ declare const VTextarea: {
|
|
|
1144
1182
|
errorMessages: string | string[];
|
|
1145
1183
|
maxErrors: string | number;
|
|
1146
1184
|
rules: ValidationRule[];
|
|
1185
|
+
persistentHint: boolean;
|
|
1147
1186
|
} & {
|
|
1148
1187
|
id?: string | undefined;
|
|
1149
1188
|
name?: string | undefined;
|
|
@@ -1151,10 +1190,12 @@ declare const VTextarea: {
|
|
|
1151
1190
|
modelValue?: any;
|
|
1152
1191
|
prependIcon?: IconValue | undefined;
|
|
1153
1192
|
appendIcon?: IconValue | undefined;
|
|
1154
|
-
'onClick:append'?: EventProp<(
|
|
1155
|
-
'onClick:prepend'?: EventProp<(
|
|
1193
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1194
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1195
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
1156
1196
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1157
1197
|
validationValue?: any;
|
|
1198
|
+
hint?: string | undefined;
|
|
1158
1199
|
hideDetails?: boolean | "auto" | undefined;
|
|
1159
1200
|
} & {
|
|
1160
1201
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -1186,7 +1227,7 @@ declare const VTextarea: {
|
|
|
1186
1227
|
reset: () => void;
|
|
1187
1228
|
resetValidation: () => void;
|
|
1188
1229
|
validate: () => Promise<string[]>;
|
|
1189
|
-
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1230
|
+
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1190
1231
|
'click:control': (e: MouseEvent) => true;
|
|
1191
1232
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1192
1233
|
'update:focused': (focused: boolean) => true;
|
|
@@ -1207,11 +1248,11 @@ declare const VTextarea: {
|
|
|
1207
1248
|
errorMessages: string | string[];
|
|
1208
1249
|
maxErrors: string | number;
|
|
1209
1250
|
rules: ValidationRule[];
|
|
1251
|
+
persistentHint: boolean;
|
|
1210
1252
|
clearable: boolean;
|
|
1211
1253
|
dirty: boolean;
|
|
1212
1254
|
persistentClear: boolean;
|
|
1213
1255
|
singleLine: boolean;
|
|
1214
|
-
persistentHint: boolean;
|
|
1215
1256
|
persistentPlaceholder: boolean;
|
|
1216
1257
|
persistentCounter: boolean;
|
|
1217
1258
|
autoGrow: boolean;
|
|
@@ -1242,10 +1283,11 @@ declare const VTextarea: {
|
|
|
1242
1283
|
default: string;
|
|
1243
1284
|
validator: (v: any) => boolean;
|
|
1244
1285
|
};
|
|
1245
|
-
'onClick:clear': PropType<EventProp<(
|
|
1246
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
1247
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
1286
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1287
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1288
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1248
1289
|
focused: BooleanConstructor;
|
|
1290
|
+
'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
|
|
1249
1291
|
errorMessages: {
|
|
1250
1292
|
type: PropType<string | string[]>;
|
|
1251
1293
|
default: () => never[];
|
|
@@ -1272,6 +1314,8 @@ declare const VTextarea: {
|
|
|
1272
1314
|
appendIcon: PropType<IconValue>;
|
|
1273
1315
|
prependIcon: PropType<IconValue>;
|
|
1274
1316
|
hideDetails: PropType<boolean | "auto">;
|
|
1317
|
+
hint: StringConstructor;
|
|
1318
|
+
persistentHint: BooleanConstructor;
|
|
1275
1319
|
messages: {
|
|
1276
1320
|
type: PropType<string | string[]>;
|
|
1277
1321
|
default: () => never[];
|
|
@@ -1281,14 +1325,12 @@ declare const VTextarea: {
|
|
|
1281
1325
|
default: string;
|
|
1282
1326
|
validator: (v: any) => boolean;
|
|
1283
1327
|
};
|
|
1284
|
-
'onClick:prepend': PropType<EventProp<(
|
|
1285
|
-
'onClick:append': PropType<EventProp<(
|
|
1328
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1329
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1286
1330
|
autoGrow: BooleanConstructor;
|
|
1287
1331
|
autofocus: BooleanConstructor;
|
|
1288
1332
|
counter: PropType<string | number | true>;
|
|
1289
1333
|
counterValue: PropType<(value: any) => number>;
|
|
1290
|
-
hint: StringConstructor;
|
|
1291
|
-
persistentHint: BooleanConstructor;
|
|
1292
1334
|
prefix: StringConstructor;
|
|
1293
1335
|
placeholder: StringConstructor;
|
|
1294
1336
|
persistentPlaceholder: BooleanConstructor;
|
|
@@ -1304,6 +1346,7 @@ declare const VTextarea: {
|
|
|
1304
1346
|
validator: (v: any) => boolean;
|
|
1305
1347
|
};
|
|
1306
1348
|
suffix: StringConstructor;
|
|
1349
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
1307
1350
|
}, vue.ExtractPropTypes<{
|
|
1308
1351
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
1309
1352
|
theme: StringConstructor;
|
|
@@ -1329,10 +1372,11 @@ declare const VTextarea: {
|
|
|
1329
1372
|
default: string;
|
|
1330
1373
|
validator: (v: any) => boolean;
|
|
1331
1374
|
};
|
|
1332
|
-
'onClick:clear': PropType<EventProp<(
|
|
1333
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
1334
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
1375
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1376
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1377
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1335
1378
|
focused: BooleanConstructor;
|
|
1379
|
+
'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
|
|
1336
1380
|
errorMessages: {
|
|
1337
1381
|
type: PropType<string | string[]>;
|
|
1338
1382
|
default: () => never[];
|
|
@@ -1359,6 +1403,8 @@ declare const VTextarea: {
|
|
|
1359
1403
|
appendIcon: PropType<IconValue>;
|
|
1360
1404
|
prependIcon: PropType<IconValue>;
|
|
1361
1405
|
hideDetails: PropType<boolean | "auto">;
|
|
1406
|
+
hint: StringConstructor;
|
|
1407
|
+
persistentHint: BooleanConstructor;
|
|
1362
1408
|
messages: {
|
|
1363
1409
|
type: PropType<string | string[]>;
|
|
1364
1410
|
default: () => never[];
|
|
@@ -1368,14 +1414,12 @@ declare const VTextarea: {
|
|
|
1368
1414
|
default: string;
|
|
1369
1415
|
validator: (v: any) => boolean;
|
|
1370
1416
|
};
|
|
1371
|
-
'onClick:prepend': PropType<EventProp<(
|
|
1372
|
-
'onClick:append': PropType<EventProp<(
|
|
1417
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1418
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1373
1419
|
autoGrow: BooleanConstructor;
|
|
1374
1420
|
autofocus: BooleanConstructor;
|
|
1375
1421
|
counter: PropType<string | number | true>;
|
|
1376
1422
|
counterValue: PropType<(value: any) => number>;
|
|
1377
|
-
hint: StringConstructor;
|
|
1378
|
-
persistentHint: BooleanConstructor;
|
|
1379
1423
|
prefix: StringConstructor;
|
|
1380
1424
|
placeholder: StringConstructor;
|
|
1381
1425
|
persistentPlaceholder: BooleanConstructor;
|
|
@@ -1391,6 +1435,7 @@ declare const VTextarea: {
|
|
|
1391
1435
|
validator: (v: any) => boolean;
|
|
1392
1436
|
};
|
|
1393
1437
|
suffix: StringConstructor;
|
|
1438
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
1394
1439
|
}>>;
|
|
1395
1440
|
type VTextarea = InstanceType<typeof VTextarea>;
|
|
1396
1441
|
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
.v-toolbar__prepend,
|
|
84
84
|
.v-toolbar__append {
|
|
85
85
|
align-items: center;
|
|
86
|
+
align-self: stretch;
|
|
86
87
|
display: flex;
|
|
87
88
|
}
|
|
88
89
|
|
|
@@ -125,6 +126,7 @@
|
|
|
125
126
|
.v-toolbar-items {
|
|
126
127
|
display: flex;
|
|
127
128
|
height: inherit;
|
|
129
|
+
align-self: stretch;
|
|
128
130
|
}
|
|
129
131
|
.v-toolbar-items > .v-btn {
|
|
130
132
|
border-radius: 0;
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
.v-toolbar__prepend,
|
|
76
76
|
.v-toolbar__append
|
|
77
77
|
align-items: center
|
|
78
|
+
align-self: stretch
|
|
78
79
|
display: flex
|
|
79
80
|
|
|
80
81
|
.v-toolbar__prepend
|
|
@@ -106,6 +107,7 @@
|
|
|
106
107
|
.v-toolbar-items
|
|
107
108
|
display: flex
|
|
108
109
|
height: inherit
|
|
110
|
+
align-self: stretch
|
|
109
111
|
|
|
110
112
|
> .v-btn
|
|
111
113
|
border-radius: 0
|
|
File without changes
|
|
File without changes
|