1
- import { Props } from '.. /types' ;
1
+ import { Props } from './types' ;
2
2
declare const _default : __VLS_WithTemplateSlots < import ( "vue" ) . DefineComponent < __VLS_WithDefaults < __VLS_TypePropsToRuntimeProps < Props > , {
3
3
colorPercentageChange : number ;
4
4
colorPercentageDirection : "desc" ;
5
5
colors : ( ) => {
6
- readonly default : import ( '.. /types' ) . DefaultColors ;
6
+ readonly default : import ( './types' ) . DefaultColors ;
7
7
readonly footer : {
8
8
readonly background : undefined ;
9
9
readonly color : undefined ;
@@ -16,15 +16,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
16
16
readonly percentageDirection : "desc" ;
17
17
} ;
18
18
columnWidths : ( ) => never [ ] ;
19
- defaultColors : ( ) => import ( '.. /types' ) . DefaultColors ;
19
+ defaultColors : ( ) => import ( './types' ) . DefaultColors ;
20
20
density : string ;
21
21
drilldownKey : string ;
22
22
elevation : number ;
23
23
expandOnClick : boolean ;
24
24
filterKeys : undefined ;
25
25
footerBackgroundColor : undefined ;
26
26
footerColor : undefined ;
27
- footers : ( ) => import ( '.. /types' ) . Column [ ] ;
27
+ footers : ( ) => import ( './types' ) . Column [ ] ;
28
28
headerBackgroundColor : undefined ;
29
29
headerColor : undefined ;
30
30
height : string ;
@@ -75,7 +75,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
75
75
xxl : number ;
76
76
} ;
77
77
searchDebounce : number ;
78
- searchEvents : ( ) => { } ;
79
78
searchMaxWait : number ;
80
79
searchProps : ( ) => { } ;
81
80
selectStrategy : "page" ;
@@ -90,20 +89,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
90
89
sortBy : ( ) => never [ ] ;
91
90
tableType : ( ) => { } ;
92
91
} > , { } , unknown , { } , { } , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , {
93
- "update:drilldown" : ( ...args : any [ ] ) => void ;
94
- "update:expanded" : ( ...args : any [ ] ) => void ;
95
92
"click:row" : ( ...args : any [ ] ) => void ;
96
93
"click:row:checkbox" : ( ...args : any [ ] ) => void ;
97
- "update:sortBy " : ( ...args : any [ ] ) => void ;
98
- "update:search " : ( ...args : any [ ] ) => void ;
94
+ "update:expanded " : ( ...args : any [ ] ) => void ;
95
+ "update:drilldown " : ( ...args : any [ ] ) => void ;
99
96
"update:options" : ( ...args : any [ ] ) => void ;
100
97
"update:itemsPerPage" : ( ...args : any [ ] ) => void ;
101
98
"update:page" : ( ...args : any [ ] ) => void ;
102
- } , string , import ( "vue" ) . VNodeProps & import ( "vue" ) . AllowedComponentProps & import ( "vue" ) . ComponentCustomProps , Readonly < import ( "vue" ) . ExtractPropTypes < __VLS_WithDefaults < __VLS_TypePropsToRuntimeProps < Props > , {
99
+ "update:search" : ( ...args : any [ ] ) => void ;
100
+ "update:sortBy" : ( ...args : any [ ] ) => void ;
101
+ } , string , import ( "vue" ) . PublicProps , Readonly < import ( "vue" ) . ExtractPropTypes < __VLS_WithDefaults < __VLS_TypePropsToRuntimeProps < Props > , {
103
102
colorPercentageChange : number ;
104
103
colorPercentageDirection : "desc" ;
105
104
colors : ( ) => {
106
- readonly default : import ( '.. /types' ) . DefaultColors ;
105
+ readonly default : import ( './types' ) . DefaultColors ;
107
106
readonly footer : {
108
107
readonly background : undefined ;
109
108
readonly color : undefined ;
@@ -116,15 +115,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
116
115
readonly percentageDirection : "desc" ;
117
116
} ;
118
117
columnWidths : ( ) => never [ ] ;
119
- defaultColors : ( ) => import ( '.. /types' ) . DefaultColors ;
118
+ defaultColors : ( ) => import ( './types' ) . DefaultColors ;
120
119
density : string ;
121
120
drilldownKey : string ;
122
121
elevation : number ;
123
122
expandOnClick : boolean ;
124
123
filterKeys : undefined ;
125
124
footerBackgroundColor : undefined ;
126
125
footerColor : undefined ;
127
- footers : ( ) => import ( '.. /types' ) . Column [ ] ;
126
+ footers : ( ) => import ( './types' ) . Column [ ] ;
128
127
headerBackgroundColor : undefined ;
129
128
headerColor : undefined ;
130
129
height : string ;
@@ -175,7 +174,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
175
174
xxl : number ;
176
175
} ;
177
176
searchDebounce : number ;
178
- searchEvents : ( ) => { } ;
179
177
searchMaxWait : number ;
180
178
searchProps : ( ) => { } ;
181
179
selectStrategy : "page" ;
@@ -190,71 +188,70 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
190
188
sortBy : ( ) => never [ ] ;
191
189
tableType : ( ) => { } ;
192
190
} > > > & {
193
- "onUpdate:sortBy" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
194
- "onUpdate:expanded" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
195
- "onUpdate:page" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
196
- "onUpdate:itemsPerPage" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
197
- "onUpdate:options" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
198
191
"onClick:row" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
199
192
"onClick:row:checkbox" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
200
- "onUpdate:search " ?: ( ( ...args : any [ ] ) => any ) | undefined ;
193
+ "onUpdate:expanded " ?: ( ( ...args : any [ ] ) => any ) | undefined ;
201
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 ;
198
+ "onUpdate:search" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
199
+ "onUpdate:sortBy" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
202
200
} , {
203
- filterKeys : string | string [ ] ;
204
- noFilter : boolean ;
201
+ page : string | number ;
202
+ colorPercentageChange: number ;
203
+ colorPercentageDirection: "desc" | "asc" ;
205
204
density: any ;
206
- height : string | number ;
207
- hover : boolean ;
208
- loading : string | boolean ;
209
- sortAscIcon : string | import ( "vue" ) . JSXComponent | ( string | [ path : string , opacity : number ] ) [ ] ;
210
- sortBy : readonly {
211
- key : string;
212
- order ?: boolean | "asc" | "desc" | undefined ;
213
- } [ ] ;
214
- showSelect : boolean ;
215
- selectStrategy : "page" | "all" | "single" ;
216
- items : any [ ] ;
217
- itemValue : string | boolean | readonly ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null ;
218
- itemSelectable : string | boolean | readonly ( string | number ) [ ] | ( ( item : Record < string , any > , fallback ?: any ) => any ) | null ;
219
- returnObject : boolean;
205
+ drilldownKey: string ;
206
+ elevation: string | number ;
220
207
expandOnClick: boolean ;
221
- showExpand : boolean;
222
- search : string;
223
- loadingText : string;
208
+ footers: import ( './types' ) . Column [ ] ;
209
+ height: string | number ;
224
210
hideNoData: boolean ;
225
- noDataText : string;
226
- page : string | number ;
227
- itemsPerPage : string | number ;
211
+ hover: boolean ;
212
+ itemChildrenKey: string ;
213
+ itemSelectable: string | boolean | readonly ( string | number ) [ ] | ( ( item : any , fallback ?: any ) => any ) | null ;
214
+ itemValue: string | boolean | readonly ( string | number ) [ ] | ( ( item : any , fallback ?: any ) => any ) | null ;
215
+ items: readonly any [ ] ;
228
216
itemsLength: number ;
229
- colors : import ( '../types' ) . ColorsObject ;
217
+ itemsPerPage: string | number ;
230
218
level: number ;
231
- colorPercentageChange : number ;
232
- colorPercentageDirection : "asc" | "desc" ;
233
- columnWidths : number [ ] ;
234
- headerBackgroundColor : string ;
235
- headerColor : string ;
219
+ levels: number ;
220
+ loaderProps: import ( './types' ) . LoaderProps ;
236
221
loaderType: string | false | string [ ] | null ;
222
+ loading: string | boolean ;
223
+ loadingText: string ;
237
224
matchColumnWidths: boolean ;
238
- loaderProps : import ( '../types' ) . LoaderProps ;
239
- levels : number ;
240
- footerBackgroundColor : string ;
241
- footerColor : string ;
242
- elevation : string | number ;
243
- separator : "default" | "horizontal" | "vertical" | "cell" ;
244
- isDrilldown : boolean ;
245
- footers : import ( '../types' ) . Column [ ] ;
246
- searchContainerCols : import ( '../types' ) . SearchContainerCols ;
247
- searchEvents : import ( '../types' ) . KeyStringAny < any > ;
248
- searchProps : import ( '../types' ) . KeyStringAny < any > ;
249
- showSearch : boolean ;
250
- defaultColors : import ( '../types' ) . DefaultColors ;
251
- drilldownKey : string ;
252
- itemChildrenKey : string ;
225
+ noDataText: string ;
226
+ search: string ;
227
+ searchContainerCols: import ( './types' ) . SearchContainerCols ;
253
228
searchDebounce: number | null ;
254
229
searchMaxWait: number | null ;
230
+ searchProps: import ( './types' ) . KeyStringAny < any > ;
231
+ selectStrategy: "page" | "all" | "single" ;
232
+ separator: "horizontal" | "default" | "vertical" | "cell" ;
255
233
server: boolean ;
256
234
showDrilldownWhenLoading: boolean ;
235
+ showExpand: boolean ;
257
236
showFooterRow: boolean ;
237
+ showSearch: boolean ;
238
+ showSelect: boolean ;
239
+ sortAscIcon: string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
240
+ sortBy: readonly {
241
+ key: string ;
242
+ order?: boolean | "desc" | "asc" | undefined ;
243
+ } [ ] ;
244
+ defaultColors: import ( './types' ) . DefaultColors ;
245
+ colors: import ( './types' ) . ColorsObject ;
246
+ headerBackgroundColor: string ;
247
+ footerBackgroundColor: string ;
248
+ footerColor: string ;
249
+ headerColor: string ;
250
+ columnWidths: number [ ] ;
251
+ filterKeys: string | string [ ] ;
252
+ isDrilldown: boolean ;
253
+ noFilter: boolean ;
254
+ returnObject: boolean ;
258
255
tableType: { } ;
259
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 > > & {
260
257
loader ?( _ : { } ) : any ;
0 commit comments