vuetify 3.0.0 → 3.0.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 +488 -524
- package/dist/json/importMap.json +64 -60
- package/dist/json/tags.json +0 -9
- package/dist/json/web-types.json +790 -898
- package/dist/vuetify.css +141 -142
- package/dist/vuetify.d.ts +4398 -3687
- package/dist/vuetify.esm.js +2400 -2345
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +2399 -2344
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +798 -788
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +392 -158
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +2 -0
- package/lib/components/VBtn/index.d.ts +1 -0
- package/lib/components/VCard/VCard.css +0 -3
- package/lib/components/VCard/VCard.mjs +2 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +0 -3
- package/lib/components/VCard/VCardItem.mjs +1 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +1 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +1 -1
- package/lib/components/VChip/VChip.mjs +0 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +1 -2
- package/lib/components/VCombobox/VCombobox.mjs +12 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +392 -158
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +5 -5
- package/lib/components/VFileInput/index.d.ts +6 -6
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +4 -4
- package/lib/components/VList/VList.mjs +3 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +3 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +19 -8
- package/lib/components/VNoSsr/VNoSsr.mjs +1 -3
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +3 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +17 -19
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +5 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +5 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +1 -1
- package/lib/components/VRangeSlider/index.d.ts +1 -1
- package/lib/components/VRating/VRating.mjs +7 -6
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +14 -14
- package/lib/components/VSelect/VSelect.mjs +16 -8
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +392 -158
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +1 -0
- package/lib/components/VSlideGroup/VSlideGroup.sass +1 -0
- package/lib/components/VSlider/index.d.ts +1 -1
- package/lib/components/VSwitch/index.d.ts +1 -1
- package/lib/components/VTable/VTable.css +9 -9
- package/lib/components/VTable/VTable.sass +20 -15
- package/lib/components/VTabs/index.d.ts +1 -0
- package/lib/components/VTextField/VTextField.mjs +23 -19
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +58 -58
- package/lib/components/VTextarea/index.d.ts +6 -6
- package/lib/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/components/VValidation/index.d.ts +1 -1
- package/lib/components/index.d.ts +4145 -3435
- package/lib/components/transitions/index.mjs +1 -1
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/hydration.mjs +8 -4
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +6 -3
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/router.mjs +2 -2
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +6 -2
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +16 -10
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +17 -16
- package/lib/util/defineComponent.mjs +10 -15
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +10 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { VNodeChild, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
|
|
2
|
+
import { VNodeChild, PropType, JSXComponent, ComputedRef, Ref, ExtractPropTypes, nextTick } from 'vue';
|
|
3
3
|
|
|
4
4
|
declare type SlotsToProps<T extends Record<string, any>> = T extends Record<string, Slot> ? ({
|
|
5
5
|
$children?: (VNodeChild | (keyof T extends 'default' ? T['default'] : {}) | {
|
|
@@ -87,11 +87,11 @@ declare const VTextField: {
|
|
|
87
87
|
messages: string | string[];
|
|
88
88
|
density: Density;
|
|
89
89
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
90
|
-
|
|
90
|
+
clearIcon: IconValue;
|
|
91
91
|
focused: boolean;
|
|
92
|
+
errorMessages: string | string[];
|
|
92
93
|
maxErrors: string | number;
|
|
93
94
|
rules: ValidationRule[];
|
|
94
|
-
clearIcon: IconValue;
|
|
95
95
|
clearable: boolean;
|
|
96
96
|
dirty: boolean;
|
|
97
97
|
persistentClear: boolean;
|
|
@@ -99,7 +99,7 @@ declare const VTextField: {
|
|
|
99
99
|
persistentHint: boolean;
|
|
100
100
|
persistentPlaceholder: boolean;
|
|
101
101
|
persistentCounter: boolean;
|
|
102
|
-
}> & Omit<Readonly<
|
|
102
|
+
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
103
103
|
loading: BooleanConstructor;
|
|
104
104
|
theme: StringConstructor;
|
|
105
105
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -184,7 +184,7 @@ declare const VTextField: {
|
|
|
184
184
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
185
185
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
186
186
|
"onClick:input"?: ((e: MouseEvent) => any) | undefined;
|
|
187
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "
|
|
187
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter">;
|
|
188
188
|
$attrs: {
|
|
189
189
|
[x: string]: unknown;
|
|
190
190
|
};
|
|
@@ -196,9 +196,9 @@ declare const VTextField: {
|
|
|
196
196
|
}>;
|
|
197
197
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
198
198
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
199
|
-
$emit: ((event: "update:modelValue", val: string) => void) & ((event: "
|
|
199
|
+
$emit: ((event: "update:modelValue", val: string) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:input", e: MouseEvent) => void);
|
|
200
200
|
$el: any;
|
|
201
|
-
$options: vue.ComponentOptionsBase<Readonly<
|
|
201
|
+
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
202
202
|
loading: BooleanConstructor;
|
|
203
203
|
theme: StringConstructor;
|
|
204
204
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -293,11 +293,11 @@ declare const VTextField: {
|
|
|
293
293
|
readonly: boolean;
|
|
294
294
|
messages: string | string[];
|
|
295
295
|
density: Density;
|
|
296
|
-
errorMessages: string | string[];
|
|
297
296
|
focused: boolean;
|
|
297
|
+
errorMessages: string | string[];
|
|
298
298
|
maxErrors: string | number;
|
|
299
299
|
rules: ValidationRule[];
|
|
300
|
-
}> & Omit<Readonly<
|
|
300
|
+
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
301
301
|
focused: BooleanConstructor;
|
|
302
302
|
disabled: BooleanConstructor;
|
|
303
303
|
error: BooleanConstructor;
|
|
@@ -341,7 +341,7 @@ declare const VTextField: {
|
|
|
341
341
|
'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
|
|
342
342
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
|
|
343
343
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
344
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "
|
|
344
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
345
345
|
$attrs: {
|
|
346
346
|
[x: string]: unknown;
|
|
347
347
|
};
|
|
@@ -355,7 +355,7 @@ declare const VTextField: {
|
|
|
355
355
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
356
356
|
$emit: (event: "update:modelValue", val: any) => void;
|
|
357
357
|
$el: any;
|
|
358
|
-
$options: vue.ComponentOptionsBase<Readonly<
|
|
358
|
+
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
359
359
|
focused: BooleanConstructor;
|
|
360
360
|
disabled: BooleanConstructor;
|
|
361
361
|
error: BooleanConstructor;
|
|
@@ -412,8 +412,8 @@ declare const VTextField: {
|
|
|
412
412
|
readonly: boolean;
|
|
413
413
|
messages: string | string[];
|
|
414
414
|
density: Density;
|
|
415
|
-
errorMessages: string | string[];
|
|
416
415
|
focused: boolean;
|
|
416
|
+
errorMessages: string | string[];
|
|
417
417
|
maxErrors: string | number;
|
|
418
418
|
rules: ValidationRule[];
|
|
419
419
|
}> & {
|
|
@@ -436,7 +436,7 @@ declare const VTextField: {
|
|
|
436
436
|
$forceUpdate: () => void;
|
|
437
437
|
$nextTick: typeof nextTick;
|
|
438
438
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
439
|
-
} & Readonly<
|
|
439
|
+
} & Readonly<ExtractPropTypes<Omit<{
|
|
440
440
|
focused: BooleanConstructor;
|
|
441
441
|
disabled: BooleanConstructor;
|
|
442
442
|
error: BooleanConstructor;
|
|
@@ -504,7 +504,7 @@ declare const VTextField: {
|
|
|
504
504
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
505
505
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
506
506
|
};
|
|
507
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "
|
|
507
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
|
|
508
508
|
$: vue.ComponentInternalInstance;
|
|
509
509
|
$data: {};
|
|
510
510
|
$props: Partial<{
|
|
@@ -514,13 +514,13 @@ declare const VTextField: {
|
|
|
514
514
|
loading: boolean;
|
|
515
515
|
disabled: boolean;
|
|
516
516
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
517
|
-
focused: boolean;
|
|
518
517
|
clearIcon: IconValue;
|
|
518
|
+
focused: boolean;
|
|
519
519
|
clearable: boolean;
|
|
520
520
|
dirty: boolean;
|
|
521
521
|
persistentClear: boolean;
|
|
522
522
|
singleLine: boolean;
|
|
523
|
-
}> & Omit<Readonly<
|
|
523
|
+
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
524
524
|
loading: BooleanConstructor;
|
|
525
525
|
theme: StringConstructor;
|
|
526
526
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -553,7 +553,7 @@ declare const VTextField: {
|
|
|
553
553
|
}, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
554
554
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
555
555
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
556
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "
|
|
556
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
557
557
|
$attrs: {
|
|
558
558
|
[x: string]: unknown;
|
|
559
559
|
};
|
|
@@ -565,9 +565,9 @@ declare const VTextField: {
|
|
|
565
565
|
}>;
|
|
566
566
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
567
567
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
568
|
-
$emit: ((event: "
|
|
568
|
+
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
|
|
569
569
|
$el: any;
|
|
570
|
-
$options: vue.ComponentOptionsBase<Readonly<
|
|
570
|
+
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
571
571
|
loading: BooleanConstructor;
|
|
572
572
|
theme: StringConstructor;
|
|
573
573
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -613,8 +613,8 @@ declare const VTextField: {
|
|
|
613
613
|
loading: boolean;
|
|
614
614
|
disabled: boolean;
|
|
615
615
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
616
|
-
focused: boolean;
|
|
617
616
|
clearIcon: IconValue;
|
|
617
|
+
focused: boolean;
|
|
618
618
|
clearable: boolean;
|
|
619
619
|
dirty: boolean;
|
|
620
620
|
persistentClear: boolean;
|
|
@@ -639,7 +639,7 @@ declare const VTextField: {
|
|
|
639
639
|
$forceUpdate: () => void;
|
|
640
640
|
$nextTick: typeof nextTick;
|
|
641
641
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
642
|
-
} & Readonly<
|
|
642
|
+
} & Readonly<ExtractPropTypes<Omit<{
|
|
643
643
|
loading: BooleanConstructor;
|
|
644
644
|
theme: StringConstructor;
|
|
645
645
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -703,7 +703,7 @@ declare const VTextField: {
|
|
|
703
703
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
704
704
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
705
705
|
};
|
|
706
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "
|
|
706
|
+
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
707
707
|
'click:control': (e: MouseEvent) => boolean;
|
|
708
708
|
'click:input': (e: MouseEvent) => boolean;
|
|
709
709
|
'update:focused': (focused: boolean) => boolean;
|
|
@@ -721,11 +721,11 @@ declare const VTextField: {
|
|
|
721
721
|
messages: string | string[];
|
|
722
722
|
density: Density;
|
|
723
723
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
724
|
-
|
|
724
|
+
clearIcon: IconValue;
|
|
725
725
|
focused: boolean;
|
|
726
|
+
errorMessages: string | string[];
|
|
726
727
|
maxErrors: string | number;
|
|
727
728
|
rules: ValidationRule[];
|
|
728
|
-
clearIcon: IconValue;
|
|
729
729
|
clearable: boolean;
|
|
730
730
|
dirty: boolean;
|
|
731
731
|
persistentClear: boolean;
|
|
@@ -753,7 +753,7 @@ declare const VTextField: {
|
|
|
753
753
|
$forceUpdate: () => void;
|
|
754
754
|
$nextTick: typeof nextTick;
|
|
755
755
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
756
|
-
} & Readonly<
|
|
756
|
+
} & Readonly<ExtractPropTypes<Omit<{
|
|
757
757
|
loading: BooleanConstructor;
|
|
758
758
|
theme: StringConstructor;
|
|
759
759
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -848,11 +848,11 @@ declare const VTextField: {
|
|
|
848
848
|
readonly: boolean;
|
|
849
849
|
messages: string | string[];
|
|
850
850
|
density: Density;
|
|
851
|
-
errorMessages: string | string[];
|
|
852
851
|
focused: boolean;
|
|
852
|
+
errorMessages: string | string[];
|
|
853
853
|
maxErrors: string | number;
|
|
854
854
|
rules: ValidationRule[];
|
|
855
|
-
}> & Omit<Readonly<
|
|
855
|
+
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
856
856
|
focused: BooleanConstructor;
|
|
857
857
|
disabled: BooleanConstructor;
|
|
858
858
|
error: BooleanConstructor;
|
|
@@ -896,7 +896,7 @@ declare const VTextField: {
|
|
|
896
896
|
'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
|
|
897
897
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
|
|
898
898
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
899
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "
|
|
899
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
900
900
|
$attrs: {
|
|
901
901
|
[x: string]: unknown;
|
|
902
902
|
};
|
|
@@ -910,7 +910,7 @@ declare const VTextField: {
|
|
|
910
910
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
911
911
|
$emit: (event: "update:modelValue", val: any) => void;
|
|
912
912
|
$el: any;
|
|
913
|
-
$options: vue.ComponentOptionsBase<Readonly<
|
|
913
|
+
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
914
914
|
focused: BooleanConstructor;
|
|
915
915
|
disabled: BooleanConstructor;
|
|
916
916
|
error: BooleanConstructor;
|
|
@@ -967,8 +967,8 @@ declare const VTextField: {
|
|
|
967
967
|
readonly: boolean;
|
|
968
968
|
messages: string | string[];
|
|
969
969
|
density: Density;
|
|
970
|
-
errorMessages: string | string[];
|
|
971
970
|
focused: boolean;
|
|
971
|
+
errorMessages: string | string[];
|
|
972
972
|
maxErrors: string | number;
|
|
973
973
|
rules: ValidationRule[];
|
|
974
974
|
}> & {
|
|
@@ -991,7 +991,7 @@ declare const VTextField: {
|
|
|
991
991
|
$forceUpdate: () => void;
|
|
992
992
|
$nextTick: typeof nextTick;
|
|
993
993
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
994
|
-
} & Readonly<
|
|
994
|
+
} & Readonly<ExtractPropTypes<Omit<{
|
|
995
995
|
focused: BooleanConstructor;
|
|
996
996
|
disabled: BooleanConstructor;
|
|
997
997
|
error: BooleanConstructor;
|
|
@@ -1059,7 +1059,7 @@ declare const VTextField: {
|
|
|
1059
1059
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1060
1060
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1061
1061
|
};
|
|
1062
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "
|
|
1062
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
|
|
1063
1063
|
$: vue.ComponentInternalInstance;
|
|
1064
1064
|
$data: {};
|
|
1065
1065
|
$props: Partial<{
|
|
@@ -1069,13 +1069,13 @@ declare const VTextField: {
|
|
|
1069
1069
|
loading: boolean;
|
|
1070
1070
|
disabled: boolean;
|
|
1071
1071
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1072
|
-
focused: boolean;
|
|
1073
1072
|
clearIcon: IconValue;
|
|
1073
|
+
focused: boolean;
|
|
1074
1074
|
clearable: boolean;
|
|
1075
1075
|
dirty: boolean;
|
|
1076
1076
|
persistentClear: boolean;
|
|
1077
1077
|
singleLine: boolean;
|
|
1078
|
-
}> & Omit<Readonly<
|
|
1078
|
+
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
1079
1079
|
loading: BooleanConstructor;
|
|
1080
1080
|
theme: StringConstructor;
|
|
1081
1081
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -1108,7 +1108,7 @@ declare const VTextField: {
|
|
|
1108
1108
|
}, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
1109
1109
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1110
1110
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1111
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "
|
|
1111
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1112
1112
|
$attrs: {
|
|
1113
1113
|
[x: string]: unknown;
|
|
1114
1114
|
};
|
|
@@ -1120,9 +1120,9 @@ declare const VTextField: {
|
|
|
1120
1120
|
}>;
|
|
1121
1121
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1122
1122
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1123
|
-
$emit: ((event: "
|
|
1123
|
+
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
|
|
1124
1124
|
$el: any;
|
|
1125
|
-
$options: vue.ComponentOptionsBase<Readonly<
|
|
1125
|
+
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
1126
1126
|
loading: BooleanConstructor;
|
|
1127
1127
|
theme: StringConstructor;
|
|
1128
1128
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -1168,8 +1168,8 @@ declare const VTextField: {
|
|
|
1168
1168
|
loading: boolean;
|
|
1169
1169
|
disabled: boolean;
|
|
1170
1170
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1171
|
-
focused: boolean;
|
|
1172
1171
|
clearIcon: IconValue;
|
|
1172
|
+
focused: boolean;
|
|
1173
1173
|
clearable: boolean;
|
|
1174
1174
|
dirty: boolean;
|
|
1175
1175
|
persistentClear: boolean;
|
|
@@ -1194,7 +1194,7 @@ declare const VTextField: {
|
|
|
1194
1194
|
$forceUpdate: () => void;
|
|
1195
1195
|
$nextTick: typeof nextTick;
|
|
1196
1196
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1197
|
-
} & Readonly<
|
|
1197
|
+
} & Readonly<ExtractPropTypes<Omit<{
|
|
1198
1198
|
loading: BooleanConstructor;
|
|
1199
1199
|
theme: StringConstructor;
|
|
1200
1200
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -1258,11 +1258,11 @@ declare const VTextField: {
|
|
|
1258
1258
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1259
1259
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
1260
1260
|
};
|
|
1261
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "
|
|
1261
|
+
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
1262
1262
|
__isFragment?: undefined;
|
|
1263
1263
|
__isTeleport?: undefined;
|
|
1264
1264
|
__isSuspense?: undefined;
|
|
1265
|
-
} & vue.ComponentOptionsBase<Readonly<
|
|
1265
|
+
} & vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
1266
1266
|
loading: BooleanConstructor;
|
|
1267
1267
|
theme: StringConstructor;
|
|
1268
1268
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -1357,11 +1357,11 @@ declare const VTextField: {
|
|
|
1357
1357
|
readonly: boolean;
|
|
1358
1358
|
messages: string | string[];
|
|
1359
1359
|
density: Density;
|
|
1360
|
-
errorMessages: string | string[];
|
|
1361
1360
|
focused: boolean;
|
|
1361
|
+
errorMessages: string | string[];
|
|
1362
1362
|
maxErrors: string | number;
|
|
1363
1363
|
rules: ValidationRule[];
|
|
1364
|
-
}> & Omit<Readonly<
|
|
1364
|
+
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
1365
1365
|
focused: BooleanConstructor;
|
|
1366
1366
|
disabled: BooleanConstructor;
|
|
1367
1367
|
error: BooleanConstructor;
|
|
@@ -1405,7 +1405,7 @@ declare const VTextField: {
|
|
|
1405
1405
|
'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
|
|
1406
1406
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
|
|
1407
1407
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1408
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "
|
|
1408
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
1409
1409
|
$attrs: {
|
|
1410
1410
|
[x: string]: unknown;
|
|
1411
1411
|
};
|
|
@@ -1419,7 +1419,7 @@ declare const VTextField: {
|
|
|
1419
1419
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1420
1420
|
$emit: (event: "update:modelValue", val: any) => void;
|
|
1421
1421
|
$el: any;
|
|
1422
|
-
$options: vue.ComponentOptionsBase<Readonly<
|
|
1422
|
+
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
1423
1423
|
focused: BooleanConstructor;
|
|
1424
1424
|
disabled: BooleanConstructor;
|
|
1425
1425
|
error: BooleanConstructor;
|
|
@@ -1476,8 +1476,8 @@ declare const VTextField: {
|
|
|
1476
1476
|
readonly: boolean;
|
|
1477
1477
|
messages: string | string[];
|
|
1478
1478
|
density: Density;
|
|
1479
|
-
errorMessages: string | string[];
|
|
1480
1479
|
focused: boolean;
|
|
1480
|
+
errorMessages: string | string[];
|
|
1481
1481
|
maxErrors: string | number;
|
|
1482
1482
|
rules: ValidationRule[];
|
|
1483
1483
|
}> & {
|
|
@@ -1500,7 +1500,7 @@ declare const VTextField: {
|
|
|
1500
1500
|
$forceUpdate: () => void;
|
|
1501
1501
|
$nextTick: typeof nextTick;
|
|
1502
1502
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1503
|
-
} & Readonly<
|
|
1503
|
+
} & Readonly<ExtractPropTypes<Omit<{
|
|
1504
1504
|
focused: BooleanConstructor;
|
|
1505
1505
|
disabled: BooleanConstructor;
|
|
1506
1506
|
error: BooleanConstructor;
|
|
@@ -1568,7 +1568,7 @@ declare const VTextField: {
|
|
|
1568
1568
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1569
1569
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1570
1570
|
};
|
|
1571
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "
|
|
1571
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
|
|
1572
1572
|
$: vue.ComponentInternalInstance;
|
|
1573
1573
|
$data: {};
|
|
1574
1574
|
$props: Partial<{
|
|
@@ -1578,13 +1578,13 @@ declare const VTextField: {
|
|
|
1578
1578
|
loading: boolean;
|
|
1579
1579
|
disabled: boolean;
|
|
1580
1580
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1581
|
-
focused: boolean;
|
|
1582
1581
|
clearIcon: IconValue;
|
|
1582
|
+
focused: boolean;
|
|
1583
1583
|
clearable: boolean;
|
|
1584
1584
|
dirty: boolean;
|
|
1585
1585
|
persistentClear: boolean;
|
|
1586
1586
|
singleLine: boolean;
|
|
1587
|
-
}> & Omit<Readonly<
|
|
1587
|
+
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
1588
1588
|
loading: BooleanConstructor;
|
|
1589
1589
|
theme: StringConstructor;
|
|
1590
1590
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -1617,7 +1617,7 @@ declare const VTextField: {
|
|
|
1617
1617
|
}, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
1618
1618
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1619
1619
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1620
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "
|
|
1620
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1621
1621
|
$attrs: {
|
|
1622
1622
|
[x: string]: unknown;
|
|
1623
1623
|
};
|
|
@@ -1629,9 +1629,9 @@ declare const VTextField: {
|
|
|
1629
1629
|
}>;
|
|
1630
1630
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1631
1631
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1632
|
-
$emit: ((event: "
|
|
1632
|
+
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
|
|
1633
1633
|
$el: any;
|
|
1634
|
-
$options: vue.ComponentOptionsBase<Readonly<
|
|
1634
|
+
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
1635
1635
|
loading: BooleanConstructor;
|
|
1636
1636
|
theme: StringConstructor;
|
|
1637
1637
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -1677,8 +1677,8 @@ declare const VTextField: {
|
|
|
1677
1677
|
loading: boolean;
|
|
1678
1678
|
disabled: boolean;
|
|
1679
1679
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1680
|
-
focused: boolean;
|
|
1681
1680
|
clearIcon: IconValue;
|
|
1681
|
+
focused: boolean;
|
|
1682
1682
|
clearable: boolean;
|
|
1683
1683
|
dirty: boolean;
|
|
1684
1684
|
persistentClear: boolean;
|
|
@@ -1703,7 +1703,7 @@ declare const VTextField: {
|
|
|
1703
1703
|
$forceUpdate: () => void;
|
|
1704
1704
|
$nextTick: typeof nextTick;
|
|
1705
1705
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1706
|
-
} & Readonly<
|
|
1706
|
+
} & Readonly<ExtractPropTypes<Omit<{
|
|
1707
1707
|
loading: BooleanConstructor;
|
|
1708
1708
|
theme: StringConstructor;
|
|
1709
1709
|
appendInnerIcon: PropType<IconValue>;
|
|
@@ -1767,7 +1767,7 @@ declare const VTextField: {
|
|
|
1767
1767
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1768
1768
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
1769
1769
|
};
|
|
1770
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "
|
|
1770
|
+
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1771
1771
|
'click:control': (e: MouseEvent) => boolean;
|
|
1772
1772
|
'click:input': (e: MouseEvent) => boolean;
|
|
1773
1773
|
'update:focused': (focused: boolean) => boolean;
|
|
@@ -1785,11 +1785,11 @@ declare const VTextField: {
|
|
|
1785
1785
|
messages: string | string[];
|
|
1786
1786
|
density: Density;
|
|
1787
1787
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1788
|
-
|
|
1788
|
+
clearIcon: IconValue;
|
|
1789
1789
|
focused: boolean;
|
|
1790
|
+
errorMessages: string | string[];
|
|
1790
1791
|
maxErrors: string | number;
|
|
1791
1792
|
rules: ValidationRule[];
|
|
1792
|
-
clearIcon: IconValue;
|
|
1793
1793
|
clearable: boolean;
|
|
1794
1794
|
dirty: boolean;
|
|
1795
1795
|
persistentClear: boolean;
|
|
@@ -122,8 +122,8 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
122
122
|
readonly: boolean;
|
|
123
123
|
messages: string | string[];
|
|
124
124
|
density: Density;
|
|
125
|
-
errorMessages: string | string[];
|
|
126
125
|
focused: boolean;
|
|
126
|
+
errorMessages: string | string[];
|
|
127
127
|
maxErrors: string | number;
|
|
128
128
|
rules: ValidationRule[];
|
|
129
129
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
@@ -170,7 +170,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
170
170
|
'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
|
|
171
171
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details">>> & {
|
|
172
172
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
173
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "
|
|
173
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
174
174
|
$attrs: {
|
|
175
175
|
[x: string]: unknown;
|
|
176
176
|
};
|
|
@@ -241,8 +241,8 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
241
241
|
readonly: boolean;
|
|
242
242
|
messages: string | string[];
|
|
243
243
|
density: Density;
|
|
244
|
-
errorMessages: string | string[];
|
|
245
244
|
focused: boolean;
|
|
245
|
+
errorMessages: string | string[];
|
|
246
246
|
maxErrors: string | number;
|
|
247
247
|
rules: ValidationRule[];
|
|
248
248
|
}> & {
|
|
@@ -333,7 +333,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
333
333
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
334
334
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
335
335
|
};
|
|
336
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "
|
|
336
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
337
337
|
'click:control': (e: MouseEvent) => true;
|
|
338
338
|
'update:focused': (focused: boolean) => true;
|
|
339
339
|
'update:modelValue': (val: string) => true;
|
|
@@ -440,11 +440,11 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
440
440
|
messages: string | string[];
|
|
441
441
|
density: Density;
|
|
442
442
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
443
|
-
|
|
443
|
+
clearIcon: IconValue;
|
|
444
444
|
focused: boolean;
|
|
445
|
+
errorMessages: string | string[];
|
|
445
446
|
maxErrors: string | number;
|
|
446
447
|
rules: ValidationRule[];
|
|
447
|
-
clearIcon: IconValue;
|
|
448
448
|
clearable: boolean;
|
|
449
449
|
dirty: boolean;
|
|
450
450
|
persistentClear: boolean;
|
|
@@ -57,8 +57,8 @@ declare const VValidation: vue.DefineComponent<{
|
|
|
57
57
|
error: boolean;
|
|
58
58
|
disabled: boolean;
|
|
59
59
|
readonly: boolean;
|
|
60
|
-
errorMessages: string | string[];
|
|
61
60
|
focused: boolean;
|
|
61
|
+
errorMessages: string | string[];
|
|
62
62
|
maxErrors: string | number;
|
|
63
63
|
rules: ValidationRule[];
|
|
64
64
|
}>;
|