@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 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 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- 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 +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- 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 +69 -68
- 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/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- 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>;
|
@@ -272,39 +272,38 @@ type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple
|
|
272
272
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
273
273
|
declare const VSelect: {
|
274
274
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
275
|
-
reverse: boolean;
|
276
275
|
flat: boolean;
|
277
|
-
|
278
|
-
|
276
|
+
reverse: boolean;
|
277
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
279
278
|
type: string;
|
280
|
-
active: boolean;
|
281
279
|
error: boolean;
|
282
|
-
|
283
|
-
|
284
|
-
noDataText: string;
|
280
|
+
active: boolean;
|
281
|
+
direction: "horizontal" | "vertical";
|
285
282
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
286
283
|
component?: Component | undefined;
|
287
284
|
})> | {
|
288
285
|
component: Component;
|
289
286
|
};
|
290
|
-
|
287
|
+
menu: boolean;
|
288
|
+
style: vue.StyleValue;
|
289
|
+
role: string;
|
290
|
+
autofocus: boolean;
|
291
291
|
eager: boolean;
|
292
|
+
disabled: boolean;
|
293
|
+
readonly: boolean | null;
|
294
|
+
messages: string | readonly string[];
|
295
|
+
noDataText: string;
|
296
|
+
focused: boolean;
|
292
297
|
errorMessages: string | readonly string[] | null;
|
293
298
|
maxErrors: string | number;
|
294
|
-
readonly: boolean | null;
|
295
299
|
rules: readonly ValidationRule[];
|
296
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
297
300
|
tile: boolean;
|
298
|
-
role: string;
|
299
301
|
density: Density;
|
300
|
-
direction: "horizontal" | "vertical";
|
301
302
|
valueComparator: typeof deepEqual;
|
302
303
|
clearIcon: IconValue;
|
303
|
-
centerAffix: boolean;
|
304
304
|
hideSpinButtons: boolean;
|
305
305
|
persistentHint: boolean;
|
306
306
|
itemChildren: NonNullable<SelectItemKey>;
|
307
|
-
autofocus: boolean;
|
308
307
|
clearable: boolean;
|
309
308
|
persistentClear: boolean;
|
310
309
|
singleLine: boolean;
|
@@ -319,45 +318,46 @@ declare const VSelect: {
|
|
319
318
|
menuIcon: IconValue;
|
320
319
|
openOnClear: boolean;
|
321
320
|
} & {
|
322
|
-
class?: any;
|
323
321
|
id?: string | undefined;
|
324
|
-
label?: string | undefined;
|
325
322
|
width?: string | number | undefined;
|
326
|
-
theme?: string | undefined;
|
327
|
-
color?: string | undefined;
|
328
323
|
name?: string | undefined;
|
329
|
-
|
324
|
+
color?: string | undefined;
|
325
|
+
maxWidth?: string | number | undefined;
|
326
|
+
minWidth?: string | number | undefined;
|
330
327
|
loading?: string | boolean | undefined;
|
328
|
+
label?: string | undefined;
|
329
|
+
prefix?: string | undefined;
|
330
|
+
class?: any;
|
331
331
|
placeholder?: string | undefined;
|
332
|
+
theme?: string | undefined;
|
332
333
|
counter?: string | number | boolean | undefined;
|
333
334
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
334
|
-
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"
|
335
|
+
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;
|
335
336
|
rounded?: string | number | boolean | undefined;
|
336
|
-
maxWidth?: string | number | undefined;
|
337
|
-
minWidth?: string | number | undefined;
|
338
337
|
baseColor?: string | undefined;
|
339
338
|
bgColor?: string | undefined;
|
340
339
|
prependIcon?: IconValue | undefined;
|
341
340
|
appendIcon?: IconValue | undefined;
|
342
341
|
prependInnerIcon?: IconValue | undefined;
|
343
342
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
344
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
345
343
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
344
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
346
345
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
347
346
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
347
|
+
centerAffix?: boolean | undefined;
|
348
348
|
hint?: string | undefined;
|
349
349
|
hideDetails?: boolean | "auto" | undefined;
|
350
350
|
suffix?: string | undefined;
|
351
351
|
counterValue?: number | ((value: any) => number) | undefined;
|
352
352
|
modelModifiers?: Record<string, boolean> | undefined;
|
353
353
|
listProps?: (Partial<{
|
354
|
-
|
354
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
355
355
|
nav: boolean;
|
356
|
+
style: vue.StyleValue;
|
356
357
|
disabled: boolean;
|
357
358
|
tag: string;
|
358
|
-
rounded: string | number | boolean;
|
359
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
360
359
|
mandatory: boolean;
|
360
|
+
rounded: string | number | boolean;
|
361
361
|
tile: boolean;
|
362
362
|
density: Density;
|
363
363
|
slim: boolean;
|
@@ -370,11 +370,11 @@ declare const VSelect: {
|
|
370
370
|
returnObject: boolean;
|
371
371
|
itemType: string;
|
372
372
|
}> & Omit<{
|
373
|
-
|
373
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
374
374
|
nav: boolean;
|
375
|
+
style: vue.StyleValue;
|
375
376
|
disabled: boolean;
|
376
377
|
tag: string;
|
377
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
378
378
|
mandatory: boolean;
|
379
379
|
tile: boolean;
|
380
380
|
density: Density;
|
@@ -387,19 +387,19 @@ declare const VSelect: {
|
|
387
387
|
lines: false | "one" | "two" | "three";
|
388
388
|
returnObject: boolean;
|
389
389
|
itemType: string;
|
390
|
-
class?: any;
|
391
|
-
width?: string | number | undefined;
|
392
390
|
height?: string | number | undefined;
|
393
|
-
|
394
|
-
color?: string | undefined;
|
395
|
-
activated?: any;
|
391
|
+
width?: string | number | undefined;
|
396
392
|
border?: string | number | boolean | undefined;
|
397
|
-
|
393
|
+
color?: string | undefined;
|
398
394
|
maxHeight?: string | number | undefined;
|
399
395
|
maxWidth?: string | number | undefined;
|
400
396
|
minHeight?: string | number | undefined;
|
401
397
|
minWidth?: string | number | undefined;
|
398
|
+
activated?: any;
|
399
|
+
class?: any;
|
402
400
|
elevation?: string | number | undefined;
|
401
|
+
theme?: string | undefined;
|
402
|
+
rounded?: string | number | boolean | undefined;
|
403
403
|
baseColor?: string | undefined;
|
404
404
|
bgColor?: string | undefined;
|
405
405
|
activeColor?: string | undefined;
|
@@ -414,11 +414,11 @@ declare const VSelect: {
|
|
414
414
|
path: unknown[];
|
415
415
|
}) => any) | undefined;
|
416
416
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
417
|
-
|
417
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
418
418
|
nav: boolean;
|
419
|
+
style: vue.StyleValue;
|
419
420
|
disabled: boolean;
|
420
421
|
tag: string;
|
421
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
422
422
|
mandatory: boolean;
|
423
423
|
tile: boolean;
|
424
424
|
density: Density;
|
@@ -432,19 +432,19 @@ declare const VSelect: {
|
|
432
432
|
returnObject: boolean;
|
433
433
|
itemType: string;
|
434
434
|
} & {
|
435
|
-
class?: any;
|
436
|
-
width?: string | number | undefined;
|
437
435
|
height?: string | number | undefined;
|
438
|
-
|
439
|
-
color?: string | undefined;
|
440
|
-
activated?: any;
|
436
|
+
width?: string | number | undefined;
|
441
437
|
border?: string | number | boolean | undefined;
|
442
|
-
|
438
|
+
color?: string | undefined;
|
443
439
|
maxHeight?: string | number | undefined;
|
444
440
|
maxWidth?: string | number | undefined;
|
445
441
|
minHeight?: string | number | undefined;
|
446
442
|
minWidth?: string | number | undefined;
|
443
|
+
activated?: any;
|
444
|
+
class?: any;
|
447
445
|
elevation?: string | number | undefined;
|
446
|
+
theme?: string | undefined;
|
447
|
+
rounded?: string | number | boolean | undefined;
|
448
448
|
baseColor?: string | undefined;
|
449
449
|
bgColor?: string | undefined;
|
450
450
|
activeColor?: string | undefined;
|
@@ -459,7 +459,7 @@ declare const VSelect: {
|
|
459
459
|
value: boolean;
|
460
460
|
path: unknown[];
|
461
461
|
}) => any) | undefined;
|
462
|
-
}, "
|
462
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
463
463
|
items?: readonly any[] | undefined;
|
464
464
|
itemTitle?: SelectItemKey<any>;
|
465
465
|
itemValue?: SelectItemKey<any>;
|
@@ -484,10 +484,10 @@ declare const VSelect: {
|
|
484
484
|
title?: ((arg: ListItemTitleSlot & {
|
485
485
|
item: any;
|
486
486
|
}) => vue.VNodeChild) | undefined;
|
487
|
-
|
487
|
+
append?: ((arg: ListItemSlot & {
|
488
488
|
item: any;
|
489
489
|
}) => vue.VNodeChild) | undefined;
|
490
|
-
|
490
|
+
prepend?: ((arg: ListItemSlot & {
|
491
491
|
item: any;
|
492
492
|
}) => vue.VNodeChild) | undefined;
|
493
493
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -527,10 +527,10 @@ declare const VSelect: {
|
|
527
527
|
title?: false | ((arg: ListItemTitleSlot & {
|
528
528
|
item: any;
|
529
529
|
}) => vue.VNodeChild) | undefined;
|
530
|
-
|
530
|
+
append?: false | ((arg: ListItemSlot & {
|
531
531
|
item: any;
|
532
532
|
}) => vue.VNodeChild) | undefined;
|
533
|
-
|
533
|
+
prepend?: false | ((arg: ListItemSlot & {
|
534
534
|
item: any;
|
535
535
|
}) => vue.VNodeChild) | undefined;
|
536
536
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -570,10 +570,10 @@ declare const VSelect: {
|
|
570
570
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
571
571
|
item: any;
|
572
572
|
}) => vue.VNodeChild) | undefined;
|
573
|
-
"v-slot:
|
573
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
574
574
|
item: any;
|
575
575
|
}) => vue.VNodeChild) | undefined;
|
576
|
-
"v-slot:
|
576
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
577
577
|
item: any;
|
578
578
|
}) => vue.VNodeChild) | undefined;
|
579
579
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -610,22 +610,22 @@ declare const VSelect: {
|
|
610
610
|
}) => vue.VNodeChild) | undefined;
|
611
611
|
}) | undefined;
|
612
612
|
menuProps?: (Partial<{
|
613
|
-
|
614
|
-
|
613
|
+
location: Anchor;
|
614
|
+
origin: "auto" | Anchor | "overlap";
|
615
615
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
616
616
|
component?: Component | undefined;
|
617
617
|
})> | {
|
618
618
|
component: Component;
|
619
619
|
};
|
620
620
|
zIndex: string | number;
|
621
|
+
style: vue.StyleValue;
|
621
622
|
eager: boolean;
|
623
|
+
disabled: boolean;
|
622
624
|
modelValue: boolean;
|
623
|
-
|
624
|
-
location: Anchor;
|
625
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
625
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
626
626
|
updateLocation: (e?: Event | undefined) => void;
|
627
|
-
} | undefined)
|
628
|
-
scrollStrategy: NonNullable<"
|
627
|
+
} | undefined)>;
|
628
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
629
629
|
closeDelay: NonNullable<string | number>;
|
630
630
|
openDelay: NonNullable<string | number>;
|
631
631
|
activatorProps: Record<string, any>;
|
@@ -639,22 +639,22 @@ declare const VSelect: {
|
|
639
639
|
persistent: boolean;
|
640
640
|
scrim: NonNullable<string | boolean>;
|
641
641
|
}> & Omit<{
|
642
|
-
|
643
|
-
|
642
|
+
location: Anchor;
|
643
|
+
origin: "auto" | Anchor | "overlap";
|
644
644
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
645
645
|
component?: Component | undefined;
|
646
646
|
})> | {
|
647
647
|
component: Component;
|
648
648
|
};
|
649
649
|
zIndex: string | number;
|
650
|
+
style: vue.StyleValue;
|
650
651
|
eager: boolean;
|
652
|
+
disabled: boolean;
|
651
653
|
modelValue: boolean;
|
652
|
-
|
653
|
-
location: Anchor;
|
654
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
654
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
655
655
|
updateLocation: (e?: Event | undefined) => void;
|
656
|
-
} | undefined)
|
657
|
-
scrollStrategy: NonNullable<"
|
656
|
+
} | undefined)>;
|
657
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
658
658
|
closeDelay: NonNullable<string | number>;
|
659
659
|
openDelay: NonNullable<string | number>;
|
660
660
|
activatorProps: Record<string, any>;
|
@@ -665,20 +665,20 @@ declare const VSelect: {
|
|
665
665
|
noClickAnimation: boolean;
|
666
666
|
persistent: boolean;
|
667
667
|
scrim: NonNullable<string | boolean>;
|
668
|
-
|
668
|
+
offset?: string | number | number[] | undefined;
|
669
669
|
id?: string | undefined;
|
670
|
-
width?: string | number | undefined;
|
671
670
|
height?: string | number | undefined;
|
672
|
-
|
673
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
674
|
-
offset?: string | number | number[] | undefined;
|
675
|
-
contentClass?: any;
|
676
|
-
opacity?: string | number | undefined;
|
671
|
+
width?: string | number | undefined;
|
677
672
|
maxHeight?: string | number | undefined;
|
678
673
|
maxWidth?: string | number | undefined;
|
679
674
|
minHeight?: string | number | undefined;
|
680
675
|
minWidth?: string | number | undefined;
|
681
|
-
|
676
|
+
opacity?: string | number | undefined;
|
677
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
678
|
+
class?: any;
|
679
|
+
theme?: string | undefined;
|
680
|
+
contentClass?: any;
|
681
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
682
682
|
openOnClick?: boolean | undefined;
|
683
683
|
openOnFocus?: boolean | undefined;
|
684
684
|
contentProps?: any;
|
@@ -715,22 +715,22 @@ declare const VSelect: {
|
|
715
715
|
}) => vue.VNodeChild) | undefined;
|
716
716
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
717
717
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
718
|
-
|
719
|
-
|
718
|
+
location: Anchor;
|
719
|
+
origin: "auto" | Anchor | "overlap";
|
720
720
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
721
721
|
component?: Component | undefined;
|
722
722
|
})> | {
|
723
723
|
component: Component;
|
724
724
|
};
|
725
725
|
zIndex: string | number;
|
726
|
+
style: vue.StyleValue;
|
726
727
|
eager: boolean;
|
728
|
+
disabled: boolean;
|
727
729
|
modelValue: boolean;
|
728
|
-
|
729
|
-
location: Anchor;
|
730
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
730
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
731
731
|
updateLocation: (e?: Event | undefined) => void;
|
732
|
-
} | undefined)
|
733
|
-
scrollStrategy: NonNullable<"
|
732
|
+
} | undefined)>;
|
733
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
734
734
|
closeDelay: NonNullable<string | number>;
|
735
735
|
openDelay: NonNullable<string | number>;
|
736
736
|
activatorProps: Record<string, any>;
|
@@ -742,20 +742,20 @@ declare const VSelect: {
|
|
742
742
|
persistent: boolean;
|
743
743
|
scrim: NonNullable<string | boolean>;
|
744
744
|
} & {
|
745
|
-
|
745
|
+
offset?: string | number | number[] | undefined;
|
746
746
|
id?: string | undefined;
|
747
|
-
width?: string | number | undefined;
|
748
747
|
height?: string | number | undefined;
|
749
|
-
|
750
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
751
|
-
offset?: string | number | number[] | undefined;
|
752
|
-
contentClass?: any;
|
753
|
-
opacity?: string | number | undefined;
|
748
|
+
width?: string | number | undefined;
|
754
749
|
maxHeight?: string | number | undefined;
|
755
750
|
maxWidth?: string | number | undefined;
|
756
751
|
minHeight?: string | number | undefined;
|
757
752
|
minWidth?: string | number | undefined;
|
758
|
-
|
753
|
+
opacity?: string | number | undefined;
|
754
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
755
|
+
class?: any;
|
756
|
+
theme?: string | undefined;
|
757
|
+
contentClass?: any;
|
758
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
759
759
|
openOnClick?: boolean | undefined;
|
760
760
|
openOnFocus?: boolean | undefined;
|
761
761
|
contentProps?: any;
|
@@ -794,7 +794,7 @@ declare const VSelect: {
|
|
794
794
|
}) => vue.VNodeChild) | undefined;
|
795
795
|
} & {
|
796
796
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
797
|
-
}, "
|
797
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
798
798
|
itemColor?: string | undefined;
|
799
799
|
} & {
|
800
800
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -803,40 +803,39 @@ declare const VSelect: {
|
|
803
803
|
'update:focused': (focused: boolean) => boolean;
|
804
804
|
'update:modelValue': (value: any) => boolean;
|
805
805
|
'update:menu': (ue: boolean) => true;
|
806
|
-
}, "$children" | "v-slots" | "modelValue" | "items" | "
|
807
|
-
reverse: boolean;
|
806
|
+
}, "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 & {
|
808
807
|
flat: boolean;
|
809
|
-
|
810
|
-
|
808
|
+
reverse: boolean;
|
809
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
811
810
|
type: string;
|
812
|
-
active: boolean;
|
813
811
|
error: boolean;
|
814
|
-
|
815
|
-
|
816
|
-
noDataText: string;
|
812
|
+
active: boolean;
|
813
|
+
direction: "horizontal" | "vertical";
|
817
814
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
818
815
|
component?: Component | undefined;
|
819
816
|
})> | {
|
820
817
|
component: Component;
|
821
818
|
};
|
822
|
-
|
819
|
+
menu: boolean;
|
820
|
+
style: vue.StyleValue;
|
821
|
+
role: string;
|
822
|
+
autofocus: boolean;
|
823
823
|
eager: boolean;
|
824
|
+
disabled: boolean;
|
825
|
+
readonly: boolean | null;
|
826
|
+
messages: string | readonly string[];
|
827
|
+
noDataText: string;
|
828
|
+
focused: boolean;
|
824
829
|
errorMessages: string | readonly string[] | null;
|
825
830
|
maxErrors: string | number;
|
826
|
-
readonly: boolean | null;
|
827
831
|
rules: readonly ValidationRule[];
|
828
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
829
832
|
tile: boolean;
|
830
|
-
role: string;
|
831
833
|
density: Density;
|
832
|
-
direction: "horizontal" | "vertical";
|
833
834
|
valueComparator: typeof deepEqual;
|
834
835
|
clearIcon: IconValue;
|
835
|
-
centerAffix: boolean;
|
836
836
|
hideSpinButtons: boolean;
|
837
837
|
persistentHint: boolean;
|
838
838
|
itemChildren: NonNullable<SelectItemKey>;
|
839
|
-
autofocus: boolean;
|
840
839
|
clearable: boolean;
|
841
840
|
persistentClear: boolean;
|
842
841
|
singleLine: boolean;
|
@@ -851,45 +850,46 @@ declare const VSelect: {
|
|
851
850
|
menuIcon: IconValue;
|
852
851
|
openOnClear: boolean;
|
853
852
|
} & {
|
854
|
-
class?: any;
|
855
853
|
id?: string | undefined;
|
856
|
-
label?: string | undefined;
|
857
854
|
width?: string | number | undefined;
|
858
|
-
theme?: string | undefined;
|
859
|
-
color?: string | undefined;
|
860
855
|
name?: string | undefined;
|
861
|
-
|
856
|
+
color?: string | undefined;
|
857
|
+
maxWidth?: string | number | undefined;
|
858
|
+
minWidth?: string | number | undefined;
|
862
859
|
loading?: string | boolean | undefined;
|
860
|
+
label?: string | undefined;
|
861
|
+
prefix?: string | undefined;
|
862
|
+
class?: any;
|
863
863
|
placeholder?: string | undefined;
|
864
|
+
theme?: string | undefined;
|
864
865
|
counter?: string | number | boolean | undefined;
|
865
866
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
866
|
-
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"
|
867
|
+
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;
|
867
868
|
rounded?: string | number | boolean | undefined;
|
868
|
-
maxWidth?: string | number | undefined;
|
869
|
-
minWidth?: string | number | undefined;
|
870
869
|
baseColor?: string | undefined;
|
871
870
|
bgColor?: string | undefined;
|
872
871
|
prependIcon?: IconValue | undefined;
|
873
872
|
appendIcon?: IconValue | undefined;
|
874
873
|
prependInnerIcon?: IconValue | undefined;
|
875
874
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
876
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
877
875
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
876
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
878
877
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
879
878
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
879
|
+
centerAffix?: boolean | undefined;
|
880
880
|
hint?: string | undefined;
|
881
881
|
hideDetails?: boolean | "auto" | undefined;
|
882
882
|
suffix?: string | undefined;
|
883
883
|
counterValue?: number | ((value: any) => number) | undefined;
|
884
884
|
modelModifiers?: Record<string, boolean> | undefined;
|
885
885
|
listProps?: (Partial<{
|
886
|
-
|
886
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
887
887
|
nav: boolean;
|
888
|
+
style: vue.StyleValue;
|
888
889
|
disabled: boolean;
|
889
890
|
tag: string;
|
890
|
-
rounded: string | number | boolean;
|
891
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
892
891
|
mandatory: boolean;
|
892
|
+
rounded: string | number | boolean;
|
893
893
|
tile: boolean;
|
894
894
|
density: Density;
|
895
895
|
slim: boolean;
|
@@ -902,11 +902,11 @@ declare const VSelect: {
|
|
902
902
|
returnObject: boolean;
|
903
903
|
itemType: string;
|
904
904
|
}> & Omit<{
|
905
|
-
|
905
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
906
906
|
nav: boolean;
|
907
|
+
style: vue.StyleValue;
|
907
908
|
disabled: boolean;
|
908
909
|
tag: string;
|
909
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
910
910
|
mandatory: boolean;
|
911
911
|
tile: boolean;
|
912
912
|
density: Density;
|
@@ -919,19 +919,19 @@ declare const VSelect: {
|
|
919
919
|
lines: false | "one" | "two" | "three";
|
920
920
|
returnObject: boolean;
|
921
921
|
itemType: string;
|
922
|
-
class?: any;
|
923
|
-
width?: string | number | undefined;
|
924
922
|
height?: string | number | undefined;
|
925
|
-
|
926
|
-
color?: string | undefined;
|
927
|
-
activated?: any;
|
923
|
+
width?: string | number | undefined;
|
928
924
|
border?: string | number | boolean | undefined;
|
929
|
-
|
925
|
+
color?: string | undefined;
|
930
926
|
maxHeight?: string | number | undefined;
|
931
927
|
maxWidth?: string | number | undefined;
|
932
928
|
minHeight?: string | number | undefined;
|
933
929
|
minWidth?: string | number | undefined;
|
930
|
+
activated?: any;
|
931
|
+
class?: any;
|
934
932
|
elevation?: string | number | undefined;
|
933
|
+
theme?: string | undefined;
|
934
|
+
rounded?: string | number | boolean | undefined;
|
935
935
|
baseColor?: string | undefined;
|
936
936
|
bgColor?: string | undefined;
|
937
937
|
activeColor?: string | undefined;
|
@@ -946,11 +946,11 @@ declare const VSelect: {
|
|
946
946
|
path: unknown[];
|
947
947
|
}) => any) | undefined;
|
948
948
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
949
|
-
|
949
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
950
950
|
nav: boolean;
|
951
|
+
style: vue.StyleValue;
|
951
952
|
disabled: boolean;
|
952
953
|
tag: string;
|
953
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
954
954
|
mandatory: boolean;
|
955
955
|
tile: boolean;
|
956
956
|
density: Density;
|
@@ -964,19 +964,19 @@ declare const VSelect: {
|
|
964
964
|
returnObject: boolean;
|
965
965
|
itemType: string;
|
966
966
|
} & {
|
967
|
-
class?: any;
|
968
|
-
width?: string | number | undefined;
|
969
967
|
height?: string | number | undefined;
|
970
|
-
|
971
|
-
color?: string | undefined;
|
972
|
-
activated?: any;
|
968
|
+
width?: string | number | undefined;
|
973
969
|
border?: string | number | boolean | undefined;
|
974
|
-
|
970
|
+
color?: string | undefined;
|
975
971
|
maxHeight?: string | number | undefined;
|
976
972
|
maxWidth?: string | number | undefined;
|
977
973
|
minHeight?: string | number | undefined;
|
978
974
|
minWidth?: string | number | undefined;
|
975
|
+
activated?: any;
|
976
|
+
class?: any;
|
979
977
|
elevation?: string | number | undefined;
|
978
|
+
theme?: string | undefined;
|
979
|
+
rounded?: string | number | boolean | undefined;
|
980
980
|
baseColor?: string | undefined;
|
981
981
|
bgColor?: string | undefined;
|
982
982
|
activeColor?: string | undefined;
|
@@ -991,7 +991,7 @@ declare const VSelect: {
|
|
991
991
|
value: boolean;
|
992
992
|
path: unknown[];
|
993
993
|
}) => any) | undefined;
|
994
|
-
}, "
|
994
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
995
995
|
items?: readonly any[] | undefined;
|
996
996
|
itemTitle?: SelectItemKey<any>;
|
997
997
|
itemValue?: SelectItemKey<any>;
|
@@ -1016,10 +1016,10 @@ declare const VSelect: {
|
|
1016
1016
|
title?: ((arg: ListItemTitleSlot & {
|
1017
1017
|
item: any;
|
1018
1018
|
}) => vue.VNodeChild) | undefined;
|
1019
|
-
|
1019
|
+
append?: ((arg: ListItemSlot & {
|
1020
1020
|
item: any;
|
1021
1021
|
}) => vue.VNodeChild) | undefined;
|
1022
|
-
|
1022
|
+
prepend?: ((arg: ListItemSlot & {
|
1023
1023
|
item: any;
|
1024
1024
|
}) => vue.VNodeChild) | undefined;
|
1025
1025
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -1059,10 +1059,10 @@ declare const VSelect: {
|
|
1059
1059
|
title?: false | ((arg: ListItemTitleSlot & {
|
1060
1060
|
item: any;
|
1061
1061
|
}) => vue.VNodeChild) | undefined;
|
1062
|
-
|
1062
|
+
append?: false | ((arg: ListItemSlot & {
|
1063
1063
|
item: any;
|
1064
1064
|
}) => vue.VNodeChild) | undefined;
|
1065
|
-
|
1065
|
+
prepend?: false | ((arg: ListItemSlot & {
|
1066
1066
|
item: any;
|
1067
1067
|
}) => vue.VNodeChild) | undefined;
|
1068
1068
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -1102,10 +1102,10 @@ declare const VSelect: {
|
|
1102
1102
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
1103
1103
|
item: any;
|
1104
1104
|
}) => vue.VNodeChild) | undefined;
|
1105
|
-
"v-slot:
|
1105
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
1106
1106
|
item: any;
|
1107
1107
|
}) => vue.VNodeChild) | undefined;
|
1108
|
-
"v-slot:
|
1108
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
1109
1109
|
item: any;
|
1110
1110
|
}) => vue.VNodeChild) | undefined;
|
1111
1111
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -1142,22 +1142,22 @@ declare const VSelect: {
|
|
1142
1142
|
}) => vue.VNodeChild) | undefined;
|
1143
1143
|
}) | undefined;
|
1144
1144
|
menuProps?: (Partial<{
|
1145
|
-
|
1146
|
-
|
1145
|
+
location: Anchor;
|
1146
|
+
origin: "auto" | Anchor | "overlap";
|
1147
1147
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1148
1148
|
component?: Component | undefined;
|
1149
1149
|
})> | {
|
1150
1150
|
component: Component;
|
1151
1151
|
};
|
1152
1152
|
zIndex: string | number;
|
1153
|
+
style: vue.StyleValue;
|
1153
1154
|
eager: boolean;
|
1155
|
+
disabled: boolean;
|
1154
1156
|
modelValue: boolean;
|
1155
|
-
|
1156
|
-
location: Anchor;
|
1157
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1157
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1158
1158
|
updateLocation: (e?: Event | undefined) => void;
|
1159
|
-
} | undefined)
|
1160
|
-
scrollStrategy: NonNullable<"
|
1159
|
+
} | undefined)>;
|
1160
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1161
1161
|
closeDelay: NonNullable<string | number>;
|
1162
1162
|
openDelay: NonNullable<string | number>;
|
1163
1163
|
activatorProps: Record<string, any>;
|
@@ -1171,22 +1171,22 @@ declare const VSelect: {
|
|
1171
1171
|
persistent: boolean;
|
1172
1172
|
scrim: NonNullable<string | boolean>;
|
1173
1173
|
}> & Omit<{
|
1174
|
-
|
1175
|
-
|
1174
|
+
location: Anchor;
|
1175
|
+
origin: "auto" | Anchor | "overlap";
|
1176
1176
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1177
1177
|
component?: Component | undefined;
|
1178
1178
|
})> | {
|
1179
1179
|
component: Component;
|
1180
1180
|
};
|
1181
1181
|
zIndex: string | number;
|
1182
|
+
style: vue.StyleValue;
|
1182
1183
|
eager: boolean;
|
1184
|
+
disabled: boolean;
|
1183
1185
|
modelValue: boolean;
|
1184
|
-
|
1185
|
-
location: Anchor;
|
1186
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1186
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1187
1187
|
updateLocation: (e?: Event | undefined) => void;
|
1188
|
-
} | undefined)
|
1189
|
-
scrollStrategy: NonNullable<"
|
1188
|
+
} | undefined)>;
|
1189
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1190
1190
|
closeDelay: NonNullable<string | number>;
|
1191
1191
|
openDelay: NonNullable<string | number>;
|
1192
1192
|
activatorProps: Record<string, any>;
|
@@ -1197,20 +1197,20 @@ declare const VSelect: {
|
|
1197
1197
|
noClickAnimation: boolean;
|
1198
1198
|
persistent: boolean;
|
1199
1199
|
scrim: NonNullable<string | boolean>;
|
1200
|
-
|
1200
|
+
offset?: string | number | number[] | undefined;
|
1201
1201
|
id?: string | undefined;
|
1202
|
-
width?: string | number | undefined;
|
1203
1202
|
height?: string | number | undefined;
|
1204
|
-
|
1205
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1206
|
-
offset?: string | number | number[] | undefined;
|
1207
|
-
contentClass?: any;
|
1208
|
-
opacity?: string | number | undefined;
|
1203
|
+
width?: string | number | undefined;
|
1209
1204
|
maxHeight?: string | number | undefined;
|
1210
1205
|
maxWidth?: string | number | undefined;
|
1211
1206
|
minHeight?: string | number | undefined;
|
1212
1207
|
minWidth?: string | number | undefined;
|
1213
|
-
|
1208
|
+
opacity?: string | number | undefined;
|
1209
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1210
|
+
class?: any;
|
1211
|
+
theme?: string | undefined;
|
1212
|
+
contentClass?: any;
|
1213
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1214
1214
|
openOnClick?: boolean | undefined;
|
1215
1215
|
openOnFocus?: boolean | undefined;
|
1216
1216
|
contentProps?: any;
|
@@ -1247,22 +1247,22 @@ declare const VSelect: {
|
|
1247
1247
|
}) => vue.VNodeChild) | undefined;
|
1248
1248
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1249
1249
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1250
|
-
|
1251
|
-
|
1250
|
+
location: Anchor;
|
1251
|
+
origin: "auto" | Anchor | "overlap";
|
1252
1252
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1253
1253
|
component?: Component | undefined;
|
1254
1254
|
})> | {
|
1255
1255
|
component: Component;
|
1256
1256
|
};
|
1257
1257
|
zIndex: string | number;
|
1258
|
+
style: vue.StyleValue;
|
1258
1259
|
eager: boolean;
|
1260
|
+
disabled: boolean;
|
1259
1261
|
modelValue: boolean;
|
1260
|
-
|
1261
|
-
location: Anchor;
|
1262
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1262
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1263
1263
|
updateLocation: (e?: Event | undefined) => void;
|
1264
|
-
} | undefined)
|
1265
|
-
scrollStrategy: NonNullable<"
|
1264
|
+
} | undefined)>;
|
1265
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1266
1266
|
closeDelay: NonNullable<string | number>;
|
1267
1267
|
openDelay: NonNullable<string | number>;
|
1268
1268
|
activatorProps: Record<string, any>;
|
@@ -1274,20 +1274,20 @@ declare const VSelect: {
|
|
1274
1274
|
persistent: boolean;
|
1275
1275
|
scrim: NonNullable<string | boolean>;
|
1276
1276
|
} & {
|
1277
|
-
|
1277
|
+
offset?: string | number | number[] | undefined;
|
1278
1278
|
id?: string | undefined;
|
1279
|
-
width?: string | number | undefined;
|
1280
1279
|
height?: string | number | undefined;
|
1281
|
-
|
1282
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1283
|
-
offset?: string | number | number[] | undefined;
|
1284
|
-
contentClass?: any;
|
1285
|
-
opacity?: string | number | undefined;
|
1280
|
+
width?: string | number | undefined;
|
1286
1281
|
maxHeight?: string | number | undefined;
|
1287
1282
|
maxWidth?: string | number | undefined;
|
1288
1283
|
minHeight?: string | number | undefined;
|
1289
1284
|
minWidth?: string | number | undefined;
|
1290
|
-
|
1285
|
+
opacity?: string | number | undefined;
|
1286
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1287
|
+
class?: any;
|
1288
|
+
theme?: string | undefined;
|
1289
|
+
contentClass?: any;
|
1290
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1291
1291
|
openOnClick?: boolean | undefined;
|
1292
1292
|
openOnFocus?: boolean | undefined;
|
1293
1293
|
contentProps?: any;
|
@@ -1326,46 +1326,46 @@ declare const VSelect: {
|
|
1326
1326
|
}) => vue.VNodeChild) | undefined;
|
1327
1327
|
} & {
|
1328
1328
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1329
|
-
}, "
|
1329
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1330
1330
|
itemColor?: string | undefined;
|
1331
1331
|
} & {
|
1332
1332
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1333
1333
|
"onUpdate:menu"?: ((ue: boolean) => any) | undefined;
|
1334
1334
|
}, {
|
1335
|
-
reverse: boolean;
|
1336
1335
|
flat: boolean;
|
1337
|
-
|
1338
|
-
|
1336
|
+
reverse: boolean;
|
1337
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1339
1338
|
type: string;
|
1340
|
-
active: boolean;
|
1341
1339
|
error: boolean;
|
1342
|
-
|
1343
|
-
|
1344
|
-
noDataText: string;
|
1340
|
+
active: boolean;
|
1341
|
+
direction: "horizontal" | "vertical";
|
1345
1342
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1346
1343
|
component?: Component | undefined;
|
1347
1344
|
})> | {
|
1348
1345
|
component: Component;
|
1349
1346
|
};
|
1350
|
-
|
1347
|
+
menu: boolean;
|
1348
|
+
style: vue.StyleValue;
|
1349
|
+
role: string;
|
1350
|
+
autofocus: boolean;
|
1351
1351
|
eager: boolean;
|
1352
|
+
disabled: boolean;
|
1353
|
+
readonly: boolean | null;
|
1354
|
+
messages: string | readonly string[];
|
1355
|
+
noDataText: string;
|
1356
|
+
focused: boolean;
|
1352
1357
|
errorMessages: string | readonly string[] | null;
|
1353
1358
|
maxErrors: string | number;
|
1354
|
-
readonly: boolean | null;
|
1355
1359
|
rules: readonly ValidationRule[];
|
1356
1360
|
rounded: string | number | boolean;
|
1357
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1358
1361
|
tile: boolean;
|
1359
|
-
role: string;
|
1360
1362
|
density: Density;
|
1361
|
-
direction: "horizontal" | "vertical";
|
1362
1363
|
valueComparator: typeof deepEqual;
|
1363
1364
|
clearIcon: IconValue;
|
1364
1365
|
centerAffix: boolean;
|
1365
1366
|
hideSpinButtons: boolean;
|
1366
1367
|
persistentHint: boolean;
|
1367
1368
|
itemChildren: NonNullable<SelectItemKey>;
|
1368
|
-
autofocus: boolean;
|
1369
1369
|
clearable: boolean;
|
1370
1370
|
persistentClear: boolean;
|
1371
1371
|
singleLine: boolean;
|
@@ -1380,6 +1380,9 @@ declare const VSelect: {
|
|
1380
1380
|
menuIcon: IconValue;
|
1381
1381
|
openOnClear: boolean;
|
1382
1382
|
}, true, {}, vue.SlotsType<Partial<{
|
1383
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1384
|
+
[key: string]: any;
|
1385
|
+
}>[];
|
1383
1386
|
clear: (arg: DefaultInputSlot & {
|
1384
1387
|
props: Record<string, any>;
|
1385
1388
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1394,15 +1397,12 @@ declare const VSelect: {
|
|
1394
1397
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1395
1398
|
[key: string]: any;
|
1396
1399
|
}>[];
|
1397
|
-
|
1400
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1398
1401
|
[key: string]: any;
|
1399
1402
|
}>[];
|
1400
1403
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1401
1404
|
[key: string]: any;
|
1402
1405
|
}>[];
|
1403
|
-
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1404
|
-
[key: string]: any;
|
1405
|
-
}>[];
|
1406
1406
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1407
1407
|
[key: string]: any;
|
1408
1408
|
}>[];
|
@@ -1449,39 +1449,38 @@ declare const VSelect: {
|
|
1449
1449
|
M: {};
|
1450
1450
|
Defaults: {};
|
1451
1451
|
}, {
|
1452
|
-
reverse: boolean;
|
1453
1452
|
flat: boolean;
|
1454
|
-
|
1455
|
-
|
1453
|
+
reverse: boolean;
|
1454
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1456
1455
|
type: string;
|
1457
|
-
active: boolean;
|
1458
1456
|
error: boolean;
|
1459
|
-
|
1460
|
-
|
1461
|
-
noDataText: string;
|
1457
|
+
active: boolean;
|
1458
|
+
direction: "horizontal" | "vertical";
|
1462
1459
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1463
1460
|
component?: Component | undefined;
|
1464
1461
|
})> | {
|
1465
1462
|
component: Component;
|
1466
1463
|
};
|
1467
|
-
|
1464
|
+
menu: boolean;
|
1465
|
+
style: vue.StyleValue;
|
1466
|
+
role: string;
|
1467
|
+
autofocus: boolean;
|
1468
1468
|
eager: boolean;
|
1469
|
+
disabled: boolean;
|
1470
|
+
readonly: boolean | null;
|
1471
|
+
messages: string | readonly string[];
|
1472
|
+
noDataText: string;
|
1473
|
+
focused: boolean;
|
1469
1474
|
errorMessages: string | readonly string[] | null;
|
1470
1475
|
maxErrors: string | number;
|
1471
|
-
readonly: boolean | null;
|
1472
1476
|
rules: readonly ValidationRule[];
|
1473
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1474
1477
|
tile: boolean;
|
1475
|
-
role: string;
|
1476
1478
|
density: Density;
|
1477
|
-
direction: "horizontal" | "vertical";
|
1478
1479
|
valueComparator: typeof deepEqual;
|
1479
1480
|
clearIcon: IconValue;
|
1480
|
-
centerAffix: boolean;
|
1481
1481
|
hideSpinButtons: boolean;
|
1482
1482
|
persistentHint: boolean;
|
1483
1483
|
itemChildren: NonNullable<SelectItemKey>;
|
1484
|
-
autofocus: boolean;
|
1485
1484
|
clearable: boolean;
|
1486
1485
|
persistentClear: boolean;
|
1487
1486
|
singleLine: boolean;
|
@@ -1496,45 +1495,46 @@ declare const VSelect: {
|
|
1496
1495
|
menuIcon: IconValue;
|
1497
1496
|
openOnClear: boolean;
|
1498
1497
|
} & {
|
1499
|
-
class?: any;
|
1500
1498
|
id?: string | undefined;
|
1501
|
-
label?: string | undefined;
|
1502
1499
|
width?: string | number | undefined;
|
1503
|
-
theme?: string | undefined;
|
1504
|
-
color?: string | undefined;
|
1505
1500
|
name?: string | undefined;
|
1506
|
-
|
1501
|
+
color?: string | undefined;
|
1502
|
+
maxWidth?: string | number | undefined;
|
1503
|
+
minWidth?: string | number | undefined;
|
1507
1504
|
loading?: string | boolean | undefined;
|
1505
|
+
label?: string | undefined;
|
1506
|
+
prefix?: string | undefined;
|
1507
|
+
class?: any;
|
1508
1508
|
placeholder?: string | undefined;
|
1509
|
+
theme?: string | undefined;
|
1509
1510
|
counter?: string | number | boolean | undefined;
|
1510
1511
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1511
|
-
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"
|
1512
|
+
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;
|
1512
1513
|
rounded?: string | number | boolean | undefined;
|
1513
|
-
maxWidth?: string | number | undefined;
|
1514
|
-
minWidth?: string | number | undefined;
|
1515
1514
|
baseColor?: string | undefined;
|
1516
1515
|
bgColor?: string | undefined;
|
1517
1516
|
prependIcon?: IconValue | undefined;
|
1518
1517
|
appendIcon?: IconValue | undefined;
|
1519
1518
|
prependInnerIcon?: IconValue | undefined;
|
1520
1519
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1521
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1522
1520
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1521
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1523
1522
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1524
1523
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1524
|
+
centerAffix?: boolean | undefined;
|
1525
1525
|
hint?: string | undefined;
|
1526
1526
|
hideDetails?: boolean | "auto" | undefined;
|
1527
1527
|
suffix?: string | undefined;
|
1528
1528
|
counterValue?: number | ((value: any) => number) | undefined;
|
1529
1529
|
modelModifiers?: Record<string, boolean> | undefined;
|
1530
1530
|
listProps?: (Partial<{
|
1531
|
-
|
1531
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1532
1532
|
nav: boolean;
|
1533
|
+
style: vue.StyleValue;
|
1533
1534
|
disabled: boolean;
|
1534
1535
|
tag: string;
|
1535
|
-
rounded: string | number | boolean;
|
1536
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1537
1536
|
mandatory: boolean;
|
1537
|
+
rounded: string | number | boolean;
|
1538
1538
|
tile: boolean;
|
1539
1539
|
density: Density;
|
1540
1540
|
slim: boolean;
|
@@ -1547,11 +1547,11 @@ declare const VSelect: {
|
|
1547
1547
|
returnObject: boolean;
|
1548
1548
|
itemType: string;
|
1549
1549
|
}> & Omit<{
|
1550
|
-
|
1550
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1551
1551
|
nav: boolean;
|
1552
|
+
style: vue.StyleValue;
|
1552
1553
|
disabled: boolean;
|
1553
1554
|
tag: string;
|
1554
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1555
1555
|
mandatory: boolean;
|
1556
1556
|
tile: boolean;
|
1557
1557
|
density: Density;
|
@@ -1564,19 +1564,19 @@ declare const VSelect: {
|
|
1564
1564
|
lines: false | "one" | "two" | "three";
|
1565
1565
|
returnObject: boolean;
|
1566
1566
|
itemType: string;
|
1567
|
-
class?: any;
|
1568
|
-
width?: string | number | undefined;
|
1569
1567
|
height?: string | number | undefined;
|
1570
|
-
|
1571
|
-
color?: string | undefined;
|
1572
|
-
activated?: any;
|
1568
|
+
width?: string | number | undefined;
|
1573
1569
|
border?: string | number | boolean | undefined;
|
1574
|
-
|
1570
|
+
color?: string | undefined;
|
1575
1571
|
maxHeight?: string | number | undefined;
|
1576
1572
|
maxWidth?: string | number | undefined;
|
1577
1573
|
minHeight?: string | number | undefined;
|
1578
1574
|
minWidth?: string | number | undefined;
|
1575
|
+
activated?: any;
|
1576
|
+
class?: any;
|
1579
1577
|
elevation?: string | number | undefined;
|
1578
|
+
theme?: string | undefined;
|
1579
|
+
rounded?: string | number | boolean | undefined;
|
1580
1580
|
baseColor?: string | undefined;
|
1581
1581
|
bgColor?: string | undefined;
|
1582
1582
|
activeColor?: string | undefined;
|
@@ -1591,11 +1591,11 @@ declare const VSelect: {
|
|
1591
1591
|
path: unknown[];
|
1592
1592
|
}) => any) | undefined;
|
1593
1593
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1594
|
-
|
1594
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1595
1595
|
nav: boolean;
|
1596
|
+
style: vue.StyleValue;
|
1596
1597
|
disabled: boolean;
|
1597
1598
|
tag: string;
|
1598
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1599
1599
|
mandatory: boolean;
|
1600
1600
|
tile: boolean;
|
1601
1601
|
density: Density;
|
@@ -1609,19 +1609,19 @@ declare const VSelect: {
|
|
1609
1609
|
returnObject: boolean;
|
1610
1610
|
itemType: string;
|
1611
1611
|
} & {
|
1612
|
-
class?: any;
|
1613
|
-
width?: string | number | undefined;
|
1614
1612
|
height?: string | number | undefined;
|
1615
|
-
|
1616
|
-
color?: string | undefined;
|
1617
|
-
activated?: any;
|
1613
|
+
width?: string | number | undefined;
|
1618
1614
|
border?: string | number | boolean | undefined;
|
1619
|
-
|
1615
|
+
color?: string | undefined;
|
1620
1616
|
maxHeight?: string | number | undefined;
|
1621
1617
|
maxWidth?: string | number | undefined;
|
1622
1618
|
minHeight?: string | number | undefined;
|
1623
1619
|
minWidth?: string | number | undefined;
|
1620
|
+
activated?: any;
|
1621
|
+
class?: any;
|
1624
1622
|
elevation?: string | number | undefined;
|
1623
|
+
theme?: string | undefined;
|
1624
|
+
rounded?: string | number | boolean | undefined;
|
1625
1625
|
baseColor?: string | undefined;
|
1626
1626
|
bgColor?: string | undefined;
|
1627
1627
|
activeColor?: string | undefined;
|
@@ -1636,7 +1636,7 @@ declare const VSelect: {
|
|
1636
1636
|
value: boolean;
|
1637
1637
|
path: unknown[];
|
1638
1638
|
}) => any) | undefined;
|
1639
|
-
}, "
|
1639
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
1640
1640
|
items?: readonly any[] | undefined;
|
1641
1641
|
itemTitle?: SelectItemKey<any>;
|
1642
1642
|
itemValue?: SelectItemKey<any>;
|
@@ -1661,10 +1661,10 @@ declare const VSelect: {
|
|
1661
1661
|
title?: ((arg: ListItemTitleSlot & {
|
1662
1662
|
item: any;
|
1663
1663
|
}) => vue.VNodeChild) | undefined;
|
1664
|
-
|
1664
|
+
append?: ((arg: ListItemSlot & {
|
1665
1665
|
item: any;
|
1666
1666
|
}) => vue.VNodeChild) | undefined;
|
1667
|
-
|
1667
|
+
prepend?: ((arg: ListItemSlot & {
|
1668
1668
|
item: any;
|
1669
1669
|
}) => vue.VNodeChild) | undefined;
|
1670
1670
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -1704,10 +1704,10 @@ declare const VSelect: {
|
|
1704
1704
|
title?: false | ((arg: ListItemTitleSlot & {
|
1705
1705
|
item: any;
|
1706
1706
|
}) => vue.VNodeChild) | undefined;
|
1707
|
-
|
1707
|
+
append?: false | ((arg: ListItemSlot & {
|
1708
1708
|
item: any;
|
1709
1709
|
}) => vue.VNodeChild) | undefined;
|
1710
|
-
|
1710
|
+
prepend?: false | ((arg: ListItemSlot & {
|
1711
1711
|
item: any;
|
1712
1712
|
}) => vue.VNodeChild) | undefined;
|
1713
1713
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -1747,10 +1747,10 @@ declare const VSelect: {
|
|
1747
1747
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
1748
1748
|
item: any;
|
1749
1749
|
}) => vue.VNodeChild) | undefined;
|
1750
|
-
"v-slot:
|
1750
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
1751
1751
|
item: any;
|
1752
1752
|
}) => vue.VNodeChild) | undefined;
|
1753
|
-
"v-slot:
|
1753
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
1754
1754
|
item: any;
|
1755
1755
|
}) => vue.VNodeChild) | undefined;
|
1756
1756
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -1787,22 +1787,22 @@ declare const VSelect: {
|
|
1787
1787
|
}) => vue.VNodeChild) | undefined;
|
1788
1788
|
}) | undefined;
|
1789
1789
|
menuProps?: (Partial<{
|
1790
|
-
|
1791
|
-
|
1790
|
+
location: Anchor;
|
1791
|
+
origin: "auto" | Anchor | "overlap";
|
1792
1792
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1793
1793
|
component?: Component | undefined;
|
1794
1794
|
})> | {
|
1795
1795
|
component: Component;
|
1796
1796
|
};
|
1797
1797
|
zIndex: string | number;
|
1798
|
+
style: vue.StyleValue;
|
1798
1799
|
eager: boolean;
|
1800
|
+
disabled: boolean;
|
1799
1801
|
modelValue: boolean;
|
1800
|
-
|
1801
|
-
location: Anchor;
|
1802
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1802
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1803
1803
|
updateLocation: (e?: Event | undefined) => void;
|
1804
|
-
} | undefined)
|
1805
|
-
scrollStrategy: NonNullable<"
|
1804
|
+
} | undefined)>;
|
1805
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1806
1806
|
closeDelay: NonNullable<string | number>;
|
1807
1807
|
openDelay: NonNullable<string | number>;
|
1808
1808
|
activatorProps: Record<string, any>;
|
@@ -1816,22 +1816,22 @@ declare const VSelect: {
|
|
1816
1816
|
persistent: boolean;
|
1817
1817
|
scrim: NonNullable<string | boolean>;
|
1818
1818
|
}> & Omit<{
|
1819
|
-
|
1820
|
-
|
1819
|
+
location: Anchor;
|
1820
|
+
origin: "auto" | Anchor | "overlap";
|
1821
1821
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1822
1822
|
component?: Component | undefined;
|
1823
1823
|
})> | {
|
1824
1824
|
component: Component;
|
1825
1825
|
};
|
1826
1826
|
zIndex: string | number;
|
1827
|
+
style: vue.StyleValue;
|
1827
1828
|
eager: boolean;
|
1829
|
+
disabled: boolean;
|
1828
1830
|
modelValue: boolean;
|
1829
|
-
|
1830
|
-
location: Anchor;
|
1831
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1831
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1832
1832
|
updateLocation: (e?: Event | undefined) => void;
|
1833
|
-
} | undefined)
|
1834
|
-
scrollStrategy: NonNullable<"
|
1833
|
+
} | undefined)>;
|
1834
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1835
1835
|
closeDelay: NonNullable<string | number>;
|
1836
1836
|
openDelay: NonNullable<string | number>;
|
1837
1837
|
activatorProps: Record<string, any>;
|
@@ -1842,20 +1842,20 @@ declare const VSelect: {
|
|
1842
1842
|
noClickAnimation: boolean;
|
1843
1843
|
persistent: boolean;
|
1844
1844
|
scrim: NonNullable<string | boolean>;
|
1845
|
-
|
1845
|
+
offset?: string | number | number[] | undefined;
|
1846
1846
|
id?: string | undefined;
|
1847
|
-
width?: string | number | undefined;
|
1848
1847
|
height?: string | number | undefined;
|
1849
|
-
|
1850
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1851
|
-
offset?: string | number | number[] | undefined;
|
1852
|
-
contentClass?: any;
|
1853
|
-
opacity?: string | number | undefined;
|
1848
|
+
width?: string | number | undefined;
|
1854
1849
|
maxHeight?: string | number | undefined;
|
1855
1850
|
maxWidth?: string | number | undefined;
|
1856
1851
|
minHeight?: string | number | undefined;
|
1857
1852
|
minWidth?: string | number | undefined;
|
1858
|
-
|
1853
|
+
opacity?: string | number | undefined;
|
1854
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1855
|
+
class?: any;
|
1856
|
+
theme?: string | undefined;
|
1857
|
+
contentClass?: any;
|
1858
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1859
1859
|
openOnClick?: boolean | undefined;
|
1860
1860
|
openOnFocus?: boolean | undefined;
|
1861
1861
|
contentProps?: any;
|
@@ -1892,22 +1892,22 @@ declare const VSelect: {
|
|
1892
1892
|
}) => vue.VNodeChild) | undefined;
|
1893
1893
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1894
1894
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1895
|
-
|
1896
|
-
|
1895
|
+
location: Anchor;
|
1896
|
+
origin: "auto" | Anchor | "overlap";
|
1897
1897
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1898
1898
|
component?: Component | undefined;
|
1899
1899
|
})> | {
|
1900
1900
|
component: Component;
|
1901
1901
|
};
|
1902
1902
|
zIndex: string | number;
|
1903
|
+
style: vue.StyleValue;
|
1903
1904
|
eager: boolean;
|
1905
|
+
disabled: boolean;
|
1904
1906
|
modelValue: boolean;
|
1905
|
-
|
1906
|
-
location: Anchor;
|
1907
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1907
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1908
1908
|
updateLocation: (e?: Event | undefined) => void;
|
1909
|
-
} | undefined)
|
1910
|
-
scrollStrategy: NonNullable<"
|
1909
|
+
} | undefined)>;
|
1910
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1911
1911
|
closeDelay: NonNullable<string | number>;
|
1912
1912
|
openDelay: NonNullable<string | number>;
|
1913
1913
|
activatorProps: Record<string, any>;
|
@@ -1919,20 +1919,20 @@ declare const VSelect: {
|
|
1919
1919
|
persistent: boolean;
|
1920
1920
|
scrim: NonNullable<string | boolean>;
|
1921
1921
|
} & {
|
1922
|
-
|
1922
|
+
offset?: string | number | number[] | undefined;
|
1923
1923
|
id?: string | undefined;
|
1924
|
-
width?: string | number | undefined;
|
1925
1924
|
height?: string | number | undefined;
|
1926
|
-
|
1927
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1928
|
-
offset?: string | number | number[] | undefined;
|
1929
|
-
contentClass?: any;
|
1930
|
-
opacity?: string | number | undefined;
|
1925
|
+
width?: string | number | undefined;
|
1931
1926
|
maxHeight?: string | number | undefined;
|
1932
1927
|
maxWidth?: string | number | undefined;
|
1933
1928
|
minHeight?: string | number | undefined;
|
1934
1929
|
minWidth?: string | number | undefined;
|
1935
|
-
|
1930
|
+
opacity?: string | number | undefined;
|
1931
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1932
|
+
class?: any;
|
1933
|
+
theme?: string | undefined;
|
1934
|
+
contentClass?: any;
|
1935
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1936
1936
|
openOnClick?: boolean | undefined;
|
1937
1937
|
openOnFocus?: boolean | undefined;
|
1938
1938
|
contentProps?: any;
|
@@ -1971,46 +1971,46 @@ declare const VSelect: {
|
|
1971
1971
|
}) => vue.VNodeChild) | undefined;
|
1972
1972
|
} & {
|
1973
1973
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1974
|
-
}, "
|
1974
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1975
1975
|
itemColor?: string | undefined;
|
1976
1976
|
} & {
|
1977
1977
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1978
1978
|
"onUpdate:menu"?: ((ue: boolean) => any) | undefined;
|
1979
1979
|
}, any, {}, {}, {}, {
|
1980
|
-
reverse: boolean;
|
1981
1980
|
flat: boolean;
|
1982
|
-
|
1983
|
-
|
1981
|
+
reverse: boolean;
|
1982
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1984
1983
|
type: string;
|
1985
|
-
active: boolean;
|
1986
1984
|
error: boolean;
|
1987
|
-
|
1988
|
-
|
1989
|
-
noDataText: string;
|
1985
|
+
active: boolean;
|
1986
|
+
direction: "horizontal" | "vertical";
|
1990
1987
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1991
1988
|
component?: Component | undefined;
|
1992
1989
|
})> | {
|
1993
1990
|
component: Component;
|
1994
1991
|
};
|
1995
|
-
|
1992
|
+
menu: boolean;
|
1993
|
+
style: vue.StyleValue;
|
1994
|
+
role: string;
|
1995
|
+
autofocus: boolean;
|
1996
1996
|
eager: boolean;
|
1997
|
+
disabled: boolean;
|
1998
|
+
readonly: boolean | null;
|
1999
|
+
messages: string | readonly string[];
|
2000
|
+
noDataText: string;
|
2001
|
+
focused: boolean;
|
1997
2002
|
errorMessages: string | readonly string[] | null;
|
1998
2003
|
maxErrors: string | number;
|
1999
|
-
readonly: boolean | null;
|
2000
2004
|
rules: readonly ValidationRule[];
|
2001
2005
|
rounded: string | number | boolean;
|
2002
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2003
2006
|
tile: boolean;
|
2004
|
-
role: string;
|
2005
2007
|
density: Density;
|
2006
|
-
direction: "horizontal" | "vertical";
|
2007
2008
|
valueComparator: typeof deepEqual;
|
2008
2009
|
clearIcon: IconValue;
|
2009
2010
|
centerAffix: boolean;
|
2010
2011
|
hideSpinButtons: boolean;
|
2011
2012
|
persistentHint: boolean;
|
2012
2013
|
itemChildren: NonNullable<SelectItemKey>;
|
2013
|
-
autofocus: boolean;
|
2014
2014
|
clearable: boolean;
|
2015
2015
|
persistentClear: boolean;
|
2016
2016
|
singleLine: boolean;
|
@@ -2029,39 +2029,38 @@ declare const VSelect: {
|
|
2029
2029
|
__isTeleport?: undefined;
|
2030
2030
|
__isSuspense?: undefined;
|
2031
2031
|
} & vue.ComponentOptionsBase<{
|
2032
|
-
reverse: boolean;
|
2033
2032
|
flat: boolean;
|
2034
|
-
|
2035
|
-
|
2033
|
+
reverse: boolean;
|
2034
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2036
2035
|
type: string;
|
2037
|
-
active: boolean;
|
2038
2036
|
error: boolean;
|
2039
|
-
|
2040
|
-
|
2041
|
-
noDataText: string;
|
2037
|
+
active: boolean;
|
2038
|
+
direction: "horizontal" | "vertical";
|
2042
2039
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2043
2040
|
component?: Component | undefined;
|
2044
2041
|
})> | {
|
2045
2042
|
component: Component;
|
2046
2043
|
};
|
2047
|
-
|
2044
|
+
menu: boolean;
|
2045
|
+
style: vue.StyleValue;
|
2046
|
+
role: string;
|
2047
|
+
autofocus: boolean;
|
2048
2048
|
eager: boolean;
|
2049
|
+
disabled: boolean;
|
2050
|
+
readonly: boolean | null;
|
2051
|
+
messages: string | readonly string[];
|
2052
|
+
noDataText: string;
|
2053
|
+
focused: boolean;
|
2049
2054
|
errorMessages: string | readonly string[] | null;
|
2050
2055
|
maxErrors: string | number;
|
2051
|
-
readonly: boolean | null;
|
2052
2056
|
rules: readonly ValidationRule[];
|
2053
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2054
2057
|
tile: boolean;
|
2055
|
-
role: string;
|
2056
2058
|
density: Density;
|
2057
|
-
direction: "horizontal" | "vertical";
|
2058
2059
|
valueComparator: typeof deepEqual;
|
2059
2060
|
clearIcon: IconValue;
|
2060
|
-
centerAffix: boolean;
|
2061
2061
|
hideSpinButtons: boolean;
|
2062
2062
|
persistentHint: boolean;
|
2063
2063
|
itemChildren: NonNullable<SelectItemKey>;
|
2064
|
-
autofocus: boolean;
|
2065
2064
|
clearable: boolean;
|
2066
2065
|
persistentClear: boolean;
|
2067
2066
|
singleLine: boolean;
|
@@ -2076,45 +2075,46 @@ declare const VSelect: {
|
|
2076
2075
|
menuIcon: IconValue;
|
2077
2076
|
openOnClear: boolean;
|
2078
2077
|
} & {
|
2079
|
-
class?: any;
|
2080
2078
|
id?: string | undefined;
|
2081
|
-
label?: string | undefined;
|
2082
2079
|
width?: string | number | undefined;
|
2083
|
-
theme?: string | undefined;
|
2084
|
-
color?: string | undefined;
|
2085
2080
|
name?: string | undefined;
|
2086
|
-
|
2081
|
+
color?: string | undefined;
|
2082
|
+
maxWidth?: string | number | undefined;
|
2083
|
+
minWidth?: string | number | undefined;
|
2087
2084
|
loading?: string | boolean | undefined;
|
2085
|
+
label?: string | undefined;
|
2086
|
+
prefix?: string | undefined;
|
2087
|
+
class?: any;
|
2088
2088
|
placeholder?: string | undefined;
|
2089
|
+
theme?: string | undefined;
|
2089
2090
|
counter?: string | number | boolean | undefined;
|
2090
2091
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2091
|
-
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"
|
2092
|
+
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;
|
2092
2093
|
rounded?: string | number | boolean | undefined;
|
2093
|
-
maxWidth?: string | number | undefined;
|
2094
|
-
minWidth?: string | number | undefined;
|
2095
2094
|
baseColor?: string | undefined;
|
2096
2095
|
bgColor?: string | undefined;
|
2097
2096
|
prependIcon?: IconValue | undefined;
|
2098
2097
|
appendIcon?: IconValue | undefined;
|
2099
2098
|
prependInnerIcon?: IconValue | undefined;
|
2100
2099
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2101
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2102
2100
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2101
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2103
2102
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2104
2103
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2104
|
+
centerAffix?: boolean | undefined;
|
2105
2105
|
hint?: string | undefined;
|
2106
2106
|
hideDetails?: boolean | "auto" | undefined;
|
2107
2107
|
suffix?: string | undefined;
|
2108
2108
|
counterValue?: number | ((value: any) => number) | undefined;
|
2109
2109
|
modelModifiers?: Record<string, boolean> | undefined;
|
2110
2110
|
listProps?: (Partial<{
|
2111
|
-
|
2111
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2112
2112
|
nav: boolean;
|
2113
|
+
style: vue.StyleValue;
|
2113
2114
|
disabled: boolean;
|
2114
2115
|
tag: string;
|
2115
|
-
rounded: string | number | boolean;
|
2116
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2117
2116
|
mandatory: boolean;
|
2117
|
+
rounded: string | number | boolean;
|
2118
2118
|
tile: boolean;
|
2119
2119
|
density: Density;
|
2120
2120
|
slim: boolean;
|
@@ -2127,11 +2127,11 @@ declare const VSelect: {
|
|
2127
2127
|
returnObject: boolean;
|
2128
2128
|
itemType: string;
|
2129
2129
|
}> & Omit<{
|
2130
|
-
|
2130
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2131
2131
|
nav: boolean;
|
2132
|
+
style: vue.StyleValue;
|
2132
2133
|
disabled: boolean;
|
2133
2134
|
tag: string;
|
2134
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2135
2135
|
mandatory: boolean;
|
2136
2136
|
tile: boolean;
|
2137
2137
|
density: Density;
|
@@ -2144,19 +2144,19 @@ declare const VSelect: {
|
|
2144
2144
|
lines: false | "one" | "two" | "three";
|
2145
2145
|
returnObject: boolean;
|
2146
2146
|
itemType: string;
|
2147
|
-
class?: any;
|
2148
|
-
width?: string | number | undefined;
|
2149
2147
|
height?: string | number | undefined;
|
2150
|
-
|
2151
|
-
color?: string | undefined;
|
2152
|
-
activated?: any;
|
2148
|
+
width?: string | number | undefined;
|
2153
2149
|
border?: string | number | boolean | undefined;
|
2154
|
-
|
2150
|
+
color?: string | undefined;
|
2155
2151
|
maxHeight?: string | number | undefined;
|
2156
2152
|
maxWidth?: string | number | undefined;
|
2157
2153
|
minHeight?: string | number | undefined;
|
2158
2154
|
minWidth?: string | number | undefined;
|
2155
|
+
activated?: any;
|
2156
|
+
class?: any;
|
2159
2157
|
elevation?: string | number | undefined;
|
2158
|
+
theme?: string | undefined;
|
2159
|
+
rounded?: string | number | boolean | undefined;
|
2160
2160
|
baseColor?: string | undefined;
|
2161
2161
|
bgColor?: string | undefined;
|
2162
2162
|
activeColor?: string | undefined;
|
@@ -2171,11 +2171,11 @@ declare const VSelect: {
|
|
2171
2171
|
path: unknown[];
|
2172
2172
|
}) => any) | undefined;
|
2173
2173
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2174
|
-
|
2174
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2175
2175
|
nav: boolean;
|
2176
|
+
style: vue.StyleValue;
|
2176
2177
|
disabled: boolean;
|
2177
2178
|
tag: string;
|
2178
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2179
2179
|
mandatory: boolean;
|
2180
2180
|
tile: boolean;
|
2181
2181
|
density: Density;
|
@@ -2189,19 +2189,19 @@ declare const VSelect: {
|
|
2189
2189
|
returnObject: boolean;
|
2190
2190
|
itemType: string;
|
2191
2191
|
} & {
|
2192
|
-
class?: any;
|
2193
|
-
width?: string | number | undefined;
|
2194
2192
|
height?: string | number | undefined;
|
2195
|
-
|
2196
|
-
color?: string | undefined;
|
2197
|
-
activated?: any;
|
2193
|
+
width?: string | number | undefined;
|
2198
2194
|
border?: string | number | boolean | undefined;
|
2199
|
-
|
2195
|
+
color?: string | undefined;
|
2200
2196
|
maxHeight?: string | number | undefined;
|
2201
2197
|
maxWidth?: string | number | undefined;
|
2202
2198
|
minHeight?: string | number | undefined;
|
2203
2199
|
minWidth?: string | number | undefined;
|
2200
|
+
activated?: any;
|
2201
|
+
class?: any;
|
2204
2202
|
elevation?: string | number | undefined;
|
2203
|
+
theme?: string | undefined;
|
2204
|
+
rounded?: string | number | boolean | undefined;
|
2205
2205
|
baseColor?: string | undefined;
|
2206
2206
|
bgColor?: string | undefined;
|
2207
2207
|
activeColor?: string | undefined;
|
@@ -2216,7 +2216,7 @@ declare const VSelect: {
|
|
2216
2216
|
value: boolean;
|
2217
2217
|
path: unknown[];
|
2218
2218
|
}) => any) | undefined;
|
2219
|
-
}, "
|
2219
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
2220
2220
|
items?: readonly any[] | undefined;
|
2221
2221
|
itemTitle?: SelectItemKey<any>;
|
2222
2222
|
itemValue?: SelectItemKey<any>;
|
@@ -2241,10 +2241,10 @@ declare const VSelect: {
|
|
2241
2241
|
title?: ((arg: ListItemTitleSlot & {
|
2242
2242
|
item: any;
|
2243
2243
|
}) => vue.VNodeChild) | undefined;
|
2244
|
-
|
2244
|
+
append?: ((arg: ListItemSlot & {
|
2245
2245
|
item: any;
|
2246
2246
|
}) => vue.VNodeChild) | undefined;
|
2247
|
-
|
2247
|
+
prepend?: ((arg: ListItemSlot & {
|
2248
2248
|
item: any;
|
2249
2249
|
}) => vue.VNodeChild) | undefined;
|
2250
2250
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -2284,10 +2284,10 @@ declare const VSelect: {
|
|
2284
2284
|
title?: false | ((arg: ListItemTitleSlot & {
|
2285
2285
|
item: any;
|
2286
2286
|
}) => vue.VNodeChild) | undefined;
|
2287
|
-
|
2287
|
+
append?: false | ((arg: ListItemSlot & {
|
2288
2288
|
item: any;
|
2289
2289
|
}) => vue.VNodeChild) | undefined;
|
2290
|
-
|
2290
|
+
prepend?: false | ((arg: ListItemSlot & {
|
2291
2291
|
item: any;
|
2292
2292
|
}) => vue.VNodeChild) | undefined;
|
2293
2293
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -2327,10 +2327,10 @@ declare const VSelect: {
|
|
2327
2327
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
2328
2328
|
item: any;
|
2329
2329
|
}) => vue.VNodeChild) | undefined;
|
2330
|
-
"v-slot:
|
2330
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
2331
2331
|
item: any;
|
2332
2332
|
}) => vue.VNodeChild) | undefined;
|
2333
|
-
"v-slot:
|
2333
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
2334
2334
|
item: any;
|
2335
2335
|
}) => vue.VNodeChild) | undefined;
|
2336
2336
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -2367,22 +2367,22 @@ declare const VSelect: {
|
|
2367
2367
|
}) => vue.VNodeChild) | undefined;
|
2368
2368
|
}) | undefined;
|
2369
2369
|
menuProps?: (Partial<{
|
2370
|
-
|
2371
|
-
|
2370
|
+
location: Anchor;
|
2371
|
+
origin: "auto" | Anchor | "overlap";
|
2372
2372
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2373
2373
|
component?: Component | undefined;
|
2374
2374
|
})> | {
|
2375
2375
|
component: Component;
|
2376
2376
|
};
|
2377
2377
|
zIndex: string | number;
|
2378
|
+
style: vue.StyleValue;
|
2378
2379
|
eager: boolean;
|
2380
|
+
disabled: boolean;
|
2379
2381
|
modelValue: boolean;
|
2380
|
-
|
2381
|
-
location: Anchor;
|
2382
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2382
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2383
2383
|
updateLocation: (e?: Event | undefined) => void;
|
2384
|
-
} | undefined)
|
2385
|
-
scrollStrategy: NonNullable<"
|
2384
|
+
} | undefined)>;
|
2385
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2386
2386
|
closeDelay: NonNullable<string | number>;
|
2387
2387
|
openDelay: NonNullable<string | number>;
|
2388
2388
|
activatorProps: Record<string, any>;
|
@@ -2396,22 +2396,22 @@ declare const VSelect: {
|
|
2396
2396
|
persistent: boolean;
|
2397
2397
|
scrim: NonNullable<string | boolean>;
|
2398
2398
|
}> & Omit<{
|
2399
|
-
|
2400
|
-
|
2399
|
+
location: Anchor;
|
2400
|
+
origin: "auto" | Anchor | "overlap";
|
2401
2401
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2402
2402
|
component?: Component | undefined;
|
2403
2403
|
})> | {
|
2404
2404
|
component: Component;
|
2405
2405
|
};
|
2406
2406
|
zIndex: string | number;
|
2407
|
+
style: vue.StyleValue;
|
2407
2408
|
eager: boolean;
|
2409
|
+
disabled: boolean;
|
2408
2410
|
modelValue: boolean;
|
2409
|
-
|
2410
|
-
location: Anchor;
|
2411
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2411
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2412
2412
|
updateLocation: (e?: Event | undefined) => void;
|
2413
|
-
} | undefined)
|
2414
|
-
scrollStrategy: NonNullable<"
|
2413
|
+
} | undefined)>;
|
2414
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2415
2415
|
closeDelay: NonNullable<string | number>;
|
2416
2416
|
openDelay: NonNullable<string | number>;
|
2417
2417
|
activatorProps: Record<string, any>;
|
@@ -2422,20 +2422,20 @@ declare const VSelect: {
|
|
2422
2422
|
noClickAnimation: boolean;
|
2423
2423
|
persistent: boolean;
|
2424
2424
|
scrim: NonNullable<string | boolean>;
|
2425
|
-
|
2425
|
+
offset?: string | number | number[] | undefined;
|
2426
2426
|
id?: string | undefined;
|
2427
|
-
width?: string | number | undefined;
|
2428
2427
|
height?: string | number | undefined;
|
2429
|
-
|
2430
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2431
|
-
offset?: string | number | number[] | undefined;
|
2432
|
-
contentClass?: any;
|
2433
|
-
opacity?: string | number | undefined;
|
2428
|
+
width?: string | number | undefined;
|
2434
2429
|
maxHeight?: string | number | undefined;
|
2435
2430
|
maxWidth?: string | number | undefined;
|
2436
2431
|
minHeight?: string | number | undefined;
|
2437
2432
|
minWidth?: string | number | undefined;
|
2438
|
-
|
2433
|
+
opacity?: string | number | undefined;
|
2434
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2435
|
+
class?: any;
|
2436
|
+
theme?: string | undefined;
|
2437
|
+
contentClass?: any;
|
2438
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2439
2439
|
openOnClick?: boolean | undefined;
|
2440
2440
|
openOnFocus?: boolean | undefined;
|
2441
2441
|
contentProps?: any;
|
@@ -2472,22 +2472,22 @@ declare const VSelect: {
|
|
2472
2472
|
}) => vue.VNodeChild) | undefined;
|
2473
2473
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2474
2474
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2475
|
-
|
2476
|
-
|
2475
|
+
location: Anchor;
|
2476
|
+
origin: "auto" | Anchor | "overlap";
|
2477
2477
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2478
2478
|
component?: Component | undefined;
|
2479
2479
|
})> | {
|
2480
2480
|
component: Component;
|
2481
2481
|
};
|
2482
2482
|
zIndex: string | number;
|
2483
|
+
style: vue.StyleValue;
|
2483
2484
|
eager: boolean;
|
2485
|
+
disabled: boolean;
|
2484
2486
|
modelValue: boolean;
|
2485
|
-
|
2486
|
-
location: Anchor;
|
2487
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2487
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2488
2488
|
updateLocation: (e?: Event | undefined) => void;
|
2489
|
-
} | undefined)
|
2490
|
-
scrollStrategy: NonNullable<"
|
2489
|
+
} | undefined)>;
|
2490
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2491
2491
|
closeDelay: NonNullable<string | number>;
|
2492
2492
|
openDelay: NonNullable<string | number>;
|
2493
2493
|
activatorProps: Record<string, any>;
|
@@ -2499,20 +2499,20 @@ declare const VSelect: {
|
|
2499
2499
|
persistent: boolean;
|
2500
2500
|
scrim: NonNullable<string | boolean>;
|
2501
2501
|
} & {
|
2502
|
-
|
2502
|
+
offset?: string | number | number[] | undefined;
|
2503
2503
|
id?: string | undefined;
|
2504
|
-
width?: string | number | undefined;
|
2505
2504
|
height?: string | number | undefined;
|
2506
|
-
|
2507
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2508
|
-
offset?: string | number | number[] | undefined;
|
2509
|
-
contentClass?: any;
|
2510
|
-
opacity?: string | number | undefined;
|
2505
|
+
width?: string | number | undefined;
|
2511
2506
|
maxHeight?: string | number | undefined;
|
2512
2507
|
maxWidth?: string | number | undefined;
|
2513
2508
|
minHeight?: string | number | undefined;
|
2514
2509
|
minWidth?: string | number | undefined;
|
2515
|
-
|
2510
|
+
opacity?: string | number | undefined;
|
2511
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2512
|
+
class?: any;
|
2513
|
+
theme?: string | undefined;
|
2514
|
+
contentClass?: any;
|
2515
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2516
2516
|
openOnClick?: boolean | undefined;
|
2517
2517
|
openOnFocus?: boolean | undefined;
|
2518
2518
|
contentProps?: any;
|
@@ -2551,7 +2551,7 @@ declare const VSelect: {
|
|
2551
2551
|
}) => vue.VNodeChild) | undefined;
|
2552
2552
|
} & {
|
2553
2553
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2554
|
-
}, "
|
2554
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2555
2555
|
itemColor?: string | undefined;
|
2556
2556
|
} & {
|
2557
2557
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -2560,41 +2560,41 @@ declare const VSelect: {
|
|
2560
2560
|
'update:focused': (focused: boolean) => boolean;
|
2561
2561
|
'update:modelValue': (value: any) => boolean;
|
2562
2562
|
'update:menu': (ue: boolean) => true;
|
2563
|
-
}, "$children" | "v-slots" | "modelValue" | "items" | "
|
2564
|
-
reverse: boolean;
|
2563
|
+
}, "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, {
|
2565
2564
|
flat: boolean;
|
2566
|
-
|
2567
|
-
|
2565
|
+
reverse: boolean;
|
2566
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2568
2567
|
type: string;
|
2569
|
-
active: boolean;
|
2570
2568
|
error: boolean;
|
2571
|
-
|
2572
|
-
|
2573
|
-
noDataText: string;
|
2569
|
+
active: boolean;
|
2570
|
+
direction: "horizontal" | "vertical";
|
2574
2571
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2575
2572
|
component?: Component | undefined;
|
2576
2573
|
})> | {
|
2577
2574
|
component: Component;
|
2578
2575
|
};
|
2579
|
-
|
2576
|
+
menu: boolean;
|
2577
|
+
style: vue.StyleValue;
|
2578
|
+
role: string;
|
2579
|
+
autofocus: boolean;
|
2580
2580
|
eager: boolean;
|
2581
|
+
disabled: boolean;
|
2582
|
+
readonly: boolean | null;
|
2583
|
+
messages: string | readonly string[];
|
2584
|
+
noDataText: string;
|
2585
|
+
focused: boolean;
|
2581
2586
|
errorMessages: string | readonly string[] | null;
|
2582
2587
|
maxErrors: string | number;
|
2583
|
-
readonly: boolean | null;
|
2584
2588
|
rules: readonly ValidationRule[];
|
2585
2589
|
rounded: string | number | boolean;
|
2586
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2587
2590
|
tile: boolean;
|
2588
|
-
role: string;
|
2589
2591
|
density: Density;
|
2590
|
-
direction: "horizontal" | "vertical";
|
2591
2592
|
valueComparator: typeof deepEqual;
|
2592
2593
|
clearIcon: IconValue;
|
2593
2594
|
centerAffix: boolean;
|
2594
2595
|
hideSpinButtons: boolean;
|
2595
2596
|
persistentHint: boolean;
|
2596
2597
|
itemChildren: NonNullable<SelectItemKey>;
|
2597
|
-
autofocus: boolean;
|
2598
2598
|
clearable: boolean;
|
2599
2599
|
persistentClear: boolean;
|
2600
2600
|
singleLine: boolean;
|
@@ -2609,6 +2609,9 @@ declare const VSelect: {
|
|
2609
2609
|
menuIcon: IconValue;
|
2610
2610
|
openOnClear: boolean;
|
2611
2611
|
}, {}, string, vue.SlotsType<Partial<{
|
2612
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2613
|
+
[key: string]: any;
|
2614
|
+
}>[];
|
2612
2615
|
clear: (arg: DefaultInputSlot & {
|
2613
2616
|
props: Record<string, any>;
|
2614
2617
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -2623,15 +2626,12 @@ declare const VSelect: {
|
|
2623
2626
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2624
2627
|
[key: string]: any;
|
2625
2628
|
}>[];
|
2626
|
-
|
2629
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2627
2630
|
[key: string]: any;
|
2628
2631
|
}>[];
|
2629
2632
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2630
2633
|
[key: string]: any;
|
2631
2634
|
}>[];
|
2632
|
-
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2633
|
-
[key: string]: any;
|
2634
|
-
}>[];
|
2635
2635
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2636
2636
|
[key: string]: any;
|
2637
2637
|
}>[];
|
@@ -2731,7 +2731,7 @@ declare const VSelect: {
|
|
2731
2731
|
})>;
|
2732
2732
|
default: string;
|
2733
2733
|
validator: (val: unknown) => boolean;
|
2734
|
-
}, "
|
2734
|
+
}, "type" | "default"> & {
|
2735
2735
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2736
2736
|
component?: Component | undefined;
|
2737
2737
|
})> | {
|
@@ -2743,37 +2743,58 @@ declare const VSelect: {
|
|
2743
2743
|
component: Component;
|
2744
2744
|
};
|
2745
2745
|
};
|
2746
|
-
reverse: BooleanConstructor;
|
2747
2746
|
flat: BooleanConstructor;
|
2748
|
-
|
2749
|
-
|
2750
|
-
type: PropType<
|
2751
|
-
default:
|
2747
|
+
reverse: BooleanConstructor;
|
2748
|
+
variant: {
|
2749
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
2750
|
+
default: string;
|
2751
|
+
validator: (v: any) => boolean;
|
2752
2752
|
};
|
2753
|
-
id: StringConstructor;
|
2754
|
-
label: StringConstructor;
|
2755
2753
|
type: {
|
2756
2754
|
type: StringConstructor;
|
2757
2755
|
default: string;
|
2758
2756
|
};
|
2757
|
+
error: BooleanConstructor;
|
2758
|
+
id: StringConstructor;
|
2759
2759
|
width: (StringConstructor | NumberConstructor)[];
|
2760
2760
|
active: BooleanConstructor;
|
2761
|
-
error: BooleanConstructor;
|
2762
|
-
theme: StringConstructor;
|
2763
|
-
color: StringConstructor;
|
2764
2761
|
name: StringConstructor;
|
2762
|
+
color: StringConstructor;
|
2763
|
+
direction: {
|
2764
|
+
type: PropType<"horizontal" | "vertical">;
|
2765
|
+
default: string;
|
2766
|
+
validator: (v: any) => boolean;
|
2767
|
+
};
|
2768
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2769
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2770
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
2771
|
+
label: StringConstructor;
|
2772
|
+
style: {
|
2773
|
+
type: PropType<vue.StyleValue>;
|
2774
|
+
default: null;
|
2775
|
+
};
|
2765
2776
|
prefix: StringConstructor;
|
2777
|
+
role: {
|
2778
|
+
type: PropType<string>;
|
2779
|
+
default: string;
|
2780
|
+
};
|
2781
|
+
autofocus: BooleanConstructor;
|
2766
2782
|
disabled: {
|
2767
2783
|
type: BooleanConstructor;
|
2768
2784
|
default: null;
|
2769
2785
|
};
|
2770
|
-
|
2786
|
+
readonly: {
|
2787
|
+
type: PropType<boolean | null>;
|
2788
|
+
default: null;
|
2789
|
+
};
|
2790
|
+
class: PropType<any>;
|
2791
|
+
placeholder: StringConstructor;
|
2792
|
+
theme: StringConstructor;
|
2771
2793
|
messages: {
|
2772
2794
|
type: PropType<string | readonly string[]>;
|
2773
2795
|
default: () => never[];
|
2774
2796
|
};
|
2775
|
-
|
2776
|
-
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
2797
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2777
2798
|
focused: BooleanConstructor;
|
2778
2799
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
2779
2800
|
errorMessages: {
|
@@ -2784,10 +2805,6 @@ declare const VSelect: {
|
|
2784
2805
|
type: (StringConstructor | NumberConstructor)[];
|
2785
2806
|
default: number;
|
2786
2807
|
};
|
2787
|
-
readonly: {
|
2788
|
-
type: PropType<boolean | null>;
|
2789
|
-
default: null;
|
2790
|
-
};
|
2791
2808
|
rules: {
|
2792
2809
|
type: PropType<readonly ValidationRule[]>;
|
2793
2810
|
default: () => never[];
|
@@ -2796,33 +2813,17 @@ declare const VSelect: {
|
|
2796
2813
|
type: PropType<any>;
|
2797
2814
|
default: any;
|
2798
2815
|
};
|
2799
|
-
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"
|
2816
|
+
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>;
|
2800
2817
|
rounded: {
|
2801
|
-
type: (StringConstructor |
|
2818
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2802
2819
|
default: undefined;
|
2803
2820
|
};
|
2804
|
-
variant: {
|
2805
|
-
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
2806
|
-
default: string;
|
2807
|
-
validator: (v: any) => boolean;
|
2808
|
-
};
|
2809
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2810
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
2811
2821
|
tile: BooleanConstructor;
|
2812
|
-
role: {
|
2813
|
-
type: PropType<string>;
|
2814
|
-
default: string;
|
2815
|
-
};
|
2816
2822
|
density: {
|
2817
2823
|
type: PropType<Density>;
|
2818
2824
|
default: string;
|
2819
2825
|
validator: (v: any) => boolean;
|
2820
2826
|
};
|
2821
|
-
direction: {
|
2822
|
-
type: PropType<"horizontal" | "vertical">;
|
2823
|
-
default: string;
|
2824
|
-
validator: (v: any) => boolean;
|
2825
|
-
};
|
2826
2827
|
baseColor: StringConstructor;
|
2827
2828
|
bgColor: StringConstructor;
|
2828
2829
|
prependIcon: PropType<IconValue>;
|
@@ -2833,16 +2834,18 @@ declare const VSelect: {
|
|
2833
2834
|
};
|
2834
2835
|
prependInnerIcon: PropType<IconValue>;
|
2835
2836
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
2836
|
-
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
2837
2837
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
2838
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
2838
2839
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
2839
2840
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
2840
|
-
centerAffix:
|
2841
|
+
centerAffix: {
|
2842
|
+
type: BooleanConstructor;
|
2843
|
+
default: undefined;
|
2844
|
+
};
|
2841
2845
|
hideSpinButtons: BooleanConstructor;
|
2842
2846
|
hint: StringConstructor;
|
2843
2847
|
persistentHint: BooleanConstructor;
|
2844
2848
|
hideDetails: PropType<boolean | "auto">;
|
2845
|
-
autofocus: BooleanConstructor;
|
2846
2849
|
clearable: BooleanConstructor;
|
2847
2850
|
persistentClear: BooleanConstructor;
|
2848
2851
|
singleLine: BooleanConstructor;
|
@@ -2866,7 +2869,7 @@ declare const VSelect: {
|
|
2866
2869
|
itemChildren: Omit<{
|
2867
2870
|
type: PropType<SelectItemKey>;
|
2868
2871
|
default: string;
|
2869
|
-
}, "
|
2872
|
+
}, "type" | "default"> & {
|
2870
2873
|
type: PropType<NonNullable<SelectItemKey>>;
|
2871
2874
|
default: NonNullable<SelectItemKey>;
|
2872
2875
|
};
|
@@ -2894,13 +2897,13 @@ declare const VSelect: {
|
|
2894
2897
|
hideSelected: BooleanConstructor;
|
2895
2898
|
listProps: {
|
2896
2899
|
type: PropType<Partial<{
|
2897
|
-
|
2900
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2898
2901
|
nav: boolean;
|
2902
|
+
style: vue.StyleValue;
|
2899
2903
|
disabled: boolean;
|
2900
2904
|
tag: string;
|
2901
|
-
rounded: string | number | boolean;
|
2902
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2903
2905
|
mandatory: boolean;
|
2906
|
+
rounded: string | number | boolean;
|
2904
2907
|
tile: boolean;
|
2905
2908
|
density: Density;
|
2906
2909
|
slim: boolean;
|
@@ -2913,11 +2916,11 @@ declare const VSelect: {
|
|
2913
2916
|
returnObject: boolean;
|
2914
2917
|
itemType: string;
|
2915
2918
|
}> & Omit<{
|
2916
|
-
|
2919
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2917
2920
|
nav: boolean;
|
2921
|
+
style: vue.StyleValue;
|
2918
2922
|
disabled: boolean;
|
2919
2923
|
tag: string;
|
2920
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2921
2924
|
mandatory: boolean;
|
2922
2925
|
tile: boolean;
|
2923
2926
|
density: Density;
|
@@ -2930,19 +2933,19 @@ declare const VSelect: {
|
|
2930
2933
|
lines: false | "one" | "two" | "three";
|
2931
2934
|
returnObject: boolean;
|
2932
2935
|
itemType: string;
|
2933
|
-
class?: any;
|
2934
|
-
width?: string | number | undefined;
|
2935
2936
|
height?: string | number | undefined;
|
2936
|
-
|
2937
|
-
color?: string | undefined;
|
2938
|
-
activated?: any;
|
2937
|
+
width?: string | number | undefined;
|
2939
2938
|
border?: string | number | boolean | undefined;
|
2940
|
-
|
2939
|
+
color?: string | undefined;
|
2941
2940
|
maxHeight?: string | number | undefined;
|
2942
2941
|
maxWidth?: string | number | undefined;
|
2943
2942
|
minHeight?: string | number | undefined;
|
2944
2943
|
minWidth?: string | number | undefined;
|
2944
|
+
activated?: any;
|
2945
|
+
class?: any;
|
2945
2946
|
elevation?: string | number | undefined;
|
2947
|
+
theme?: string | undefined;
|
2948
|
+
rounded?: string | number | boolean | undefined;
|
2946
2949
|
baseColor?: string | undefined;
|
2947
2950
|
bgColor?: string | undefined;
|
2948
2951
|
activeColor?: string | undefined;
|
@@ -2957,11 +2960,11 @@ declare const VSelect: {
|
|
2957
2960
|
path: unknown[];
|
2958
2961
|
}) => any) | undefined;
|
2959
2962
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2960
|
-
|
2963
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2961
2964
|
nav: boolean;
|
2965
|
+
style: vue.StyleValue;
|
2962
2966
|
disabled: boolean;
|
2963
2967
|
tag: string;
|
2964
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2965
2968
|
mandatory: boolean;
|
2966
2969
|
tile: boolean;
|
2967
2970
|
density: Density;
|
@@ -2975,19 +2978,19 @@ declare const VSelect: {
|
|
2975
2978
|
returnObject: boolean;
|
2976
2979
|
itemType: string;
|
2977
2980
|
} & {
|
2978
|
-
class?: any;
|
2979
|
-
width?: string | number | undefined;
|
2980
2981
|
height?: string | number | undefined;
|
2981
|
-
|
2982
|
-
color?: string | undefined;
|
2983
|
-
activated?: any;
|
2982
|
+
width?: string | number | undefined;
|
2984
2983
|
border?: string | number | boolean | undefined;
|
2985
|
-
|
2984
|
+
color?: string | undefined;
|
2986
2985
|
maxHeight?: string | number | undefined;
|
2987
2986
|
maxWidth?: string | number | undefined;
|
2988
2987
|
minHeight?: string | number | undefined;
|
2989
2988
|
minWidth?: string | number | undefined;
|
2989
|
+
activated?: any;
|
2990
|
+
class?: any;
|
2990
2991
|
elevation?: string | number | undefined;
|
2992
|
+
theme?: string | undefined;
|
2993
|
+
rounded?: string | number | boolean | undefined;
|
2991
2994
|
baseColor?: string | undefined;
|
2992
2995
|
bgColor?: string | undefined;
|
2993
2996
|
activeColor?: string | undefined;
|
@@ -3002,7 +3005,7 @@ declare const VSelect: {
|
|
3002
3005
|
value: boolean;
|
3003
3006
|
path: unknown[];
|
3004
3007
|
}) => any) | undefined;
|
3005
|
-
}, "
|
3008
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
3006
3009
|
items?: readonly any[] | undefined;
|
3007
3010
|
itemTitle?: SelectItemKey<any>;
|
3008
3011
|
itemValue?: SelectItemKey<any>;
|
@@ -3027,10 +3030,10 @@ declare const VSelect: {
|
|
3027
3030
|
title?: ((arg: ListItemTitleSlot & {
|
3028
3031
|
item: any;
|
3029
3032
|
}) => vue.VNodeChild) | undefined;
|
3030
|
-
|
3033
|
+
append?: ((arg: ListItemSlot & {
|
3031
3034
|
item: any;
|
3032
3035
|
}) => vue.VNodeChild) | undefined;
|
3033
|
-
|
3036
|
+
prepend?: ((arg: ListItemSlot & {
|
3034
3037
|
item: any;
|
3035
3038
|
}) => vue.VNodeChild) | undefined;
|
3036
3039
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -3070,10 +3073,10 @@ declare const VSelect: {
|
|
3070
3073
|
title?: false | ((arg: ListItemTitleSlot & {
|
3071
3074
|
item: any;
|
3072
3075
|
}) => vue.VNodeChild) | undefined;
|
3073
|
-
|
3076
|
+
append?: false | ((arg: ListItemSlot & {
|
3074
3077
|
item: any;
|
3075
3078
|
}) => vue.VNodeChild) | undefined;
|
3076
|
-
|
3079
|
+
prepend?: false | ((arg: ListItemSlot & {
|
3077
3080
|
item: any;
|
3078
3081
|
}) => vue.VNodeChild) | undefined;
|
3079
3082
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3113,10 +3116,10 @@ declare const VSelect: {
|
|
3113
3116
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
3114
3117
|
item: any;
|
3115
3118
|
}) => vue.VNodeChild) | undefined;
|
3116
|
-
"v-slot:
|
3119
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
3117
3120
|
item: any;
|
3118
3121
|
}) => vue.VNodeChild) | undefined;
|
3119
|
-
"v-slot:
|
3122
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
3120
3123
|
item: any;
|
3121
3124
|
}) => vue.VNodeChild) | undefined;
|
3122
3125
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3160,22 +3163,22 @@ declare const VSelect: {
|
|
3160
3163
|
};
|
3161
3164
|
menuProps: {
|
3162
3165
|
type: PropType<Partial<{
|
3163
|
-
|
3164
|
-
|
3166
|
+
location: Anchor;
|
3167
|
+
origin: "auto" | Anchor | "overlap";
|
3165
3168
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3166
3169
|
component?: Component | undefined;
|
3167
3170
|
})> | {
|
3168
3171
|
component: Component;
|
3169
3172
|
};
|
3170
3173
|
zIndex: string | number;
|
3174
|
+
style: vue.StyleValue;
|
3171
3175
|
eager: boolean;
|
3176
|
+
disabled: boolean;
|
3172
3177
|
modelValue: boolean;
|
3173
|
-
|
3174
|
-
location: Anchor;
|
3175
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3178
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3176
3179
|
updateLocation: (e?: Event | undefined) => void;
|
3177
|
-
} | undefined)
|
3178
|
-
scrollStrategy: NonNullable<"
|
3180
|
+
} | undefined)>;
|
3181
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3179
3182
|
closeDelay: NonNullable<string | number>;
|
3180
3183
|
openDelay: NonNullable<string | number>;
|
3181
3184
|
activatorProps: Record<string, any>;
|
@@ -3189,22 +3192,22 @@ declare const VSelect: {
|
|
3189
3192
|
persistent: boolean;
|
3190
3193
|
scrim: NonNullable<string | boolean>;
|
3191
3194
|
}> & Omit<{
|
3192
|
-
|
3193
|
-
|
3195
|
+
location: Anchor;
|
3196
|
+
origin: "auto" | Anchor | "overlap";
|
3194
3197
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3195
3198
|
component?: Component | undefined;
|
3196
3199
|
})> | {
|
3197
3200
|
component: Component;
|
3198
3201
|
};
|
3199
3202
|
zIndex: string | number;
|
3203
|
+
style: vue.StyleValue;
|
3200
3204
|
eager: boolean;
|
3205
|
+
disabled: boolean;
|
3201
3206
|
modelValue: boolean;
|
3202
|
-
|
3203
|
-
location: Anchor;
|
3204
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3207
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3205
3208
|
updateLocation: (e?: Event | undefined) => void;
|
3206
|
-
} | undefined)
|
3207
|
-
scrollStrategy: NonNullable<"
|
3209
|
+
} | undefined)>;
|
3210
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3208
3211
|
closeDelay: NonNullable<string | number>;
|
3209
3212
|
openDelay: NonNullable<string | number>;
|
3210
3213
|
activatorProps: Record<string, any>;
|
@@ -3215,20 +3218,20 @@ declare const VSelect: {
|
|
3215
3218
|
noClickAnimation: boolean;
|
3216
3219
|
persistent: boolean;
|
3217
3220
|
scrim: NonNullable<string | boolean>;
|
3218
|
-
|
3221
|
+
offset?: string | number | number[] | undefined;
|
3219
3222
|
id?: string | undefined;
|
3220
|
-
width?: string | number | undefined;
|
3221
3223
|
height?: string | number | undefined;
|
3222
|
-
|
3223
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3224
|
-
offset?: string | number | number[] | undefined;
|
3225
|
-
contentClass?: any;
|
3226
|
-
opacity?: string | number | undefined;
|
3224
|
+
width?: string | number | undefined;
|
3227
3225
|
maxHeight?: string | number | undefined;
|
3228
3226
|
maxWidth?: string | number | undefined;
|
3229
3227
|
minHeight?: string | number | undefined;
|
3230
3228
|
minWidth?: string | number | undefined;
|
3231
|
-
|
3229
|
+
opacity?: string | number | undefined;
|
3230
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3231
|
+
class?: any;
|
3232
|
+
theme?: string | undefined;
|
3233
|
+
contentClass?: any;
|
3234
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3232
3235
|
openOnClick?: boolean | undefined;
|
3233
3236
|
openOnFocus?: boolean | undefined;
|
3234
3237
|
contentProps?: any;
|
@@ -3265,22 +3268,22 @@ declare const VSelect: {
|
|
3265
3268
|
}) => vue.VNodeChild) | undefined;
|
3266
3269
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3267
3270
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3268
|
-
|
3269
|
-
|
3271
|
+
location: Anchor;
|
3272
|
+
origin: "auto" | Anchor | "overlap";
|
3270
3273
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3271
3274
|
component?: Component | undefined;
|
3272
3275
|
})> | {
|
3273
3276
|
component: Component;
|
3274
3277
|
};
|
3275
3278
|
zIndex: string | number;
|
3279
|
+
style: vue.StyleValue;
|
3276
3280
|
eager: boolean;
|
3281
|
+
disabled: boolean;
|
3277
3282
|
modelValue: boolean;
|
3278
|
-
|
3279
|
-
location: Anchor;
|
3280
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3283
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3281
3284
|
updateLocation: (e?: Event | undefined) => void;
|
3282
|
-
} | undefined)
|
3283
|
-
scrollStrategy: NonNullable<"
|
3285
|
+
} | undefined)>;
|
3286
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3284
3287
|
closeDelay: NonNullable<string | number>;
|
3285
3288
|
openDelay: NonNullable<string | number>;
|
3286
3289
|
activatorProps: Record<string, any>;
|
@@ -3292,20 +3295,20 @@ declare const VSelect: {
|
|
3292
3295
|
persistent: boolean;
|
3293
3296
|
scrim: NonNullable<string | boolean>;
|
3294
3297
|
} & {
|
3295
|
-
|
3298
|
+
offset?: string | number | number[] | undefined;
|
3296
3299
|
id?: string | undefined;
|
3297
|
-
width?: string | number | undefined;
|
3298
3300
|
height?: string | number | undefined;
|
3299
|
-
|
3300
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3301
|
-
offset?: string | number | number[] | undefined;
|
3302
|
-
contentClass?: any;
|
3303
|
-
opacity?: string | number | undefined;
|
3301
|
+
width?: string | number | undefined;
|
3304
3302
|
maxHeight?: string | number | undefined;
|
3305
3303
|
maxWidth?: string | number | undefined;
|
3306
3304
|
minHeight?: string | number | undefined;
|
3307
3305
|
minWidth?: string | number | undefined;
|
3308
|
-
|
3306
|
+
opacity?: string | number | undefined;
|
3307
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3308
|
+
class?: any;
|
3309
|
+
theme?: string | undefined;
|
3310
|
+
contentClass?: any;
|
3311
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3309
3312
|
openOnClick?: boolean | undefined;
|
3310
3313
|
openOnFocus?: boolean | undefined;
|
3311
3314
|
contentProps?: any;
|
@@ -3344,7 +3347,7 @@ declare const VSelect: {
|
|
3344
3347
|
}) => vue.VNodeChild) | undefined;
|
3345
3348
|
} & {
|
3346
3349
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3347
|
-
}, "
|
3350
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3348
3351
|
};
|
3349
3352
|
multiple: BooleanConstructor;
|
3350
3353
|
noDataText: {
|
@@ -3360,7 +3363,7 @@ declare const VSelect: {
|
|
3360
3363
|
})>;
|
3361
3364
|
default: string;
|
3362
3365
|
validator: (val: unknown) => boolean;
|
3363
|
-
}, "
|
3366
|
+
}, "type" | "default"> & {
|
3364
3367
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
3365
3368
|
component?: Component | undefined;
|
3366
3369
|
})> | {
|
@@ -3372,37 +3375,58 @@ declare const VSelect: {
|
|
3372
3375
|
component: Component;
|
3373
3376
|
};
|
3374
3377
|
};
|
3375
|
-
reverse: BooleanConstructor;
|
3376
3378
|
flat: BooleanConstructor;
|
3377
|
-
|
3378
|
-
|
3379
|
-
type: PropType<
|
3380
|
-
default:
|
3379
|
+
reverse: BooleanConstructor;
|
3380
|
+
variant: {
|
3381
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
3382
|
+
default: string;
|
3383
|
+
validator: (v: any) => boolean;
|
3381
3384
|
};
|
3382
|
-
id: StringConstructor;
|
3383
|
-
label: StringConstructor;
|
3384
3385
|
type: {
|
3385
3386
|
type: StringConstructor;
|
3386
3387
|
default: string;
|
3387
3388
|
};
|
3389
|
+
error: BooleanConstructor;
|
3390
|
+
id: StringConstructor;
|
3388
3391
|
width: (StringConstructor | NumberConstructor)[];
|
3389
3392
|
active: BooleanConstructor;
|
3390
|
-
error: BooleanConstructor;
|
3391
|
-
theme: StringConstructor;
|
3392
|
-
color: StringConstructor;
|
3393
3393
|
name: StringConstructor;
|
3394
|
+
color: StringConstructor;
|
3395
|
+
direction: {
|
3396
|
+
type: PropType<"horizontal" | "vertical">;
|
3397
|
+
default: string;
|
3398
|
+
validator: (v: any) => boolean;
|
3399
|
+
};
|
3400
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
3401
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
3402
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
3403
|
+
label: StringConstructor;
|
3404
|
+
style: {
|
3405
|
+
type: PropType<vue.StyleValue>;
|
3406
|
+
default: null;
|
3407
|
+
};
|
3394
3408
|
prefix: StringConstructor;
|
3409
|
+
role: {
|
3410
|
+
type: PropType<string>;
|
3411
|
+
default: string;
|
3412
|
+
};
|
3413
|
+
autofocus: BooleanConstructor;
|
3395
3414
|
disabled: {
|
3396
3415
|
type: BooleanConstructor;
|
3397
3416
|
default: null;
|
3398
3417
|
};
|
3399
|
-
|
3418
|
+
readonly: {
|
3419
|
+
type: PropType<boolean | null>;
|
3420
|
+
default: null;
|
3421
|
+
};
|
3422
|
+
class: PropType<any>;
|
3423
|
+
placeholder: StringConstructor;
|
3424
|
+
theme: StringConstructor;
|
3400
3425
|
messages: {
|
3401
3426
|
type: PropType<string | readonly string[]>;
|
3402
3427
|
default: () => never[];
|
3403
3428
|
};
|
3404
|
-
|
3405
|
-
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
3429
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3406
3430
|
focused: BooleanConstructor;
|
3407
3431
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
3408
3432
|
errorMessages: {
|
@@ -3413,10 +3437,6 @@ declare const VSelect: {
|
|
3413
3437
|
type: (StringConstructor | NumberConstructor)[];
|
3414
3438
|
default: number;
|
3415
3439
|
};
|
3416
|
-
readonly: {
|
3417
|
-
type: PropType<boolean | null>;
|
3418
|
-
default: null;
|
3419
|
-
};
|
3420
3440
|
rules: {
|
3421
3441
|
type: PropType<readonly ValidationRule[]>;
|
3422
3442
|
default: () => never[];
|
@@ -3425,33 +3445,17 @@ declare const VSelect: {
|
|
3425
3445
|
type: PropType<any>;
|
3426
3446
|
default: any;
|
3427
3447
|
};
|
3428
|
-
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"
|
3448
|
+
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>;
|
3429
3449
|
rounded: {
|
3430
|
-
type: (StringConstructor |
|
3450
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3431
3451
|
default: undefined;
|
3432
3452
|
};
|
3433
|
-
variant: {
|
3434
|
-
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
3435
|
-
default: string;
|
3436
|
-
validator: (v: any) => boolean;
|
3437
|
-
};
|
3438
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
3439
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
3440
3453
|
tile: BooleanConstructor;
|
3441
|
-
role: {
|
3442
|
-
type: PropType<string>;
|
3443
|
-
default: string;
|
3444
|
-
};
|
3445
3454
|
density: {
|
3446
3455
|
type: PropType<Density>;
|
3447
3456
|
default: string;
|
3448
3457
|
validator: (v: any) => boolean;
|
3449
3458
|
};
|
3450
|
-
direction: {
|
3451
|
-
type: PropType<"horizontal" | "vertical">;
|
3452
|
-
default: string;
|
3453
|
-
validator: (v: any) => boolean;
|
3454
|
-
};
|
3455
3459
|
baseColor: StringConstructor;
|
3456
3460
|
bgColor: StringConstructor;
|
3457
3461
|
prependIcon: PropType<IconValue>;
|
@@ -3462,16 +3466,18 @@ declare const VSelect: {
|
|
3462
3466
|
};
|
3463
3467
|
prependInnerIcon: PropType<IconValue>;
|
3464
3468
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
3465
|
-
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
3466
3469
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3470
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
3467
3471
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
3468
3472
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
3469
|
-
centerAffix:
|
3473
|
+
centerAffix: {
|
3474
|
+
type: BooleanConstructor;
|
3475
|
+
default: undefined;
|
3476
|
+
};
|
3470
3477
|
hideSpinButtons: BooleanConstructor;
|
3471
3478
|
hint: StringConstructor;
|
3472
3479
|
persistentHint: BooleanConstructor;
|
3473
3480
|
hideDetails: PropType<boolean | "auto">;
|
3474
|
-
autofocus: BooleanConstructor;
|
3475
3481
|
clearable: BooleanConstructor;
|
3476
3482
|
persistentClear: BooleanConstructor;
|
3477
3483
|
singleLine: BooleanConstructor;
|
@@ -3495,7 +3501,7 @@ declare const VSelect: {
|
|
3495
3501
|
itemChildren: Omit<{
|
3496
3502
|
type: PropType<SelectItemKey>;
|
3497
3503
|
default: string;
|
3498
|
-
}, "
|
3504
|
+
}, "type" | "default"> & {
|
3499
3505
|
type: PropType<NonNullable<SelectItemKey>>;
|
3500
3506
|
default: NonNullable<SelectItemKey>;
|
3501
3507
|
};
|
@@ -3523,13 +3529,13 @@ declare const VSelect: {
|
|
3523
3529
|
hideSelected: BooleanConstructor;
|
3524
3530
|
listProps: {
|
3525
3531
|
type: PropType<Partial<{
|
3526
|
-
|
3532
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3527
3533
|
nav: boolean;
|
3534
|
+
style: vue.StyleValue;
|
3528
3535
|
disabled: boolean;
|
3529
3536
|
tag: string;
|
3530
|
-
rounded: string | number | boolean;
|
3531
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3532
3537
|
mandatory: boolean;
|
3538
|
+
rounded: string | number | boolean;
|
3533
3539
|
tile: boolean;
|
3534
3540
|
density: Density;
|
3535
3541
|
slim: boolean;
|
@@ -3542,11 +3548,11 @@ declare const VSelect: {
|
|
3542
3548
|
returnObject: boolean;
|
3543
3549
|
itemType: string;
|
3544
3550
|
}> & Omit<{
|
3545
|
-
|
3551
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3546
3552
|
nav: boolean;
|
3553
|
+
style: vue.StyleValue;
|
3547
3554
|
disabled: boolean;
|
3548
3555
|
tag: string;
|
3549
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3550
3556
|
mandatory: boolean;
|
3551
3557
|
tile: boolean;
|
3552
3558
|
density: Density;
|
@@ -3559,19 +3565,19 @@ declare const VSelect: {
|
|
3559
3565
|
lines: false | "one" | "two" | "three";
|
3560
3566
|
returnObject: boolean;
|
3561
3567
|
itemType: string;
|
3562
|
-
class?: any;
|
3563
|
-
width?: string | number | undefined;
|
3564
3568
|
height?: string | number | undefined;
|
3565
|
-
|
3566
|
-
color?: string | undefined;
|
3567
|
-
activated?: any;
|
3569
|
+
width?: string | number | undefined;
|
3568
3570
|
border?: string | number | boolean | undefined;
|
3569
|
-
|
3571
|
+
color?: string | undefined;
|
3570
3572
|
maxHeight?: string | number | undefined;
|
3571
3573
|
maxWidth?: string | number | undefined;
|
3572
3574
|
minHeight?: string | number | undefined;
|
3573
3575
|
minWidth?: string | number | undefined;
|
3576
|
+
activated?: any;
|
3577
|
+
class?: any;
|
3574
3578
|
elevation?: string | number | undefined;
|
3579
|
+
theme?: string | undefined;
|
3580
|
+
rounded?: string | number | boolean | undefined;
|
3575
3581
|
baseColor?: string | undefined;
|
3576
3582
|
bgColor?: string | undefined;
|
3577
3583
|
activeColor?: string | undefined;
|
@@ -3586,11 +3592,11 @@ declare const VSelect: {
|
|
3586
3592
|
path: unknown[];
|
3587
3593
|
}) => any) | undefined;
|
3588
3594
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3589
|
-
|
3595
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3590
3596
|
nav: boolean;
|
3597
|
+
style: vue.StyleValue;
|
3591
3598
|
disabled: boolean;
|
3592
3599
|
tag: string;
|
3593
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
3594
3600
|
mandatory: boolean;
|
3595
3601
|
tile: boolean;
|
3596
3602
|
density: Density;
|
@@ -3604,19 +3610,19 @@ declare const VSelect: {
|
|
3604
3610
|
returnObject: boolean;
|
3605
3611
|
itemType: string;
|
3606
3612
|
} & {
|
3607
|
-
class?: any;
|
3608
|
-
width?: string | number | undefined;
|
3609
3613
|
height?: string | number | undefined;
|
3610
|
-
|
3611
|
-
color?: string | undefined;
|
3612
|
-
activated?: any;
|
3614
|
+
width?: string | number | undefined;
|
3613
3615
|
border?: string | number | boolean | undefined;
|
3614
|
-
|
3616
|
+
color?: string | undefined;
|
3615
3617
|
maxHeight?: string | number | undefined;
|
3616
3618
|
maxWidth?: string | number | undefined;
|
3617
3619
|
minHeight?: string | number | undefined;
|
3618
3620
|
minWidth?: string | number | undefined;
|
3621
|
+
activated?: any;
|
3622
|
+
class?: any;
|
3619
3623
|
elevation?: string | number | undefined;
|
3624
|
+
theme?: string | undefined;
|
3625
|
+
rounded?: string | number | boolean | undefined;
|
3620
3626
|
baseColor?: string | undefined;
|
3621
3627
|
bgColor?: string | undefined;
|
3622
3628
|
activeColor?: string | undefined;
|
@@ -3631,7 +3637,7 @@ declare const VSelect: {
|
|
3631
3637
|
value: boolean;
|
3632
3638
|
path: unknown[];
|
3633
3639
|
}) => any) | undefined;
|
3634
|
-
}, "
|
3640
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
3635
3641
|
items?: readonly any[] | undefined;
|
3636
3642
|
itemTitle?: SelectItemKey<any>;
|
3637
3643
|
itemValue?: SelectItemKey<any>;
|
@@ -3656,10 +3662,10 @@ declare const VSelect: {
|
|
3656
3662
|
title?: ((arg: ListItemTitleSlot & {
|
3657
3663
|
item: any;
|
3658
3664
|
}) => vue.VNodeChild) | undefined;
|
3659
|
-
|
3665
|
+
append?: ((arg: ListItemSlot & {
|
3660
3666
|
item: any;
|
3661
3667
|
}) => vue.VNodeChild) | undefined;
|
3662
|
-
|
3668
|
+
prepend?: ((arg: ListItemSlot & {
|
3663
3669
|
item: any;
|
3664
3670
|
}) => vue.VNodeChild) | undefined;
|
3665
3671
|
subtitle?: ((arg: ListItemSubtitleSlot & {
|
@@ -3699,10 +3705,10 @@ declare const VSelect: {
|
|
3699
3705
|
title?: false | ((arg: ListItemTitleSlot & {
|
3700
3706
|
item: any;
|
3701
3707
|
}) => vue.VNodeChild) | undefined;
|
3702
|
-
|
3708
|
+
append?: false | ((arg: ListItemSlot & {
|
3703
3709
|
item: any;
|
3704
3710
|
}) => vue.VNodeChild) | undefined;
|
3705
|
-
|
3711
|
+
prepend?: false | ((arg: ListItemSlot & {
|
3706
3712
|
item: any;
|
3707
3713
|
}) => vue.VNodeChild) | undefined;
|
3708
3714
|
subtitle?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3742,10 +3748,10 @@ declare const VSelect: {
|
|
3742
3748
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
3743
3749
|
item: any;
|
3744
3750
|
}) => vue.VNodeChild) | undefined;
|
3745
|
-
"v-slot:
|
3751
|
+
"v-slot:append"?: false | ((arg: ListItemSlot & {
|
3746
3752
|
item: any;
|
3747
3753
|
}) => vue.VNodeChild) | undefined;
|
3748
|
-
"v-slot:
|
3754
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot & {
|
3749
3755
|
item: any;
|
3750
3756
|
}) => vue.VNodeChild) | undefined;
|
3751
3757
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
|
@@ -3789,22 +3795,22 @@ declare const VSelect: {
|
|
3789
3795
|
};
|
3790
3796
|
menuProps: {
|
3791
3797
|
type: PropType<Partial<{
|
3792
|
-
|
3793
|
-
|
3798
|
+
location: Anchor;
|
3799
|
+
origin: "auto" | Anchor | "overlap";
|
3794
3800
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3795
3801
|
component?: Component | undefined;
|
3796
3802
|
})> | {
|
3797
3803
|
component: Component;
|
3798
3804
|
};
|
3799
3805
|
zIndex: string | number;
|
3806
|
+
style: vue.StyleValue;
|
3800
3807
|
eager: boolean;
|
3808
|
+
disabled: boolean;
|
3801
3809
|
modelValue: boolean;
|
3802
|
-
|
3803
|
-
location: Anchor;
|
3804
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3810
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3805
3811
|
updateLocation: (e?: Event | undefined) => void;
|
3806
|
-
} | undefined)
|
3807
|
-
scrollStrategy: NonNullable<"
|
3812
|
+
} | undefined)>;
|
3813
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3808
3814
|
closeDelay: NonNullable<string | number>;
|
3809
3815
|
openDelay: NonNullable<string | number>;
|
3810
3816
|
activatorProps: Record<string, any>;
|
@@ -3818,22 +3824,22 @@ declare const VSelect: {
|
|
3818
3824
|
persistent: boolean;
|
3819
3825
|
scrim: NonNullable<string | boolean>;
|
3820
3826
|
}> & Omit<{
|
3821
|
-
|
3822
|
-
|
3827
|
+
location: Anchor;
|
3828
|
+
origin: "auto" | Anchor | "overlap";
|
3823
3829
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3824
3830
|
component?: Component | undefined;
|
3825
3831
|
})> | {
|
3826
3832
|
component: Component;
|
3827
3833
|
};
|
3828
3834
|
zIndex: string | number;
|
3835
|
+
style: vue.StyleValue;
|
3829
3836
|
eager: boolean;
|
3837
|
+
disabled: boolean;
|
3830
3838
|
modelValue: boolean;
|
3831
|
-
|
3832
|
-
location: Anchor;
|
3833
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3839
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3834
3840
|
updateLocation: (e?: Event | undefined) => void;
|
3835
|
-
} | undefined)
|
3836
|
-
scrollStrategy: NonNullable<"
|
3841
|
+
} | undefined)>;
|
3842
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3837
3843
|
closeDelay: NonNullable<string | number>;
|
3838
3844
|
openDelay: NonNullable<string | number>;
|
3839
3845
|
activatorProps: Record<string, any>;
|
@@ -3844,20 +3850,20 @@ declare const VSelect: {
|
|
3844
3850
|
noClickAnimation: boolean;
|
3845
3851
|
persistent: boolean;
|
3846
3852
|
scrim: NonNullable<string | boolean>;
|
3847
|
-
|
3853
|
+
offset?: string | number | number[] | undefined;
|
3848
3854
|
id?: string | undefined;
|
3849
|
-
width?: string | number | undefined;
|
3850
3855
|
height?: string | number | undefined;
|
3851
|
-
|
3852
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3853
|
-
offset?: string | number | number[] | undefined;
|
3854
|
-
contentClass?: any;
|
3855
|
-
opacity?: string | number | undefined;
|
3856
|
+
width?: string | number | undefined;
|
3856
3857
|
maxHeight?: string | number | undefined;
|
3857
3858
|
maxWidth?: string | number | undefined;
|
3858
3859
|
minHeight?: string | number | undefined;
|
3859
3860
|
minWidth?: string | number | undefined;
|
3860
|
-
|
3861
|
+
opacity?: string | number | undefined;
|
3862
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3863
|
+
class?: any;
|
3864
|
+
theme?: string | undefined;
|
3865
|
+
contentClass?: any;
|
3866
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3861
3867
|
openOnClick?: boolean | undefined;
|
3862
3868
|
openOnFocus?: boolean | undefined;
|
3863
3869
|
contentProps?: any;
|
@@ -3894,22 +3900,22 @@ declare const VSelect: {
|
|
3894
3900
|
}) => vue.VNodeChild) | undefined;
|
3895
3901
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3896
3902
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3897
|
-
|
3898
|
-
|
3903
|
+
location: Anchor;
|
3904
|
+
origin: "auto" | Anchor | "overlap";
|
3899
3905
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3900
3906
|
component?: Component | undefined;
|
3901
3907
|
})> | {
|
3902
3908
|
component: Component;
|
3903
3909
|
};
|
3904
3910
|
zIndex: string | number;
|
3911
|
+
style: vue.StyleValue;
|
3905
3912
|
eager: boolean;
|
3913
|
+
disabled: boolean;
|
3906
3914
|
modelValue: boolean;
|
3907
|
-
|
3908
|
-
location: Anchor;
|
3909
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3915
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3910
3916
|
updateLocation: (e?: Event | undefined) => void;
|
3911
|
-
} | undefined)
|
3912
|
-
scrollStrategy: NonNullable<"
|
3917
|
+
} | undefined)>;
|
3918
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3913
3919
|
closeDelay: NonNullable<string | number>;
|
3914
3920
|
openDelay: NonNullable<string | number>;
|
3915
3921
|
activatorProps: Record<string, any>;
|
@@ -3921,20 +3927,20 @@ declare const VSelect: {
|
|
3921
3927
|
persistent: boolean;
|
3922
3928
|
scrim: NonNullable<string | boolean>;
|
3923
3929
|
} & {
|
3924
|
-
|
3930
|
+
offset?: string | number | number[] | undefined;
|
3925
3931
|
id?: string | undefined;
|
3926
|
-
width?: string | number | undefined;
|
3927
3932
|
height?: string | number | undefined;
|
3928
|
-
|
3929
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3930
|
-
offset?: string | number | number[] | undefined;
|
3931
|
-
contentClass?: any;
|
3932
|
-
opacity?: string | number | undefined;
|
3933
|
+
width?: string | number | undefined;
|
3933
3934
|
maxHeight?: string | number | undefined;
|
3934
3935
|
maxWidth?: string | number | undefined;
|
3935
3936
|
minHeight?: string | number | undefined;
|
3936
3937
|
minWidth?: string | number | undefined;
|
3937
|
-
|
3938
|
+
opacity?: string | number | undefined;
|
3939
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
3940
|
+
class?: any;
|
3941
|
+
theme?: string | undefined;
|
3942
|
+
contentClass?: any;
|
3943
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
3938
3944
|
openOnClick?: boolean | undefined;
|
3939
3945
|
openOnFocus?: boolean | undefined;
|
3940
3946
|
contentProps?: any;
|
@@ -3973,7 +3979,7 @@ declare const VSelect: {
|
|
3973
3979
|
}) => vue.VNodeChild) | undefined;
|
3974
3980
|
} & {
|
3975
3981
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3976
|
-
}, "
|
3982
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3977
3983
|
};
|
3978
3984
|
multiple: BooleanConstructor;
|
3979
3985
|
noDataText: {
|