@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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 +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2433 -2435
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +738 -740
- package/dist/vuetify.d.ts +10490 -10401
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -66,10 +66,6 @@ interface LoaderSlotProps {
|
|
66
66
|
isActive: boolean;
|
67
67
|
}
|
68
68
|
|
69
|
-
type VMessageSlot = {
|
70
|
-
message: string;
|
71
|
-
};
|
72
|
-
|
73
69
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
74
70
|
|
75
71
|
type ValidationResult = string | boolean;
|
@@ -78,6 +74,10 @@ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value
|
|
78
74
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
79
75
|
declare const IconValue: PropType<IconValue>;
|
80
76
|
|
77
|
+
type VMessageSlot = {
|
78
|
+
message: string;
|
79
|
+
};
|
80
|
+
|
81
81
|
interface VInputSlot {
|
82
82
|
id: ComputedRef<string>;
|
83
83
|
messagesId: ComputedRef<string>;
|
@@ -283,40 +283,39 @@ type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple
|
|
283
283
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
284
284
|
declare const VAutocomplete: {
|
285
285
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
286
|
-
reverse: boolean;
|
287
286
|
flat: boolean;
|
288
|
-
|
289
|
-
|
287
|
+
reverse: boolean;
|
288
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
290
289
|
type: string;
|
291
|
-
active: boolean;
|
292
290
|
error: boolean;
|
293
|
-
|
294
|
-
|
295
|
-
noDataText: string;
|
291
|
+
active: boolean;
|
292
|
+
direction: "horizontal" | "vertical";
|
296
293
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
297
294
|
component?: vue.Component | undefined;
|
298
295
|
})>;
|
299
|
-
|
296
|
+
menu: boolean;
|
297
|
+
style: vue.StyleValue;
|
298
|
+
role: string;
|
299
|
+
autofocus: boolean;
|
300
300
|
eager: boolean;
|
301
|
+
disabled: boolean;
|
302
|
+
readonly: boolean | null;
|
303
|
+
messages: string | readonly string[];
|
304
|
+
noDataText: string;
|
305
|
+
focused: boolean;
|
301
306
|
errorMessages: string | readonly string[] | null;
|
302
307
|
maxErrors: string | number;
|
303
|
-
readonly: boolean | null;
|
304
308
|
rules: readonly ValidationRule[];
|
305
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
306
309
|
tile: boolean;
|
307
|
-
role: string;
|
308
310
|
density: Density;
|
309
|
-
direction: "horizontal" | "vertical";
|
310
311
|
valueComparator: typeof deepEqual;
|
311
312
|
clearIcon: IconValue;
|
312
|
-
centerAffix: boolean;
|
313
313
|
hideSpinButtons: boolean;
|
314
314
|
persistentHint: boolean;
|
315
315
|
filterMode: FilterMode;
|
316
316
|
noFilter: boolean;
|
317
317
|
filterKeys: NonNullable<FilterKeys>;
|
318
318
|
itemChildren: NonNullable<SelectItemKey>;
|
319
|
-
autofocus: boolean;
|
320
319
|
clearable: boolean;
|
321
320
|
persistentClear: boolean;
|
322
321
|
singleLine: boolean;
|
@@ -333,32 +332,33 @@ declare const VAutocomplete: {
|
|
333
332
|
clearOnSelect: boolean;
|
334
333
|
} & {
|
335
334
|
search?: string | undefined;
|
336
|
-
class?: any;
|
337
335
|
id?: string | undefined;
|
338
|
-
label?: string | undefined;
|
339
336
|
width?: string | number | undefined;
|
340
|
-
theme?: string | undefined;
|
341
|
-
color?: string | undefined;
|
342
337
|
name?: string | undefined;
|
343
|
-
|
338
|
+
color?: string | undefined;
|
339
|
+
maxWidth?: string | number | undefined;
|
340
|
+
minWidth?: string | number | undefined;
|
344
341
|
loading?: string | boolean | undefined;
|
342
|
+
label?: string | undefined;
|
343
|
+
prefix?: string | undefined;
|
344
|
+
class?: any;
|
345
345
|
placeholder?: string | undefined;
|
346
|
+
theme?: string | undefined;
|
346
347
|
counter?: string | number | boolean | undefined;
|
347
348
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
348
|
-
validateOn?: (("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"
|
349
|
+
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;
|
349
350
|
rounded?: string | number | boolean | undefined;
|
350
|
-
maxWidth?: string | number | undefined;
|
351
|
-
minWidth?: string | number | undefined;
|
352
351
|
baseColor?: string | undefined;
|
353
352
|
bgColor?: string | undefined;
|
354
353
|
prependIcon?: IconValue | undefined;
|
355
354
|
appendIcon?: IconValue | undefined;
|
356
355
|
prependInnerIcon?: IconValue | undefined;
|
357
356
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
358
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
359
357
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
358
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
360
359
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
361
360
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
361
|
+
centerAffix?: boolean | undefined;
|
362
362
|
hint?: string | undefined;
|
363
363
|
hideDetails?: boolean | "auto" | undefined;
|
364
364
|
customFilter?: FilterFunction | undefined;
|
@@ -367,13 +367,13 @@ declare const VAutocomplete: {
|
|
367
367
|
counterValue?: number | ((value: any) => number) | undefined;
|
368
368
|
modelModifiers?: Record<string, boolean> | undefined;
|
369
369
|
listProps?: (Partial<{
|
370
|
-
|
370
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
371
371
|
nav: boolean;
|
372
|
+
style: vue.StyleValue;
|
372
373
|
disabled: boolean;
|
373
374
|
tag: string;
|
374
|
-
rounded: string | number | boolean;
|
375
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
376
375
|
mandatory: boolean;
|
376
|
+
rounded: string | number | boolean;
|
377
377
|
tile: boolean;
|
378
378
|
density: Density;
|
379
379
|
slim: boolean;
|
@@ -386,11 +386,11 @@ declare const VAutocomplete: {
|
|
386
386
|
returnObject: boolean;
|
387
387
|
itemType: string;
|
388
388
|
}> & Omit<{
|
389
|
-
|
389
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
390
390
|
nav: boolean;
|
391
|
+
style: vue.StyleValue;
|
391
392
|
disabled: boolean;
|
392
393
|
tag: string;
|
393
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
394
394
|
mandatory: boolean;
|
395
395
|
tile: boolean;
|
396
396
|
density: Density;
|
@@ -403,19 +403,19 @@ declare const VAutocomplete: {
|
|
403
403
|
lines: false | "one" | "two" | "three";
|
404
404
|
returnObject: boolean;
|
405
405
|
itemType: string;
|
406
|
-
class?: any;
|
407
|
-
width?: string | number | undefined;
|
408
406
|
height?: string | number | undefined;
|
409
|
-
|
410
|
-
color?: string | undefined;
|
411
|
-
activated?: any;
|
407
|
+
width?: string | number | undefined;
|
412
408
|
border?: string | number | boolean | undefined;
|
413
|
-
|
409
|
+
color?: string | undefined;
|
414
410
|
maxHeight?: string | number | undefined;
|
415
411
|
maxWidth?: string | number | undefined;
|
416
412
|
minHeight?: string | number | undefined;
|
417
413
|
minWidth?: string | number | undefined;
|
414
|
+
activated?: any;
|
415
|
+
class?: any;
|
418
416
|
elevation?: string | number | undefined;
|
417
|
+
theme?: string | undefined;
|
418
|
+
rounded?: string | number | boolean | undefined;
|
419
419
|
baseColor?: string | undefined;
|
420
420
|
bgColor?: string | undefined;
|
421
421
|
activeColor?: string | undefined;
|
@@ -430,11 +430,11 @@ declare const VAutocomplete: {
|
|
430
430
|
path: unknown[];
|
431
431
|
}) => any) | undefined;
|
432
432
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
433
|
-
|
433
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
434
434
|
nav: boolean;
|
435
|
+
style: vue.StyleValue;
|
435
436
|
disabled: boolean;
|
436
437
|
tag: string;
|
437
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
438
438
|
mandatory: boolean;
|
439
439
|
tile: boolean;
|
440
440
|
density: Density;
|
@@ -448,19 +448,19 @@ declare const VAutocomplete: {
|
|
448
448
|
returnObject: boolean;
|
449
449
|
itemType: string;
|
450
450
|
} & {
|
451
|
-
class?: any;
|
452
|
-
width?: string | number | undefined;
|
453
451
|
height?: string | number | undefined;
|
454
|
-
|
455
|
-
color?: string | undefined;
|
456
|
-
activated?: any;
|
452
|
+
width?: string | number | undefined;
|
457
453
|
border?: string | number | boolean | undefined;
|
458
|
-
|
454
|
+
color?: string | undefined;
|
459
455
|
maxHeight?: string | number | undefined;
|
460
456
|
maxWidth?: string | number | undefined;
|
461
457
|
minHeight?: string | number | undefined;
|
462
458
|
minWidth?: string | number | undefined;
|
459
|
+
activated?: any;
|
460
|
+
class?: any;
|
463
461
|
elevation?: string | number | undefined;
|
462
|
+
theme?: string | undefined;
|
463
|
+
rounded?: string | number | boolean | undefined;
|
464
464
|
baseColor?: string | undefined;
|
465
465
|
bgColor?: string | undefined;
|
466
466
|
activeColor?: string | undefined;
|
@@ -475,7 +475,7 @@ declare const VAutocomplete: {
|
|
475
475
|
value: boolean;
|
476
476
|
path: unknown[];
|
477
477
|
}) => any) | undefined;
|
478
|
-
}, "
|
478
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
479
479
|
items?: readonly any[] | undefined;
|
480
480
|
itemTitle?: SelectItemKey<any>;
|
481
481
|
itemValue?: SelectItemKey<any>;
|
@@ -500,10 +500,10 @@ declare const VAutocomplete: {
|
|
500
500
|
title?: ((arg: ListItemTitleSlot & {
|
501
501
|
item: any;
|
502
502
|
}) => vue.VNodeChild) | undefined;
|
503
|
-
|
503
|
+
append?: ((arg: ListItemSlot & {
|
504
504
|
item: any;
|
505
505
|
}) => vue.VNodeChild) | undefined;
|
506
|
-
|
506
|
+
prepend?: ((arg: ListItemSlot & {
|
507
507
|
item: any;
|
508
508
|
}) => vue.VNodeChild) | undefined;
|
509
509
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -543,10 +543,10 @@ declare const VAutocomplete: {
|
|
543
543
|
title?: false | ((arg: ListItemTitleSlot & {
|
544
544
|
item: any;
|
545
545
|
}) => vue.VNodeChild) | undefined;
|
546
|
-
|
546
|
+
append?: false | ((arg: ListItemSlot & {
|
547
547
|
item: any;
|
548
548
|
}) => vue.VNodeChild) | undefined;
|
549
|
-
|
549
|
+
prepend?: false | ((arg: ListItemSlot & {
|
550
550
|
item: any;
|
551
551
|
}) => vue.VNodeChild) | undefined;
|
552
552
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -586,10 +586,10 @@ declare const VAutocomplete: {
|
|
586
586
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
587
587
|
item: any;
|
588
588
|
}) => vue.VNodeChild) | undefined;
|
589
|
-
"v-slot:
|
589
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
590
590
|
item: any;
|
591
591
|
}) => vue.VNodeChild) | undefined;
|
592
|
-
"v-slot:
|
592
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
593
593
|
item: any;
|
594
594
|
}) => vue.VNodeChild) | undefined;
|
595
595
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -626,22 +626,22 @@ declare const VAutocomplete: {
|
|
626
626
|
}) => vue.VNodeChild) | undefined;
|
627
627
|
}) | undefined;
|
628
628
|
menuProps?: (Partial<{
|
629
|
-
|
630
|
-
|
629
|
+
location: Anchor;
|
630
|
+
origin: "auto" | Anchor | "overlap";
|
631
631
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
632
632
|
component?: vue.Component | undefined;
|
633
633
|
})> | {
|
634
634
|
component: vue.Component;
|
635
635
|
};
|
636
636
|
zIndex: string | number;
|
637
|
+
style: vue.StyleValue;
|
637
638
|
eager: boolean;
|
639
|
+
disabled: boolean;
|
638
640
|
modelValue: boolean;
|
639
|
-
|
640
|
-
location: Anchor;
|
641
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
641
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
642
642
|
updateLocation: (e?: Event | undefined) => void;
|
643
|
-
} | undefined)
|
644
|
-
scrollStrategy: NonNullable<"
|
643
|
+
} | undefined)>;
|
644
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
645
645
|
closeDelay: NonNullable<string | number>;
|
646
646
|
openDelay: NonNullable<string | number>;
|
647
647
|
activatorProps: Record<string, any>;
|
@@ -655,22 +655,22 @@ declare const VAutocomplete: {
|
|
655
655
|
persistent: boolean;
|
656
656
|
scrim: NonNullable<string | boolean>;
|
657
657
|
}> & Omit<{
|
658
|
-
|
659
|
-
|
658
|
+
location: Anchor;
|
659
|
+
origin: "auto" | Anchor | "overlap";
|
660
660
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
661
661
|
component?: vue.Component | undefined;
|
662
662
|
})> | {
|
663
663
|
component: vue.Component;
|
664
664
|
};
|
665
665
|
zIndex: string | number;
|
666
|
+
style: vue.StyleValue;
|
666
667
|
eager: boolean;
|
668
|
+
disabled: boolean;
|
667
669
|
modelValue: boolean;
|
668
|
-
|
669
|
-
location: Anchor;
|
670
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
670
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
671
671
|
updateLocation: (e?: Event | undefined) => void;
|
672
|
-
} | undefined)
|
673
|
-
scrollStrategy: NonNullable<"
|
672
|
+
} | undefined)>;
|
673
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
674
674
|
closeDelay: NonNullable<string | number>;
|
675
675
|
openDelay: NonNullable<string | number>;
|
676
676
|
activatorProps: Record<string, any>;
|
@@ -681,20 +681,20 @@ declare const VAutocomplete: {
|
|
681
681
|
noClickAnimation: boolean;
|
682
682
|
persistent: boolean;
|
683
683
|
scrim: NonNullable<string | boolean>;
|
684
|
-
|
684
|
+
offset?: string | number | number[] | undefined;
|
685
685
|
id?: string | undefined;
|
686
|
-
width?: string | number | undefined;
|
687
686
|
height?: string | number | undefined;
|
688
|
-
|
689
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
690
|
-
offset?: string | number | number[] | undefined;
|
691
|
-
contentClass?: any;
|
692
|
-
opacity?: string | number | undefined;
|
687
|
+
width?: string | number | undefined;
|
693
688
|
maxHeight?: string | number | undefined;
|
694
689
|
maxWidth?: string | number | undefined;
|
695
690
|
minHeight?: string | number | undefined;
|
696
691
|
minWidth?: string | number | undefined;
|
697
|
-
|
692
|
+
opacity?: string | number | undefined;
|
693
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
694
|
+
class?: any;
|
695
|
+
theme?: string | undefined;
|
696
|
+
contentClass?: any;
|
697
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
698
698
|
openOnClick?: boolean | undefined;
|
699
699
|
openOnFocus?: boolean | undefined;
|
700
700
|
contentProps?: any;
|
@@ -731,22 +731,22 @@ declare const VAutocomplete: {
|
|
731
731
|
}) => vue.VNodeChild) | undefined;
|
732
732
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
733
733
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
734
|
-
|
735
|
-
|
734
|
+
location: Anchor;
|
735
|
+
origin: "auto" | Anchor | "overlap";
|
736
736
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
737
737
|
component?: vue.Component | undefined;
|
738
738
|
})> | {
|
739
739
|
component: vue.Component;
|
740
740
|
};
|
741
741
|
zIndex: string | number;
|
742
|
+
style: vue.StyleValue;
|
742
743
|
eager: boolean;
|
744
|
+
disabled: boolean;
|
743
745
|
modelValue: boolean;
|
744
|
-
|
745
|
-
location: Anchor;
|
746
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
746
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
747
747
|
updateLocation: (e?: Event | undefined) => void;
|
748
|
-
} | undefined)
|
749
|
-
scrollStrategy: NonNullable<"
|
748
|
+
} | undefined)>;
|
749
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
750
750
|
closeDelay: NonNullable<string | number>;
|
751
751
|
openDelay: NonNullable<string | number>;
|
752
752
|
activatorProps: Record<string, any>;
|
@@ -758,20 +758,20 @@ declare const VAutocomplete: {
|
|
758
758
|
persistent: boolean;
|
759
759
|
scrim: NonNullable<string | boolean>;
|
760
760
|
} & {
|
761
|
-
|
761
|
+
offset?: string | number | number[] | undefined;
|
762
762
|
id?: string | undefined;
|
763
|
-
width?: string | number | undefined;
|
764
763
|
height?: string | number | undefined;
|
765
|
-
|
766
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
767
|
-
offset?: string | number | number[] | undefined;
|
768
|
-
contentClass?: any;
|
769
|
-
opacity?: string | number | undefined;
|
764
|
+
width?: string | number | undefined;
|
770
765
|
maxHeight?: string | number | undefined;
|
771
766
|
maxWidth?: string | number | undefined;
|
772
767
|
minHeight?: string | number | undefined;
|
773
768
|
minWidth?: string | number | undefined;
|
774
|
-
|
769
|
+
opacity?: string | number | undefined;
|
770
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
771
|
+
class?: any;
|
772
|
+
theme?: string | undefined;
|
773
|
+
contentClass?: any;
|
774
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
775
775
|
openOnClick?: boolean | undefined;
|
776
776
|
openOnFocus?: boolean | undefined;
|
777
777
|
contentProps?: any;
|
@@ -810,7 +810,7 @@ declare const VAutocomplete: {
|
|
810
810
|
}) => vue.VNodeChild) | undefined;
|
811
811
|
} & {
|
812
812
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
813
|
-
}, "
|
813
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
814
814
|
itemColor?: string | undefined;
|
815
815
|
autoSelectFirst?: boolean | "exact" | undefined;
|
816
816
|
} & {
|
@@ -822,41 +822,40 @@ declare const VAutocomplete: {
|
|
822
822
|
'update:search': (value: any) => true;
|
823
823
|
'update:modelValue': (value: any) => boolean;
|
824
824
|
'update:menu': (value: boolean) => true;
|
825
|
-
}, "$children" | "v-slots" | "modelValue" | "items" | "
|
826
|
-
reverse: boolean;
|
825
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "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">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
827
826
|
flat: boolean;
|
828
|
-
|
829
|
-
|
827
|
+
reverse: boolean;
|
828
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
830
829
|
type: string;
|
831
|
-
active: boolean;
|
832
830
|
error: boolean;
|
833
|
-
|
834
|
-
|
835
|
-
noDataText: string;
|
831
|
+
active: boolean;
|
832
|
+
direction: "horizontal" | "vertical";
|
836
833
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
837
834
|
component?: vue.Component | undefined;
|
838
835
|
})>;
|
839
|
-
|
836
|
+
menu: boolean;
|
837
|
+
style: vue.StyleValue;
|
838
|
+
role: string;
|
839
|
+
autofocus: boolean;
|
840
840
|
eager: boolean;
|
841
|
+
disabled: boolean;
|
842
|
+
readonly: boolean | null;
|
843
|
+
messages: string | readonly string[];
|
844
|
+
noDataText: string;
|
845
|
+
focused: boolean;
|
841
846
|
errorMessages: string | readonly string[] | null;
|
842
847
|
maxErrors: string | number;
|
843
|
-
readonly: boolean | null;
|
844
848
|
rules: readonly ValidationRule[];
|
845
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
846
849
|
tile: boolean;
|
847
|
-
role: string;
|
848
850
|
density: Density;
|
849
|
-
direction: "horizontal" | "vertical";
|
850
851
|
valueComparator: typeof deepEqual;
|
851
852
|
clearIcon: IconValue;
|
852
|
-
centerAffix: boolean;
|
853
853
|
hideSpinButtons: boolean;
|
854
854
|
persistentHint: boolean;
|
855
855
|
filterMode: FilterMode;
|
856
856
|
noFilter: boolean;
|
857
857
|
filterKeys: NonNullable<FilterKeys>;
|
858
858
|
itemChildren: NonNullable<SelectItemKey>;
|
859
|
-
autofocus: boolean;
|
860
859
|
clearable: boolean;
|
861
860
|
persistentClear: boolean;
|
862
861
|
singleLine: boolean;
|
@@ -873,32 +872,33 @@ declare const VAutocomplete: {
|
|
873
872
|
clearOnSelect: boolean;
|
874
873
|
} & {
|
875
874
|
search?: string | undefined;
|
876
|
-
class?: any;
|
877
875
|
id?: string | undefined;
|
878
|
-
label?: string | undefined;
|
879
876
|
width?: string | number | undefined;
|
880
|
-
theme?: string | undefined;
|
881
|
-
color?: string | undefined;
|
882
877
|
name?: string | undefined;
|
883
|
-
|
878
|
+
color?: string | undefined;
|
879
|
+
maxWidth?: string | number | undefined;
|
880
|
+
minWidth?: string | number | undefined;
|
884
881
|
loading?: string | boolean | undefined;
|
882
|
+
label?: string | undefined;
|
883
|
+
prefix?: string | undefined;
|
884
|
+
class?: any;
|
885
885
|
placeholder?: string | undefined;
|
886
|
+
theme?: string | undefined;
|
886
887
|
counter?: string | number | boolean | undefined;
|
887
888
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
888
|
-
validateOn?: (("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"
|
889
|
+
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;
|
889
890
|
rounded?: string | number | boolean | undefined;
|
890
|
-
maxWidth?: string | number | undefined;
|
891
|
-
minWidth?: string | number | undefined;
|
892
891
|
baseColor?: string | undefined;
|
893
892
|
bgColor?: string | undefined;
|
894
893
|
prependIcon?: IconValue | undefined;
|
895
894
|
appendIcon?: IconValue | undefined;
|
896
895
|
prependInnerIcon?: IconValue | undefined;
|
897
896
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
898
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
899
897
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
898
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
900
899
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
901
900
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
901
|
+
centerAffix?: boolean | undefined;
|
902
902
|
hint?: string | undefined;
|
903
903
|
hideDetails?: boolean | "auto" | undefined;
|
904
904
|
customFilter?: FilterFunction | undefined;
|
@@ -907,13 +907,13 @@ declare const VAutocomplete: {
|
|
907
907
|
counterValue?: number | ((value: any) => number) | undefined;
|
908
908
|
modelModifiers?: Record<string, boolean> | undefined;
|
909
909
|
listProps?: (Partial<{
|
910
|
-
|
910
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
911
911
|
nav: boolean;
|
912
|
+
style: vue.StyleValue;
|
912
913
|
disabled: boolean;
|
913
914
|
tag: string;
|
914
|
-
rounded: string | number | boolean;
|
915
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
916
915
|
mandatory: boolean;
|
916
|
+
rounded: string | number | boolean;
|
917
917
|
tile: boolean;
|
918
918
|
density: Density;
|
919
919
|
slim: boolean;
|
@@ -926,11 +926,11 @@ declare const VAutocomplete: {
|
|
926
926
|
returnObject: boolean;
|
927
927
|
itemType: string;
|
928
928
|
}> & Omit<{
|
929
|
-
|
929
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
930
930
|
nav: boolean;
|
931
|
+
style: vue.StyleValue;
|
931
932
|
disabled: boolean;
|
932
933
|
tag: string;
|
933
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
934
934
|
mandatory: boolean;
|
935
935
|
tile: boolean;
|
936
936
|
density: Density;
|
@@ -943,19 +943,19 @@ declare const VAutocomplete: {
|
|
943
943
|
lines: false | "one" | "two" | "three";
|
944
944
|
returnObject: boolean;
|
945
945
|
itemType: string;
|
946
|
-
class?: any;
|
947
|
-
width?: string | number | undefined;
|
948
946
|
height?: string | number | undefined;
|
949
|
-
|
950
|
-
color?: string | undefined;
|
951
|
-
activated?: any;
|
947
|
+
width?: string | number | undefined;
|
952
948
|
border?: string | number | boolean | undefined;
|
953
|
-
|
949
|
+
color?: string | undefined;
|
954
950
|
maxHeight?: string | number | undefined;
|
955
951
|
maxWidth?: string | number | undefined;
|
956
952
|
minHeight?: string | number | undefined;
|
957
953
|
minWidth?: string | number | undefined;
|
954
|
+
activated?: any;
|
955
|
+
class?: any;
|
958
956
|
elevation?: string | number | undefined;
|
957
|
+
theme?: string | undefined;
|
958
|
+
rounded?: string | number | boolean | undefined;
|
959
959
|
baseColor?: string | undefined;
|
960
960
|
bgColor?: string | undefined;
|
961
961
|
activeColor?: string | undefined;
|
@@ -970,11 +970,11 @@ declare const VAutocomplete: {
|
|
970
970
|
path: unknown[];
|
971
971
|
}) => any) | undefined;
|
972
972
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
973
|
-
|
973
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
974
974
|
nav: boolean;
|
975
|
+
style: vue.StyleValue;
|
975
976
|
disabled: boolean;
|
976
977
|
tag: string;
|
977
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
978
978
|
mandatory: boolean;
|
979
979
|
tile: boolean;
|
980
980
|
density: Density;
|
@@ -988,19 +988,19 @@ declare const VAutocomplete: {
|
|
988
988
|
returnObject: boolean;
|
989
989
|
itemType: string;
|
990
990
|
} & {
|
991
|
-
class?: any;
|
992
|
-
width?: string | number | undefined;
|
993
991
|
height?: string | number | undefined;
|
994
|
-
|
995
|
-
color?: string | undefined;
|
996
|
-
activated?: any;
|
992
|
+
width?: string | number | undefined;
|
997
993
|
border?: string | number | boolean | undefined;
|
998
|
-
|
994
|
+
color?: string | undefined;
|
999
995
|
maxHeight?: string | number | undefined;
|
1000
996
|
maxWidth?: string | number | undefined;
|
1001
997
|
minHeight?: string | number | undefined;
|
1002
998
|
minWidth?: string | number | undefined;
|
999
|
+
activated?: any;
|
1000
|
+
class?: any;
|
1003
1001
|
elevation?: string | number | undefined;
|
1002
|
+
theme?: string | undefined;
|
1003
|
+
rounded?: string | number | boolean | undefined;
|
1004
1004
|
baseColor?: string | undefined;
|
1005
1005
|
bgColor?: string | undefined;
|
1006
1006
|
activeColor?: string | undefined;
|
@@ -1015,7 +1015,7 @@ declare const VAutocomplete: {
|
|
1015
1015
|
value: boolean;
|
1016
1016
|
path: unknown[];
|
1017
1017
|
}) => any) | undefined;
|
1018
|
-
}, "
|
1018
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
1019
1019
|
items?: readonly any[] | undefined;
|
1020
1020
|
itemTitle?: SelectItemKey<any>;
|
1021
1021
|
itemValue?: SelectItemKey<any>;
|
@@ -1040,10 +1040,10 @@ declare const VAutocomplete: {
|
|
1040
1040
|
title?: ((arg: ListItemTitleSlot & {
|
1041
1041
|
item: any;
|
1042
1042
|
}) => vue.VNodeChild) | undefined;
|
1043
|
-
|
1043
|
+
append?: ((arg: ListItemSlot & {
|
1044
1044
|
item: any;
|
1045
1045
|
}) => vue.VNodeChild) | undefined;
|
1046
|
-
|
1046
|
+
prepend?: ((arg: ListItemSlot & {
|
1047
1047
|
item: any;
|
1048
1048
|
}) => vue.VNodeChild) | undefined;
|
1049
1049
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -1083,10 +1083,10 @@ declare const VAutocomplete: {
|
|
1083
1083
|
title?: false | ((arg: ListItemTitleSlot & {
|
1084
1084
|
item: any;
|
1085
1085
|
}) => vue.VNodeChild) | undefined;
|
1086
|
-
|
1086
|
+
append?: false | ((arg: ListItemSlot & {
|
1087
1087
|
item: any;
|
1088
1088
|
}) => vue.VNodeChild) | undefined;
|
1089
|
-
|
1089
|
+
prepend?: false | ((arg: ListItemSlot & {
|
1090
1090
|
item: any;
|
1091
1091
|
}) => vue.VNodeChild) | undefined;
|
1092
1092
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -1126,10 +1126,10 @@ declare const VAutocomplete: {
|
|
1126
1126
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
1127
1127
|
item: any;
|
1128
1128
|
}) => vue.VNodeChild) | undefined;
|
1129
|
-
"v-slot:
|
1129
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
1130
1130
|
item: any;
|
1131
1131
|
}) => vue.VNodeChild) | undefined;
|
1132
|
-
"v-slot:
|
1132
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
1133
1133
|
item: any;
|
1134
1134
|
}) => vue.VNodeChild) | undefined;
|
1135
1135
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -1166,22 +1166,22 @@ declare const VAutocomplete: {
|
|
1166
1166
|
}) => vue.VNodeChild) | undefined;
|
1167
1167
|
}) | undefined;
|
1168
1168
|
menuProps?: (Partial<{
|
1169
|
-
|
1170
|
-
|
1169
|
+
location: Anchor;
|
1170
|
+
origin: "auto" | Anchor | "overlap";
|
1171
1171
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1172
1172
|
component?: vue.Component | undefined;
|
1173
1173
|
})> | {
|
1174
1174
|
component: vue.Component;
|
1175
1175
|
};
|
1176
1176
|
zIndex: string | number;
|
1177
|
+
style: vue.StyleValue;
|
1177
1178
|
eager: boolean;
|
1179
|
+
disabled: boolean;
|
1178
1180
|
modelValue: boolean;
|
1179
|
-
|
1180
|
-
location: Anchor;
|
1181
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1181
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1182
1182
|
updateLocation: (e?: Event | undefined) => void;
|
1183
|
-
} | undefined)
|
1184
|
-
scrollStrategy: NonNullable<"
|
1183
|
+
} | undefined)>;
|
1184
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1185
1185
|
closeDelay: NonNullable<string | number>;
|
1186
1186
|
openDelay: NonNullable<string | number>;
|
1187
1187
|
activatorProps: Record<string, any>;
|
@@ -1195,22 +1195,22 @@ declare const VAutocomplete: {
|
|
1195
1195
|
persistent: boolean;
|
1196
1196
|
scrim: NonNullable<string | boolean>;
|
1197
1197
|
}> & Omit<{
|
1198
|
-
|
1199
|
-
|
1198
|
+
location: Anchor;
|
1199
|
+
origin: "auto" | Anchor | "overlap";
|
1200
1200
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1201
1201
|
component?: vue.Component | undefined;
|
1202
1202
|
})> | {
|
1203
1203
|
component: vue.Component;
|
1204
1204
|
};
|
1205
1205
|
zIndex: string | number;
|
1206
|
+
style: vue.StyleValue;
|
1206
1207
|
eager: boolean;
|
1208
|
+
disabled: boolean;
|
1207
1209
|
modelValue: boolean;
|
1208
|
-
|
1209
|
-
location: Anchor;
|
1210
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1210
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1211
1211
|
updateLocation: (e?: Event | undefined) => void;
|
1212
|
-
} | undefined)
|
1213
|
-
scrollStrategy: NonNullable<"
|
1212
|
+
} | undefined)>;
|
1213
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1214
1214
|
closeDelay: NonNullable<string | number>;
|
1215
1215
|
openDelay: NonNullable<string | number>;
|
1216
1216
|
activatorProps: Record<string, any>;
|
@@ -1221,20 +1221,20 @@ declare const VAutocomplete: {
|
|
1221
1221
|
noClickAnimation: boolean;
|
1222
1222
|
persistent: boolean;
|
1223
1223
|
scrim: NonNullable<string | boolean>;
|
1224
|
-
|
1224
|
+
offset?: string | number | number[] | undefined;
|
1225
1225
|
id?: string | undefined;
|
1226
|
-
width?: string | number | undefined;
|
1227
1226
|
height?: string | number | undefined;
|
1228
|
-
|
1229
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1230
|
-
offset?: string | number | number[] | undefined;
|
1231
|
-
contentClass?: any;
|
1232
|
-
opacity?: string | number | undefined;
|
1227
|
+
width?: string | number | undefined;
|
1233
1228
|
maxHeight?: string | number | undefined;
|
1234
1229
|
maxWidth?: string | number | undefined;
|
1235
1230
|
minHeight?: string | number | undefined;
|
1236
1231
|
minWidth?: string | number | undefined;
|
1237
|
-
|
1232
|
+
opacity?: string | number | undefined;
|
1233
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1234
|
+
class?: any;
|
1235
|
+
theme?: string | undefined;
|
1236
|
+
contentClass?: any;
|
1237
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1238
1238
|
openOnClick?: boolean | undefined;
|
1239
1239
|
openOnFocus?: boolean | undefined;
|
1240
1240
|
contentProps?: any;
|
@@ -1271,22 +1271,22 @@ declare const VAutocomplete: {
|
|
1271
1271
|
}) => vue.VNodeChild) | undefined;
|
1272
1272
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1273
1273
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1274
|
-
|
1275
|
-
|
1274
|
+
location: Anchor;
|
1275
|
+
origin: "auto" | Anchor | "overlap";
|
1276
1276
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1277
1277
|
component?: vue.Component | undefined;
|
1278
1278
|
})> | {
|
1279
1279
|
component: vue.Component;
|
1280
1280
|
};
|
1281
1281
|
zIndex: string | number;
|
1282
|
+
style: vue.StyleValue;
|
1282
1283
|
eager: boolean;
|
1284
|
+
disabled: boolean;
|
1283
1285
|
modelValue: boolean;
|
1284
|
-
|
1285
|
-
location: Anchor;
|
1286
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1286
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1287
1287
|
updateLocation: (e?: Event | undefined) => void;
|
1288
|
-
} | undefined)
|
1289
|
-
scrollStrategy: NonNullable<"
|
1288
|
+
} | undefined)>;
|
1289
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1290
1290
|
closeDelay: NonNullable<string | number>;
|
1291
1291
|
openDelay: NonNullable<string | number>;
|
1292
1292
|
activatorProps: Record<string, any>;
|
@@ -1298,20 +1298,20 @@ declare const VAutocomplete: {
|
|
1298
1298
|
persistent: boolean;
|
1299
1299
|
scrim: NonNullable<string | boolean>;
|
1300
1300
|
} & {
|
1301
|
-
|
1301
|
+
offset?: string | number | number[] | undefined;
|
1302
1302
|
id?: string | undefined;
|
1303
|
-
width?: string | number | undefined;
|
1304
1303
|
height?: string | number | undefined;
|
1305
|
-
|
1306
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1307
|
-
offset?: string | number | number[] | undefined;
|
1308
|
-
contentClass?: any;
|
1309
|
-
opacity?: string | number | undefined;
|
1304
|
+
width?: string | number | undefined;
|
1310
1305
|
maxHeight?: string | number | undefined;
|
1311
1306
|
maxWidth?: string | number | undefined;
|
1312
1307
|
minHeight?: string | number | undefined;
|
1313
1308
|
minWidth?: string | number | undefined;
|
1314
|
-
|
1309
|
+
opacity?: string | number | undefined;
|
1310
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1311
|
+
class?: any;
|
1312
|
+
theme?: string | undefined;
|
1313
|
+
contentClass?: any;
|
1314
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1315
1315
|
openOnClick?: boolean | undefined;
|
1316
1316
|
openOnFocus?: boolean | undefined;
|
1317
1317
|
contentProps?: any;
|
@@ -1350,7 +1350,7 @@ declare const VAutocomplete: {
|
|
1350
1350
|
}) => vue.VNodeChild) | undefined;
|
1351
1351
|
} & {
|
1352
1352
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1353
|
-
}, "
|
1353
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1354
1354
|
itemColor?: string | undefined;
|
1355
1355
|
autoSelectFirst?: boolean | "exact" | undefined;
|
1356
1356
|
} & {
|
@@ -1358,31 +1358,32 @@ declare const VAutocomplete: {
|
|
1358
1358
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
1359
1359
|
"onUpdate:search"?: ((value: any) => any) | undefined;
|
1360
1360
|
}, {
|
1361
|
-
reverse: boolean;
|
1362
1361
|
flat: boolean;
|
1363
|
-
|
1364
|
-
|
1362
|
+
reverse: boolean;
|
1363
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1365
1364
|
type: string;
|
1366
|
-
active: boolean;
|
1367
1365
|
error: boolean;
|
1368
|
-
|
1369
|
-
|
1370
|
-
noDataText: string;
|
1366
|
+
active: boolean;
|
1367
|
+
direction: "horizontal" | "vertical";
|
1371
1368
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1372
1369
|
component?: vue.Component | undefined;
|
1373
1370
|
})>;
|
1374
|
-
|
1371
|
+
menu: boolean;
|
1372
|
+
style: vue.StyleValue;
|
1373
|
+
role: string;
|
1374
|
+
autofocus: boolean;
|
1375
1375
|
eager: boolean;
|
1376
|
+
disabled: boolean;
|
1377
|
+
readonly: boolean | null;
|
1378
|
+
messages: string | readonly string[];
|
1379
|
+
noDataText: string;
|
1380
|
+
focused: boolean;
|
1376
1381
|
errorMessages: string | readonly string[] | null;
|
1377
1382
|
maxErrors: string | number;
|
1378
|
-
readonly: boolean | null;
|
1379
1383
|
rules: readonly ValidationRule[];
|
1380
1384
|
rounded: string | number | boolean;
|
1381
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1382
1385
|
tile: boolean;
|
1383
|
-
role: string;
|
1384
1386
|
density: Density;
|
1385
|
-
direction: "horizontal" | "vertical";
|
1386
1387
|
valueComparator: typeof deepEqual;
|
1387
1388
|
clearIcon: IconValue;
|
1388
1389
|
centerAffix: boolean;
|
@@ -1392,7 +1393,6 @@ declare const VAutocomplete: {
|
|
1392
1393
|
noFilter: boolean;
|
1393
1394
|
filterKeys: NonNullable<FilterKeys>;
|
1394
1395
|
itemChildren: NonNullable<SelectItemKey>;
|
1395
|
-
autofocus: boolean;
|
1396
1396
|
clearable: boolean;
|
1397
1397
|
persistentClear: boolean;
|
1398
1398
|
singleLine: boolean;
|
@@ -1408,6 +1408,9 @@ declare const VAutocomplete: {
|
|
1408
1408
|
openOnClear: boolean;
|
1409
1409
|
clearOnSelect: boolean;
|
1410
1410
|
}, true, {}, vue.SlotsType<Partial<{
|
1411
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1412
|
+
[key: string]: any;
|
1413
|
+
}>[];
|
1411
1414
|
clear: (arg: DefaultInputSlot & {
|
1412
1415
|
props: Record<string, any>;
|
1413
1416
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1422,15 +1425,12 @@ declare const VAutocomplete: {
|
|
1422
1425
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1423
1426
|
[key: string]: any;
|
1424
1427
|
}>[];
|
1425
|
-
|
1428
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1426
1429
|
[key: string]: any;
|
1427
1430
|
}>[];
|
1428
1431
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1429
1432
|
[key: string]: any;
|
1430
1433
|
}>[];
|
1431
|
-
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1432
|
-
[key: string]: any;
|
1433
|
-
}>[];
|
1434
1434
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1435
1435
|
[key: string]: any;
|
1436
1436
|
}>[];
|
@@ -1477,40 +1477,39 @@ declare const VAutocomplete: {
|
|
1477
1477
|
M: {};
|
1478
1478
|
Defaults: {};
|
1479
1479
|
}, {
|
1480
|
-
reverse: boolean;
|
1481
1480
|
flat: boolean;
|
1482
|
-
|
1483
|
-
|
1481
|
+
reverse: boolean;
|
1482
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1484
1483
|
type: string;
|
1485
|
-
active: boolean;
|
1486
1484
|
error: boolean;
|
1487
|
-
|
1488
|
-
|
1489
|
-
noDataText: string;
|
1485
|
+
active: boolean;
|
1486
|
+
direction: "horizontal" | "vertical";
|
1490
1487
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1491
1488
|
component?: vue.Component | undefined;
|
1492
1489
|
})>;
|
1493
|
-
|
1490
|
+
menu: boolean;
|
1491
|
+
style: vue.StyleValue;
|
1492
|
+
role: string;
|
1493
|
+
autofocus: boolean;
|
1494
1494
|
eager: boolean;
|
1495
|
+
disabled: boolean;
|
1496
|
+
readonly: boolean | null;
|
1497
|
+
messages: string | readonly string[];
|
1498
|
+
noDataText: string;
|
1499
|
+
focused: boolean;
|
1495
1500
|
errorMessages: string | readonly string[] | null;
|
1496
1501
|
maxErrors: string | number;
|
1497
|
-
readonly: boolean | null;
|
1498
1502
|
rules: readonly ValidationRule[];
|
1499
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1500
1503
|
tile: boolean;
|
1501
|
-
role: string;
|
1502
1504
|
density: Density;
|
1503
|
-
direction: "horizontal" | "vertical";
|
1504
1505
|
valueComparator: typeof deepEqual;
|
1505
1506
|
clearIcon: IconValue;
|
1506
|
-
centerAffix: boolean;
|
1507
1507
|
hideSpinButtons: boolean;
|
1508
1508
|
persistentHint: boolean;
|
1509
1509
|
filterMode: FilterMode;
|
1510
1510
|
noFilter: boolean;
|
1511
1511
|
filterKeys: NonNullable<FilterKeys>;
|
1512
1512
|
itemChildren: NonNullable<SelectItemKey>;
|
1513
|
-
autofocus: boolean;
|
1514
1513
|
clearable: boolean;
|
1515
1514
|
persistentClear: boolean;
|
1516
1515
|
singleLine: boolean;
|
@@ -1527,32 +1526,33 @@ declare const VAutocomplete: {
|
|
1527
1526
|
clearOnSelect: boolean;
|
1528
1527
|
} & {
|
1529
1528
|
search?: string | undefined;
|
1530
|
-
class?: any;
|
1531
1529
|
id?: string | undefined;
|
1532
|
-
label?: string | undefined;
|
1533
1530
|
width?: string | number | undefined;
|
1534
|
-
theme?: string | undefined;
|
1535
|
-
color?: string | undefined;
|
1536
1531
|
name?: string | undefined;
|
1537
|
-
|
1532
|
+
color?: string | undefined;
|
1533
|
+
maxWidth?: string | number | undefined;
|
1534
|
+
minWidth?: string | number | undefined;
|
1538
1535
|
loading?: string | boolean | undefined;
|
1536
|
+
label?: string | undefined;
|
1537
|
+
prefix?: string | undefined;
|
1538
|
+
class?: any;
|
1539
1539
|
placeholder?: string | undefined;
|
1540
|
+
theme?: string | undefined;
|
1540
1541
|
counter?: string | number | boolean | undefined;
|
1541
1542
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1542
|
-
validateOn?: (("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"
|
1543
|
+
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;
|
1543
1544
|
rounded?: string | number | boolean | undefined;
|
1544
|
-
maxWidth?: string | number | undefined;
|
1545
|
-
minWidth?: string | number | undefined;
|
1546
1545
|
baseColor?: string | undefined;
|
1547
1546
|
bgColor?: string | undefined;
|
1548
1547
|
prependIcon?: IconValue | undefined;
|
1549
1548
|
appendIcon?: IconValue | undefined;
|
1550
1549
|
prependInnerIcon?: IconValue | undefined;
|
1551
1550
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1552
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1553
1551
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1552
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1554
1553
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1555
1554
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1555
|
+
centerAffix?: boolean | undefined;
|
1556
1556
|
hint?: string | undefined;
|
1557
1557
|
hideDetails?: boolean | "auto" | undefined;
|
1558
1558
|
customFilter?: FilterFunction | undefined;
|
@@ -1561,13 +1561,13 @@ declare const VAutocomplete: {
|
|
1561
1561
|
counterValue?: number | ((value: any) => number) | undefined;
|
1562
1562
|
modelModifiers?: Record<string, boolean> | undefined;
|
1563
1563
|
listProps?: (Partial<{
|
1564
|
-
|
1564
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1565
1565
|
nav: boolean;
|
1566
|
+
style: vue.StyleValue;
|
1566
1567
|
disabled: boolean;
|
1567
1568
|
tag: string;
|
1568
|
-
rounded: string | number | boolean;
|
1569
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1570
1569
|
mandatory: boolean;
|
1570
|
+
rounded: string | number | boolean;
|
1571
1571
|
tile: boolean;
|
1572
1572
|
density: Density;
|
1573
1573
|
slim: boolean;
|
@@ -1580,11 +1580,11 @@ declare const VAutocomplete: {
|
|
1580
1580
|
returnObject: boolean;
|
1581
1581
|
itemType: string;
|
1582
1582
|
}> & Omit<{
|
1583
|
-
|
1583
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1584
1584
|
nav: boolean;
|
1585
|
+
style: vue.StyleValue;
|
1585
1586
|
disabled: boolean;
|
1586
1587
|
tag: string;
|
1587
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1588
1588
|
mandatory: boolean;
|
1589
1589
|
tile: boolean;
|
1590
1590
|
density: Density;
|
@@ -1597,19 +1597,19 @@ declare const VAutocomplete: {
|
|
1597
1597
|
lines: false | "one" | "two" | "three";
|
1598
1598
|
returnObject: boolean;
|
1599
1599
|
itemType: string;
|
1600
|
-
class?: any;
|
1601
|
-
width?: string | number | undefined;
|
1602
1600
|
height?: string | number | undefined;
|
1603
|
-
|
1604
|
-
color?: string | undefined;
|
1605
|
-
activated?: any;
|
1601
|
+
width?: string | number | undefined;
|
1606
1602
|
border?: string | number | boolean | undefined;
|
1607
|
-
|
1603
|
+
color?: string | undefined;
|
1608
1604
|
maxHeight?: string | number | undefined;
|
1609
1605
|
maxWidth?: string | number | undefined;
|
1610
1606
|
minHeight?: string | number | undefined;
|
1611
1607
|
minWidth?: string | number | undefined;
|
1608
|
+
activated?: any;
|
1609
|
+
class?: any;
|
1612
1610
|
elevation?: string | number | undefined;
|
1611
|
+
theme?: string | undefined;
|
1612
|
+
rounded?: string | number | boolean | undefined;
|
1613
1613
|
baseColor?: string | undefined;
|
1614
1614
|
bgColor?: string | undefined;
|
1615
1615
|
activeColor?: string | undefined;
|
@@ -1624,11 +1624,11 @@ declare const VAutocomplete: {
|
|
1624
1624
|
path: unknown[];
|
1625
1625
|
}) => any) | undefined;
|
1626
1626
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1627
|
-
|
1627
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1628
1628
|
nav: boolean;
|
1629
|
+
style: vue.StyleValue;
|
1629
1630
|
disabled: boolean;
|
1630
1631
|
tag: string;
|
1631
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1632
1632
|
mandatory: boolean;
|
1633
1633
|
tile: boolean;
|
1634
1634
|
density: Density;
|
@@ -1642,19 +1642,19 @@ declare const VAutocomplete: {
|
|
1642
1642
|
returnObject: boolean;
|
1643
1643
|
itemType: string;
|
1644
1644
|
} & {
|
1645
|
-
class?: any;
|
1646
|
-
width?: string | number | undefined;
|
1647
1645
|
height?: string | number | undefined;
|
1648
|
-
|
1649
|
-
color?: string | undefined;
|
1650
|
-
activated?: any;
|
1646
|
+
width?: string | number | undefined;
|
1651
1647
|
border?: string | number | boolean | undefined;
|
1652
|
-
|
1648
|
+
color?: string | undefined;
|
1653
1649
|
maxHeight?: string | number | undefined;
|
1654
1650
|
maxWidth?: string | number | undefined;
|
1655
1651
|
minHeight?: string | number | undefined;
|
1656
1652
|
minWidth?: string | number | undefined;
|
1653
|
+
activated?: any;
|
1654
|
+
class?: any;
|
1657
1655
|
elevation?: string | number | undefined;
|
1656
|
+
theme?: string | undefined;
|
1657
|
+
rounded?: string | number | boolean | undefined;
|
1658
1658
|
baseColor?: string | undefined;
|
1659
1659
|
bgColor?: string | undefined;
|
1660
1660
|
activeColor?: string | undefined;
|
@@ -1669,7 +1669,7 @@ declare const VAutocomplete: {
|
|
1669
1669
|
value: boolean;
|
1670
1670
|
path: unknown[];
|
1671
1671
|
}) => any) | undefined;
|
1672
|
-
}, "
|
1672
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
1673
1673
|
items?: readonly any[] | undefined;
|
1674
1674
|
itemTitle?: SelectItemKey<any>;
|
1675
1675
|
itemValue?: SelectItemKey<any>;
|
@@ -1694,10 +1694,10 @@ declare const VAutocomplete: {
|
|
1694
1694
|
title?: ((arg: ListItemTitleSlot & {
|
1695
1695
|
item: any;
|
1696
1696
|
}) => vue.VNodeChild) | undefined;
|
1697
|
-
|
1697
|
+
append?: ((arg: ListItemSlot & {
|
1698
1698
|
item: any;
|
1699
1699
|
}) => vue.VNodeChild) | undefined;
|
1700
|
-
|
1700
|
+
prepend?: ((arg: ListItemSlot & {
|
1701
1701
|
item: any;
|
1702
1702
|
}) => vue.VNodeChild) | undefined;
|
1703
1703
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -1737,10 +1737,10 @@ declare const VAutocomplete: {
|
|
1737
1737
|
title?: false | ((arg: ListItemTitleSlot & {
|
1738
1738
|
item: any;
|
1739
1739
|
}) => vue.VNodeChild) | undefined;
|
1740
|
-
|
1740
|
+
append?: false | ((arg: ListItemSlot & {
|
1741
1741
|
item: any;
|
1742
1742
|
}) => vue.VNodeChild) | undefined;
|
1743
|
-
|
1743
|
+
prepend?: false | ((arg: ListItemSlot & {
|
1744
1744
|
item: any;
|
1745
1745
|
}) => vue.VNodeChild) | undefined;
|
1746
1746
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -1780,10 +1780,10 @@ declare const VAutocomplete: {
|
|
1780
1780
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
1781
1781
|
item: any;
|
1782
1782
|
}) => vue.VNodeChild) | undefined;
|
1783
|
-
"v-slot:
|
1783
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
1784
1784
|
item: any;
|
1785
1785
|
}) => vue.VNodeChild) | undefined;
|
1786
|
-
"v-slot:
|
1786
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
1787
1787
|
item: any;
|
1788
1788
|
}) => vue.VNodeChild) | undefined;
|
1789
1789
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -1820,22 +1820,22 @@ declare const VAutocomplete: {
|
|
1820
1820
|
}) => vue.VNodeChild) | undefined;
|
1821
1821
|
}) | undefined;
|
1822
1822
|
menuProps?: (Partial<{
|
1823
|
-
|
1824
|
-
|
1823
|
+
location: Anchor;
|
1824
|
+
origin: "auto" | Anchor | "overlap";
|
1825
1825
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1826
1826
|
component?: vue.Component | undefined;
|
1827
1827
|
})> | {
|
1828
1828
|
component: vue.Component;
|
1829
1829
|
};
|
1830
1830
|
zIndex: string | number;
|
1831
|
+
style: vue.StyleValue;
|
1831
1832
|
eager: boolean;
|
1833
|
+
disabled: boolean;
|
1832
1834
|
modelValue: boolean;
|
1833
|
-
|
1834
|
-
location: Anchor;
|
1835
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1835
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1836
1836
|
updateLocation: (e?: Event | undefined) => void;
|
1837
|
-
} | undefined)
|
1838
|
-
scrollStrategy: NonNullable<"
|
1837
|
+
} | undefined)>;
|
1838
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1839
1839
|
closeDelay: NonNullable<string | number>;
|
1840
1840
|
openDelay: NonNullable<string | number>;
|
1841
1841
|
activatorProps: Record<string, any>;
|
@@ -1849,22 +1849,22 @@ declare const VAutocomplete: {
|
|
1849
1849
|
persistent: boolean;
|
1850
1850
|
scrim: NonNullable<string | boolean>;
|
1851
1851
|
}> & Omit<{
|
1852
|
-
|
1853
|
-
|
1852
|
+
location: Anchor;
|
1853
|
+
origin: "auto" | Anchor | "overlap";
|
1854
1854
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1855
1855
|
component?: vue.Component | undefined;
|
1856
1856
|
})> | {
|
1857
1857
|
component: vue.Component;
|
1858
1858
|
};
|
1859
1859
|
zIndex: string | number;
|
1860
|
+
style: vue.StyleValue;
|
1860
1861
|
eager: boolean;
|
1862
|
+
disabled: boolean;
|
1861
1863
|
modelValue: boolean;
|
1862
|
-
|
1863
|
-
location: Anchor;
|
1864
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1864
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1865
1865
|
updateLocation: (e?: Event | undefined) => void;
|
1866
|
-
} | undefined)
|
1867
|
-
scrollStrategy: NonNullable<"
|
1866
|
+
} | undefined)>;
|
1867
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1868
1868
|
closeDelay: NonNullable<string | number>;
|
1869
1869
|
openDelay: NonNullable<string | number>;
|
1870
1870
|
activatorProps: Record<string, any>;
|
@@ -1875,20 +1875,20 @@ declare const VAutocomplete: {
|
|
1875
1875
|
noClickAnimation: boolean;
|
1876
1876
|
persistent: boolean;
|
1877
1877
|
scrim: NonNullable<string | boolean>;
|
1878
|
-
|
1878
|
+
offset?: string | number | number[] | undefined;
|
1879
1879
|
id?: string | undefined;
|
1880
|
-
width?: string | number | undefined;
|
1881
1880
|
height?: string | number | undefined;
|
1882
|
-
|
1883
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1884
|
-
offset?: string | number | number[] | undefined;
|
1885
|
-
contentClass?: any;
|
1886
|
-
opacity?: string | number | undefined;
|
1881
|
+
width?: string | number | undefined;
|
1887
1882
|
maxHeight?: string | number | undefined;
|
1888
1883
|
maxWidth?: string | number | undefined;
|
1889
1884
|
minHeight?: string | number | undefined;
|
1890
1885
|
minWidth?: string | number | undefined;
|
1891
|
-
|
1886
|
+
opacity?: string | number | undefined;
|
1887
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1888
|
+
class?: any;
|
1889
|
+
theme?: string | undefined;
|
1890
|
+
contentClass?: any;
|
1891
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1892
1892
|
openOnClick?: boolean | undefined;
|
1893
1893
|
openOnFocus?: boolean | undefined;
|
1894
1894
|
contentProps?: any;
|
@@ -1925,22 +1925,22 @@ declare const VAutocomplete: {
|
|
1925
1925
|
}) => vue.VNodeChild) | undefined;
|
1926
1926
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1927
1927
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1928
|
-
|
1929
|
-
|
1928
|
+
location: Anchor;
|
1929
|
+
origin: "auto" | Anchor | "overlap";
|
1930
1930
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1931
1931
|
component?: vue.Component | undefined;
|
1932
1932
|
})> | {
|
1933
1933
|
component: vue.Component;
|
1934
1934
|
};
|
1935
1935
|
zIndex: string | number;
|
1936
|
+
style: vue.StyleValue;
|
1936
1937
|
eager: boolean;
|
1938
|
+
disabled: boolean;
|
1937
1939
|
modelValue: boolean;
|
1938
|
-
|
1939
|
-
location: Anchor;
|
1940
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1940
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1941
1941
|
updateLocation: (e?: Event | undefined) => void;
|
1942
|
-
} | undefined)
|
1943
|
-
scrollStrategy: NonNullable<"
|
1942
|
+
} | undefined)>;
|
1943
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1944
1944
|
closeDelay: NonNullable<string | number>;
|
1945
1945
|
openDelay: NonNullable<string | number>;
|
1946
1946
|
activatorProps: Record<string, any>;
|
@@ -1952,20 +1952,20 @@ declare const VAutocomplete: {
|
|
1952
1952
|
persistent: boolean;
|
1953
1953
|
scrim: NonNullable<string | boolean>;
|
1954
1954
|
} & {
|
1955
|
-
|
1955
|
+
offset?: string | number | number[] | undefined;
|
1956
1956
|
id?: string | undefined;
|
1957
|
-
width?: string | number | undefined;
|
1958
1957
|
height?: string | number | undefined;
|
1959
|
-
|
1960
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1961
|
-
offset?: string | number | number[] | undefined;
|
1962
|
-
contentClass?: any;
|
1963
|
-
opacity?: string | number | undefined;
|
1958
|
+
width?: string | number | undefined;
|
1964
1959
|
maxHeight?: string | number | undefined;
|
1965
1960
|
maxWidth?: string | number | undefined;
|
1966
1961
|
minHeight?: string | number | undefined;
|
1967
1962
|
minWidth?: string | number | undefined;
|
1968
|
-
|
1963
|
+
opacity?: string | number | undefined;
|
1964
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1965
|
+
class?: any;
|
1966
|
+
theme?: string | undefined;
|
1967
|
+
contentClass?: any;
|
1968
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1969
1969
|
openOnClick?: boolean | undefined;
|
1970
1970
|
openOnFocus?: boolean | undefined;
|
1971
1971
|
contentProps?: any;
|
@@ -2004,7 +2004,7 @@ declare const VAutocomplete: {
|
|
2004
2004
|
}) => vue.VNodeChild) | undefined;
|
2005
2005
|
} & {
|
2006
2006
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2007
|
-
}, "
|
2007
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2008
2008
|
itemColor?: string | undefined;
|
2009
2009
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2010
2010
|
} & {
|
@@ -2012,31 +2012,32 @@ declare const VAutocomplete: {
|
|
2012
2012
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
2013
2013
|
"onUpdate:search"?: ((value: any) => any) | undefined;
|
2014
2014
|
}, any, {}, {}, {}, {
|
2015
|
-
reverse: boolean;
|
2016
2015
|
flat: boolean;
|
2017
|
-
|
2018
|
-
|
2016
|
+
reverse: boolean;
|
2017
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2019
2018
|
type: string;
|
2020
|
-
active: boolean;
|
2021
2019
|
error: boolean;
|
2022
|
-
|
2023
|
-
|
2024
|
-
noDataText: string;
|
2020
|
+
active: boolean;
|
2021
|
+
direction: "horizontal" | "vertical";
|
2025
2022
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2026
2023
|
component?: vue.Component | undefined;
|
2027
2024
|
})>;
|
2028
|
-
|
2025
|
+
menu: boolean;
|
2026
|
+
style: vue.StyleValue;
|
2027
|
+
role: string;
|
2028
|
+
autofocus: boolean;
|
2029
2029
|
eager: boolean;
|
2030
|
+
disabled: boolean;
|
2031
|
+
readonly: boolean | null;
|
2032
|
+
messages: string | readonly string[];
|
2033
|
+
noDataText: string;
|
2034
|
+
focused: boolean;
|
2030
2035
|
errorMessages: string | readonly string[] | null;
|
2031
2036
|
maxErrors: string | number;
|
2032
|
-
readonly: boolean | null;
|
2033
2037
|
rules: readonly ValidationRule[];
|
2034
2038
|
rounded: string | number | boolean;
|
2035
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2036
2039
|
tile: boolean;
|
2037
|
-
role: string;
|
2038
2040
|
density: Density;
|
2039
|
-
direction: "horizontal" | "vertical";
|
2040
2041
|
valueComparator: typeof deepEqual;
|
2041
2042
|
clearIcon: IconValue;
|
2042
2043
|
centerAffix: boolean;
|
@@ -2046,7 +2047,6 @@ declare const VAutocomplete: {
|
|
2046
2047
|
noFilter: boolean;
|
2047
2048
|
filterKeys: NonNullable<FilterKeys>;
|
2048
2049
|
itemChildren: NonNullable<SelectItemKey>;
|
2049
|
-
autofocus: boolean;
|
2050
2050
|
clearable: boolean;
|
2051
2051
|
persistentClear: boolean;
|
2052
2052
|
singleLine: boolean;
|
@@ -2066,40 +2066,39 @@ declare const VAutocomplete: {
|
|
2066
2066
|
__isTeleport?: undefined;
|
2067
2067
|
__isSuspense?: undefined;
|
2068
2068
|
} & vue.ComponentOptionsBase<{
|
2069
|
-
reverse: boolean;
|
2070
2069
|
flat: boolean;
|
2071
|
-
|
2072
|
-
|
2070
|
+
reverse: boolean;
|
2071
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2073
2072
|
type: string;
|
2074
|
-
active: boolean;
|
2075
2073
|
error: boolean;
|
2076
|
-
|
2077
|
-
|
2078
|
-
noDataText: string;
|
2074
|
+
active: boolean;
|
2075
|
+
direction: "horizontal" | "vertical";
|
2079
2076
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2080
2077
|
component?: vue.Component | undefined;
|
2081
2078
|
})>;
|
2082
|
-
|
2079
|
+
menu: boolean;
|
2080
|
+
style: vue.StyleValue;
|
2081
|
+
role: string;
|
2082
|
+
autofocus: boolean;
|
2083
2083
|
eager: boolean;
|
2084
|
+
disabled: boolean;
|
2085
|
+
readonly: boolean | null;
|
2086
|
+
messages: string | readonly string[];
|
2087
|
+
noDataText: string;
|
2088
|
+
focused: boolean;
|
2084
2089
|
errorMessages: string | readonly string[] | null;
|
2085
2090
|
maxErrors: string | number;
|
2086
|
-
readonly: boolean | null;
|
2087
2091
|
rules: readonly ValidationRule[];
|
2088
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2089
2092
|
tile: boolean;
|
2090
|
-
role: string;
|
2091
2093
|
density: Density;
|
2092
|
-
direction: "horizontal" | "vertical";
|
2093
2094
|
valueComparator: typeof deepEqual;
|
2094
2095
|
clearIcon: IconValue;
|
2095
|
-
centerAffix: boolean;
|
2096
2096
|
hideSpinButtons: boolean;
|
2097
2097
|
persistentHint: boolean;
|
2098
2098
|
filterMode: FilterMode;
|
2099
2099
|
noFilter: boolean;
|
2100
2100
|
filterKeys: NonNullable<FilterKeys>;
|
2101
2101
|
itemChildren: NonNullable<SelectItemKey>;
|
2102
|
-
autofocus: boolean;
|
2103
2102
|
clearable: boolean;
|
2104
2103
|
persistentClear: boolean;
|
2105
2104
|
singleLine: boolean;
|
@@ -2116,32 +2115,33 @@ declare const VAutocomplete: {
|
|
2116
2115
|
clearOnSelect: boolean;
|
2117
2116
|
} & {
|
2118
2117
|
search?: string | undefined;
|
2119
|
-
class?: any;
|
2120
2118
|
id?: string | undefined;
|
2121
|
-
label?: string | undefined;
|
2122
2119
|
width?: string | number | undefined;
|
2123
|
-
theme?: string | undefined;
|
2124
|
-
color?: string | undefined;
|
2125
2120
|
name?: string | undefined;
|
2126
|
-
|
2121
|
+
color?: string | undefined;
|
2122
|
+
maxWidth?: string | number | undefined;
|
2123
|
+
minWidth?: string | number | undefined;
|
2127
2124
|
loading?: string | boolean | undefined;
|
2125
|
+
label?: string | undefined;
|
2126
|
+
prefix?: string | undefined;
|
2127
|
+
class?: any;
|
2128
2128
|
placeholder?: string | undefined;
|
2129
|
+
theme?: string | undefined;
|
2129
2130
|
counter?: string | number | boolean | undefined;
|
2130
2131
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2131
|
-
validateOn?: (("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"
|
2132
|
+
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;
|
2132
2133
|
rounded?: string | number | boolean | undefined;
|
2133
|
-
maxWidth?: string | number | undefined;
|
2134
|
-
minWidth?: string | number | undefined;
|
2135
2134
|
baseColor?: string | undefined;
|
2136
2135
|
bgColor?: string | undefined;
|
2137
2136
|
prependIcon?: IconValue | undefined;
|
2138
2137
|
appendIcon?: IconValue | undefined;
|
2139
2138
|
prependInnerIcon?: IconValue | undefined;
|
2140
2139
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2141
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2142
2140
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2141
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2143
2142
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2144
2143
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2144
|
+
centerAffix?: boolean | undefined;
|
2145
2145
|
hint?: string | undefined;
|
2146
2146
|
hideDetails?: boolean | "auto" | undefined;
|
2147
2147
|
customFilter?: FilterFunction | undefined;
|
@@ -2150,13 +2150,13 @@ declare const VAutocomplete: {
|
|
2150
2150
|
counterValue?: number | ((value: any) => number) | undefined;
|
2151
2151
|
modelModifiers?: Record<string, boolean> | undefined;
|
2152
2152
|
listProps?: (Partial<{
|
2153
|
-
|
2153
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2154
2154
|
nav: boolean;
|
2155
|
+
style: vue.StyleValue;
|
2155
2156
|
disabled: boolean;
|
2156
2157
|
tag: string;
|
2157
|
-
rounded: string | number | boolean;
|
2158
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2159
2158
|
mandatory: boolean;
|
2159
|
+
rounded: string | number | boolean;
|
2160
2160
|
tile: boolean;
|
2161
2161
|
density: Density;
|
2162
2162
|
slim: boolean;
|
@@ -2169,11 +2169,11 @@ declare const VAutocomplete: {
|
|
2169
2169
|
returnObject: boolean;
|
2170
2170
|
itemType: string;
|
2171
2171
|
}> & Omit<{
|
2172
|
-
|
2172
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2173
2173
|
nav: boolean;
|
2174
|
+
style: vue.StyleValue;
|
2174
2175
|
disabled: boolean;
|
2175
2176
|
tag: string;
|
2176
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2177
2177
|
mandatory: boolean;
|
2178
2178
|
tile: boolean;
|
2179
2179
|
density: Density;
|
@@ -2186,19 +2186,19 @@ declare const VAutocomplete: {
|
|
2186
2186
|
lines: false | "one" | "two" | "three";
|
2187
2187
|
returnObject: boolean;
|
2188
2188
|
itemType: string;
|
2189
|
-
class?: any;
|
2190
|
-
width?: string | number | undefined;
|
2191
2189
|
height?: string | number | undefined;
|
2192
|
-
|
2193
|
-
color?: string | undefined;
|
2194
|
-
activated?: any;
|
2190
|
+
width?: string | number | undefined;
|
2195
2191
|
border?: string | number | boolean | undefined;
|
2196
|
-
|
2192
|
+
color?: string | undefined;
|
2197
2193
|
maxHeight?: string | number | undefined;
|
2198
2194
|
maxWidth?: string | number | undefined;
|
2199
2195
|
minHeight?: string | number | undefined;
|
2200
2196
|
minWidth?: string | number | undefined;
|
2197
|
+
activated?: any;
|
2198
|
+
class?: any;
|
2201
2199
|
elevation?: string | number | undefined;
|
2200
|
+
theme?: string | undefined;
|
2201
|
+
rounded?: string | number | boolean | undefined;
|
2202
2202
|
baseColor?: string | undefined;
|
2203
2203
|
bgColor?: string | undefined;
|
2204
2204
|
activeColor?: string | undefined;
|
@@ -2213,11 +2213,11 @@ declare const VAutocomplete: {
|
|
2213
2213
|
path: unknown[];
|
2214
2214
|
}) => any) | undefined;
|
2215
2215
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2216
|
-
|
2216
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2217
2217
|
nav: boolean;
|
2218
|
+
style: vue.StyleValue;
|
2218
2219
|
disabled: boolean;
|
2219
2220
|
tag: string;
|
2220
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2221
2221
|
mandatory: boolean;
|
2222
2222
|
tile: boolean;
|
2223
2223
|
density: Density;
|
@@ -2231,19 +2231,19 @@ declare const VAutocomplete: {
|
|
2231
2231
|
returnObject: boolean;
|
2232
2232
|
itemType: string;
|
2233
2233
|
} & {
|
2234
|
-
class?: any;
|
2235
|
-
width?: string | number | undefined;
|
2236
2234
|
height?: string | number | undefined;
|
2237
|
-
|
2238
|
-
color?: string | undefined;
|
2239
|
-
activated?: any;
|
2235
|
+
width?: string | number | undefined;
|
2240
2236
|
border?: string | number | boolean | undefined;
|
2241
|
-
|
2237
|
+
color?: string | undefined;
|
2242
2238
|
maxHeight?: string | number | undefined;
|
2243
2239
|
maxWidth?: string | number | undefined;
|
2244
2240
|
minHeight?: string | number | undefined;
|
2245
2241
|
minWidth?: string | number | undefined;
|
2242
|
+
activated?: any;
|
2243
|
+
class?: any;
|
2246
2244
|
elevation?: string | number | undefined;
|
2245
|
+
theme?: string | undefined;
|
2246
|
+
rounded?: string | number | boolean | undefined;
|
2247
2247
|
baseColor?: string | undefined;
|
2248
2248
|
bgColor?: string | undefined;
|
2249
2249
|
activeColor?: string | undefined;
|
@@ -2258,7 +2258,7 @@ declare const VAutocomplete: {
|
|
2258
2258
|
value: boolean;
|
2259
2259
|
path: unknown[];
|
2260
2260
|
}) => any) | undefined;
|
2261
|
-
}, "
|
2261
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
2262
2262
|
items?: readonly any[] | undefined;
|
2263
2263
|
itemTitle?: SelectItemKey<any>;
|
2264
2264
|
itemValue?: SelectItemKey<any>;
|
@@ -2283,10 +2283,10 @@ declare const VAutocomplete: {
|
|
2283
2283
|
title?: ((arg: ListItemTitleSlot & {
|
2284
2284
|
item: any;
|
2285
2285
|
}) => vue.VNodeChild) | undefined;
|
2286
|
-
|
2286
|
+
append?: ((arg: ListItemSlot & {
|
2287
2287
|
item: any;
|
2288
2288
|
}) => vue.VNodeChild) | undefined;
|
2289
|
-
|
2289
|
+
prepend?: ((arg: ListItemSlot & {
|
2290
2290
|
item: any;
|
2291
2291
|
}) => vue.VNodeChild) | undefined;
|
2292
2292
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -2326,10 +2326,10 @@ declare const VAutocomplete: {
|
|
2326
2326
|
title?: false | ((arg: ListItemTitleSlot & {
|
2327
2327
|
item: any;
|
2328
2328
|
}) => vue.VNodeChild) | undefined;
|
2329
|
-
|
2329
|
+
append?: false | ((arg: ListItemSlot & {
|
2330
2330
|
item: any;
|
2331
2331
|
}) => vue.VNodeChild) | undefined;
|
2332
|
-
|
2332
|
+
prepend?: false | ((arg: ListItemSlot & {
|
2333
2333
|
item: any;
|
2334
2334
|
}) => vue.VNodeChild) | undefined;
|
2335
2335
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -2369,10 +2369,10 @@ declare const VAutocomplete: {
|
|
2369
2369
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
2370
2370
|
item: any;
|
2371
2371
|
}) => vue.VNodeChild) | undefined;
|
2372
|
-
"v-slot:
|
2372
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
2373
2373
|
item: any;
|
2374
2374
|
}) => vue.VNodeChild) | undefined;
|
2375
|
-
"v-slot:
|
2375
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
2376
2376
|
item: any;
|
2377
2377
|
}) => vue.VNodeChild) | undefined;
|
2378
2378
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -2409,22 +2409,22 @@ declare const VAutocomplete: {
|
|
2409
2409
|
}) => vue.VNodeChild) | undefined;
|
2410
2410
|
}) | undefined;
|
2411
2411
|
menuProps?: (Partial<{
|
2412
|
-
|
2413
|
-
|
2412
|
+
location: Anchor;
|
2413
|
+
origin: "auto" | Anchor | "overlap";
|
2414
2414
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2415
2415
|
component?: vue.Component | undefined;
|
2416
2416
|
})> | {
|
2417
2417
|
component: vue.Component;
|
2418
2418
|
};
|
2419
2419
|
zIndex: string | number;
|
2420
|
+
style: vue.StyleValue;
|
2420
2421
|
eager: boolean;
|
2422
|
+
disabled: boolean;
|
2421
2423
|
modelValue: boolean;
|
2422
|
-
|
2423
|
-
location: Anchor;
|
2424
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2424
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2425
2425
|
updateLocation: (e?: Event | undefined) => void;
|
2426
|
-
} | undefined)
|
2427
|
-
scrollStrategy: NonNullable<"
|
2426
|
+
} | undefined)>;
|
2427
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2428
2428
|
closeDelay: NonNullable<string | number>;
|
2429
2429
|
openDelay: NonNullable<string | number>;
|
2430
2430
|
activatorProps: Record<string, any>;
|
@@ -2438,22 +2438,22 @@ declare const VAutocomplete: {
|
|
2438
2438
|
persistent: boolean;
|
2439
2439
|
scrim: NonNullable<string | boolean>;
|
2440
2440
|
}> & Omit<{
|
2441
|
-
|
2442
|
-
|
2441
|
+
location: Anchor;
|
2442
|
+
origin: "auto" | Anchor | "overlap";
|
2443
2443
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2444
2444
|
component?: vue.Component | undefined;
|
2445
2445
|
})> | {
|
2446
2446
|
component: vue.Component;
|
2447
2447
|
};
|
2448
2448
|
zIndex: string | number;
|
2449
|
+
style: vue.StyleValue;
|
2449
2450
|
eager: boolean;
|
2451
|
+
disabled: boolean;
|
2450
2452
|
modelValue: boolean;
|
2451
|
-
|
2452
|
-
location: Anchor;
|
2453
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2453
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2454
2454
|
updateLocation: (e?: Event | undefined) => void;
|
2455
|
-
} | undefined)
|
2456
|
-
scrollStrategy: NonNullable<"
|
2455
|
+
} | undefined)>;
|
2456
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2457
2457
|
closeDelay: NonNullable<string | number>;
|
2458
2458
|
openDelay: NonNullable<string | number>;
|
2459
2459
|
activatorProps: Record<string, any>;
|
@@ -2464,20 +2464,20 @@ declare const VAutocomplete: {
|
|
2464
2464
|
noClickAnimation: boolean;
|
2465
2465
|
persistent: boolean;
|
2466
2466
|
scrim: NonNullable<string | boolean>;
|
2467
|
-
|
2467
|
+
offset?: string | number | number[] | undefined;
|
2468
2468
|
id?: string | undefined;
|
2469
|
-
width?: string | number | undefined;
|
2470
2469
|
height?: string | number | undefined;
|
2471
|
-
|
2472
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2473
|
-
offset?: string | number | number[] | undefined;
|
2474
|
-
contentClass?: any;
|
2475
|
-
opacity?: string | number | undefined;
|
2470
|
+
width?: string | number | undefined;
|
2476
2471
|
maxHeight?: string | number | undefined;
|
2477
2472
|
maxWidth?: string | number | undefined;
|
2478
2473
|
minHeight?: string | number | undefined;
|
2479
2474
|
minWidth?: string | number | undefined;
|
2480
|
-
|
2475
|
+
opacity?: string | number | undefined;
|
2476
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2477
|
+
class?: any;
|
2478
|
+
theme?: string | undefined;
|
2479
|
+
contentClass?: any;
|
2480
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2481
2481
|
openOnClick?: boolean | undefined;
|
2482
2482
|
openOnFocus?: boolean | undefined;
|
2483
2483
|
contentProps?: any;
|
@@ -2514,22 +2514,22 @@ declare const VAutocomplete: {
|
|
2514
2514
|
}) => vue.VNodeChild) | undefined;
|
2515
2515
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2516
2516
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2517
|
-
|
2518
|
-
|
2517
|
+
location: Anchor;
|
2518
|
+
origin: "auto" | Anchor | "overlap";
|
2519
2519
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2520
2520
|
component?: vue.Component | undefined;
|
2521
2521
|
})> | {
|
2522
2522
|
component: vue.Component;
|
2523
2523
|
};
|
2524
2524
|
zIndex: string | number;
|
2525
|
+
style: vue.StyleValue;
|
2525
2526
|
eager: boolean;
|
2527
|
+
disabled: boolean;
|
2526
2528
|
modelValue: boolean;
|
2527
|
-
|
2528
|
-
location: Anchor;
|
2529
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2529
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2530
2530
|
updateLocation: (e?: Event | undefined) => void;
|
2531
|
-
} | undefined)
|
2532
|
-
scrollStrategy: NonNullable<"
|
2531
|
+
} | undefined)>;
|
2532
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2533
2533
|
closeDelay: NonNullable<string | number>;
|
2534
2534
|
openDelay: NonNullable<string | number>;
|
2535
2535
|
activatorProps: Record<string, any>;
|
@@ -2541,20 +2541,20 @@ declare const VAutocomplete: {
|
|
2541
2541
|
persistent: boolean;
|
2542
2542
|
scrim: NonNullable<string | boolean>;
|
2543
2543
|
} & {
|
2544
|
-
|
2544
|
+
offset?: string | number | number[] | undefined;
|
2545
2545
|
id?: string | undefined;
|
2546
|
-
width?: string | number | undefined;
|
2547
2546
|
height?: string | number | undefined;
|
2548
|
-
|
2549
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2550
|
-
offset?: string | number | number[] | undefined;
|
2551
|
-
contentClass?: any;
|
2552
|
-
opacity?: string | number | undefined;
|
2547
|
+
width?: string | number | undefined;
|
2553
2548
|
maxHeight?: string | number | undefined;
|
2554
2549
|
maxWidth?: string | number | undefined;
|
2555
2550
|
minHeight?: string | number | undefined;
|
2556
2551
|
minWidth?: string | number | undefined;
|
2557
|
-
|
2552
|
+
opacity?: string | number | undefined;
|
2553
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2554
|
+
class?: any;
|
2555
|
+
theme?: string | undefined;
|
2556
|
+
contentClass?: any;
|
2557
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2558
2558
|
openOnClick?: boolean | undefined;
|
2559
2559
|
openOnFocus?: boolean | undefined;
|
2560
2560
|
contentProps?: any;
|
@@ -2593,7 +2593,7 @@ declare const VAutocomplete: {
|
|
2593
2593
|
}) => vue.VNodeChild) | undefined;
|
2594
2594
|
} & {
|
2595
2595
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2596
|
-
}, "
|
2596
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2597
2597
|
itemColor?: string | undefined;
|
2598
2598
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2599
2599
|
} & {
|
@@ -2605,32 +2605,33 @@ declare const VAutocomplete: {
|
|
2605
2605
|
'update:search': (value: any) => true;
|
2606
2606
|
'update:modelValue': (value: any) => boolean;
|
2607
2607
|
'update:menu': (value: boolean) => true;
|
2608
|
-
}, "$children" | "v-slots" | "modelValue" | "items" | "
|
2609
|
-
reverse: boolean;
|
2608
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "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, {
|
2610
2609
|
flat: boolean;
|
2611
|
-
|
2612
|
-
|
2610
|
+
reverse: boolean;
|
2611
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2613
2612
|
type: string;
|
2614
|
-
active: boolean;
|
2615
2613
|
error: boolean;
|
2616
|
-
|
2617
|
-
|
2618
|
-
noDataText: string;
|
2614
|
+
active: boolean;
|
2615
|
+
direction: "horizontal" | "vertical";
|
2619
2616
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2620
2617
|
component?: vue.Component | undefined;
|
2621
2618
|
})>;
|
2622
|
-
|
2619
|
+
menu: boolean;
|
2620
|
+
style: vue.StyleValue;
|
2621
|
+
role: string;
|
2622
|
+
autofocus: boolean;
|
2623
2623
|
eager: boolean;
|
2624
|
+
disabled: boolean;
|
2625
|
+
readonly: boolean | null;
|
2626
|
+
messages: string | readonly string[];
|
2627
|
+
noDataText: string;
|
2628
|
+
focused: boolean;
|
2624
2629
|
errorMessages: string | readonly string[] | null;
|
2625
2630
|
maxErrors: string | number;
|
2626
|
-
readonly: boolean | null;
|
2627
2631
|
rules: readonly ValidationRule[];
|
2628
2632
|
rounded: string | number | boolean;
|
2629
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2630
2633
|
tile: boolean;
|
2631
|
-
role: string;
|
2632
2634
|
density: Density;
|
2633
|
-
direction: "horizontal" | "vertical";
|
2634
2635
|
valueComparator: typeof deepEqual;
|
2635
2636
|
clearIcon: IconValue;
|
2636
2637
|
centerAffix: boolean;
|
@@ -2640,7 +2641,6 @@ declare const VAutocomplete: {
|
|
2640
2641
|
noFilter: boolean;
|
2641
2642
|
filterKeys: NonNullable<FilterKeys>;
|
2642
2643
|
itemChildren: NonNullable<SelectItemKey>;
|
2643
|
-
autofocus: boolean;
|
2644
2644
|
clearable: boolean;
|
2645
2645
|
persistentClear: boolean;
|
2646
2646
|
singleLine: boolean;
|
@@ -2656,6 +2656,9 @@ declare const VAutocomplete: {
|
|
2656
2656
|
openOnClear: boolean;
|
2657
2657
|
clearOnSelect: boolean;
|
2658
2658
|
}, {}, string, vue.SlotsType<Partial<{
|
2659
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2660
|
+
[key: string]: any;
|
2661
|
+
}>[];
|
2659
2662
|
clear: (arg: DefaultInputSlot & {
|
2660
2663
|
props: Record<string, any>;
|
2661
2664
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -2670,15 +2673,12 @@ declare const VAutocomplete: {
|
|
2670
2673
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2671
2674
|
[key: string]: any;
|
2672
2675
|
}>[];
|
2673
|
-
|
2676
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2674
2677
|
[key: string]: any;
|
2675
2678
|
}>[];
|
2676
2679
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2677
2680
|
[key: string]: any;
|
2678
2681
|
}>[];
|
2679
|
-
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2680
|
-
[key: string]: any;
|
2681
|
-
}>[];
|
2682
2682
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2683
2683
|
[key: string]: any;
|
2684
2684
|
}>[];
|
@@ -2778,7 +2778,7 @@ declare const VAutocomplete: {
|
|
2778
2778
|
})>;
|
2779
2779
|
default: string;
|
2780
2780
|
validator: (val: unknown) => boolean;
|
2781
|
-
}, "
|
2781
|
+
}, "type" | "default"> & {
|
2782
2782
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2783
2783
|
component?: vue.Component | undefined;
|
2784
2784
|
})>>;
|
@@ -2786,37 +2786,58 @@ declare const VAutocomplete: {
|
|
2786
2786
|
component?: vue.Component | undefined;
|
2787
2787
|
})>;
|
2788
2788
|
};
|
2789
|
-
reverse: BooleanConstructor;
|
2790
2789
|
flat: BooleanConstructor;
|
2791
|
-
|
2792
|
-
|
2793
|
-
type: PropType<
|
2794
|
-
default:
|
2790
|
+
reverse: BooleanConstructor;
|
2791
|
+
variant: {
|
2792
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
2793
|
+
default: string;
|
2794
|
+
validator: (v: any) => boolean;
|
2795
2795
|
};
|
2796
|
-
id: StringConstructor;
|
2797
|
-
label: StringConstructor;
|
2798
2796
|
type: {
|
2799
2797
|
type: StringConstructor;
|
2800
2798
|
default: string;
|
2801
2799
|
};
|
2800
|
+
error: BooleanConstructor;
|
2801
|
+
id: StringConstructor;
|
2802
2802
|
width: (StringConstructor | NumberConstructor)[];
|
2803
2803
|
active: BooleanConstructor;
|
2804
|
-
error: BooleanConstructor;
|
2805
|
-
theme: StringConstructor;
|
2806
|
-
color: StringConstructor;
|
2807
2804
|
name: StringConstructor;
|
2805
|
+
color: StringConstructor;
|
2806
|
+
direction: {
|
2807
|
+
type: PropType<"horizontal" | "vertical">;
|
2808
|
+
default: string;
|
2809
|
+
validator: (v: any) => boolean;
|
2810
|
+
};
|
2811
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2812
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2813
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
2814
|
+
label: StringConstructor;
|
2815
|
+
style: {
|
2816
|
+
type: PropType<vue.StyleValue>;
|
2817
|
+
default: null;
|
2818
|
+
};
|
2808
2819
|
prefix: StringConstructor;
|
2820
|
+
role: {
|
2821
|
+
type: PropType<string>;
|
2822
|
+
default: string;
|
2823
|
+
};
|
2824
|
+
autofocus: BooleanConstructor;
|
2809
2825
|
disabled: {
|
2810
2826
|
type: BooleanConstructor;
|
2811
2827
|
default: null;
|
2812
2828
|
};
|
2813
|
-
|
2829
|
+
readonly: {
|
2830
|
+
type: PropType<boolean | null>;
|
2831
|
+
default: null;
|
2832
|
+
};
|
2833
|
+
class: PropType<any>;
|
2834
|
+
placeholder: StringConstructor;
|
2835
|
+
theme: StringConstructor;
|
2814
2836
|
messages: {
|
2815
2837
|
type: PropType<string | readonly string[]>;
|
2816
2838
|
default: () => never[];
|
2817
2839
|
};
|
2818
|
-
|
2819
|
-
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
2840
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2820
2841
|
focused: BooleanConstructor;
|
2821
2842
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
2822
2843
|
errorMessages: {
|
@@ -2827,10 +2848,6 @@ declare const VAutocomplete: {
|
|
2827
2848
|
type: (StringConstructor | NumberConstructor)[];
|
2828
2849
|
default: number;
|
2829
2850
|
};
|
2830
|
-
readonly: {
|
2831
|
-
type: PropType<boolean | null>;
|
2832
|
-
default: null;
|
2833
|
-
};
|
2834
2851
|
rules: {
|
2835
2852
|
type: PropType<readonly ValidationRule[]>;
|
2836
2853
|
default: () => never[];
|
@@ -2839,33 +2856,17 @@ declare const VAutocomplete: {
|
|
2839
2856
|
type: PropType<any>;
|
2840
2857
|
default: any;
|
2841
2858
|
};
|
2842
|
-
validateOn: PropType<(("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"
|
2859
|
+
validateOn: PropType<("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>;
|
2843
2860
|
rounded: {
|
2844
|
-
type: (StringConstructor |
|
2861
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2845
2862
|
default: undefined;
|
2846
2863
|
};
|
2847
|
-
variant: {
|
2848
|
-
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
2849
|
-
default: string;
|
2850
|
-
validator: (v: any) => boolean;
|
2851
|
-
};
|
2852
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2853
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
2854
2864
|
tile: BooleanConstructor;
|
2855
|
-
role: {
|
2856
|
-
type: PropType<string>;
|
2857
|
-
default: string;
|
2858
|
-
};
|
2859
2865
|
density: {
|
2860
2866
|
type: PropType<Density>;
|
2861
2867
|
default: string;
|
2862
2868
|
validator: (v: any) => boolean;
|
2863
2869
|
};
|
2864
|
-
direction: {
|
2865
|
-
type: PropType<"horizontal" | "vertical">;
|
2866
|
-
default: string;
|
2867
|
-
validator: (v: any) => boolean;
|
2868
|
-
};
|
2869
2870
|
baseColor: StringConstructor;
|
2870
2871
|
bgColor: StringConstructor;
|
2871
2872
|
prependIcon: PropType<IconValue>;
|
@@ -2876,16 +2877,18 @@ declare const VAutocomplete: {
|
|
2876
2877
|
};
|
2877
2878
|
prependInnerIcon: PropType<IconValue>;
|
2878
2879
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
2879
|
-
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
2880
2880
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
2881
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
2881
2882
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
2882
2883
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
2883
|
-
centerAffix:
|
2884
|
+
centerAffix: {
|
2885
|
+
type: BooleanConstructor;
|
2886
|
+
default: undefined;
|
2887
|
+
};
|
2884
2888
|
hideSpinButtons: BooleanConstructor;
|
2885
2889
|
hint: StringConstructor;
|
2886
2890
|
persistentHint: BooleanConstructor;
|
2887
2891
|
hideDetails: PropType<boolean | "auto">;
|
2888
|
-
autofocus: BooleanConstructor;
|
2889
2892
|
clearable: BooleanConstructor;
|
2890
2893
|
persistentClear: BooleanConstructor;
|
2891
2894
|
singleLine: BooleanConstructor;
|
@@ -2909,7 +2912,7 @@ declare const VAutocomplete: {
|
|
2909
2912
|
itemChildren: Omit<{
|
2910
2913
|
type: PropType<SelectItemKey>;
|
2911
2914
|
default: string;
|
2912
|
-
}, "
|
2915
|
+
}, "type" | "default"> & {
|
2913
2916
|
type: PropType<NonNullable<SelectItemKey>>;
|
2914
2917
|
default: NonNullable<SelectItemKey>;
|
2915
2918
|
};
|
@@ -2937,13 +2940,13 @@ declare const VAutocomplete: {
|
|
2937
2940
|
hideSelected: BooleanConstructor;
|
2938
2941
|
listProps: {
|
2939
2942
|
type: PropType<Partial<{
|
2940
|
-
|
2943
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2941
2944
|
nav: boolean;
|
2945
|
+
style: vue.StyleValue;
|
2942
2946
|
disabled: boolean;
|
2943
2947
|
tag: string;
|
2944
|
-
rounded: string | number | boolean;
|
2945
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2946
2948
|
mandatory: boolean;
|
2949
|
+
rounded: string | number | boolean;
|
2947
2950
|
tile: boolean;
|
2948
2951
|
density: Density;
|
2949
2952
|
slim: boolean;
|
@@ -2956,11 +2959,11 @@ declare const VAutocomplete: {
|
|
2956
2959
|
returnObject: boolean;
|
2957
2960
|
itemType: string;
|
2958
2961
|
}> & Omit<{
|
2959
|
-
|
2962
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2960
2963
|
nav: boolean;
|
2964
|
+
style: vue.StyleValue;
|
2961
2965
|
disabled: boolean;
|
2962
2966
|
tag: string;
|
2963
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2964
2967
|
mandatory: boolean;
|
2965
2968
|
tile: boolean;
|
2966
2969
|
density: Density;
|
@@ -2973,19 +2976,19 @@ declare const VAutocomplete: {
|
|
2973
2976
|
lines: false | "one" | "two" | "three";
|
2974
2977
|
returnObject: boolean;
|
2975
2978
|
itemType: string;
|
2976
|
-
class?: any;
|
2977
|
-
width?: string | number | undefined;
|
2978
2979
|
height?: string | number | undefined;
|
2979
|
-
|
2980
|
-
color?: string | undefined;
|
2981
|
-
activated?: any;
|
2980
|
+
width?: string | number | undefined;
|
2982
2981
|
border?: string | number | boolean | undefined;
|
2983
|
-
|
2982
|
+
color?: string | undefined;
|
2984
2983
|
maxHeight?: string | number | undefined;
|
2985
2984
|
maxWidth?: string | number | undefined;
|
2986
2985
|
minHeight?: string | number | undefined;
|
2987
2986
|
minWidth?: string | number | undefined;
|
2987
|
+
activated?: any;
|
2988
|
+
class?: any;
|
2988
2989
|
elevation?: string | number | undefined;
|
2990
|
+
theme?: string | undefined;
|
2991
|
+
rounded?: string | number | boolean | undefined;
|
2989
2992
|
baseColor?: string | undefined;
|
2990
2993
|
bgColor?: string | undefined;
|
2991
2994
|
activeColor?: string | undefined;
|
@@ -3000,11 +3003,11 @@ declare const VAutocomplete: {
|
|
3000
3003
|
path: unknown[];
|
3001
3004
|
}) => any) | undefined;
|
3002
3005
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3003
|
-
|
3006
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3004
3007
|
nav: boolean;
|
3008
|
+
style: vue.StyleValue;
|
3005
3009
|
disabled: boolean;
|
3006
3010
|
tag: string;
|
3007
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3008
3011
|
mandatory: boolean;
|
3009
3012
|
tile: boolean;
|
3010
3013
|
density: Density;
|
@@ -3018,19 +3021,19 @@ declare const VAutocomplete: {
|
|
3018
3021
|
returnObject: boolean;
|
3019
3022
|
itemType: string;
|
3020
3023
|
} & {
|
3021
|
-
class?: any;
|
3022
|
-
width?: string | number | undefined;
|
3023
3024
|
height?: string | number | undefined;
|
3024
|
-
|
3025
|
-
color?: string | undefined;
|
3026
|
-
activated?: any;
|
3025
|
+
width?: string | number | undefined;
|
3027
3026
|
border?: string | number | boolean | undefined;
|
3028
|
-
|
3027
|
+
color?: string | undefined;
|
3029
3028
|
maxHeight?: string | number | undefined;
|
3030
3029
|
maxWidth?: string | number | undefined;
|
3031
3030
|
minHeight?: string | number | undefined;
|
3032
3031
|
minWidth?: string | number | undefined;
|
3032
|
+
activated?: any;
|
3033
|
+
class?: any;
|
3033
3034
|
elevation?: string | number | undefined;
|
3035
|
+
theme?: string | undefined;
|
3036
|
+
rounded?: string | number | boolean | undefined;
|
3034
3037
|
baseColor?: string | undefined;
|
3035
3038
|
bgColor?: string | undefined;
|
3036
3039
|
activeColor?: string | undefined;
|
@@ -3045,7 +3048,7 @@ declare const VAutocomplete: {
|
|
3045
3048
|
value: boolean;
|
3046
3049
|
path: unknown[];
|
3047
3050
|
}) => any) | undefined;
|
3048
|
-
}, "
|
3051
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
3049
3052
|
items?: readonly any[] | undefined;
|
3050
3053
|
itemTitle?: SelectItemKey<any>;
|
3051
3054
|
itemValue?: SelectItemKey<any>;
|
@@ -3070,10 +3073,10 @@ declare const VAutocomplete: {
|
|
3070
3073
|
title?: ((arg: ListItemTitleSlot & {
|
3071
3074
|
item: any;
|
3072
3075
|
}) => vue.VNodeChild) | undefined;
|
3073
|
-
|
3076
|
+
append?: ((arg: ListItemSlot & {
|
3074
3077
|
item: any;
|
3075
3078
|
}) => vue.VNodeChild) | undefined;
|
3076
|
-
|
3079
|
+
prepend?: ((arg: ListItemSlot & {
|
3077
3080
|
item: any;
|
3078
3081
|
}) => vue.VNodeChild) | undefined;
|
3079
3082
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -3113,10 +3116,10 @@ declare const VAutocomplete: {
|
|
3113
3116
|
title?: false | ((arg: ListItemTitleSlot & {
|
3114
3117
|
item: any;
|
3115
3118
|
}) => vue.VNodeChild) | undefined;
|
3116
|
-
|
3119
|
+
append?: false | ((arg: ListItemSlot & {
|
3117
3120
|
item: any;
|
3118
3121
|
}) => vue.VNodeChild) | undefined;
|
3119
|
-
|
3122
|
+
prepend?: false | ((arg: ListItemSlot & {
|
3120
3123
|
item: any;
|
3121
3124
|
}) => vue.VNodeChild) | undefined;
|
3122
3125
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3156,10 +3159,10 @@ declare const VAutocomplete: {
|
|
3156
3159
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
3157
3160
|
item: any;
|
3158
3161
|
}) => vue.VNodeChild) | undefined;
|
3159
|
-
"v-slot:
|
3162
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
3160
3163
|
item: any;
|
3161
3164
|
}) => vue.VNodeChild) | undefined;
|
3162
|
-
"v-slot:
|
3165
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
3163
3166
|
item: any;
|
3164
3167
|
}) => vue.VNodeChild) | undefined;
|
3165
3168
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3203,22 +3206,22 @@ declare const VAutocomplete: {
|
|
3203
3206
|
};
|
3204
3207
|
menuProps: {
|
3205
3208
|
type: PropType<Partial<{
|
3206
|
-
|
3207
|
-
|
3209
|
+
location: Anchor;
|
3210
|
+
origin: "auto" | Anchor | "overlap";
|
3208
3211
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3209
3212
|
component?: vue.Component | undefined;
|
3210
3213
|
})> | {
|
3211
3214
|
component: vue.Component;
|
3212
3215
|
};
|
3213
3216
|
zIndex: string | number;
|
3217
|
+
style: vue.StyleValue;
|
3214
3218
|
eager: boolean;
|
3219
|
+
disabled: boolean;
|
3215
3220
|
modelValue: boolean;
|
3216
|
-
|
3217
|
-
location: Anchor;
|
3218
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3221
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3219
3222
|
updateLocation: (e?: Event | undefined) => void;
|
3220
|
-
} | undefined)
|
3221
|
-
scrollStrategy: NonNullable<"
|
3223
|
+
} | undefined)>;
|
3224
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3222
3225
|
closeDelay: NonNullable<string | number>;
|
3223
3226
|
openDelay: NonNullable<string | number>;
|
3224
3227
|
activatorProps: Record<string, any>;
|
@@ -3232,22 +3235,22 @@ declare const VAutocomplete: {
|
|
3232
3235
|
persistent: boolean;
|
3233
3236
|
scrim: NonNullable<string | boolean>;
|
3234
3237
|
}> & Omit<{
|
3235
|
-
|
3236
|
-
|
3238
|
+
location: Anchor;
|
3239
|
+
origin: "auto" | Anchor | "overlap";
|
3237
3240
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3238
3241
|
component?: vue.Component | undefined;
|
3239
3242
|
})> | {
|
3240
3243
|
component: vue.Component;
|
3241
3244
|
};
|
3242
3245
|
zIndex: string | number;
|
3246
|
+
style: vue.StyleValue;
|
3243
3247
|
eager: boolean;
|
3248
|
+
disabled: boolean;
|
3244
3249
|
modelValue: boolean;
|
3245
|
-
|
3246
|
-
location: Anchor;
|
3247
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3250
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3248
3251
|
updateLocation: (e?: Event | undefined) => void;
|
3249
|
-
} | undefined)
|
3250
|
-
scrollStrategy: NonNullable<"
|
3252
|
+
} | undefined)>;
|
3253
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3251
3254
|
closeDelay: NonNullable<string | number>;
|
3252
3255
|
openDelay: NonNullable<string | number>;
|
3253
3256
|
activatorProps: Record<string, any>;
|
@@ -3258,20 +3261,20 @@ declare const VAutocomplete: {
|
|
3258
3261
|
noClickAnimation: boolean;
|
3259
3262
|
persistent: boolean;
|
3260
3263
|
scrim: NonNullable<string | boolean>;
|
3261
|
-
|
3264
|
+
offset?: string | number | number[] | undefined;
|
3262
3265
|
id?: string | undefined;
|
3263
|
-
width?: string | number | undefined;
|
3264
3266
|
height?: string | number | undefined;
|
3265
|
-
|
3266
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3267
|
-
offset?: string | number | number[] | undefined;
|
3268
|
-
contentClass?: any;
|
3269
|
-
opacity?: string | number | undefined;
|
3267
|
+
width?: string | number | undefined;
|
3270
3268
|
maxHeight?: string | number | undefined;
|
3271
3269
|
maxWidth?: string | number | undefined;
|
3272
3270
|
minHeight?: string | number | undefined;
|
3273
3271
|
minWidth?: string | number | undefined;
|
3274
|
-
|
3272
|
+
opacity?: string | number | undefined;
|
3273
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3274
|
+
class?: any;
|
3275
|
+
theme?: string | undefined;
|
3276
|
+
contentClass?: any;
|
3277
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3275
3278
|
openOnClick?: boolean | undefined;
|
3276
3279
|
openOnFocus?: boolean | undefined;
|
3277
3280
|
contentProps?: any;
|
@@ -3308,22 +3311,22 @@ declare const VAutocomplete: {
|
|
3308
3311
|
}) => vue.VNodeChild) | undefined;
|
3309
3312
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3310
3313
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3311
|
-
|
3312
|
-
|
3314
|
+
location: Anchor;
|
3315
|
+
origin: "auto" | Anchor | "overlap";
|
3313
3316
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3314
3317
|
component?: vue.Component | undefined;
|
3315
3318
|
})> | {
|
3316
3319
|
component: vue.Component;
|
3317
3320
|
};
|
3318
3321
|
zIndex: string | number;
|
3322
|
+
style: vue.StyleValue;
|
3319
3323
|
eager: boolean;
|
3324
|
+
disabled: boolean;
|
3320
3325
|
modelValue: boolean;
|
3321
|
-
|
3322
|
-
location: Anchor;
|
3323
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3326
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3324
3327
|
updateLocation: (e?: Event | undefined) => void;
|
3325
|
-
} | undefined)
|
3326
|
-
scrollStrategy: NonNullable<"
|
3328
|
+
} | undefined)>;
|
3329
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3327
3330
|
closeDelay: NonNullable<string | number>;
|
3328
3331
|
openDelay: NonNullable<string | number>;
|
3329
3332
|
activatorProps: Record<string, any>;
|
@@ -3335,20 +3338,20 @@ declare const VAutocomplete: {
|
|
3335
3338
|
persistent: boolean;
|
3336
3339
|
scrim: NonNullable<string | boolean>;
|
3337
3340
|
} & {
|
3338
|
-
|
3341
|
+
offset?: string | number | number[] | undefined;
|
3339
3342
|
id?: string | undefined;
|
3340
|
-
width?: string | number | undefined;
|
3341
3343
|
height?: string | number | undefined;
|
3342
|
-
|
3343
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3344
|
-
offset?: string | number | number[] | undefined;
|
3345
|
-
contentClass?: any;
|
3346
|
-
opacity?: string | number | undefined;
|
3344
|
+
width?: string | number | undefined;
|
3347
3345
|
maxHeight?: string | number | undefined;
|
3348
3346
|
maxWidth?: string | number | undefined;
|
3349
3347
|
minHeight?: string | number | undefined;
|
3350
3348
|
minWidth?: string | number | undefined;
|
3351
|
-
|
3349
|
+
opacity?: string | number | undefined;
|
3350
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3351
|
+
class?: any;
|
3352
|
+
theme?: string | undefined;
|
3353
|
+
contentClass?: any;
|
3354
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3352
3355
|
openOnClick?: boolean | undefined;
|
3353
3356
|
openOnFocus?: boolean | undefined;
|
3354
3357
|
contentProps?: any;
|
@@ -3387,7 +3390,7 @@ declare const VAutocomplete: {
|
|
3387
3390
|
}) => vue.VNodeChild) | undefined;
|
3388
3391
|
} & {
|
3389
3392
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3390
|
-
}, "
|
3393
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3391
3394
|
};
|
3392
3395
|
multiple: BooleanConstructor;
|
3393
3396
|
noDataText: {
|
@@ -3419,7 +3422,7 @@ declare const VAutocomplete: {
|
|
3419
3422
|
})>;
|
3420
3423
|
default: string;
|
3421
3424
|
validator: (val: unknown) => boolean;
|
3422
|
-
}, "
|
3425
|
+
}, "type" | "default"> & {
|
3423
3426
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
3424
3427
|
component?: vue.Component | undefined;
|
3425
3428
|
})>>;
|
@@ -3427,37 +3430,58 @@ declare const VAutocomplete: {
|
|
3427
3430
|
component?: vue.Component | undefined;
|
3428
3431
|
})>;
|
3429
3432
|
};
|
3430
|
-
reverse: BooleanConstructor;
|
3431
3433
|
flat: BooleanConstructor;
|
3432
|
-
|
3433
|
-
|
3434
|
-
type: PropType<
|
3435
|
-
default:
|
3434
|
+
reverse: BooleanConstructor;
|
3435
|
+
variant: {
|
3436
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
3437
|
+
default: string;
|
3438
|
+
validator: (v: any) => boolean;
|
3436
3439
|
};
|
3437
|
-
id: StringConstructor;
|
3438
|
-
label: StringConstructor;
|
3439
3440
|
type: {
|
3440
3441
|
type: StringConstructor;
|
3441
3442
|
default: string;
|
3442
3443
|
};
|
3444
|
+
error: BooleanConstructor;
|
3445
|
+
id: StringConstructor;
|
3443
3446
|
width: (StringConstructor | NumberConstructor)[];
|
3444
3447
|
active: BooleanConstructor;
|
3445
|
-
error: BooleanConstructor;
|
3446
|
-
theme: StringConstructor;
|
3447
|
-
color: StringConstructor;
|
3448
3448
|
name: StringConstructor;
|
3449
|
+
color: StringConstructor;
|
3450
|
+
direction: {
|
3451
|
+
type: PropType<"horizontal" | "vertical">;
|
3452
|
+
default: string;
|
3453
|
+
validator: (v: any) => boolean;
|
3454
|
+
};
|
3455
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
3456
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
3457
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
3458
|
+
label: StringConstructor;
|
3459
|
+
style: {
|
3460
|
+
type: PropType<vue.StyleValue>;
|
3461
|
+
default: null;
|
3462
|
+
};
|
3449
3463
|
prefix: StringConstructor;
|
3464
|
+
role: {
|
3465
|
+
type: PropType<string>;
|
3466
|
+
default: string;
|
3467
|
+
};
|
3468
|
+
autofocus: BooleanConstructor;
|
3450
3469
|
disabled: {
|
3451
3470
|
type: BooleanConstructor;
|
3452
3471
|
default: null;
|
3453
3472
|
};
|
3454
|
-
|
3473
|
+
readonly: {
|
3474
|
+
type: PropType<boolean | null>;
|
3475
|
+
default: null;
|
3476
|
+
};
|
3477
|
+
class: PropType<any>;
|
3478
|
+
placeholder: StringConstructor;
|
3479
|
+
theme: StringConstructor;
|
3455
3480
|
messages: {
|
3456
3481
|
type: PropType<string | readonly string[]>;
|
3457
3482
|
default: () => never[];
|
3458
3483
|
};
|
3459
|
-
|
3460
|
-
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
3484
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3461
3485
|
focused: BooleanConstructor;
|
3462
3486
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
3463
3487
|
errorMessages: {
|
@@ -3468,10 +3492,6 @@ declare const VAutocomplete: {
|
|
3468
3492
|
type: (StringConstructor | NumberConstructor)[];
|
3469
3493
|
default: number;
|
3470
3494
|
};
|
3471
|
-
readonly: {
|
3472
|
-
type: PropType<boolean | null>;
|
3473
|
-
default: null;
|
3474
|
-
};
|
3475
3495
|
rules: {
|
3476
3496
|
type: PropType<readonly ValidationRule[]>;
|
3477
3497
|
default: () => never[];
|
@@ -3480,33 +3500,17 @@ declare const VAutocomplete: {
|
|
3480
3500
|
type: PropType<any>;
|
3481
3501
|
default: any;
|
3482
3502
|
};
|
3483
|
-
validateOn: PropType<(("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"
|
3503
|
+
validateOn: PropType<("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>;
|
3484
3504
|
rounded: {
|
3485
|
-
type: (StringConstructor |
|
3505
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3486
3506
|
default: undefined;
|
3487
3507
|
};
|
3488
|
-
variant: {
|
3489
|
-
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
3490
|
-
default: string;
|
3491
|
-
validator: (v: any) => boolean;
|
3492
|
-
};
|
3493
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
3494
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
3495
3508
|
tile: BooleanConstructor;
|
3496
|
-
role: {
|
3497
|
-
type: PropType<string>;
|
3498
|
-
default: string;
|
3499
|
-
};
|
3500
3509
|
density: {
|
3501
3510
|
type: PropType<Density>;
|
3502
3511
|
default: string;
|
3503
3512
|
validator: (v: any) => boolean;
|
3504
3513
|
};
|
3505
|
-
direction: {
|
3506
|
-
type: PropType<"horizontal" | "vertical">;
|
3507
|
-
default: string;
|
3508
|
-
validator: (v: any) => boolean;
|
3509
|
-
};
|
3510
3514
|
baseColor: StringConstructor;
|
3511
3515
|
bgColor: StringConstructor;
|
3512
3516
|
prependIcon: PropType<IconValue>;
|
@@ -3517,16 +3521,18 @@ declare const VAutocomplete: {
|
|
3517
3521
|
};
|
3518
3522
|
prependInnerIcon: PropType<IconValue>;
|
3519
3523
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
3520
|
-
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
3521
3524
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3525
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
3522
3526
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
3523
3527
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
3524
|
-
centerAffix:
|
3528
|
+
centerAffix: {
|
3529
|
+
type: BooleanConstructor;
|
3530
|
+
default: undefined;
|
3531
|
+
};
|
3525
3532
|
hideSpinButtons: BooleanConstructor;
|
3526
3533
|
hint: StringConstructor;
|
3527
3534
|
persistentHint: BooleanConstructor;
|
3528
3535
|
hideDetails: PropType<boolean | "auto">;
|
3529
|
-
autofocus: BooleanConstructor;
|
3530
3536
|
clearable: BooleanConstructor;
|
3531
3537
|
persistentClear: BooleanConstructor;
|
3532
3538
|
singleLine: BooleanConstructor;
|
@@ -3550,7 +3556,7 @@ declare const VAutocomplete: {
|
|
3550
3556
|
itemChildren: Omit<{
|
3551
3557
|
type: PropType<SelectItemKey>;
|
3552
3558
|
default: string;
|
3553
|
-
}, "
|
3559
|
+
}, "type" | "default"> & {
|
3554
3560
|
type: PropType<NonNullable<SelectItemKey>>;
|
3555
3561
|
default: NonNullable<SelectItemKey>;
|
3556
3562
|
};
|
@@ -3578,13 +3584,13 @@ declare const VAutocomplete: {
|
|
3578
3584
|
hideSelected: BooleanConstructor;
|
3579
3585
|
listProps: {
|
3580
3586
|
type: PropType<Partial<{
|
3581
|
-
|
3587
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3582
3588
|
nav: boolean;
|
3589
|
+
style: vue.StyleValue;
|
3583
3590
|
disabled: boolean;
|
3584
3591
|
tag: string;
|
3585
|
-
rounded: string | number | boolean;
|
3586
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3587
3592
|
mandatory: boolean;
|
3593
|
+
rounded: string | number | boolean;
|
3588
3594
|
tile: boolean;
|
3589
3595
|
density: Density;
|
3590
3596
|
slim: boolean;
|
@@ -3597,11 +3603,11 @@ declare const VAutocomplete: {
|
|
3597
3603
|
returnObject: boolean;
|
3598
3604
|
itemType: string;
|
3599
3605
|
}> & Omit<{
|
3600
|
-
|
3606
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3601
3607
|
nav: boolean;
|
3608
|
+
style: vue.StyleValue;
|
3602
3609
|
disabled: boolean;
|
3603
3610
|
tag: string;
|
3604
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3605
3611
|
mandatory: boolean;
|
3606
3612
|
tile: boolean;
|
3607
3613
|
density: Density;
|
@@ -3614,19 +3620,19 @@ declare const VAutocomplete: {
|
|
3614
3620
|
lines: false | "one" | "two" | "three";
|
3615
3621
|
returnObject: boolean;
|
3616
3622
|
itemType: string;
|
3617
|
-
class?: any;
|
3618
|
-
width?: string | number | undefined;
|
3619
3623
|
height?: string | number | undefined;
|
3620
|
-
|
3621
|
-
color?: string | undefined;
|
3622
|
-
activated?: any;
|
3624
|
+
width?: string | number | undefined;
|
3623
3625
|
border?: string | number | boolean | undefined;
|
3624
|
-
|
3626
|
+
color?: string | undefined;
|
3625
3627
|
maxHeight?: string | number | undefined;
|
3626
3628
|
maxWidth?: string | number | undefined;
|
3627
3629
|
minHeight?: string | number | undefined;
|
3628
3630
|
minWidth?: string | number | undefined;
|
3631
|
+
activated?: any;
|
3632
|
+
class?: any;
|
3629
3633
|
elevation?: string | number | undefined;
|
3634
|
+
theme?: string | undefined;
|
3635
|
+
rounded?: string | number | boolean | undefined;
|
3630
3636
|
baseColor?: string | undefined;
|
3631
3637
|
bgColor?: string | undefined;
|
3632
3638
|
activeColor?: string | undefined;
|
@@ -3641,11 +3647,11 @@ declare const VAutocomplete: {
|
|
3641
3647
|
path: unknown[];
|
3642
3648
|
}) => any) | undefined;
|
3643
3649
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3644
|
-
|
3650
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3645
3651
|
nav: boolean;
|
3652
|
+
style: vue.StyleValue;
|
3646
3653
|
disabled: boolean;
|
3647
3654
|
tag: string;
|
3648
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3649
3655
|
mandatory: boolean;
|
3650
3656
|
tile: boolean;
|
3651
3657
|
density: Density;
|
@@ -3659,19 +3665,19 @@ declare const VAutocomplete: {
|
|
3659
3665
|
returnObject: boolean;
|
3660
3666
|
itemType: string;
|
3661
3667
|
} & {
|
3662
|
-
class?: any;
|
3663
|
-
width?: string | number | undefined;
|
3664
3668
|
height?: string | number | undefined;
|
3665
|
-
|
3666
|
-
color?: string | undefined;
|
3667
|
-
activated?: any;
|
3669
|
+
width?: string | number | undefined;
|
3668
3670
|
border?: string | number | boolean | undefined;
|
3669
|
-
|
3671
|
+
color?: string | undefined;
|
3670
3672
|
maxHeight?: string | number | undefined;
|
3671
3673
|
maxWidth?: string | number | undefined;
|
3672
3674
|
minHeight?: string | number | undefined;
|
3673
3675
|
minWidth?: string | number | undefined;
|
3676
|
+
activated?: any;
|
3677
|
+
class?: any;
|
3674
3678
|
elevation?: string | number | undefined;
|
3679
|
+
theme?: string | undefined;
|
3680
|
+
rounded?: string | number | boolean | undefined;
|
3675
3681
|
baseColor?: string | undefined;
|
3676
3682
|
bgColor?: string | undefined;
|
3677
3683
|
activeColor?: string | undefined;
|
@@ -3686,7 +3692,7 @@ declare const VAutocomplete: {
|
|
3686
3692
|
value: boolean;
|
3687
3693
|
path: unknown[];
|
3688
3694
|
}) => any) | undefined;
|
3689
|
-
}, "
|
3695
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
3690
3696
|
items?: readonly any[] | undefined;
|
3691
3697
|
itemTitle?: SelectItemKey<any>;
|
3692
3698
|
itemValue?: SelectItemKey<any>;
|
@@ -3711,10 +3717,10 @@ declare const VAutocomplete: {
|
|
3711
3717
|
title?: ((arg: ListItemTitleSlot & {
|
3712
3718
|
item: any;
|
3713
3719
|
}) => vue.VNodeChild) | undefined;
|
3714
|
-
|
3720
|
+
append?: ((arg: ListItemSlot & {
|
3715
3721
|
item: any;
|
3716
3722
|
}) => vue.VNodeChild) | undefined;
|
3717
|
-
|
3723
|
+
prepend?: ((arg: ListItemSlot & {
|
3718
3724
|
item: any;
|
3719
3725
|
}) => vue.VNodeChild) | undefined;
|
3720
3726
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -3754,10 +3760,10 @@ declare const VAutocomplete: {
|
|
3754
3760
|
title?: false | ((arg: ListItemTitleSlot & {
|
3755
3761
|
item: any;
|
3756
3762
|
}) => vue.VNodeChild) | undefined;
|
3757
|
-
|
3763
|
+
append?: false | ((arg: ListItemSlot & {
|
3758
3764
|
item: any;
|
3759
3765
|
}) => vue.VNodeChild) | undefined;
|
3760
|
-
|
3766
|
+
prepend?: false | ((arg: ListItemSlot & {
|
3761
3767
|
item: any;
|
3762
3768
|
}) => vue.VNodeChild) | undefined;
|
3763
3769
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3797,10 +3803,10 @@ declare const VAutocomplete: {
|
|
3797
3803
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
3798
3804
|
item: any;
|
3799
3805
|
}) => vue.VNodeChild) | undefined;
|
3800
|
-
"v-slot:
|
3806
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
3801
3807
|
item: any;
|
3802
3808
|
}) => vue.VNodeChild) | undefined;
|
3803
|
-
"v-slot:
|
3809
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
3804
3810
|
item: any;
|
3805
3811
|
}) => vue.VNodeChild) | undefined;
|
3806
3812
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3844,22 +3850,22 @@ declare const VAutocomplete: {
|
|
3844
3850
|
};
|
3845
3851
|
menuProps: {
|
3846
3852
|
type: PropType<Partial<{
|
3847
|
-
|
3848
|
-
|
3853
|
+
location: Anchor;
|
3854
|
+
origin: "auto" | Anchor | "overlap";
|
3849
3855
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3850
3856
|
component?: vue.Component | undefined;
|
3851
3857
|
})> | {
|
3852
3858
|
component: vue.Component;
|
3853
3859
|
};
|
3854
3860
|
zIndex: string | number;
|
3861
|
+
style: vue.StyleValue;
|
3855
3862
|
eager: boolean;
|
3863
|
+
disabled: boolean;
|
3856
3864
|
modelValue: boolean;
|
3857
|
-
|
3858
|
-
location: Anchor;
|
3859
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3865
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3860
3866
|
updateLocation: (e?: Event | undefined) => void;
|
3861
|
-
} | undefined)
|
3862
|
-
scrollStrategy: NonNullable<"
|
3867
|
+
} | undefined)>;
|
3868
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3863
3869
|
closeDelay: NonNullable<string | number>;
|
3864
3870
|
openDelay: NonNullable<string | number>;
|
3865
3871
|
activatorProps: Record<string, any>;
|
@@ -3873,22 +3879,22 @@ declare const VAutocomplete: {
|
|
3873
3879
|
persistent: boolean;
|
3874
3880
|
scrim: NonNullable<string | boolean>;
|
3875
3881
|
}> & Omit<{
|
3876
|
-
|
3877
|
-
|
3882
|
+
location: Anchor;
|
3883
|
+
origin: "auto" | Anchor | "overlap";
|
3878
3884
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3879
3885
|
component?: vue.Component | undefined;
|
3880
3886
|
})> | {
|
3881
3887
|
component: vue.Component;
|
3882
3888
|
};
|
3883
3889
|
zIndex: string | number;
|
3890
|
+
style: vue.StyleValue;
|
3884
3891
|
eager: boolean;
|
3892
|
+
disabled: boolean;
|
3885
3893
|
modelValue: boolean;
|
3886
|
-
|
3887
|
-
location: Anchor;
|
3888
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3894
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3889
3895
|
updateLocation: (e?: Event | undefined) => void;
|
3890
|
-
} | undefined)
|
3891
|
-
scrollStrategy: NonNullable<"
|
3896
|
+
} | undefined)>;
|
3897
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3892
3898
|
closeDelay: NonNullable<string | number>;
|
3893
3899
|
openDelay: NonNullable<string | number>;
|
3894
3900
|
activatorProps: Record<string, any>;
|
@@ -3899,20 +3905,20 @@ declare const VAutocomplete: {
|
|
3899
3905
|
noClickAnimation: boolean;
|
3900
3906
|
persistent: boolean;
|
3901
3907
|
scrim: NonNullable<string | boolean>;
|
3902
|
-
|
3908
|
+
offset?: string | number | number[] | undefined;
|
3903
3909
|
id?: string | undefined;
|
3904
|
-
width?: string | number | undefined;
|
3905
3910
|
height?: string | number | undefined;
|
3906
|
-
|
3907
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3908
|
-
offset?: string | number | number[] | undefined;
|
3909
|
-
contentClass?: any;
|
3910
|
-
opacity?: string | number | undefined;
|
3911
|
+
width?: string | number | undefined;
|
3911
3912
|
maxHeight?: string | number | undefined;
|
3912
3913
|
maxWidth?: string | number | undefined;
|
3913
3914
|
minHeight?: string | number | undefined;
|
3914
3915
|
minWidth?: string | number | undefined;
|
3915
|
-
|
3916
|
+
opacity?: string | number | undefined;
|
3917
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3918
|
+
class?: any;
|
3919
|
+
theme?: string | undefined;
|
3920
|
+
contentClass?: any;
|
3921
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3916
3922
|
openOnClick?: boolean | undefined;
|
3917
3923
|
openOnFocus?: boolean | undefined;
|
3918
3924
|
contentProps?: any;
|
@@ -3949,22 +3955,22 @@ declare const VAutocomplete: {
|
|
3949
3955
|
}) => vue.VNodeChild) | undefined;
|
3950
3956
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3951
3957
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3952
|
-
|
3953
|
-
|
3958
|
+
location: Anchor;
|
3959
|
+
origin: "auto" | Anchor | "overlap";
|
3954
3960
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3955
3961
|
component?: vue.Component | undefined;
|
3956
3962
|
})> | {
|
3957
3963
|
component: vue.Component;
|
3958
3964
|
};
|
3959
3965
|
zIndex: string | number;
|
3966
|
+
style: vue.StyleValue;
|
3960
3967
|
eager: boolean;
|
3968
|
+
disabled: boolean;
|
3961
3969
|
modelValue: boolean;
|
3962
|
-
|
3963
|
-
location: Anchor;
|
3964
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3970
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3965
3971
|
updateLocation: (e?: Event | undefined) => void;
|
3966
|
-
} | undefined)
|
3967
|
-
scrollStrategy: NonNullable<"
|
3972
|
+
} | undefined)>;
|
3973
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3968
3974
|
closeDelay: NonNullable<string | number>;
|
3969
3975
|
openDelay: NonNullable<string | number>;
|
3970
3976
|
activatorProps: Record<string, any>;
|
@@ -3976,20 +3982,20 @@ declare const VAutocomplete: {
|
|
3976
3982
|
persistent: boolean;
|
3977
3983
|
scrim: NonNullable<string | boolean>;
|
3978
3984
|
} & {
|
3979
|
-
|
3985
|
+
offset?: string | number | number[] | undefined;
|
3980
3986
|
id?: string | undefined;
|
3981
|
-
width?: string | number | undefined;
|
3982
3987
|
height?: string | number | undefined;
|
3983
|
-
|
3984
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3985
|
-
offset?: string | number | number[] | undefined;
|
3986
|
-
contentClass?: any;
|
3987
|
-
opacity?: string | number | undefined;
|
3988
|
+
width?: string | number | undefined;
|
3988
3989
|
maxHeight?: string | number | undefined;
|
3989
3990
|
maxWidth?: string | number | undefined;
|
3990
3991
|
minHeight?: string | number | undefined;
|
3991
3992
|
minWidth?: string | number | undefined;
|
3992
|
-
|
3993
|
+
opacity?: string | number | undefined;
|
3994
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3995
|
+
class?: any;
|
3996
|
+
theme?: string | undefined;
|
3997
|
+
contentClass?: any;
|
3998
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3993
3999
|
openOnClick?: boolean | undefined;
|
3994
4000
|
openOnFocus?: boolean | undefined;
|
3995
4001
|
contentProps?: any;
|
@@ -4028,7 +4034,7 @@ declare const VAutocomplete: {
|
|
4028
4034
|
}) => vue.VNodeChild) | undefined;
|
4029
4035
|
} & {
|
4030
4036
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4031
|
-
}, "
|
4037
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4032
4038
|
};
|
4033
4039
|
multiple: BooleanConstructor;
|
4034
4040
|
noDataText: {
|