@@ -55,11 +55,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5555 default: boolean ;
5656 } ;
5757 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 > ;
5959 default: string ;
6060 } ;
6161 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 > ;
6363 default: string ;
6464 } ;
6565 hideSelected: {
@@ -70,13 +70,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
7070 type: globalThis . PropType < boolean > ;
7171 default: boolean ;
7272 } ;
73- item: {
74- type: globalThis . PropType < Record < string , unknown > > ;
75- } ;
7673 underlined: {
7774 type: globalThis . PropType < boolean > ;
7875 default: boolean ;
7976 } ;
77+ item: {
78+ type: globalThis . PropType < Record < string , unknown > > ;
79+ } ;
8080 required: {
8181 type: globalThis . PropType < boolean > ;
8282 } ;
@@ -299,11 +299,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
299299 default : boolean ;
300300 } ;
301301 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 > ;
303303 default : string ;
304304 } ;
305305 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 > ;
307307 default : string ;
308308 } ;
309309 hideSelected : {
@@ -314,13 +314,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
314314 type : globalThis . PropType < boolean > ;
315315 default : boolean ;
316316 } ;
317- item : {
318- type : globalThis . PropType < Record < string , unknown > > ;
319- } ;
320317 underlined : {
321318 type : globalThis . PropType < boolean > ;
322319 default : boolean ;
323320 } ;
321+ item : {
322+ type : globalThis . PropType < Record < string , unknown > > ;
323+ } ;
324324 required : {
325325 type : globalThis . PropType < boolean > ;
326326 } ;
@@ -497,8 +497,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
497497 variant : "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" ;
498498 clearIcon : string ;
499499 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 ;
502502 hideSelected : boolean;
503503 menu : boolean;
504504 underlined : boolean;
0 commit comments