@@ -89,15 +89,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
89
89
sortBy : ( ) => never [ ] ;
90
90
tableType : ( ) => { } ;
91
91
} > , { } , unknown , { } , { } , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , {
92
- "update:page" : ( ...args : any [ ] ) => void ;
93
- "update:itemsPerPage" : ( ...args : any [ ] ) => void ;
94
- "update:sortBy" : ( ...args : any [ ] ) => void ;
95
- "update:options" : ( ...args : any [ ] ) => void ;
96
- "update:expanded" : ( ...args : any [ ] ) => void ;
97
- "update:drilldown" : ( ...args : any [ ] ) => void ;
98
92
"click:row" : ( ...args : any [ ] ) => void ;
99
93
"click:row:checkbox" : ( ...args : any [ ] ) => void ;
94
+ "update:expanded" : ( ...args : any [ ] ) => void ;
95
+ "update:drilldown" : ( ...args : any [ ] ) => void ;
96
+ "update:options" : ( ...args : any [ ] ) => void ;
97
+ "update:itemsPerPage" : ( ...args : any [ ] ) => void ;
98
+ "update:page" : ( ...args : any [ ] ) => void ;
100
99
"update:search" : ( ...args : any [ ] ) => void ;
100
+ "update:sortBy" : ( ...args : any [ ] ) => void ;
101
101
} , string , import ( "vue" ) . PublicProps , Readonly < import ( "vue" ) . ExtractPropTypes < __VLS_WithDefaults < __VLS_TypePropsToRuntimeProps < Props > , {
102
102
colorPercentageChange : number ;
103
103
colorPercentageDirection : "desc" ;
@@ -188,15 +188,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
188
188
sortBy : ( ) => never [ ] ;
189
189
tableType : ( ) => { } ;
190
190
} > > > & {
191
- "onUpdate:sortBy" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
192
- "onUpdate:expanded" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
193
- "onUpdate:page" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
194
- "onUpdate:itemsPerPage" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
195
- "onUpdate:options" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
196
- "onUpdate:drilldown" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
197
191
"onClick:row" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
198
192
"onClick:row:checkbox" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
193
+ "onUpdate:expanded" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
194
+ "onUpdate:drilldown" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
195
+ "onUpdate:options" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
196
+ "onUpdate:itemsPerPage" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
197
+ "onUpdate:page" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
199
198
"onUpdate:search" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
199
+ "onUpdate:sortBy" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
200
200
} , {
201
201
page : string | number ;
202
202
colorPercentageChange: number ;
@@ -244,14 +244,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
244
244
defaultColors: import ( './types' ) . DefaultColors ;
245
245
colors: import ( './types' ) . ColorsObject ;
246
246
headerBackgroundColor: string ;
247
- filterKeys: string | string [ ] ;
248
- noFilter: boolean ;
249
- returnObject: boolean ;
250
- columnWidths: number [ ] ;
251
- headerColor: string ;
252
247
footerBackgroundColor: string ;
253
248
footerColor: string ;
249
+ headerColor: string ;
250
+ columnWidths: number [ ] ;
251
+ filterKeys: string | string [ ] ;
254
252
isDrilldown: boolean ;
253
+ noFilter: boolean ;
254
+ returnObject: boolean ;
255
255
tableType: { } ;
256
256
} , { } > , Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & Partial < Record < string , ( _ : { } ) => any > > & Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & {
257
257
loader ?( _ : { } ) : any ;
0 commit comments