@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -191,16 +191,16 @@ export declare const makeVTextFieldProps: <Defaults extends {
|
|
191
191
|
default: unknown extends Defaults["singleLine"] ? boolean : boolean | Defaults["singleLine"];
|
192
192
|
};
|
193
193
|
variant: unknown extends Defaults["variant"] ? {
|
194
|
-
type: PropType<"filled" | "
|
194
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
195
195
|
default: string;
|
196
196
|
validator: (v: any) => boolean;
|
197
197
|
} : Omit<{
|
198
|
-
type: PropType<"filled" | "
|
198
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
199
199
|
default: string;
|
200
200
|
validator: (v: any) => boolean;
|
201
201
|
}, "type" | "default"> & {
|
202
|
-
type: PropType<unknown extends Defaults["variant"] ? "filled" | "
|
203
|
-
default: unknown extends Defaults["variant"] ? "filled" | "
|
202
|
+
type: PropType<unknown extends Defaults["variant"] ? "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" : "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | Defaults["variant"]>;
|
203
|
+
default: unknown extends Defaults["variant"] ? "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" : NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"> | Defaults["variant"];
|
204
204
|
};
|
205
205
|
'onClick:clear': unknown extends Defaults["onClick:clear"] ? PropType<(args_0: MouseEvent) => void> : {
|
206
206
|
type: PropType<unknown extends Defaults["onClick:clear"] ? (args_0: MouseEvent) => void : ((args_0: MouseEvent) => void) | Defaults["onClick:clear"]>;
|
@@ -257,14 +257,14 @@ export declare const makeVTextFieldProps: <Defaults extends {
|
|
257
257
|
default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
|
258
258
|
};
|
259
259
|
rules: unknown extends Defaults["rules"] ? {
|
260
|
-
type: PropType<readonly import("../../
|
260
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
261
261
|
default: () => never[];
|
262
262
|
} : Omit<{
|
263
|
-
type: PropType<readonly import("../../
|
263
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
264
264
|
default: () => never[];
|
265
265
|
}, "type" | "default"> & {
|
266
|
-
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
267
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
266
|
+
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
267
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
268
268
|
};
|
269
269
|
modelValue: unknown extends Defaults["modelValue"] ? null : {
|
270
270
|
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
@@ -419,7 +419,7 @@ export declare const VTextField: {
|
|
419
419
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
420
420
|
flat: boolean;
|
421
421
|
reverse: boolean;
|
422
|
-
variant: "filled" | "
|
422
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
423
423
|
type: string;
|
424
424
|
error: boolean;
|
425
425
|
active: boolean;
|
@@ -432,9 +432,9 @@ export declare const VTextField: {
|
|
432
432
|
focused: boolean;
|
433
433
|
errorMessages: string | readonly string[] | null;
|
434
434
|
maxErrors: string | number;
|
435
|
-
rules: readonly import("../../
|
436
|
-
tile: boolean;
|
435
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
437
436
|
density: import("../../composables/density.js").Density;
|
437
|
+
tile: boolean;
|
438
438
|
clearIcon: import("../../composables/icons.js").IconValue;
|
439
439
|
hideSpinButtons: boolean;
|
440
440
|
persistentHint: boolean;
|
@@ -553,7 +553,7 @@ export declare const VTextField: {
|
|
553
553
|
focused: boolean;
|
554
554
|
errorMessages: string | readonly string[] | null;
|
555
555
|
maxErrors: string | number;
|
556
|
-
rules: readonly import("../../
|
556
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
557
557
|
density: import("../../composables/density.js").Density;
|
558
558
|
centerAffix: boolean;
|
559
559
|
hideSpinButtons: boolean;
|
@@ -568,7 +568,7 @@ export declare const VTextField: {
|
|
568
568
|
focused: boolean;
|
569
569
|
errorMessages: string | readonly string[] | null;
|
570
570
|
maxErrors: string | number;
|
571
|
-
rules: readonly import("../../
|
571
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
572
572
|
density: import("../../composables/density.js").Density;
|
573
573
|
centerAffix: boolean;
|
574
574
|
hideSpinButtons: boolean;
|
@@ -619,7 +619,7 @@ export declare const VTextField: {
|
|
619
619
|
focused: boolean;
|
620
620
|
errorMessages: string | readonly string[] | null;
|
621
621
|
maxErrors: string | number;
|
622
|
-
rules: readonly import("../../
|
622
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
623
623
|
density: import("../../composables/density.js").Density;
|
624
624
|
centerAffix: boolean;
|
625
625
|
hideSpinButtons: boolean;
|
@@ -650,7 +650,7 @@ export declare const VTextField: {
|
|
650
650
|
errorMessages: import("vue").ComputedRef<string[]>;
|
651
651
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
652
652
|
'update:modelValue': (value: any) => true;
|
653
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
653
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
654
654
|
error: boolean;
|
655
655
|
direction: "horizontal" | "vertical";
|
656
656
|
style: import("vue").StyleValue;
|
@@ -660,7 +660,7 @@ export declare const VTextField: {
|
|
660
660
|
focused: boolean;
|
661
661
|
errorMessages: string | readonly string[] | null;
|
662
662
|
maxErrors: string | number;
|
663
|
-
rules: readonly import("../../
|
663
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
664
664
|
density: import("../../composables/density.js").Density;
|
665
665
|
centerAffix: boolean;
|
666
666
|
hideSpinButtons: boolean;
|
@@ -701,7 +701,7 @@ export declare const VTextField: {
|
|
701
701
|
focused: boolean;
|
702
702
|
errorMessages: string | readonly string[] | null;
|
703
703
|
maxErrors: string | number;
|
704
|
-
rules: readonly import("../../
|
704
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
705
705
|
density: import("../../composables/density.js").Density;
|
706
706
|
centerAffix: boolean;
|
707
707
|
hideSpinButtons: boolean;
|
@@ -716,7 +716,7 @@ export declare const VTextField: {
|
|
716
716
|
focused: boolean;
|
717
717
|
errorMessages: string | readonly string[] | null;
|
718
718
|
maxErrors: string | number;
|
719
|
-
rules: readonly import("../../
|
719
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
720
720
|
density: import("../../composables/density.js").Density;
|
721
721
|
centerAffix: boolean;
|
722
722
|
hideSpinButtons: boolean;
|
@@ -748,13 +748,13 @@ export declare const VTextField: {
|
|
748
748
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
749
749
|
modelValue?: unknown;
|
750
750
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
751
|
-
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
751
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
752
752
|
$: import("vue").ComponentInternalInstance;
|
753
753
|
$data: {};
|
754
754
|
$props: Partial<{
|
755
755
|
flat: boolean;
|
756
756
|
reverse: boolean;
|
757
|
-
variant: "filled" | "
|
757
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
758
758
|
error: boolean;
|
759
759
|
active: boolean;
|
760
760
|
style: import("vue").StyleValue;
|
@@ -771,7 +771,7 @@ export declare const VTextField: {
|
|
771
771
|
}> & Omit<{
|
772
772
|
flat: boolean;
|
773
773
|
reverse: boolean;
|
774
|
-
variant: "filled" | "
|
774
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
775
775
|
error: boolean;
|
776
776
|
active: boolean;
|
777
777
|
style: import("vue").StyleValue;
|
@@ -827,7 +827,7 @@ export declare const VTextField: {
|
|
827
827
|
$options: import("vue").ComponentOptionsBase<{
|
828
828
|
flat: boolean;
|
829
829
|
reverse: boolean;
|
830
|
-
variant: "filled" | "
|
830
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
831
831
|
error: boolean;
|
832
832
|
active: boolean;
|
833
833
|
style: import("vue").StyleValue;
|
@@ -866,7 +866,7 @@ export declare const VTextField: {
|
|
866
866
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
867
867
|
flat: boolean;
|
868
868
|
reverse: boolean;
|
869
|
-
variant: "filled" | "
|
869
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
870
870
|
error: boolean;
|
871
871
|
active: boolean;
|
872
872
|
style: import("vue").StyleValue;
|
@@ -915,7 +915,7 @@ export declare const VTextField: {
|
|
915
915
|
} & Readonly<{
|
916
916
|
flat: boolean;
|
917
917
|
reverse: boolean;
|
918
|
-
variant: "filled" | "
|
918
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
919
919
|
error: boolean;
|
920
920
|
active: boolean;
|
921
921
|
style: import("vue").StyleValue;
|
@@ -932,7 +932,7 @@ export declare const VTextField: {
|
|
932
932
|
}> & Omit<{
|
933
933
|
flat: boolean;
|
934
934
|
reverse: boolean;
|
935
|
-
variant: "filled" | "
|
935
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
936
936
|
error: boolean;
|
937
937
|
active: boolean;
|
938
938
|
style: import("vue").StyleValue;
|
@@ -986,7 +986,7 @@ export declare const VTextField: {
|
|
986
986
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
987
987
|
flat: boolean;
|
988
988
|
reverse: boolean;
|
989
|
-
variant: "filled" | "
|
989
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
990
990
|
type: string;
|
991
991
|
error: boolean;
|
992
992
|
active: boolean;
|
@@ -999,10 +999,10 @@ export declare const VTextField: {
|
|
999
999
|
focused: boolean;
|
1000
1000
|
errorMessages: string | readonly string[] | null;
|
1001
1001
|
maxErrors: string | number;
|
1002
|
-
rules: readonly import("../../
|
1002
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1003
|
+
density: import("../../composables/density.js").Density;
|
1003
1004
|
rounded: string | number | boolean;
|
1004
1005
|
tile: boolean;
|
1005
|
-
density: import("../../composables/density.js").Density;
|
1006
1006
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1007
1007
|
centerAffix: boolean;
|
1008
1008
|
hideSpinButtons: boolean;
|
@@ -1040,7 +1040,7 @@ export declare const VTextField: {
|
|
1040
1040
|
}, {
|
1041
1041
|
flat: boolean;
|
1042
1042
|
reverse: boolean;
|
1043
|
-
variant: "filled" | "
|
1043
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1044
1044
|
type: string;
|
1045
1045
|
error: boolean;
|
1046
1046
|
active: boolean;
|
@@ -1053,9 +1053,9 @@ export declare const VTextField: {
|
|
1053
1053
|
focused: boolean;
|
1054
1054
|
errorMessages: string | readonly string[] | null;
|
1055
1055
|
maxErrors: string | number;
|
1056
|
-
rules: readonly import("../../
|
1057
|
-
tile: boolean;
|
1056
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1058
1057
|
density: import("../../composables/density.js").Density;
|
1058
|
+
tile: boolean;
|
1059
1059
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1060
1060
|
hideSpinButtons: boolean;
|
1061
1061
|
persistentHint: boolean;
|
@@ -1174,7 +1174,7 @@ export declare const VTextField: {
|
|
1174
1174
|
focused: boolean;
|
1175
1175
|
errorMessages: string | readonly string[] | null;
|
1176
1176
|
maxErrors: string | number;
|
1177
|
-
rules: readonly import("../../
|
1177
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1178
1178
|
density: import("../../composables/density.js").Density;
|
1179
1179
|
centerAffix: boolean;
|
1180
1180
|
hideSpinButtons: boolean;
|
@@ -1189,7 +1189,7 @@ export declare const VTextField: {
|
|
1189
1189
|
focused: boolean;
|
1190
1190
|
errorMessages: string | readonly string[] | null;
|
1191
1191
|
maxErrors: string | number;
|
1192
|
-
rules: readonly import("../../
|
1192
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1193
1193
|
density: import("../../composables/density.js").Density;
|
1194
1194
|
centerAffix: boolean;
|
1195
1195
|
hideSpinButtons: boolean;
|
@@ -1240,7 +1240,7 @@ export declare const VTextField: {
|
|
1240
1240
|
focused: boolean;
|
1241
1241
|
errorMessages: string | readonly string[] | null;
|
1242
1242
|
maxErrors: string | number;
|
1243
|
-
rules: readonly import("../../
|
1243
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1244
1244
|
density: import("../../composables/density.js").Density;
|
1245
1245
|
centerAffix: boolean;
|
1246
1246
|
hideSpinButtons: boolean;
|
@@ -1271,7 +1271,7 @@ export declare const VTextField: {
|
|
1271
1271
|
errorMessages: import("vue").ComputedRef<string[]>;
|
1272
1272
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
1273
1273
|
'update:modelValue': (value: any) => true;
|
1274
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
1274
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
1275
1275
|
error: boolean;
|
1276
1276
|
direction: "horizontal" | "vertical";
|
1277
1277
|
style: import("vue").StyleValue;
|
@@ -1281,7 +1281,7 @@ export declare const VTextField: {
|
|
1281
1281
|
focused: boolean;
|
1282
1282
|
errorMessages: string | readonly string[] | null;
|
1283
1283
|
maxErrors: string | number;
|
1284
|
-
rules: readonly import("../../
|
1284
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1285
1285
|
density: import("../../composables/density.js").Density;
|
1286
1286
|
centerAffix: boolean;
|
1287
1287
|
hideSpinButtons: boolean;
|
@@ -1322,7 +1322,7 @@ export declare const VTextField: {
|
|
1322
1322
|
focused: boolean;
|
1323
1323
|
errorMessages: string | readonly string[] | null;
|
1324
1324
|
maxErrors: string | number;
|
1325
|
-
rules: readonly import("../../
|
1325
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1326
1326
|
density: import("../../composables/density.js").Density;
|
1327
1327
|
centerAffix: boolean;
|
1328
1328
|
hideSpinButtons: boolean;
|
@@ -1337,7 +1337,7 @@ export declare const VTextField: {
|
|
1337
1337
|
focused: boolean;
|
1338
1338
|
errorMessages: string | readonly string[] | null;
|
1339
1339
|
maxErrors: string | number;
|
1340
|
-
rules: readonly import("../../
|
1340
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1341
1341
|
density: import("../../composables/density.js").Density;
|
1342
1342
|
centerAffix: boolean;
|
1343
1343
|
hideSpinButtons: boolean;
|
@@ -1369,13 +1369,13 @@ export declare const VTextField: {
|
|
1369
1369
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1370
1370
|
modelValue?: unknown;
|
1371
1371
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1372
|
-
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
1372
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1373
1373
|
$: import("vue").ComponentInternalInstance;
|
1374
1374
|
$data: {};
|
1375
1375
|
$props: Partial<{
|
1376
1376
|
flat: boolean;
|
1377
1377
|
reverse: boolean;
|
1378
|
-
variant: "filled" | "
|
1378
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1379
1379
|
error: boolean;
|
1380
1380
|
active: boolean;
|
1381
1381
|
style: import("vue").StyleValue;
|
@@ -1392,7 +1392,7 @@ export declare const VTextField: {
|
|
1392
1392
|
}> & Omit<{
|
1393
1393
|
flat: boolean;
|
1394
1394
|
reverse: boolean;
|
1395
|
-
variant: "filled" | "
|
1395
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1396
1396
|
error: boolean;
|
1397
1397
|
active: boolean;
|
1398
1398
|
style: import("vue").StyleValue;
|
@@ -1448,7 +1448,7 @@ export declare const VTextField: {
|
|
1448
1448
|
$options: import("vue").ComponentOptionsBase<{
|
1449
1449
|
flat: boolean;
|
1450
1450
|
reverse: boolean;
|
1451
|
-
variant: "filled" | "
|
1451
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1452
1452
|
error: boolean;
|
1453
1453
|
active: boolean;
|
1454
1454
|
style: import("vue").StyleValue;
|
@@ -1487,7 +1487,7 @@ export declare const VTextField: {
|
|
1487
1487
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
1488
1488
|
flat: boolean;
|
1489
1489
|
reverse: boolean;
|
1490
|
-
variant: "filled" | "
|
1490
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1491
1491
|
error: boolean;
|
1492
1492
|
active: boolean;
|
1493
1493
|
style: import("vue").StyleValue;
|
@@ -1536,7 +1536,7 @@ export declare const VTextField: {
|
|
1536
1536
|
} & Readonly<{
|
1537
1537
|
flat: boolean;
|
1538
1538
|
reverse: boolean;
|
1539
|
-
variant: "filled" | "
|
1539
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1540
1540
|
error: boolean;
|
1541
1541
|
active: boolean;
|
1542
1542
|
style: import("vue").StyleValue;
|
@@ -1553,7 +1553,7 @@ export declare const VTextField: {
|
|
1553
1553
|
}> & Omit<{
|
1554
1554
|
flat: boolean;
|
1555
1555
|
reverse: boolean;
|
1556
|
-
variant: "filled" | "
|
1556
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1557
1557
|
error: boolean;
|
1558
1558
|
active: boolean;
|
1559
1559
|
style: import("vue").StyleValue;
|
@@ -1602,7 +1602,7 @@ export declare const VTextField: {
|
|
1602
1602
|
}, {}, {}, {}, {
|
1603
1603
|
flat: boolean;
|
1604
1604
|
reverse: boolean;
|
1605
|
-
variant: "filled" | "
|
1605
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1606
1606
|
type: string;
|
1607
1607
|
error: boolean;
|
1608
1608
|
active: boolean;
|
@@ -1615,10 +1615,10 @@ export declare const VTextField: {
|
|
1615
1615
|
focused: boolean;
|
1616
1616
|
errorMessages: string | readonly string[] | null;
|
1617
1617
|
maxErrors: string | number;
|
1618
|
-
rules: readonly import("../../
|
1618
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1619
|
+
density: import("../../composables/density.js").Density;
|
1619
1620
|
rounded: string | number | boolean;
|
1620
1621
|
tile: boolean;
|
1621
|
-
density: import("../../composables/density.js").Density;
|
1622
1622
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1623
1623
|
centerAffix: boolean;
|
1624
1624
|
hideSpinButtons: boolean;
|
@@ -1636,7 +1636,7 @@ export declare const VTextField: {
|
|
1636
1636
|
} & import("vue").ComponentOptionsBase<{
|
1637
1637
|
flat: boolean;
|
1638
1638
|
reverse: boolean;
|
1639
|
-
variant: "filled" | "
|
1639
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1640
1640
|
type: string;
|
1641
1641
|
error: boolean;
|
1642
1642
|
active: boolean;
|
@@ -1649,9 +1649,9 @@ export declare const VTextField: {
|
|
1649
1649
|
focused: boolean;
|
1650
1650
|
errorMessages: string | readonly string[] | null;
|
1651
1651
|
maxErrors: string | number;
|
1652
|
-
rules: readonly import("../../
|
1653
|
-
tile: boolean;
|
1652
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1654
1653
|
density: import("../../composables/density.js").Density;
|
1654
|
+
tile: boolean;
|
1655
1655
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1656
1656
|
hideSpinButtons: boolean;
|
1657
1657
|
persistentHint: boolean;
|
@@ -1770,7 +1770,7 @@ export declare const VTextField: {
|
|
1770
1770
|
focused: boolean;
|
1771
1771
|
errorMessages: string | readonly string[] | null;
|
1772
1772
|
maxErrors: string | number;
|
1773
|
-
rules: readonly import("../../
|
1773
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1774
1774
|
density: import("../../composables/density.js").Density;
|
1775
1775
|
centerAffix: boolean;
|
1776
1776
|
hideSpinButtons: boolean;
|
@@ -1785,7 +1785,7 @@ export declare const VTextField: {
|
|
1785
1785
|
focused: boolean;
|
1786
1786
|
errorMessages: string | readonly string[] | null;
|
1787
1787
|
maxErrors: string | number;
|
1788
|
-
rules: readonly import("../../
|
1788
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1789
1789
|
density: import("../../composables/density.js").Density;
|
1790
1790
|
centerAffix: boolean;
|
1791
1791
|
hideSpinButtons: boolean;
|
@@ -1836,7 +1836,7 @@ export declare const VTextField: {
|
|
1836
1836
|
focused: boolean;
|
1837
1837
|
errorMessages: string | readonly string[] | null;
|
1838
1838
|
maxErrors: string | number;
|
1839
|
-
rules: readonly import("../../
|
1839
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1840
1840
|
density: import("../../composables/density.js").Density;
|
1841
1841
|
centerAffix: boolean;
|
1842
1842
|
hideSpinButtons: boolean;
|
@@ -1867,7 +1867,7 @@ export declare const VTextField: {
|
|
1867
1867
|
errorMessages: import("vue").ComputedRef<string[]>;
|
1868
1868
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
1869
1869
|
'update:modelValue': (value: any) => true;
|
1870
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
1870
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
1871
1871
|
error: boolean;
|
1872
1872
|
direction: "horizontal" | "vertical";
|
1873
1873
|
style: import("vue").StyleValue;
|
@@ -1877,7 +1877,7 @@ export declare const VTextField: {
|
|
1877
1877
|
focused: boolean;
|
1878
1878
|
errorMessages: string | readonly string[] | null;
|
1879
1879
|
maxErrors: string | number;
|
1880
|
-
rules: readonly import("../../
|
1880
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1881
1881
|
density: import("../../composables/density.js").Density;
|
1882
1882
|
centerAffix: boolean;
|
1883
1883
|
hideSpinButtons: boolean;
|
@@ -1918,7 +1918,7 @@ export declare const VTextField: {
|
|
1918
1918
|
focused: boolean;
|
1919
1919
|
errorMessages: string | readonly string[] | null;
|
1920
1920
|
maxErrors: string | number;
|
1921
|
-
rules: readonly import("../../
|
1921
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1922
1922
|
density: import("../../composables/density.js").Density;
|
1923
1923
|
centerAffix: boolean;
|
1924
1924
|
hideSpinButtons: boolean;
|
@@ -1933,7 +1933,7 @@ export declare const VTextField: {
|
|
1933
1933
|
focused: boolean;
|
1934
1934
|
errorMessages: string | readonly string[] | null;
|
1935
1935
|
maxErrors: string | number;
|
1936
|
-
rules: readonly import("../../
|
1936
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1937
1937
|
density: import("../../composables/density.js").Density;
|
1938
1938
|
centerAffix: boolean;
|
1939
1939
|
hideSpinButtons: boolean;
|
@@ -1965,13 +1965,13 @@ export declare const VTextField: {
|
|
1965
1965
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1966
1966
|
modelValue?: unknown;
|
1967
1967
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1968
|
-
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
1968
|
+
}, VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1969
1969
|
$: import("vue").ComponentInternalInstance;
|
1970
1970
|
$data: {};
|
1971
1971
|
$props: Partial<{
|
1972
1972
|
flat: boolean;
|
1973
1973
|
reverse: boolean;
|
1974
|
-
variant: "filled" | "
|
1974
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1975
1975
|
error: boolean;
|
1976
1976
|
active: boolean;
|
1977
1977
|
style: import("vue").StyleValue;
|
@@ -1988,7 +1988,7 @@ export declare const VTextField: {
|
|
1988
1988
|
}> & Omit<{
|
1989
1989
|
flat: boolean;
|
1990
1990
|
reverse: boolean;
|
1991
|
-
variant: "filled" | "
|
1991
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1992
1992
|
error: boolean;
|
1993
1993
|
active: boolean;
|
1994
1994
|
style: import("vue").StyleValue;
|
@@ -2044,7 +2044,7 @@ export declare const VTextField: {
|
|
2044
2044
|
$options: import("vue").ComponentOptionsBase<{
|
2045
2045
|
flat: boolean;
|
2046
2046
|
reverse: boolean;
|
2047
|
-
variant: "filled" | "
|
2047
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2048
2048
|
error: boolean;
|
2049
2049
|
active: boolean;
|
2050
2050
|
style: import("vue").StyleValue;
|
@@ -2083,7 +2083,7 @@ export declare const VTextField: {
|
|
2083
2083
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
2084
2084
|
flat: boolean;
|
2085
2085
|
reverse: boolean;
|
2086
|
-
variant: "filled" | "
|
2086
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2087
2087
|
error: boolean;
|
2088
2088
|
active: boolean;
|
2089
2089
|
style: import("vue").StyleValue;
|
@@ -2132,7 +2132,7 @@ export declare const VTextField: {
|
|
2132
2132
|
} & Readonly<{
|
2133
2133
|
flat: boolean;
|
2134
2134
|
reverse: boolean;
|
2135
|
-
variant: "filled" | "
|
2135
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2136
2136
|
error: boolean;
|
2137
2137
|
active: boolean;
|
2138
2138
|
style: import("vue").StyleValue;
|
@@ -2149,7 +2149,7 @@ export declare const VTextField: {
|
|
2149
2149
|
}> & Omit<{
|
2150
2150
|
flat: boolean;
|
2151
2151
|
reverse: boolean;
|
2152
|
-
variant: "filled" | "
|
2152
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2153
2153
|
error: boolean;
|
2154
2154
|
active: boolean;
|
2155
2155
|
style: import("vue").StyleValue;
|
@@ -2203,7 +2203,7 @@ export declare const VTextField: {
|
|
2203
2203
|
}, string, {
|
2204
2204
|
flat: boolean;
|
2205
2205
|
reverse: boolean;
|
2206
|
-
variant: "filled" | "
|
2206
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2207
2207
|
type: string;
|
2208
2208
|
error: boolean;
|
2209
2209
|
active: boolean;
|
@@ -2216,10 +2216,10 @@ export declare const VTextField: {
|
|
2216
2216
|
focused: boolean;
|
2217
2217
|
errorMessages: string | readonly string[] | null;
|
2218
2218
|
maxErrors: string | number;
|
2219
|
-
rules: readonly import("../../
|
2219
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2220
|
+
density: import("../../composables/density.js").Density;
|
2220
2221
|
rounded: string | number | boolean;
|
2221
2222
|
tile: boolean;
|
2222
|
-
density: import("../../composables/density.js").Density;
|
2223
2223
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2224
2224
|
centerAffix: boolean;
|
2225
2225
|
hideSpinButtons: boolean;
|
@@ -2287,7 +2287,7 @@ export declare const VTextField: {
|
|
2287
2287
|
reverse: BooleanConstructor;
|
2288
2288
|
singleLine: BooleanConstructor;
|
2289
2289
|
variant: {
|
2290
|
-
type: PropType<"filled" | "
|
2290
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
2291
2291
|
default: string;
|
2292
2292
|
validator: (v: any) => boolean;
|
2293
2293
|
};
|
@@ -2310,7 +2310,7 @@ export declare const VTextField: {
|
|
2310
2310
|
default: null;
|
2311
2311
|
};
|
2312
2312
|
rules: {
|
2313
|
-
type: PropType<readonly import("../../
|
2313
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
2314
2314
|
default: () => never[];
|
2315
2315
|
};
|
2316
2316
|
modelValue: null;
|
@@ -2396,7 +2396,7 @@ export declare const VTextField: {
|
|
2396
2396
|
reverse: BooleanConstructor;
|
2397
2397
|
singleLine: BooleanConstructor;
|
2398
2398
|
variant: {
|
2399
|
-
type: PropType<"filled" | "
|
2399
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
2400
2400
|
default: string;
|
2401
2401
|
validator: (v: any) => boolean;
|
2402
2402
|
};
|
@@ -2419,7 +2419,7 @@ export declare const VTextField: {
|
|
2419
2419
|
default: null;
|
2420
2420
|
};
|
2421
2421
|
rules: {
|
2422
|
-
type: PropType<readonly import("../../
|
2422
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
2423
2423
|
default: () => never[];
|
2424
2424
|
};
|
2425
2425
|
modelValue: null;
|