vuetify 3.5.8 → 3.5.10
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +525 -13
- package/dist/json/importMap-labs.json +24 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +148 -0
- package/dist/json/web-types.json +2021 -147
- package/dist/vuetify-labs.css +2819 -2760
- package/dist/vuetify-labs.d.ts +5860 -2816
- package/dist/vuetify-labs.esm.js +1286 -248
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1286 -247
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +553 -547
- package/dist/vuetify.d.ts +2835 -2281
- package/dist/vuetify.esm.js +883 -408
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +882 -406
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1137 -1109
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +232 -100
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +10 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +232 -100
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VList.mjs +8 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +17 -4
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +156 -54
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/VSelect.mjs +5 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +232 -100
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +2478 -1943
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +121 -0
- package/lib/composables/nested/activeStrategies.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs +50 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +4 -2
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -0
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -0
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -0
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -0
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -0
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +48 -44
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/VTreeview.mjs +154 -0
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
- package/lib/labs/VTreeview/index.d.mts +1975 -0
- package/lib/labs/VTreeview/index.mjs +4 -0
- package/lib/labs/VTreeview/index.mjs.map +1 -0
- package/lib/labs/VTreeview/shared.mjs +4 -0
- package/lib/labs/VTreeview/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/variables.scss +8 -0
- package/lib/labs/components.d.mts +4553 -1925
- package/lib/labs/components.mjs +4 -2
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -236,7 +236,7 @@ declare const VSelect: {
|
|
|
236
236
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
237
237
|
flat: boolean;
|
|
238
238
|
reverse: boolean;
|
|
239
|
-
variant: "filled" | "
|
|
239
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
240
240
|
type: string;
|
|
241
241
|
error: boolean;
|
|
242
242
|
active: boolean;
|
|
@@ -253,16 +253,16 @@ declare const VSelect: {
|
|
|
253
253
|
eager: boolean;
|
|
254
254
|
disabled: boolean;
|
|
255
255
|
readonly: boolean | null;
|
|
256
|
-
noDataText: string;
|
|
257
256
|
messages: string | readonly string[];
|
|
258
|
-
|
|
259
|
-
density: Density;
|
|
260
|
-
valueComparator: typeof deepEqual;
|
|
261
|
-
clearIcon: IconValue;
|
|
257
|
+
noDataText: string;
|
|
262
258
|
focused: boolean;
|
|
263
259
|
errorMessages: string | readonly string[] | null;
|
|
264
260
|
maxErrors: string | number;
|
|
265
261
|
rules: readonly ValidationRule[];
|
|
262
|
+
tile: boolean;
|
|
263
|
+
density: Density;
|
|
264
|
+
valueComparator: typeof deepEqual;
|
|
265
|
+
clearIcon: IconValue;
|
|
266
266
|
hideSpinButtons: boolean;
|
|
267
267
|
persistentHint: boolean;
|
|
268
268
|
itemChildren: NonNullable<SelectItemKey>;
|
|
@@ -290,6 +290,8 @@ declare const VSelect: {
|
|
|
290
290
|
placeholder?: string | undefined;
|
|
291
291
|
theme?: string | undefined;
|
|
292
292
|
counter?: string | number | boolean | undefined;
|
|
293
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
294
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
293
295
|
rounded?: string | number | boolean | undefined;
|
|
294
296
|
bgColor?: string | undefined;
|
|
295
297
|
prependIcon?: IconValue | undefined;
|
|
@@ -301,8 +303,6 @@ declare const VSelect: {
|
|
|
301
303
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
302
304
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
303
305
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
304
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
305
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
306
306
|
centerAffix?: boolean | undefined;
|
|
307
307
|
hint?: string | undefined;
|
|
308
308
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -321,6 +321,8 @@ declare const VSelect: {
|
|
|
321
321
|
density: Density;
|
|
322
322
|
slim: boolean;
|
|
323
323
|
valueComparator: typeof deepEqual;
|
|
324
|
+
activatable: boolean;
|
|
325
|
+
selectable: boolean;
|
|
324
326
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
325
327
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
326
328
|
lines: false | "one" | "two" | "three";
|
|
@@ -337,6 +339,8 @@ declare const VSelect: {
|
|
|
337
339
|
density: Density;
|
|
338
340
|
slim: boolean;
|
|
339
341
|
valueComparator: typeof deepEqual;
|
|
342
|
+
activatable: boolean;
|
|
343
|
+
selectable: boolean;
|
|
340
344
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
341
345
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
342
346
|
lines: false | "one" | "two" | "three";
|
|
@@ -350,6 +354,7 @@ declare const VSelect: {
|
|
|
350
354
|
maxWidth?: string | number | undefined;
|
|
351
355
|
minHeight?: string | number | undefined;
|
|
352
356
|
minWidth?: string | number | undefined;
|
|
357
|
+
activated?: readonly unknown[] | undefined;
|
|
353
358
|
class?: any;
|
|
354
359
|
elevation?: string | number | undefined;
|
|
355
360
|
theme?: string | undefined;
|
|
@@ -357,9 +362,11 @@ declare const VSelect: {
|
|
|
357
362
|
bgColor?: string | undefined;
|
|
358
363
|
baseColor?: string | undefined;
|
|
359
364
|
activeClass?: string | undefined;
|
|
365
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
360
366
|
activeColor?: string | undefined;
|
|
361
367
|
collapseIcon?: string | undefined;
|
|
362
368
|
expandIcon?: string | undefined;
|
|
369
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
363
370
|
"onClick:open"?: ((value: {
|
|
364
371
|
id: unknown;
|
|
365
372
|
value: boolean;
|
|
@@ -370,6 +377,11 @@ declare const VSelect: {
|
|
|
370
377
|
value: boolean;
|
|
371
378
|
path: unknown[];
|
|
372
379
|
}) => any) | undefined;
|
|
380
|
+
"onClick:activate"?: ((value: {
|
|
381
|
+
id: unknown;
|
|
382
|
+
value: boolean;
|
|
383
|
+
path: unknown[];
|
|
384
|
+
}) => any) | undefined;
|
|
373
385
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
374
386
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
375
387
|
nav: boolean;
|
|
@@ -381,6 +393,8 @@ declare const VSelect: {
|
|
|
381
393
|
density: Density;
|
|
382
394
|
slim: boolean;
|
|
383
395
|
valueComparator: typeof deepEqual;
|
|
396
|
+
activatable: boolean;
|
|
397
|
+
selectable: boolean;
|
|
384
398
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
385
399
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
386
400
|
lines: false | "one" | "two" | "three";
|
|
@@ -395,6 +409,7 @@ declare const VSelect: {
|
|
|
395
409
|
maxWidth?: string | number | undefined;
|
|
396
410
|
minHeight?: string | number | undefined;
|
|
397
411
|
minWidth?: string | number | undefined;
|
|
412
|
+
activated?: readonly unknown[] | undefined;
|
|
398
413
|
class?: any;
|
|
399
414
|
elevation?: string | number | undefined;
|
|
400
415
|
theme?: string | undefined;
|
|
@@ -402,10 +417,12 @@ declare const VSelect: {
|
|
|
402
417
|
bgColor?: string | undefined;
|
|
403
418
|
baseColor?: string | undefined;
|
|
404
419
|
activeClass?: string | undefined;
|
|
420
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
405
421
|
activeColor?: string | undefined;
|
|
406
422
|
collapseIcon?: string | undefined;
|
|
407
423
|
expandIcon?: string | undefined;
|
|
408
424
|
} & {
|
|
425
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
409
426
|
"onClick:open"?: ((value: {
|
|
410
427
|
id: unknown;
|
|
411
428
|
value: boolean;
|
|
@@ -416,7 +433,12 @@ declare const VSelect: {
|
|
|
416
433
|
value: boolean;
|
|
417
434
|
path: unknown[];
|
|
418
435
|
}) => any) | undefined;
|
|
419
|
-
|
|
436
|
+
"onClick:activate"?: ((value: {
|
|
437
|
+
id: unknown;
|
|
438
|
+
value: boolean;
|
|
439
|
+
path: unknown[];
|
|
440
|
+
}) => any) | undefined;
|
|
441
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
420
442
|
items?: readonly any[] | undefined;
|
|
421
443
|
itemTitle?: SelectItemKey<any>;
|
|
422
444
|
itemValue?: SelectItemKey<any>;
|
|
@@ -774,10 +796,10 @@ declare const VSelect: {
|
|
|
774
796
|
'update:focused': (focused: boolean) => boolean;
|
|
775
797
|
'update:modelValue': (value: any) => boolean;
|
|
776
798
|
'update:menu': (ue: boolean) => true;
|
|
777
|
-
}, "multiple" | "$children" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "
|
|
799
|
+
}, "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 & {
|
|
778
800
|
flat: boolean;
|
|
779
801
|
reverse: boolean;
|
|
780
|
-
variant: "filled" | "
|
|
802
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
781
803
|
type: string;
|
|
782
804
|
error: boolean;
|
|
783
805
|
active: boolean;
|
|
@@ -794,16 +816,16 @@ declare const VSelect: {
|
|
|
794
816
|
eager: boolean;
|
|
795
817
|
disabled: boolean;
|
|
796
818
|
readonly: boolean | null;
|
|
797
|
-
noDataText: string;
|
|
798
819
|
messages: string | readonly string[];
|
|
799
|
-
|
|
800
|
-
density: Density;
|
|
801
|
-
valueComparator: typeof deepEqual;
|
|
802
|
-
clearIcon: IconValue;
|
|
820
|
+
noDataText: string;
|
|
803
821
|
focused: boolean;
|
|
804
822
|
errorMessages: string | readonly string[] | null;
|
|
805
823
|
maxErrors: string | number;
|
|
806
824
|
rules: readonly ValidationRule[];
|
|
825
|
+
tile: boolean;
|
|
826
|
+
density: Density;
|
|
827
|
+
valueComparator: typeof deepEqual;
|
|
828
|
+
clearIcon: IconValue;
|
|
807
829
|
hideSpinButtons: boolean;
|
|
808
830
|
persistentHint: boolean;
|
|
809
831
|
itemChildren: NonNullable<SelectItemKey>;
|
|
@@ -831,6 +853,8 @@ declare const VSelect: {
|
|
|
831
853
|
placeholder?: string | undefined;
|
|
832
854
|
theme?: string | undefined;
|
|
833
855
|
counter?: string | number | boolean | undefined;
|
|
856
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
857
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
834
858
|
rounded?: string | number | boolean | undefined;
|
|
835
859
|
bgColor?: string | undefined;
|
|
836
860
|
prependIcon?: IconValue | undefined;
|
|
@@ -842,8 +866,6 @@ declare const VSelect: {
|
|
|
842
866
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
843
867
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
844
868
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
845
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
846
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
847
869
|
centerAffix?: boolean | undefined;
|
|
848
870
|
hint?: string | undefined;
|
|
849
871
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -862,6 +884,8 @@ declare const VSelect: {
|
|
|
862
884
|
density: Density;
|
|
863
885
|
slim: boolean;
|
|
864
886
|
valueComparator: typeof deepEqual;
|
|
887
|
+
activatable: boolean;
|
|
888
|
+
selectable: boolean;
|
|
865
889
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
866
890
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
867
891
|
lines: false | "one" | "two" | "three";
|
|
@@ -878,6 +902,8 @@ declare const VSelect: {
|
|
|
878
902
|
density: Density;
|
|
879
903
|
slim: boolean;
|
|
880
904
|
valueComparator: typeof deepEqual;
|
|
905
|
+
activatable: boolean;
|
|
906
|
+
selectable: boolean;
|
|
881
907
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
882
908
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
883
909
|
lines: false | "one" | "two" | "three";
|
|
@@ -891,6 +917,7 @@ declare const VSelect: {
|
|
|
891
917
|
maxWidth?: string | number | undefined;
|
|
892
918
|
minHeight?: string | number | undefined;
|
|
893
919
|
minWidth?: string | number | undefined;
|
|
920
|
+
activated?: readonly unknown[] | undefined;
|
|
894
921
|
class?: any;
|
|
895
922
|
elevation?: string | number | undefined;
|
|
896
923
|
theme?: string | undefined;
|
|
@@ -898,9 +925,11 @@ declare const VSelect: {
|
|
|
898
925
|
bgColor?: string | undefined;
|
|
899
926
|
baseColor?: string | undefined;
|
|
900
927
|
activeClass?: string | undefined;
|
|
928
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
901
929
|
activeColor?: string | undefined;
|
|
902
930
|
collapseIcon?: string | undefined;
|
|
903
931
|
expandIcon?: string | undefined;
|
|
932
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
904
933
|
"onClick:open"?: ((value: {
|
|
905
934
|
id: unknown;
|
|
906
935
|
value: boolean;
|
|
@@ -911,6 +940,11 @@ declare const VSelect: {
|
|
|
911
940
|
value: boolean;
|
|
912
941
|
path: unknown[];
|
|
913
942
|
}) => any) | undefined;
|
|
943
|
+
"onClick:activate"?: ((value: {
|
|
944
|
+
id: unknown;
|
|
945
|
+
value: boolean;
|
|
946
|
+
path: unknown[];
|
|
947
|
+
}) => any) | undefined;
|
|
914
948
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
915
949
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
916
950
|
nav: boolean;
|
|
@@ -922,6 +956,8 @@ declare const VSelect: {
|
|
|
922
956
|
density: Density;
|
|
923
957
|
slim: boolean;
|
|
924
958
|
valueComparator: typeof deepEqual;
|
|
959
|
+
activatable: boolean;
|
|
960
|
+
selectable: boolean;
|
|
925
961
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
926
962
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
927
963
|
lines: false | "one" | "two" | "three";
|
|
@@ -936,6 +972,7 @@ declare const VSelect: {
|
|
|
936
972
|
maxWidth?: string | number | undefined;
|
|
937
973
|
minHeight?: string | number | undefined;
|
|
938
974
|
minWidth?: string | number | undefined;
|
|
975
|
+
activated?: readonly unknown[] | undefined;
|
|
939
976
|
class?: any;
|
|
940
977
|
elevation?: string | number | undefined;
|
|
941
978
|
theme?: string | undefined;
|
|
@@ -943,10 +980,12 @@ declare const VSelect: {
|
|
|
943
980
|
bgColor?: string | undefined;
|
|
944
981
|
baseColor?: string | undefined;
|
|
945
982
|
activeClass?: string | undefined;
|
|
983
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
946
984
|
activeColor?: string | undefined;
|
|
947
985
|
collapseIcon?: string | undefined;
|
|
948
986
|
expandIcon?: string | undefined;
|
|
949
987
|
} & {
|
|
988
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
950
989
|
"onClick:open"?: ((value: {
|
|
951
990
|
id: unknown;
|
|
952
991
|
value: boolean;
|
|
@@ -957,7 +996,12 @@ declare const VSelect: {
|
|
|
957
996
|
value: boolean;
|
|
958
997
|
path: unknown[];
|
|
959
998
|
}) => any) | undefined;
|
|
960
|
-
|
|
999
|
+
"onClick:activate"?: ((value: {
|
|
1000
|
+
id: unknown;
|
|
1001
|
+
value: boolean;
|
|
1002
|
+
path: unknown[];
|
|
1003
|
+
}) => any) | undefined;
|
|
1004
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
961
1005
|
items?: readonly any[] | undefined;
|
|
962
1006
|
itemTitle?: SelectItemKey<any>;
|
|
963
1007
|
itemValue?: SelectItemKey<any>;
|
|
@@ -1314,7 +1358,7 @@ declare const VSelect: {
|
|
|
1314
1358
|
}, {
|
|
1315
1359
|
flat: boolean;
|
|
1316
1360
|
reverse: boolean;
|
|
1317
|
-
variant: "filled" | "
|
|
1361
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1318
1362
|
type: string;
|
|
1319
1363
|
error: boolean;
|
|
1320
1364
|
active: boolean;
|
|
@@ -1331,17 +1375,17 @@ declare const VSelect: {
|
|
|
1331
1375
|
eager: boolean;
|
|
1332
1376
|
disabled: boolean;
|
|
1333
1377
|
readonly: boolean | null;
|
|
1334
|
-
noDataText: string;
|
|
1335
1378
|
messages: string | readonly string[];
|
|
1379
|
+
noDataText: string;
|
|
1380
|
+
focused: boolean;
|
|
1381
|
+
errorMessages: string | readonly string[] | null;
|
|
1382
|
+
maxErrors: string | number;
|
|
1383
|
+
rules: readonly ValidationRule[];
|
|
1336
1384
|
rounded: string | number | boolean;
|
|
1337
1385
|
tile: boolean;
|
|
1338
1386
|
density: Density;
|
|
1339
1387
|
valueComparator: typeof deepEqual;
|
|
1340
1388
|
clearIcon: IconValue;
|
|
1341
|
-
focused: boolean;
|
|
1342
|
-
errorMessages: string | readonly string[] | null;
|
|
1343
|
-
maxErrors: string | number;
|
|
1344
|
-
rules: readonly ValidationRule[];
|
|
1345
1389
|
centerAffix: boolean;
|
|
1346
1390
|
hideSpinButtons: boolean;
|
|
1347
1391
|
persistentHint: boolean;
|
|
@@ -1429,7 +1473,7 @@ declare const VSelect: {
|
|
|
1429
1473
|
}, {
|
|
1430
1474
|
flat: boolean;
|
|
1431
1475
|
reverse: boolean;
|
|
1432
|
-
variant: "filled" | "
|
|
1476
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1433
1477
|
type: string;
|
|
1434
1478
|
error: boolean;
|
|
1435
1479
|
active: boolean;
|
|
@@ -1446,16 +1490,16 @@ declare const VSelect: {
|
|
|
1446
1490
|
eager: boolean;
|
|
1447
1491
|
disabled: boolean;
|
|
1448
1492
|
readonly: boolean | null;
|
|
1449
|
-
noDataText: string;
|
|
1450
1493
|
messages: string | readonly string[];
|
|
1451
|
-
|
|
1452
|
-
density: Density;
|
|
1453
|
-
valueComparator: typeof deepEqual;
|
|
1454
|
-
clearIcon: IconValue;
|
|
1494
|
+
noDataText: string;
|
|
1455
1495
|
focused: boolean;
|
|
1456
1496
|
errorMessages: string | readonly string[] | null;
|
|
1457
1497
|
maxErrors: string | number;
|
|
1458
1498
|
rules: readonly ValidationRule[];
|
|
1499
|
+
tile: boolean;
|
|
1500
|
+
density: Density;
|
|
1501
|
+
valueComparator: typeof deepEqual;
|
|
1502
|
+
clearIcon: IconValue;
|
|
1459
1503
|
hideSpinButtons: boolean;
|
|
1460
1504
|
persistentHint: boolean;
|
|
1461
1505
|
itemChildren: NonNullable<SelectItemKey>;
|
|
@@ -1483,6 +1527,8 @@ declare const VSelect: {
|
|
|
1483
1527
|
placeholder?: string | undefined;
|
|
1484
1528
|
theme?: string | undefined;
|
|
1485
1529
|
counter?: string | number | boolean | undefined;
|
|
1530
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1531
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1486
1532
|
rounded?: string | number | boolean | undefined;
|
|
1487
1533
|
bgColor?: string | undefined;
|
|
1488
1534
|
prependIcon?: IconValue | undefined;
|
|
@@ -1494,8 +1540,6 @@ declare const VSelect: {
|
|
|
1494
1540
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1495
1541
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1496
1542
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1497
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1498
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1499
1543
|
centerAffix?: boolean | undefined;
|
|
1500
1544
|
hint?: string | undefined;
|
|
1501
1545
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -1514,6 +1558,8 @@ declare const VSelect: {
|
|
|
1514
1558
|
density: Density;
|
|
1515
1559
|
slim: boolean;
|
|
1516
1560
|
valueComparator: typeof deepEqual;
|
|
1561
|
+
activatable: boolean;
|
|
1562
|
+
selectable: boolean;
|
|
1517
1563
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
1518
1564
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
1519
1565
|
lines: false | "one" | "two" | "three";
|
|
@@ -1530,6 +1576,8 @@ declare const VSelect: {
|
|
|
1530
1576
|
density: Density;
|
|
1531
1577
|
slim: boolean;
|
|
1532
1578
|
valueComparator: typeof deepEqual;
|
|
1579
|
+
activatable: boolean;
|
|
1580
|
+
selectable: boolean;
|
|
1533
1581
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
1534
1582
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
1535
1583
|
lines: false | "one" | "two" | "three";
|
|
@@ -1543,6 +1591,7 @@ declare const VSelect: {
|
|
|
1543
1591
|
maxWidth?: string | number | undefined;
|
|
1544
1592
|
minHeight?: string | number | undefined;
|
|
1545
1593
|
minWidth?: string | number | undefined;
|
|
1594
|
+
activated?: readonly unknown[] | undefined;
|
|
1546
1595
|
class?: any;
|
|
1547
1596
|
elevation?: string | number | undefined;
|
|
1548
1597
|
theme?: string | undefined;
|
|
@@ -1550,9 +1599,11 @@ declare const VSelect: {
|
|
|
1550
1599
|
bgColor?: string | undefined;
|
|
1551
1600
|
baseColor?: string | undefined;
|
|
1552
1601
|
activeClass?: string | undefined;
|
|
1602
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
1553
1603
|
activeColor?: string | undefined;
|
|
1554
1604
|
collapseIcon?: string | undefined;
|
|
1555
1605
|
expandIcon?: string | undefined;
|
|
1606
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
1556
1607
|
"onClick:open"?: ((value: {
|
|
1557
1608
|
id: unknown;
|
|
1558
1609
|
value: boolean;
|
|
@@ -1563,6 +1614,11 @@ declare const VSelect: {
|
|
|
1563
1614
|
value: boolean;
|
|
1564
1615
|
path: unknown[];
|
|
1565
1616
|
}) => any) | undefined;
|
|
1617
|
+
"onClick:activate"?: ((value: {
|
|
1618
|
+
id: unknown;
|
|
1619
|
+
value: boolean;
|
|
1620
|
+
path: unknown[];
|
|
1621
|
+
}) => any) | undefined;
|
|
1566
1622
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1567
1623
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1568
1624
|
nav: boolean;
|
|
@@ -1574,6 +1630,8 @@ declare const VSelect: {
|
|
|
1574
1630
|
density: Density;
|
|
1575
1631
|
slim: boolean;
|
|
1576
1632
|
valueComparator: typeof deepEqual;
|
|
1633
|
+
activatable: boolean;
|
|
1634
|
+
selectable: boolean;
|
|
1577
1635
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
1578
1636
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
1579
1637
|
lines: false | "one" | "two" | "three";
|
|
@@ -1588,6 +1646,7 @@ declare const VSelect: {
|
|
|
1588
1646
|
maxWidth?: string | number | undefined;
|
|
1589
1647
|
minHeight?: string | number | undefined;
|
|
1590
1648
|
minWidth?: string | number | undefined;
|
|
1649
|
+
activated?: readonly unknown[] | undefined;
|
|
1591
1650
|
class?: any;
|
|
1592
1651
|
elevation?: string | number | undefined;
|
|
1593
1652
|
theme?: string | undefined;
|
|
@@ -1595,10 +1654,12 @@ declare const VSelect: {
|
|
|
1595
1654
|
bgColor?: string | undefined;
|
|
1596
1655
|
baseColor?: string | undefined;
|
|
1597
1656
|
activeClass?: string | undefined;
|
|
1657
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
1598
1658
|
activeColor?: string | undefined;
|
|
1599
1659
|
collapseIcon?: string | undefined;
|
|
1600
1660
|
expandIcon?: string | undefined;
|
|
1601
1661
|
} & {
|
|
1662
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
1602
1663
|
"onClick:open"?: ((value: {
|
|
1603
1664
|
id: unknown;
|
|
1604
1665
|
value: boolean;
|
|
@@ -1609,7 +1670,12 @@ declare const VSelect: {
|
|
|
1609
1670
|
value: boolean;
|
|
1610
1671
|
path: unknown[];
|
|
1611
1672
|
}) => any) | undefined;
|
|
1612
|
-
|
|
1673
|
+
"onClick:activate"?: ((value: {
|
|
1674
|
+
id: unknown;
|
|
1675
|
+
value: boolean;
|
|
1676
|
+
path: unknown[];
|
|
1677
|
+
}) => any) | undefined;
|
|
1678
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
1613
1679
|
items?: readonly any[] | undefined;
|
|
1614
1680
|
itemTitle?: SelectItemKey<any>;
|
|
1615
1681
|
itemValue?: SelectItemKey<any>;
|
|
@@ -1966,7 +2032,7 @@ declare const VSelect: {
|
|
|
1966
2032
|
}, any, {}, {}, {}, {
|
|
1967
2033
|
flat: boolean;
|
|
1968
2034
|
reverse: boolean;
|
|
1969
|
-
variant: "filled" | "
|
|
2035
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1970
2036
|
type: string;
|
|
1971
2037
|
error: boolean;
|
|
1972
2038
|
active: boolean;
|
|
@@ -1983,17 +2049,17 @@ declare const VSelect: {
|
|
|
1983
2049
|
eager: boolean;
|
|
1984
2050
|
disabled: boolean;
|
|
1985
2051
|
readonly: boolean | null;
|
|
1986
|
-
noDataText: string;
|
|
1987
2052
|
messages: string | readonly string[];
|
|
2053
|
+
noDataText: string;
|
|
2054
|
+
focused: boolean;
|
|
2055
|
+
errorMessages: string | readonly string[] | null;
|
|
2056
|
+
maxErrors: string | number;
|
|
2057
|
+
rules: readonly ValidationRule[];
|
|
1988
2058
|
rounded: string | number | boolean;
|
|
1989
2059
|
tile: boolean;
|
|
1990
2060
|
density: Density;
|
|
1991
2061
|
valueComparator: typeof deepEqual;
|
|
1992
2062
|
clearIcon: IconValue;
|
|
1993
|
-
focused: boolean;
|
|
1994
|
-
errorMessages: string | readonly string[] | null;
|
|
1995
|
-
maxErrors: string | number;
|
|
1996
|
-
rules: readonly ValidationRule[];
|
|
1997
2063
|
centerAffix: boolean;
|
|
1998
2064
|
hideSpinButtons: boolean;
|
|
1999
2065
|
persistentHint: boolean;
|
|
@@ -2018,7 +2084,7 @@ declare const VSelect: {
|
|
|
2018
2084
|
} & vue.ComponentOptionsBase<{
|
|
2019
2085
|
flat: boolean;
|
|
2020
2086
|
reverse: boolean;
|
|
2021
|
-
variant: "filled" | "
|
|
2087
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2022
2088
|
type: string;
|
|
2023
2089
|
error: boolean;
|
|
2024
2090
|
active: boolean;
|
|
@@ -2035,16 +2101,16 @@ declare const VSelect: {
|
|
|
2035
2101
|
eager: boolean;
|
|
2036
2102
|
disabled: boolean;
|
|
2037
2103
|
readonly: boolean | null;
|
|
2038
|
-
noDataText: string;
|
|
2039
2104
|
messages: string | readonly string[];
|
|
2040
|
-
|
|
2041
|
-
density: Density;
|
|
2042
|
-
valueComparator: typeof deepEqual;
|
|
2043
|
-
clearIcon: IconValue;
|
|
2105
|
+
noDataText: string;
|
|
2044
2106
|
focused: boolean;
|
|
2045
2107
|
errorMessages: string | readonly string[] | null;
|
|
2046
2108
|
maxErrors: string | number;
|
|
2047
2109
|
rules: readonly ValidationRule[];
|
|
2110
|
+
tile: boolean;
|
|
2111
|
+
density: Density;
|
|
2112
|
+
valueComparator: typeof deepEqual;
|
|
2113
|
+
clearIcon: IconValue;
|
|
2048
2114
|
hideSpinButtons: boolean;
|
|
2049
2115
|
persistentHint: boolean;
|
|
2050
2116
|
itemChildren: NonNullable<SelectItemKey>;
|
|
@@ -2072,6 +2138,8 @@ declare const VSelect: {
|
|
|
2072
2138
|
placeholder?: string | undefined;
|
|
2073
2139
|
theme?: string | undefined;
|
|
2074
2140
|
counter?: string | number | boolean | undefined;
|
|
2141
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2142
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2075
2143
|
rounded?: string | number | boolean | undefined;
|
|
2076
2144
|
bgColor?: string | undefined;
|
|
2077
2145
|
prependIcon?: IconValue | undefined;
|
|
@@ -2083,8 +2151,6 @@ declare const VSelect: {
|
|
|
2083
2151
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2084
2152
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2085
2153
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2086
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2087
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2088
2154
|
centerAffix?: boolean | undefined;
|
|
2089
2155
|
hint?: string | undefined;
|
|
2090
2156
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -2103,6 +2169,8 @@ declare const VSelect: {
|
|
|
2103
2169
|
density: Density;
|
|
2104
2170
|
slim: boolean;
|
|
2105
2171
|
valueComparator: typeof deepEqual;
|
|
2172
|
+
activatable: boolean;
|
|
2173
|
+
selectable: boolean;
|
|
2106
2174
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2107
2175
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2108
2176
|
lines: false | "one" | "two" | "three";
|
|
@@ -2119,6 +2187,8 @@ declare const VSelect: {
|
|
|
2119
2187
|
density: Density;
|
|
2120
2188
|
slim: boolean;
|
|
2121
2189
|
valueComparator: typeof deepEqual;
|
|
2190
|
+
activatable: boolean;
|
|
2191
|
+
selectable: boolean;
|
|
2122
2192
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2123
2193
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2124
2194
|
lines: false | "one" | "two" | "three";
|
|
@@ -2132,6 +2202,7 @@ declare const VSelect: {
|
|
|
2132
2202
|
maxWidth?: string | number | undefined;
|
|
2133
2203
|
minHeight?: string | number | undefined;
|
|
2134
2204
|
minWidth?: string | number | undefined;
|
|
2205
|
+
activated?: readonly unknown[] | undefined;
|
|
2135
2206
|
class?: any;
|
|
2136
2207
|
elevation?: string | number | undefined;
|
|
2137
2208
|
theme?: string | undefined;
|
|
@@ -2139,9 +2210,11 @@ declare const VSelect: {
|
|
|
2139
2210
|
bgColor?: string | undefined;
|
|
2140
2211
|
baseColor?: string | undefined;
|
|
2141
2212
|
activeClass?: string | undefined;
|
|
2213
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
2142
2214
|
activeColor?: string | undefined;
|
|
2143
2215
|
collapseIcon?: string | undefined;
|
|
2144
2216
|
expandIcon?: string | undefined;
|
|
2217
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
2145
2218
|
"onClick:open"?: ((value: {
|
|
2146
2219
|
id: unknown;
|
|
2147
2220
|
value: boolean;
|
|
@@ -2152,6 +2225,11 @@ declare const VSelect: {
|
|
|
2152
2225
|
value: boolean;
|
|
2153
2226
|
path: unknown[];
|
|
2154
2227
|
}) => any) | undefined;
|
|
2228
|
+
"onClick:activate"?: ((value: {
|
|
2229
|
+
id: unknown;
|
|
2230
|
+
value: boolean;
|
|
2231
|
+
path: unknown[];
|
|
2232
|
+
}) => any) | undefined;
|
|
2155
2233
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2156
2234
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2157
2235
|
nav: boolean;
|
|
@@ -2163,6 +2241,8 @@ declare const VSelect: {
|
|
|
2163
2241
|
density: Density;
|
|
2164
2242
|
slim: boolean;
|
|
2165
2243
|
valueComparator: typeof deepEqual;
|
|
2244
|
+
activatable: boolean;
|
|
2245
|
+
selectable: boolean;
|
|
2166
2246
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2167
2247
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2168
2248
|
lines: false | "one" | "two" | "three";
|
|
@@ -2177,6 +2257,7 @@ declare const VSelect: {
|
|
|
2177
2257
|
maxWidth?: string | number | undefined;
|
|
2178
2258
|
minHeight?: string | number | undefined;
|
|
2179
2259
|
minWidth?: string | number | undefined;
|
|
2260
|
+
activated?: readonly unknown[] | undefined;
|
|
2180
2261
|
class?: any;
|
|
2181
2262
|
elevation?: string | number | undefined;
|
|
2182
2263
|
theme?: string | undefined;
|
|
@@ -2184,10 +2265,12 @@ declare const VSelect: {
|
|
|
2184
2265
|
bgColor?: string | undefined;
|
|
2185
2266
|
baseColor?: string | undefined;
|
|
2186
2267
|
activeClass?: string | undefined;
|
|
2268
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
2187
2269
|
activeColor?: string | undefined;
|
|
2188
2270
|
collapseIcon?: string | undefined;
|
|
2189
2271
|
expandIcon?: string | undefined;
|
|
2190
2272
|
} & {
|
|
2273
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
2191
2274
|
"onClick:open"?: ((value: {
|
|
2192
2275
|
id: unknown;
|
|
2193
2276
|
value: boolean;
|
|
@@ -2198,7 +2281,12 @@ declare const VSelect: {
|
|
|
2198
2281
|
value: boolean;
|
|
2199
2282
|
path: unknown[];
|
|
2200
2283
|
}) => any) | undefined;
|
|
2201
|
-
|
|
2284
|
+
"onClick:activate"?: ((value: {
|
|
2285
|
+
id: unknown;
|
|
2286
|
+
value: boolean;
|
|
2287
|
+
path: unknown[];
|
|
2288
|
+
}) => any) | undefined;
|
|
2289
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
2202
2290
|
items?: readonly any[] | undefined;
|
|
2203
2291
|
itemTitle?: SelectItemKey<any>;
|
|
2204
2292
|
itemValue?: SelectItemKey<any>;
|
|
@@ -2556,10 +2644,10 @@ declare const VSelect: {
|
|
|
2556
2644
|
'update:focused': (focused: boolean) => boolean;
|
|
2557
2645
|
'update:modelValue': (value: any) => boolean;
|
|
2558
2646
|
'update:menu': (ue: boolean) => true;
|
|
2559
|
-
}, "multiple" | "$children" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "
|
|
2647
|
+
}, "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, {
|
|
2560
2648
|
flat: boolean;
|
|
2561
2649
|
reverse: boolean;
|
|
2562
|
-
variant: "filled" | "
|
|
2650
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2563
2651
|
type: string;
|
|
2564
2652
|
error: boolean;
|
|
2565
2653
|
active: boolean;
|
|
@@ -2576,17 +2664,17 @@ declare const VSelect: {
|
|
|
2576
2664
|
eager: boolean;
|
|
2577
2665
|
disabled: boolean;
|
|
2578
2666
|
readonly: boolean | null;
|
|
2579
|
-
noDataText: string;
|
|
2580
2667
|
messages: string | readonly string[];
|
|
2668
|
+
noDataText: string;
|
|
2669
|
+
focused: boolean;
|
|
2670
|
+
errorMessages: string | readonly string[] | null;
|
|
2671
|
+
maxErrors: string | number;
|
|
2672
|
+
rules: readonly ValidationRule[];
|
|
2581
2673
|
rounded: string | number | boolean;
|
|
2582
2674
|
tile: boolean;
|
|
2583
2675
|
density: Density;
|
|
2584
2676
|
valueComparator: typeof deepEqual;
|
|
2585
2677
|
clearIcon: IconValue;
|
|
2586
|
-
focused: boolean;
|
|
2587
|
-
errorMessages: string | readonly string[] | null;
|
|
2588
|
-
maxErrors: string | number;
|
|
2589
|
-
rules: readonly ValidationRule[];
|
|
2590
2678
|
centerAffix: boolean;
|
|
2591
2679
|
hideSpinButtons: boolean;
|
|
2592
2680
|
persistentHint: boolean;
|
|
@@ -2740,7 +2828,7 @@ declare const VSelect: {
|
|
|
2740
2828
|
flat: BooleanConstructor;
|
|
2741
2829
|
reverse: BooleanConstructor;
|
|
2742
2830
|
variant: {
|
|
2743
|
-
type: PropType<"filled" | "
|
|
2831
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2744
2832
|
default: string;
|
|
2745
2833
|
validator: (v: any) => boolean;
|
|
2746
2834
|
};
|
|
@@ -2781,11 +2869,30 @@ declare const VSelect: {
|
|
|
2781
2869
|
class: PropType<any>;
|
|
2782
2870
|
placeholder: StringConstructor;
|
|
2783
2871
|
theme: StringConstructor;
|
|
2784
|
-
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2785
2872
|
messages: {
|
|
2786
2873
|
type: PropType<string | readonly string[]>;
|
|
2787
2874
|
default: () => never[];
|
|
2788
2875
|
};
|
|
2876
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2877
|
+
focused: BooleanConstructor;
|
|
2878
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2879
|
+
errorMessages: {
|
|
2880
|
+
type: PropType<string | readonly string[] | null>;
|
|
2881
|
+
default: () => never[];
|
|
2882
|
+
};
|
|
2883
|
+
maxErrors: {
|
|
2884
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2885
|
+
default: number;
|
|
2886
|
+
};
|
|
2887
|
+
rules: {
|
|
2888
|
+
type: PropType<readonly ValidationRule[]>;
|
|
2889
|
+
default: () => never[];
|
|
2890
|
+
};
|
|
2891
|
+
modelValue: {
|
|
2892
|
+
type: PropType<any>;
|
|
2893
|
+
default: any;
|
|
2894
|
+
};
|
|
2895
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
2789
2896
|
rounded: {
|
|
2790
2897
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2791
2898
|
default: undefined;
|
|
@@ -2796,10 +2903,6 @@ declare const VSelect: {
|
|
|
2796
2903
|
default: string;
|
|
2797
2904
|
validator: (v: any) => boolean;
|
|
2798
2905
|
};
|
|
2799
|
-
modelValue: {
|
|
2800
|
-
type: PropType<any>;
|
|
2801
|
-
default: any;
|
|
2802
|
-
};
|
|
2803
2906
|
bgColor: StringConstructor;
|
|
2804
2907
|
prependIcon: PropType<IconValue>;
|
|
2805
2908
|
appendIcon: PropType<IconValue>;
|
|
@@ -2814,21 +2917,6 @@ declare const VSelect: {
|
|
|
2814
2917
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
2815
2918
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
2816
2919
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
2817
|
-
focused: BooleanConstructor;
|
|
2818
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2819
|
-
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
2820
|
-
errorMessages: {
|
|
2821
|
-
type: PropType<string | readonly string[] | null>;
|
|
2822
|
-
default: () => never[];
|
|
2823
|
-
};
|
|
2824
|
-
maxErrors: {
|
|
2825
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2826
|
-
default: number;
|
|
2827
|
-
};
|
|
2828
|
-
rules: {
|
|
2829
|
-
type: PropType<readonly ValidationRule[]>;
|
|
2830
|
-
default: () => never[];
|
|
2831
|
-
};
|
|
2832
2920
|
centerAffix: {
|
|
2833
2921
|
type: BooleanConstructor;
|
|
2834
2922
|
default: undefined;
|
|
@@ -2899,6 +2987,8 @@ declare const VSelect: {
|
|
|
2899
2987
|
density: Density;
|
|
2900
2988
|
slim: boolean;
|
|
2901
2989
|
valueComparator: typeof deepEqual;
|
|
2990
|
+
activatable: boolean;
|
|
2991
|
+
selectable: boolean;
|
|
2902
2992
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2903
2993
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2904
2994
|
lines: false | "one" | "two" | "three";
|
|
@@ -2915,6 +3005,8 @@ declare const VSelect: {
|
|
|
2915
3005
|
density: Density;
|
|
2916
3006
|
slim: boolean;
|
|
2917
3007
|
valueComparator: typeof deepEqual;
|
|
3008
|
+
activatable: boolean;
|
|
3009
|
+
selectable: boolean;
|
|
2918
3010
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2919
3011
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2920
3012
|
lines: false | "one" | "two" | "three";
|
|
@@ -2928,6 +3020,7 @@ declare const VSelect: {
|
|
|
2928
3020
|
maxWidth?: string | number | undefined;
|
|
2929
3021
|
minHeight?: string | number | undefined;
|
|
2930
3022
|
minWidth?: string | number | undefined;
|
|
3023
|
+
activated?: readonly unknown[] | undefined;
|
|
2931
3024
|
class?: any;
|
|
2932
3025
|
elevation?: string | number | undefined;
|
|
2933
3026
|
theme?: string | undefined;
|
|
@@ -2935,9 +3028,11 @@ declare const VSelect: {
|
|
|
2935
3028
|
bgColor?: string | undefined;
|
|
2936
3029
|
baseColor?: string | undefined;
|
|
2937
3030
|
activeClass?: string | undefined;
|
|
3031
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
2938
3032
|
activeColor?: string | undefined;
|
|
2939
3033
|
collapseIcon?: string | undefined;
|
|
2940
3034
|
expandIcon?: string | undefined;
|
|
3035
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
2941
3036
|
"onClick:open"?: ((value: {
|
|
2942
3037
|
id: unknown;
|
|
2943
3038
|
value: boolean;
|
|
@@ -2948,6 +3043,11 @@ declare const VSelect: {
|
|
|
2948
3043
|
value: boolean;
|
|
2949
3044
|
path: unknown[];
|
|
2950
3045
|
}) => any) | undefined;
|
|
3046
|
+
"onClick:activate"?: ((value: {
|
|
3047
|
+
id: unknown;
|
|
3048
|
+
value: boolean;
|
|
3049
|
+
path: unknown[];
|
|
3050
|
+
}) => any) | undefined;
|
|
2951
3051
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2952
3052
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2953
3053
|
nav: boolean;
|
|
@@ -2959,6 +3059,8 @@ declare const VSelect: {
|
|
|
2959
3059
|
density: Density;
|
|
2960
3060
|
slim: boolean;
|
|
2961
3061
|
valueComparator: typeof deepEqual;
|
|
3062
|
+
activatable: boolean;
|
|
3063
|
+
selectable: boolean;
|
|
2962
3064
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2963
3065
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2964
3066
|
lines: false | "one" | "two" | "three";
|
|
@@ -2973,6 +3075,7 @@ declare const VSelect: {
|
|
|
2973
3075
|
maxWidth?: string | number | undefined;
|
|
2974
3076
|
minHeight?: string | number | undefined;
|
|
2975
3077
|
minWidth?: string | number | undefined;
|
|
3078
|
+
activated?: readonly unknown[] | undefined;
|
|
2976
3079
|
class?: any;
|
|
2977
3080
|
elevation?: string | number | undefined;
|
|
2978
3081
|
theme?: string | undefined;
|
|
@@ -2980,10 +3083,12 @@ declare const VSelect: {
|
|
|
2980
3083
|
bgColor?: string | undefined;
|
|
2981
3084
|
baseColor?: string | undefined;
|
|
2982
3085
|
activeClass?: string | undefined;
|
|
3086
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
2983
3087
|
activeColor?: string | undefined;
|
|
2984
3088
|
collapseIcon?: string | undefined;
|
|
2985
3089
|
expandIcon?: string | undefined;
|
|
2986
3090
|
} & {
|
|
3091
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
2987
3092
|
"onClick:open"?: ((value: {
|
|
2988
3093
|
id: unknown;
|
|
2989
3094
|
value: boolean;
|
|
@@ -2994,7 +3099,12 @@ declare const VSelect: {
|
|
|
2994
3099
|
value: boolean;
|
|
2995
3100
|
path: unknown[];
|
|
2996
3101
|
}) => any) | undefined;
|
|
2997
|
-
|
|
3102
|
+
"onClick:activate"?: ((value: {
|
|
3103
|
+
id: unknown;
|
|
3104
|
+
value: boolean;
|
|
3105
|
+
path: unknown[];
|
|
3106
|
+
}) => any) | undefined;
|
|
3107
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
2998
3108
|
items?: readonly any[] | undefined;
|
|
2999
3109
|
itemTitle?: SelectItemKey<any>;
|
|
3000
3110
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3381,7 +3491,7 @@ declare const VSelect: {
|
|
|
3381
3491
|
flat: BooleanConstructor;
|
|
3382
3492
|
reverse: BooleanConstructor;
|
|
3383
3493
|
variant: {
|
|
3384
|
-
type: PropType<"filled" | "
|
|
3494
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3385
3495
|
default: string;
|
|
3386
3496
|
validator: (v: any) => boolean;
|
|
3387
3497
|
};
|
|
@@ -3422,11 +3532,30 @@ declare const VSelect: {
|
|
|
3422
3532
|
class: PropType<any>;
|
|
3423
3533
|
placeholder: StringConstructor;
|
|
3424
3534
|
theme: StringConstructor;
|
|
3425
|
-
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3426
3535
|
messages: {
|
|
3427
3536
|
type: PropType<string | readonly string[]>;
|
|
3428
3537
|
default: () => never[];
|
|
3429
3538
|
};
|
|
3539
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3540
|
+
focused: BooleanConstructor;
|
|
3541
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3542
|
+
errorMessages: {
|
|
3543
|
+
type: PropType<string | readonly string[] | null>;
|
|
3544
|
+
default: () => never[];
|
|
3545
|
+
};
|
|
3546
|
+
maxErrors: {
|
|
3547
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3548
|
+
default: number;
|
|
3549
|
+
};
|
|
3550
|
+
rules: {
|
|
3551
|
+
type: PropType<readonly ValidationRule[]>;
|
|
3552
|
+
default: () => never[];
|
|
3553
|
+
};
|
|
3554
|
+
modelValue: {
|
|
3555
|
+
type: PropType<any>;
|
|
3556
|
+
default: any;
|
|
3557
|
+
};
|
|
3558
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
3430
3559
|
rounded: {
|
|
3431
3560
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3432
3561
|
default: undefined;
|
|
@@ -3437,10 +3566,6 @@ declare const VSelect: {
|
|
|
3437
3566
|
default: string;
|
|
3438
3567
|
validator: (v: any) => boolean;
|
|
3439
3568
|
};
|
|
3440
|
-
modelValue: {
|
|
3441
|
-
type: PropType<any>;
|
|
3442
|
-
default: any;
|
|
3443
|
-
};
|
|
3444
3569
|
bgColor: StringConstructor;
|
|
3445
3570
|
prependIcon: PropType<IconValue>;
|
|
3446
3571
|
appendIcon: PropType<IconValue>;
|
|
@@ -3455,21 +3580,6 @@ declare const VSelect: {
|
|
|
3455
3580
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
3456
3581
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
3457
3582
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
3458
|
-
focused: BooleanConstructor;
|
|
3459
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3460
|
-
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
3461
|
-
errorMessages: {
|
|
3462
|
-
type: PropType<string | readonly string[] | null>;
|
|
3463
|
-
default: () => never[];
|
|
3464
|
-
};
|
|
3465
|
-
maxErrors: {
|
|
3466
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
3467
|
-
default: number;
|
|
3468
|
-
};
|
|
3469
|
-
rules: {
|
|
3470
|
-
type: PropType<readonly ValidationRule[]>;
|
|
3471
|
-
default: () => never[];
|
|
3472
|
-
};
|
|
3473
3583
|
centerAffix: {
|
|
3474
3584
|
type: BooleanConstructor;
|
|
3475
3585
|
default: undefined;
|
|
@@ -3540,6 +3650,8 @@ declare const VSelect: {
|
|
|
3540
3650
|
density: Density;
|
|
3541
3651
|
slim: boolean;
|
|
3542
3652
|
valueComparator: typeof deepEqual;
|
|
3653
|
+
activatable: boolean;
|
|
3654
|
+
selectable: boolean;
|
|
3543
3655
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
3544
3656
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
3545
3657
|
lines: false | "one" | "two" | "three";
|
|
@@ -3556,6 +3668,8 @@ declare const VSelect: {
|
|
|
3556
3668
|
density: Density;
|
|
3557
3669
|
slim: boolean;
|
|
3558
3670
|
valueComparator: typeof deepEqual;
|
|
3671
|
+
activatable: boolean;
|
|
3672
|
+
selectable: boolean;
|
|
3559
3673
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
3560
3674
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
3561
3675
|
lines: false | "one" | "two" | "three";
|
|
@@ -3569,6 +3683,7 @@ declare const VSelect: {
|
|
|
3569
3683
|
maxWidth?: string | number | undefined;
|
|
3570
3684
|
minHeight?: string | number | undefined;
|
|
3571
3685
|
minWidth?: string | number | undefined;
|
|
3686
|
+
activated?: readonly unknown[] | undefined;
|
|
3572
3687
|
class?: any;
|
|
3573
3688
|
elevation?: string | number | undefined;
|
|
3574
3689
|
theme?: string | undefined;
|
|
@@ -3576,9 +3691,11 @@ declare const VSelect: {
|
|
|
3576
3691
|
bgColor?: string | undefined;
|
|
3577
3692
|
baseColor?: string | undefined;
|
|
3578
3693
|
activeClass?: string | undefined;
|
|
3694
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
3579
3695
|
activeColor?: string | undefined;
|
|
3580
3696
|
collapseIcon?: string | undefined;
|
|
3581
3697
|
expandIcon?: string | undefined;
|
|
3698
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
3582
3699
|
"onClick:open"?: ((value: {
|
|
3583
3700
|
id: unknown;
|
|
3584
3701
|
value: boolean;
|
|
@@ -3589,6 +3706,11 @@ declare const VSelect: {
|
|
|
3589
3706
|
value: boolean;
|
|
3590
3707
|
path: unknown[];
|
|
3591
3708
|
}) => any) | undefined;
|
|
3709
|
+
"onClick:activate"?: ((value: {
|
|
3710
|
+
id: unknown;
|
|
3711
|
+
value: boolean;
|
|
3712
|
+
path: unknown[];
|
|
3713
|
+
}) => any) | undefined;
|
|
3592
3714
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3593
3715
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3594
3716
|
nav: boolean;
|
|
@@ -3600,6 +3722,8 @@ declare const VSelect: {
|
|
|
3600
3722
|
density: Density;
|
|
3601
3723
|
slim: boolean;
|
|
3602
3724
|
valueComparator: typeof deepEqual;
|
|
3725
|
+
activatable: boolean;
|
|
3726
|
+
selectable: boolean;
|
|
3603
3727
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
3604
3728
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
3605
3729
|
lines: false | "one" | "two" | "three";
|
|
@@ -3614,6 +3738,7 @@ declare const VSelect: {
|
|
|
3614
3738
|
maxWidth?: string | number | undefined;
|
|
3615
3739
|
minHeight?: string | number | undefined;
|
|
3616
3740
|
minWidth?: string | number | undefined;
|
|
3741
|
+
activated?: readonly unknown[] | undefined;
|
|
3617
3742
|
class?: any;
|
|
3618
3743
|
elevation?: string | number | undefined;
|
|
3619
3744
|
theme?: string | undefined;
|
|
@@ -3621,10 +3746,12 @@ declare const VSelect: {
|
|
|
3621
3746
|
bgColor?: string | undefined;
|
|
3622
3747
|
baseColor?: string | undefined;
|
|
3623
3748
|
activeClass?: string | undefined;
|
|
3749
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
3624
3750
|
activeColor?: string | undefined;
|
|
3625
3751
|
collapseIcon?: string | undefined;
|
|
3626
3752
|
expandIcon?: string | undefined;
|
|
3627
3753
|
} & {
|
|
3754
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
3628
3755
|
"onClick:open"?: ((value: {
|
|
3629
3756
|
id: unknown;
|
|
3630
3757
|
value: boolean;
|
|
@@ -3635,7 +3762,12 @@ declare const VSelect: {
|
|
|
3635
3762
|
value: boolean;
|
|
3636
3763
|
path: unknown[];
|
|
3637
3764
|
}) => any) | undefined;
|
|
3638
|
-
|
|
3765
|
+
"onClick:activate"?: ((value: {
|
|
3766
|
+
id: unknown;
|
|
3767
|
+
value: boolean;
|
|
3768
|
+
path: unknown[];
|
|
3769
|
+
}) => any) | undefined;
|
|
3770
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3639
3771
|
items?: readonly any[] | undefined;
|
|
3640
3772
|
itemTitle?: SelectItemKey<any>;
|
|
3641
3773
|
itemValue?: SelectItemKey<any>;
|