1- import { FieldValue } from '../../src/types' ;
21declare const _default : __VLS_WithTemplateSlots < import ( "vue" ) . DefineComponent < {
3- modelValue : globalThis . PropType < FieldValue > ;
2+ modelValue : globalThis . PropType < any > ;
43 error: {
54 type: globalThis . PropType < boolean > ;
65 } ;
@@ -93,7 +92,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9392 default: boolean ;
9493 } ;
9594 displayAppendIcon: {
96- type: globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
95+ type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
9796 default: undefined ;
9897 } ;
9998 displayAppendIconColor: {
@@ -105,7 +104,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
105104 default: string ;
106105 } ;
107106 displayAppendInnerIcon: {
108- type: globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
107+ type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
109108 default: undefined ;
110109 } ;
111110 displayAppendInnerIconColor: {
@@ -117,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
117116 default: string ;
118117 } ;
119118 displayPrependIcon: {
120- type: globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
119+ type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
121120 default: undefined ;
122121 } ;
123122 displayPrependIconColor: {
@@ -129,7 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
129128 default: string ;
130129 } ;
131130 displayPrependInnerIcon: {
132- type: globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
131+ type: globalThis . PropType < import ( '../types' ) . VIconValue > ;
133132 default: undefined ;
134133 } ;
135134 displayPrependInnerIconColor: {
@@ -209,7 +208,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
209208 default: string ;
210209 } ;
211210} , { } , 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 > ;
213212 error : {
214213 type : globalThis . PropType < boolean > ;
215214 } ;
@@ -302,7 +301,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
302301 default : boolean ;
303302 } ;
304303 displayAppendIcon : {
305- type : globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
304+ type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
306305 default : undefined ;
307306 } ;
308307 displayAppendIconColor : {
@@ -314,7 +313,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
314313 default : string ;
315314 } ;
316315 displayAppendInnerIcon : {
317- type : globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
316+ type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
318317 default : undefined ;
319318 } ;
320319 displayAppendInnerIconColor : {
@@ -326,7 +325,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
326325 default : string ;
327326 } ;
328327 displayPrependIcon : {
329- type : globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
328+ type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
330329 default : undefined ;
331330 } ;
332331 displayPrependIconColor : {
@@ -338,7 +337,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
338337 default : string ;
339338 } ;
340339 displayPrependInnerIcon : {
341- type : globalThis . PropType < import ( '../../src/ types' ) . VIconValue > ;
340+ type : globalThis . PropType < import ( '../types' ) . VIconValue > ;
342341 default : undefined ;
343342 } ;
344343 displayPrependInnerIconColor : {
@@ -439,16 +438,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
439438 cancelIcon: string ;
440439 cancelIconColor: string ;
441440 closeSiblings: boolean ;
442- displayAppendIcon: import ( '../../src/ types' ) . VIconValue ;
441+ displayAppendIcon: import ( '../types' ) . VIconValue ;
443442 displayAppendIconColor: string ;
444443 displayAppendIconSize: string | number ;
445- displayAppendInnerIcon: import ( '../../src/ types' ) . VIconValue ;
444+ displayAppendInnerIcon: import ( '../types' ) . VIconValue ;
446445 displayAppendInnerIconColor: string ;
447446 displayAppendInnerIconSize: string | number ;
448- displayPrependIcon: import ( '../../src/ types' ) . VIconValue ;
447+ displayPrependIcon: import ( '../types' ) . VIconValue ;
449448 displayPrependIconColor: string ;
450449 displayPrependIconSize: string | number ;
451- displayPrependInnerIcon: import ( '../../src/ types' ) . VIconValue ;
450+ displayPrependInnerIcon: import ( '../types' ) . VIconValue ;
452451 displayPrependInnerIconColor: string ;
453452 displayPrependInnerIconSize: string | number ;
454453 emptyText: string ;
@@ -471,8 +470,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
471470} , { } > , {
472471 default ?( _ : {
473472 loading : boolean ;
474- modelValue : FieldValue | undefined ;
475- originalValue : FieldValue | undefined ;
473+ modelValue : any ;
474+ originalValue : any ;
476475 error : boolean ;
477476 rules ?: readonly ( ( string | boolean ) | ( ( value : any ) => string | boolean ) | ( ( value : any ) => PromiseLike < string | boolean > ) | {
478477 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<{
503502 color : string ;
504503 density : "default" | "comfortable" | "compact" | null ;
505504 disabled : boolean ;
506- displayAppendIcon : import ( '../../src/ types' ) . VIconValue | undefined ;
505+ displayAppendIcon : import ( '../types' ) . VIconValue | undefined ;
507506 displayAppendIconColor : string ;
508507 displayAppendIconSize : string | number ;
509- displayAppendInnerIcon : import ( '../../src/ types' ) . VIconValue | undefined ;
508+ displayAppendInnerIcon : import ( '../types' ) . VIconValue | undefined ;
510509 displayAppendInnerIconColor : string ;
511510 displayAppendInnerIconSize : string | number ;
512- displayPrependIcon : import ( '../../src/ types' ) . VIconValue | undefined ;
511+ displayPrependIcon : import ( '../types' ) . VIconValue | undefined ;
513512 displayPrependIconColor : string ;
514513 displayPrependIconSize : string | number ;
515- displayPrependInnerIcon : import ( '../../src/ types' ) . VIconValue | undefined ;
514+ displayPrependInnerIcon : import ( '../types' ) . VIconValue | undefined ;
516515 displayPrependInnerIconColor : string ;
517516 displayPrependInnerIconSize : string | number ;
518517 emptyText : string ;
0 commit comments