@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 VCombobox: {
|
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;
|
@@ -332,33 +331,34 @@ declare const VCombobox: {
|
|
332
331
|
openOnClear: boolean;
|
333
332
|
clearOnSelect: boolean;
|
334
333
|
} & {
|
335
|
-
class?: any;
|
336
334
|
id?: string | undefined;
|
337
|
-
label?: string | undefined;
|
338
335
|
width?: string | number | undefined;
|
339
|
-
theme?: string | undefined;
|
340
|
-
color?: string | undefined;
|
341
336
|
name?: string | undefined;
|
337
|
+
color?: string | undefined;
|
338
|
+
maxWidth?: string | number | undefined;
|
339
|
+
minWidth?: string | number | undefined;
|
340
|
+
loading?: string | boolean | undefined;
|
341
|
+
label?: string | undefined;
|
342
342
|
prefix?: string | undefined;
|
343
|
+
class?: any;
|
343
344
|
delimiters?: readonly string[] | undefined;
|
344
|
-
loading?: string | boolean | undefined;
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
822
822
|
'update:modelValue': (value: any) => true;
|
823
823
|
'update:search': (value: string) => true;
|
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;
|
@@ -872,33 +871,34 @@ declare const VCombobox: {
|
|
872
871
|
openOnClear: boolean;
|
873
872
|
clearOnSelect: boolean;
|
874
873
|
} & {
|
875
|
-
class?: any;
|
876
874
|
id?: string | undefined;
|
877
|
-
label?: string | undefined;
|
878
875
|
width?: string | number | undefined;
|
879
|
-
theme?: string | undefined;
|
880
|
-
color?: string | undefined;
|
881
876
|
name?: string | undefined;
|
877
|
+
color?: string | undefined;
|
878
|
+
maxWidth?: string | number | undefined;
|
879
|
+
minWidth?: string | number | undefined;
|
880
|
+
loading?: string | boolean | undefined;
|
881
|
+
label?: string | undefined;
|
882
882
|
prefix?: string | undefined;
|
883
|
+
class?: any;
|
883
884
|
delimiters?: readonly string[] | undefined;
|
884
|
-
loading?: string | boolean | undefined;
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
1358
1358
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
1359
1359
|
"onUpdate:search"?: ((value: string) => 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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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;
|
@@ -1526,33 +1525,34 @@ declare const VCombobox: {
|
|
1526
1525
|
openOnClear: boolean;
|
1527
1526
|
clearOnSelect: boolean;
|
1528
1527
|
} & {
|
1529
|
-
class?: any;
|
1530
1528
|
id?: string | undefined;
|
1531
|
-
label?: string | undefined;
|
1532
1529
|
width?: string | number | undefined;
|
1533
|
-
theme?: string | undefined;
|
1534
|
-
color?: string | undefined;
|
1535
1530
|
name?: string | undefined;
|
1531
|
+
color?: string | undefined;
|
1532
|
+
maxWidth?: string | number | undefined;
|
1533
|
+
minWidth?: string | number | undefined;
|
1534
|
+
loading?: string | boolean | undefined;
|
1535
|
+
label?: string | undefined;
|
1536
1536
|
prefix?: string | undefined;
|
1537
|
+
class?: any;
|
1537
1538
|
delimiters?: readonly string[] | undefined;
|
1538
|
-
loading?: string | boolean | undefined;
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
2012
2012
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
2013
2013
|
"onUpdate:search"?: ((value: string) => 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 VCombobox: {
|
|
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 VCombobox: {
|
|
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;
|
@@ -2115,33 +2114,34 @@ declare const VCombobox: {
|
|
2115
2114
|
openOnClear: boolean;
|
2116
2115
|
clearOnSelect: boolean;
|
2117
2116
|
} & {
|
2118
|
-
class?: any;
|
2119
2117
|
id?: string | undefined;
|
2120
|
-
label?: string | undefined;
|
2121
2118
|
width?: string | number | undefined;
|
2122
|
-
theme?: string | undefined;
|
2123
|
-
color?: string | undefined;
|
2124
2119
|
name?: string | undefined;
|
2120
|
+
color?: string | undefined;
|
2121
|
+
maxWidth?: string | number | undefined;
|
2122
|
+
minWidth?: string | number | undefined;
|
2123
|
+
loading?: string | boolean | undefined;
|
2124
|
+
label?: string | undefined;
|
2125
2125
|
prefix?: string | undefined;
|
2126
|
+
class?: any;
|
2126
2127
|
delimiters?: readonly string[] | undefined;
|
2127
|
-
loading?: string | boolean | undefined;
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
2605
2605
|
'update:modelValue': (value: any) => true;
|
2606
2606
|
'update:search': (value: string) => true;
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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
|
};
|
@@ -2943,13 +2946,13 @@ declare const VCombobox: {
|
|
2943
2946
|
hideSelected: BooleanConstructor;
|
2944
2947
|
listProps: {
|
2945
2948
|
type: PropType<Partial<{
|
2946
|
-
|
2949
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2947
2950
|
nav: boolean;
|
2951
|
+
style: vue.StyleValue;
|
2948
2952
|
disabled: boolean;
|
2949
2953
|
tag: string;
|
2950
|
-
rounded: string | number | boolean;
|
2951
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2952
2954
|
mandatory: boolean;
|
2955
|
+
rounded: string | number | boolean;
|
2953
2956
|
tile: boolean;
|
2954
2957
|
density: Density;
|
2955
2958
|
slim: boolean;
|
@@ -2962,11 +2965,11 @@ declare const VCombobox: {
|
|
2962
2965
|
returnObject: boolean;
|
2963
2966
|
itemType: string;
|
2964
2967
|
}> & Omit<{
|
2965
|
-
|
2968
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2966
2969
|
nav: boolean;
|
2970
|
+
style: vue.StyleValue;
|
2967
2971
|
disabled: boolean;
|
2968
2972
|
tag: string;
|
2969
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2970
2973
|
mandatory: boolean;
|
2971
2974
|
tile: boolean;
|
2972
2975
|
density: Density;
|
@@ -2979,19 +2982,19 @@ declare const VCombobox: {
|
|
2979
2982
|
lines: false | "one" | "two" | "three";
|
2980
2983
|
returnObject: boolean;
|
2981
2984
|
itemType: string;
|
2982
|
-
class?: any;
|
2983
|
-
width?: string | number | undefined;
|
2984
2985
|
height?: string | number | undefined;
|
2985
|
-
|
2986
|
-
color?: string | undefined;
|
2987
|
-
activated?: any;
|
2986
|
+
width?: string | number | undefined;
|
2988
2987
|
border?: string | number | boolean | undefined;
|
2989
|
-
|
2988
|
+
color?: string | undefined;
|
2990
2989
|
maxHeight?: string | number | undefined;
|
2991
2990
|
maxWidth?: string | number | undefined;
|
2992
2991
|
minHeight?: string | number | undefined;
|
2993
2992
|
minWidth?: string | number | undefined;
|
2993
|
+
activated?: any;
|
2994
|
+
class?: any;
|
2994
2995
|
elevation?: string | number | undefined;
|
2996
|
+
theme?: string | undefined;
|
2997
|
+
rounded?: string | number | boolean | undefined;
|
2995
2998
|
baseColor?: string | undefined;
|
2996
2999
|
bgColor?: string | undefined;
|
2997
3000
|
activeColor?: string | undefined;
|
@@ -3006,11 +3009,11 @@ declare const VCombobox: {
|
|
3006
3009
|
path: unknown[];
|
3007
3010
|
}) => any) | undefined;
|
3008
3011
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3009
|
-
|
3012
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3010
3013
|
nav: boolean;
|
3014
|
+
style: vue.StyleValue;
|
3011
3015
|
disabled: boolean;
|
3012
3016
|
tag: string;
|
3013
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3014
3017
|
mandatory: boolean;
|
3015
3018
|
tile: boolean;
|
3016
3019
|
density: Density;
|
@@ -3024,19 +3027,19 @@ declare const VCombobox: {
|
|
3024
3027
|
returnObject: boolean;
|
3025
3028
|
itemType: string;
|
3026
3029
|
} & {
|
3027
|
-
class?: any;
|
3028
|
-
width?: string | number | undefined;
|
3029
3030
|
height?: string | number | undefined;
|
3030
|
-
|
3031
|
-
color?: string | undefined;
|
3032
|
-
activated?: any;
|
3031
|
+
width?: string | number | undefined;
|
3033
3032
|
border?: string | number | boolean | undefined;
|
3034
|
-
|
3033
|
+
color?: string | undefined;
|
3035
3034
|
maxHeight?: string | number | undefined;
|
3036
3035
|
maxWidth?: string | number | undefined;
|
3037
3036
|
minHeight?: string | number | undefined;
|
3038
3037
|
minWidth?: string | number | undefined;
|
3038
|
+
activated?: any;
|
3039
|
+
class?: any;
|
3039
3040
|
elevation?: string | number | undefined;
|
3041
|
+
theme?: string | undefined;
|
3042
|
+
rounded?: string | number | boolean | undefined;
|
3040
3043
|
baseColor?: string | undefined;
|
3041
3044
|
bgColor?: string | undefined;
|
3042
3045
|
activeColor?: string | undefined;
|
@@ -3051,7 +3054,7 @@ declare const VCombobox: {
|
|
3051
3054
|
value: boolean;
|
3052
3055
|
path: unknown[];
|
3053
3056
|
}) => any) | undefined;
|
3054
|
-
}, "
|
3057
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
3055
3058
|
items?: readonly any[] | undefined;
|
3056
3059
|
itemTitle?: SelectItemKey<any>;
|
3057
3060
|
itemValue?: SelectItemKey<any>;
|
@@ -3076,10 +3079,10 @@ declare const VCombobox: {
|
|
3076
3079
|
title?: ((arg: ListItemTitleSlot & {
|
3077
3080
|
item: any;
|
3078
3081
|
}) => vue.VNodeChild) | undefined;
|
3079
|
-
|
3082
|
+
append?: ((arg: ListItemSlot & {
|
3080
3083
|
item: any;
|
3081
3084
|
}) => vue.VNodeChild) | undefined;
|
3082
|
-
|
3085
|
+
prepend?: ((arg: ListItemSlot & {
|
3083
3086
|
item: any;
|
3084
3087
|
}) => vue.VNodeChild) | undefined;
|
3085
3088
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -3119,10 +3122,10 @@ declare const VCombobox: {
|
|
3119
3122
|
title?: false | ((arg: ListItemTitleSlot & {
|
3120
3123
|
item: any;
|
3121
3124
|
}) => vue.VNodeChild) | undefined;
|
3122
|
-
|
3125
|
+
append?: false | ((arg: ListItemSlot & {
|
3123
3126
|
item: any;
|
3124
3127
|
}) => vue.VNodeChild) | undefined;
|
3125
|
-
|
3128
|
+
prepend?: false | ((arg: ListItemSlot & {
|
3126
3129
|
item: any;
|
3127
3130
|
}) => vue.VNodeChild) | undefined;
|
3128
3131
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3162,10 +3165,10 @@ declare const VCombobox: {
|
|
3162
3165
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
3163
3166
|
item: any;
|
3164
3167
|
}) => vue.VNodeChild) | undefined;
|
3165
|
-
"v-slot:
|
3168
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
3166
3169
|
item: any;
|
3167
3170
|
}) => vue.VNodeChild) | undefined;
|
3168
|
-
"v-slot:
|
3171
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
3169
3172
|
item: any;
|
3170
3173
|
}) => vue.VNodeChild) | undefined;
|
3171
3174
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3209,22 +3212,22 @@ declare const VCombobox: {
|
|
3209
3212
|
};
|
3210
3213
|
menuProps: {
|
3211
3214
|
type: PropType<Partial<{
|
3212
|
-
|
3213
|
-
|
3215
|
+
location: Anchor;
|
3216
|
+
origin: "auto" | Anchor | "overlap";
|
3214
3217
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3215
3218
|
component?: vue.Component | undefined;
|
3216
3219
|
})> | {
|
3217
3220
|
component: vue.Component;
|
3218
3221
|
};
|
3219
3222
|
zIndex: string | number;
|
3223
|
+
style: vue.StyleValue;
|
3220
3224
|
eager: boolean;
|
3225
|
+
disabled: boolean;
|
3221
3226
|
modelValue: boolean;
|
3222
|
-
|
3223
|
-
location: Anchor;
|
3224
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3227
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3225
3228
|
updateLocation: (e?: Event | undefined) => void;
|
3226
|
-
} | undefined)
|
3227
|
-
scrollStrategy: NonNullable<"
|
3229
|
+
} | undefined)>;
|
3230
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3228
3231
|
closeDelay: NonNullable<string | number>;
|
3229
3232
|
openDelay: NonNullable<string | number>;
|
3230
3233
|
activatorProps: Record<string, any>;
|
@@ -3238,22 +3241,22 @@ declare const VCombobox: {
|
|
3238
3241
|
persistent: boolean;
|
3239
3242
|
scrim: NonNullable<string | boolean>;
|
3240
3243
|
}> & Omit<{
|
3241
|
-
|
3242
|
-
|
3244
|
+
location: Anchor;
|
3245
|
+
origin: "auto" | Anchor | "overlap";
|
3243
3246
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3244
3247
|
component?: vue.Component | undefined;
|
3245
3248
|
})> | {
|
3246
3249
|
component: vue.Component;
|
3247
3250
|
};
|
3248
3251
|
zIndex: string | number;
|
3252
|
+
style: vue.StyleValue;
|
3249
3253
|
eager: boolean;
|
3254
|
+
disabled: boolean;
|
3250
3255
|
modelValue: boolean;
|
3251
|
-
|
3252
|
-
location: Anchor;
|
3253
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3256
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3254
3257
|
updateLocation: (e?: Event | undefined) => void;
|
3255
|
-
} | undefined)
|
3256
|
-
scrollStrategy: NonNullable<"
|
3258
|
+
} | undefined)>;
|
3259
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3257
3260
|
closeDelay: NonNullable<string | number>;
|
3258
3261
|
openDelay: NonNullable<string | number>;
|
3259
3262
|
activatorProps: Record<string, any>;
|
@@ -3264,20 +3267,20 @@ declare const VCombobox: {
|
|
3264
3267
|
noClickAnimation: boolean;
|
3265
3268
|
persistent: boolean;
|
3266
3269
|
scrim: NonNullable<string | boolean>;
|
3267
|
-
|
3270
|
+
offset?: string | number | number[] | undefined;
|
3268
3271
|
id?: string | undefined;
|
3269
|
-
width?: string | number | undefined;
|
3270
3272
|
height?: string | number | undefined;
|
3271
|
-
|
3272
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3273
|
-
offset?: string | number | number[] | undefined;
|
3274
|
-
contentClass?: any;
|
3275
|
-
opacity?: string | number | undefined;
|
3273
|
+
width?: string | number | undefined;
|
3276
3274
|
maxHeight?: string | number | undefined;
|
3277
3275
|
maxWidth?: string | number | undefined;
|
3278
3276
|
minHeight?: string | number | undefined;
|
3279
3277
|
minWidth?: string | number | undefined;
|
3280
|
-
|
3278
|
+
opacity?: string | number | undefined;
|
3279
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3280
|
+
class?: any;
|
3281
|
+
theme?: string | undefined;
|
3282
|
+
contentClass?: any;
|
3283
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3281
3284
|
openOnClick?: boolean | undefined;
|
3282
3285
|
openOnFocus?: boolean | undefined;
|
3283
3286
|
contentProps?: any;
|
@@ -3314,22 +3317,22 @@ declare const VCombobox: {
|
|
3314
3317
|
}) => vue.VNodeChild) | undefined;
|
3315
3318
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3316
3319
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3317
|
-
|
3318
|
-
|
3320
|
+
location: Anchor;
|
3321
|
+
origin: "auto" | Anchor | "overlap";
|
3319
3322
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3320
3323
|
component?: vue.Component | undefined;
|
3321
3324
|
})> | {
|
3322
3325
|
component: vue.Component;
|
3323
3326
|
};
|
3324
3327
|
zIndex: string | number;
|
3328
|
+
style: vue.StyleValue;
|
3325
3329
|
eager: boolean;
|
3330
|
+
disabled: boolean;
|
3326
3331
|
modelValue: boolean;
|
3327
|
-
|
3328
|
-
location: Anchor;
|
3329
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3332
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3330
3333
|
updateLocation: (e?: Event | undefined) => void;
|
3331
|
-
} | undefined)
|
3332
|
-
scrollStrategy: NonNullable<"
|
3334
|
+
} | undefined)>;
|
3335
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3333
3336
|
closeDelay: NonNullable<string | number>;
|
3334
3337
|
openDelay: NonNullable<string | number>;
|
3335
3338
|
activatorProps: Record<string, any>;
|
@@ -3341,20 +3344,20 @@ declare const VCombobox: {
|
|
3341
3344
|
persistent: boolean;
|
3342
3345
|
scrim: NonNullable<string | boolean>;
|
3343
3346
|
} & {
|
3344
|
-
|
3347
|
+
offset?: string | number | number[] | undefined;
|
3345
3348
|
id?: string | undefined;
|
3346
|
-
width?: string | number | undefined;
|
3347
3349
|
height?: string | number | undefined;
|
3348
|
-
|
3349
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3350
|
-
offset?: string | number | number[] | undefined;
|
3351
|
-
contentClass?: any;
|
3352
|
-
opacity?: string | number | undefined;
|
3350
|
+
width?: string | number | undefined;
|
3353
3351
|
maxHeight?: string | number | undefined;
|
3354
3352
|
maxWidth?: string | number | undefined;
|
3355
3353
|
minHeight?: string | number | undefined;
|
3356
3354
|
minWidth?: string | number | undefined;
|
3357
|
-
|
3355
|
+
opacity?: string | number | undefined;
|
3356
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3357
|
+
class?: any;
|
3358
|
+
theme?: string | undefined;
|
3359
|
+
contentClass?: any;
|
3360
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3358
3361
|
openOnClick?: boolean | undefined;
|
3359
3362
|
openOnFocus?: boolean | undefined;
|
3360
3363
|
contentProps?: any;
|
@@ -3393,7 +3396,7 @@ declare const VCombobox: {
|
|
3393
3396
|
}) => vue.VNodeChild) | undefined;
|
3394
3397
|
} & {
|
3395
3398
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3396
|
-
}, "
|
3399
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3397
3400
|
};
|
3398
3401
|
multiple: BooleanConstructor;
|
3399
3402
|
noDataText: {
|
@@ -3428,7 +3431,7 @@ declare const VCombobox: {
|
|
3428
3431
|
})>;
|
3429
3432
|
default: string;
|
3430
3433
|
validator: (val: unknown) => boolean;
|
3431
|
-
}, "
|
3434
|
+
}, "type" | "default"> & {
|
3432
3435
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
3433
3436
|
component?: vue.Component | undefined;
|
3434
3437
|
})>>;
|
@@ -3436,37 +3439,58 @@ declare const VCombobox: {
|
|
3436
3439
|
component?: vue.Component | undefined;
|
3437
3440
|
})>;
|
3438
3441
|
};
|
3439
|
-
reverse: BooleanConstructor;
|
3440
3442
|
flat: BooleanConstructor;
|
3441
|
-
|
3442
|
-
|
3443
|
-
type: PropType<
|
3444
|
-
default:
|
3443
|
+
reverse: BooleanConstructor;
|
3444
|
+
variant: {
|
3445
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
3446
|
+
default: string;
|
3447
|
+
validator: (v: any) => boolean;
|
3445
3448
|
};
|
3446
|
-
id: StringConstructor;
|
3447
|
-
label: StringConstructor;
|
3448
3449
|
type: {
|
3449
3450
|
type: StringConstructor;
|
3450
3451
|
default: string;
|
3451
3452
|
};
|
3453
|
+
error: BooleanConstructor;
|
3454
|
+
id: StringConstructor;
|
3452
3455
|
width: (StringConstructor | NumberConstructor)[];
|
3453
3456
|
active: BooleanConstructor;
|
3454
|
-
error: BooleanConstructor;
|
3455
|
-
theme: StringConstructor;
|
3456
|
-
color: StringConstructor;
|
3457
3457
|
name: StringConstructor;
|
3458
|
+
color: StringConstructor;
|
3459
|
+
direction: {
|
3460
|
+
type: PropType<"horizontal" | "vertical">;
|
3461
|
+
default: string;
|
3462
|
+
validator: (v: any) => boolean;
|
3463
|
+
};
|
3464
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
3465
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
3466
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
3467
|
+
label: StringConstructor;
|
3468
|
+
style: {
|
3469
|
+
type: PropType<vue.StyleValue>;
|
3470
|
+
default: null;
|
3471
|
+
};
|
3458
3472
|
prefix: StringConstructor;
|
3473
|
+
role: {
|
3474
|
+
type: PropType<string>;
|
3475
|
+
default: string;
|
3476
|
+
};
|
3477
|
+
autofocus: BooleanConstructor;
|
3459
3478
|
disabled: {
|
3460
3479
|
type: BooleanConstructor;
|
3461
3480
|
default: null;
|
3462
3481
|
};
|
3463
|
-
|
3482
|
+
readonly: {
|
3483
|
+
type: PropType<boolean | null>;
|
3484
|
+
default: null;
|
3485
|
+
};
|
3486
|
+
class: PropType<any>;
|
3487
|
+
placeholder: StringConstructor;
|
3488
|
+
theme: StringConstructor;
|
3464
3489
|
messages: {
|
3465
3490
|
type: PropType<string | readonly string[]>;
|
3466
3491
|
default: () => never[];
|
3467
3492
|
};
|
3468
|
-
|
3469
|
-
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
3493
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3470
3494
|
focused: BooleanConstructor;
|
3471
3495
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
3472
3496
|
errorMessages: {
|
@@ -3477,10 +3501,6 @@ declare const VCombobox: {
|
|
3477
3501
|
type: (StringConstructor | NumberConstructor)[];
|
3478
3502
|
default: number;
|
3479
3503
|
};
|
3480
|
-
readonly: {
|
3481
|
-
type: PropType<boolean | null>;
|
3482
|
-
default: null;
|
3483
|
-
};
|
3484
3504
|
rules: {
|
3485
3505
|
type: PropType<readonly ValidationRule[]>;
|
3486
3506
|
default: () => never[];
|
@@ -3489,33 +3509,17 @@ declare const VCombobox: {
|
|
3489
3509
|
type: PropType<any>;
|
3490
3510
|
default: any;
|
3491
3511
|
};
|
3492
|
-
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"
|
3512
|
+
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>;
|
3493
3513
|
rounded: {
|
3494
|
-
type: (StringConstructor |
|
3514
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3495
3515
|
default: undefined;
|
3496
3516
|
};
|
3497
|
-
variant: {
|
3498
|
-
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
3499
|
-
default: string;
|
3500
|
-
validator: (v: any) => boolean;
|
3501
|
-
};
|
3502
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
3503
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
3504
3517
|
tile: BooleanConstructor;
|
3505
|
-
role: {
|
3506
|
-
type: PropType<string>;
|
3507
|
-
default: string;
|
3508
|
-
};
|
3509
3518
|
density: {
|
3510
3519
|
type: PropType<Density>;
|
3511
3520
|
default: string;
|
3512
3521
|
validator: (v: any) => boolean;
|
3513
3522
|
};
|
3514
|
-
direction: {
|
3515
|
-
type: PropType<"horizontal" | "vertical">;
|
3516
|
-
default: string;
|
3517
|
-
validator: (v: any) => boolean;
|
3518
|
-
};
|
3519
3523
|
baseColor: StringConstructor;
|
3520
3524
|
bgColor: StringConstructor;
|
3521
3525
|
prependIcon: PropType<IconValue>;
|
@@ -3526,16 +3530,18 @@ declare const VCombobox: {
|
|
3526
3530
|
};
|
3527
3531
|
prependInnerIcon: PropType<IconValue>;
|
3528
3532
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
3529
|
-
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
3530
3533
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3534
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
3531
3535
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
3532
3536
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
3533
|
-
centerAffix:
|
3537
|
+
centerAffix: {
|
3538
|
+
type: BooleanConstructor;
|
3539
|
+
default: undefined;
|
3540
|
+
};
|
3534
3541
|
hideSpinButtons: BooleanConstructor;
|
3535
3542
|
hint: StringConstructor;
|
3536
3543
|
persistentHint: BooleanConstructor;
|
3537
3544
|
hideDetails: PropType<boolean | "auto">;
|
3538
|
-
autofocus: BooleanConstructor;
|
3539
3545
|
clearable: BooleanConstructor;
|
3540
3546
|
persistentClear: BooleanConstructor;
|
3541
3547
|
singleLine: BooleanConstructor;
|
@@ -3559,7 +3565,7 @@ declare const VCombobox: {
|
|
3559
3565
|
itemChildren: Omit<{
|
3560
3566
|
type: PropType<SelectItemKey>;
|
3561
3567
|
default: string;
|
3562
|
-
}, "
|
3568
|
+
}, "type" | "default"> & {
|
3563
3569
|
type: PropType<NonNullable<SelectItemKey>>;
|
3564
3570
|
default: NonNullable<SelectItemKey>;
|
3565
3571
|
};
|
@@ -3593,13 +3599,13 @@ declare const VCombobox: {
|
|
3593
3599
|
hideSelected: BooleanConstructor;
|
3594
3600
|
listProps: {
|
3595
3601
|
type: PropType<Partial<{
|
3596
|
-
|
3602
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3597
3603
|
nav: boolean;
|
3604
|
+
style: vue.StyleValue;
|
3598
3605
|
disabled: boolean;
|
3599
3606
|
tag: string;
|
3600
|
-
rounded: string | number | boolean;
|
3601
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3602
3607
|
mandatory: boolean;
|
3608
|
+
rounded: string | number | boolean;
|
3603
3609
|
tile: boolean;
|
3604
3610
|
density: Density;
|
3605
3611
|
slim: boolean;
|
@@ -3612,11 +3618,11 @@ declare const VCombobox: {
|
|
3612
3618
|
returnObject: boolean;
|
3613
3619
|
itemType: string;
|
3614
3620
|
}> & Omit<{
|
3615
|
-
|
3621
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3616
3622
|
nav: boolean;
|
3623
|
+
style: vue.StyleValue;
|
3617
3624
|
disabled: boolean;
|
3618
3625
|
tag: string;
|
3619
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3620
3626
|
mandatory: boolean;
|
3621
3627
|
tile: boolean;
|
3622
3628
|
density: Density;
|
@@ -3629,19 +3635,19 @@ declare const VCombobox: {
|
|
3629
3635
|
lines: false | "one" | "two" | "three";
|
3630
3636
|
returnObject: boolean;
|
3631
3637
|
itemType: string;
|
3632
|
-
class?: any;
|
3633
|
-
width?: string | number | undefined;
|
3634
3638
|
height?: string | number | undefined;
|
3635
|
-
|
3636
|
-
color?: string | undefined;
|
3637
|
-
activated?: any;
|
3639
|
+
width?: string | number | undefined;
|
3638
3640
|
border?: string | number | boolean | undefined;
|
3639
|
-
|
3641
|
+
color?: string | undefined;
|
3640
3642
|
maxHeight?: string | number | undefined;
|
3641
3643
|
maxWidth?: string | number | undefined;
|
3642
3644
|
minHeight?: string | number | undefined;
|
3643
3645
|
minWidth?: string | number | undefined;
|
3646
|
+
activated?: any;
|
3647
|
+
class?: any;
|
3644
3648
|
elevation?: string | number | undefined;
|
3649
|
+
theme?: string | undefined;
|
3650
|
+
rounded?: string | number | boolean | undefined;
|
3645
3651
|
baseColor?: string | undefined;
|
3646
3652
|
bgColor?: string | undefined;
|
3647
3653
|
activeColor?: string | undefined;
|
@@ -3656,11 +3662,11 @@ declare const VCombobox: {
|
|
3656
3662
|
path: unknown[];
|
3657
3663
|
}) => any) | undefined;
|
3658
3664
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3659
|
-
|
3665
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3660
3666
|
nav: boolean;
|
3667
|
+
style: vue.StyleValue;
|
3661
3668
|
disabled: boolean;
|
3662
3669
|
tag: string;
|
3663
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3664
3670
|
mandatory: boolean;
|
3665
3671
|
tile: boolean;
|
3666
3672
|
density: Density;
|
@@ -3674,19 +3680,19 @@ declare const VCombobox: {
|
|
3674
3680
|
returnObject: boolean;
|
3675
3681
|
itemType: string;
|
3676
3682
|
} & {
|
3677
|
-
class?: any;
|
3678
|
-
width?: string | number | undefined;
|
3679
3683
|
height?: string | number | undefined;
|
3680
|
-
|
3681
|
-
color?: string | undefined;
|
3682
|
-
activated?: any;
|
3684
|
+
width?: string | number | undefined;
|
3683
3685
|
border?: string | number | boolean | undefined;
|
3684
|
-
|
3686
|
+
color?: string | undefined;
|
3685
3687
|
maxHeight?: string | number | undefined;
|
3686
3688
|
maxWidth?: string | number | undefined;
|
3687
3689
|
minHeight?: string | number | undefined;
|
3688
3690
|
minWidth?: string | number | undefined;
|
3691
|
+
activated?: any;
|
3692
|
+
class?: any;
|
3689
3693
|
elevation?: string | number | undefined;
|
3694
|
+
theme?: string | undefined;
|
3695
|
+
rounded?: string | number | boolean | undefined;
|
3690
3696
|
baseColor?: string | undefined;
|
3691
3697
|
bgColor?: string | undefined;
|
3692
3698
|
activeColor?: string | undefined;
|
@@ -3701,7 +3707,7 @@ declare const VCombobox: {
|
|
3701
3707
|
value: boolean;
|
3702
3708
|
path: unknown[];
|
3703
3709
|
}) => any) | undefined;
|
3704
|
-
}, "
|
3710
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
3705
3711
|
items?: readonly any[] | undefined;
|
3706
3712
|
itemTitle?: SelectItemKey<any>;
|
3707
3713
|
itemValue?: SelectItemKey<any>;
|
@@ -3726,10 +3732,10 @@ declare const VCombobox: {
|
|
3726
3732
|
title?: ((arg: ListItemTitleSlot & {
|
3727
3733
|
item: any;
|
3728
3734
|
}) => vue.VNodeChild) | undefined;
|
3729
|
-
|
3735
|
+
append?: ((arg: ListItemSlot & {
|
3730
3736
|
item: any;
|
3731
3737
|
}) => vue.VNodeChild) | undefined;
|
3732
|
-
|
3738
|
+
prepend?: ((arg: ListItemSlot & {
|
3733
3739
|
item: any;
|
3734
3740
|
}) => vue.VNodeChild) | undefined;
|
3735
3741
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -3769,10 +3775,10 @@ declare const VCombobox: {
|
|
3769
3775
|
title?: false | ((arg: ListItemTitleSlot & {
|
3770
3776
|
item: any;
|
3771
3777
|
}) => vue.VNodeChild) | undefined;
|
3772
|
-
|
3778
|
+
append?: false | ((arg: ListItemSlot & {
|
3773
3779
|
item: any;
|
3774
3780
|
}) => vue.VNodeChild) | undefined;
|
3775
|
-
|
3781
|
+
prepend?: false | ((arg: ListItemSlot & {
|
3776
3782
|
item: any;
|
3777
3783
|
}) => vue.VNodeChild) | undefined;
|
3778
3784
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3812,10 +3818,10 @@ declare const VCombobox: {
|
|
3812
3818
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
3813
3819
|
item: any;
|
3814
3820
|
}) => vue.VNodeChild) | undefined;
|
3815
|
-
"v-slot:
|
3821
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
3816
3822
|
item: any;
|
3817
3823
|
}) => vue.VNodeChild) | undefined;
|
3818
|
-
"v-slot:
|
3824
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
3819
3825
|
item: any;
|
3820
3826
|
}) => vue.VNodeChild) | undefined;
|
3821
3827
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3859,22 +3865,22 @@ declare const VCombobox: {
|
|
3859
3865
|
};
|
3860
3866
|
menuProps: {
|
3861
3867
|
type: PropType<Partial<{
|
3862
|
-
|
3863
|
-
|
3868
|
+
location: Anchor;
|
3869
|
+
origin: "auto" | Anchor | "overlap";
|
3864
3870
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3865
3871
|
component?: vue.Component | undefined;
|
3866
3872
|
})> | {
|
3867
3873
|
component: vue.Component;
|
3868
3874
|
};
|
3869
3875
|
zIndex: string | number;
|
3876
|
+
style: vue.StyleValue;
|
3870
3877
|
eager: boolean;
|
3878
|
+
disabled: boolean;
|
3871
3879
|
modelValue: boolean;
|
3872
|
-
|
3873
|
-
location: Anchor;
|
3874
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3880
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3875
3881
|
updateLocation: (e?: Event | undefined) => void;
|
3876
|
-
} | undefined)
|
3877
|
-
scrollStrategy: NonNullable<"
|
3882
|
+
} | undefined)>;
|
3883
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3878
3884
|
closeDelay: NonNullable<string | number>;
|
3879
3885
|
openDelay: NonNullable<string | number>;
|
3880
3886
|
activatorProps: Record<string, any>;
|
@@ -3888,22 +3894,22 @@ declare const VCombobox: {
|
|
3888
3894
|
persistent: boolean;
|
3889
3895
|
scrim: NonNullable<string | boolean>;
|
3890
3896
|
}> & Omit<{
|
3891
|
-
|
3892
|
-
|
3897
|
+
location: Anchor;
|
3898
|
+
origin: "auto" | Anchor | "overlap";
|
3893
3899
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3894
3900
|
component?: vue.Component | undefined;
|
3895
3901
|
})> | {
|
3896
3902
|
component: vue.Component;
|
3897
3903
|
};
|
3898
3904
|
zIndex: string | number;
|
3905
|
+
style: vue.StyleValue;
|
3899
3906
|
eager: boolean;
|
3907
|
+
disabled: boolean;
|
3900
3908
|
modelValue: boolean;
|
3901
|
-
|
3902
|
-
location: Anchor;
|
3903
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3909
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3904
3910
|
updateLocation: (e?: Event | undefined) => void;
|
3905
|
-
} | undefined)
|
3906
|
-
scrollStrategy: NonNullable<"
|
3911
|
+
} | undefined)>;
|
3912
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3907
3913
|
closeDelay: NonNullable<string | number>;
|
3908
3914
|
openDelay: NonNullable<string | number>;
|
3909
3915
|
activatorProps: Record<string, any>;
|
@@ -3914,20 +3920,20 @@ declare const VCombobox: {
|
|
3914
3920
|
noClickAnimation: boolean;
|
3915
3921
|
persistent: boolean;
|
3916
3922
|
scrim: NonNullable<string | boolean>;
|
3917
|
-
|
3923
|
+
offset?: string | number | number[] | undefined;
|
3918
3924
|
id?: string | undefined;
|
3919
|
-
width?: string | number | undefined;
|
3920
3925
|
height?: string | number | undefined;
|
3921
|
-
|
3922
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3923
|
-
offset?: string | number | number[] | undefined;
|
3924
|
-
contentClass?: any;
|
3925
|
-
opacity?: string | number | undefined;
|
3926
|
+
width?: string | number | undefined;
|
3926
3927
|
maxHeight?: string | number | undefined;
|
3927
3928
|
maxWidth?: string | number | undefined;
|
3928
3929
|
minHeight?: string | number | undefined;
|
3929
3930
|
minWidth?: string | number | undefined;
|
3930
|
-
|
3931
|
+
opacity?: string | number | undefined;
|
3932
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3933
|
+
class?: any;
|
3934
|
+
theme?: string | undefined;
|
3935
|
+
contentClass?: any;
|
3936
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3931
3937
|
openOnClick?: boolean | undefined;
|
3932
3938
|
openOnFocus?: boolean | undefined;
|
3933
3939
|
contentProps?: any;
|
@@ -3964,22 +3970,22 @@ declare const VCombobox: {
|
|
3964
3970
|
}) => vue.VNodeChild) | undefined;
|
3965
3971
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3966
3972
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3967
|
-
|
3968
|
-
|
3973
|
+
location: Anchor;
|
3974
|
+
origin: "auto" | Anchor | "overlap";
|
3969
3975
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3970
3976
|
component?: vue.Component | undefined;
|
3971
3977
|
})> | {
|
3972
3978
|
component: vue.Component;
|
3973
3979
|
};
|
3974
3980
|
zIndex: string | number;
|
3981
|
+
style: vue.StyleValue;
|
3975
3982
|
eager: boolean;
|
3983
|
+
disabled: boolean;
|
3976
3984
|
modelValue: boolean;
|
3977
|
-
|
3978
|
-
location: Anchor;
|
3979
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3985
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3980
3986
|
updateLocation: (e?: Event | undefined) => void;
|
3981
|
-
} | undefined)
|
3982
|
-
scrollStrategy: NonNullable<"
|
3987
|
+
} | undefined)>;
|
3988
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3983
3989
|
closeDelay: NonNullable<string | number>;
|
3984
3990
|
openDelay: NonNullable<string | number>;
|
3985
3991
|
activatorProps: Record<string, any>;
|
@@ -3991,20 +3997,20 @@ declare const VCombobox: {
|
|
3991
3997
|
persistent: boolean;
|
3992
3998
|
scrim: NonNullable<string | boolean>;
|
3993
3999
|
} & {
|
3994
|
-
|
4000
|
+
offset?: string | number | number[] | undefined;
|
3995
4001
|
id?: string | undefined;
|
3996
|
-
width?: string | number | undefined;
|
3997
4002
|
height?: string | number | undefined;
|
3998
|
-
|
3999
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4000
|
-
offset?: string | number | number[] | undefined;
|
4001
|
-
contentClass?: any;
|
4002
|
-
opacity?: string | number | undefined;
|
4003
|
+
width?: string | number | undefined;
|
4003
4004
|
maxHeight?: string | number | undefined;
|
4004
4005
|
maxWidth?: string | number | undefined;
|
4005
4006
|
minHeight?: string | number | undefined;
|
4006
4007
|
minWidth?: string | number | undefined;
|
4007
|
-
|
4008
|
+
opacity?: string | number | undefined;
|
4009
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
4010
|
+
class?: any;
|
4011
|
+
theme?: string | undefined;
|
4012
|
+
contentClass?: any;
|
4013
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
4008
4014
|
openOnClick?: boolean | undefined;
|
4009
4015
|
openOnFocus?: boolean | undefined;
|
4010
4016
|
contentProps?: any;
|
@@ -4043,7 +4049,7 @@ declare const VCombobox: {
|
|
4043
4049
|
}) => vue.VNodeChild) | undefined;
|
4044
4050
|
} & {
|
4045
4051
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4046
|
-
}, "
|
4052
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4047
4053
|
};
|
4048
4054
|
multiple: BooleanConstructor;
|
4049
4055
|
noDataText: {
|