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
|
@@ -247,7 +247,7 @@ declare const VAutocomplete: {
|
|
|
247
247
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
248
248
|
flat: boolean;
|
|
249
249
|
reverse: boolean;
|
|
250
|
-
variant: "filled" | "
|
|
250
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
251
251
|
type: string;
|
|
252
252
|
error: boolean;
|
|
253
253
|
active: boolean;
|
|
@@ -262,16 +262,16 @@ declare const VAutocomplete: {
|
|
|
262
262
|
eager: boolean;
|
|
263
263
|
disabled: boolean;
|
|
264
264
|
readonly: boolean | null;
|
|
265
|
-
noDataText: string;
|
|
266
265
|
messages: string | readonly string[];
|
|
267
|
-
|
|
268
|
-
density: Density;
|
|
269
|
-
valueComparator: typeof deepEqual;
|
|
270
|
-
clearIcon: IconValue;
|
|
266
|
+
noDataText: string;
|
|
271
267
|
focused: boolean;
|
|
272
268
|
errorMessages: string | readonly string[] | null;
|
|
273
269
|
maxErrors: string | number;
|
|
274
270
|
rules: readonly ValidationRule[];
|
|
271
|
+
tile: boolean;
|
|
272
|
+
density: Density;
|
|
273
|
+
valueComparator: typeof deepEqual;
|
|
274
|
+
clearIcon: IconValue;
|
|
275
275
|
hideSpinButtons: boolean;
|
|
276
276
|
persistentHint: boolean;
|
|
277
277
|
filterMode: FilterMode;
|
|
@@ -304,6 +304,8 @@ declare const VAutocomplete: {
|
|
|
304
304
|
placeholder?: string | undefined;
|
|
305
305
|
theme?: string | undefined;
|
|
306
306
|
counter?: string | number | boolean | undefined;
|
|
307
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
308
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
307
309
|
rounded?: string | number | boolean | undefined;
|
|
308
310
|
bgColor?: string | undefined;
|
|
309
311
|
prependIcon?: IconValue | undefined;
|
|
@@ -315,8 +317,6 @@ declare const VAutocomplete: {
|
|
|
315
317
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
316
318
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
317
319
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
318
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
319
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
320
320
|
centerAffix?: boolean | undefined;
|
|
321
321
|
hint?: string | undefined;
|
|
322
322
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -337,6 +337,8 @@ declare const VAutocomplete: {
|
|
|
337
337
|
density: Density;
|
|
338
338
|
slim: boolean;
|
|
339
339
|
valueComparator: typeof deepEqual;
|
|
340
|
+
activatable: boolean;
|
|
341
|
+
selectable: boolean;
|
|
340
342
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
341
343
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
342
344
|
lines: false | "one" | "two" | "three";
|
|
@@ -353,6 +355,8 @@ declare const VAutocomplete: {
|
|
|
353
355
|
density: Density;
|
|
354
356
|
slim: boolean;
|
|
355
357
|
valueComparator: typeof deepEqual;
|
|
358
|
+
activatable: boolean;
|
|
359
|
+
selectable: boolean;
|
|
356
360
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
357
361
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
358
362
|
lines: false | "one" | "two" | "three";
|
|
@@ -366,6 +370,7 @@ declare const VAutocomplete: {
|
|
|
366
370
|
maxWidth?: string | number | undefined;
|
|
367
371
|
minHeight?: string | number | undefined;
|
|
368
372
|
minWidth?: string | number | undefined;
|
|
373
|
+
activated?: readonly unknown[] | undefined;
|
|
369
374
|
class?: any;
|
|
370
375
|
elevation?: string | number | undefined;
|
|
371
376
|
theme?: string | undefined;
|
|
@@ -373,9 +378,11 @@ declare const VAutocomplete: {
|
|
|
373
378
|
bgColor?: string | undefined;
|
|
374
379
|
baseColor?: string | undefined;
|
|
375
380
|
activeClass?: string | undefined;
|
|
381
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
376
382
|
activeColor?: string | undefined;
|
|
377
383
|
collapseIcon?: string | undefined;
|
|
378
384
|
expandIcon?: string | undefined;
|
|
385
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
379
386
|
"onClick:open"?: ((value: {
|
|
380
387
|
id: unknown;
|
|
381
388
|
value: boolean;
|
|
@@ -386,6 +393,11 @@ declare const VAutocomplete: {
|
|
|
386
393
|
value: boolean;
|
|
387
394
|
path: unknown[];
|
|
388
395
|
}) => any) | undefined;
|
|
396
|
+
"onClick:activate"?: ((value: {
|
|
397
|
+
id: unknown;
|
|
398
|
+
value: boolean;
|
|
399
|
+
path: unknown[];
|
|
400
|
+
}) => any) | undefined;
|
|
389
401
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
390
402
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
391
403
|
nav: boolean;
|
|
@@ -397,6 +409,8 @@ declare const VAutocomplete: {
|
|
|
397
409
|
density: Density;
|
|
398
410
|
slim: boolean;
|
|
399
411
|
valueComparator: typeof deepEqual;
|
|
412
|
+
activatable: boolean;
|
|
413
|
+
selectable: boolean;
|
|
400
414
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
401
415
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
402
416
|
lines: false | "one" | "two" | "three";
|
|
@@ -411,6 +425,7 @@ declare const VAutocomplete: {
|
|
|
411
425
|
maxWidth?: string | number | undefined;
|
|
412
426
|
minHeight?: string | number | undefined;
|
|
413
427
|
minWidth?: string | number | undefined;
|
|
428
|
+
activated?: readonly unknown[] | undefined;
|
|
414
429
|
class?: any;
|
|
415
430
|
elevation?: string | number | undefined;
|
|
416
431
|
theme?: string | undefined;
|
|
@@ -418,10 +433,12 @@ declare const VAutocomplete: {
|
|
|
418
433
|
bgColor?: string | undefined;
|
|
419
434
|
baseColor?: string | undefined;
|
|
420
435
|
activeClass?: string | undefined;
|
|
436
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
421
437
|
activeColor?: string | undefined;
|
|
422
438
|
collapseIcon?: string | undefined;
|
|
423
439
|
expandIcon?: string | undefined;
|
|
424
440
|
} & {
|
|
441
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
425
442
|
"onClick:open"?: ((value: {
|
|
426
443
|
id: unknown;
|
|
427
444
|
value: boolean;
|
|
@@ -432,7 +449,12 @@ declare const VAutocomplete: {
|
|
|
432
449
|
value: boolean;
|
|
433
450
|
path: unknown[];
|
|
434
451
|
}) => any) | undefined;
|
|
435
|
-
|
|
452
|
+
"onClick:activate"?: ((value: {
|
|
453
|
+
id: unknown;
|
|
454
|
+
value: boolean;
|
|
455
|
+
path: unknown[];
|
|
456
|
+
}) => any) | undefined;
|
|
457
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
436
458
|
items?: readonly any[] | undefined;
|
|
437
459
|
itemTitle?: SelectItemKey<any>;
|
|
438
460
|
itemValue?: SelectItemKey<any>;
|
|
@@ -793,10 +815,10 @@ declare const VAutocomplete: {
|
|
|
793
815
|
'update:search': (value: any) => true;
|
|
794
816
|
'update:modelValue': (value: any) => boolean;
|
|
795
817
|
'update:menu': (value: boolean) => true;
|
|
796
|
-
}, "multiple" | "$children" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "
|
|
818
|
+
}, "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 & {
|
|
797
819
|
flat: boolean;
|
|
798
820
|
reverse: boolean;
|
|
799
|
-
variant: "filled" | "
|
|
821
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
800
822
|
type: string;
|
|
801
823
|
error: boolean;
|
|
802
824
|
active: boolean;
|
|
@@ -811,16 +833,16 @@ declare const VAutocomplete: {
|
|
|
811
833
|
eager: boolean;
|
|
812
834
|
disabled: boolean;
|
|
813
835
|
readonly: boolean | null;
|
|
814
|
-
noDataText: string;
|
|
815
836
|
messages: string | readonly string[];
|
|
816
|
-
|
|
817
|
-
density: Density;
|
|
818
|
-
valueComparator: typeof deepEqual;
|
|
819
|
-
clearIcon: IconValue;
|
|
837
|
+
noDataText: string;
|
|
820
838
|
focused: boolean;
|
|
821
839
|
errorMessages: string | readonly string[] | null;
|
|
822
840
|
maxErrors: string | number;
|
|
823
841
|
rules: readonly ValidationRule[];
|
|
842
|
+
tile: boolean;
|
|
843
|
+
density: Density;
|
|
844
|
+
valueComparator: typeof deepEqual;
|
|
845
|
+
clearIcon: IconValue;
|
|
824
846
|
hideSpinButtons: boolean;
|
|
825
847
|
persistentHint: boolean;
|
|
826
848
|
filterMode: FilterMode;
|
|
@@ -853,6 +875,8 @@ declare const VAutocomplete: {
|
|
|
853
875
|
placeholder?: string | undefined;
|
|
854
876
|
theme?: string | undefined;
|
|
855
877
|
counter?: string | number | boolean | undefined;
|
|
878
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
879
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
856
880
|
rounded?: string | number | boolean | undefined;
|
|
857
881
|
bgColor?: string | undefined;
|
|
858
882
|
prependIcon?: IconValue | undefined;
|
|
@@ -864,8 +888,6 @@ declare const VAutocomplete: {
|
|
|
864
888
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
865
889
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
866
890
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
867
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
868
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
869
891
|
centerAffix?: boolean | undefined;
|
|
870
892
|
hint?: string | undefined;
|
|
871
893
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -886,6 +908,8 @@ declare const VAutocomplete: {
|
|
|
886
908
|
density: Density;
|
|
887
909
|
slim: boolean;
|
|
888
910
|
valueComparator: typeof deepEqual;
|
|
911
|
+
activatable: boolean;
|
|
912
|
+
selectable: boolean;
|
|
889
913
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
890
914
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
891
915
|
lines: false | "one" | "two" | "three";
|
|
@@ -902,6 +926,8 @@ declare const VAutocomplete: {
|
|
|
902
926
|
density: Density;
|
|
903
927
|
slim: boolean;
|
|
904
928
|
valueComparator: typeof deepEqual;
|
|
929
|
+
activatable: boolean;
|
|
930
|
+
selectable: boolean;
|
|
905
931
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
906
932
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
907
933
|
lines: false | "one" | "two" | "three";
|
|
@@ -915,6 +941,7 @@ declare const VAutocomplete: {
|
|
|
915
941
|
maxWidth?: string | number | undefined;
|
|
916
942
|
minHeight?: string | number | undefined;
|
|
917
943
|
minWidth?: string | number | undefined;
|
|
944
|
+
activated?: readonly unknown[] | undefined;
|
|
918
945
|
class?: any;
|
|
919
946
|
elevation?: string | number | undefined;
|
|
920
947
|
theme?: string | undefined;
|
|
@@ -922,9 +949,11 @@ declare const VAutocomplete: {
|
|
|
922
949
|
bgColor?: string | undefined;
|
|
923
950
|
baseColor?: string | undefined;
|
|
924
951
|
activeClass?: string | undefined;
|
|
952
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
925
953
|
activeColor?: string | undefined;
|
|
926
954
|
collapseIcon?: string | undefined;
|
|
927
955
|
expandIcon?: string | undefined;
|
|
956
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
928
957
|
"onClick:open"?: ((value: {
|
|
929
958
|
id: unknown;
|
|
930
959
|
value: boolean;
|
|
@@ -935,6 +964,11 @@ declare const VAutocomplete: {
|
|
|
935
964
|
value: boolean;
|
|
936
965
|
path: unknown[];
|
|
937
966
|
}) => any) | undefined;
|
|
967
|
+
"onClick:activate"?: ((value: {
|
|
968
|
+
id: unknown;
|
|
969
|
+
value: boolean;
|
|
970
|
+
path: unknown[];
|
|
971
|
+
}) => any) | undefined;
|
|
938
972
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
939
973
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
940
974
|
nav: boolean;
|
|
@@ -946,6 +980,8 @@ declare const VAutocomplete: {
|
|
|
946
980
|
density: Density;
|
|
947
981
|
slim: boolean;
|
|
948
982
|
valueComparator: typeof deepEqual;
|
|
983
|
+
activatable: boolean;
|
|
984
|
+
selectable: boolean;
|
|
949
985
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
950
986
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
951
987
|
lines: false | "one" | "two" | "three";
|
|
@@ -960,6 +996,7 @@ declare const VAutocomplete: {
|
|
|
960
996
|
maxWidth?: string | number | undefined;
|
|
961
997
|
minHeight?: string | number | undefined;
|
|
962
998
|
minWidth?: string | number | undefined;
|
|
999
|
+
activated?: readonly unknown[] | undefined;
|
|
963
1000
|
class?: any;
|
|
964
1001
|
elevation?: string | number | undefined;
|
|
965
1002
|
theme?: string | undefined;
|
|
@@ -967,10 +1004,12 @@ declare const VAutocomplete: {
|
|
|
967
1004
|
bgColor?: string | undefined;
|
|
968
1005
|
baseColor?: string | undefined;
|
|
969
1006
|
activeClass?: string | undefined;
|
|
1007
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
970
1008
|
activeColor?: string | undefined;
|
|
971
1009
|
collapseIcon?: string | undefined;
|
|
972
1010
|
expandIcon?: string | undefined;
|
|
973
1011
|
} & {
|
|
1012
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
974
1013
|
"onClick:open"?: ((value: {
|
|
975
1014
|
id: unknown;
|
|
976
1015
|
value: boolean;
|
|
@@ -981,7 +1020,12 @@ declare const VAutocomplete: {
|
|
|
981
1020
|
value: boolean;
|
|
982
1021
|
path: unknown[];
|
|
983
1022
|
}) => any) | undefined;
|
|
984
|
-
|
|
1023
|
+
"onClick:activate"?: ((value: {
|
|
1024
|
+
id: unknown;
|
|
1025
|
+
value: boolean;
|
|
1026
|
+
path: unknown[];
|
|
1027
|
+
}) => any) | undefined;
|
|
1028
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
985
1029
|
items?: readonly any[] | undefined;
|
|
986
1030
|
itemTitle?: SelectItemKey<any>;
|
|
987
1031
|
itemValue?: SelectItemKey<any>;
|
|
@@ -1340,7 +1384,7 @@ declare const VAutocomplete: {
|
|
|
1340
1384
|
}, {
|
|
1341
1385
|
flat: boolean;
|
|
1342
1386
|
reverse: boolean;
|
|
1343
|
-
variant: "filled" | "
|
|
1387
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1344
1388
|
type: string;
|
|
1345
1389
|
error: boolean;
|
|
1346
1390
|
active: boolean;
|
|
@@ -1355,17 +1399,17 @@ declare const VAutocomplete: {
|
|
|
1355
1399
|
eager: boolean;
|
|
1356
1400
|
disabled: boolean;
|
|
1357
1401
|
readonly: boolean | null;
|
|
1358
|
-
noDataText: string;
|
|
1359
1402
|
messages: string | readonly string[];
|
|
1403
|
+
noDataText: string;
|
|
1404
|
+
focused: boolean;
|
|
1405
|
+
errorMessages: string | readonly string[] | null;
|
|
1406
|
+
maxErrors: string | number;
|
|
1407
|
+
rules: readonly ValidationRule[];
|
|
1360
1408
|
rounded: string | number | boolean;
|
|
1361
1409
|
tile: boolean;
|
|
1362
1410
|
density: Density;
|
|
1363
1411
|
valueComparator: typeof deepEqual;
|
|
1364
1412
|
clearIcon: IconValue;
|
|
1365
|
-
focused: boolean;
|
|
1366
|
-
errorMessages: string | readonly string[] | null;
|
|
1367
|
-
maxErrors: string | number;
|
|
1368
|
-
rules: readonly ValidationRule[];
|
|
1369
1413
|
centerAffix: boolean;
|
|
1370
1414
|
hideSpinButtons: boolean;
|
|
1371
1415
|
persistentHint: boolean;
|
|
@@ -1457,7 +1501,7 @@ declare const VAutocomplete: {
|
|
|
1457
1501
|
}, {
|
|
1458
1502
|
flat: boolean;
|
|
1459
1503
|
reverse: boolean;
|
|
1460
|
-
variant: "filled" | "
|
|
1504
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1461
1505
|
type: string;
|
|
1462
1506
|
error: boolean;
|
|
1463
1507
|
active: boolean;
|
|
@@ -1472,16 +1516,16 @@ declare const VAutocomplete: {
|
|
|
1472
1516
|
eager: boolean;
|
|
1473
1517
|
disabled: boolean;
|
|
1474
1518
|
readonly: boolean | null;
|
|
1475
|
-
noDataText: string;
|
|
1476
1519
|
messages: string | readonly string[];
|
|
1477
|
-
|
|
1478
|
-
density: Density;
|
|
1479
|
-
valueComparator: typeof deepEqual;
|
|
1480
|
-
clearIcon: IconValue;
|
|
1520
|
+
noDataText: string;
|
|
1481
1521
|
focused: boolean;
|
|
1482
1522
|
errorMessages: string | readonly string[] | null;
|
|
1483
1523
|
maxErrors: string | number;
|
|
1484
1524
|
rules: readonly ValidationRule[];
|
|
1525
|
+
tile: boolean;
|
|
1526
|
+
density: Density;
|
|
1527
|
+
valueComparator: typeof deepEqual;
|
|
1528
|
+
clearIcon: IconValue;
|
|
1485
1529
|
hideSpinButtons: boolean;
|
|
1486
1530
|
persistentHint: boolean;
|
|
1487
1531
|
filterMode: FilterMode;
|
|
@@ -1514,6 +1558,8 @@ declare const VAutocomplete: {
|
|
|
1514
1558
|
placeholder?: string | undefined;
|
|
1515
1559
|
theme?: string | undefined;
|
|
1516
1560
|
counter?: string | number | boolean | undefined;
|
|
1561
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1562
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1517
1563
|
rounded?: string | number | boolean | undefined;
|
|
1518
1564
|
bgColor?: string | undefined;
|
|
1519
1565
|
prependIcon?: IconValue | undefined;
|
|
@@ -1525,8 +1571,6 @@ declare const VAutocomplete: {
|
|
|
1525
1571
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1526
1572
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1527
1573
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1528
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1529
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1530
1574
|
centerAffix?: boolean | undefined;
|
|
1531
1575
|
hint?: string | undefined;
|
|
1532
1576
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -1547,6 +1591,8 @@ declare const VAutocomplete: {
|
|
|
1547
1591
|
density: Density;
|
|
1548
1592
|
slim: boolean;
|
|
1549
1593
|
valueComparator: typeof deepEqual;
|
|
1594
|
+
activatable: boolean;
|
|
1595
|
+
selectable: boolean;
|
|
1550
1596
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
1551
1597
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
1552
1598
|
lines: false | "one" | "two" | "three";
|
|
@@ -1563,6 +1609,8 @@ declare const VAutocomplete: {
|
|
|
1563
1609
|
density: Density;
|
|
1564
1610
|
slim: boolean;
|
|
1565
1611
|
valueComparator: typeof deepEqual;
|
|
1612
|
+
activatable: boolean;
|
|
1613
|
+
selectable: boolean;
|
|
1566
1614
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
1567
1615
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
1568
1616
|
lines: false | "one" | "two" | "three";
|
|
@@ -1576,6 +1624,7 @@ declare const VAutocomplete: {
|
|
|
1576
1624
|
maxWidth?: string | number | undefined;
|
|
1577
1625
|
minHeight?: string | number | undefined;
|
|
1578
1626
|
minWidth?: string | number | undefined;
|
|
1627
|
+
activated?: readonly unknown[] | undefined;
|
|
1579
1628
|
class?: any;
|
|
1580
1629
|
elevation?: string | number | undefined;
|
|
1581
1630
|
theme?: string | undefined;
|
|
@@ -1583,9 +1632,11 @@ declare const VAutocomplete: {
|
|
|
1583
1632
|
bgColor?: string | undefined;
|
|
1584
1633
|
baseColor?: string | undefined;
|
|
1585
1634
|
activeClass?: string | undefined;
|
|
1635
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
1586
1636
|
activeColor?: string | undefined;
|
|
1587
1637
|
collapseIcon?: string | undefined;
|
|
1588
1638
|
expandIcon?: string | undefined;
|
|
1639
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
1589
1640
|
"onClick:open"?: ((value: {
|
|
1590
1641
|
id: unknown;
|
|
1591
1642
|
value: boolean;
|
|
@@ -1596,6 +1647,11 @@ declare const VAutocomplete: {
|
|
|
1596
1647
|
value: boolean;
|
|
1597
1648
|
path: unknown[];
|
|
1598
1649
|
}) => any) | undefined;
|
|
1650
|
+
"onClick:activate"?: ((value: {
|
|
1651
|
+
id: unknown;
|
|
1652
|
+
value: boolean;
|
|
1653
|
+
path: unknown[];
|
|
1654
|
+
}) => any) | undefined;
|
|
1599
1655
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1600
1656
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1601
1657
|
nav: boolean;
|
|
@@ -1607,6 +1663,8 @@ declare const VAutocomplete: {
|
|
|
1607
1663
|
density: Density;
|
|
1608
1664
|
slim: boolean;
|
|
1609
1665
|
valueComparator: typeof deepEqual;
|
|
1666
|
+
activatable: boolean;
|
|
1667
|
+
selectable: boolean;
|
|
1610
1668
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
1611
1669
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
1612
1670
|
lines: false | "one" | "two" | "three";
|
|
@@ -1621,6 +1679,7 @@ declare const VAutocomplete: {
|
|
|
1621
1679
|
maxWidth?: string | number | undefined;
|
|
1622
1680
|
minHeight?: string | number | undefined;
|
|
1623
1681
|
minWidth?: string | number | undefined;
|
|
1682
|
+
activated?: readonly unknown[] | undefined;
|
|
1624
1683
|
class?: any;
|
|
1625
1684
|
elevation?: string | number | undefined;
|
|
1626
1685
|
theme?: string | undefined;
|
|
@@ -1628,10 +1687,12 @@ declare const VAutocomplete: {
|
|
|
1628
1687
|
bgColor?: string | undefined;
|
|
1629
1688
|
baseColor?: string | undefined;
|
|
1630
1689
|
activeClass?: string | undefined;
|
|
1690
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
1631
1691
|
activeColor?: string | undefined;
|
|
1632
1692
|
collapseIcon?: string | undefined;
|
|
1633
1693
|
expandIcon?: string | undefined;
|
|
1634
1694
|
} & {
|
|
1695
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
1635
1696
|
"onClick:open"?: ((value: {
|
|
1636
1697
|
id: unknown;
|
|
1637
1698
|
value: boolean;
|
|
@@ -1642,7 +1703,12 @@ declare const VAutocomplete: {
|
|
|
1642
1703
|
value: boolean;
|
|
1643
1704
|
path: unknown[];
|
|
1644
1705
|
}) => any) | undefined;
|
|
1645
|
-
|
|
1706
|
+
"onClick:activate"?: ((value: {
|
|
1707
|
+
id: unknown;
|
|
1708
|
+
value: boolean;
|
|
1709
|
+
path: unknown[];
|
|
1710
|
+
}) => any) | undefined;
|
|
1711
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
1646
1712
|
items?: readonly any[] | undefined;
|
|
1647
1713
|
itemTitle?: SelectItemKey<any>;
|
|
1648
1714
|
itemValue?: SelectItemKey<any>;
|
|
@@ -2001,7 +2067,7 @@ declare const VAutocomplete: {
|
|
|
2001
2067
|
}, any, {}, {}, {}, {
|
|
2002
2068
|
flat: boolean;
|
|
2003
2069
|
reverse: boolean;
|
|
2004
|
-
variant: "filled" | "
|
|
2070
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2005
2071
|
type: string;
|
|
2006
2072
|
error: boolean;
|
|
2007
2073
|
active: boolean;
|
|
@@ -2016,17 +2082,17 @@ declare const VAutocomplete: {
|
|
|
2016
2082
|
eager: boolean;
|
|
2017
2083
|
disabled: boolean;
|
|
2018
2084
|
readonly: boolean | null;
|
|
2019
|
-
noDataText: string;
|
|
2020
2085
|
messages: string | readonly string[];
|
|
2086
|
+
noDataText: string;
|
|
2087
|
+
focused: boolean;
|
|
2088
|
+
errorMessages: string | readonly string[] | null;
|
|
2089
|
+
maxErrors: string | number;
|
|
2090
|
+
rules: readonly ValidationRule[];
|
|
2021
2091
|
rounded: string | number | boolean;
|
|
2022
2092
|
tile: boolean;
|
|
2023
2093
|
density: Density;
|
|
2024
2094
|
valueComparator: typeof deepEqual;
|
|
2025
2095
|
clearIcon: IconValue;
|
|
2026
|
-
focused: boolean;
|
|
2027
|
-
errorMessages: string | readonly string[] | null;
|
|
2028
|
-
maxErrors: string | number;
|
|
2029
|
-
rules: readonly ValidationRule[];
|
|
2030
2096
|
centerAffix: boolean;
|
|
2031
2097
|
hideSpinButtons: boolean;
|
|
2032
2098
|
persistentHint: boolean;
|
|
@@ -2055,7 +2121,7 @@ declare const VAutocomplete: {
|
|
|
2055
2121
|
} & vue.ComponentOptionsBase<{
|
|
2056
2122
|
flat: boolean;
|
|
2057
2123
|
reverse: boolean;
|
|
2058
|
-
variant: "filled" | "
|
|
2124
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2059
2125
|
type: string;
|
|
2060
2126
|
error: boolean;
|
|
2061
2127
|
active: boolean;
|
|
@@ -2070,16 +2136,16 @@ declare const VAutocomplete: {
|
|
|
2070
2136
|
eager: boolean;
|
|
2071
2137
|
disabled: boolean;
|
|
2072
2138
|
readonly: boolean | null;
|
|
2073
|
-
noDataText: string;
|
|
2074
2139
|
messages: string | readonly string[];
|
|
2075
|
-
|
|
2076
|
-
density: Density;
|
|
2077
|
-
valueComparator: typeof deepEqual;
|
|
2078
|
-
clearIcon: IconValue;
|
|
2140
|
+
noDataText: string;
|
|
2079
2141
|
focused: boolean;
|
|
2080
2142
|
errorMessages: string | readonly string[] | null;
|
|
2081
2143
|
maxErrors: string | number;
|
|
2082
2144
|
rules: readonly ValidationRule[];
|
|
2145
|
+
tile: boolean;
|
|
2146
|
+
density: Density;
|
|
2147
|
+
valueComparator: typeof deepEqual;
|
|
2148
|
+
clearIcon: IconValue;
|
|
2083
2149
|
hideSpinButtons: boolean;
|
|
2084
2150
|
persistentHint: boolean;
|
|
2085
2151
|
filterMode: FilterMode;
|
|
@@ -2112,6 +2178,8 @@ declare const VAutocomplete: {
|
|
|
2112
2178
|
placeholder?: string | undefined;
|
|
2113
2179
|
theme?: string | undefined;
|
|
2114
2180
|
counter?: string | number | boolean | undefined;
|
|
2181
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2182
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2115
2183
|
rounded?: string | number | boolean | undefined;
|
|
2116
2184
|
bgColor?: string | undefined;
|
|
2117
2185
|
prependIcon?: IconValue | undefined;
|
|
@@ -2123,8 +2191,6 @@ declare const VAutocomplete: {
|
|
|
2123
2191
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2124
2192
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2125
2193
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2126
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2127
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2128
2194
|
centerAffix?: boolean | undefined;
|
|
2129
2195
|
hint?: string | undefined;
|
|
2130
2196
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -2145,6 +2211,8 @@ declare const VAutocomplete: {
|
|
|
2145
2211
|
density: Density;
|
|
2146
2212
|
slim: boolean;
|
|
2147
2213
|
valueComparator: typeof deepEqual;
|
|
2214
|
+
activatable: boolean;
|
|
2215
|
+
selectable: boolean;
|
|
2148
2216
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2149
2217
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2150
2218
|
lines: false | "one" | "two" | "three";
|
|
@@ -2161,6 +2229,8 @@ declare const VAutocomplete: {
|
|
|
2161
2229
|
density: Density;
|
|
2162
2230
|
slim: boolean;
|
|
2163
2231
|
valueComparator: typeof deepEqual;
|
|
2232
|
+
activatable: boolean;
|
|
2233
|
+
selectable: boolean;
|
|
2164
2234
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2165
2235
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2166
2236
|
lines: false | "one" | "two" | "three";
|
|
@@ -2174,6 +2244,7 @@ declare const VAutocomplete: {
|
|
|
2174
2244
|
maxWidth?: string | number | undefined;
|
|
2175
2245
|
minHeight?: string | number | undefined;
|
|
2176
2246
|
minWidth?: string | number | undefined;
|
|
2247
|
+
activated?: readonly unknown[] | undefined;
|
|
2177
2248
|
class?: any;
|
|
2178
2249
|
elevation?: string | number | undefined;
|
|
2179
2250
|
theme?: string | undefined;
|
|
@@ -2181,9 +2252,11 @@ declare const VAutocomplete: {
|
|
|
2181
2252
|
bgColor?: string | undefined;
|
|
2182
2253
|
baseColor?: string | undefined;
|
|
2183
2254
|
activeClass?: string | undefined;
|
|
2255
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
2184
2256
|
activeColor?: string | undefined;
|
|
2185
2257
|
collapseIcon?: string | undefined;
|
|
2186
2258
|
expandIcon?: string | undefined;
|
|
2259
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
2187
2260
|
"onClick:open"?: ((value: {
|
|
2188
2261
|
id: unknown;
|
|
2189
2262
|
value: boolean;
|
|
@@ -2194,6 +2267,11 @@ declare const VAutocomplete: {
|
|
|
2194
2267
|
value: boolean;
|
|
2195
2268
|
path: unknown[];
|
|
2196
2269
|
}) => any) | undefined;
|
|
2270
|
+
"onClick:activate"?: ((value: {
|
|
2271
|
+
id: unknown;
|
|
2272
|
+
value: boolean;
|
|
2273
|
+
path: unknown[];
|
|
2274
|
+
}) => any) | undefined;
|
|
2197
2275
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2198
2276
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2199
2277
|
nav: boolean;
|
|
@@ -2205,6 +2283,8 @@ declare const VAutocomplete: {
|
|
|
2205
2283
|
density: Density;
|
|
2206
2284
|
slim: boolean;
|
|
2207
2285
|
valueComparator: typeof deepEqual;
|
|
2286
|
+
activatable: boolean;
|
|
2287
|
+
selectable: boolean;
|
|
2208
2288
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2209
2289
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2210
2290
|
lines: false | "one" | "two" | "three";
|
|
@@ -2219,6 +2299,7 @@ declare const VAutocomplete: {
|
|
|
2219
2299
|
maxWidth?: string | number | undefined;
|
|
2220
2300
|
minHeight?: string | number | undefined;
|
|
2221
2301
|
minWidth?: string | number | undefined;
|
|
2302
|
+
activated?: readonly unknown[] | undefined;
|
|
2222
2303
|
class?: any;
|
|
2223
2304
|
elevation?: string | number | undefined;
|
|
2224
2305
|
theme?: string | undefined;
|
|
@@ -2226,10 +2307,12 @@ declare const VAutocomplete: {
|
|
|
2226
2307
|
bgColor?: string | undefined;
|
|
2227
2308
|
baseColor?: string | undefined;
|
|
2228
2309
|
activeClass?: string | undefined;
|
|
2310
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
2229
2311
|
activeColor?: string | undefined;
|
|
2230
2312
|
collapseIcon?: string | undefined;
|
|
2231
2313
|
expandIcon?: string | undefined;
|
|
2232
2314
|
} & {
|
|
2315
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
2233
2316
|
"onClick:open"?: ((value: {
|
|
2234
2317
|
id: unknown;
|
|
2235
2318
|
value: boolean;
|
|
@@ -2240,7 +2323,12 @@ declare const VAutocomplete: {
|
|
|
2240
2323
|
value: boolean;
|
|
2241
2324
|
path: unknown[];
|
|
2242
2325
|
}) => any) | undefined;
|
|
2243
|
-
|
|
2326
|
+
"onClick:activate"?: ((value: {
|
|
2327
|
+
id: unknown;
|
|
2328
|
+
value: boolean;
|
|
2329
|
+
path: unknown[];
|
|
2330
|
+
}) => any) | undefined;
|
|
2331
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
2244
2332
|
items?: readonly any[] | undefined;
|
|
2245
2333
|
itemTitle?: SelectItemKey<any>;
|
|
2246
2334
|
itemValue?: SelectItemKey<any>;
|
|
@@ -2601,10 +2689,10 @@ declare const VAutocomplete: {
|
|
|
2601
2689
|
'update:search': (value: any) => true;
|
|
2602
2690
|
'update:modelValue': (value: any) => boolean;
|
|
2603
2691
|
'update:menu': (value: boolean) => true;
|
|
2604
|
-
}, "multiple" | "$children" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "
|
|
2692
|
+
}, "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, {
|
|
2605
2693
|
flat: boolean;
|
|
2606
2694
|
reverse: boolean;
|
|
2607
|
-
variant: "filled" | "
|
|
2695
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2608
2696
|
type: string;
|
|
2609
2697
|
error: boolean;
|
|
2610
2698
|
active: boolean;
|
|
@@ -2619,17 +2707,17 @@ declare const VAutocomplete: {
|
|
|
2619
2707
|
eager: boolean;
|
|
2620
2708
|
disabled: boolean;
|
|
2621
2709
|
readonly: boolean | null;
|
|
2622
|
-
noDataText: string;
|
|
2623
2710
|
messages: string | readonly string[];
|
|
2711
|
+
noDataText: string;
|
|
2712
|
+
focused: boolean;
|
|
2713
|
+
errorMessages: string | readonly string[] | null;
|
|
2714
|
+
maxErrors: string | number;
|
|
2715
|
+
rules: readonly ValidationRule[];
|
|
2624
2716
|
rounded: string | number | boolean;
|
|
2625
2717
|
tile: boolean;
|
|
2626
2718
|
density: Density;
|
|
2627
2719
|
valueComparator: typeof deepEqual;
|
|
2628
2720
|
clearIcon: IconValue;
|
|
2629
|
-
focused: boolean;
|
|
2630
|
-
errorMessages: string | readonly string[] | null;
|
|
2631
|
-
maxErrors: string | number;
|
|
2632
|
-
rules: readonly ValidationRule[];
|
|
2633
2721
|
centerAffix: boolean;
|
|
2634
2722
|
hideSpinButtons: boolean;
|
|
2635
2723
|
persistentHint: boolean;
|
|
@@ -2783,7 +2871,7 @@ declare const VAutocomplete: {
|
|
|
2783
2871
|
flat: BooleanConstructor;
|
|
2784
2872
|
reverse: BooleanConstructor;
|
|
2785
2873
|
variant: {
|
|
2786
|
-
type: PropType<"filled" | "
|
|
2874
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2787
2875
|
default: string;
|
|
2788
2876
|
validator: (v: any) => boolean;
|
|
2789
2877
|
};
|
|
@@ -2824,11 +2912,30 @@ declare const VAutocomplete: {
|
|
|
2824
2912
|
class: PropType<any>;
|
|
2825
2913
|
placeholder: StringConstructor;
|
|
2826
2914
|
theme: StringConstructor;
|
|
2827
|
-
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2828
2915
|
messages: {
|
|
2829
2916
|
type: PropType<string | readonly string[]>;
|
|
2830
2917
|
default: () => never[];
|
|
2831
2918
|
};
|
|
2919
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2920
|
+
focused: BooleanConstructor;
|
|
2921
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2922
|
+
errorMessages: {
|
|
2923
|
+
type: PropType<string | readonly string[] | null>;
|
|
2924
|
+
default: () => never[];
|
|
2925
|
+
};
|
|
2926
|
+
maxErrors: {
|
|
2927
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2928
|
+
default: number;
|
|
2929
|
+
};
|
|
2930
|
+
rules: {
|
|
2931
|
+
type: PropType<readonly ValidationRule[]>;
|
|
2932
|
+
default: () => never[];
|
|
2933
|
+
};
|
|
2934
|
+
modelValue: {
|
|
2935
|
+
type: PropType<any>;
|
|
2936
|
+
default: any;
|
|
2937
|
+
};
|
|
2938
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
2832
2939
|
rounded: {
|
|
2833
2940
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2834
2941
|
default: undefined;
|
|
@@ -2839,10 +2946,6 @@ declare const VAutocomplete: {
|
|
|
2839
2946
|
default: string;
|
|
2840
2947
|
validator: (v: any) => boolean;
|
|
2841
2948
|
};
|
|
2842
|
-
modelValue: {
|
|
2843
|
-
type: PropType<any>;
|
|
2844
|
-
default: any;
|
|
2845
|
-
};
|
|
2846
2949
|
bgColor: StringConstructor;
|
|
2847
2950
|
prependIcon: PropType<IconValue>;
|
|
2848
2951
|
appendIcon: PropType<IconValue>;
|
|
@@ -2857,21 +2960,6 @@ declare const VAutocomplete: {
|
|
|
2857
2960
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
2858
2961
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
2859
2962
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
2860
|
-
focused: BooleanConstructor;
|
|
2861
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2862
|
-
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
2863
|
-
errorMessages: {
|
|
2864
|
-
type: PropType<string | readonly string[] | null>;
|
|
2865
|
-
default: () => never[];
|
|
2866
|
-
};
|
|
2867
|
-
maxErrors: {
|
|
2868
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2869
|
-
default: number;
|
|
2870
|
-
};
|
|
2871
|
-
rules: {
|
|
2872
|
-
type: PropType<readonly ValidationRule[]>;
|
|
2873
|
-
default: () => never[];
|
|
2874
|
-
};
|
|
2875
2963
|
centerAffix: {
|
|
2876
2964
|
type: BooleanConstructor;
|
|
2877
2965
|
default: undefined;
|
|
@@ -2942,6 +3030,8 @@ declare const VAutocomplete: {
|
|
|
2942
3030
|
density: Density;
|
|
2943
3031
|
slim: boolean;
|
|
2944
3032
|
valueComparator: typeof deepEqual;
|
|
3033
|
+
activatable: boolean;
|
|
3034
|
+
selectable: boolean;
|
|
2945
3035
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2946
3036
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2947
3037
|
lines: false | "one" | "two" | "three";
|
|
@@ -2958,6 +3048,8 @@ declare const VAutocomplete: {
|
|
|
2958
3048
|
density: Density;
|
|
2959
3049
|
slim: boolean;
|
|
2960
3050
|
valueComparator: typeof deepEqual;
|
|
3051
|
+
activatable: boolean;
|
|
3052
|
+
selectable: boolean;
|
|
2961
3053
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
2962
3054
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
2963
3055
|
lines: false | "one" | "two" | "three";
|
|
@@ -2971,6 +3063,7 @@ declare const VAutocomplete: {
|
|
|
2971
3063
|
maxWidth?: string | number | undefined;
|
|
2972
3064
|
minHeight?: string | number | undefined;
|
|
2973
3065
|
minWidth?: string | number | undefined;
|
|
3066
|
+
activated?: readonly unknown[] | undefined;
|
|
2974
3067
|
class?: any;
|
|
2975
3068
|
elevation?: string | number | undefined;
|
|
2976
3069
|
theme?: string | undefined;
|
|
@@ -2978,9 +3071,11 @@ declare const VAutocomplete: {
|
|
|
2978
3071
|
bgColor?: string | undefined;
|
|
2979
3072
|
baseColor?: string | undefined;
|
|
2980
3073
|
activeClass?: string | undefined;
|
|
3074
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
2981
3075
|
activeColor?: string | undefined;
|
|
2982
3076
|
collapseIcon?: string | undefined;
|
|
2983
3077
|
expandIcon?: string | undefined;
|
|
3078
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
2984
3079
|
"onClick:open"?: ((value: {
|
|
2985
3080
|
id: unknown;
|
|
2986
3081
|
value: boolean;
|
|
@@ -2991,6 +3086,11 @@ declare const VAutocomplete: {
|
|
|
2991
3086
|
value: boolean;
|
|
2992
3087
|
path: unknown[];
|
|
2993
3088
|
}) => any) | undefined;
|
|
3089
|
+
"onClick:activate"?: ((value: {
|
|
3090
|
+
id: unknown;
|
|
3091
|
+
value: boolean;
|
|
3092
|
+
path: unknown[];
|
|
3093
|
+
}) => any) | undefined;
|
|
2994
3094
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2995
3095
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2996
3096
|
nav: boolean;
|
|
@@ -3002,6 +3102,8 @@ declare const VAutocomplete: {
|
|
|
3002
3102
|
density: Density;
|
|
3003
3103
|
slim: boolean;
|
|
3004
3104
|
valueComparator: typeof deepEqual;
|
|
3105
|
+
activatable: boolean;
|
|
3106
|
+
selectable: boolean;
|
|
3005
3107
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
3006
3108
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
3007
3109
|
lines: false | "one" | "two" | "three";
|
|
@@ -3016,6 +3118,7 @@ declare const VAutocomplete: {
|
|
|
3016
3118
|
maxWidth?: string | number | undefined;
|
|
3017
3119
|
minHeight?: string | number | undefined;
|
|
3018
3120
|
minWidth?: string | number | undefined;
|
|
3121
|
+
activated?: readonly unknown[] | undefined;
|
|
3019
3122
|
class?: any;
|
|
3020
3123
|
elevation?: string | number | undefined;
|
|
3021
3124
|
theme?: string | undefined;
|
|
@@ -3023,10 +3126,12 @@ declare const VAutocomplete: {
|
|
|
3023
3126
|
bgColor?: string | undefined;
|
|
3024
3127
|
baseColor?: string | undefined;
|
|
3025
3128
|
activeClass?: string | undefined;
|
|
3129
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
3026
3130
|
activeColor?: string | undefined;
|
|
3027
3131
|
collapseIcon?: string | undefined;
|
|
3028
3132
|
expandIcon?: string | undefined;
|
|
3029
3133
|
} & {
|
|
3134
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
3030
3135
|
"onClick:open"?: ((value: {
|
|
3031
3136
|
id: unknown;
|
|
3032
3137
|
value: boolean;
|
|
@@ -3037,7 +3142,12 @@ declare const VAutocomplete: {
|
|
|
3037
3142
|
value: boolean;
|
|
3038
3143
|
path: unknown[];
|
|
3039
3144
|
}) => any) | undefined;
|
|
3040
|
-
|
|
3145
|
+
"onClick:activate"?: ((value: {
|
|
3146
|
+
id: unknown;
|
|
3147
|
+
value: boolean;
|
|
3148
|
+
path: unknown[];
|
|
3149
|
+
}) => any) | undefined;
|
|
3150
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3041
3151
|
items?: readonly any[] | undefined;
|
|
3042
3152
|
itemTitle?: SelectItemKey<any>;
|
|
3043
3153
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3436,7 +3546,7 @@ declare const VAutocomplete: {
|
|
|
3436
3546
|
flat: BooleanConstructor;
|
|
3437
3547
|
reverse: BooleanConstructor;
|
|
3438
3548
|
variant: {
|
|
3439
|
-
type: PropType<"filled" | "
|
|
3549
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3440
3550
|
default: string;
|
|
3441
3551
|
validator: (v: any) => boolean;
|
|
3442
3552
|
};
|
|
@@ -3477,11 +3587,30 @@ declare const VAutocomplete: {
|
|
|
3477
3587
|
class: PropType<any>;
|
|
3478
3588
|
placeholder: StringConstructor;
|
|
3479
3589
|
theme: StringConstructor;
|
|
3480
|
-
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3481
3590
|
messages: {
|
|
3482
3591
|
type: PropType<string | readonly string[]>;
|
|
3483
3592
|
default: () => never[];
|
|
3484
3593
|
};
|
|
3594
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3595
|
+
focused: BooleanConstructor;
|
|
3596
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3597
|
+
errorMessages: {
|
|
3598
|
+
type: PropType<string | readonly string[] | null>;
|
|
3599
|
+
default: () => never[];
|
|
3600
|
+
};
|
|
3601
|
+
maxErrors: {
|
|
3602
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3603
|
+
default: number;
|
|
3604
|
+
};
|
|
3605
|
+
rules: {
|
|
3606
|
+
type: PropType<readonly ValidationRule[]>;
|
|
3607
|
+
default: () => never[];
|
|
3608
|
+
};
|
|
3609
|
+
modelValue: {
|
|
3610
|
+
type: PropType<any>;
|
|
3611
|
+
default: any;
|
|
3612
|
+
};
|
|
3613
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
3485
3614
|
rounded: {
|
|
3486
3615
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3487
3616
|
default: undefined;
|
|
@@ -3492,10 +3621,6 @@ declare const VAutocomplete: {
|
|
|
3492
3621
|
default: string;
|
|
3493
3622
|
validator: (v: any) => boolean;
|
|
3494
3623
|
};
|
|
3495
|
-
modelValue: {
|
|
3496
|
-
type: PropType<any>;
|
|
3497
|
-
default: any;
|
|
3498
|
-
};
|
|
3499
3624
|
bgColor: StringConstructor;
|
|
3500
3625
|
prependIcon: PropType<IconValue>;
|
|
3501
3626
|
appendIcon: PropType<IconValue>;
|
|
@@ -3510,21 +3635,6 @@ declare const VAutocomplete: {
|
|
|
3510
3635
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
3511
3636
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
3512
3637
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
3513
|
-
focused: BooleanConstructor;
|
|
3514
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3515
|
-
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
3516
|
-
errorMessages: {
|
|
3517
|
-
type: PropType<string | readonly string[] | null>;
|
|
3518
|
-
default: () => never[];
|
|
3519
|
-
};
|
|
3520
|
-
maxErrors: {
|
|
3521
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
3522
|
-
default: number;
|
|
3523
|
-
};
|
|
3524
|
-
rules: {
|
|
3525
|
-
type: PropType<readonly ValidationRule[]>;
|
|
3526
|
-
default: () => never[];
|
|
3527
|
-
};
|
|
3528
3638
|
centerAffix: {
|
|
3529
3639
|
type: BooleanConstructor;
|
|
3530
3640
|
default: undefined;
|
|
@@ -3595,6 +3705,8 @@ declare const VAutocomplete: {
|
|
|
3595
3705
|
density: Density;
|
|
3596
3706
|
slim: boolean;
|
|
3597
3707
|
valueComparator: typeof deepEqual;
|
|
3708
|
+
activatable: boolean;
|
|
3709
|
+
selectable: boolean;
|
|
3598
3710
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
3599
3711
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
3600
3712
|
lines: false | "one" | "two" | "three";
|
|
@@ -3611,6 +3723,8 @@ declare const VAutocomplete: {
|
|
|
3611
3723
|
density: Density;
|
|
3612
3724
|
slim: boolean;
|
|
3613
3725
|
valueComparator: typeof deepEqual;
|
|
3726
|
+
activatable: boolean;
|
|
3727
|
+
selectable: boolean;
|
|
3614
3728
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
3615
3729
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
3616
3730
|
lines: false | "one" | "two" | "three";
|
|
@@ -3624,6 +3738,7 @@ declare const VAutocomplete: {
|
|
|
3624
3738
|
maxWidth?: string | number | undefined;
|
|
3625
3739
|
minHeight?: string | number | undefined;
|
|
3626
3740
|
minWidth?: string | number | undefined;
|
|
3741
|
+
activated?: readonly unknown[] | undefined;
|
|
3627
3742
|
class?: any;
|
|
3628
3743
|
elevation?: string | number | undefined;
|
|
3629
3744
|
theme?: string | undefined;
|
|
@@ -3631,9 +3746,11 @@ declare const VAutocomplete: {
|
|
|
3631
3746
|
bgColor?: string | undefined;
|
|
3632
3747
|
baseColor?: string | undefined;
|
|
3633
3748
|
activeClass?: string | undefined;
|
|
3749
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
3634
3750
|
activeColor?: string | undefined;
|
|
3635
3751
|
collapseIcon?: string | undefined;
|
|
3636
3752
|
expandIcon?: string | undefined;
|
|
3753
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
3637
3754
|
"onClick:open"?: ((value: {
|
|
3638
3755
|
id: unknown;
|
|
3639
3756
|
value: boolean;
|
|
@@ -3644,6 +3761,11 @@ declare const VAutocomplete: {
|
|
|
3644
3761
|
value: boolean;
|
|
3645
3762
|
path: unknown[];
|
|
3646
3763
|
}) => any) | undefined;
|
|
3764
|
+
"onClick:activate"?: ((value: {
|
|
3765
|
+
id: unknown;
|
|
3766
|
+
value: boolean;
|
|
3767
|
+
path: unknown[];
|
|
3768
|
+
}) => any) | undefined;
|
|
3647
3769
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3648
3770
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3649
3771
|
nav: boolean;
|
|
@@ -3655,6 +3777,8 @@ declare const VAutocomplete: {
|
|
|
3655
3777
|
density: Density;
|
|
3656
3778
|
slim: boolean;
|
|
3657
3779
|
valueComparator: typeof deepEqual;
|
|
3780
|
+
activatable: boolean;
|
|
3781
|
+
selectable: boolean;
|
|
3658
3782
|
selectStrategy: NonNullable<SelectStrategy>;
|
|
3659
3783
|
openStrategy: NonNullable<OpenStrategyProp>;
|
|
3660
3784
|
lines: false | "one" | "two" | "three";
|
|
@@ -3669,6 +3793,7 @@ declare const VAutocomplete: {
|
|
|
3669
3793
|
maxWidth?: string | number | undefined;
|
|
3670
3794
|
minHeight?: string | number | undefined;
|
|
3671
3795
|
minWidth?: string | number | undefined;
|
|
3796
|
+
activated?: readonly unknown[] | undefined;
|
|
3672
3797
|
class?: any;
|
|
3673
3798
|
elevation?: string | number | undefined;
|
|
3674
3799
|
theme?: string | undefined;
|
|
@@ -3676,10 +3801,12 @@ declare const VAutocomplete: {
|
|
|
3676
3801
|
bgColor?: string | undefined;
|
|
3677
3802
|
baseColor?: string | undefined;
|
|
3678
3803
|
activeClass?: string | undefined;
|
|
3804
|
+
activeStrategy?: SelectStrategy | undefined;
|
|
3679
3805
|
activeColor?: string | undefined;
|
|
3680
3806
|
collapseIcon?: string | undefined;
|
|
3681
3807
|
expandIcon?: string | undefined;
|
|
3682
3808
|
} & {
|
|
3809
|
+
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
|
3683
3810
|
"onClick:open"?: ((value: {
|
|
3684
3811
|
id: unknown;
|
|
3685
3812
|
value: boolean;
|
|
@@ -3690,7 +3817,12 @@ declare const VAutocomplete: {
|
|
|
3690
3817
|
value: boolean;
|
|
3691
3818
|
path: unknown[];
|
|
3692
3819
|
}) => any) | undefined;
|
|
3693
|
-
|
|
3820
|
+
"onClick:activate"?: ((value: {
|
|
3821
|
+
id: unknown;
|
|
3822
|
+
value: boolean;
|
|
3823
|
+
path: unknown[];
|
|
3824
|
+
}) => any) | undefined;
|
|
3825
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3694
3826
|
items?: readonly any[] | undefined;
|
|
3695
3827
|
itemTitle?: SelectItemKey<any>;
|
|
3696
3828
|
itemValue?: SelectItemKey<any>;
|