orion-design 0.1.50 → 0.1.53

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,111 +1,59 @@
1
- declare const _default: import('../_util').SFCWithInstall<{}> & {
2
- LovQuerytable: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
- data: any[];
5
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
6
- table: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
7
- data: {
8
- type: import('vue').PropType<any[]>;
9
- default: any[];
10
- };
11
- showRowNumber: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- selectionMode: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- currentRowMode: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
- size: {
24
- type: import('vue').PropType<"" | "small" | "default" | "large">;
25
- default: "" | "small" | "default" | "large";
26
- };
27
- rowClassName: {
28
- type: import('vue').PropType<string | ((data: {
29
- rowData: any;
30
- rowIndex: number;
31
- }) => string)>;
32
- default: string | ((data: {
33
- rowData: any;
34
- rowIndex: number;
35
- }) => string);
36
- };
37
- rowStyle: {
38
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
39
- rowData: any;
40
- rowIndex: number;
41
- }) => import('vue').CSSProperties)>;
42
- default: import('vue').CSSProperties | ((data: {
43
- rowData: any;
44
- rowIndex: number;
45
- }) => import('vue').CSSProperties);
46
- };
47
- cellClassName: {
48
- type: import('vue').PropType<string | ((data: {
49
- rowData: any;
50
- column: {
51
- name: string;
52
- head: string;
53
- };
54
- rowIndex: number;
55
- columnIndex: number;
56
- }) => string)>;
57
- default: string | ((data: {
58
- rowData: any;
59
- column: {
60
- name: string;
61
- head: string;
62
- };
63
- rowIndex: number;
64
- columnIndex: number;
65
- }) => string);
66
- };
67
- cellStyle: {
68
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
69
- rowData: any;
70
- column: {
71
- name: string;
72
- head: string;
73
- };
74
- rowIndex: number;
75
- columnIndex: number;
76
- }) => import('vue').CSSProperties)>;
77
- default: import('vue').CSSProperties | ((data: {
78
- rowData: any;
79
- column: {
80
- name: string;
81
- head: string;
82
- };
83
- rowIndex: number;
84
- columnIndex: number;
85
- }) => import('vue').CSSProperties);
86
- };
87
- }>> & Readonly<{
88
- onSelectionChange?: ((...args: any[]) => any) | undefined;
89
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
90
- onRowClick?: ((...args: any[]) => any) | undefined;
91
- onRowDblclick?: ((...args: any[]) => any) | undefined;
92
- onCellClick?: ((...args: any[]) => any) | undefined;
93
- onCellDblclick?: ((...args: any[]) => any) | undefined;
94
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("selectionChange" | "currentRowChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').PublicProps, {
95
- size: "" | "small" | "default" | "large";
96
- data: any[];
97
- showRowNumber: boolean;
98
- selectionMode: boolean;
99
- currentRowMode: boolean;
100
- rowClassName: string | ((data: {
1
+ export declare const LovQuerytable: import('../_util').SFCWithInstall<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
+ data: any[];
4
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
5
+ table: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
6
+ data: {
7
+ type: import('vue').PropType<any[]>;
8
+ default: any[];
9
+ };
10
+ showRowNumber: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ selectionMode: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ currentRowMode: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ size: {
23
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
24
+ default: "" | "small" | "default" | "large";
25
+ };
26
+ rowClassName: {
27
+ type: import('vue').PropType<string | ((data: {
28
+ rowData: any;
29
+ rowIndex: number;
30
+ }) => string)>;
31
+ default: string | ((data: {
101
32
  rowData: any;
102
33
  rowIndex: number;
103
34
  }) => string);
104
- rowStyle: import('vue').CSSProperties | ((data: {
35
+ };
36
+ rowStyle: {
37
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
38
+ rowData: any;
39
+ rowIndex: number;
40
+ }) => import('vue').CSSProperties)>;
41
+ default: import('vue').CSSProperties | ((data: {
105
42
  rowData: any;
106
43
  rowIndex: number;
107
44
  }) => import('vue').CSSProperties);
108
- cellClassName: string | ((data: {
45
+ };
46
+ cellClassName: {
47
+ type: import('vue').PropType<string | ((data: {
48
+ rowData: any;
49
+ column: {
50
+ name: string;
51
+ head: string;
52
+ };
53
+ rowIndex: number;
54
+ columnIndex: number;
55
+ }) => string)>;
56
+ default: string | ((data: {
109
57
  rowData: any;
110
58
  column: {
111
59
  name: string;
@@ -114,7 +62,18 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
114
62
  rowIndex: number;
115
63
  columnIndex: number;
116
64
  }) => string);
117
- cellStyle: import('vue').CSSProperties | ((data: {
65
+ };
66
+ cellStyle: {
67
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
68
+ rowData: any;
69
+ column: {
70
+ name: string;
71
+ head: string;
72
+ };
73
+ rowIndex: number;
74
+ columnIndex: number;
75
+ }) => import('vue').CSSProperties)>;
76
+ default: import('vue').CSSProperties | ((data: {
118
77
  rowData: any;
119
78
  column: {
120
79
  name: string;
@@ -123,116 +82,105 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
123
82
  rowIndex: number;
124
83
  columnIndex: number;
125
84
  }) => import('vue').CSSProperties);
126
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
127
- P: {};
128
- B: {};
129
- D: {};
130
- C: {};
131
- M: {};
132
- Defaults: {};
133
- }, Readonly<import('vue').ExtractPropTypes<{
134
- data: {
135
- type: import('vue').PropType<any[]>;
136
- default: any[];
137
- };
138
- showRowNumber: {
139
- type: BooleanConstructor;
140
- default: boolean;
141
- };
142
- selectionMode: {
143
- type: BooleanConstructor;
144
- default: boolean;
145
- };
146
- currentRowMode: {
147
- type: BooleanConstructor;
148
- default: boolean;
149
- };
150
- size: {
151
- type: import('vue').PropType<"" | "small" | "default" | "large">;
152
- default: "" | "small" | "default" | "large";
153
- };
154
- rowClassName: {
155
- type: import('vue').PropType<string | ((data: {
156
- rowData: any;
157
- rowIndex: number;
158
- }) => string)>;
159
- default: string | ((data: {
160
- rowData: any;
161
- rowIndex: number;
162
- }) => string);
163
- };
164
- rowStyle: {
165
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
166
- rowData: any;
167
- rowIndex: number;
168
- }) => import('vue').CSSProperties)>;
169
- default: import('vue').CSSProperties | ((data: {
170
- rowData: any;
171
- rowIndex: number;
172
- }) => import('vue').CSSProperties);
173
- };
174
- cellClassName: {
175
- type: import('vue').PropType<string | ((data: {
176
- rowData: any;
177
- column: {
178
- name: string;
179
- head: string;
180
- };
181
- rowIndex: number;
182
- columnIndex: number;
183
- }) => string)>;
184
- default: string | ((data: {
185
- rowData: any;
186
- column: {
187
- name: string;
188
- head: string;
189
- };
190
- rowIndex: number;
191
- columnIndex: number;
192
- }) => string);
193
- };
194
- cellStyle: {
195
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
196
- rowData: any;
197
- column: {
198
- name: string;
199
- head: string;
200
- };
201
- rowIndex: number;
202
- columnIndex: number;
203
- }) => import('vue').CSSProperties)>;
204
- default: import('vue').CSSProperties | ((data: {
205
- rowData: any;
206
- column: {
207
- name: string;
208
- head: string;
209
- };
210
- rowIndex: number;
211
- columnIndex: number;
212
- }) => import('vue').CSSProperties);
213
- };
214
- }>> & Readonly<{
215
- onSelectionChange?: ((...args: any[]) => any) | undefined;
216
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
217
- onRowClick?: ((...args: any[]) => any) | undefined;
218
- onRowDblclick?: ((...args: any[]) => any) | undefined;
219
- onCellClick?: ((...args: any[]) => any) | undefined;
220
- onCellDblclick?: ((...args: any[]) => any) | undefined;
221
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
222
- size: "" | "small" | "default" | "large";
223
- data: any[];
224
- showRowNumber: boolean;
225
- selectionMode: boolean;
226
- currentRowMode: boolean;
227
- rowClassName: string | ((data: {
85
+ };
86
+ }>> & Readonly<{
87
+ onSelectionChange?: ((...args: any[]) => any) | undefined;
88
+ onCurrentRowChange?: ((...args: any[]) => any) | undefined;
89
+ onRowClick?: ((...args: any[]) => any) | undefined;
90
+ onRowDblclick?: ((...args: any[]) => any) | undefined;
91
+ onCellClick?: ((...args: any[]) => any) | undefined;
92
+ onCellDblclick?: ((...args: any[]) => any) | undefined;
93
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("selectionChange" | "currentRowChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').PublicProps, {
94
+ size: "" | "small" | "default" | "large";
95
+ data: any[];
96
+ showRowNumber: boolean;
97
+ selectionMode: boolean;
98
+ currentRowMode: boolean;
99
+ rowClassName: string | ((data: {
100
+ rowData: any;
101
+ rowIndex: number;
102
+ }) => string);
103
+ rowStyle: import('vue').CSSProperties | ((data: {
104
+ rowData: any;
105
+ rowIndex: number;
106
+ }) => import('vue').CSSProperties);
107
+ cellClassName: string | ((data: {
108
+ rowData: any;
109
+ column: {
110
+ name: string;
111
+ head: string;
112
+ };
113
+ rowIndex: number;
114
+ columnIndex: number;
115
+ }) => string);
116
+ cellStyle: import('vue').CSSProperties | ((data: {
117
+ rowData: any;
118
+ column: {
119
+ name: string;
120
+ head: string;
121
+ };
122
+ rowIndex: number;
123
+ columnIndex: number;
124
+ }) => import('vue').CSSProperties);
125
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
126
+ P: {};
127
+ B: {};
128
+ D: {};
129
+ C: {};
130
+ M: {};
131
+ Defaults: {};
132
+ }, Readonly<import('vue').ExtractPropTypes<{
133
+ data: {
134
+ type: import('vue').PropType<any[]>;
135
+ default: any[];
136
+ };
137
+ showRowNumber: {
138
+ type: BooleanConstructor;
139
+ default: boolean;
140
+ };
141
+ selectionMode: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
145
+ currentRowMode: {
146
+ type: BooleanConstructor;
147
+ default: boolean;
148
+ };
149
+ size: {
150
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
151
+ default: "" | "small" | "default" | "large";
152
+ };
153
+ rowClassName: {
154
+ type: import('vue').PropType<string | ((data: {
155
+ rowData: any;
156
+ rowIndex: number;
157
+ }) => string)>;
158
+ default: string | ((data: {
228
159
  rowData: any;
229
160
  rowIndex: number;
230
161
  }) => string);
231
- rowStyle: import('vue').CSSProperties | ((data: {
162
+ };
163
+ rowStyle: {
164
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
165
+ rowData: any;
166
+ rowIndex: number;
167
+ }) => import('vue').CSSProperties)>;
168
+ default: import('vue').CSSProperties | ((data: {
232
169
  rowData: any;
233
170
  rowIndex: number;
234
171
  }) => import('vue').CSSProperties);
235
- cellClassName: string | ((data: {
172
+ };
173
+ cellClassName: {
174
+ type: import('vue').PropType<string | ((data: {
175
+ rowData: any;
176
+ column: {
177
+ name: string;
178
+ head: string;
179
+ };
180
+ rowIndex: number;
181
+ columnIndex: number;
182
+ }) => string)>;
183
+ default: string | ((data: {
236
184
  rowData: any;
237
185
  column: {
238
186
  name: string;
@@ -241,7 +189,18 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
241
189
  rowIndex: number;
242
190
  columnIndex: number;
243
191
  }) => string);
244
- cellStyle: import('vue').CSSProperties | ((data: {
192
+ };
193
+ cellStyle: {
194
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
195
+ rowData: any;
196
+ column: {
197
+ name: string;
198
+ head: string;
199
+ };
200
+ rowIndex: number;
201
+ columnIndex: number;
202
+ }) => import('vue').CSSProperties)>;
203
+ default: import('vue').CSSProperties | ((data: {
245
204
  rowData: any;
246
205
  column: {
247
206
  name: string;
@@ -250,197 +209,170 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
250
209
  rowIndex: number;
251
210
  columnIndex: number;
252
211
  }) => import('vue').CSSProperties);
253
- }> | null;
254
- }, any, import('vue').ComponentProvideOptions, {
255
- P: {};
256
- B: {};
257
- D: {};
258
- C: {};
259
- M: {};
260
- Defaults: {};
261
- }, Readonly<{
212
+ };
213
+ }>> & Readonly<{
214
+ onSelectionChange?: ((...args: any[]) => any) | undefined;
215
+ onCurrentRowChange?: ((...args: any[]) => any) | undefined;
216
+ onRowClick?: ((...args: any[]) => any) | undefined;
217
+ onRowDblclick?: ((...args: any[]) => any) | undefined;
218
+ onCellClick?: ((...args: any[]) => any) | undefined;
219
+ onCellDblclick?: ((...args: any[]) => any) | undefined;
220
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
221
+ size: "" | "small" | "default" | "large";
262
222
  data: any[];
263
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
264
- __isFragment?: never;
265
- __isTeleport?: never;
266
- __isSuspense?: never;
267
- } & import('vue').ComponentOptionsBase<Readonly<{
223
+ showRowNumber: boolean;
224
+ selectionMode: boolean;
225
+ currentRowMode: boolean;
226
+ rowClassName: string | ((data: {
227
+ rowData: any;
228
+ rowIndex: number;
229
+ }) => string);
230
+ rowStyle: import('vue').CSSProperties | ((data: {
231
+ rowData: any;
232
+ rowIndex: number;
233
+ }) => import('vue').CSSProperties);
234
+ cellClassName: string | ((data: {
235
+ rowData: any;
236
+ column: {
237
+ name: string;
238
+ head: string;
239
+ };
240
+ rowIndex: number;
241
+ columnIndex: number;
242
+ }) => string);
243
+ cellStyle: import('vue').CSSProperties | ((data: {
244
+ rowData: any;
245
+ column: {
246
+ name: string;
247
+ head: string;
248
+ };
249
+ rowIndex: number;
250
+ columnIndex: number;
251
+ }) => import('vue').CSSProperties);
252
+ }> | null;
253
+ }, any, import('vue').ComponentProvideOptions, {
254
+ P: {};
255
+ B: {};
256
+ D: {};
257
+ C: {};
258
+ M: {};
259
+ Defaults: {};
260
+ }, Readonly<{
268
261
  data: any[];
269
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
270
- $slots: {
271
- default?(_: {}): any;
262
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
263
+ __isFragment?: never;
264
+ __isTeleport?: never;
265
+ __isSuspense?: never;
266
+ } & import('vue').ComponentOptionsBase<Readonly<{
267
+ data: any[];
268
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
269
+ $slots: {
270
+ default?(_: {}): any;
271
+ };
272
+ })> & Record<string, any>;
273
+ export declare const LovPagetable: import('../_util').SFCWithInstall<{
274
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
275
+ data: any[];
276
+ pagination: {
277
+ currentPage?: number;
278
+ pageSize?: number;
279
+ total?: number;
272
280
  };
273
- });
274
- LovPagetable: {
275
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
276
- data: any[];
277
- pagination: {
278
- currentPage?: number;
279
- pageSize?: number;
280
- total?: number;
281
+ }> & Readonly<{
282
+ "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
283
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
284
+ "update:pagination": (...args: any[]) => void;
285
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
286
+ table: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
287
+ data: {
288
+ type: import('vue').PropType<any[]>;
289
+ default: any[];
281
290
  };
282
- }> & Readonly<{
283
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
284
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
285
- "update:pagination": (...args: any[]) => void;
286
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
287
- table: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
288
- data: {
289
- type: import('vue').PropType<any[]>;
290
- default: any[];
291
- };
292
- tailData: {
293
- type: import('vue').PropType<Record<string, any>>;
294
- default: Record<string, any>;
295
- };
296
- pagination: {
297
- type: import('vue').PropType<{
298
- currentPage?: number;
299
- pageSize?: number;
300
- pageSizes?: number[];
301
- total?: number;
302
- }>;
303
- default: {
304
- currentPage?: number;
305
- pageSize?: number;
306
- pageSizes?: number[];
307
- total?: number;
308
- };
309
- };
310
- paginationTeleported: {
311
- type: BooleanConstructor;
312
- default: boolean;
313
- };
314
- paginationPagerCount: {
315
- type: import('vue').PropType<number>;
316
- default: number;
317
- };
318
- paginationShowTotal: {
319
- type: BooleanConstructor;
320
- default: boolean;
321
- };
322
- paginationShowSizes: {
323
- type: BooleanConstructor;
324
- default: boolean;
325
- };
326
- paginationShowJumber: {
327
- type: BooleanConstructor;
328
- default: boolean;
329
- };
330
- showRowNumber: {
331
- type: BooleanConstructor;
332
- default: boolean;
333
- };
334
- selectionMode: {
335
- type: BooleanConstructor;
336
- default: boolean;
337
- };
338
- currentRowMode: {
339
- type: BooleanConstructor;
340
- default: boolean;
341
- };
342
- size: {
343
- type: import('vue').PropType<"" | "small" | "default" | "large">;
344
- default: "" | "small" | "default" | "large";
345
- };
346
- rowClassName: {
347
- type: import('vue').PropType<string | ((data: {
348
- rowData: any;
349
- rowIndex: number;
350
- }) => string)>;
351
- default: string | ((data: {
352
- rowData: any;
353
- rowIndex: number;
354
- }) => string);
355
- };
356
- rowStyle: {
357
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
358
- rowData: any;
359
- rowIndex: number;
360
- }) => import('vue').CSSProperties)>;
361
- default: import('vue').CSSProperties | ((data: {
362
- rowData: any;
363
- rowIndex: number;
364
- }) => import('vue').CSSProperties);
365
- };
366
- cellClassName: {
367
- type: import('vue').PropType<string | ((data: {
368
- rowData: any;
369
- column: {
370
- name: string;
371
- head: string;
372
- };
373
- rowIndex: number;
374
- columnIndex: number;
375
- }) => string)>;
376
- default: string | ((data: {
377
- rowData: any;
378
- column: {
379
- name: string;
380
- head: string;
381
- };
382
- rowIndex: number;
383
- columnIndex: number;
384
- }) => string);
385
- };
386
- cellStyle: {
387
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
388
- rowData: any;
389
- column: {
390
- name: string;
391
- head: string;
392
- };
393
- rowIndex: number;
394
- columnIndex: number;
395
- }) => import('vue').CSSProperties)>;
396
- default: import('vue').CSSProperties | ((data: {
397
- rowData: any;
398
- column: {
399
- name: string;
400
- head: string;
401
- };
402
- rowIndex: number;
403
- columnIndex: number;
404
- }) => import('vue').CSSProperties);
405
- };
406
- }>> & Readonly<{
407
- onSelect?: ((...args: any[]) => any) | undefined;
408
- "onSelect-all"?: ((...args: any[]) => any) | undefined;
409
- onSelectionChange?: ((...args: any[]) => any) | undefined;
410
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
411
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
412
- onPaginationChange?: ((...args: any[]) => any) | undefined;
413
- onRowClick?: ((...args: any[]) => any) | undefined;
414
- onRowDblclick?: ((...args: any[]) => any) | undefined;
415
- onCellClick?: ((...args: any[]) => any) | undefined;
416
- onCellDblclick?: ((...args: any[]) => any) | undefined;
417
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "paginationChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').PublicProps, {
418
- size: "" | "small" | "default" | "large";
419
- data: any[];
420
- pagination: {
291
+ tailData: {
292
+ type: import('vue').PropType<Record<string, any>>;
293
+ default: Record<string, any>;
294
+ };
295
+ pagination: {
296
+ type: import('vue').PropType<{
297
+ currentPage?: number;
298
+ pageSize?: number;
299
+ pageSizes?: number[];
300
+ total?: number;
301
+ }>;
302
+ default: {
421
303
  currentPage?: number;
422
304
  pageSize?: number;
423
305
  pageSizes?: number[];
424
306
  total?: number;
425
307
  };
426
- tailData: Record<string, any>;
427
- paginationTeleported: boolean;
428
- paginationPagerCount: number;
429
- paginationShowTotal: boolean;
430
- paginationShowSizes: boolean;
431
- paginationShowJumber: boolean;
432
- showRowNumber: boolean;
433
- selectionMode: boolean;
434
- currentRowMode: boolean;
435
- rowClassName: string | ((data: {
308
+ };
309
+ paginationTeleported: {
310
+ type: BooleanConstructor;
311
+ default: boolean;
312
+ };
313
+ paginationPagerCount: {
314
+ type: import('vue').PropType<number>;
315
+ default: number;
316
+ };
317
+ paginationShowTotal: {
318
+ type: BooleanConstructor;
319
+ default: boolean;
320
+ };
321
+ paginationShowSizes: {
322
+ type: BooleanConstructor;
323
+ default: boolean;
324
+ };
325
+ paginationShowJumber: {
326
+ type: BooleanConstructor;
327
+ default: boolean;
328
+ };
329
+ showRowNumber: {
330
+ type: BooleanConstructor;
331
+ default: boolean;
332
+ };
333
+ selectionMode: {
334
+ type: BooleanConstructor;
335
+ default: boolean;
336
+ };
337
+ currentRowMode: {
338
+ type: BooleanConstructor;
339
+ default: boolean;
340
+ };
341
+ size: {
342
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
343
+ default: "" | "small" | "default" | "large";
344
+ };
345
+ rowClassName: {
346
+ type: import('vue').PropType<string | ((data: {
347
+ rowData: any;
348
+ rowIndex: number;
349
+ }) => string)>;
350
+ default: string | ((data: {
436
351
  rowData: any;
437
352
  rowIndex: number;
438
353
  }) => string);
439
- rowStyle: import('vue').CSSProperties | ((data: {
354
+ };
355
+ rowStyle: {
356
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
357
+ rowData: any;
358
+ rowIndex: number;
359
+ }) => import('vue').CSSProperties)>;
360
+ default: import('vue').CSSProperties | ((data: {
440
361
  rowData: any;
441
362
  rowIndex: number;
442
363
  }) => import('vue').CSSProperties);
443
- cellClassName: string | ((data: {
364
+ };
365
+ cellClassName: {
366
+ type: import('vue').PropType<string | ((data: {
367
+ rowData: any;
368
+ column: {
369
+ name: string;
370
+ head: string;
371
+ };
372
+ rowIndex: number;
373
+ columnIndex: number;
374
+ }) => string)>;
375
+ default: string | ((data: {
444
376
  rowData: any;
445
377
  column: {
446
378
  name: string;
@@ -449,7 +381,9 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
449
381
  rowIndex: number;
450
382
  columnIndex: number;
451
383
  }) => string);
452
- cellStyle: import('vue').CSSProperties | ((data: {
384
+ };
385
+ cellStyle: {
386
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
453
387
  rowData: any;
454
388
  column: {
455
389
  name: string;
@@ -457,171 +391,169 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
457
391
  };
458
392
  rowIndex: number;
459
393
  columnIndex: number;
460
- }) => import('vue').CSSProperties);
461
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
462
- P: {};
463
- B: {};
464
- D: {};
465
- C: {};
466
- M: {};
467
- Defaults: {};
468
- }, Readonly<import('vue').ExtractPropTypes<{
469
- data: {
470
- type: import('vue').PropType<any[]>;
471
- default: any[];
472
- };
473
- tailData: {
474
- type: import('vue').PropType<Record<string, any>>;
475
- default: Record<string, any>;
476
- };
477
- pagination: {
478
- type: import('vue').PropType<{
479
- currentPage?: number;
480
- pageSize?: number;
481
- pageSizes?: number[];
482
- total?: number;
483
- }>;
484
- default: {
485
- currentPage?: number;
486
- pageSize?: number;
487
- pageSizes?: number[];
488
- total?: number;
394
+ }) => import('vue').CSSProperties)>;
395
+ default: import('vue').CSSProperties | ((data: {
396
+ rowData: any;
397
+ column: {
398
+ name: string;
399
+ head: string;
489
400
  };
490
- };
491
- paginationTeleported: {
492
- type: BooleanConstructor;
493
- default: boolean;
494
- };
495
- paginationPagerCount: {
496
- type: import('vue').PropType<number>;
497
- default: number;
498
- };
499
- paginationShowTotal: {
500
- type: BooleanConstructor;
501
- default: boolean;
502
- };
503
- paginationShowSizes: {
504
- type: BooleanConstructor;
505
- default: boolean;
506
- };
507
- paginationShowJumber: {
508
- type: BooleanConstructor;
509
- default: boolean;
510
- };
511
- showRowNumber: {
512
- type: BooleanConstructor;
513
- default: boolean;
514
- };
515
- selectionMode: {
516
- type: BooleanConstructor;
517
- default: boolean;
518
- };
519
- currentRowMode: {
520
- type: BooleanConstructor;
521
- default: boolean;
522
- };
523
- size: {
524
- type: import('vue').PropType<"" | "small" | "default" | "large">;
525
- default: "" | "small" | "default" | "large";
526
- };
527
- rowClassName: {
528
- type: import('vue').PropType<string | ((data: {
529
- rowData: any;
530
- rowIndex: number;
531
- }) => string)>;
532
- default: string | ((data: {
533
- rowData: any;
534
- rowIndex: number;
535
- }) => string);
536
- };
537
- rowStyle: {
538
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
539
- rowData: any;
540
- rowIndex: number;
541
- }) => import('vue').CSSProperties)>;
542
- default: import('vue').CSSProperties | ((data: {
543
- rowData: any;
544
- rowIndex: number;
545
- }) => import('vue').CSSProperties);
546
- };
547
- cellClassName: {
548
- type: import('vue').PropType<string | ((data: {
549
- rowData: any;
550
- column: {
551
- name: string;
552
- head: string;
553
- };
554
- rowIndex: number;
555
- columnIndex: number;
556
- }) => string)>;
557
- default: string | ((data: {
558
- rowData: any;
559
- column: {
560
- name: string;
561
- head: string;
562
- };
563
- rowIndex: number;
564
- columnIndex: number;
565
- }) => string);
566
- };
567
- cellStyle: {
568
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
569
- rowData: any;
570
- column: {
571
- name: string;
572
- head: string;
573
- };
574
- rowIndex: number;
575
- columnIndex: number;
576
- }) => import('vue').CSSProperties)>;
577
- default: import('vue').CSSProperties | ((data: {
578
- rowData: any;
579
- column: {
580
- name: string;
581
- head: string;
582
- };
583
- rowIndex: number;
584
- columnIndex: number;
585
- }) => import('vue').CSSProperties);
586
- };
587
- }>> & Readonly<{
588
- onSelect?: ((...args: any[]) => any) | undefined;
589
- "onSelect-all"?: ((...args: any[]) => any) | undefined;
590
- onSelectionChange?: ((...args: any[]) => any) | undefined;
591
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
592
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
593
- onPaginationChange?: ((...args: any[]) => any) | undefined;
594
- onRowClick?: ((...args: any[]) => any) | undefined;
595
- onRowDblclick?: ((...args: any[]) => any) | undefined;
596
- onCellClick?: ((...args: any[]) => any) | undefined;
597
- onCellDblclick?: ((...args: any[]) => any) | undefined;
598
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
599
- size: "" | "small" | "default" | "large";
600
- data: any[];
601
- pagination: {
401
+ rowIndex: number;
402
+ columnIndex: number;
403
+ }) => import('vue').CSSProperties);
404
+ };
405
+ }>> & Readonly<{
406
+ onSelect?: ((...args: any[]) => any) | undefined;
407
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
408
+ onSelectionChange?: ((...args: any[]) => any) | undefined;
409
+ onCurrentRowChange?: ((...args: any[]) => any) | undefined;
410
+ "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
411
+ onPaginationChange?: ((...args: any[]) => any) | undefined;
412
+ onRowClick?: ((...args: any[]) => any) | undefined;
413
+ onRowDblclick?: ((...args: any[]) => any) | undefined;
414
+ onCellClick?: ((...args: any[]) => any) | undefined;
415
+ onCellDblclick?: ((...args: any[]) => any) | undefined;
416
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "paginationChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').PublicProps, {
417
+ size: "" | "small" | "default" | "large";
418
+ data: any[];
419
+ pagination: {
420
+ currentPage?: number;
421
+ pageSize?: number;
422
+ pageSizes?: number[];
423
+ total?: number;
424
+ };
425
+ tailData: Record<string, any>;
426
+ paginationTeleported: boolean;
427
+ paginationPagerCount: number;
428
+ paginationShowTotal: boolean;
429
+ paginationShowSizes: boolean;
430
+ paginationShowJumber: boolean;
431
+ showRowNumber: boolean;
432
+ selectionMode: boolean;
433
+ currentRowMode: boolean;
434
+ rowClassName: string | ((data: {
435
+ rowData: any;
436
+ rowIndex: number;
437
+ }) => string);
438
+ rowStyle: import('vue').CSSProperties | ((data: {
439
+ rowData: any;
440
+ rowIndex: number;
441
+ }) => import('vue').CSSProperties);
442
+ cellClassName: string | ((data: {
443
+ rowData: any;
444
+ column: {
445
+ name: string;
446
+ head: string;
447
+ };
448
+ rowIndex: number;
449
+ columnIndex: number;
450
+ }) => string);
451
+ cellStyle: import('vue').CSSProperties | ((data: {
452
+ rowData: any;
453
+ column: {
454
+ name: string;
455
+ head: string;
456
+ };
457
+ rowIndex: number;
458
+ columnIndex: number;
459
+ }) => import('vue').CSSProperties);
460
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
461
+ P: {};
462
+ B: {};
463
+ D: {};
464
+ C: {};
465
+ M: {};
466
+ Defaults: {};
467
+ }, Readonly<import('vue').ExtractPropTypes<{
468
+ data: {
469
+ type: import('vue').PropType<any[]>;
470
+ default: any[];
471
+ };
472
+ tailData: {
473
+ type: import('vue').PropType<Record<string, any>>;
474
+ default: Record<string, any>;
475
+ };
476
+ pagination: {
477
+ type: import('vue').PropType<{
478
+ currentPage?: number;
479
+ pageSize?: number;
480
+ pageSizes?: number[];
481
+ total?: number;
482
+ }>;
483
+ default: {
602
484
  currentPage?: number;
603
485
  pageSize?: number;
604
486
  pageSizes?: number[];
605
487
  total?: number;
606
488
  };
607
- tailData: Record<string, any>;
608
- paginationTeleported: boolean;
609
- paginationPagerCount: number;
610
- paginationShowTotal: boolean;
611
- paginationShowSizes: boolean;
612
- paginationShowJumber: boolean;
613
- showRowNumber: boolean;
614
- selectionMode: boolean;
615
- currentRowMode: boolean;
616
- rowClassName: string | ((data: {
489
+ };
490
+ paginationTeleported: {
491
+ type: BooleanConstructor;
492
+ default: boolean;
493
+ };
494
+ paginationPagerCount: {
495
+ type: import('vue').PropType<number>;
496
+ default: number;
497
+ };
498
+ paginationShowTotal: {
499
+ type: BooleanConstructor;
500
+ default: boolean;
501
+ };
502
+ paginationShowSizes: {
503
+ type: BooleanConstructor;
504
+ default: boolean;
505
+ };
506
+ paginationShowJumber: {
507
+ type: BooleanConstructor;
508
+ default: boolean;
509
+ };
510
+ showRowNumber: {
511
+ type: BooleanConstructor;
512
+ default: boolean;
513
+ };
514
+ selectionMode: {
515
+ type: BooleanConstructor;
516
+ default: boolean;
517
+ };
518
+ currentRowMode: {
519
+ type: BooleanConstructor;
520
+ default: boolean;
521
+ };
522
+ size: {
523
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
524
+ default: "" | "small" | "default" | "large";
525
+ };
526
+ rowClassName: {
527
+ type: import('vue').PropType<string | ((data: {
528
+ rowData: any;
529
+ rowIndex: number;
530
+ }) => string)>;
531
+ default: string | ((data: {
617
532
  rowData: any;
618
533
  rowIndex: number;
619
534
  }) => string);
620
- rowStyle: import('vue').CSSProperties | ((data: {
535
+ };
536
+ rowStyle: {
537
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
538
+ rowData: any;
539
+ rowIndex: number;
540
+ }) => import('vue').CSSProperties)>;
541
+ default: import('vue').CSSProperties | ((data: {
621
542
  rowData: any;
622
543
  rowIndex: number;
623
544
  }) => import('vue').CSSProperties);
624
- cellClassName: string | ((data: {
545
+ };
546
+ cellClassName: {
547
+ type: import('vue').PropType<string | ((data: {
548
+ rowData: any;
549
+ column: {
550
+ name: string;
551
+ head: string;
552
+ };
553
+ rowIndex: number;
554
+ columnIndex: number;
555
+ }) => string)>;
556
+ default: string | ((data: {
625
557
  rowData: any;
626
558
  column: {
627
559
  name: string;
@@ -630,7 +562,18 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
630
562
  rowIndex: number;
631
563
  columnIndex: number;
632
564
  }) => string);
633
- cellStyle: import('vue').CSSProperties | ((data: {
565
+ };
566
+ cellStyle: {
567
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
568
+ rowData: any;
569
+ column: {
570
+ name: string;
571
+ head: string;
572
+ };
573
+ rowIndex: number;
574
+ columnIndex: number;
575
+ }) => import('vue').CSSProperties)>;
576
+ default: import('vue').CSSProperties | ((data: {
634
577
  rowData: any;
635
578
  column: {
636
579
  name: string;
@@ -639,28 +582,71 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
639
582
  rowIndex: number;
640
583
  columnIndex: number;
641
584
  }) => import('vue').CSSProperties);
642
- }> | null;
643
- }, any, import('vue').ComponentProvideOptions, {
644
- P: {};
645
- B: {};
646
- D: {};
647
- C: {};
648
- M: {};
649
- Defaults: {};
650
- }, Readonly<{
585
+ };
586
+ }>> & Readonly<{
587
+ onSelect?: ((...args: any[]) => any) | undefined;
588
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
589
+ onSelectionChange?: ((...args: any[]) => any) | undefined;
590
+ onCurrentRowChange?: ((...args: any[]) => any) | undefined;
591
+ "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
592
+ onPaginationChange?: ((...args: any[]) => any) | undefined;
593
+ onRowClick?: ((...args: any[]) => any) | undefined;
594
+ onRowDblclick?: ((...args: any[]) => any) | undefined;
595
+ onCellClick?: ((...args: any[]) => any) | undefined;
596
+ onCellDblclick?: ((...args: any[]) => any) | undefined;
597
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
598
+ size: "" | "small" | "default" | "large";
651
599
  data: any[];
652
600
  pagination: {
653
601
  currentPage?: number;
654
602
  pageSize?: number;
603
+ pageSizes?: number[];
655
604
  total?: number;
656
605
  };
657
- }> & Readonly<{
658
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
659
- }>, {}, {}, {}, {}, {}>;
660
- __isFragment?: never;
661
- __isTeleport?: never;
662
- __isSuspense?: never;
663
- } & import('vue').ComponentOptionsBase<Readonly<{
606
+ tailData: Record<string, any>;
607
+ paginationTeleported: boolean;
608
+ paginationPagerCount: number;
609
+ paginationShowTotal: boolean;
610
+ paginationShowSizes: boolean;
611
+ paginationShowJumber: boolean;
612
+ showRowNumber: boolean;
613
+ selectionMode: boolean;
614
+ currentRowMode: boolean;
615
+ rowClassName: string | ((data: {
616
+ rowData: any;
617
+ rowIndex: number;
618
+ }) => string);
619
+ rowStyle: import('vue').CSSProperties | ((data: {
620
+ rowData: any;
621
+ rowIndex: number;
622
+ }) => import('vue').CSSProperties);
623
+ cellClassName: string | ((data: {
624
+ rowData: any;
625
+ column: {
626
+ name: string;
627
+ head: string;
628
+ };
629
+ rowIndex: number;
630
+ columnIndex: number;
631
+ }) => string);
632
+ cellStyle: import('vue').CSSProperties | ((data: {
633
+ rowData: any;
634
+ column: {
635
+ name: string;
636
+ head: string;
637
+ };
638
+ rowIndex: number;
639
+ columnIndex: number;
640
+ }) => import('vue').CSSProperties);
641
+ }> | null;
642
+ }, any, import('vue').ComponentProvideOptions, {
643
+ P: {};
644
+ B: {};
645
+ D: {};
646
+ C: {};
647
+ M: {};
648
+ Defaults: {};
649
+ }, Readonly<{
664
650
  data: any[];
665
651
  pagination: {
666
652
  currentPage?: number;
@@ -669,12 +655,23 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
669
655
  };
670
656
  }> & Readonly<{
671
657
  "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
672
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
673
- "update:pagination": (...args: any[]) => void;
674
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
675
- $slots: {
676
- default?(_: {}): any;
677
- };
678
- });
679
- };
680
- export default _default;
658
+ }>, {}, {}, {}, {}, {}>;
659
+ __isFragment?: never;
660
+ __isTeleport?: never;
661
+ __isSuspense?: never;
662
+ } & import('vue').ComponentOptionsBase<Readonly<{
663
+ data: any[];
664
+ pagination: {
665
+ currentPage?: number;
666
+ pageSize?: number;
667
+ total?: number;
668
+ };
669
+ }> & Readonly<{
670
+ "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
671
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
672
+ "update:pagination": (...args: any[]) => void;
673
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
674
+ $slots: {
675
+ default?(_: {}): any;
676
+ };
677
+ })> & Record<string, any>;