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