@@ -87,6 +87,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8787 type: globalThis . PropType < string > ;
8888 default: string ;
8989 } ;
90+ cardField: {
91+ type: globalThis . PropType < boolean > ;
92+ default: boolean ;
93+ } ;
94+ cardOffsetX: {
95+ type: globalThis . PropType < number > ;
96+ default: number ;
97+ } ;
98+ cardOffsetY: {
99+ type: globalThis . PropType < number > ;
100+ default: number ;
101+ } ;
102+ cardProps: {
103+ type: globalThis . PropType < any > ;
104+ default: ( ) => { } ;
105+ } ;
90106 closeSiblings: {
91107 type: globalThis . PropType < boolean > ;
92108 default: boolean ;
@@ -97,7 +113,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
97113 } ;
98114 displayAppendIconColor: {
99115 type: globalThis . PropType < string > ;
100- default: string ;
116+ default: undefined ;
101117 } ;
102118 displayAppendIconSize: {
103119 type: globalThis . PropType < string | number > ;
@@ -109,7 +125,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
109125 } ;
110126 displayAppendInnerIconColor: {
111127 type: globalThis . PropType < string > ;
112- default: string ;
128+ default: undefined ;
113129 } ;
114130 displayAppendInnerIconSize: {
115131 type: globalThis . PropType < string | number > ;
@@ -121,7 +137,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
121137 } ;
122138 displayPrependIconColor: {
123139 type: globalThis . PropType < string > ;
124- default: string ;
140+ default: undefined ;
125141 } ;
126142 displayPrependIconSize: {
127143 type: globalThis . PropType < string | number > ;
@@ -133,7 +149,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
133149 } ;
134150 displayPrependInnerIconColor: {
135151 type: globalThis . PropType < string > ;
136- default: string ;
152+ default: undefined ;
137153 } ;
138154 displayPrependInnerIconSize: {
139155 type: globalThis . PropType < string | number > ;
@@ -296,6 +312,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
296312 type : globalThis . PropType < string > ;
297313 default : string ;
298314 } ;
315+ cardField : {
316+ type : globalThis . PropType < boolean > ;
317+ default : boolean ;
318+ } ;
319+ cardOffsetX : {
320+ type : globalThis . PropType < number > ;
321+ default : number ;
322+ } ;
323+ cardOffsetY : {
324+ type : globalThis . PropType < number > ;
325+ default : number ;
326+ } ;
327+ cardProps : {
328+ type : globalThis . PropType < any > ;
329+ default : ( ) => { } ;
330+ } ;
299331 closeSiblings : {
300332 type : globalThis . PropType < boolean > ;
301333 default : boolean ;
@@ -306,7 +338,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
306338 } ;
307339 displayAppendIconColor : {
308340 type : globalThis . PropType < string > ;
309- default : string ;
341+ default : undefined ;
310342 } ;
311343 displayAppendIconSize : {
312344 type : globalThis . PropType < string | number > ;
@@ -318,7 +350,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
318350 } ;
319351 displayAppendInnerIconColor : {
320352 type : globalThis . PropType < string > ;
321- default : string ;
353+ default : undefined ;
322354 } ;
323355 displayAppendInnerIconSize : {
324356 type : globalThis . PropType < string | number > ;
@@ -330,7 +362,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
330362 } ;
331363 displayPrependIconColor : {
332364 type : globalThis . PropType < string > ;
333- default : string ;
365+ default : undefined ;
334366 } ;
335367 displayPrependIconSize : {
336368 type : globalThis . PropType < string | number > ;
@@ -342,7 +374,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
342374 } ;
343375 displayPrependInnerIconColor : {
344376 type : globalThis . PropType < string > ;
345- default : string ;
377+ default : undefined ;
346378 } ;
347379 displayPrependInnerIconSize : {
348380 type : globalThis . PropType < string | number > ;
@@ -437,6 +469,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
437469 cancelButtonVariant: NonNullable < "flat" | "outlined" | "plain" | "text" | "elevated" | "tonal" > ;
438470 cancelIcon: string ;
439471 cancelIconColor: string ;
472+ cardField: boolean ;
473+ cardOffsetX: number ;
474+ cardOffsetY: number ;
475+ cardProps: any ;
440476 closeSiblings: boolean ;
441477 displayAppendIcon: import ( '../types' ) . VIconValue ;
442478 displayAppendIconColor: string ;
@@ -467,7 +503,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
467503 underlineStyle: string ;
468504 underlineWidth: string ;
469505 valueColor: string ;
470- } , { } > , {
506+ } , { } > , Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & {
471507 default ?( _ : {
472508 loading : boolean ;
473509 modelValue : any ;
@@ -498,21 +534,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
498534 cancelButtonVariant : NonNullable < "flat" | "outlined" | "plain" | "text" | "elevated" | "tonal" > ;
499535 cancelIcon : string | undefined ;
500536 cancelIconColor : string ;
537+ cardField : boolean ;
538+ cardOffsetX : number ;
539+ cardOffsetY : number ;
540+ cardProps : any ;
501541 closeSiblings : boolean ;
502542 color : string ;
503543 density : "default" | "comfortable" | "compact" | null ;
504544 disabled : boolean ;
505545 displayAppendIcon : import ( '../types' ) . VIconValue | undefined ;
506- displayAppendIconColor : string ;
546+ displayAppendIconColor : string | undefined ;
507547 displayAppendIconSize : string | number ;
508548 displayAppendInnerIcon : import ( '../types' ) . VIconValue | undefined ;
509- displayAppendInnerIconColor : string ;
549+ displayAppendInnerIconColor : string | undefined ;
510550 displayAppendInnerIconSize : string | number ;
511551 displayPrependIcon : import ( '../types' ) . VIconValue | undefined ;
512- displayPrependIconColor : string ;
552+ displayPrependIconColor : string | undefined ;
513553 displayPrependIconSize : string | number ;
514554 displayPrependInnerIcon : import ( '../types' ) . VIconValue | undefined ;
515- displayPrependInnerIconColor : string ;
555+ displayPrependInnerIconColor : string | undefined ;
516556 displayPrependInnerIconSize : string | number ;
517557 emptyText : string ;
518558 fieldOnly : boolean ;
0 commit comments