@@ -8,6 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8
8
cardOffsetY : number ;
9
9
cardPadding : number ;
10
10
cardProps : ( ) => { } ;
11
+ clearable : boolean ;
11
12
color : undefined ;
12
13
colorPickerProps : ( ) => { } ;
13
14
density : string ;
@@ -31,6 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
31
32
readonly : boolean ;
32
33
readonlyInput : boolean ;
33
34
required : boolean ;
35
+ variant : string ;
34
36
} > , { } , unknown , { } , { } , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , {
35
37
update : ( ...args : any [ ] ) => void ;
36
38
"update:mode" : ( ...args : any [ ] ) => void ;
@@ -43,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
45
cardOffsetY : number ;
44
46
cardPadding : number ;
45
47
cardProps : ( ) => { } ;
48
+ clearable : boolean ;
46
49
color : undefined ;
47
50
colorPickerProps : ( ) => { } ;
48
51
density : string ;
@@ -66,6 +69,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
66
69
readonly : boolean ;
67
70
readonlyInput : boolean ;
68
71
required : boolean ;
72
+ variant : string ;
69
73
} > > > & {
70
74
onUpdate ?: ( ( ...args : any [ ] ) => any ) | undefined ;
71
75
"onUpdate:mode" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
@@ -79,6 +83,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
79
83
cardOffsetY: string | number ;
80
84
cardPadding: string | number ;
81
85
cardProps: import ( './types' ) . VCardProps ;
86
+ clearable: boolean ;
82
87
colorPickerProps: Partial < {
83
88
width : NonNullable < string | number > ;
84
89
style : globalThis . StyleValue ;
@@ -212,9 +217,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
212
217
} >> & {
213
218
"onUpdate:modelValue" ?: ( ( color : any ) => any ) | undefined ;
214
219
"onUpdate:mode" ?: ( ( mode : "rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa" ) => any ) | undefined ;
215
- } , "canvasHeight" | "dotSize" | "hideCanvas" | "hideInputs" | "hideSliders" | "mode" | "modes" | "showSwatches" | "swatchesMaxHeight" | "tag" | "style" | "rounded" | "width" | "disabled" > & {
216
- hideModeSwitch ?: boolean | undefined ;
217
- } ;
220
+ } , "canvasHeight" | "dotSize" | "hideCanvas" | "hideInputs" | "hideSliders" | "mode" | "modes" | "showSwatches" | "swatchesMaxHeight" | "tag" | "style" | "rounded" | "width" | "disabled" > ;
218
221
density : "default " | "comfortable" | "compact" | null ;
219
222
hint : string;
220
223
iconHoverColor : string | boolean ;
@@ -236,6 +239,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
236
239
readonly: boolean | null ;
237
240
readonlyInput: boolean | null ;
238
241
required: boolean ;
242
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" ;
239
243
} , { } > , Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & {
240
244
prepend ?( _ : {
241
245
toggleColorPicker : typeof toggleColorPicker ;
0 commit comments