1
- import { FieldValue } from '../../src/types' ;
2
1
declare const _default : __VLS_WithTemplateSlots < import ( "vue" ) . DefineComponent < {
3
- modelValue : globalThis . PropType < FieldValue > ;
2
+ modelValue : globalThis . PropType < any > ;
4
3
error: {
5
4
type: globalThis . PropType < boolean > ;
6
5
} ;
@@ -93,7 +92,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
93
92
default: boolean ;
94
93
} ;
95
94
displayAppendIcon: {
96
- type: globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
95
+ type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
97
96
default: undefined ;
98
97
} ;
99
98
displayAppendIconColor: {
@@ -105,7 +104,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
105
104
default: string ;
106
105
} ;
107
106
displayAppendInnerIcon: {
108
- type: globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
107
+ type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
109
108
default: undefined ;
110
109
} ;
111
110
displayAppendInnerIconColor: {
@@ -117,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
117
116
default: string ;
118
117
} ;
119
118
displayPrependIcon: {
120
- type: globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
119
+ type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
121
120
default: undefined ;
122
121
} ;
123
122
displayPrependIconColor: {
@@ -129,7 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
129
128
default: string ;
130
129
} ;
131
130
displayPrependInnerIcon: {
132
- type: globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
131
+ type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
133
132
default: undefined ;
134
133
} ;
135
134
displayPrependInnerIconColor: {
@@ -209,7 +208,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
209
208
default: string ;
210
209
} ;
211
210
} , { } , unknown , { } , { } , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , string [ ] , string , import ( "vue" ) . VNodeProps & import ( "vue" ) . AllowedComponentProps & import ( "vue" ) . ComponentCustomProps , Readonly < import ( "vue" ) . ExtractPropTypes < {
212
- modelValue : globalThis . PropType < FieldValue > ;
211
+ modelValue : globalThis . PropType < any > ;
213
212
error : {
214
213
type : globalThis . PropType < boolean > ;
215
214
} ;
@@ -302,7 +301,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
302
301
default : boolean ;
303
302
} ;
304
303
displayAppendIcon : {
305
- type : globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
304
+ type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
306
305
default : undefined ;
307
306
} ;
308
307
displayAppendIconColor : {
@@ -314,7 +313,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
314
313
default : string ;
315
314
} ;
316
315
displayAppendInnerIcon : {
317
- type : globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
316
+ type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
318
317
default : undefined ;
319
318
} ;
320
319
displayAppendInnerIconColor : {
@@ -326,7 +325,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
326
325
default : string ;
327
326
} ;
328
327
displayPrependIcon : {
329
- type : globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
328
+ type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
330
329
default : undefined ;
331
330
} ;
332
331
displayPrependIconColor : {
@@ -338,7 +337,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
338
337
default : string ;
339
338
} ;
340
339
displayPrependInnerIcon : {
341
- type : globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
340
+ type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
342
341
default : undefined ;
343
342
} ;
344
343
displayPrependInnerIconColor : {
@@ -439,16 +438,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
439
438
cancelIcon: string ;
440
439
cancelIconColor: string ;
441
440
closeSiblings: boolean ;
442
- displayAppendIcon: import ( '../../src/ types' ) . VIconValue ;
441
+ displayAppendIcon: import ( '../types' ) . VIconValue ;
443
442
displayAppendIconColor: string ;
444
443
displayAppendIconSize: string | number ;
445
- displayAppendInnerIcon: import ( '../../src/ types' ) . VIconValue ;
444
+ displayAppendInnerIcon: import ( '../types' ) . VIconValue ;
446
445
displayAppendInnerIconColor: string ;
447
446
displayAppendInnerIconSize: string | number ;
448
- displayPrependIcon: import ( '../../src/ types' ) . VIconValue ;
447
+ displayPrependIcon: import ( '../types' ) . VIconValue ;
449
448
displayPrependIconColor: string ;
450
449
displayPrependIconSize: string | number ;
451
- displayPrependInnerIcon: import ( '../../src/ types' ) . VIconValue ;
450
+ displayPrependInnerIcon: import ( '../types' ) . VIconValue ;
452
451
displayPrependInnerIconColor: string ;
453
452
displayPrependInnerIconSize: string | number ;
454
453
emptyText: string ;
@@ -471,8 +470,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
471
470
} , { } > , {
472
471
default ?( _ : {
473
472
loading : boolean ;
474
- modelValue : FieldValue | undefined ;
475
- originalValue : FieldValue | undefined ;
473
+ modelValue : any ;
474
+ originalValue : any ;
476
475
error : boolean ;
477
476
rules ?: readonly ( ( string | boolean ) | ( ( value : any ) => string | boolean ) | ( ( value : any ) => PromiseLike < string | boolean > ) | {
478
477
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 > ;
@@ -503,16 +502,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
503
502
color : string ;
504
503
density : "default" | "comfortable" | "compact" | null ;
505
504
disabled : boolean ;
506
- displayAppendIcon : import ( '../../src/ types' ) . VIconValue | undefined ;
505
+ displayAppendIcon : import ( '../types' ) . VIconValue | undefined ;
507
506
displayAppendIconColor : string ;
508
507
displayAppendIconSize : string | number ;
509
- displayAppendInnerIcon : import ( '../../src/ types' ) . VIconValue | undefined ;
508
+ displayAppendInnerIcon : import ( '../types' ) . VIconValue | undefined ;
510
509
displayAppendInnerIconColor : string ;
511
510
displayAppendInnerIconSize : string | number ;
512
- displayPrependIcon : import ( '../../src/ types' ) . VIconValue | undefined ;
511
+ displayPrependIcon : import ( '../types' ) . VIconValue | undefined ;
513
512
displayPrependIconColor : string ;
514
513
displayPrependIconSize : string | number ;
515
- displayPrependInnerIcon : import ( '../../src/ types' ) . VIconValue | undefined ;
514
+ displayPrependInnerIcon : import ( '../types' ) . VIconValue | undefined ;
516
515
displayPrependInnerIconColor : string ;
517
516
displayPrependInnerIconSize : string | number ;
518
517
emptyText : string ;
0 commit comments