vuetify 3.4.0 → 3.4.2
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 +1860 -1856
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3641 -3631
- package/dist/vuetify-labs.css +1393 -1386
- package/dist/vuetify-labs.d.ts +1936 -9147
- package/dist/vuetify-labs.esm.js +91 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +940 -933
- package/dist/vuetify.d.ts +2081 -9282
- package/dist/vuetify.esm.js +91 -79
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -79
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -66
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +0 -2
- package/lib/blueprints/md1.d.mts +0 -2
- package/lib/blueprints/md2.d.mts +0 -2
- package/lib/blueprints/md3.d.mts +0 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +74 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +44 -69
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +11 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +45 -71
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +73 -513
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +100 -482
- package/lib/components/VChip/index.d.mts +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +49 -189
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +74 -98
- package/lib/components/VDataIterator/index.d.mts +8 -6
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +411 -4142
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +4 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +29 -22
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +4 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +32 -36
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.sass +4 -3
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +33 -41
- package/lib/components/VFileInput/index.d.mts +144 -385
- package/lib/components/VImg/VImg.mjs +10 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +72 -154
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +49 -189
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +58 -95
- package/lib/components/VOtpInput/index.d.mts +8 -11
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +77 -211
- package/lib/components/VRangeSlider/index.d.mts +22 -25
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +67 -91
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +9 -18
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +46 -68
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +47 -101
- package/lib/components/VSlider/index.d.mts +22 -25
- package/lib/components/VSwitch/VSwitch.mjs +7 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +90 -303
- package/lib/components/VTextField/index.d.mts +173 -451
- package/lib/components/VTextarea/index.d.mts +144 -385
- package/lib/components/VValidation/VValidation.mjs +2 -2
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +88 -359
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +58 -245
- package/lib/components/index.d.mts +1933 -9130
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -13
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -44
- package/lib/labs/VConfirmEdit/index.d.mts +0 -10
- package/lib/labs/components.d.mts +0 -10
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,13 +1,35 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, Ref, ComputedRef, nextTick } from 'vue';
|
|
3
3
|
|
|
4
|
+
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
|
+
$children?: (VNodeChild | (T extends {
|
|
6
|
+
default: infer V;
|
|
7
|
+
} ? V : {}) | {
|
|
8
|
+
[K in keyof T]?: T[K];
|
|
9
|
+
});
|
|
10
|
+
'v-slots'?: {
|
|
11
|
+
[K in keyof T]?: T[K] | false;
|
|
12
|
+
};
|
|
13
|
+
} & {
|
|
14
|
+
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
|
15
|
+
};
|
|
16
|
+
type RawSlots = Record<string, unknown>;
|
|
17
|
+
type Slot<T> = [T] extends [never] ? () => VNodeChild : (arg: T) => VNodeChild;
|
|
18
|
+
type VueSlot<T> = [T] extends [never] ? () => VNode[] : (arg: T) => VNode[];
|
|
19
|
+
type MakeInternalSlots<T extends RawSlots> = {
|
|
20
|
+
[K in keyof T]: Slot<T[K]>;
|
|
21
|
+
};
|
|
22
|
+
type MakeSlots<T extends RawSlots> = {
|
|
23
|
+
[K in keyof T]: VueSlot<T[K]>;
|
|
24
|
+
};
|
|
25
|
+
type GenericProps<Props, Slots extends Record<string, unknown>> = {
|
|
26
|
+
$props: Props & SlotsToProps<Slots>;
|
|
27
|
+
$slots: MakeSlots<Slots>;
|
|
28
|
+
};
|
|
4
29
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
30
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
6
31
|
}
|
|
7
32
|
|
|
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
|
-
|
|
11
33
|
interface LoaderSlotProps {
|
|
12
34
|
color: string | undefined;
|
|
13
35
|
isActive: boolean;
|
|
@@ -46,6 +68,13 @@ interface VInputSlot {
|
|
|
46
68
|
resetValidation: () => void;
|
|
47
69
|
validate: () => void;
|
|
48
70
|
}
|
|
71
|
+
type VInputSlots = {
|
|
72
|
+
default: VInputSlot;
|
|
73
|
+
prepend: VInputSlot;
|
|
74
|
+
append: VInputSlot;
|
|
75
|
+
details: VInputSlot;
|
|
76
|
+
message: VMessageSlot;
|
|
77
|
+
};
|
|
49
78
|
|
|
50
79
|
type VCounterSlot = {
|
|
51
80
|
counter: string;
|
|
@@ -135,12 +164,12 @@ declare const VTextarea: {
|
|
|
135
164
|
baseColor?: string | undefined;
|
|
136
165
|
appendInnerIcon?: IconValue | undefined;
|
|
137
166
|
prependInnerIcon?: IconValue | undefined;
|
|
138
|
-
'onClick:clear'?:
|
|
139
|
-
'onClick:append'?:
|
|
140
|
-
'onClick:prepend'?:
|
|
141
|
-
'onClick:appendInner'?:
|
|
142
|
-
'onClick:prependInner'?:
|
|
143
|
-
'onUpdate:focused'?: (
|
|
167
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
168
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
169
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
170
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
171
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
172
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
144
173
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
145
174
|
validationValue?: any;
|
|
146
175
|
centerAffix?: boolean | undefined;
|
|
@@ -244,12 +273,12 @@ declare const VTextarea: {
|
|
|
244
273
|
baseColor?: string | undefined;
|
|
245
274
|
appendInnerIcon?: IconValue | undefined;
|
|
246
275
|
prependInnerIcon?: IconValue | undefined;
|
|
247
|
-
'onClick:clear'?:
|
|
248
|
-
'onClick:append'?:
|
|
249
|
-
'onClick:prepend'?:
|
|
250
|
-
'onClick:appendInner'?:
|
|
251
|
-
'onClick:prependInner'?:
|
|
252
|
-
'onUpdate:focused'?:
|
|
276
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
277
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
278
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
279
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
280
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
281
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
253
282
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
254
283
|
validationValue?: any;
|
|
255
284
|
centerAffix?: boolean | undefined;
|
|
@@ -403,12 +432,12 @@ declare const VTextarea: {
|
|
|
403
432
|
baseColor?: string | undefined;
|
|
404
433
|
appendInnerIcon?: IconValue | undefined;
|
|
405
434
|
prependInnerIcon?: IconValue | undefined;
|
|
406
|
-
'onClick:clear'?:
|
|
407
|
-
'onClick:append'?:
|
|
408
|
-
'onClick:prepend'?:
|
|
409
|
-
'onClick:appendInner'?:
|
|
410
|
-
'onClick:prependInner'?:
|
|
411
|
-
'onUpdate:focused'?:
|
|
435
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
436
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
437
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
438
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
439
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
440
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
412
441
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
413
442
|
validationValue?: any;
|
|
414
443
|
centerAffix?: boolean | undefined;
|
|
@@ -505,36 +534,15 @@ declare const VTextarea: {
|
|
|
505
534
|
name?: string | undefined;
|
|
506
535
|
label?: string | undefined;
|
|
507
536
|
class?: any;
|
|
508
|
-
modelValue?: any;
|
|
509
537
|
prependIcon?: IconValue | undefined;
|
|
510
538
|
appendIcon?: IconValue | undefined;
|
|
511
|
-
'onClick:append'?:
|
|
512
|
-
'onClick:prepend'?:
|
|
513
|
-
'onUpdate:focused'?:
|
|
539
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
540
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
541
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
514
542
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
515
543
|
validationValue?: any;
|
|
516
544
|
hint?: string | undefined;
|
|
517
545
|
hideDetails?: boolean | "auto" | undefined;
|
|
518
|
-
$children?: vue.VNodeChild | {
|
|
519
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
520
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
521
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
522
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
523
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
524
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
525
|
-
'v-slots'?: {
|
|
526
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
527
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
528
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
529
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
530
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
531
|
-
} | undefined;
|
|
532
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
533
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
534
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
535
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
536
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
537
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
538
546
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
539
547
|
error: boolean;
|
|
540
548
|
direction: "horizontal" | "vertical";
|
|
@@ -555,40 +563,16 @@ declare const VTextarea: {
|
|
|
555
563
|
name?: string | undefined;
|
|
556
564
|
label?: string | undefined;
|
|
557
565
|
class?: any;
|
|
558
|
-
modelValue?: any;
|
|
559
566
|
prependIcon?: IconValue | undefined;
|
|
560
567
|
appendIcon?: IconValue | undefined;
|
|
561
|
-
'onClick:append'?:
|
|
562
|
-
'onClick:prepend'?:
|
|
563
|
-
'onUpdate:focused'?:
|
|
568
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
569
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
570
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
564
571
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
565
572
|
validationValue?: any;
|
|
566
573
|
hint?: string | undefined;
|
|
567
574
|
hideDetails?: boolean | "auto" | undefined;
|
|
568
|
-
} & {
|
|
569
|
-
$children?: vue.VNodeChild | {
|
|
570
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
571
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
572
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
573
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
574
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
575
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
576
|
-
'v-slots'?: {
|
|
577
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
578
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
579
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
580
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
581
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
582
|
-
} | undefined;
|
|
583
|
-
} & {
|
|
584
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
585
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
586
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
587
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
588
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
589
|
-
} & {
|
|
590
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
591
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
575
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
592
576
|
$attrs: {
|
|
593
577
|
[x: string]: unknown;
|
|
594
578
|
};
|
|
@@ -614,7 +598,7 @@ declare const VTextarea: {
|
|
|
614
598
|
}>;
|
|
615
599
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
616
600
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
617
|
-
$emit: (event:
|
|
601
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
618
602
|
$el: any;
|
|
619
603
|
$options: vue.ComponentOptionsBase<{
|
|
620
604
|
error: boolean;
|
|
@@ -636,48 +620,24 @@ declare const VTextarea: {
|
|
|
636
620
|
name?: string | undefined;
|
|
637
621
|
label?: string | undefined;
|
|
638
622
|
class?: any;
|
|
639
|
-
modelValue?: any;
|
|
640
623
|
prependIcon?: IconValue | undefined;
|
|
641
624
|
appendIcon?: IconValue | undefined;
|
|
642
|
-
'onClick:append'?:
|
|
643
|
-
'onClick:prepend'?:
|
|
644
|
-
'onUpdate:focused'?:
|
|
625
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
626
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
627
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
645
628
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
646
629
|
validationValue?: any;
|
|
647
630
|
hint?: string | undefined;
|
|
648
631
|
hideDetails?: boolean | "auto" | undefined;
|
|
649
|
-
} & {
|
|
650
|
-
$children?: vue.VNodeChild | {
|
|
651
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
652
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
653
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
654
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
655
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
656
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
657
|
-
'v-slots'?: {
|
|
658
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
659
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
660
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
661
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
662
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
663
|
-
} | undefined;
|
|
664
|
-
} & {
|
|
665
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
666
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
667
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
668
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
669
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
670
|
-
} & {
|
|
671
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
672
|
-
}, {
|
|
632
|
+
} & {}, {
|
|
673
633
|
reset: () => void;
|
|
674
634
|
resetValidation: () => void;
|
|
675
635
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
676
636
|
isValid: vue.ComputedRef<boolean | null>;
|
|
677
637
|
errorMessages: vue.ComputedRef<string[]>;
|
|
678
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
679
|
-
'update:modelValue': (
|
|
680
|
-
}, string, {
|
|
638
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
639
|
+
'update:modelValue': (value: any) => true;
|
|
640
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
681
641
|
error: boolean;
|
|
682
642
|
direction: "horizontal" | "vertical";
|
|
683
643
|
style: vue.StyleValue;
|
|
@@ -748,46 +708,25 @@ declare const VTextarea: {
|
|
|
748
708
|
name?: string | undefined;
|
|
749
709
|
label?: string | undefined;
|
|
750
710
|
class?: any;
|
|
751
|
-
modelValue?: any;
|
|
752
711
|
prependIcon?: IconValue | undefined;
|
|
753
712
|
appendIcon?: IconValue | undefined;
|
|
754
|
-
'onClick:append'?:
|
|
755
|
-
'onClick:prepend'?:
|
|
756
|
-
'onUpdate:focused'?:
|
|
713
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
714
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
715
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
757
716
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
758
717
|
validationValue?: any;
|
|
759
718
|
hint?: string | undefined;
|
|
760
719
|
hideDetails?: boolean | "auto" | undefined;
|
|
761
|
-
} & {
|
|
762
|
-
$children?: vue.VNodeChild | {
|
|
763
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
764
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
765
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
766
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
767
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
768
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
769
|
-
'v-slots'?: {
|
|
770
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
771
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
772
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
773
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
774
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
775
|
-
} | undefined;
|
|
776
|
-
} & {
|
|
777
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
778
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
779
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
780
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
781
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
782
|
-
} & {
|
|
783
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
784
|
-
} & vue.ShallowUnwrapRef<{
|
|
720
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
785
721
|
reset: () => void;
|
|
786
722
|
resetValidation: () => void;
|
|
787
723
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
788
724
|
isValid: vue.ComputedRef<boolean | null>;
|
|
789
725
|
errorMessages: vue.ComputedRef<string[]>;
|
|
790
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
726
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
727
|
+
modelValue?: unknown;
|
|
728
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
729
|
+
}, VInputSlots>, "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" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
791
730
|
'click:control': (e: MouseEvent) => true;
|
|
792
731
|
'mousedown:control': (e: MouseEvent) => true;
|
|
793
732
|
'update:focused': (focused: boolean) => true;
|
|
@@ -925,12 +864,12 @@ declare const VTextarea: {
|
|
|
925
864
|
baseColor?: string | undefined;
|
|
926
865
|
appendInnerIcon?: IconValue | undefined;
|
|
927
866
|
prependInnerIcon?: IconValue | undefined;
|
|
928
|
-
'onClick:clear'?:
|
|
929
|
-
'onClick:append'?:
|
|
930
|
-
'onClick:prepend'?:
|
|
931
|
-
'onClick:appendInner'?:
|
|
932
|
-
'onClick:prependInner'?:
|
|
933
|
-
'onUpdate:focused'?:
|
|
867
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
868
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
869
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
870
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
871
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
872
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
934
873
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
935
874
|
validationValue?: any;
|
|
936
875
|
centerAffix?: boolean | undefined;
|
|
@@ -1027,36 +966,15 @@ declare const VTextarea: {
|
|
|
1027
966
|
name?: string | undefined;
|
|
1028
967
|
label?: string | undefined;
|
|
1029
968
|
class?: any;
|
|
1030
|
-
modelValue?: any;
|
|
1031
969
|
prependIcon?: IconValue | undefined;
|
|
1032
970
|
appendIcon?: IconValue | undefined;
|
|
1033
|
-
'onClick:append'?:
|
|
1034
|
-
'onClick:prepend'?:
|
|
1035
|
-
'onUpdate:focused'?:
|
|
971
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
972
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
973
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1036
974
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1037
975
|
validationValue?: any;
|
|
1038
976
|
hint?: string | undefined;
|
|
1039
977
|
hideDetails?: boolean | "auto" | undefined;
|
|
1040
|
-
$children?: vue.VNodeChild | {
|
|
1041
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1042
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1043
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1044
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1045
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1046
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1047
|
-
'v-slots'?: {
|
|
1048
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1049
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1050
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1051
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1052
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1053
|
-
} | undefined;
|
|
1054
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1055
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1056
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1057
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1058
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1059
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1060
978
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1061
979
|
error: boolean;
|
|
1062
980
|
direction: "horizontal" | "vertical";
|
|
@@ -1077,40 +995,16 @@ declare const VTextarea: {
|
|
|
1077
995
|
name?: string | undefined;
|
|
1078
996
|
label?: string | undefined;
|
|
1079
997
|
class?: any;
|
|
1080
|
-
modelValue?: any;
|
|
1081
998
|
prependIcon?: IconValue | undefined;
|
|
1082
999
|
appendIcon?: IconValue | undefined;
|
|
1083
|
-
'onClick:append'?:
|
|
1084
|
-
'onClick:prepend'?:
|
|
1085
|
-
'onUpdate:focused'?:
|
|
1000
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1001
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1002
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1086
1003
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1087
1004
|
validationValue?: any;
|
|
1088
1005
|
hint?: string | undefined;
|
|
1089
1006
|
hideDetails?: boolean | "auto" | undefined;
|
|
1090
|
-
} & {
|
|
1091
|
-
$children?: vue.VNodeChild | {
|
|
1092
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1093
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1094
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1095
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1096
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1097
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1098
|
-
'v-slots'?: {
|
|
1099
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1100
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1101
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1102
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1103
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1104
|
-
} | undefined;
|
|
1105
|
-
} & {
|
|
1106
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1107
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1108
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1109
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1110
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1111
|
-
} & {
|
|
1112
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1113
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1007
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1114
1008
|
$attrs: {
|
|
1115
1009
|
[x: string]: unknown;
|
|
1116
1010
|
};
|
|
@@ -1136,7 +1030,7 @@ declare const VTextarea: {
|
|
|
1136
1030
|
}>;
|
|
1137
1031
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1138
1032
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1139
|
-
$emit: (event:
|
|
1033
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1140
1034
|
$el: any;
|
|
1141
1035
|
$options: vue.ComponentOptionsBase<{
|
|
1142
1036
|
error: boolean;
|
|
@@ -1158,48 +1052,24 @@ declare const VTextarea: {
|
|
|
1158
1052
|
name?: string | undefined;
|
|
1159
1053
|
label?: string | undefined;
|
|
1160
1054
|
class?: any;
|
|
1161
|
-
modelValue?: any;
|
|
1162
1055
|
prependIcon?: IconValue | undefined;
|
|
1163
1056
|
appendIcon?: IconValue | undefined;
|
|
1164
|
-
'onClick:append'?:
|
|
1165
|
-
'onClick:prepend'?:
|
|
1166
|
-
'onUpdate:focused'?:
|
|
1057
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1058
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1059
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1167
1060
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1168
1061
|
validationValue?: any;
|
|
1169
1062
|
hint?: string | undefined;
|
|
1170
1063
|
hideDetails?: boolean | "auto" | undefined;
|
|
1171
|
-
} & {
|
|
1172
|
-
$children?: vue.VNodeChild | {
|
|
1173
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1174
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1175
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1176
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1177
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1178
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1179
|
-
'v-slots'?: {
|
|
1180
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1181
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1182
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1183
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1184
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1185
|
-
} | undefined;
|
|
1186
|
-
} & {
|
|
1187
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1188
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1189
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1190
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1191
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1192
|
-
} & {
|
|
1193
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1194
|
-
}, {
|
|
1064
|
+
} & {}, {
|
|
1195
1065
|
reset: () => void;
|
|
1196
1066
|
resetValidation: () => void;
|
|
1197
1067
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1198
1068
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1199
1069
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1200
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1201
|
-
'update:modelValue': (
|
|
1202
|
-
}, string, {
|
|
1070
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1071
|
+
'update:modelValue': (value: any) => true;
|
|
1072
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1203
1073
|
error: boolean;
|
|
1204
1074
|
direction: "horizontal" | "vertical";
|
|
1205
1075
|
style: vue.StyleValue;
|
|
@@ -1270,46 +1140,25 @@ declare const VTextarea: {
|
|
|
1270
1140
|
name?: string | undefined;
|
|
1271
1141
|
label?: string | undefined;
|
|
1272
1142
|
class?: any;
|
|
1273
|
-
modelValue?: any;
|
|
1274
1143
|
prependIcon?: IconValue | undefined;
|
|
1275
1144
|
appendIcon?: IconValue | undefined;
|
|
1276
|
-
'onClick:append'?:
|
|
1277
|
-
'onClick:prepend'?:
|
|
1278
|
-
'onUpdate:focused'?:
|
|
1145
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1146
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1147
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1279
1148
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1280
1149
|
validationValue?: any;
|
|
1281
1150
|
hint?: string | undefined;
|
|
1282
1151
|
hideDetails?: boolean | "auto" | undefined;
|
|
1283
|
-
} & {
|
|
1284
|
-
$children?: vue.VNodeChild | {
|
|
1285
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1286
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1287
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1288
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1289
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1290
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1291
|
-
'v-slots'?: {
|
|
1292
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1293
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1294
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1295
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1296
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1297
|
-
} | undefined;
|
|
1298
|
-
} & {
|
|
1299
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1300
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1301
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1302
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1303
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1304
|
-
} & {
|
|
1305
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1306
|
-
} & vue.ShallowUnwrapRef<{
|
|
1152
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
1307
1153
|
reset: () => void;
|
|
1308
1154
|
resetValidation: () => void;
|
|
1309
1155
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1310
1156
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1311
1157
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1312
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
1158
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1159
|
+
modelValue?: unknown;
|
|
1160
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1161
|
+
}, VInputSlots>, "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" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
1313
1162
|
__isFragment?: undefined;
|
|
1314
1163
|
__isTeleport?: undefined;
|
|
1315
1164
|
__isSuspense?: undefined;
|
|
@@ -1361,12 +1210,12 @@ declare const VTextarea: {
|
|
|
1361
1210
|
baseColor?: string | undefined;
|
|
1362
1211
|
appendInnerIcon?: IconValue | undefined;
|
|
1363
1212
|
prependInnerIcon?: IconValue | undefined;
|
|
1364
|
-
'onClick:clear'?:
|
|
1365
|
-
'onClick:append'?:
|
|
1366
|
-
'onClick:prepend'?:
|
|
1367
|
-
'onClick:appendInner'?:
|
|
1368
|
-
'onClick:prependInner'?:
|
|
1369
|
-
'onUpdate:focused'?:
|
|
1213
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1214
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1215
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1216
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1217
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1218
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1370
1219
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1371
1220
|
validationValue?: any;
|
|
1372
1221
|
centerAffix?: boolean | undefined;
|
|
@@ -1463,36 +1312,15 @@ declare const VTextarea: {
|
|
|
1463
1312
|
name?: string | undefined;
|
|
1464
1313
|
label?: string | undefined;
|
|
1465
1314
|
class?: any;
|
|
1466
|
-
modelValue?: any;
|
|
1467
1315
|
prependIcon?: IconValue | undefined;
|
|
1468
1316
|
appendIcon?: IconValue | undefined;
|
|
1469
|
-
'onClick:append'?:
|
|
1470
|
-
'onClick:prepend'?:
|
|
1471
|
-
'onUpdate:focused'?:
|
|
1317
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1318
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1319
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1472
1320
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1473
1321
|
validationValue?: any;
|
|
1474
1322
|
hint?: string | undefined;
|
|
1475
1323
|
hideDetails?: boolean | "auto" | undefined;
|
|
1476
|
-
$children?: vue.VNodeChild | {
|
|
1477
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1478
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1479
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1480
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1481
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1482
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1483
|
-
'v-slots'?: {
|
|
1484
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1485
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1486
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1487
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1488
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1489
|
-
} | undefined;
|
|
1490
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1491
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1492
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1493
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1494
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1495
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1496
1324
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1497
1325
|
error: boolean;
|
|
1498
1326
|
direction: "horizontal" | "vertical";
|
|
@@ -1513,40 +1341,16 @@ declare const VTextarea: {
|
|
|
1513
1341
|
name?: string | undefined;
|
|
1514
1342
|
label?: string | undefined;
|
|
1515
1343
|
class?: any;
|
|
1516
|
-
modelValue?: any;
|
|
1517
1344
|
prependIcon?: IconValue | undefined;
|
|
1518
1345
|
appendIcon?: IconValue | undefined;
|
|
1519
|
-
'onClick:append'?:
|
|
1520
|
-
'onClick:prepend'?:
|
|
1521
|
-
'onUpdate:focused'?:
|
|
1346
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1347
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1348
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1522
1349
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1523
1350
|
validationValue?: any;
|
|
1524
1351
|
hint?: string | undefined;
|
|
1525
1352
|
hideDetails?: boolean | "auto" | undefined;
|
|
1526
|
-
} & {
|
|
1527
|
-
$children?: vue.VNodeChild | {
|
|
1528
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1529
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1530
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1531
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1532
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1533
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1534
|
-
'v-slots'?: {
|
|
1535
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1536
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1537
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1538
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1539
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1540
|
-
} | undefined;
|
|
1541
|
-
} & {
|
|
1542
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1543
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1544
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1545
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1546
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1547
|
-
} & {
|
|
1548
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1549
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1353
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1550
1354
|
$attrs: {
|
|
1551
1355
|
[x: string]: unknown;
|
|
1552
1356
|
};
|
|
@@ -1572,7 +1376,7 @@ declare const VTextarea: {
|
|
|
1572
1376
|
}>;
|
|
1573
1377
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1574
1378
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1575
|
-
$emit: (event:
|
|
1379
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1576
1380
|
$el: any;
|
|
1577
1381
|
$options: vue.ComponentOptionsBase<{
|
|
1578
1382
|
error: boolean;
|
|
@@ -1594,48 +1398,24 @@ declare const VTextarea: {
|
|
|
1594
1398
|
name?: string | undefined;
|
|
1595
1399
|
label?: string | undefined;
|
|
1596
1400
|
class?: any;
|
|
1597
|
-
modelValue?: any;
|
|
1598
1401
|
prependIcon?: IconValue | undefined;
|
|
1599
1402
|
appendIcon?: IconValue | undefined;
|
|
1600
|
-
'onClick:append'?:
|
|
1601
|
-
'onClick:prepend'?:
|
|
1602
|
-
'onUpdate:focused'?:
|
|
1403
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1404
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1405
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1603
1406
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1604
1407
|
validationValue?: any;
|
|
1605
1408
|
hint?: string | undefined;
|
|
1606
1409
|
hideDetails?: boolean | "auto" | undefined;
|
|
1607
|
-
} & {
|
|
1608
|
-
$children?: vue.VNodeChild | {
|
|
1609
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1610
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1611
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1612
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1613
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1614
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1615
|
-
'v-slots'?: {
|
|
1616
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1617
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1618
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1619
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1620
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1621
|
-
} | undefined;
|
|
1622
|
-
} & {
|
|
1623
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1624
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1625
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1626
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1627
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1628
|
-
} & {
|
|
1629
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1630
|
-
}, {
|
|
1410
|
+
} & {}, {
|
|
1631
1411
|
reset: () => void;
|
|
1632
1412
|
resetValidation: () => void;
|
|
1633
1413
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1634
1414
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1635
1415
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1636
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1637
|
-
'update:modelValue': (
|
|
1638
|
-
}, string, {
|
|
1416
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1417
|
+
'update:modelValue': (value: any) => true;
|
|
1418
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1639
1419
|
error: boolean;
|
|
1640
1420
|
direction: "horizontal" | "vertical";
|
|
1641
1421
|
style: vue.StyleValue;
|
|
@@ -1706,46 +1486,25 @@ declare const VTextarea: {
|
|
|
1706
1486
|
name?: string | undefined;
|
|
1707
1487
|
label?: string | undefined;
|
|
1708
1488
|
class?: any;
|
|
1709
|
-
modelValue?: any;
|
|
1710
1489
|
prependIcon?: IconValue | undefined;
|
|
1711
1490
|
appendIcon?: IconValue | undefined;
|
|
1712
|
-
'onClick:append'?:
|
|
1713
|
-
'onClick:prepend'?:
|
|
1714
|
-
'onUpdate:focused'?:
|
|
1491
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1492
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1493
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1715
1494
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1716
1495
|
validationValue?: any;
|
|
1717
1496
|
hint?: string | undefined;
|
|
1718
1497
|
hideDetails?: boolean | "auto" | undefined;
|
|
1719
|
-
} & {
|
|
1720
|
-
$children?: vue.VNodeChild | {
|
|
1721
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1722
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1723
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1724
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1725
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1726
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1727
|
-
'v-slots'?: {
|
|
1728
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1729
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1730
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1731
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1732
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1733
|
-
} | undefined;
|
|
1734
|
-
} & {
|
|
1735
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1736
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1737
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1738
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1739
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1740
|
-
} & {
|
|
1741
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1742
|
-
} & vue.ShallowUnwrapRef<{
|
|
1498
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
1743
1499
|
reset: () => void;
|
|
1744
1500
|
resetValidation: () => void;
|
|
1745
1501
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1746
1502
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1747
1503
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1748
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
1504
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1505
|
+
modelValue?: unknown;
|
|
1506
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1507
|
+
}, VInputSlots>, "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" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1749
1508
|
'click:control': (e: MouseEvent) => true;
|
|
1750
1509
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1751
1510
|
'update:focused': (focused: boolean) => true;
|
|
@@ -1858,11 +1617,11 @@ declare const VTextarea: {
|
|
|
1858
1617
|
default: string;
|
|
1859
1618
|
validator: (v: any) => boolean;
|
|
1860
1619
|
};
|
|
1861
|
-
'onClick:clear': PropType<
|
|
1862
|
-
'onClick:appendInner': PropType<
|
|
1863
|
-
'onClick:prependInner': PropType<
|
|
1620
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
1621
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
1622
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
1864
1623
|
focused: BooleanConstructor;
|
|
1865
|
-
'onUpdate:focused': PropType<
|
|
1624
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
1866
1625
|
errorMessages: {
|
|
1867
1626
|
type: PropType<string | readonly string[] | null>;
|
|
1868
1627
|
default: () => never[];
|
|
@@ -1904,8 +1663,8 @@ declare const VTextarea: {
|
|
|
1904
1663
|
default: string;
|
|
1905
1664
|
validator: (v: any) => boolean;
|
|
1906
1665
|
};
|
|
1907
|
-
'onClick:prepend': PropType<
|
|
1908
|
-
'onClick:append': PropType<
|
|
1666
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
1667
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
1909
1668
|
autoGrow: BooleanConstructor;
|
|
1910
1669
|
autofocus: BooleanConstructor;
|
|
1911
1670
|
counter: PropType<string | number | true>;
|
|
@@ -1969,11 +1728,11 @@ declare const VTextarea: {
|
|
|
1969
1728
|
default: string;
|
|
1970
1729
|
validator: (v: any) => boolean;
|
|
1971
1730
|
};
|
|
1972
|
-
'onClick:clear': PropType<
|
|
1973
|
-
'onClick:appendInner': PropType<
|
|
1974
|
-
'onClick:prependInner': PropType<
|
|
1731
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
1732
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
1733
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
1975
1734
|
focused: BooleanConstructor;
|
|
1976
|
-
'onUpdate:focused': PropType<
|
|
1735
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
1977
1736
|
errorMessages: {
|
|
1978
1737
|
type: PropType<string | readonly string[] | null>;
|
|
1979
1738
|
default: () => never[];
|
|
@@ -2015,8 +1774,8 @@ declare const VTextarea: {
|
|
|
2015
1774
|
default: string;
|
|
2016
1775
|
validator: (v: any) => boolean;
|
|
2017
1776
|
};
|
|
2018
|
-
'onClick:prepend': PropType<
|
|
2019
|
-
'onClick:append': PropType<
|
|
1777
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
1778
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2020
1779
|
autoGrow: BooleanConstructor;
|
|
2021
1780
|
autofocus: BooleanConstructor;
|
|
2022
1781
|
counter: PropType<string | number | true>;
|