@@ -30,6 +30,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
30
30
type: globalThis . PropType < boolean > ;
31
31
default: boolean ;
32
32
} ;
33
+ variant: {
34
+ type: globalThis . PropType < "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" > ;
35
+ default: "underlined" ;
36
+ } ;
33
37
loading: {
34
38
type: globalThis . PropType < boolean > ;
35
39
default: boolean ;
@@ -38,10 +42,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
38
42
type: globalThis . PropType < boolean > ;
39
43
default: boolean ;
40
44
} ;
41
- variant: {
42
- type: globalThis . PropType < "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" > ;
43
- default: "underlined" ;
44
- } ;
45
45
clearIcon: {
46
46
type: globalThis . PropType < string > ;
47
47
} ;
@@ -116,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
116
116
default: boolean ;
117
117
} ;
118
118
displayAppendIcon: {
119
- type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
119
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
120
120
default: undefined ;
121
121
} ;
122
122
displayAppendIconColor: {
@@ -128,7 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
128
128
default: string ;
129
129
} ;
130
130
displayAppendInnerIcon: {
131
- type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
131
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
132
132
default: undefined ;
133
133
} ;
134
134
displayAppendInnerIconColor: {
@@ -140,7 +140,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
140
140
default: string ;
141
141
} ;
142
142
displayPrependIcon: {
143
- type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
143
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
144
144
default: undefined ;
145
145
} ;
146
146
displayPrependIconColor: {
@@ -152,7 +152,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
152
152
default: string ;
153
153
} ;
154
154
displayPrependInnerIcon: {
155
- type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
155
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
156
156
default: undefined ;
157
157
} ;
158
158
displayPrependInnerIconColor: {
@@ -269,6 +269,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
269
269
type : globalThis . PropType < boolean > ;
270
270
default : boolean ;
271
271
} ;
272
+ variant : {
273
+ type : globalThis . PropType < "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" > ;
274
+ default : "underlined" ;
275
+ } ;
272
276
loading : {
273
277
type : globalThis . PropType < boolean > ;
274
278
default : boolean ;
@@ -277,10 +281,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
277
281
type : globalThis . PropType < boolean > ;
278
282
default : boolean ;
279
283
} ;
280
- variant : {
281
- type : globalThis . PropType < "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" > ;
282
- default : "underlined" ;
283
- } ;
284
284
clearIcon : {
285
285
type : globalThis . PropType < string > ;
286
286
} ;
@@ -355,7 +355,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
355
355
default : boolean ;
356
356
} ;
357
357
displayAppendIcon : {
358
- type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
358
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
359
359
default : undefined ;
360
360
} ;
361
361
displayAppendIconColor : {
@@ -367,7 +367,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
367
367
default : string ;
368
368
} ;
369
369
displayAppendInnerIcon : {
370
- type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
370
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
371
371
default : undefined ;
372
372
} ;
373
373
displayAppendInnerIconColor : {
@@ -379,7 +379,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
379
379
default : string ;
380
380
} ;
381
381
displayPrependIcon : {
382
- type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
382
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
383
383
default : undefined ;
384
384
} ;
385
385
displayPrependIconColor : {
@@ -391,7 +391,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
391
391
default : string ;
392
392
} ;
393
393
displayPrependInnerIcon : {
394
- type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
394
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
395
395
default : undefined ;
396
396
} ;
397
397
displayPrependInnerIconColor : {
@@ -481,9 +481,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
481
481
disabled : boolean;
482
482
density : "default" | "comfortable" | "compact" | null ;
483
483
hideDetails : boolean;
484
+ variant : "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" ;
484
485
loading : boolean;
485
486
autofocus : boolean;
486
- variant : "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" ;
487
487
underlined : boolean;
488
488
truncateLength : number;
489
489
truncateSuffix : string;
@@ -500,16 +500,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
500
500
cell : boolean;
501
501
cellUnderlineFullWidth : boolean;
502
502
closeSiblings : boolean;
503
- displayAppendIcon : import ( '../types' ) . VIconValue ;
503
+ displayAppendIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
504
504
displayAppendIconColor : string;
505
505
displayAppendIconSize : string | number ;
506
- displayAppendInnerIcon : import ( '../types' ) . VIconValue ;
506
+ displayAppendInnerIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
507
507
displayAppendInnerIconColor : string;
508
508
displayAppendInnerIconSize : string | number ;
509
- displayPrependIcon : import ( '../types' ) . VIconValue ;
509
+ displayPrependIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
510
510
displayPrependIconColor : string;
511
511
displayPrependIconSize : string | number ;
512
- displayPrependInnerIcon : import ( '../types' ) . VIconValue ;
512
+ displayPrependInnerIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
513
513
displayPrependInnerIconColor : string;
514
514
displayPrependInnerIconSize : string | number ;
515
515
emptyText : string;
@@ -536,11 +536,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
536
536
modelValue : any ;
537
537
originalValue : any ;
538
538
error : boolean ;
539
- rules ? : readonly ( ( string | boolean ) | ( ( value : any ) => string | boolean ) | ( ( value : any ) => PromiseLike < string | boolean > ) | {
539
+ rules : readonly ( ( string | boolean ) | ( ( value : any ) => string | boolean ) | ( ( value : any ) => PromiseLike < string | boolean > ) | {
540
540
then : < TResult1 = string | boolean , TResult2 = never > ( onfulfilled ?: ( ( value : string | boolean ) => TResult1 | PromiseLike < TResult1 > ) | null | undefined , onrejected ?: ( ( reason : any ) => TResult2 | PromiseLike < TResult2 > ) | null | undefined ) => PromiseLike < TResult1 | TResult2 > ;
541
541
} ) [ ] | undefined ;
542
- clearIcon ? : string | undefined ;
543
- item ? : Record < string , unknown > | undefined ;
542
+ clearIcon : string | undefined ;
543
+ item : Record < string , unknown > | undefined ;
544
544
required : boolean ;
545
545
truncateLength : number | undefined ;
546
546
truncateSuffix : string ;
@@ -572,16 +572,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
572
572
color : string ;
573
573
density : "default" | "comfortable" | "compact" | null ;
574
574
disabled : boolean ;
575
- displayAppendIcon : import ( '../types' ) . VIconValue | undefined ;
575
+ displayAppendIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
576
576
displayAppendIconColor : string | undefined ;
577
577
displayAppendIconSize : string | number ;
578
- displayAppendInnerIcon : import ( '../types' ) . VIconValue | undefined ;
578
+ displayAppendInnerIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
579
579
displayAppendInnerIconColor : string | undefined ;
580
580
displayAppendInnerIconSize : string | number ;
581
- displayPrependIcon : import ( '../types' ) . VIconValue | undefined ;
581
+ displayPrependIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
582
582
displayPrependIconColor : string | undefined ;
583
583
displayPrependIconSize : string | number ;
584
- displayPrependInnerIcon : import ( '../types' ) . VIconValue | undefined ;
584
+ displayPrependInnerIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
585
585
displayPrependInnerIconColor : string | undefined ;
586
586
displayPrependInnerIconSize : string | number ;
587
587
emptyText : string ;
0 commit comments