@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
@@ -44,9 +44,9 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
44
44
|
rules?: unknown;
|
45
45
|
modelValue?: unknown;
|
46
46
|
validateOn?: unknown;
|
47
|
+
density?: unknown;
|
47
48
|
rounded?: unknown;
|
48
49
|
tile?: unknown;
|
49
|
-
density?: unknown;
|
50
50
|
baseColor?: unknown;
|
51
51
|
bgColor?: unknown;
|
52
52
|
prependIcon?: unknown;
|
@@ -149,16 +149,16 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
149
149
|
default: unknown extends Defaults["reverse"] ? boolean : boolean | Defaults["reverse"];
|
150
150
|
};
|
151
151
|
variant: unknown extends Defaults["variant"] ? {
|
152
|
-
type: PropType<"filled" | "
|
152
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
153
153
|
default: string;
|
154
154
|
validator: (v: any) => boolean;
|
155
155
|
} : Omit<{
|
156
|
-
type: PropType<"filled" | "
|
156
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
157
157
|
default: string;
|
158
158
|
validator: (v: any) => boolean;
|
159
159
|
}, "type" | "default"> & {
|
160
|
-
type: PropType<unknown extends Defaults["variant"] ? "filled" | "
|
161
|
-
default: unknown extends Defaults["variant"] ? "filled" | "
|
160
|
+
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"]>;
|
161
|
+
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"];
|
162
162
|
};
|
163
163
|
name: unknown extends Defaults["name"] ? StringConstructor : {
|
164
164
|
type: PropType<unknown extends Defaults["name"] ? string : string | Defaults["name"]>;
|
@@ -325,14 +325,14 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
325
325
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
326
326
|
};
|
327
327
|
rules: unknown extends Defaults["rules"] ? {
|
328
|
-
type: PropType<readonly import("../../
|
328
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
329
329
|
default: () => never[];
|
330
330
|
} : Omit<{
|
331
|
-
type: PropType<readonly import("../../
|
331
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
332
332
|
default: () => never[];
|
333
333
|
}, "type" | "default"> & {
|
334
|
-
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
335
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
334
|
+
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
335
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
336
336
|
};
|
337
337
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
338
338
|
type: PropType<any>;
|
@@ -348,6 +348,18 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
348
348
|
type: PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
|
349
349
|
default: unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : NonNullable<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> | Defaults["validateOn"];
|
350
350
|
};
|
351
|
+
density: unknown extends Defaults["density"] ? {
|
352
|
+
type: PropType<import("../../composables/density.js").Density>;
|
353
|
+
default: string;
|
354
|
+
validator: (v: any) => boolean;
|
355
|
+
} : Omit<{
|
356
|
+
type: PropType<import("../../composables/density.js").Density>;
|
357
|
+
default: string;
|
358
|
+
validator: (v: any) => boolean;
|
359
|
+
}, "type" | "default"> & {
|
360
|
+
type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
|
361
|
+
default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
|
362
|
+
};
|
351
363
|
rounded: unknown extends Defaults["rounded"] ? {
|
352
364
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
353
365
|
default: undefined;
|
@@ -362,18 +374,6 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
362
374
|
type: PropType<unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"]>;
|
363
375
|
default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
|
364
376
|
};
|
365
|
-
density: unknown extends Defaults["density"] ? {
|
366
|
-
type: PropType<import("../../composables/density.js").Density>;
|
367
|
-
default: string;
|
368
|
-
validator: (v: any) => boolean;
|
369
|
-
} : Omit<{
|
370
|
-
type: PropType<import("../../composables/density.js").Density>;
|
371
|
-
default: string;
|
372
|
-
validator: (v: any) => boolean;
|
373
|
-
}, "type" | "default"> & {
|
374
|
-
type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
|
375
|
-
default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
|
376
|
-
};
|
377
377
|
baseColor: unknown extends Defaults["baseColor"] ? StringConstructor : {
|
378
378
|
type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
|
379
379
|
default: unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"];
|
@@ -599,15 +599,15 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
599
599
|
tag: string | import("../../util/index.js").JSXComponent;
|
600
600
|
lines: false | "one" | "two" | "three";
|
601
601
|
mandatory: boolean;
|
602
|
+
returnObject: boolean;
|
603
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
604
|
+
density: import("../../composables/density.js").Density;
|
602
605
|
rounded: string | number | boolean;
|
603
606
|
tile: boolean;
|
604
|
-
density: import("../../composables/density.js").Density;
|
605
607
|
slim: boolean;
|
606
608
|
activatable: boolean;
|
607
609
|
selectable: boolean;
|
608
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
609
610
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
610
|
-
returnObject: boolean;
|
611
611
|
itemType: string;
|
612
612
|
}> & Omit<{
|
613
613
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -617,14 +617,14 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
617
617
|
tag: string | import("../../util/index.js").JSXComponent;
|
618
618
|
lines: false | "one" | "two" | "three";
|
619
619
|
mandatory: boolean;
|
620
|
-
|
620
|
+
returnObject: boolean;
|
621
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
621
622
|
density: import("../../composables/density.js").Density;
|
623
|
+
tile: boolean;
|
622
624
|
slim: boolean;
|
623
625
|
activatable: boolean;
|
624
626
|
selectable: boolean;
|
625
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
626
627
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
627
|
-
returnObject: boolean;
|
628
628
|
itemType: string;
|
629
629
|
height?: string | number | undefined;
|
630
630
|
width?: string | number | undefined;
|
@@ -638,11 +638,11 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
638
638
|
class?: any;
|
639
639
|
theme?: string | undefined;
|
640
640
|
elevation?: string | number | undefined;
|
641
|
+
valueComparator?: typeof deepEqual | undefined;
|
641
642
|
rounded?: string | number | boolean | undefined;
|
642
643
|
baseColor?: string | undefined;
|
643
644
|
bgColor?: string | undefined;
|
644
645
|
activeColor?: string | undefined;
|
645
|
-
valueComparator?: typeof deepEqual | undefined;
|
646
646
|
activeClass?: string | undefined;
|
647
647
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
648
648
|
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
@@ -653,7 +653,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
653
653
|
value: boolean;
|
654
654
|
path: unknown[];
|
655
655
|
}) => any) | undefined;
|
656
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
656
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
657
657
|
items?: readonly any[] | undefined;
|
658
658
|
itemTitle?: SelectItemKey<any>;
|
659
659
|
itemValue?: SelectItemKey<any>;
|
@@ -762,15 +762,15 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
762
762
|
tag: string | import("../../util/index.js").JSXComponent;
|
763
763
|
lines: false | "one" | "two" | "three";
|
764
764
|
mandatory: boolean;
|
765
|
+
returnObject: boolean;
|
766
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
767
|
+
density: import("../../composables/density.js").Density;
|
765
768
|
rounded: string | number | boolean;
|
766
769
|
tile: boolean;
|
767
|
-
density: import("../../composables/density.js").Density;
|
768
770
|
slim: boolean;
|
769
771
|
activatable: boolean;
|
770
772
|
selectable: boolean;
|
771
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
772
773
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
773
|
-
returnObject: boolean;
|
774
774
|
itemType: string;
|
775
775
|
}> & Omit<{
|
776
776
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -780,14 +780,14 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
780
780
|
tag: string | import("../../util/index.js").JSXComponent;
|
781
781
|
lines: false | "one" | "two" | "three";
|
782
782
|
mandatory: boolean;
|
783
|
-
|
783
|
+
returnObject: boolean;
|
784
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
784
785
|
density: import("../../composables/density.js").Density;
|
786
|
+
tile: boolean;
|
785
787
|
slim: boolean;
|
786
788
|
activatable: boolean;
|
787
789
|
selectable: boolean;
|
788
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
789
790
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
790
|
-
returnObject: boolean;
|
791
791
|
itemType: string;
|
792
792
|
height?: string | number | undefined;
|
793
793
|
width?: string | number | undefined;
|
@@ -801,11 +801,11 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
801
801
|
class?: any;
|
802
802
|
theme?: string | undefined;
|
803
803
|
elevation?: string | number | undefined;
|
804
|
+
valueComparator?: typeof deepEqual | undefined;
|
804
805
|
rounded?: string | number | boolean | undefined;
|
805
806
|
baseColor?: string | undefined;
|
806
807
|
bgColor?: string | undefined;
|
807
808
|
activeColor?: string | undefined;
|
808
|
-
valueComparator?: typeof deepEqual | undefined;
|
809
809
|
activeClass?: string | undefined;
|
810
810
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
811
811
|
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
@@ -816,7 +816,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
816
816
|
value: boolean;
|
817
817
|
path: unknown[];
|
818
818
|
}) => any) | undefined;
|
819
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
819
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
820
820
|
items?: readonly any[] | undefined;
|
821
821
|
itemTitle?: SelectItemKey<any>;
|
822
822
|
itemValue?: SelectItemKey<any>;
|
@@ -926,15 +926,15 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
926
926
|
tag: string | import("../../util/index.js").JSXComponent;
|
927
927
|
lines: false | "one" | "two" | "three";
|
928
928
|
mandatory: boolean;
|
929
|
+
returnObject: boolean;
|
930
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
931
|
+
density: import("../../composables/density.js").Density;
|
929
932
|
rounded: string | number | boolean;
|
930
933
|
tile: boolean;
|
931
|
-
density: import("../../composables/density.js").Density;
|
932
934
|
slim: boolean;
|
933
935
|
activatable: boolean;
|
934
936
|
selectable: boolean;
|
935
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
936
937
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
937
|
-
returnObject: boolean;
|
938
938
|
itemType: string;
|
939
939
|
}> & Omit<{
|
940
940
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -944,14 +944,14 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
944
944
|
tag: string | import("../../util/index.js").JSXComponent;
|
945
945
|
lines: false | "one" | "two" | "three";
|
946
946
|
mandatory: boolean;
|
947
|
-
|
947
|
+
returnObject: boolean;
|
948
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
948
949
|
density: import("../../composables/density.js").Density;
|
950
|
+
tile: boolean;
|
949
951
|
slim: boolean;
|
950
952
|
activatable: boolean;
|
951
953
|
selectable: boolean;
|
952
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
953
954
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
954
|
-
returnObject: boolean;
|
955
955
|
itemType: string;
|
956
956
|
height?: string | number | undefined;
|
957
957
|
width?: string | number | undefined;
|
@@ -965,11 +965,11 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
965
965
|
class?: any;
|
966
966
|
theme?: string | undefined;
|
967
967
|
elevation?: string | number | undefined;
|
968
|
+
valueComparator?: typeof deepEqual | undefined;
|
968
969
|
rounded?: string | number | boolean | undefined;
|
969
970
|
baseColor?: string | undefined;
|
970
971
|
bgColor?: string | undefined;
|
971
972
|
activeColor?: string | undefined;
|
972
|
-
valueComparator?: typeof deepEqual | undefined;
|
973
973
|
activeClass?: string | undefined;
|
974
974
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
975
975
|
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
@@ -980,7 +980,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
980
980
|
value: boolean;
|
981
981
|
path: unknown[];
|
982
982
|
}) => any) | undefined;
|
983
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
983
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
984
984
|
items?: readonly any[] | undefined;
|
985
985
|
itemTitle?: SelectItemKey<any>;
|
986
986
|
itemValue?: SelectItemKey<any>;
|
@@ -1089,15 +1089,15 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1089
1089
|
tag: string | import("../../util/index.js").JSXComponent;
|
1090
1090
|
lines: false | "one" | "two" | "three";
|
1091
1091
|
mandatory: boolean;
|
1092
|
+
returnObject: boolean;
|
1093
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1094
|
+
density: import("../../composables/density.js").Density;
|
1092
1095
|
rounded: string | number | boolean;
|
1093
1096
|
tile: boolean;
|
1094
|
-
density: import("../../composables/density.js").Density;
|
1095
1097
|
slim: boolean;
|
1096
1098
|
activatable: boolean;
|
1097
1099
|
selectable: boolean;
|
1098
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1099
1100
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1100
|
-
returnObject: boolean;
|
1101
1101
|
itemType: string;
|
1102
1102
|
}> & Omit<{
|
1103
1103
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -1107,14 +1107,14 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1107
1107
|
tag: string | import("../../util/index.js").JSXComponent;
|
1108
1108
|
lines: false | "one" | "two" | "three";
|
1109
1109
|
mandatory: boolean;
|
1110
|
-
|
1110
|
+
returnObject: boolean;
|
1111
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1111
1112
|
density: import("../../composables/density.js").Density;
|
1113
|
+
tile: boolean;
|
1112
1114
|
slim: boolean;
|
1113
1115
|
activatable: boolean;
|
1114
1116
|
selectable: boolean;
|
1115
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1116
1117
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1117
|
-
returnObject: boolean;
|
1118
1118
|
itemType: string;
|
1119
1119
|
height?: string | number | undefined;
|
1120
1120
|
width?: string | number | undefined;
|
@@ -1128,11 +1128,11 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1128
1128
|
class?: any;
|
1129
1129
|
theme?: string | undefined;
|
1130
1130
|
elevation?: string | number | undefined;
|
1131
|
+
valueComparator?: typeof deepEqual | undefined;
|
1131
1132
|
rounded?: string | number | boolean | undefined;
|
1132
1133
|
baseColor?: string | undefined;
|
1133
1134
|
bgColor?: string | undefined;
|
1134
1135
|
activeColor?: string | undefined;
|
1135
|
-
valueComparator?: typeof deepEqual | undefined;
|
1136
1136
|
activeClass?: string | undefined;
|
1137
1137
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
1138
1138
|
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
@@ -1143,7 +1143,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1143
1143
|
value: boolean;
|
1144
1144
|
path: unknown[];
|
1145
1145
|
}) => any) | undefined;
|
1146
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
1146
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
1147
1147
|
items?: readonly any[] | undefined;
|
1148
1148
|
itemTitle?: SelectItemKey<any>;
|
1149
1149
|
itemValue?: SelectItemKey<any>;
|
@@ -1279,10 +1279,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1279
1279
|
disabled: boolean;
|
1280
1280
|
persistent: boolean;
|
1281
1281
|
modelValue: boolean;
|
1282
|
-
locationStrategy: "connected" | "static" |
|
1283
|
-
|
1284
|
-
});
|
1285
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1282
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1283
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1286
1284
|
closeDelay: string | number;
|
1287
1285
|
openDelay: string | number;
|
1288
1286
|
activatorProps: Record<string, any>;
|
@@ -1309,10 +1307,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1309
1307
|
disabled: boolean;
|
1310
1308
|
persistent: boolean;
|
1311
1309
|
modelValue: boolean;
|
1312
|
-
locationStrategy: "connected" | "static" |
|
1313
|
-
|
1314
|
-
});
|
1315
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1310
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1311
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1316
1312
|
closeDelay: string | number;
|
1317
1313
|
openDelay: string | number;
|
1318
1314
|
activatorProps: Record<string, any>;
|
@@ -1335,10 +1331,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1335
1331
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1336
1332
|
class?: any;
|
1337
1333
|
theme?: string | undefined;
|
1338
|
-
contentClass?: any;
|
1339
1334
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1340
1335
|
openOnClick?: boolean | undefined;
|
1341
1336
|
openOnFocus?: boolean | undefined;
|
1337
|
+
contentClass?: any;
|
1342
1338
|
contentProps?: any;
|
1343
1339
|
attach?: string | boolean | Element | undefined;
|
1344
1340
|
$children?: import("vue").VNodeChild | {
|
@@ -1386,10 +1382,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1386
1382
|
disabled: boolean;
|
1387
1383
|
persistent: boolean;
|
1388
1384
|
modelValue: boolean;
|
1389
|
-
locationStrategy: "connected" | "static" |
|
1390
|
-
|
1391
|
-
});
|
1392
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1385
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1386
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1393
1387
|
closeDelay: string | number;
|
1394
1388
|
openDelay: string | number;
|
1395
1389
|
activatorProps: Record<string, any>;
|
@@ -1416,10 +1410,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1416
1410
|
disabled: boolean;
|
1417
1411
|
persistent: boolean;
|
1418
1412
|
modelValue: boolean;
|
1419
|
-
locationStrategy: "connected" | "static" |
|
1420
|
-
|
1421
|
-
});
|
1422
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1413
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1414
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1423
1415
|
closeDelay: string | number;
|
1424
1416
|
openDelay: string | number;
|
1425
1417
|
activatorProps: Record<string, any>;
|
@@ -1442,10 +1434,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1442
1434
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1443
1435
|
class?: any;
|
1444
1436
|
theme?: string | undefined;
|
1445
|
-
contentClass?: any;
|
1446
1437
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1447
1438
|
openOnClick?: boolean | undefined;
|
1448
1439
|
openOnFocus?: boolean | undefined;
|
1440
|
+
contentClass?: any;
|
1449
1441
|
contentProps?: any;
|
1450
1442
|
attach?: string | boolean | Element | undefined;
|
1451
1443
|
$children?: import("vue").VNodeChild | {
|
@@ -1494,10 +1486,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1494
1486
|
disabled: boolean;
|
1495
1487
|
persistent: boolean;
|
1496
1488
|
modelValue: boolean;
|
1497
|
-
locationStrategy: "connected" | "static" |
|
1498
|
-
|
1499
|
-
});
|
1500
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1489
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1490
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1501
1491
|
closeDelay: string | number;
|
1502
1492
|
openDelay: string | number;
|
1503
1493
|
activatorProps: Record<string, any>;
|
@@ -1524,10 +1514,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1524
1514
|
disabled: boolean;
|
1525
1515
|
persistent: boolean;
|
1526
1516
|
modelValue: boolean;
|
1527
|
-
locationStrategy: "connected" | "static" |
|
1528
|
-
|
1529
|
-
});
|
1530
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1517
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1518
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1531
1519
|
closeDelay: string | number;
|
1532
1520
|
openDelay: string | number;
|
1533
1521
|
activatorProps: Record<string, any>;
|
@@ -1550,10 +1538,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1550
1538
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1551
1539
|
class?: any;
|
1552
1540
|
theme?: string | undefined;
|
1553
|
-
contentClass?: any;
|
1554
1541
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1555
1542
|
openOnClick?: boolean | undefined;
|
1556
1543
|
openOnFocus?: boolean | undefined;
|
1544
|
+
contentClass?: any;
|
1557
1545
|
contentProps?: any;
|
1558
1546
|
attach?: string | boolean | Element | undefined;
|
1559
1547
|
$children?: import("vue").VNodeChild | {
|
@@ -1601,10 +1589,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1601
1589
|
disabled: boolean;
|
1602
1590
|
persistent: boolean;
|
1603
1591
|
modelValue: boolean;
|
1604
|
-
locationStrategy: "connected" | "static" |
|
1605
|
-
|
1606
|
-
});
|
1607
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1592
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1593
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1608
1594
|
closeDelay: string | number;
|
1609
1595
|
openDelay: string | number;
|
1610
1596
|
activatorProps: Record<string, any>;
|
@@ -1631,10 +1617,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1631
1617
|
disabled: boolean;
|
1632
1618
|
persistent: boolean;
|
1633
1619
|
modelValue: boolean;
|
1634
|
-
locationStrategy: "connected" | "static" |
|
1635
|
-
|
1636
|
-
});
|
1637
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1620
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1621
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1638
1622
|
closeDelay: string | number;
|
1639
1623
|
openDelay: string | number;
|
1640
1624
|
activatorProps: Record<string, any>;
|
@@ -1657,10 +1641,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1657
1641
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1658
1642
|
class?: any;
|
1659
1643
|
theme?: string | undefined;
|
1660
|
-
contentClass?: any;
|
1661
1644
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1662
1645
|
openOnClick?: boolean | undefined;
|
1663
1646
|
openOnFocus?: boolean | undefined;
|
1647
|
+
contentClass?: any;
|
1664
1648
|
contentProps?: any;
|
1665
1649
|
attach?: string | boolean | Element | undefined;
|
1666
1650
|
$children?: import("vue").VNodeChild | {
|
@@ -1772,7 +1756,7 @@ export declare const VAutocomplete: {
|
|
1772
1756
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
1773
1757
|
flat: boolean;
|
1774
1758
|
reverse: boolean;
|
1775
|
-
variant: "filled" | "
|
1759
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1776
1760
|
type: string;
|
1777
1761
|
error: boolean;
|
1778
1762
|
active: boolean;
|
@@ -1789,18 +1773,19 @@ export declare const VAutocomplete: {
|
|
1789
1773
|
readonly: boolean | null;
|
1790
1774
|
messages: string | readonly string[];
|
1791
1775
|
noDataText: string;
|
1776
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
1777
|
+
noFilter: boolean;
|
1778
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
1792
1779
|
focused: boolean;
|
1793
1780
|
errorMessages: string | readonly string[] | null;
|
1794
1781
|
maxErrors: string | number;
|
1795
|
-
rules: readonly import("../../
|
1796
|
-
tile: boolean;
|
1782
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1797
1783
|
density: import("../../composables/density.js").Density;
|
1784
|
+
tile: boolean;
|
1785
|
+
closeText: string;
|
1798
1786
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1799
1787
|
hideSpinButtons: boolean;
|
1800
1788
|
persistentHint: boolean;
|
1801
|
-
filterMode: import("../../composables/filter.js").FilterMode;
|
1802
|
-
noFilter: boolean;
|
1803
|
-
filterKeys: import("../../composables/filter.js").FilterKeys;
|
1804
1789
|
itemChildren: SelectItemKey;
|
1805
1790
|
clearable: boolean;
|
1806
1791
|
persistentClear: boolean;
|
@@ -1809,7 +1794,6 @@ export declare const VAutocomplete: {
|
|
1809
1794
|
persistentCounter: boolean;
|
1810
1795
|
chips: boolean;
|
1811
1796
|
closableChips: boolean;
|
1812
|
-
closeText: string;
|
1813
1797
|
openText: string;
|
1814
1798
|
hideNoData: boolean;
|
1815
1799
|
hideSelected: boolean;
|
@@ -1831,14 +1815,16 @@ export declare const VAutocomplete: {
|
|
1831
1815
|
theme?: string | undefined;
|
1832
1816
|
placeholder?: string | undefined;
|
1833
1817
|
counter?: string | number | boolean | undefined;
|
1818
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1819
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
1834
1820
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1835
1821
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
1822
|
+
valueComparator?: typeof deepEqual | undefined;
|
1836
1823
|
rounded?: string | number | boolean | undefined;
|
1837
1824
|
baseColor?: string | undefined;
|
1838
1825
|
bgColor?: string | undefined;
|
1839
1826
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1840
1827
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1841
|
-
valueComparator?: typeof deepEqual | undefined;
|
1842
1828
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1843
1829
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1844
1830
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1848,8 +1834,6 @@ export declare const VAutocomplete: {
|
|
1848
1834
|
centerAffix?: boolean | undefined;
|
1849
1835
|
hint?: string | undefined;
|
1850
1836
|
hideDetails?: boolean | "auto" | undefined;
|
1851
|
-
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1852
|
-
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
1853
1837
|
suffix?: string | undefined;
|
1854
1838
|
counterValue?: number | ((value: any) => number) | undefined;
|
1855
1839
|
modelModifiers?: Record<string, boolean> | undefined;
|
@@ -1861,15 +1845,15 @@ export declare const VAutocomplete: {
|
|
1861
1845
|
tag: string | import("../../util/index.js").JSXComponent;
|
1862
1846
|
lines: false | "one" | "two" | "three";
|
1863
1847
|
mandatory: boolean;
|
1848
|
+
returnObject: boolean;
|
1849
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1850
|
+
density: import("../../composables/density.js").Density;
|
1864
1851
|
rounded: string | number | boolean;
|
1865
1852
|
tile: boolean;
|
1866
|
-
density: import("../../composables/density.js").Density;
|
1867
1853
|
slim: boolean;
|
1868
1854
|
activatable: boolean;
|
1869
1855
|
selectable: boolean;
|
1870
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1871
1856
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1872
|
-
returnObject: boolean;
|
1873
1857
|
itemType: string;
|
1874
1858
|
}> & Omit<{
|
1875
1859
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -1879,14 +1863,14 @@ export declare const VAutocomplete: {
|
|
1879
1863
|
tag: string | import("../../util/index.js").JSXComponent;
|
1880
1864
|
lines: false | "one" | "two" | "three";
|
1881
1865
|
mandatory: boolean;
|
1882
|
-
|
1866
|
+
returnObject: boolean;
|
1867
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1883
1868
|
density: import("../../composables/density.js").Density;
|
1869
|
+
tile: boolean;
|
1884
1870
|
slim: boolean;
|
1885
1871
|
activatable: boolean;
|
1886
1872
|
selectable: boolean;
|
1887
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1888
1873
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1889
|
-
returnObject: boolean;
|
1890
1874
|
itemType: string;
|
1891
1875
|
height?: string | number | undefined;
|
1892
1876
|
width?: string | number | undefined;
|
@@ -1900,11 +1884,11 @@ export declare const VAutocomplete: {
|
|
1900
1884
|
class?: any;
|
1901
1885
|
theme?: string | undefined;
|
1902
1886
|
elevation?: string | number | undefined;
|
1887
|
+
valueComparator?: typeof deepEqual | undefined;
|
1903
1888
|
rounded?: string | number | boolean | undefined;
|
1904
1889
|
baseColor?: string | undefined;
|
1905
1890
|
bgColor?: string | undefined;
|
1906
1891
|
activeColor?: string | undefined;
|
1907
|
-
valueComparator?: typeof deepEqual | undefined;
|
1908
1892
|
activeClass?: string | undefined;
|
1909
1893
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
1910
1894
|
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
@@ -1915,7 +1899,7 @@ export declare const VAutocomplete: {
|
|
1915
1899
|
value: boolean;
|
1916
1900
|
path: unknown[];
|
1917
1901
|
}) => any) | undefined;
|
1918
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
1902
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
1919
1903
|
items?: readonly any[] | undefined;
|
1920
1904
|
itemTitle?: SelectItemKey<any>;
|
1921
1905
|
itemValue?: SelectItemKey<any>;
|
@@ -2031,10 +2015,8 @@ export declare const VAutocomplete: {
|
|
2031
2015
|
disabled: boolean;
|
2032
2016
|
persistent: boolean;
|
2033
2017
|
modelValue: boolean;
|
2034
|
-
locationStrategy: "connected" | "static" |
|
2035
|
-
|
2036
|
-
});
|
2037
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2018
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2019
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2038
2020
|
closeDelay: string | number;
|
2039
2021
|
openDelay: string | number;
|
2040
2022
|
activatorProps: Record<string, any>;
|
@@ -2061,10 +2043,8 @@ export declare const VAutocomplete: {
|
|
2061
2043
|
disabled: boolean;
|
2062
2044
|
persistent: boolean;
|
2063
2045
|
modelValue: boolean;
|
2064
|
-
locationStrategy: "connected" | "static" |
|
2065
|
-
|
2066
|
-
});
|
2067
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2046
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2047
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2068
2048
|
closeDelay: string | number;
|
2069
2049
|
openDelay: string | number;
|
2070
2050
|
activatorProps: Record<string, any>;
|
@@ -2087,10 +2067,10 @@ export declare const VAutocomplete: {
|
|
2087
2067
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
2088
2068
|
class?: any;
|
2089
2069
|
theme?: string | undefined;
|
2090
|
-
contentClass?: any;
|
2091
2070
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
2092
2071
|
openOnClick?: boolean | undefined;
|
2093
2072
|
openOnFocus?: boolean | undefined;
|
2073
|
+
contentClass?: any;
|
2094
2074
|
contentProps?: any;
|
2095
2075
|
attach?: string | boolean | Element | undefined;
|
2096
2076
|
$children?: import("vue").VNodeChild | {
|
@@ -2136,10 +2116,10 @@ export declare const VAutocomplete: {
|
|
2136
2116
|
'update:search': (value: any) => true;
|
2137
2117
|
'update:modelValue': (value: any) => true;
|
2138
2118
|
'update:menu': (value: boolean) => true;
|
2139
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "
|
2119
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
2140
2120
|
flat: boolean;
|
2141
2121
|
reverse: boolean;
|
2142
|
-
variant: "filled" | "
|
2122
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2143
2123
|
type: string;
|
2144
2124
|
error: boolean;
|
2145
2125
|
active: boolean;
|
@@ -2156,20 +2136,21 @@ export declare const VAutocomplete: {
|
|
2156
2136
|
readonly: boolean | null;
|
2157
2137
|
messages: string | readonly string[];
|
2158
2138
|
noDataText: string;
|
2139
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
2140
|
+
noFilter: boolean;
|
2141
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2159
2142
|
focused: boolean;
|
2160
2143
|
errorMessages: string | readonly string[] | null;
|
2161
2144
|
maxErrors: string | number;
|
2162
|
-
rules: readonly import("../../
|
2145
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2146
|
+
density: import("../../composables/density.js").Density;
|
2163
2147
|
rounded: string | number | boolean;
|
2164
2148
|
tile: boolean;
|
2165
|
-
|
2149
|
+
closeText: string;
|
2166
2150
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2167
2151
|
centerAffix: boolean;
|
2168
2152
|
hideSpinButtons: boolean;
|
2169
2153
|
persistentHint: boolean;
|
2170
|
-
filterMode: import("../../composables/filter.js").FilterMode;
|
2171
|
-
noFilter: boolean;
|
2172
|
-
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2173
2154
|
itemChildren: SelectItemKey;
|
2174
2155
|
clearable: boolean;
|
2175
2156
|
persistentClear: boolean;
|
@@ -2178,7 +2159,6 @@ export declare const VAutocomplete: {
|
|
2178
2159
|
persistentCounter: boolean;
|
2179
2160
|
chips: boolean;
|
2180
2161
|
closableChips: boolean;
|
2181
|
-
closeText: string;
|
2182
2162
|
openText: string;
|
2183
2163
|
hideNoData: boolean;
|
2184
2164
|
hideSelected: boolean;
|
@@ -2227,7 +2207,7 @@ export declare const VAutocomplete: {
|
|
2227
2207
|
}, {
|
2228
2208
|
flat: boolean;
|
2229
2209
|
reverse: boolean;
|
2230
|
-
variant: "filled" | "
|
2210
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2231
2211
|
type: string;
|
2232
2212
|
error: boolean;
|
2233
2213
|
active: boolean;
|
@@ -2244,18 +2224,19 @@ export declare const VAutocomplete: {
|
|
2244
2224
|
readonly: boolean | null;
|
2245
2225
|
messages: string | readonly string[];
|
2246
2226
|
noDataText: string;
|
2227
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
2228
|
+
noFilter: boolean;
|
2229
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2247
2230
|
focused: boolean;
|
2248
2231
|
errorMessages: string | readonly string[] | null;
|
2249
2232
|
maxErrors: string | number;
|
2250
|
-
rules: readonly import("../../
|
2251
|
-
tile: boolean;
|
2233
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2252
2234
|
density: import("../../composables/density.js").Density;
|
2235
|
+
tile: boolean;
|
2236
|
+
closeText: string;
|
2253
2237
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2254
2238
|
hideSpinButtons: boolean;
|
2255
2239
|
persistentHint: boolean;
|
2256
|
-
filterMode: import("../../composables/filter.js").FilterMode;
|
2257
|
-
noFilter: boolean;
|
2258
|
-
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2259
2240
|
itemChildren: SelectItemKey;
|
2260
2241
|
clearable: boolean;
|
2261
2242
|
persistentClear: boolean;
|
@@ -2264,7 +2245,6 @@ export declare const VAutocomplete: {
|
|
2264
2245
|
persistentCounter: boolean;
|
2265
2246
|
chips: boolean;
|
2266
2247
|
closableChips: boolean;
|
2267
|
-
closeText: string;
|
2268
2248
|
openText: string;
|
2269
2249
|
hideNoData: boolean;
|
2270
2250
|
hideSelected: boolean;
|
@@ -2286,14 +2266,16 @@ export declare const VAutocomplete: {
|
|
2286
2266
|
theme?: string | undefined;
|
2287
2267
|
placeholder?: string | undefined;
|
2288
2268
|
counter?: string | number | boolean | undefined;
|
2269
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
2270
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
2289
2271
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2290
2272
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
2273
|
+
valueComparator?: typeof deepEqual | undefined;
|
2291
2274
|
rounded?: string | number | boolean | undefined;
|
2292
2275
|
baseColor?: string | undefined;
|
2293
2276
|
bgColor?: string | undefined;
|
2294
2277
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2295
2278
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2296
|
-
valueComparator?: typeof deepEqual | undefined;
|
2297
2279
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2298
2280
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2299
2281
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2303,8 +2285,6 @@ export declare const VAutocomplete: {
|
|
2303
2285
|
centerAffix?: boolean | undefined;
|
2304
2286
|
hint?: string | undefined;
|
2305
2287
|
hideDetails?: boolean | "auto" | undefined;
|
2306
|
-
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
2307
|
-
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
2308
2288
|
suffix?: string | undefined;
|
2309
2289
|
counterValue?: number | ((value: any) => number) | undefined;
|
2310
2290
|
modelModifiers?: Record<string, boolean> | undefined;
|
@@ -2316,15 +2296,15 @@ export declare const VAutocomplete: {
|
|
2316
2296
|
tag: string | import("../../util/index.js").JSXComponent;
|
2317
2297
|
lines: false | "one" | "two" | "three";
|
2318
2298
|
mandatory: boolean;
|
2299
|
+
returnObject: boolean;
|
2300
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2301
|
+
density: import("../../composables/density.js").Density;
|
2319
2302
|
rounded: string | number | boolean;
|
2320
2303
|
tile: boolean;
|
2321
|
-
density: import("../../composables/density.js").Density;
|
2322
2304
|
slim: boolean;
|
2323
2305
|
activatable: boolean;
|
2324
2306
|
selectable: boolean;
|
2325
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2326
2307
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2327
|
-
returnObject: boolean;
|
2328
2308
|
itemType: string;
|
2329
2309
|
}> & Omit<{
|
2330
2310
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -2334,14 +2314,14 @@ export declare const VAutocomplete: {
|
|
2334
2314
|
tag: string | import("../../util/index.js").JSXComponent;
|
2335
2315
|
lines: false | "one" | "two" | "three";
|
2336
2316
|
mandatory: boolean;
|
2337
|
-
|
2317
|
+
returnObject: boolean;
|
2318
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2338
2319
|
density: import("../../composables/density.js").Density;
|
2320
|
+
tile: boolean;
|
2339
2321
|
slim: boolean;
|
2340
2322
|
activatable: boolean;
|
2341
2323
|
selectable: boolean;
|
2342
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2343
2324
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2344
|
-
returnObject: boolean;
|
2345
2325
|
itemType: string;
|
2346
2326
|
height?: string | number | undefined;
|
2347
2327
|
width?: string | number | undefined;
|
@@ -2355,11 +2335,11 @@ export declare const VAutocomplete: {
|
|
2355
2335
|
class?: any;
|
2356
2336
|
theme?: string | undefined;
|
2357
2337
|
elevation?: string | number | undefined;
|
2338
|
+
valueComparator?: typeof deepEqual | undefined;
|
2358
2339
|
rounded?: string | number | boolean | undefined;
|
2359
2340
|
baseColor?: string | undefined;
|
2360
2341
|
bgColor?: string | undefined;
|
2361
2342
|
activeColor?: string | undefined;
|
2362
|
-
valueComparator?: typeof deepEqual | undefined;
|
2363
2343
|
activeClass?: string | undefined;
|
2364
2344
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
2365
2345
|
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
@@ -2370,7 +2350,7 @@ export declare const VAutocomplete: {
|
|
2370
2350
|
value: boolean;
|
2371
2351
|
path: unknown[];
|
2372
2352
|
}) => any) | undefined;
|
2373
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
2353
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
2374
2354
|
items?: readonly any[] | undefined;
|
2375
2355
|
itemTitle?: SelectItemKey<any>;
|
2376
2356
|
itemValue?: SelectItemKey<any>;
|
@@ -2486,10 +2466,8 @@ export declare const VAutocomplete: {
|
|
2486
2466
|
disabled: boolean;
|
2487
2467
|
persistent: boolean;
|
2488
2468
|
modelValue: boolean;
|
2489
|
-
locationStrategy: "connected" | "static" |
|
2490
|
-
|
2491
|
-
});
|
2492
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2469
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2470
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2493
2471
|
closeDelay: string | number;
|
2494
2472
|
openDelay: string | number;
|
2495
2473
|
activatorProps: Record<string, any>;
|
@@ -2516,10 +2494,8 @@ export declare const VAutocomplete: {
|
|
2516
2494
|
disabled: boolean;
|
2517
2495
|
persistent: boolean;
|
2518
2496
|
modelValue: boolean;
|
2519
|
-
locationStrategy: "connected" | "static" |
|
2520
|
-
|
2521
|
-
});
|
2522
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2497
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2498
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2523
2499
|
closeDelay: string | number;
|
2524
2500
|
openDelay: string | number;
|
2525
2501
|
activatorProps: Record<string, any>;
|
@@ -2542,10 +2518,10 @@ export declare const VAutocomplete: {
|
|
2542
2518
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
2543
2519
|
class?: any;
|
2544
2520
|
theme?: string | undefined;
|
2545
|
-
contentClass?: any;
|
2546
2521
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
2547
2522
|
openOnClick?: boolean | undefined;
|
2548
2523
|
openOnFocus?: boolean | undefined;
|
2524
|
+
contentClass?: any;
|
2549
2525
|
contentProps?: any;
|
2550
2526
|
attach?: string | boolean | Element | undefined;
|
2551
2527
|
$children?: import("vue").VNodeChild | {
|
@@ -2589,7 +2565,7 @@ export declare const VAutocomplete: {
|
|
2589
2565
|
}, any, {}, {}, {}, {
|
2590
2566
|
flat: boolean;
|
2591
2567
|
reverse: boolean;
|
2592
|
-
variant: "filled" | "
|
2568
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2593
2569
|
type: string;
|
2594
2570
|
error: boolean;
|
2595
2571
|
active: boolean;
|
@@ -2606,20 +2582,21 @@ export declare const VAutocomplete: {
|
|
2606
2582
|
readonly: boolean | null;
|
2607
2583
|
messages: string | readonly string[];
|
2608
2584
|
noDataText: string;
|
2585
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
2586
|
+
noFilter: boolean;
|
2587
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2609
2588
|
focused: boolean;
|
2610
2589
|
errorMessages: string | readonly string[] | null;
|
2611
2590
|
maxErrors: string | number;
|
2612
|
-
rules: readonly import("../../
|
2591
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2592
|
+
density: import("../../composables/density.js").Density;
|
2613
2593
|
rounded: string | number | boolean;
|
2614
2594
|
tile: boolean;
|
2615
|
-
|
2595
|
+
closeText: string;
|
2616
2596
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2617
2597
|
centerAffix: boolean;
|
2618
2598
|
hideSpinButtons: boolean;
|
2619
2599
|
persistentHint: boolean;
|
2620
|
-
filterMode: import("../../composables/filter.js").FilterMode;
|
2621
|
-
noFilter: boolean;
|
2622
|
-
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2623
2600
|
itemChildren: SelectItemKey;
|
2624
2601
|
clearable: boolean;
|
2625
2602
|
persistentClear: boolean;
|
@@ -2628,7 +2605,6 @@ export declare const VAutocomplete: {
|
|
2628
2605
|
persistentCounter: boolean;
|
2629
2606
|
chips: boolean;
|
2630
2607
|
closableChips: boolean;
|
2631
|
-
closeText: string;
|
2632
2608
|
openText: string;
|
2633
2609
|
hideNoData: boolean;
|
2634
2610
|
hideSelected: boolean;
|
@@ -2642,7 +2618,7 @@ export declare const VAutocomplete: {
|
|
2642
2618
|
} & import("vue").ComponentOptionsBase<{
|
2643
2619
|
flat: boolean;
|
2644
2620
|
reverse: boolean;
|
2645
|
-
variant: "filled" | "
|
2621
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2646
2622
|
type: string;
|
2647
2623
|
error: boolean;
|
2648
2624
|
active: boolean;
|
@@ -2659,18 +2635,19 @@ export declare const VAutocomplete: {
|
|
2659
2635
|
readonly: boolean | null;
|
2660
2636
|
messages: string | readonly string[];
|
2661
2637
|
noDataText: string;
|
2638
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
2639
|
+
noFilter: boolean;
|
2640
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2662
2641
|
focused: boolean;
|
2663
2642
|
errorMessages: string | readonly string[] | null;
|
2664
2643
|
maxErrors: string | number;
|
2665
|
-
rules: readonly import("../../
|
2666
|
-
tile: boolean;
|
2644
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2667
2645
|
density: import("../../composables/density.js").Density;
|
2646
|
+
tile: boolean;
|
2647
|
+
closeText: string;
|
2668
2648
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2669
2649
|
hideSpinButtons: boolean;
|
2670
2650
|
persistentHint: boolean;
|
2671
|
-
filterMode: import("../../composables/filter.js").FilterMode;
|
2672
|
-
noFilter: boolean;
|
2673
|
-
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2674
2651
|
itemChildren: SelectItemKey;
|
2675
2652
|
clearable: boolean;
|
2676
2653
|
persistentClear: boolean;
|
@@ -2679,7 +2656,6 @@ export declare const VAutocomplete: {
|
|
2679
2656
|
persistentCounter: boolean;
|
2680
2657
|
chips: boolean;
|
2681
2658
|
closableChips: boolean;
|
2682
|
-
closeText: string;
|
2683
2659
|
openText: string;
|
2684
2660
|
hideNoData: boolean;
|
2685
2661
|
hideSelected: boolean;
|
@@ -2701,14 +2677,16 @@ export declare const VAutocomplete: {
|
|
2701
2677
|
theme?: string | undefined;
|
2702
2678
|
placeholder?: string | undefined;
|
2703
2679
|
counter?: string | number | boolean | undefined;
|
2680
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
2681
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
2704
2682
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2705
2683
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
2684
|
+
valueComparator?: typeof deepEqual | undefined;
|
2706
2685
|
rounded?: string | number | boolean | undefined;
|
2707
2686
|
baseColor?: string | undefined;
|
2708
2687
|
bgColor?: string | undefined;
|
2709
2688
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2710
2689
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2711
|
-
valueComparator?: typeof deepEqual | undefined;
|
2712
2690
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2713
2691
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2714
2692
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2718,8 +2696,6 @@ export declare const VAutocomplete: {
|
|
2718
2696
|
centerAffix?: boolean | undefined;
|
2719
2697
|
hint?: string | undefined;
|
2720
2698
|
hideDetails?: boolean | "auto" | undefined;
|
2721
|
-
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
2722
|
-
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
2723
2699
|
suffix?: string | undefined;
|
2724
2700
|
counterValue?: number | ((value: any) => number) | undefined;
|
2725
2701
|
modelModifiers?: Record<string, boolean> | undefined;
|
@@ -2731,15 +2707,15 @@ export declare const VAutocomplete: {
|
|
2731
2707
|
tag: string | import("../../util/index.js").JSXComponent;
|
2732
2708
|
lines: false | "one" | "two" | "three";
|
2733
2709
|
mandatory: boolean;
|
2710
|
+
returnObject: boolean;
|
2711
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2712
|
+
density: import("../../composables/density.js").Density;
|
2734
2713
|
rounded: string | number | boolean;
|
2735
2714
|
tile: boolean;
|
2736
|
-
density: import("../../composables/density.js").Density;
|
2737
2715
|
slim: boolean;
|
2738
2716
|
activatable: boolean;
|
2739
2717
|
selectable: boolean;
|
2740
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2741
2718
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2742
|
-
returnObject: boolean;
|
2743
2719
|
itemType: string;
|
2744
2720
|
}> & Omit<{
|
2745
2721
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -2749,14 +2725,14 @@ export declare const VAutocomplete: {
|
|
2749
2725
|
tag: string | import("../../util/index.js").JSXComponent;
|
2750
2726
|
lines: false | "one" | "two" | "three";
|
2751
2727
|
mandatory: boolean;
|
2752
|
-
|
2728
|
+
returnObject: boolean;
|
2729
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2753
2730
|
density: import("../../composables/density.js").Density;
|
2731
|
+
tile: boolean;
|
2754
2732
|
slim: boolean;
|
2755
2733
|
activatable: boolean;
|
2756
2734
|
selectable: boolean;
|
2757
|
-
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2758
2735
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2759
|
-
returnObject: boolean;
|
2760
2736
|
itemType: string;
|
2761
2737
|
height?: string | number | undefined;
|
2762
2738
|
width?: string | number | undefined;
|
@@ -2770,11 +2746,11 @@ export declare const VAutocomplete: {
|
|
2770
2746
|
class?: any;
|
2771
2747
|
theme?: string | undefined;
|
2772
2748
|
elevation?: string | number | undefined;
|
2749
|
+
valueComparator?: typeof deepEqual | undefined;
|
2773
2750
|
rounded?: string | number | boolean | undefined;
|
2774
2751
|
baseColor?: string | undefined;
|
2775
2752
|
bgColor?: string | undefined;
|
2776
2753
|
activeColor?: string | undefined;
|
2777
|
-
valueComparator?: typeof deepEqual | undefined;
|
2778
2754
|
activeClass?: string | undefined;
|
2779
2755
|
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
2780
2756
|
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
@@ -2785,7 +2761,7 @@ export declare const VAutocomplete: {
|
|
2785
2761
|
value: boolean;
|
2786
2762
|
path: unknown[];
|
2787
2763
|
}) => any) | undefined;
|
2788
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "
|
2764
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
2789
2765
|
items?: readonly any[] | undefined;
|
2790
2766
|
itemTitle?: SelectItemKey<any>;
|
2791
2767
|
itemValue?: SelectItemKey<any>;
|
@@ -2901,10 +2877,8 @@ export declare const VAutocomplete: {
|
|
2901
2877
|
disabled: boolean;
|
2902
2878
|
persistent: boolean;
|
2903
2879
|
modelValue: boolean;
|
2904
|
-
locationStrategy: "connected" | "static" |
|
2905
|
-
|
2906
|
-
});
|
2907
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2880
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2881
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2908
2882
|
closeDelay: string | number;
|
2909
2883
|
openDelay: string | number;
|
2910
2884
|
activatorProps: Record<string, any>;
|
@@ -2931,10 +2905,8 @@ export declare const VAutocomplete: {
|
|
2931
2905
|
disabled: boolean;
|
2932
2906
|
persistent: boolean;
|
2933
2907
|
modelValue: boolean;
|
2934
|
-
locationStrategy: "connected" | "static" |
|
2935
|
-
|
2936
|
-
});
|
2937
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2908
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
2909
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
2938
2910
|
closeDelay: string | number;
|
2939
2911
|
openDelay: string | number;
|
2940
2912
|
activatorProps: Record<string, any>;
|
@@ -2957,10 +2929,10 @@ export declare const VAutocomplete: {
|
|
2957
2929
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
2958
2930
|
class?: any;
|
2959
2931
|
theme?: string | undefined;
|
2960
|
-
contentClass?: any;
|
2961
2932
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
2962
2933
|
openOnClick?: boolean | undefined;
|
2963
2934
|
openOnFocus?: boolean | undefined;
|
2935
|
+
contentClass?: any;
|
2964
2936
|
contentProps?: any;
|
2965
2937
|
attach?: string | boolean | Element | undefined;
|
2966
2938
|
$children?: import("vue").VNodeChild | {
|
@@ -3006,10 +2978,10 @@ export declare const VAutocomplete: {
|
|
3006
2978
|
'update:search': (value: any) => true;
|
3007
2979
|
'update:modelValue': (value: any) => true;
|
3008
2980
|
'update:menu': (value: boolean) => true;
|
3009
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "
|
2981
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
3010
2982
|
flat: boolean;
|
3011
2983
|
reverse: boolean;
|
3012
|
-
variant: "filled" | "
|
2984
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3013
2985
|
type: string;
|
3014
2986
|
error: boolean;
|
3015
2987
|
active: boolean;
|
@@ -3026,20 +2998,21 @@ export declare const VAutocomplete: {
|
|
3026
2998
|
readonly: boolean | null;
|
3027
2999
|
messages: string | readonly string[];
|
3028
3000
|
noDataText: string;
|
3001
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
3002
|
+
noFilter: boolean;
|
3003
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
3029
3004
|
focused: boolean;
|
3030
3005
|
errorMessages: string | readonly string[] | null;
|
3031
3006
|
maxErrors: string | number;
|
3032
|
-
rules: readonly import("../../
|
3007
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3008
|
+
density: import("../../composables/density.js").Density;
|
3033
3009
|
rounded: string | number | boolean;
|
3034
3010
|
tile: boolean;
|
3035
|
-
|
3011
|
+
closeText: string;
|
3036
3012
|
clearIcon: import("../../composables/icons.js").IconValue;
|
3037
3013
|
centerAffix: boolean;
|
3038
3014
|
hideSpinButtons: boolean;
|
3039
3015
|
persistentHint: boolean;
|
3040
|
-
filterMode: import("../../composables/filter.js").FilterMode;
|
3041
|
-
noFilter: boolean;
|
3042
|
-
filterKeys: import("../../composables/filter.js").FilterKeys;
|
3043
3016
|
itemChildren: SelectItemKey;
|
3044
3017
|
clearable: boolean;
|
3045
3018
|
persistentClear: boolean;
|
@@ -3048,7 +3021,6 @@ export declare const VAutocomplete: {
|
|
3048
3021
|
persistentCounter: boolean;
|
3049
3022
|
chips: boolean;
|
3050
3023
|
closableChips: boolean;
|
3051
|
-
closeText: string;
|
3052
3024
|
openText: string;
|
3053
3025
|
hideNoData: boolean;
|
3054
3026
|
hideSelected: boolean;
|
@@ -3132,7 +3104,7 @@ export declare const VAutocomplete: {
|
|
3132
3104
|
flat: BooleanConstructor;
|
3133
3105
|
reverse: BooleanConstructor;
|
3134
3106
|
variant: {
|
3135
|
-
type: PropType<"filled" | "
|
3107
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
3136
3108
|
default: string;
|
3137
3109
|
validator: (v: any) => boolean;
|
3138
3110
|
};
|
@@ -3192,7 +3164,7 @@ export declare const VAutocomplete: {
|
|
3192
3164
|
default: number;
|
3193
3165
|
};
|
3194
3166
|
rules: {
|
3195
|
-
type: PropType<readonly import("../../
|
3167
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
3196
3168
|
default: () => never[];
|
3197
3169
|
};
|
3198
3170
|
modelValue: {
|
@@ -3200,16 +3172,16 @@ export declare const VAutocomplete: {
|
|
3200
3172
|
default: any;
|
3201
3173
|
};
|
3202
3174
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
3203
|
-
rounded: {
|
3204
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3205
|
-
default: undefined;
|
3206
|
-
};
|
3207
|
-
tile: BooleanConstructor;
|
3208
3175
|
density: {
|
3209
3176
|
type: PropType<import("../../composables/density.js").Density>;
|
3210
3177
|
default: string;
|
3211
3178
|
validator: (v: any) => boolean;
|
3212
3179
|
};
|
3180
|
+
rounded: {
|
3181
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3182
|
+
default: undefined;
|
3183
|
+
};
|
3184
|
+
tile: BooleanConstructor;
|
3213
3185
|
baseColor: StringConstructor;
|
3214
3186
|
bgColor: StringConstructor;
|
3215
3187
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
@@ -3330,7 +3302,7 @@ export declare const VAutocomplete: {
|
|
3330
3302
|
flat: BooleanConstructor;
|
3331
3303
|
reverse: BooleanConstructor;
|
3332
3304
|
variant: {
|
3333
|
-
type: PropType<"filled" | "
|
3305
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
3334
3306
|
default: string;
|
3335
3307
|
validator: (v: any) => boolean;
|
3336
3308
|
};
|
@@ -3390,7 +3362,7 @@ export declare const VAutocomplete: {
|
|
3390
3362
|
default: number;
|
3391
3363
|
};
|
3392
3364
|
rules: {
|
3393
|
-
type: PropType<readonly import("../../
|
3365
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
3394
3366
|
default: () => never[];
|
3395
3367
|
};
|
3396
3368
|
modelValue: {
|
@@ -3398,16 +3370,16 @@ export declare const VAutocomplete: {
|
|
3398
3370
|
default: any;
|
3399
3371
|
};
|
3400
3372
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
3401
|
-
rounded: {
|
3402
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3403
|
-
default: undefined;
|
3404
|
-
};
|
3405
|
-
tile: BooleanConstructor;
|
3406
3373
|
density: {
|
3407
3374
|
type: PropType<import("../../composables/density.js").Density>;
|
3408
3375
|
default: string;
|
3409
3376
|
validator: (v: any) => boolean;
|
3410
3377
|
};
|
3378
|
+
rounded: {
|
3379
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3380
|
+
default: undefined;
|
3381
|
+
};
|
3382
|
+
tile: BooleanConstructor;
|
3411
3383
|
baseColor: StringConstructor;
|
3412
3384
|
bgColor: StringConstructor;
|
3413
3385
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|