@@ -55,11 +55,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
55
55
default: boolean ;
56
56
} ;
57
57
itemTitle: {
58
- type: globalThis . PropType < string | boolean | ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null > ;
58
+ type: globalThis . PropType < string | boolean | readonly ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null > ;
59
59
default: string ;
60
60
} ;
61
61
itemValue: {
62
- type: globalThis . PropType < string | boolean | ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null > ;
62
+ type: globalThis . PropType < string | boolean | readonly ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null > ;
63
63
default: string ;
64
64
} ;
65
65
hideSelected: {
@@ -70,13 +70,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
70
70
type: globalThis . PropType < boolean > ;
71
71
default: boolean ;
72
72
} ;
73
- item: {
74
- type: globalThis . PropType < Record < string , unknown > > ;
75
- } ;
76
73
underlined: {
77
74
type: globalThis . PropType < boolean > ;
78
75
default: boolean ;
79
76
} ;
77
+ item: {
78
+ type: globalThis . PropType < Record < string , unknown > > ;
79
+ } ;
80
80
required: {
81
81
type: globalThis . PropType < boolean > ;
82
82
} ;
@@ -299,11 +299,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
299
299
default : boolean ;
300
300
} ;
301
301
itemTitle : {
302
- type : globalThis . PropType < string | boolean | ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null > ;
302
+ type : globalThis . PropType < string | boolean | readonly ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null > ;
303
303
default : string ;
304
304
} ;
305
305
itemValue : {
306
- type : globalThis . PropType < string | boolean | ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null > ;
306
+ type : globalThis . PropType < string | boolean | readonly ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null > ;
307
307
default : string ;
308
308
} ;
309
309
hideSelected : {
@@ -314,13 +314,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
314
314
type : globalThis . PropType < boolean > ;
315
315
default : boolean ;
316
316
} ;
317
- item : {
318
- type : globalThis . PropType < Record < string , unknown > > ;
319
- } ;
320
317
underlined : {
321
318
type : globalThis . PropType < boolean > ;
322
319
default : boolean ;
323
320
} ;
321
+ item : {
322
+ type : globalThis . PropType < Record < string , unknown > > ;
323
+ } ;
324
324
required : {
325
325
type : globalThis . PropType < boolean > ;
326
326
} ;
@@ -497,8 +497,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
497
497
variant : "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" ;
498
498
clearIcon : string ;
499
499
clearable : boolean ;
500
- itemTitle : string | boolean | ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null ;
501
- itemValue : string | boolean | ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null ;
500
+ itemTitle : string | boolean | readonly ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null ;
501
+ itemValue : string | boolean | readonly ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null ;
502
502
hideSelected : boolean;
503
503
menu : boolean;
504
504
underlined : boolean;
0 commit comments