vuetify 3.10.2 → 3.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +1022 -1022
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +1827 -1813
- package/dist/vuetify-labs.cjs +36 -50
- package/dist/vuetify-labs.css +5911 -5911
- package/dist/vuetify-labs.d.ts +1488 -1486
- package/dist/vuetify-labs.esm.js +36 -50
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +36 -50
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +36 -49
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6147 -6147
- package/dist/vuetify.d.ts +1112 -1110
- package/dist/vuetify.esm.js +36 -49
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -49
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1421 -1419
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +3 -3
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VApp/VApp.d.ts +3 -3
- package/lib/components/VAppBar/VAppBar.d.ts +3 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +3 -3
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +3 -3
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtn/VBtn.js +4 -4
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCard/VCard.js +2 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +3 -3
- package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
- package/lib/components/VCard/VCardText.d.ts +3 -3
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCarousel/VCarousel.d.ts +3 -3
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChip/VChip.js +2 -2
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +116 -116
- package/lib/components/VCombobox/VCombobox.js +6 -25
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
- package/lib/components/VDataTable/VDataTable.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
- package/lib/components/VDataTable/composables/expand.js +8 -8
- package/lib/components/VDataTable/composables/expand.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDialog/VDialog.d.ts +12 -12
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
- package/lib/components/VFab/VFab.d.ts +6 -6
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +12 -12
- package/lib/components/VFooter/VFooter.d.ts +3 -3
- package/lib/components/VForm/VForm.d.ts +6 -6
- package/lib/components/VGrid/VCol.d.ts +3 -3
- package/lib/components/VGrid/VContainer.d.ts +3 -3
- package/lib/components/VGrid/VRow.d.ts +3 -3
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VIcon/VIcon.d.ts +3 -3
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VInput/VInput.d.ts +3 -3
- package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
- package/lib/components/VKbd/VKbd.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLayout/VLayout.d.ts +3 -3
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLazy/VLazy.d.ts +3 -3
- package/lib/components/VList/VList.d.ts +11 -11
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +3 -3
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VList/VListItem.js +2 -2
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItemAction.d.ts +3 -3
- package/lib/components/VList/VListItemMedia.d.ts +3 -3
- package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +3 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VMain/VMain.d.ts +3 -3
- package/lib/components/VMenu/VMenu.d.ts +15 -15
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
- package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
- package/lib/components/VNumberInput/VNumberInput.js +1 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.d.ts +3 -3
- package/lib/components/VPagination/VPagination.d.ts +3 -3
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VRating/VRating.d.ts +3 -3
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +140 -140
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSheet/VSheet.d.ts +3 -3
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
- package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
- package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
- package/lib/components/VStepper/VStepper.d.ts +3 -3
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +15 -15
- package/lib/components/VSwitch/VSwitch.js +2 -2
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
- package/lib/components/VTable/VTable.d.ts +3 -3
- package/lib/components/VTabs/VTab.d.ts +24 -24
- package/lib/components/VTabs/VTabs.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +21 -21
- package/lib/components/VTextarea/VTextarea.d.ts +12 -12
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
- package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
- package/lib/components/VTimeline/VTimeline.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +15 -15
- package/lib/components/VTreeview/VTreeview.d.ts +26 -26
- package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
- package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
- package/lib/components/VWindow/VWindow.d.ts +3 -3
- package/lib/components/VWindow/VWindowItem.d.ts +3 -3
- package/lib/components/transitions/createTransition.d.ts +6 -6
- package/lib/components/transitions/index.d.ts +78 -78
- package/lib/composables/goto.js +2 -2
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/router.d.ts +2 -0
- package/lib/composables/router.js +6 -1
- package/lib/composables/router.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +0 -1
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
- package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
- package/lib/labs/VPicker/VPicker.d.ts +3 -3
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
- package/lib/labs/VVideo/VVideo.d.ts +87 -87
- package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
- package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/events.js +2 -2
- package/lib/util/events.js.map +1 -1
- package/package.json +9 -9
|
@@ -664,7 +664,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
664
664
|
}> & Omit<{
|
|
665
665
|
theme?: string | undefined;
|
|
666
666
|
class?: any;
|
|
667
|
-
style: import("vue").StyleValue;
|
|
667
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
668
668
|
border?: string | number | boolean | undefined;
|
|
669
669
|
density: import("../../composables/density.js").Density;
|
|
670
670
|
elevation?: string | number | undefined;
|
|
@@ -686,7 +686,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
686
686
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
687
687
|
activated?: any;
|
|
688
688
|
mandatory: boolean;
|
|
689
|
-
itemType:
|
|
689
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
690
690
|
returnObject: boolean;
|
|
691
691
|
valueComparator?: typeof deepEqual | undefined;
|
|
692
692
|
baseColor?: string | undefined;
|
|
@@ -881,7 +881,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
881
881
|
}> & Omit<{
|
|
882
882
|
theme?: string | undefined;
|
|
883
883
|
class?: any;
|
|
884
|
-
style: import("vue").StyleValue;
|
|
884
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
885
885
|
border?: string | number | boolean | undefined;
|
|
886
886
|
density: import("../../composables/density.js").Density;
|
|
887
887
|
elevation?: string | number | undefined;
|
|
@@ -903,7 +903,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
903
903
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
904
904
|
activated?: any;
|
|
905
905
|
mandatory: boolean;
|
|
906
|
-
itemType:
|
|
906
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
907
907
|
returnObject: boolean;
|
|
908
908
|
valueComparator?: typeof deepEqual | undefined;
|
|
909
909
|
baseColor?: string | undefined;
|
|
@@ -1098,7 +1098,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
1098
1098
|
}> & Omit<{
|
|
1099
1099
|
theme?: string | undefined;
|
|
1100
1100
|
class?: any;
|
|
1101
|
-
style: import("vue").StyleValue;
|
|
1101
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1102
1102
|
border?: string | number | boolean | undefined;
|
|
1103
1103
|
density: import("../../composables/density.js").Density;
|
|
1104
1104
|
elevation?: string | number | undefined;
|
|
@@ -1120,7 +1120,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
1120
1120
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
1121
1121
|
activated?: any;
|
|
1122
1122
|
mandatory: boolean;
|
|
1123
|
-
itemType:
|
|
1123
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
1124
1124
|
returnObject: boolean;
|
|
1125
1125
|
valueComparator?: typeof deepEqual | undefined;
|
|
1126
1126
|
baseColor?: string | undefined;
|
|
@@ -1313,7 +1313,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
1313
1313
|
}> & Omit<{
|
|
1314
1314
|
theme?: string | undefined;
|
|
1315
1315
|
class?: any;
|
|
1316
|
-
style: import("vue").StyleValue;
|
|
1316
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1317
1317
|
border?: string | number | boolean | undefined;
|
|
1318
1318
|
density: import("../../composables/density.js").Density;
|
|
1319
1319
|
elevation?: string | number | undefined;
|
|
@@ -1335,7 +1335,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
1335
1335
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
1336
1336
|
activated?: any;
|
|
1337
1337
|
mandatory: boolean;
|
|
1338
|
-
itemType:
|
|
1338
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
1339
1339
|
returnObject: boolean;
|
|
1340
1340
|
valueComparator?: typeof deepEqual | undefined;
|
|
1341
1341
|
baseColor?: string | undefined;
|
|
@@ -1529,7 +1529,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
1529
1529
|
}> & Omit<{
|
|
1530
1530
|
theme?: string | undefined;
|
|
1531
1531
|
class?: any;
|
|
1532
|
-
style: import("vue").StyleValue;
|
|
1532
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1533
1533
|
border?: string | number | boolean | undefined;
|
|
1534
1534
|
density: import("../../composables/density.js").Density;
|
|
1535
1535
|
elevation?: string | number | undefined;
|
|
@@ -1551,7 +1551,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
1551
1551
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
1552
1552
|
activated?: any;
|
|
1553
1553
|
mandatory: boolean;
|
|
1554
|
-
itemType:
|
|
1554
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
1555
1555
|
returnObject: boolean;
|
|
1556
1556
|
valueComparator?: typeof deepEqual | undefined;
|
|
1557
1557
|
baseColor?: string | undefined;
|
|
@@ -1744,7 +1744,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
1744
1744
|
}> & Omit<{
|
|
1745
1745
|
theme?: string | undefined;
|
|
1746
1746
|
class?: any;
|
|
1747
|
-
style: import("vue").StyleValue;
|
|
1747
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1748
1748
|
border?: string | number | boolean | undefined;
|
|
1749
1749
|
density: import("../../composables/density.js").Density;
|
|
1750
1750
|
elevation?: string | number | undefined;
|
|
@@ -1766,7 +1766,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
1766
1766
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
1767
1767
|
activated?: any;
|
|
1768
1768
|
mandatory: boolean;
|
|
1769
|
-
itemType:
|
|
1769
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
1770
1770
|
returnObject: boolean;
|
|
1771
1771
|
valueComparator?: typeof deepEqual | undefined;
|
|
1772
1772
|
baseColor?: string | undefined;
|
|
@@ -2050,7 +2050,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2050
2050
|
}> & Omit<{
|
|
2051
2051
|
theme?: string | undefined;
|
|
2052
2052
|
class?: any;
|
|
2053
|
-
style: import("vue").StyleValue;
|
|
2053
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2054
2054
|
$children?: {
|
|
2055
2055
|
default?: ((arg: {
|
|
2056
2056
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -2076,7 +2076,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2076
2076
|
}) => import("vue").VNodeChild) | undefined;
|
|
2077
2077
|
} | undefined;
|
|
2078
2078
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2079
|
-
location: import("../../util/index.js").Anchor
|
|
2079
|
+
location: import("../../util/index.js").Anchor;
|
|
2080
2080
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2081
2081
|
offset?: string | number | number[] | undefined;
|
|
2082
2082
|
stickToTarget: boolean;
|
|
@@ -2287,7 +2287,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2287
2287
|
}> & Omit<{
|
|
2288
2288
|
theme?: string | undefined;
|
|
2289
2289
|
class?: any;
|
|
2290
|
-
style: import("vue").StyleValue;
|
|
2290
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2291
2291
|
$children?: {
|
|
2292
2292
|
default?: ((arg: {
|
|
2293
2293
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -2313,7 +2313,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2313
2313
|
}) => import("vue").VNodeChild) | undefined;
|
|
2314
2314
|
} | undefined;
|
|
2315
2315
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2316
|
-
location: import("../../util/index.js").Anchor
|
|
2316
|
+
location: import("../../util/index.js").Anchor;
|
|
2317
2317
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2318
2318
|
offset?: string | number | number[] | undefined;
|
|
2319
2319
|
stickToTarget: boolean;
|
|
@@ -2524,7 +2524,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2524
2524
|
}> & Omit<{
|
|
2525
2525
|
theme?: string | undefined;
|
|
2526
2526
|
class?: any;
|
|
2527
|
-
style: import("vue").StyleValue;
|
|
2527
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2528
2528
|
$children?: {
|
|
2529
2529
|
default?: ((arg: {
|
|
2530
2530
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -2550,7 +2550,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2550
2550
|
}) => import("vue").VNodeChild) | undefined;
|
|
2551
2551
|
} | undefined;
|
|
2552
2552
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2553
|
-
location: import("../../util/index.js").Anchor
|
|
2553
|
+
location: import("../../util/index.js").Anchor;
|
|
2554
2554
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2555
2555
|
offset?: string | number | number[] | undefined;
|
|
2556
2556
|
stickToTarget: boolean;
|
|
@@ -2759,7 +2759,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2759
2759
|
}> & Omit<{
|
|
2760
2760
|
theme?: string | undefined;
|
|
2761
2761
|
class?: any;
|
|
2762
|
-
style: import("vue").StyleValue;
|
|
2762
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2763
2763
|
$children?: {
|
|
2764
2764
|
default?: ((arg: {
|
|
2765
2765
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -2785,7 +2785,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2785
2785
|
}) => import("vue").VNodeChild) | undefined;
|
|
2786
2786
|
} | undefined;
|
|
2787
2787
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2788
|
-
location: import("../../util/index.js").Anchor
|
|
2788
|
+
location: import("../../util/index.js").Anchor;
|
|
2789
2789
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2790
2790
|
offset?: string | number | number[] | undefined;
|
|
2791
2791
|
stickToTarget: boolean;
|
|
@@ -2995,7 +2995,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
2995
2995
|
}> & Omit<{
|
|
2996
2996
|
theme?: string | undefined;
|
|
2997
2997
|
class?: any;
|
|
2998
|
-
style: import("vue").StyleValue;
|
|
2998
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2999
2999
|
$children?: {
|
|
3000
3000
|
default?: ((arg: {
|
|
3001
3001
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -3021,7 +3021,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
3021
3021
|
}) => import("vue").VNodeChild) | undefined;
|
|
3022
3022
|
} | undefined;
|
|
3023
3023
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
3024
|
-
location: import("../../util/index.js").Anchor
|
|
3024
|
+
location: import("../../util/index.js").Anchor;
|
|
3025
3025
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3026
3026
|
offset?: string | number | number[] | undefined;
|
|
3027
3027
|
stickToTarget: boolean;
|
|
@@ -3230,7 +3230,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
3230
3230
|
}> & Omit<{
|
|
3231
3231
|
theme?: string | undefined;
|
|
3232
3232
|
class?: any;
|
|
3233
|
-
style: import("vue").StyleValue;
|
|
3233
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3234
3234
|
$children?: {
|
|
3235
3235
|
default?: ((arg: {
|
|
3236
3236
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -3256,7 +3256,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
3256
3256
|
}) => import("vue").VNodeChild) | undefined;
|
|
3257
3257
|
} | undefined;
|
|
3258
3258
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
3259
|
-
location: import("../../util/index.js").Anchor
|
|
3259
|
+
location: import("../../util/index.js").Anchor;
|
|
3260
3260
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3261
3261
|
offset?: string | number | number[] | undefined;
|
|
3262
3262
|
stickToTarget: boolean;
|
|
@@ -3417,7 +3417,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
|
3417
3417
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
|
3418
3418
|
export declare const VAutocomplete: {
|
|
3419
3419
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
3420
|
-
style: import("vue").StyleValue;
|
|
3420
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3421
3421
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
|
3422
3422
|
filterMode: import("../../composables/filter.js").FilterMode;
|
|
3423
3423
|
noFilter: boolean;
|
|
@@ -3435,8 +3435,8 @@ export declare const VAutocomplete: {
|
|
|
3435
3435
|
persistentHint: boolean;
|
|
3436
3436
|
messages: string | readonly string[];
|
|
3437
3437
|
direction: "horizontal" | "vertical";
|
|
3438
|
-
itemChildren:
|
|
3439
|
-
itemType:
|
|
3438
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3439
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3440
3440
|
clearable: boolean;
|
|
3441
3441
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
3442
3442
|
active: boolean;
|
|
@@ -3527,7 +3527,7 @@ export declare const VAutocomplete: {
|
|
|
3527
3527
|
}> & Omit<{
|
|
3528
3528
|
theme?: string | undefined;
|
|
3529
3529
|
class?: any;
|
|
3530
|
-
style: import("vue").StyleValue;
|
|
3530
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3531
3531
|
border?: string | number | boolean | undefined;
|
|
3532
3532
|
density: import("../../composables/density.js").Density;
|
|
3533
3533
|
elevation?: string | number | undefined;
|
|
@@ -3549,7 +3549,7 @@ export declare const VAutocomplete: {
|
|
|
3549
3549
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
3550
3550
|
activated?: any;
|
|
3551
3551
|
mandatory: boolean;
|
|
3552
|
-
itemType:
|
|
3552
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3553
3553
|
returnObject: boolean;
|
|
3554
3554
|
valueComparator?: typeof deepEqual | undefined;
|
|
3555
3555
|
baseColor?: string | undefined;
|
|
@@ -3817,7 +3817,7 @@ export declare const VAutocomplete: {
|
|
|
3817
3817
|
}> & Omit<{
|
|
3818
3818
|
theme?: string | undefined;
|
|
3819
3819
|
class?: any;
|
|
3820
|
-
style: import("vue").StyleValue;
|
|
3820
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3821
3821
|
$children?: {
|
|
3822
3822
|
default?: ((arg: {
|
|
3823
3823
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -3843,7 +3843,7 @@ export declare const VAutocomplete: {
|
|
|
3843
3843
|
}) => import("vue").VNodeChild) | undefined;
|
|
3844
3844
|
} | undefined;
|
|
3845
3845
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
3846
|
-
location: import("../../util/index.js").Anchor
|
|
3846
|
+
location: import("../../util/index.js").Anchor;
|
|
3847
3847
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3848
3848
|
offset?: string | number | number[] | undefined;
|
|
3849
3849
|
stickToTarget: boolean;
|
|
@@ -4011,7 +4011,7 @@ export declare const VAutocomplete: {
|
|
|
4011
4011
|
}> & Omit<{
|
|
4012
4012
|
theme?: string | undefined;
|
|
4013
4013
|
class?: any;
|
|
4014
|
-
style: import("vue").StyleValue;
|
|
4014
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4015
4015
|
$children?: {
|
|
4016
4016
|
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
4017
4017
|
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -4186,7 +4186,7 @@ export declare const VAutocomplete: {
|
|
|
4186
4186
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
|
|
4187
4187
|
$el: any;
|
|
4188
4188
|
$options: import("vue").ComponentOptionsBase<{
|
|
4189
|
-
style: import("vue").StyleValue;
|
|
4189
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4190
4190
|
focused: boolean;
|
|
4191
4191
|
errorMessages: string | readonly string[] | null;
|
|
4192
4192
|
maxErrors: string | number;
|
|
@@ -4337,7 +4337,7 @@ export declare const VAutocomplete: {
|
|
|
4337
4337
|
}> & Omit<{
|
|
4338
4338
|
theme?: string | undefined;
|
|
4339
4339
|
class?: any;
|
|
4340
|
-
style: import("vue").StyleValue;
|
|
4340
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4341
4341
|
focused: boolean;
|
|
4342
4342
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
4343
4343
|
disabled: boolean | null;
|
|
@@ -4400,7 +4400,7 @@ export declare const VAutocomplete: {
|
|
|
4400
4400
|
$emit: (event: string, ...args: any[]) => void;
|
|
4401
4401
|
$el: any;
|
|
4402
4402
|
$options: import("vue").ComponentOptionsBase<{
|
|
4403
|
-
style: import("vue").StyleValue;
|
|
4403
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4404
4404
|
focused: boolean;
|
|
4405
4405
|
disabled: boolean | null;
|
|
4406
4406
|
error: boolean;
|
|
@@ -4513,7 +4513,7 @@ export declare const VAutocomplete: {
|
|
|
4513
4513
|
messages: string | readonly string[];
|
|
4514
4514
|
direction: "horizontal" | "vertical";
|
|
4515
4515
|
}> & Omit<{
|
|
4516
|
-
style: import("vue").StyleValue;
|
|
4516
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4517
4517
|
focused: boolean;
|
|
4518
4518
|
disabled: boolean | null;
|
|
4519
4519
|
error: boolean;
|
|
@@ -4583,7 +4583,7 @@ export declare const VAutocomplete: {
|
|
|
4583
4583
|
}> & Omit<{
|
|
4584
4584
|
theme?: string | undefined;
|
|
4585
4585
|
class?: any;
|
|
4586
|
-
style: import("vue").StyleValue;
|
|
4586
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4587
4587
|
focused: boolean;
|
|
4588
4588
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
4589
4589
|
rounded?: string | number | boolean | undefined;
|
|
@@ -4652,7 +4652,7 @@ export declare const VAutocomplete: {
|
|
|
4652
4652
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
4653
4653
|
$el: any;
|
|
4654
4654
|
$options: import("vue").ComponentOptionsBase<{
|
|
4655
|
-
style: import("vue").StyleValue;
|
|
4655
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4656
4656
|
focused: boolean;
|
|
4657
4657
|
tile: boolean;
|
|
4658
4658
|
clearable: boolean;
|
|
@@ -4777,7 +4777,7 @@ export declare const VAutocomplete: {
|
|
|
4777
4777
|
singleLine: boolean;
|
|
4778
4778
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
4779
4779
|
}> & Omit<{
|
|
4780
|
-
style: import("vue").StyleValue;
|
|
4780
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4781
4781
|
focused: boolean;
|
|
4782
4782
|
tile: boolean;
|
|
4783
4783
|
clearable: boolean;
|
|
@@ -4959,7 +4959,7 @@ export declare const VAutocomplete: {
|
|
|
4959
4959
|
persistentCounter: boolean;
|
|
4960
4960
|
type: string;
|
|
4961
4961
|
}> & Omit<{
|
|
4962
|
-
style: import("vue").StyleValue;
|
|
4962
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4963
4963
|
focused: boolean;
|
|
4964
4964
|
errorMessages: string | readonly string[] | null;
|
|
4965
4965
|
maxErrors: string | number;
|
|
@@ -5110,7 +5110,7 @@ export declare const VAutocomplete: {
|
|
|
5110
5110
|
}> & Omit<{
|
|
5111
5111
|
theme?: string | undefined;
|
|
5112
5112
|
class?: any;
|
|
5113
|
-
style: import("vue").StyleValue;
|
|
5113
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5114
5114
|
focused: boolean;
|
|
5115
5115
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
5116
5116
|
disabled: boolean | null;
|
|
@@ -5173,7 +5173,7 @@ export declare const VAutocomplete: {
|
|
|
5173
5173
|
$emit: (event: string, ...args: any[]) => void;
|
|
5174
5174
|
$el: any;
|
|
5175
5175
|
$options: import("vue").ComponentOptionsBase<{
|
|
5176
|
-
style: import("vue").StyleValue;
|
|
5176
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5177
5177
|
focused: boolean;
|
|
5178
5178
|
disabled: boolean | null;
|
|
5179
5179
|
error: boolean;
|
|
@@ -5286,7 +5286,7 @@ export declare const VAutocomplete: {
|
|
|
5286
5286
|
messages: string | readonly string[];
|
|
5287
5287
|
direction: "horizontal" | "vertical";
|
|
5288
5288
|
}> & Omit<{
|
|
5289
|
-
style: import("vue").StyleValue;
|
|
5289
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5290
5290
|
focused: boolean;
|
|
5291
5291
|
disabled: boolean | null;
|
|
5292
5292
|
error: boolean;
|
|
@@ -5356,7 +5356,7 @@ export declare const VAutocomplete: {
|
|
|
5356
5356
|
}> & Omit<{
|
|
5357
5357
|
theme?: string | undefined;
|
|
5358
5358
|
class?: any;
|
|
5359
|
-
style: import("vue").StyleValue;
|
|
5359
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5360
5360
|
focused: boolean;
|
|
5361
5361
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
5362
5362
|
rounded?: string | number | boolean | undefined;
|
|
@@ -5425,7 +5425,7 @@ export declare const VAutocomplete: {
|
|
|
5425
5425
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
5426
5426
|
$el: any;
|
|
5427
5427
|
$options: import("vue").ComponentOptionsBase<{
|
|
5428
|
-
style: import("vue").StyleValue;
|
|
5428
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5429
5429
|
focused: boolean;
|
|
5430
5430
|
tile: boolean;
|
|
5431
5431
|
clearable: boolean;
|
|
@@ -5550,7 +5550,7 @@ export declare const VAutocomplete: {
|
|
|
5550
5550
|
singleLine: boolean;
|
|
5551
5551
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5552
5552
|
}> & Omit<{
|
|
5553
|
-
style: import("vue").StyleValue;
|
|
5553
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5554
5554
|
focused: boolean;
|
|
5555
5555
|
tile: boolean;
|
|
5556
5556
|
clearable: boolean;
|
|
@@ -5635,7 +5635,7 @@ export declare const VAutocomplete: {
|
|
|
5635
5635
|
}> & Omit<{
|
|
5636
5636
|
theme?: string | undefined;
|
|
5637
5637
|
class?: any;
|
|
5638
|
-
style: import("vue").StyleValue;
|
|
5638
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5639
5639
|
focused: boolean;
|
|
5640
5640
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
5641
5641
|
disabled: boolean | null;
|
|
@@ -5698,7 +5698,7 @@ export declare const VAutocomplete: {
|
|
|
5698
5698
|
$emit: (event: string, ...args: any[]) => void;
|
|
5699
5699
|
$el: any;
|
|
5700
5700
|
$options: import("vue").ComponentOptionsBase<{
|
|
5701
|
-
style: import("vue").StyleValue;
|
|
5701
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5702
5702
|
focused: boolean;
|
|
5703
5703
|
disabled: boolean | null;
|
|
5704
5704
|
error: boolean;
|
|
@@ -5811,7 +5811,7 @@ export declare const VAutocomplete: {
|
|
|
5811
5811
|
messages: string | readonly string[];
|
|
5812
5812
|
direction: "horizontal" | "vertical";
|
|
5813
5813
|
}> & Omit<{
|
|
5814
|
-
style: import("vue").StyleValue;
|
|
5814
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5815
5815
|
focused: boolean;
|
|
5816
5816
|
disabled: boolean | null;
|
|
5817
5817
|
error: boolean;
|
|
@@ -5881,7 +5881,7 @@ export declare const VAutocomplete: {
|
|
|
5881
5881
|
}> & Omit<{
|
|
5882
5882
|
theme?: string | undefined;
|
|
5883
5883
|
class?: any;
|
|
5884
|
-
style: import("vue").StyleValue;
|
|
5884
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5885
5885
|
focused: boolean;
|
|
5886
5886
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
5887
5887
|
rounded?: string | number | boolean | undefined;
|
|
@@ -5950,7 +5950,7 @@ export declare const VAutocomplete: {
|
|
|
5950
5950
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
5951
5951
|
$el: any;
|
|
5952
5952
|
$options: import("vue").ComponentOptionsBase<{
|
|
5953
|
-
style: import("vue").StyleValue;
|
|
5953
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5954
5954
|
focused: boolean;
|
|
5955
5955
|
tile: boolean;
|
|
5956
5956
|
clearable: boolean;
|
|
@@ -6075,7 +6075,7 @@ export declare const VAutocomplete: {
|
|
|
6075
6075
|
singleLine: boolean;
|
|
6076
6076
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
6077
6077
|
}> & Omit<{
|
|
6078
|
-
style: import("vue").StyleValue;
|
|
6078
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6079
6079
|
focused: boolean;
|
|
6080
6080
|
tile: boolean;
|
|
6081
6081
|
clearable: boolean;
|
|
@@ -6269,7 +6269,7 @@ export declare const VAutocomplete: {
|
|
|
6269
6269
|
M: {};
|
|
6270
6270
|
Defaults: {};
|
|
6271
6271
|
}, {
|
|
6272
|
-
style: import("vue").StyleValue;
|
|
6272
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6273
6273
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
|
6274
6274
|
filterMode: import("../../composables/filter.js").FilterMode;
|
|
6275
6275
|
noFilter: boolean;
|
|
@@ -6287,8 +6287,8 @@ export declare const VAutocomplete: {
|
|
|
6287
6287
|
persistentHint: boolean;
|
|
6288
6288
|
messages: string | readonly string[];
|
|
6289
6289
|
direction: "horizontal" | "vertical";
|
|
6290
|
-
itemChildren:
|
|
6291
|
-
itemType:
|
|
6290
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
6291
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
6292
6292
|
clearable: boolean;
|
|
6293
6293
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
6294
6294
|
active: boolean;
|
|
@@ -6379,7 +6379,7 @@ export declare const VAutocomplete: {
|
|
|
6379
6379
|
}> & Omit<{
|
|
6380
6380
|
theme?: string | undefined;
|
|
6381
6381
|
class?: any;
|
|
6382
|
-
style: import("vue").StyleValue;
|
|
6382
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6383
6383
|
border?: string | number | boolean | undefined;
|
|
6384
6384
|
density: import("../../composables/density.js").Density;
|
|
6385
6385
|
elevation?: string | number | undefined;
|
|
@@ -6401,7 +6401,7 @@ export declare const VAutocomplete: {
|
|
|
6401
6401
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
6402
6402
|
activated?: any;
|
|
6403
6403
|
mandatory: boolean;
|
|
6404
|
-
itemType:
|
|
6404
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
6405
6405
|
returnObject: boolean;
|
|
6406
6406
|
valueComparator?: typeof deepEqual | undefined;
|
|
6407
6407
|
baseColor?: string | undefined;
|
|
@@ -6669,7 +6669,7 @@ export declare const VAutocomplete: {
|
|
|
6669
6669
|
}> & Omit<{
|
|
6670
6670
|
theme?: string | undefined;
|
|
6671
6671
|
class?: any;
|
|
6672
|
-
style: import("vue").StyleValue;
|
|
6672
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6673
6673
|
$children?: {
|
|
6674
6674
|
default?: ((arg: {
|
|
6675
6675
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -6695,7 +6695,7 @@ export declare const VAutocomplete: {
|
|
|
6695
6695
|
}) => import("vue").VNodeChild) | undefined;
|
|
6696
6696
|
} | undefined;
|
|
6697
6697
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
6698
|
-
location: import("../../util/index.js").Anchor
|
|
6698
|
+
location: import("../../util/index.js").Anchor;
|
|
6699
6699
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
6700
6700
|
offset?: string | number | number[] | undefined;
|
|
6701
6701
|
stickToTarget: boolean;
|
|
@@ -6863,7 +6863,7 @@ export declare const VAutocomplete: {
|
|
|
6863
6863
|
}> & Omit<{
|
|
6864
6864
|
theme?: string | undefined;
|
|
6865
6865
|
class?: any;
|
|
6866
|
-
style: import("vue").StyleValue;
|
|
6866
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6867
6867
|
$children?: {
|
|
6868
6868
|
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
6869
6869
|
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -7038,7 +7038,7 @@ export declare const VAutocomplete: {
|
|
|
7038
7038
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
|
|
7039
7039
|
$el: any;
|
|
7040
7040
|
$options: import("vue").ComponentOptionsBase<{
|
|
7041
|
-
style: import("vue").StyleValue;
|
|
7041
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7042
7042
|
focused: boolean;
|
|
7043
7043
|
errorMessages: string | readonly string[] | null;
|
|
7044
7044
|
maxErrors: string | number;
|
|
@@ -7189,7 +7189,7 @@ export declare const VAutocomplete: {
|
|
|
7189
7189
|
}> & Omit<{
|
|
7190
7190
|
theme?: string | undefined;
|
|
7191
7191
|
class?: any;
|
|
7192
|
-
style: import("vue").StyleValue;
|
|
7192
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7193
7193
|
focused: boolean;
|
|
7194
7194
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
7195
7195
|
disabled: boolean | null;
|
|
@@ -7252,7 +7252,7 @@ export declare const VAutocomplete: {
|
|
|
7252
7252
|
$emit: (event: string, ...args: any[]) => void;
|
|
7253
7253
|
$el: any;
|
|
7254
7254
|
$options: import("vue").ComponentOptionsBase<{
|
|
7255
|
-
style: import("vue").StyleValue;
|
|
7255
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7256
7256
|
focused: boolean;
|
|
7257
7257
|
disabled: boolean | null;
|
|
7258
7258
|
error: boolean;
|
|
@@ -7365,7 +7365,7 @@ export declare const VAutocomplete: {
|
|
|
7365
7365
|
messages: string | readonly string[];
|
|
7366
7366
|
direction: "horizontal" | "vertical";
|
|
7367
7367
|
}> & Omit<{
|
|
7368
|
-
style: import("vue").StyleValue;
|
|
7368
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7369
7369
|
focused: boolean;
|
|
7370
7370
|
disabled: boolean | null;
|
|
7371
7371
|
error: boolean;
|
|
@@ -7435,7 +7435,7 @@ export declare const VAutocomplete: {
|
|
|
7435
7435
|
}> & Omit<{
|
|
7436
7436
|
theme?: string | undefined;
|
|
7437
7437
|
class?: any;
|
|
7438
|
-
style: import("vue").StyleValue;
|
|
7438
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7439
7439
|
focused: boolean;
|
|
7440
7440
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
7441
7441
|
rounded?: string | number | boolean | undefined;
|
|
@@ -7504,7 +7504,7 @@ export declare const VAutocomplete: {
|
|
|
7504
7504
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
7505
7505
|
$el: any;
|
|
7506
7506
|
$options: import("vue").ComponentOptionsBase<{
|
|
7507
|
-
style: import("vue").StyleValue;
|
|
7507
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7508
7508
|
focused: boolean;
|
|
7509
7509
|
tile: boolean;
|
|
7510
7510
|
clearable: boolean;
|
|
@@ -7629,7 +7629,7 @@ export declare const VAutocomplete: {
|
|
|
7629
7629
|
singleLine: boolean;
|
|
7630
7630
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
7631
7631
|
}> & Omit<{
|
|
7632
|
-
style: import("vue").StyleValue;
|
|
7632
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7633
7633
|
focused: boolean;
|
|
7634
7634
|
tile: boolean;
|
|
7635
7635
|
clearable: boolean;
|
|
@@ -7811,7 +7811,7 @@ export declare const VAutocomplete: {
|
|
|
7811
7811
|
persistentCounter: boolean;
|
|
7812
7812
|
type: string;
|
|
7813
7813
|
}> & Omit<{
|
|
7814
|
-
style: import("vue").StyleValue;
|
|
7814
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7815
7815
|
focused: boolean;
|
|
7816
7816
|
errorMessages: string | readonly string[] | null;
|
|
7817
7817
|
maxErrors: string | number;
|
|
@@ -7962,7 +7962,7 @@ export declare const VAutocomplete: {
|
|
|
7962
7962
|
}> & Omit<{
|
|
7963
7963
|
theme?: string | undefined;
|
|
7964
7964
|
class?: any;
|
|
7965
|
-
style: import("vue").StyleValue;
|
|
7965
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7966
7966
|
focused: boolean;
|
|
7967
7967
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
7968
7968
|
disabled: boolean | null;
|
|
@@ -8025,7 +8025,7 @@ export declare const VAutocomplete: {
|
|
|
8025
8025
|
$emit: (event: string, ...args: any[]) => void;
|
|
8026
8026
|
$el: any;
|
|
8027
8027
|
$options: import("vue").ComponentOptionsBase<{
|
|
8028
|
-
style: import("vue").StyleValue;
|
|
8028
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8029
8029
|
focused: boolean;
|
|
8030
8030
|
disabled: boolean | null;
|
|
8031
8031
|
error: boolean;
|
|
@@ -8138,7 +8138,7 @@ export declare const VAutocomplete: {
|
|
|
8138
8138
|
messages: string | readonly string[];
|
|
8139
8139
|
direction: "horizontal" | "vertical";
|
|
8140
8140
|
}> & Omit<{
|
|
8141
|
-
style: import("vue").StyleValue;
|
|
8141
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8142
8142
|
focused: boolean;
|
|
8143
8143
|
disabled: boolean | null;
|
|
8144
8144
|
error: boolean;
|
|
@@ -8208,7 +8208,7 @@ export declare const VAutocomplete: {
|
|
|
8208
8208
|
}> & Omit<{
|
|
8209
8209
|
theme?: string | undefined;
|
|
8210
8210
|
class?: any;
|
|
8211
|
-
style: import("vue").StyleValue;
|
|
8211
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8212
8212
|
focused: boolean;
|
|
8213
8213
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
8214
8214
|
rounded?: string | number | boolean | undefined;
|
|
@@ -8277,7 +8277,7 @@ export declare const VAutocomplete: {
|
|
|
8277
8277
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
8278
8278
|
$el: any;
|
|
8279
8279
|
$options: import("vue").ComponentOptionsBase<{
|
|
8280
|
-
style: import("vue").StyleValue;
|
|
8280
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8281
8281
|
focused: boolean;
|
|
8282
8282
|
tile: boolean;
|
|
8283
8283
|
clearable: boolean;
|
|
@@ -8402,7 +8402,7 @@ export declare const VAutocomplete: {
|
|
|
8402
8402
|
singleLine: boolean;
|
|
8403
8403
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8404
8404
|
}> & Omit<{
|
|
8405
|
-
style: import("vue").StyleValue;
|
|
8405
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8406
8406
|
focused: boolean;
|
|
8407
8407
|
tile: boolean;
|
|
8408
8408
|
clearable: boolean;
|
|
@@ -8487,7 +8487,7 @@ export declare const VAutocomplete: {
|
|
|
8487
8487
|
}> & Omit<{
|
|
8488
8488
|
theme?: string | undefined;
|
|
8489
8489
|
class?: any;
|
|
8490
|
-
style: import("vue").StyleValue;
|
|
8490
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8491
8491
|
focused: boolean;
|
|
8492
8492
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
8493
8493
|
disabled: boolean | null;
|
|
@@ -8550,7 +8550,7 @@ export declare const VAutocomplete: {
|
|
|
8550
8550
|
$emit: (event: string, ...args: any[]) => void;
|
|
8551
8551
|
$el: any;
|
|
8552
8552
|
$options: import("vue").ComponentOptionsBase<{
|
|
8553
|
-
style: import("vue").StyleValue;
|
|
8553
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8554
8554
|
focused: boolean;
|
|
8555
8555
|
disabled: boolean | null;
|
|
8556
8556
|
error: boolean;
|
|
@@ -8663,7 +8663,7 @@ export declare const VAutocomplete: {
|
|
|
8663
8663
|
messages: string | readonly string[];
|
|
8664
8664
|
direction: "horizontal" | "vertical";
|
|
8665
8665
|
}> & Omit<{
|
|
8666
|
-
style: import("vue").StyleValue;
|
|
8666
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8667
8667
|
focused: boolean;
|
|
8668
8668
|
disabled: boolean | null;
|
|
8669
8669
|
error: boolean;
|
|
@@ -8733,7 +8733,7 @@ export declare const VAutocomplete: {
|
|
|
8733
8733
|
}> & Omit<{
|
|
8734
8734
|
theme?: string | undefined;
|
|
8735
8735
|
class?: any;
|
|
8736
|
-
style: import("vue").StyleValue;
|
|
8736
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8737
8737
|
focused: boolean;
|
|
8738
8738
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
8739
8739
|
rounded?: string | number | boolean | undefined;
|
|
@@ -8802,7 +8802,7 @@ export declare const VAutocomplete: {
|
|
|
8802
8802
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
8803
8803
|
$el: any;
|
|
8804
8804
|
$options: import("vue").ComponentOptionsBase<{
|
|
8805
|
-
style: import("vue").StyleValue;
|
|
8805
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8806
8806
|
focused: boolean;
|
|
8807
8807
|
tile: boolean;
|
|
8808
8808
|
clearable: boolean;
|
|
@@ -8927,7 +8927,7 @@ export declare const VAutocomplete: {
|
|
|
8927
8927
|
singleLine: boolean;
|
|
8928
8928
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8929
8929
|
}> & Omit<{
|
|
8930
|
-
style: import("vue").StyleValue;
|
|
8930
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8931
8931
|
focused: boolean;
|
|
8932
8932
|
tile: boolean;
|
|
8933
8933
|
clearable: boolean;
|
|
@@ -9039,7 +9039,7 @@ export declare const VAutocomplete: {
|
|
|
9039
9039
|
__isTeleport?: undefined;
|
|
9040
9040
|
__isSuspense?: undefined;
|
|
9041
9041
|
} & import("vue").ComponentOptionsBase<{
|
|
9042
|
-
style: import("vue").StyleValue;
|
|
9042
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9043
9043
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
|
9044
9044
|
filterMode: import("../../composables/filter.js").FilterMode;
|
|
9045
9045
|
noFilter: boolean;
|
|
@@ -9057,8 +9057,8 @@ export declare const VAutocomplete: {
|
|
|
9057
9057
|
persistentHint: boolean;
|
|
9058
9058
|
messages: string | readonly string[];
|
|
9059
9059
|
direction: "horizontal" | "vertical";
|
|
9060
|
-
itemChildren:
|
|
9061
|
-
itemType:
|
|
9060
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
9061
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
9062
9062
|
clearable: boolean;
|
|
9063
9063
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
9064
9064
|
active: boolean;
|
|
@@ -9149,7 +9149,7 @@ export declare const VAutocomplete: {
|
|
|
9149
9149
|
}> & Omit<{
|
|
9150
9150
|
theme?: string | undefined;
|
|
9151
9151
|
class?: any;
|
|
9152
|
-
style: import("vue").StyleValue;
|
|
9152
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9153
9153
|
border?: string | number | boolean | undefined;
|
|
9154
9154
|
density: import("../../composables/density.js").Density;
|
|
9155
9155
|
elevation?: string | number | undefined;
|
|
@@ -9171,7 +9171,7 @@ export declare const VAutocomplete: {
|
|
|
9171
9171
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
9172
9172
|
activated?: any;
|
|
9173
9173
|
mandatory: boolean;
|
|
9174
|
-
itemType:
|
|
9174
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
9175
9175
|
returnObject: boolean;
|
|
9176
9176
|
valueComparator?: typeof deepEqual | undefined;
|
|
9177
9177
|
baseColor?: string | undefined;
|
|
@@ -9439,7 +9439,7 @@ export declare const VAutocomplete: {
|
|
|
9439
9439
|
}> & Omit<{
|
|
9440
9440
|
theme?: string | undefined;
|
|
9441
9441
|
class?: any;
|
|
9442
|
-
style: import("vue").StyleValue;
|
|
9442
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9443
9443
|
$children?: {
|
|
9444
9444
|
default?: ((arg: {
|
|
9445
9445
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -9465,7 +9465,7 @@ export declare const VAutocomplete: {
|
|
|
9465
9465
|
}) => import("vue").VNodeChild) | undefined;
|
|
9466
9466
|
} | undefined;
|
|
9467
9467
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
9468
|
-
location: import("../../util/index.js").Anchor
|
|
9468
|
+
location: import("../../util/index.js").Anchor;
|
|
9469
9469
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
9470
9470
|
offset?: string | number | number[] | undefined;
|
|
9471
9471
|
stickToTarget: boolean;
|
|
@@ -9633,7 +9633,7 @@ export declare const VAutocomplete: {
|
|
|
9633
9633
|
}> & Omit<{
|
|
9634
9634
|
theme?: string | undefined;
|
|
9635
9635
|
class?: any;
|
|
9636
|
-
style: import("vue").StyleValue;
|
|
9636
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9637
9637
|
$children?: {
|
|
9638
9638
|
prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
9639
9639
|
append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -9808,7 +9808,7 @@ export declare const VAutocomplete: {
|
|
|
9808
9808
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
|
|
9809
9809
|
$el: any;
|
|
9810
9810
|
$options: import("vue").ComponentOptionsBase<{
|
|
9811
|
-
style: import("vue").StyleValue;
|
|
9811
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9812
9812
|
focused: boolean;
|
|
9813
9813
|
errorMessages: string | readonly string[] | null;
|
|
9814
9814
|
maxErrors: string | number;
|
|
@@ -9959,7 +9959,7 @@ export declare const VAutocomplete: {
|
|
|
9959
9959
|
}> & Omit<{
|
|
9960
9960
|
theme?: string | undefined;
|
|
9961
9961
|
class?: any;
|
|
9962
|
-
style: import("vue").StyleValue;
|
|
9962
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9963
9963
|
focused: boolean;
|
|
9964
9964
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
9965
9965
|
disabled: boolean | null;
|
|
@@ -10022,7 +10022,7 @@ export declare const VAutocomplete: {
|
|
|
10022
10022
|
$emit: (event: string, ...args: any[]) => void;
|
|
10023
10023
|
$el: any;
|
|
10024
10024
|
$options: import("vue").ComponentOptionsBase<{
|
|
10025
|
-
style: import("vue").StyleValue;
|
|
10025
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10026
10026
|
focused: boolean;
|
|
10027
10027
|
disabled: boolean | null;
|
|
10028
10028
|
error: boolean;
|
|
@@ -10135,7 +10135,7 @@ export declare const VAutocomplete: {
|
|
|
10135
10135
|
messages: string | readonly string[];
|
|
10136
10136
|
direction: "horizontal" | "vertical";
|
|
10137
10137
|
}> & Omit<{
|
|
10138
|
-
style: import("vue").StyleValue;
|
|
10138
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10139
10139
|
focused: boolean;
|
|
10140
10140
|
disabled: boolean | null;
|
|
10141
10141
|
error: boolean;
|
|
@@ -10205,7 +10205,7 @@ export declare const VAutocomplete: {
|
|
|
10205
10205
|
}> & Omit<{
|
|
10206
10206
|
theme?: string | undefined;
|
|
10207
10207
|
class?: any;
|
|
10208
|
-
style: import("vue").StyleValue;
|
|
10208
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10209
10209
|
focused: boolean;
|
|
10210
10210
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
10211
10211
|
rounded?: string | number | boolean | undefined;
|
|
@@ -10274,7 +10274,7 @@ export declare const VAutocomplete: {
|
|
|
10274
10274
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
10275
10275
|
$el: any;
|
|
10276
10276
|
$options: import("vue").ComponentOptionsBase<{
|
|
10277
|
-
style: import("vue").StyleValue;
|
|
10277
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10278
10278
|
focused: boolean;
|
|
10279
10279
|
tile: boolean;
|
|
10280
10280
|
clearable: boolean;
|
|
@@ -10399,7 +10399,7 @@ export declare const VAutocomplete: {
|
|
|
10399
10399
|
singleLine: boolean;
|
|
10400
10400
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
10401
10401
|
}> & Omit<{
|
|
10402
|
-
style: import("vue").StyleValue;
|
|
10402
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10403
10403
|
focused: boolean;
|
|
10404
10404
|
tile: boolean;
|
|
10405
10405
|
clearable: boolean;
|
|
@@ -10581,7 +10581,7 @@ export declare const VAutocomplete: {
|
|
|
10581
10581
|
persistentCounter: boolean;
|
|
10582
10582
|
type: string;
|
|
10583
10583
|
}> & Omit<{
|
|
10584
|
-
style: import("vue").StyleValue;
|
|
10584
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10585
10585
|
focused: boolean;
|
|
10586
10586
|
errorMessages: string | readonly string[] | null;
|
|
10587
10587
|
maxErrors: string | number;
|
|
@@ -10732,7 +10732,7 @@ export declare const VAutocomplete: {
|
|
|
10732
10732
|
}> & Omit<{
|
|
10733
10733
|
theme?: string | undefined;
|
|
10734
10734
|
class?: any;
|
|
10735
|
-
style: import("vue").StyleValue;
|
|
10735
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10736
10736
|
focused: boolean;
|
|
10737
10737
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
10738
10738
|
disabled: boolean | null;
|
|
@@ -10795,7 +10795,7 @@ export declare const VAutocomplete: {
|
|
|
10795
10795
|
$emit: (event: string, ...args: any[]) => void;
|
|
10796
10796
|
$el: any;
|
|
10797
10797
|
$options: import("vue").ComponentOptionsBase<{
|
|
10798
|
-
style: import("vue").StyleValue;
|
|
10798
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10799
10799
|
focused: boolean;
|
|
10800
10800
|
disabled: boolean | null;
|
|
10801
10801
|
error: boolean;
|
|
@@ -10908,7 +10908,7 @@ export declare const VAutocomplete: {
|
|
|
10908
10908
|
messages: string | readonly string[];
|
|
10909
10909
|
direction: "horizontal" | "vertical";
|
|
10910
10910
|
}> & Omit<{
|
|
10911
|
-
style: import("vue").StyleValue;
|
|
10911
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10912
10912
|
focused: boolean;
|
|
10913
10913
|
disabled: boolean | null;
|
|
10914
10914
|
error: boolean;
|
|
@@ -10978,7 +10978,7 @@ export declare const VAutocomplete: {
|
|
|
10978
10978
|
}> & Omit<{
|
|
10979
10979
|
theme?: string | undefined;
|
|
10980
10980
|
class?: any;
|
|
10981
|
-
style: import("vue").StyleValue;
|
|
10981
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10982
10982
|
focused: boolean;
|
|
10983
10983
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
10984
10984
|
rounded?: string | number | boolean | undefined;
|
|
@@ -11047,7 +11047,7 @@ export declare const VAutocomplete: {
|
|
|
11047
11047
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
11048
11048
|
$el: any;
|
|
11049
11049
|
$options: import("vue").ComponentOptionsBase<{
|
|
11050
|
-
style: import("vue").StyleValue;
|
|
11050
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11051
11051
|
focused: boolean;
|
|
11052
11052
|
tile: boolean;
|
|
11053
11053
|
clearable: boolean;
|
|
@@ -11172,7 +11172,7 @@ export declare const VAutocomplete: {
|
|
|
11172
11172
|
singleLine: boolean;
|
|
11173
11173
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11174
11174
|
}> & Omit<{
|
|
11175
|
-
style: import("vue").StyleValue;
|
|
11175
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11176
11176
|
focused: boolean;
|
|
11177
11177
|
tile: boolean;
|
|
11178
11178
|
clearable: boolean;
|
|
@@ -11257,7 +11257,7 @@ export declare const VAutocomplete: {
|
|
|
11257
11257
|
}> & Omit<{
|
|
11258
11258
|
theme?: string | undefined;
|
|
11259
11259
|
class?: any;
|
|
11260
|
-
style: import("vue").StyleValue;
|
|
11260
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11261
11261
|
focused: boolean;
|
|
11262
11262
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
11263
11263
|
disabled: boolean | null;
|
|
@@ -11320,7 +11320,7 @@ export declare const VAutocomplete: {
|
|
|
11320
11320
|
$emit: (event: string, ...args: any[]) => void;
|
|
11321
11321
|
$el: any;
|
|
11322
11322
|
$options: import("vue").ComponentOptionsBase<{
|
|
11323
|
-
style: import("vue").StyleValue;
|
|
11323
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11324
11324
|
focused: boolean;
|
|
11325
11325
|
disabled: boolean | null;
|
|
11326
11326
|
error: boolean;
|
|
@@ -11433,7 +11433,7 @@ export declare const VAutocomplete: {
|
|
|
11433
11433
|
messages: string | readonly string[];
|
|
11434
11434
|
direction: "horizontal" | "vertical";
|
|
11435
11435
|
}> & Omit<{
|
|
11436
|
-
style: import("vue").StyleValue;
|
|
11436
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11437
11437
|
focused: boolean;
|
|
11438
11438
|
disabled: boolean | null;
|
|
11439
11439
|
error: boolean;
|
|
@@ -11503,7 +11503,7 @@ export declare const VAutocomplete: {
|
|
|
11503
11503
|
}> & Omit<{
|
|
11504
11504
|
theme?: string | undefined;
|
|
11505
11505
|
class?: any;
|
|
11506
|
-
style: import("vue").StyleValue;
|
|
11506
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11507
11507
|
focused: boolean;
|
|
11508
11508
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
11509
11509
|
rounded?: string | number | boolean | undefined;
|
|
@@ -11572,7 +11572,7 @@ export declare const VAutocomplete: {
|
|
|
11572
11572
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
11573
11573
|
$el: any;
|
|
11574
11574
|
$options: import("vue").ComponentOptionsBase<{
|
|
11575
|
-
style: import("vue").StyleValue;
|
|
11575
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11576
11576
|
focused: boolean;
|
|
11577
11577
|
tile: boolean;
|
|
11578
11578
|
clearable: boolean;
|
|
@@ -11697,7 +11697,7 @@ export declare const VAutocomplete: {
|
|
|
11697
11697
|
singleLine: boolean;
|
|
11698
11698
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11699
11699
|
}> & Omit<{
|
|
11700
|
-
style: import("vue").StyleValue;
|
|
11700
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11701
11701
|
focused: boolean;
|
|
11702
11702
|
tile: boolean;
|
|
11703
11703
|
clearable: boolean;
|
|
@@ -12153,7 +12153,7 @@ export declare const VAutocomplete: {
|
|
|
12153
12153
|
}> & Omit<{
|
|
12154
12154
|
theme?: string | undefined;
|
|
12155
12155
|
class?: any;
|
|
12156
|
-
style: import("vue").StyleValue;
|
|
12156
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
12157
12157
|
border?: string | number | boolean | undefined;
|
|
12158
12158
|
density: import("../../composables/density.js").Density;
|
|
12159
12159
|
elevation?: string | number | undefined;
|
|
@@ -12175,7 +12175,7 @@ export declare const VAutocomplete: {
|
|
|
12175
12175
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
12176
12176
|
activated?: any;
|
|
12177
12177
|
mandatory: boolean;
|
|
12178
|
-
itemType:
|
|
12178
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
12179
12179
|
returnObject: boolean;
|
|
12180
12180
|
valueComparator?: typeof deepEqual | undefined;
|
|
12181
12181
|
baseColor?: string | undefined;
|
|
@@ -12450,7 +12450,7 @@ export declare const VAutocomplete: {
|
|
|
12450
12450
|
}> & Omit<{
|
|
12451
12451
|
theme?: string | undefined;
|
|
12452
12452
|
class?: any;
|
|
12453
|
-
style: import("vue").StyleValue;
|
|
12453
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
12454
12454
|
$children?: {
|
|
12455
12455
|
default?: ((arg: {
|
|
12456
12456
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -12476,7 +12476,7 @@ export declare const VAutocomplete: {
|
|
|
12476
12476
|
}) => import("vue").VNodeChild) | undefined;
|
|
12477
12477
|
} | undefined;
|
|
12478
12478
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
12479
|
-
location: import("../../util/index.js").Anchor
|
|
12479
|
+
location: import("../../util/index.js").Anchor;
|
|
12480
12480
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
12481
12481
|
offset?: string | number | number[] | undefined;
|
|
12482
12482
|
stickToTarget: boolean;
|
|
@@ -12804,7 +12804,7 @@ export declare const VAutocomplete: {
|
|
|
12804
12804
|
}> & Omit<{
|
|
12805
12805
|
theme?: string | undefined;
|
|
12806
12806
|
class?: any;
|
|
12807
|
-
style: import("vue").StyleValue;
|
|
12807
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
12808
12808
|
border?: string | number | boolean | undefined;
|
|
12809
12809
|
density: import("../../composables/density.js").Density;
|
|
12810
12810
|
elevation?: string | number | undefined;
|
|
@@ -12826,7 +12826,7 @@ export declare const VAutocomplete: {
|
|
|
12826
12826
|
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
|
12827
12827
|
activated?: any;
|
|
12828
12828
|
mandatory: boolean;
|
|
12829
|
-
itemType:
|
|
12829
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
12830
12830
|
returnObject: boolean;
|
|
12831
12831
|
valueComparator?: typeof deepEqual | undefined;
|
|
12832
12832
|
baseColor?: string | undefined;
|
|
@@ -13101,7 +13101,7 @@ export declare const VAutocomplete: {
|
|
|
13101
13101
|
}> & Omit<{
|
|
13102
13102
|
theme?: string | undefined;
|
|
13103
13103
|
class?: any;
|
|
13104
|
-
style: import("vue").StyleValue;
|
|
13104
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
13105
13105
|
$children?: {
|
|
13106
13106
|
default?: ((arg: {
|
|
13107
13107
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -13127,7 +13127,7 @@ export declare const VAutocomplete: {
|
|
|
13127
13127
|
}) => import("vue").VNodeChild) | undefined;
|
|
13128
13128
|
} | undefined;
|
|
13129
13129
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
13130
|
-
location: import("../../util/index.js").Anchor
|
|
13130
|
+
location: import("../../util/index.js").Anchor;
|
|
13131
13131
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
13132
13132
|
offset?: string | number | number[] | undefined;
|
|
13133
13133
|
stickToTarget: boolean;
|