@ecan-bi/datav 1.0.27 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1823 +1,266 @@
1
1
  import 'ant-design-vue/es/table/style/index';
2
- import { Events } from 'src/_utils/props';
3
2
  declare const _default: import("vue").DefineComponent<{
4
3
  columns: {
5
4
  type?: undefined;
6
5
  default?: undefined;
7
6
  } | {
8
7
  type: any;
9
- default: string | number | boolean | {
10
- [key: string]: any;
11
- }[] | {
12
- [key: string]: any;
13
- }[] | ({
14
- source?: import("../../_utils/propsDiagram").Source;
15
- plugin: import("../../_utils/propsDiagram").Plugin;
16
- layer: import("../../_utils/propsDiagram").Layer;
17
- chartType: import("../../_utils/propsDiagram").ChartType;
18
- relatedList: unknown[];
19
- sqlConditions?: ({
20
- alias: string;
21
- fieldName: string;
22
- rule: string;
23
- fieldValue: string;
24
- } & ({
25
- valueType: "TEXT" | "NUMBER";
26
- dateFormat?: string;
27
- } | {
28
- valueType: "DATE";
29
- dateFormat: string;
30
- }))[];
31
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
32
- source?: import("../../_utils/propsDiagram").Source;
33
- plugin: import("../../_utils/propsDiagram").Plugin;
34
- layer: import("../../_utils/propsDiagram").Layer;
35
- chartType: import("../../_utils/propsDiagram").ChartType;
36
- relatedList: unknown[];
37
- sqlConditions?: ({
38
- alias: string;
39
- fieldName: string;
40
- rule: string;
41
- fieldValue: string;
42
- } & ({
43
- valueType: "TEXT" | "NUMBER";
44
- dateFormat?: string;
45
- } | {
46
- valueType: "DATE";
47
- dateFormat: string;
48
- }))[];
49
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
50
- [key: string]: any;
51
- } | import("src/_utils/props").RequestParams;
8
+ default: any;
52
9
  };
53
10
  data: {
54
11
  type?: undefined;
55
12
  default?: undefined;
56
13
  } | {
57
14
  type: any;
58
- default: string | number | boolean | {
59
- [key: string]: any;
60
- }[] | {
61
- [key: string]: any;
62
- }[] | ({
63
- source?: import("../../_utils/propsDiagram").Source;
64
- plugin: import("../../_utils/propsDiagram").Plugin;
65
- layer: import("../../_utils/propsDiagram").Layer;
66
- chartType: import("../../_utils/propsDiagram").ChartType;
67
- relatedList: unknown[];
68
- sqlConditions?: ({
69
- alias: string;
70
- fieldName: string;
71
- rule: string;
72
- fieldValue: string;
73
- } & ({
74
- valueType: "TEXT" | "NUMBER";
75
- dateFormat?: string;
76
- } | {
77
- valueType: "DATE";
78
- dateFormat: string;
79
- }))[];
80
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
81
- source?: import("../../_utils/propsDiagram").Source;
82
- plugin: import("../../_utils/propsDiagram").Plugin;
83
- layer: import("../../_utils/propsDiagram").Layer;
84
- chartType: import("../../_utils/propsDiagram").ChartType;
85
- relatedList: unknown[];
86
- sqlConditions?: ({
87
- alias: string;
88
- fieldName: string;
89
- rule: string;
90
- fieldValue: string;
91
- } & ({
92
- valueType: "TEXT" | "NUMBER";
93
- dateFormat?: string;
94
- } | {
95
- valueType: "DATE";
96
- dateFormat: string;
97
- }))[];
98
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
99
- [key: string]: any;
100
- } | import("src/_utils/props").RequestParams;
15
+ default: any;
101
16
  };
102
17
  bordered: {
103
18
  type?: undefined;
104
19
  default?: undefined;
105
20
  } | {
106
21
  type: any;
107
- default: string | number | boolean | {
108
- [key: string]: any;
109
- }[] | {
110
- [key: string]: any;
111
- }[] | ({
112
- source?: import("../../_utils/propsDiagram").Source;
113
- plugin: import("../../_utils/propsDiagram").Plugin;
114
- layer: import("../../_utils/propsDiagram").Layer;
115
- chartType: import("../../_utils/propsDiagram").ChartType;
116
- relatedList: unknown[];
117
- sqlConditions?: ({
118
- alias: string;
119
- fieldName: string;
120
- rule: string;
121
- fieldValue: string;
122
- } & ({
123
- valueType: "TEXT" | "NUMBER";
124
- dateFormat?: string;
125
- } | {
126
- valueType: "DATE";
127
- dateFormat: string;
128
- }))[];
129
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
130
- source?: import("../../_utils/propsDiagram").Source;
131
- plugin: import("../../_utils/propsDiagram").Plugin;
132
- layer: import("../../_utils/propsDiagram").Layer;
133
- chartType: import("../../_utils/propsDiagram").ChartType;
134
- relatedList: unknown[];
135
- sqlConditions?: ({
136
- alias: string;
137
- fieldName: string;
138
- rule: string;
139
- fieldValue: string;
140
- } & ({
141
- valueType: "TEXT" | "NUMBER";
142
- dateFormat?: string;
143
- } | {
144
- valueType: "DATE";
145
- dateFormat: string;
146
- }))[];
147
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
148
- [key: string]: any;
149
- } | import("src/_utils/props").RequestParams;
22
+ default: any;
150
23
  };
151
24
  size: {
152
25
  type?: undefined;
153
26
  default?: undefined;
154
27
  } | {
155
28
  type: any;
156
- default: string | number | boolean | {
157
- [key: string]: any;
158
- }[] | {
159
- [key: string]: any;
160
- }[] | ({
161
- source?: import("../../_utils/propsDiagram").Source;
162
- plugin: import("../../_utils/propsDiagram").Plugin;
163
- layer: import("../../_utils/propsDiagram").Layer;
164
- chartType: import("../../_utils/propsDiagram").ChartType;
165
- relatedList: unknown[];
166
- sqlConditions?: ({
167
- alias: string;
168
- fieldName: string;
169
- rule: string;
170
- fieldValue: string;
171
- } & ({
172
- valueType: "TEXT" | "NUMBER";
173
- dateFormat?: string;
174
- } | {
175
- valueType: "DATE";
176
- dateFormat: string;
177
- }))[];
178
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
179
- source?: import("../../_utils/propsDiagram").Source;
180
- plugin: import("../../_utils/propsDiagram").Plugin;
181
- layer: import("../../_utils/propsDiagram").Layer;
182
- chartType: import("../../_utils/propsDiagram").ChartType;
183
- relatedList: unknown[];
184
- sqlConditions?: ({
185
- alias: string;
186
- fieldName: string;
187
- rule: string;
188
- fieldValue: string;
189
- } & ({
190
- valueType: "TEXT" | "NUMBER";
191
- dateFormat?: string;
192
- } | {
193
- valueType: "DATE";
194
- dateFormat: string;
195
- }))[];
196
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
197
- [key: string]: any;
198
- } | import("src/_utils/props").RequestParams;
29
+ default: any;
199
30
  };
200
31
  isUseSeq: {
201
32
  type?: undefined;
202
33
  default?: undefined;
203
34
  } | {
204
35
  type: any;
205
- default: string | number | boolean | {
206
- [key: string]: any;
207
- }[] | {
208
- [key: string]: any;
209
- }[] | ({
210
- source?: import("../../_utils/propsDiagram").Source;
211
- plugin: import("../../_utils/propsDiagram").Plugin;
212
- layer: import("../../_utils/propsDiagram").Layer;
213
- chartType: import("../../_utils/propsDiagram").ChartType;
214
- relatedList: unknown[];
215
- sqlConditions?: ({
216
- alias: string;
217
- fieldName: string;
218
- rule: string;
219
- fieldValue: string;
220
- } & ({
221
- valueType: "TEXT" | "NUMBER";
222
- dateFormat?: string;
223
- } | {
224
- valueType: "DATE";
225
- dateFormat: string;
226
- }))[];
227
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
228
- source?: import("../../_utils/propsDiagram").Source;
229
- plugin: import("../../_utils/propsDiagram").Plugin;
230
- layer: import("../../_utils/propsDiagram").Layer;
231
- chartType: import("../../_utils/propsDiagram").ChartType;
232
- relatedList: unknown[];
233
- sqlConditions?: ({
234
- alias: string;
235
- fieldName: string;
236
- rule: string;
237
- fieldValue: string;
238
- } & ({
239
- valueType: "TEXT" | "NUMBER";
240
- dateFormat?: string;
241
- } | {
242
- valueType: "DATE";
243
- dateFormat: string;
244
- }))[];
245
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
246
- [key: string]: any;
247
- } | import("src/_utils/props").RequestParams;
36
+ default: any;
248
37
  };
249
38
  columnsFixedNum: {
250
39
  type?: undefined;
251
40
  default?: undefined;
252
41
  } | {
253
42
  type: any;
254
- default: string | number | boolean | {
255
- [key: string]: any;
256
- }[] | {
257
- [key: string]: any;
258
- }[] | ({
259
- source?: import("../../_utils/propsDiagram").Source;
260
- plugin: import("../../_utils/propsDiagram").Plugin;
261
- layer: import("../../_utils/propsDiagram").Layer;
262
- chartType: import("../../_utils/propsDiagram").ChartType;
263
- relatedList: unknown[];
264
- sqlConditions?: ({
265
- alias: string;
266
- fieldName: string;
267
- rule: string;
268
- fieldValue: string;
269
- } & ({
270
- valueType: "TEXT" | "NUMBER";
271
- dateFormat?: string;
272
- } | {
273
- valueType: "DATE";
274
- dateFormat: string;
275
- }))[];
276
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
277
- source?: import("../../_utils/propsDiagram").Source;
278
- plugin: import("../../_utils/propsDiagram").Plugin;
279
- layer: import("../../_utils/propsDiagram").Layer;
280
- chartType: import("../../_utils/propsDiagram").ChartType;
281
- relatedList: unknown[];
282
- sqlConditions?: ({
283
- alias: string;
284
- fieldName: string;
285
- rule: string;
286
- fieldValue: string;
287
- } & ({
288
- valueType: "TEXT" | "NUMBER";
289
- dateFormat?: string;
290
- } | {
291
- valueType: "DATE";
292
- dateFormat: string;
293
- }))[];
294
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
295
- [key: string]: any;
296
- } | import("src/_utils/props").RequestParams;
43
+ default: any;
297
44
  };
298
45
  scrollX: {
299
46
  type?: undefined;
300
47
  default?: undefined;
301
48
  } | {
302
49
  type: any;
303
- default: string | number | boolean | {
304
- [key: string]: any;
305
- }[] | {
306
- [key: string]: any;
307
- }[] | ({
308
- source?: import("../../_utils/propsDiagram").Source;
309
- plugin: import("../../_utils/propsDiagram").Plugin;
310
- layer: import("../../_utils/propsDiagram").Layer;
311
- chartType: import("../../_utils/propsDiagram").ChartType;
312
- relatedList: unknown[];
313
- sqlConditions?: ({
314
- alias: string;
315
- fieldName: string;
316
- rule: string;
317
- fieldValue: string;
318
- } & ({
319
- valueType: "TEXT" | "NUMBER";
320
- dateFormat?: string;
321
- } | {
322
- valueType: "DATE";
323
- dateFormat: string;
324
- }))[];
325
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
326
- source?: import("../../_utils/propsDiagram").Source;
327
- plugin: import("../../_utils/propsDiagram").Plugin;
328
- layer: import("../../_utils/propsDiagram").Layer;
329
- chartType: import("../../_utils/propsDiagram").ChartType;
330
- relatedList: unknown[];
331
- sqlConditions?: ({
332
- alias: string;
333
- fieldName: string;
334
- rule: string;
335
- fieldValue: string;
336
- } & ({
337
- valueType: "TEXT" | "NUMBER";
338
- dateFormat?: string;
339
- } | {
340
- valueType: "DATE";
341
- dateFormat: string;
342
- }))[];
343
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
344
- [key: string]: any;
345
- } | import("src/_utils/props").RequestParams;
50
+ default: any;
346
51
  };
347
52
  paginationShow: {
348
53
  type?: undefined;
349
54
  default?: undefined;
350
55
  } | {
351
56
  type: any;
352
- default: string | number | boolean | {
353
- [key: string]: any;
354
- }[] | {
355
- [key: string]: any;
356
- }[] | ({
357
- source?: import("../../_utils/propsDiagram").Source;
358
- plugin: import("../../_utils/propsDiagram").Plugin;
359
- layer: import("../../_utils/propsDiagram").Layer;
360
- chartType: import("../../_utils/propsDiagram").ChartType;
361
- relatedList: unknown[];
362
- sqlConditions?: ({
363
- alias: string;
364
- fieldName: string;
365
- rule: string;
366
- fieldValue: string;
367
- } & ({
368
- valueType: "TEXT" | "NUMBER";
369
- dateFormat?: string;
370
- } | {
371
- valueType: "DATE";
372
- dateFormat: string;
373
- }))[];
374
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
375
- source?: import("../../_utils/propsDiagram").Source;
376
- plugin: import("../../_utils/propsDiagram").Plugin;
377
- layer: import("../../_utils/propsDiagram").Layer;
378
- chartType: import("../../_utils/propsDiagram").ChartType;
379
- relatedList: unknown[];
380
- sqlConditions?: ({
381
- alias: string;
382
- fieldName: string;
383
- rule: string;
384
- fieldValue: string;
385
- } & ({
386
- valueType: "TEXT" | "NUMBER";
387
- dateFormat?: string;
388
- } | {
389
- valueType: "DATE";
390
- dateFormat: string;
391
- }))[];
392
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
393
- [key: string]: any;
394
- } | import("src/_utils/props").RequestParams;
57
+ default: any;
395
58
  };
396
59
  paginationPosition: {
397
60
  type?: undefined;
398
61
  default?: undefined;
399
62
  } | {
400
63
  type: any;
401
- default: string | number | boolean | {
402
- [key: string]: any;
403
- }[] | {
404
- [key: string]: any;
405
- }[] | ({
406
- source?: import("../../_utils/propsDiagram").Source;
407
- plugin: import("../../_utils/propsDiagram").Plugin;
408
- layer: import("../../_utils/propsDiagram").Layer;
409
- chartType: import("../../_utils/propsDiagram").ChartType;
410
- relatedList: unknown[];
411
- sqlConditions?: ({
412
- alias: string;
413
- fieldName: string;
414
- rule: string;
415
- fieldValue: string;
416
- } & ({
417
- valueType: "TEXT" | "NUMBER";
418
- dateFormat?: string;
419
- } | {
420
- valueType: "DATE";
421
- dateFormat: string;
422
- }))[];
423
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
424
- source?: import("../../_utils/propsDiagram").Source;
425
- plugin: import("../../_utils/propsDiagram").Plugin;
426
- layer: import("../../_utils/propsDiagram").Layer;
427
- chartType: import("../../_utils/propsDiagram").ChartType;
428
- relatedList: unknown[];
429
- sqlConditions?: ({
430
- alias: string;
431
- fieldName: string;
432
- rule: string;
433
- fieldValue: string;
434
- } & ({
435
- valueType: "TEXT" | "NUMBER";
436
- dateFormat?: string;
437
- } | {
438
- valueType: "DATE";
439
- dateFormat: string;
440
- }))[];
441
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
442
- [key: string]: any;
443
- } | import("src/_utils/props").RequestParams;
64
+ default: any;
444
65
  };
445
66
  simple: {
446
67
  type?: undefined;
447
68
  default?: undefined;
448
69
  } | {
449
70
  type: any;
450
- default: string | number | boolean | {
451
- [key: string]: any;
452
- }[] | {
453
- [key: string]: any;
454
- }[] | ({
455
- source?: import("../../_utils/propsDiagram").Source;
456
- plugin: import("../../_utils/propsDiagram").Plugin;
457
- layer: import("../../_utils/propsDiagram").Layer;
458
- chartType: import("../../_utils/propsDiagram").ChartType;
459
- relatedList: unknown[];
460
- sqlConditions?: ({
461
- alias: string;
462
- fieldName: string;
463
- rule: string;
464
- fieldValue: string;
465
- } & ({
466
- valueType: "TEXT" | "NUMBER";
467
- dateFormat?: string;
468
- } | {
469
- valueType: "DATE";
470
- dateFormat: string;
471
- }))[];
472
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
473
- source?: import("../../_utils/propsDiagram").Source;
474
- plugin: import("../../_utils/propsDiagram").Plugin;
475
- layer: import("../../_utils/propsDiagram").Layer;
476
- chartType: import("../../_utils/propsDiagram").ChartType;
477
- relatedList: unknown[];
478
- sqlConditions?: ({
479
- alias: string;
480
- fieldName: string;
481
- rule: string;
482
- fieldValue: string;
483
- } & ({
484
- valueType: "TEXT" | "NUMBER";
485
- dateFormat?: string;
486
- } | {
487
- valueType: "DATE";
488
- dateFormat: string;
489
- }))[];
490
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
491
- [key: string]: any;
492
- } | import("src/_utils/props").RequestParams;
71
+ default: any;
493
72
  };
494
73
  headerCellBackgroundColor: {
495
74
  type?: undefined;
496
75
  default?: undefined;
497
76
  } | {
498
77
  type: any;
499
- default: string | number | boolean | {
500
- [key: string]: any;
501
- }[] | {
502
- [key: string]: any;
503
- }[] | ({
504
- source?: import("../../_utils/propsDiagram").Source;
505
- plugin: import("../../_utils/propsDiagram").Plugin;
506
- layer: import("../../_utils/propsDiagram").Layer;
507
- chartType: import("../../_utils/propsDiagram").ChartType;
508
- relatedList: unknown[];
509
- sqlConditions?: ({
510
- alias: string;
511
- fieldName: string;
512
- rule: string;
513
- fieldValue: string;
514
- } & ({
515
- valueType: "TEXT" | "NUMBER";
516
- dateFormat?: string;
517
- } | {
518
- valueType: "DATE";
519
- dateFormat: string;
520
- }))[];
521
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
522
- source?: import("../../_utils/propsDiagram").Source;
523
- plugin: import("../../_utils/propsDiagram").Plugin;
524
- layer: import("../../_utils/propsDiagram").Layer;
525
- chartType: import("../../_utils/propsDiagram").ChartType;
526
- relatedList: unknown[];
527
- sqlConditions?: ({
528
- alias: string;
529
- fieldName: string;
530
- rule: string;
531
- fieldValue: string;
532
- } & ({
533
- valueType: "TEXT" | "NUMBER";
534
- dateFormat?: string;
535
- } | {
536
- valueType: "DATE";
537
- dateFormat: string;
538
- }))[];
539
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
540
- [key: string]: any;
541
- } | import("src/_utils/props").RequestParams;
78
+ default: any;
542
79
  };
543
80
  cellBackgroundColor: {
544
81
  type?: undefined;
545
82
  default?: undefined;
546
83
  } | {
547
84
  type: any;
548
- default: string | number | boolean | {
549
- [key: string]: any;
550
- }[] | {
551
- [key: string]: any;
552
- }[] | ({
553
- source?: import("../../_utils/propsDiagram").Source;
554
- plugin: import("../../_utils/propsDiagram").Plugin;
555
- layer: import("../../_utils/propsDiagram").Layer;
556
- chartType: import("../../_utils/propsDiagram").ChartType;
557
- relatedList: unknown[];
558
- sqlConditions?: ({
559
- alias: string;
560
- fieldName: string;
561
- rule: string;
562
- fieldValue: string;
563
- } & ({
564
- valueType: "TEXT" | "NUMBER";
565
- dateFormat?: string;
566
- } | {
567
- valueType: "DATE";
568
- dateFormat: string;
569
- }))[];
570
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
571
- source?: import("../../_utils/propsDiagram").Source;
572
- plugin: import("../../_utils/propsDiagram").Plugin;
573
- layer: import("../../_utils/propsDiagram").Layer;
574
- chartType: import("../../_utils/propsDiagram").ChartType;
575
- relatedList: unknown[];
576
- sqlConditions?: ({
577
- alias: string;
578
- fieldName: string;
579
- rule: string;
580
- fieldValue: string;
581
- } & ({
582
- valueType: "TEXT" | "NUMBER";
583
- dateFormat?: string;
584
- } | {
585
- valueType: "DATE";
586
- dateFormat: string;
587
- }))[];
588
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
589
- [key: string]: any;
590
- } | import("src/_utils/props").RequestParams;
85
+ default: any;
591
86
  };
592
87
  borderColor: {
593
88
  type?: undefined;
594
89
  default?: undefined;
595
90
  } | {
596
91
  type: any;
597
- default: string | number | boolean | {
598
- [key: string]: any;
599
- }[] | {
600
- [key: string]: any;
601
- }[] | ({
602
- source?: import("../../_utils/propsDiagram").Source;
603
- plugin: import("../../_utils/propsDiagram").Plugin;
604
- layer: import("../../_utils/propsDiagram").Layer;
605
- chartType: import("../../_utils/propsDiagram").ChartType;
606
- relatedList: unknown[];
607
- sqlConditions?: ({
608
- alias: string;
609
- fieldName: string;
610
- rule: string;
611
- fieldValue: string;
612
- } & ({
613
- valueType: "TEXT" | "NUMBER";
614
- dateFormat?: string;
615
- } | {
616
- valueType: "DATE";
617
- dateFormat: string;
618
- }))[];
619
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
620
- source?: import("../../_utils/propsDiagram").Source;
621
- plugin: import("../../_utils/propsDiagram").Plugin;
622
- layer: import("../../_utils/propsDiagram").Layer;
623
- chartType: import("../../_utils/propsDiagram").ChartType;
624
- relatedList: unknown[];
625
- sqlConditions?: ({
626
- alias: string;
627
- fieldName: string;
628
- rule: string;
629
- fieldValue: string;
630
- } & ({
631
- valueType: "TEXT" | "NUMBER";
632
- dateFormat?: string;
633
- } | {
634
- valueType: "DATE";
635
- dateFormat: string;
636
- }))[];
637
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
638
- [key: string]: any;
639
- } | import("src/_utils/props").RequestParams;
92
+ default: any;
640
93
  };
641
94
  paginationPageSize: {
642
95
  type?: undefined;
643
96
  default?: undefined;
644
97
  } | {
645
98
  type: any;
646
- default: string | number | boolean | {
647
- [key: string]: any;
648
- }[] | {
649
- [key: string]: any;
650
- }[] | ({
651
- source?: import("../../_utils/propsDiagram").Source;
652
- plugin: import("../../_utils/propsDiagram").Plugin;
653
- layer: import("../../_utils/propsDiagram").Layer;
654
- chartType: import("../../_utils/propsDiagram").ChartType;
655
- relatedList: unknown[];
656
- sqlConditions?: ({
657
- alias: string;
658
- fieldName: string;
659
- rule: string;
660
- fieldValue: string;
661
- } & ({
662
- valueType: "TEXT" | "NUMBER";
663
- dateFormat?: string;
664
- } | {
665
- valueType: "DATE";
666
- dateFormat: string;
667
- }))[];
668
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
669
- source?: import("../../_utils/propsDiagram").Source;
670
- plugin: import("../../_utils/propsDiagram").Plugin;
671
- layer: import("../../_utils/propsDiagram").Layer;
672
- chartType: import("../../_utils/propsDiagram").ChartType;
673
- relatedList: unknown[];
674
- sqlConditions?: ({
675
- alias: string;
676
- fieldName: string;
677
- rule: string;
678
- fieldValue: string;
679
- } & ({
680
- valueType: "TEXT" | "NUMBER";
681
- dateFormat?: string;
682
- } | {
683
- valueType: "DATE";
684
- dateFormat: string;
685
- }))[];
686
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
687
- [key: string]: any;
688
- } | import("src/_utils/props").RequestParams;
99
+ default: any;
689
100
  };
690
- diagramParam: {
101
+ graphicConfig?: {
691
102
  type?: undefined;
692
103
  default?: undefined;
693
104
  } | {
694
105
  type: any;
695
- default: string | number | boolean | {
696
- [key: string]: any;
697
- }[] | {
698
- [key: string]: any;
699
- }[] | ({
700
- source?: import("../../_utils/propsDiagram").Source;
701
- plugin: import("../../_utils/propsDiagram").Plugin;
702
- layer: import("../../_utils/propsDiagram").Layer;
703
- chartType: import("../../_utils/propsDiagram").ChartType;
704
- relatedList: unknown[];
705
- sqlConditions?: ({
706
- alias: string;
707
- fieldName: string;
708
- rule: string;
709
- fieldValue: string;
710
- } & ({
711
- valueType: "TEXT" | "NUMBER";
712
- dateFormat?: string;
713
- } | {
714
- valueType: "DATE";
715
- dateFormat: string;
716
- }))[];
717
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
718
- source?: import("../../_utils/propsDiagram").Source;
719
- plugin: import("../../_utils/propsDiagram").Plugin;
720
- layer: import("../../_utils/propsDiagram").Layer;
721
- chartType: import("../../_utils/propsDiagram").ChartType;
722
- relatedList: unknown[];
723
- sqlConditions?: ({
724
- alias: string;
725
- fieldName: string;
726
- rule: string;
727
- fieldValue: string;
728
- } & ({
729
- valueType: "TEXT" | "NUMBER";
730
- dateFormat?: string;
731
- } | {
732
- valueType: "DATE";
733
- dateFormat: string;
734
- }))[];
735
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
736
- [key: string]: any;
737
- } | import("src/_utils/props").RequestParams;
106
+ default: any;
738
107
  };
739
108
  id: {
740
109
  type?: undefined;
741
110
  default?: undefined;
742
111
  } | {
743
112
  type: any;
744
- default: string | number | boolean | {
745
- [key: string]: any;
746
- }[] | {
747
- [key: string]: any;
748
- }[] | ({
749
- source?: import("../../_utils/propsDiagram").Source;
750
- plugin: import("../../_utils/propsDiagram").Plugin;
751
- layer: import("../../_utils/propsDiagram").Layer;
752
- chartType: import("../../_utils/propsDiagram").ChartType;
753
- relatedList: unknown[];
754
- sqlConditions?: ({
755
- alias: string;
756
- fieldName: string;
757
- rule: string;
758
- fieldValue: string;
759
- } & ({
760
- valueType: "TEXT" | "NUMBER";
761
- dateFormat?: string;
762
- } | {
763
- valueType: "DATE";
764
- dateFormat: string;
765
- }))[];
766
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
767
- source?: import("../../_utils/propsDiagram").Source;
768
- plugin: import("../../_utils/propsDiagram").Plugin;
769
- layer: import("../../_utils/propsDiagram").Layer;
770
- chartType: import("../../_utils/propsDiagram").ChartType;
771
- relatedList: unknown[];
772
- sqlConditions?: ({
773
- alias: string;
774
- fieldName: string;
775
- rule: string;
776
- fieldValue: string;
777
- } & ({
778
- valueType: "TEXT" | "NUMBER";
779
- dateFormat?: string;
780
- } | {
781
- valueType: "DATE";
782
- dateFormat: string;
783
- }))[];
784
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
785
- [key: string]: any;
786
- } | import("src/_utils/props").RequestParams;
113
+ default: any;
787
114
  };
788
115
  name: {
789
116
  type?: undefined;
790
117
  default?: undefined;
791
118
  } | {
792
119
  type: any;
793
- default: string | number | boolean | {
794
- [key: string]: any;
795
- }[] | {
796
- [key: string]: any;
797
- }[] | ({
798
- source?: import("../../_utils/propsDiagram").Source;
799
- plugin: import("../../_utils/propsDiagram").Plugin;
800
- layer: import("../../_utils/propsDiagram").Layer;
801
- chartType: import("../../_utils/propsDiagram").ChartType;
802
- relatedList: unknown[];
803
- sqlConditions?: ({
804
- alias: string;
805
- fieldName: string;
806
- rule: string;
807
- fieldValue: string;
808
- } & ({
809
- valueType: "TEXT" | "NUMBER";
810
- dateFormat?: string;
811
- } | {
812
- valueType: "DATE";
813
- dateFormat: string;
814
- }))[];
815
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
816
- source?: import("../../_utils/propsDiagram").Source;
817
- plugin: import("../../_utils/propsDiagram").Plugin;
818
- layer: import("../../_utils/propsDiagram").Layer;
819
- chartType: import("../../_utils/propsDiagram").ChartType;
820
- relatedList: unknown[];
821
- sqlConditions?: ({
822
- alias: string;
823
- fieldName: string;
824
- rule: string;
825
- fieldValue: string;
826
- } & ({
827
- valueType: "TEXT" | "NUMBER";
828
- dateFormat?: string;
829
- } | {
830
- valueType: "DATE";
831
- dateFormat: string;
832
- }))[];
833
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
834
- [key: string]: any;
835
- } | import("src/_utils/props").RequestParams;
120
+ default: any;
836
121
  };
837
122
  keyName: {
838
123
  type?: undefined;
839
124
  default?: undefined;
840
125
  } | {
841
126
  type: any;
842
- default: string | number | boolean | {
843
- [key: string]: any;
844
- }[] | {
845
- [key: string]: any;
846
- }[] | ({
847
- source?: import("../../_utils/propsDiagram").Source;
848
- plugin: import("../../_utils/propsDiagram").Plugin;
849
- layer: import("../../_utils/propsDiagram").Layer;
850
- chartType: import("../../_utils/propsDiagram").ChartType;
851
- relatedList: unknown[];
852
- sqlConditions?: ({
853
- alias: string;
854
- fieldName: string;
855
- rule: string;
856
- fieldValue: string;
857
- } & ({
858
- valueType: "TEXT" | "NUMBER";
859
- dateFormat?: string;
860
- } | {
861
- valueType: "DATE";
862
- dateFormat: string;
863
- }))[];
864
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
865
- source?: import("../../_utils/propsDiagram").Source;
866
- plugin: import("../../_utils/propsDiagram").Plugin;
867
- layer: import("../../_utils/propsDiagram").Layer;
868
- chartType: import("../../_utils/propsDiagram").ChartType;
869
- relatedList: unknown[];
870
- sqlConditions?: ({
871
- alias: string;
872
- fieldName: string;
873
- rule: string;
874
- fieldValue: string;
875
- } & ({
876
- valueType: "TEXT" | "NUMBER";
877
- dateFormat?: string;
878
- } | {
879
- valueType: "DATE";
880
- dateFormat: string;
881
- }))[];
882
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
883
- [key: string]: any;
884
- } | import("src/_utils/props").RequestParams;
127
+ default: any;
885
128
  };
886
129
  type: {
887
130
  type?: undefined;
888
131
  default?: undefined;
889
132
  } | {
890
133
  type: any;
891
- default: string | number | boolean | {
892
- [key: string]: any;
893
- }[] | {
894
- [key: string]: any;
895
- }[] | ({
896
- source?: import("../../_utils/propsDiagram").Source;
897
- plugin: import("../../_utils/propsDiagram").Plugin;
898
- layer: import("../../_utils/propsDiagram").Layer;
899
- chartType: import("../../_utils/propsDiagram").ChartType;
900
- relatedList: unknown[];
901
- sqlConditions?: ({
902
- alias: string;
903
- fieldName: string;
904
- rule: string;
905
- fieldValue: string;
906
- } & ({
907
- valueType: "TEXT" | "NUMBER";
908
- dateFormat?: string;
909
- } | {
910
- valueType: "DATE";
911
- dateFormat: string;
912
- }))[];
913
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
914
- source?: import("../../_utils/propsDiagram").Source;
915
- plugin: import("../../_utils/propsDiagram").Plugin;
916
- layer: import("../../_utils/propsDiagram").Layer;
917
- chartType: import("../../_utils/propsDiagram").ChartType;
918
- relatedList: unknown[];
919
- sqlConditions?: ({
920
- alias: string;
921
- fieldName: string;
922
- rule: string;
923
- fieldValue: string;
924
- } & ({
925
- valueType: "TEXT" | "NUMBER";
926
- dateFormat?: string;
927
- } | {
928
- valueType: "DATE";
929
- dateFormat: string;
930
- }))[];
931
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
932
- [key: string]: any;
933
- } | import("src/_utils/props").RequestParams;
134
+ default: any;
934
135
  };
935
136
  width: {
936
137
  type?: undefined;
937
138
  default?: undefined;
938
139
  } | {
939
140
  type: any;
940
- default: string | number | boolean | {
941
- [key: string]: any;
942
- }[] | {
943
- [key: string]: any;
944
- }[] | ({
945
- source?: import("../../_utils/propsDiagram").Source;
946
- plugin: import("../../_utils/propsDiagram").Plugin;
947
- layer: import("../../_utils/propsDiagram").Layer;
948
- chartType: import("../../_utils/propsDiagram").ChartType;
949
- relatedList: unknown[];
950
- sqlConditions?: ({
951
- alias: string;
952
- fieldName: string;
953
- rule: string;
954
- fieldValue: string;
955
- } & ({
956
- valueType: "TEXT" | "NUMBER";
957
- dateFormat?: string;
958
- } | {
959
- valueType: "DATE";
960
- dateFormat: string;
961
- }))[];
962
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
963
- source?: import("../../_utils/propsDiagram").Source;
964
- plugin: import("../../_utils/propsDiagram").Plugin;
965
- layer: import("../../_utils/propsDiagram").Layer;
966
- chartType: import("../../_utils/propsDiagram").ChartType;
967
- relatedList: unknown[];
968
- sqlConditions?: ({
969
- alias: string;
970
- fieldName: string;
971
- rule: string;
972
- fieldValue: string;
973
- } & ({
974
- valueType: "TEXT" | "NUMBER";
975
- dateFormat?: string;
976
- } | {
977
- valueType: "DATE";
978
- dateFormat: string;
979
- }))[];
980
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
981
- [key: string]: any;
982
- } | import("src/_utils/props").RequestParams;
141
+ default: any;
983
142
  };
984
143
  height: {
985
144
  type?: undefined;
986
145
  default?: undefined;
987
146
  } | {
988
147
  type: any;
989
- default: string | number | boolean | {
990
- [key: string]: any;
991
- }[] | {
992
- [key: string]: any;
993
- }[] | ({
994
- source?: import("../../_utils/propsDiagram").Source;
995
- plugin: import("../../_utils/propsDiagram").Plugin;
996
- layer: import("../../_utils/propsDiagram").Layer;
997
- chartType: import("../../_utils/propsDiagram").ChartType;
998
- relatedList: unknown[];
999
- sqlConditions?: ({
1000
- alias: string;
1001
- fieldName: string;
1002
- rule: string;
1003
- fieldValue: string;
1004
- } & ({
1005
- valueType: "TEXT" | "NUMBER";
1006
- dateFormat?: string;
1007
- } | {
1008
- valueType: "DATE";
1009
- dateFormat: string;
1010
- }))[];
1011
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1012
- source?: import("../../_utils/propsDiagram").Source;
1013
- plugin: import("../../_utils/propsDiagram").Plugin;
1014
- layer: import("../../_utils/propsDiagram").Layer;
1015
- chartType: import("../../_utils/propsDiagram").ChartType;
1016
- relatedList: unknown[];
1017
- sqlConditions?: ({
1018
- alias: string;
1019
- fieldName: string;
1020
- rule: string;
1021
- fieldValue: string;
1022
- } & ({
1023
- valueType: "TEXT" | "NUMBER";
1024
- dateFormat?: string;
1025
- } | {
1026
- valueType: "DATE";
1027
- dateFormat: string;
1028
- }))[];
1029
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1030
- [key: string]: any;
1031
- } | import("src/_utils/props").RequestParams;
148
+ default: any;
1032
149
  };
1033
150
  position: {
1034
151
  type?: undefined;
1035
152
  default?: undefined;
1036
153
  } | {
1037
154
  type: any;
1038
- default: string | number | boolean | {
1039
- [key: string]: any;
1040
- }[] | {
1041
- [key: string]: any;
1042
- }[] | ({
1043
- source?: import("../../_utils/propsDiagram").Source;
1044
- plugin: import("../../_utils/propsDiagram").Plugin;
1045
- layer: import("../../_utils/propsDiagram").Layer;
1046
- chartType: import("../../_utils/propsDiagram").ChartType;
1047
- relatedList: unknown[];
1048
- sqlConditions?: ({
1049
- alias: string;
1050
- fieldName: string;
1051
- rule: string;
1052
- fieldValue: string;
1053
- } & ({
1054
- valueType: "TEXT" | "NUMBER";
1055
- dateFormat?: string;
1056
- } | {
1057
- valueType: "DATE";
1058
- dateFormat: string;
1059
- }))[];
1060
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1061
- source?: import("../../_utils/propsDiagram").Source;
1062
- plugin: import("../../_utils/propsDiagram").Plugin;
1063
- layer: import("../../_utils/propsDiagram").Layer;
1064
- chartType: import("../../_utils/propsDiagram").ChartType;
1065
- relatedList: unknown[];
1066
- sqlConditions?: ({
1067
- alias: string;
1068
- fieldName: string;
1069
- rule: string;
1070
- fieldValue: string;
1071
- } & ({
1072
- valueType: "TEXT" | "NUMBER";
1073
- dateFormat?: string;
1074
- } | {
1075
- valueType: "DATE";
1076
- dateFormat: string;
1077
- }))[];
1078
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1079
- [key: string]: any;
1080
- } | import("src/_utils/props").RequestParams;
155
+ default: any;
1081
156
  };
1082
157
  top: {
1083
158
  type?: undefined;
1084
159
  default?: undefined;
1085
160
  } | {
1086
161
  type: any;
1087
- default: string | number | boolean | {
1088
- [key: string]: any;
1089
- }[] | {
1090
- [key: string]: any;
1091
- }[] | ({
1092
- source?: import("../../_utils/propsDiagram").Source;
1093
- plugin: import("../../_utils/propsDiagram").Plugin;
1094
- layer: import("../../_utils/propsDiagram").Layer;
1095
- chartType: import("../../_utils/propsDiagram").ChartType;
1096
- relatedList: unknown[];
1097
- sqlConditions?: ({
1098
- alias: string;
1099
- fieldName: string;
1100
- rule: string;
1101
- fieldValue: string;
1102
- } & ({
1103
- valueType: "TEXT" | "NUMBER";
1104
- dateFormat?: string;
1105
- } | {
1106
- valueType: "DATE";
1107
- dateFormat: string;
1108
- }))[];
1109
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1110
- source?: import("../../_utils/propsDiagram").Source;
1111
- plugin: import("../../_utils/propsDiagram").Plugin;
1112
- layer: import("../../_utils/propsDiagram").Layer;
1113
- chartType: import("../../_utils/propsDiagram").ChartType;
1114
- relatedList: unknown[];
1115
- sqlConditions?: ({
1116
- alias: string;
1117
- fieldName: string;
1118
- rule: string;
1119
- fieldValue: string;
1120
- } & ({
1121
- valueType: "TEXT" | "NUMBER";
1122
- dateFormat?: string;
1123
- } | {
1124
- valueType: "DATE";
1125
- dateFormat: string;
1126
- }))[];
1127
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1128
- [key: string]: any;
1129
- } | import("src/_utils/props").RequestParams;
162
+ default: any;
1130
163
  };
1131
164
  left: {
1132
165
  type?: undefined;
1133
166
  default?: undefined;
1134
167
  } | {
1135
168
  type: any;
1136
- default: string | number | boolean | {
1137
- [key: string]: any;
1138
- }[] | {
1139
- [key: string]: any;
1140
- }[] | ({
1141
- source?: import("../../_utils/propsDiagram").Source;
1142
- plugin: import("../../_utils/propsDiagram").Plugin;
1143
- layer: import("../../_utils/propsDiagram").Layer;
1144
- chartType: import("../../_utils/propsDiagram").ChartType;
1145
- relatedList: unknown[];
1146
- sqlConditions?: ({
1147
- alias: string;
1148
- fieldName: string;
1149
- rule: string;
1150
- fieldValue: string;
1151
- } & ({
1152
- valueType: "TEXT" | "NUMBER";
1153
- dateFormat?: string;
1154
- } | {
1155
- valueType: "DATE";
1156
- dateFormat: string;
1157
- }))[];
1158
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1159
- source?: import("../../_utils/propsDiagram").Source;
1160
- plugin: import("../../_utils/propsDiagram").Plugin;
1161
- layer: import("../../_utils/propsDiagram").Layer;
1162
- chartType: import("../../_utils/propsDiagram").ChartType;
1163
- relatedList: unknown[];
1164
- sqlConditions?: ({
1165
- alias: string;
1166
- fieldName: string;
1167
- rule: string;
1168
- fieldValue: string;
1169
- } & ({
1170
- valueType: "TEXT" | "NUMBER";
1171
- dateFormat?: string;
1172
- } | {
1173
- valueType: "DATE";
1174
- dateFormat: string;
1175
- }))[];
1176
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1177
- [key: string]: any;
1178
- } | import("src/_utils/props").RequestParams;
169
+ default: any;
1179
170
  };
1180
171
  zIndex: {
1181
172
  type?: undefined;
1182
173
  default?: undefined;
1183
174
  } | {
1184
175
  type: any;
1185
- default: string | number | boolean | {
1186
- [key: string]: any;
1187
- }[] | {
1188
- [key: string]: any;
1189
- }[] | ({
1190
- source?: import("../../_utils/propsDiagram").Source;
1191
- plugin: import("../../_utils/propsDiagram").Plugin;
1192
- layer: import("../../_utils/propsDiagram").Layer;
1193
- chartType: import("../../_utils/propsDiagram").ChartType;
1194
- relatedList: unknown[];
1195
- sqlConditions?: ({
1196
- alias: string;
1197
- fieldName: string;
1198
- rule: string;
1199
- fieldValue: string;
1200
- } & ({
1201
- valueType: "TEXT" | "NUMBER";
1202
- dateFormat?: string;
1203
- } | {
1204
- valueType: "DATE";
1205
- dateFormat: string;
1206
- }))[];
1207
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1208
- source?: import("../../_utils/propsDiagram").Source;
1209
- plugin: import("../../_utils/propsDiagram").Plugin;
1210
- layer: import("../../_utils/propsDiagram").Layer;
1211
- chartType: import("../../_utils/propsDiagram").ChartType;
1212
- relatedList: unknown[];
1213
- sqlConditions?: ({
1214
- alias: string;
1215
- fieldName: string;
1216
- rule: string;
1217
- fieldValue: string;
1218
- } & ({
1219
- valueType: "TEXT" | "NUMBER";
1220
- dateFormat?: string;
1221
- } | {
1222
- valueType: "DATE";
1223
- dateFormat: string;
1224
- }))[];
1225
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1226
- [key: string]: any;
1227
- } | import("src/_utils/props").RequestParams;
176
+ default: any;
1228
177
  };
1229
178
  rotate: {
1230
179
  type?: undefined;
1231
180
  default?: undefined;
1232
181
  } | {
1233
182
  type: any;
1234
- default: string | number | boolean | {
1235
- [key: string]: any;
1236
- }[] | {
1237
- [key: string]: any;
1238
- }[] | ({
1239
- source?: import("../../_utils/propsDiagram").Source;
1240
- plugin: import("../../_utils/propsDiagram").Plugin;
1241
- layer: import("../../_utils/propsDiagram").Layer;
1242
- chartType: import("../../_utils/propsDiagram").ChartType;
1243
- relatedList: unknown[];
1244
- sqlConditions?: ({
1245
- alias: string;
1246
- fieldName: string;
1247
- rule: string;
1248
- fieldValue: string;
1249
- } & ({
1250
- valueType: "TEXT" | "NUMBER";
1251
- dateFormat?: string;
1252
- } | {
1253
- valueType: "DATE";
1254
- dateFormat: string;
1255
- }))[];
1256
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1257
- source?: import("../../_utils/propsDiagram").Source;
1258
- plugin: import("../../_utils/propsDiagram").Plugin;
1259
- layer: import("../../_utils/propsDiagram").Layer;
1260
- chartType: import("../../_utils/propsDiagram").ChartType;
1261
- relatedList: unknown[];
1262
- sqlConditions?: ({
1263
- alias: string;
1264
- fieldName: string;
1265
- rule: string;
1266
- fieldValue: string;
1267
- } & ({
1268
- valueType: "TEXT" | "NUMBER";
1269
- dateFormat?: string;
1270
- } | {
1271
- valueType: "DATE";
1272
- dateFormat: string;
1273
- }))[];
1274
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1275
- [key: string]: any;
1276
- } | import("src/_utils/props").RequestParams;
183
+ default: any;
1277
184
  };
1278
185
  isShow: {
1279
186
  type?: undefined;
1280
187
  default?: undefined;
1281
188
  } | {
1282
189
  type: any;
1283
- default: string | number | boolean | {
1284
- [key: string]: any;
1285
- }[] | {
1286
- [key: string]: any;
1287
- }[] | ({
1288
- source?: import("../../_utils/propsDiagram").Source;
1289
- plugin: import("../../_utils/propsDiagram").Plugin;
1290
- layer: import("../../_utils/propsDiagram").Layer;
1291
- chartType: import("../../_utils/propsDiagram").ChartType;
1292
- relatedList: unknown[];
1293
- sqlConditions?: ({
1294
- alias: string;
1295
- fieldName: string;
1296
- rule: string;
1297
- fieldValue: string;
1298
- } & ({
1299
- valueType: "TEXT" | "NUMBER";
1300
- dateFormat?: string;
1301
- } | {
1302
- valueType: "DATE";
1303
- dateFormat: string;
1304
- }))[];
1305
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1306
- source?: import("../../_utils/propsDiagram").Source;
1307
- plugin: import("../../_utils/propsDiagram").Plugin;
1308
- layer: import("../../_utils/propsDiagram").Layer;
1309
- chartType: import("../../_utils/propsDiagram").ChartType;
1310
- relatedList: unknown[];
1311
- sqlConditions?: ({
1312
- alias: string;
1313
- fieldName: string;
1314
- rule: string;
1315
- fieldValue: string;
1316
- } & ({
1317
- valueType: "TEXT" | "NUMBER";
1318
- dateFormat?: string;
1319
- } | {
1320
- valueType: "DATE";
1321
- dateFormat: string;
1322
- }))[];
1323
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1324
- [key: string]: any;
1325
- } | import("src/_utils/props").RequestParams;
190
+ default: any;
1326
191
  };
1327
192
  isRender: {
1328
193
  type?: undefined;
1329
194
  default?: undefined;
1330
195
  } | {
1331
196
  type: any;
1332
- default: string | number | boolean | {
1333
- [key: string]: any;
1334
- }[] | {
1335
- [key: string]: any;
1336
- }[] | ({
1337
- source?: import("../../_utils/propsDiagram").Source;
1338
- plugin: import("../../_utils/propsDiagram").Plugin;
1339
- layer: import("../../_utils/propsDiagram").Layer;
1340
- chartType: import("../../_utils/propsDiagram").ChartType;
1341
- relatedList: unknown[];
1342
- sqlConditions?: ({
1343
- alias: string;
1344
- fieldName: string;
1345
- rule: string;
1346
- fieldValue: string;
1347
- } & ({
1348
- valueType: "TEXT" | "NUMBER";
1349
- dateFormat?: string;
1350
- } | {
1351
- valueType: "DATE";
1352
- dateFormat: string;
1353
- }))[];
1354
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1355
- source?: import("../../_utils/propsDiagram").Source;
1356
- plugin: import("../../_utils/propsDiagram").Plugin;
1357
- layer: import("../../_utils/propsDiagram").Layer;
1358
- chartType: import("../../_utils/propsDiagram").ChartType;
1359
- relatedList: unknown[];
1360
- sqlConditions?: ({
1361
- alias: string;
1362
- fieldName: string;
1363
- rule: string;
1364
- fieldValue: string;
1365
- } & ({
1366
- valueType: "TEXT" | "NUMBER";
1367
- dateFormat?: string;
1368
- } | {
1369
- valueType: "DATE";
1370
- dateFormat: string;
1371
- }))[];
1372
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1373
- [key: string]: any;
1374
- } | import("src/_utils/props").RequestParams;
197
+ default: any;
1375
198
  };
1376
199
  events: {
1377
200
  type?: undefined;
1378
201
  default?: undefined;
1379
202
  } | {
1380
203
  type: any;
1381
- default: string | number | boolean | {
1382
- [key: string]: any;
1383
- }[] | {
1384
- [key: string]: any;
1385
- }[] | ({
1386
- source?: import("../../_utils/propsDiagram").Source;
1387
- plugin: import("../../_utils/propsDiagram").Plugin;
1388
- layer: import("../../_utils/propsDiagram").Layer;
1389
- chartType: import("../../_utils/propsDiagram").ChartType;
1390
- relatedList: unknown[];
1391
- sqlConditions?: ({
1392
- alias: string;
1393
- fieldName: string;
1394
- rule: string;
1395
- fieldValue: string;
1396
- } & ({
1397
- valueType: "TEXT" | "NUMBER";
1398
- dateFormat?: string;
1399
- } | {
1400
- valueType: "DATE";
1401
- dateFormat: string;
1402
- }))[];
1403
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1404
- source?: import("../../_utils/propsDiagram").Source;
1405
- plugin: import("../../_utils/propsDiagram").Plugin;
1406
- layer: import("../../_utils/propsDiagram").Layer;
1407
- chartType: import("../../_utils/propsDiagram").ChartType;
1408
- relatedList: unknown[];
1409
- sqlConditions?: ({
1410
- alias: string;
1411
- fieldName: string;
1412
- rule: string;
1413
- fieldValue: string;
1414
- } & ({
1415
- valueType: "TEXT" | "NUMBER";
1416
- dateFormat?: string;
1417
- } | {
1418
- valueType: "DATE";
1419
- dateFormat: string;
1420
- }))[];
1421
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1422
- [key: string]: any;
1423
- } | import("src/_utils/props").RequestParams;
204
+ default: any;
1424
205
  };
1425
206
  requestUrl: {
1426
207
  type?: undefined;
1427
208
  default?: undefined;
1428
209
  } | {
1429
210
  type: any;
1430
- default: string | number | boolean | {
1431
- [key: string]: any;
1432
- }[] | {
1433
- [key: string]: any;
1434
- }[] | ({
1435
- source?: import("../../_utils/propsDiagram").Source;
1436
- plugin: import("../../_utils/propsDiagram").Plugin;
1437
- layer: import("../../_utils/propsDiagram").Layer;
1438
- chartType: import("../../_utils/propsDiagram").ChartType;
1439
- relatedList: unknown[];
1440
- sqlConditions?: ({
1441
- alias: string;
1442
- fieldName: string;
1443
- rule: string;
1444
- fieldValue: string;
1445
- } & ({
1446
- valueType: "TEXT" | "NUMBER";
1447
- dateFormat?: string;
1448
- } | {
1449
- valueType: "DATE";
1450
- dateFormat: string;
1451
- }))[];
1452
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1453
- source?: import("../../_utils/propsDiagram").Source;
1454
- plugin: import("../../_utils/propsDiagram").Plugin;
1455
- layer: import("../../_utils/propsDiagram").Layer;
1456
- chartType: import("../../_utils/propsDiagram").ChartType;
1457
- relatedList: unknown[];
1458
- sqlConditions?: ({
1459
- alias: string;
1460
- fieldName: string;
1461
- rule: string;
1462
- fieldValue: string;
1463
- } & ({
1464
- valueType: "TEXT" | "NUMBER";
1465
- dateFormat?: string;
1466
- } | {
1467
- valueType: "DATE";
1468
- dateFormat: string;
1469
- }))[];
1470
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1471
- [key: string]: any;
1472
- } | import("src/_utils/props").RequestParams;
211
+ default: any;
1473
212
  };
1474
213
  requestMethod: {
1475
214
  type?: undefined;
1476
215
  default?: undefined;
1477
216
  } | {
1478
217
  type: any;
1479
- default: string | number | boolean | {
1480
- [key: string]: any;
1481
- }[] | {
1482
- [key: string]: any;
1483
- }[] | ({
1484
- source?: import("../../_utils/propsDiagram").Source;
1485
- plugin: import("../../_utils/propsDiagram").Plugin;
1486
- layer: import("../../_utils/propsDiagram").Layer;
1487
- chartType: import("../../_utils/propsDiagram").ChartType;
1488
- relatedList: unknown[];
1489
- sqlConditions?: ({
1490
- alias: string;
1491
- fieldName: string;
1492
- rule: string;
1493
- fieldValue: string;
1494
- } & ({
1495
- valueType: "TEXT" | "NUMBER";
1496
- dateFormat?: string;
1497
- } | {
1498
- valueType: "DATE";
1499
- dateFormat: string;
1500
- }))[];
1501
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1502
- source?: import("../../_utils/propsDiagram").Source;
1503
- plugin: import("../../_utils/propsDiagram").Plugin;
1504
- layer: import("../../_utils/propsDiagram").Layer;
1505
- chartType: import("../../_utils/propsDiagram").ChartType;
1506
- relatedList: unknown[];
1507
- sqlConditions?: ({
1508
- alias: string;
1509
- fieldName: string;
1510
- rule: string;
1511
- fieldValue: string;
1512
- } & ({
1513
- valueType: "TEXT" | "NUMBER";
1514
- dateFormat?: string;
1515
- } | {
1516
- valueType: "DATE";
1517
- dateFormat: string;
1518
- }))[];
1519
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1520
- [key: string]: any;
1521
- } | import("src/_utils/props").RequestParams;
218
+ default: any;
1522
219
  };
1523
220
  requestHeaders: {
1524
221
  type?: undefined;
1525
222
  default?: undefined;
1526
223
  } | {
1527
224
  type: any;
1528
- default: string | number | boolean | {
1529
- [key: string]: any;
1530
- }[] | {
1531
- [key: string]: any;
1532
- }[] | ({
1533
- source?: import("../../_utils/propsDiagram").Source;
1534
- plugin: import("../../_utils/propsDiagram").Plugin;
1535
- layer: import("../../_utils/propsDiagram").Layer;
1536
- chartType: import("../../_utils/propsDiagram").ChartType;
1537
- relatedList: unknown[];
1538
- sqlConditions?: ({
1539
- alias: string;
1540
- fieldName: string;
1541
- rule: string;
1542
- fieldValue: string;
1543
- } & ({
1544
- valueType: "TEXT" | "NUMBER";
1545
- dateFormat?: string;
1546
- } | {
1547
- valueType: "DATE";
1548
- dateFormat: string;
1549
- }))[];
1550
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1551
- source?: import("../../_utils/propsDiagram").Source;
1552
- plugin: import("../../_utils/propsDiagram").Plugin;
1553
- layer: import("../../_utils/propsDiagram").Layer;
1554
- chartType: import("../../_utils/propsDiagram").ChartType;
1555
- relatedList: unknown[];
1556
- sqlConditions?: ({
1557
- alias: string;
1558
- fieldName: string;
1559
- rule: string;
1560
- fieldValue: string;
1561
- } & ({
1562
- valueType: "TEXT" | "NUMBER";
1563
- dateFormat?: string;
1564
- } | {
1565
- valueType: "DATE";
1566
- dateFormat: string;
1567
- }))[];
1568
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1569
- [key: string]: any;
1570
- } | import("src/_utils/props").RequestParams;
225
+ default: any;
1571
226
  };
1572
227
  isOpenRequestTimer: {
1573
228
  type?: undefined;
1574
229
  default?: undefined;
1575
230
  } | {
1576
231
  type: any;
1577
- default: string | number | boolean | {
1578
- [key: string]: any;
1579
- }[] | {
1580
- [key: string]: any;
1581
- }[] | ({
1582
- source?: import("../../_utils/propsDiagram").Source;
1583
- plugin: import("../../_utils/propsDiagram").Plugin;
1584
- layer: import("../../_utils/propsDiagram").Layer;
1585
- chartType: import("../../_utils/propsDiagram").ChartType;
1586
- relatedList: unknown[];
1587
- sqlConditions?: ({
1588
- alias: string;
1589
- fieldName: string;
1590
- rule: string;
1591
- fieldValue: string;
1592
- } & ({
1593
- valueType: "TEXT" | "NUMBER";
1594
- dateFormat?: string;
1595
- } | {
1596
- valueType: "DATE";
1597
- dateFormat: string;
1598
- }))[];
1599
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1600
- source?: import("../../_utils/propsDiagram").Source;
1601
- plugin: import("../../_utils/propsDiagram").Plugin;
1602
- layer: import("../../_utils/propsDiagram").Layer;
1603
- chartType: import("../../_utils/propsDiagram").ChartType;
1604
- relatedList: unknown[];
1605
- sqlConditions?: ({
1606
- alias: string;
1607
- fieldName: string;
1608
- rule: string;
1609
- fieldValue: string;
1610
- } & ({
1611
- valueType: "TEXT" | "NUMBER";
1612
- dateFormat?: string;
1613
- } | {
1614
- valueType: "DATE";
1615
- dateFormat: string;
1616
- }))[];
1617
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1618
- [key: string]: any;
1619
- } | import("src/_utils/props").RequestParams;
232
+ default: any;
1620
233
  };
1621
234
  requestInterval: {
1622
235
  type?: undefined;
1623
236
  default?: undefined;
1624
237
  } | {
1625
238
  type: any;
1626
- default: string | number | boolean | {
1627
- [key: string]: any;
1628
- }[] | {
1629
- [key: string]: any;
1630
- }[] | ({
1631
- source?: import("../../_utils/propsDiagram").Source;
1632
- plugin: import("../../_utils/propsDiagram").Plugin;
1633
- layer: import("../../_utils/propsDiagram").Layer;
1634
- chartType: import("../../_utils/propsDiagram").ChartType;
1635
- relatedList: unknown[];
1636
- sqlConditions?: ({
1637
- alias: string;
1638
- fieldName: string;
1639
- rule: string;
1640
- fieldValue: string;
1641
- } & ({
1642
- valueType: "TEXT" | "NUMBER";
1643
- dateFormat?: string;
1644
- } | {
1645
- valueType: "DATE";
1646
- dateFormat: string;
1647
- }))[];
1648
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1649
- source?: import("../../_utils/propsDiagram").Source;
1650
- plugin: import("../../_utils/propsDiagram").Plugin;
1651
- layer: import("../../_utils/propsDiagram").Layer;
1652
- chartType: import("../../_utils/propsDiagram").ChartType;
1653
- relatedList: unknown[];
1654
- sqlConditions?: ({
1655
- alias: string;
1656
- fieldName: string;
1657
- rule: string;
1658
- fieldValue: string;
1659
- } & ({
1660
- valueType: "TEXT" | "NUMBER";
1661
- dateFormat?: string;
1662
- } | {
1663
- valueType: "DATE";
1664
- dateFormat: string;
1665
- }))[];
1666
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1667
- [key: string]: any;
1668
- } | import("src/_utils/props").RequestParams;
239
+ default: any;
1669
240
  };
1670
241
  requestParams: {
1671
242
  type?: undefined;
1672
243
  default?: undefined;
1673
244
  } | {
1674
245
  type: any;
1675
- default: string | number | boolean | {
1676
- [key: string]: any;
1677
- }[] | {
1678
- [key: string]: any;
1679
- }[] | ({
1680
- source?: import("../../_utils/propsDiagram").Source;
1681
- plugin: import("../../_utils/propsDiagram").Plugin;
1682
- layer: import("../../_utils/propsDiagram").Layer;
1683
- chartType: import("../../_utils/propsDiagram").ChartType;
1684
- relatedList: unknown[];
1685
- sqlConditions?: ({
1686
- alias: string;
1687
- fieldName: string;
1688
- rule: string;
1689
- fieldValue: string;
1690
- } & ({
1691
- valueType: "TEXT" | "NUMBER";
1692
- dateFormat?: string;
1693
- } | {
1694
- valueType: "DATE";
1695
- dateFormat: string;
1696
- }))[];
1697
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1698
- source?: import("../../_utils/propsDiagram").Source;
1699
- plugin: import("../../_utils/propsDiagram").Plugin;
1700
- layer: import("../../_utils/propsDiagram").Layer;
1701
- chartType: import("../../_utils/propsDiagram").ChartType;
1702
- relatedList: unknown[];
1703
- sqlConditions?: ({
1704
- alias: string;
1705
- fieldName: string;
1706
- rule: string;
1707
- fieldValue: string;
1708
- } & ({
1709
- valueType: "TEXT" | "NUMBER";
1710
- dateFormat?: string;
1711
- } | {
1712
- valueType: "DATE";
1713
- dateFormat: string;
1714
- }))[];
1715
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1716
- [key: string]: any;
1717
- } | import("src/_utils/props").RequestParams;
246
+ default: any;
1718
247
  };
1719
248
  requestSort: {
1720
249
  type?: undefined;
1721
250
  default?: undefined;
1722
251
  } | {
1723
252
  type: any;
1724
- default: string | number | boolean | {
1725
- [key: string]: any;
1726
- }[] | {
1727
- [key: string]: any;
1728
- }[] | ({
1729
- source?: import("../../_utils/propsDiagram").Source;
1730
- plugin: import("../../_utils/propsDiagram").Plugin;
1731
- layer: import("../../_utils/propsDiagram").Layer;
1732
- chartType: import("../../_utils/propsDiagram").ChartType;
1733
- relatedList: unknown[];
1734
- sqlConditions?: ({
1735
- alias: string;
1736
- fieldName: string;
1737
- rule: string;
1738
- fieldValue: string;
1739
- } & ({
1740
- valueType: "TEXT" | "NUMBER";
1741
- dateFormat?: string;
1742
- } | {
1743
- valueType: "DATE";
1744
- dateFormat: string;
1745
- }))[];
1746
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1747
- source?: import("../../_utils/propsDiagram").Source;
1748
- plugin: import("../../_utils/propsDiagram").Plugin;
1749
- layer: import("../../_utils/propsDiagram").Layer;
1750
- chartType: import("../../_utils/propsDiagram").ChartType;
1751
- relatedList: unknown[];
1752
- sqlConditions?: ({
1753
- alias: string;
1754
- fieldName: string;
1755
- rule: string;
1756
- fieldValue: string;
1757
- } & ({
1758
- valueType: "TEXT" | "NUMBER";
1759
- dateFormat?: string;
1760
- } | {
1761
- valueType: "DATE";
1762
- dateFormat: string;
1763
- }))[];
1764
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1765
- [key: string]: any;
1766
- } | import("src/_utils/props").RequestParams;
253
+ default: any;
1767
254
  };
1768
255
  dataType: {
1769
256
  type?: undefined;
1770
257
  default?: undefined;
1771
258
  } | {
1772
259
  type: any;
1773
- default: string | number | boolean | {
1774
- [key: string]: any;
1775
- }[] | {
1776
- [key: string]: any;
1777
- }[] | ({
1778
- source?: import("../../_utils/propsDiagram").Source;
1779
- plugin: import("../../_utils/propsDiagram").Plugin;
1780
- layer: import("../../_utils/propsDiagram").Layer;
1781
- chartType: import("../../_utils/propsDiagram").ChartType;
1782
- relatedList: unknown[];
1783
- sqlConditions?: ({
1784
- alias: string;
1785
- fieldName: string;
1786
- rule: string;
1787
- fieldValue: string;
1788
- } & ({
1789
- valueType: "TEXT" | "NUMBER";
1790
- dateFormat?: string;
1791
- } | {
1792
- valueType: "DATE";
1793
- dateFormat: string;
1794
- }))[];
1795
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1796
- source?: import("../../_utils/propsDiagram").Source;
1797
- plugin: import("../../_utils/propsDiagram").Plugin;
1798
- layer: import("../../_utils/propsDiagram").Layer;
1799
- chartType: import("../../_utils/propsDiagram").ChartType;
1800
- relatedList: unknown[];
1801
- sqlConditions?: ({
1802
- alias: string;
1803
- fieldName: string;
1804
- rule: string;
1805
- fieldValue: string;
1806
- } & ({
1807
- valueType: "TEXT" | "NUMBER";
1808
- dateFormat?: string;
1809
- } | {
1810
- valueType: "DATE";
1811
- dateFormat: string;
1812
- }))[];
1813
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | Events | {
1814
- [key: string]: any;
1815
- } | import("src/_utils/props").RequestParams;
260
+ default: any;
1816
261
  };
1817
262
  }, {
1818
- x: import("vue").ComputedRef<string | number | boolean | {
1819
- [key: string]: any;
1820
- }>;
263
+ x: import("vue").ComputedRef<any>;
1821
264
  y: import("vue").ComputedRef<number>;
1822
265
  myColumns: import("vue").ComputedRef<{
1823
266
  [key: string]: any;
@@ -1827,12 +270,8 @@ declare const _default: import("vue").DefineComponent<{
1827
270
  onClick: () => void;
1828
271
  };
1829
272
  pagination: import("vue").ComputedRef<{
1830
- simple: string | number | boolean | {
1831
- [key: string]: any;
1832
- };
1833
- position: (string | number | boolean | {
1834
- [key: string]: any;
1835
- })[];
273
+ simple: any;
274
+ position: any[];
1836
275
  total: number;
1837
276
  current: number;
1838
277
  pageSize: number;
@@ -1865,7 +304,7 @@ declare const _default: import("vue").DefineComponent<{
1865
304
  cellBackgroundColor?: unknown;
1866
305
  borderColor?: unknown;
1867
306
  paginationPageSize?: unknown;
1868
- diagramParam?: unknown;
307
+ graphicConfig?: unknown;
1869
308
  id?: unknown;
1870
309
  name?: unknown;
1871
310
  keyName?: unknown;
@@ -1889,116 +328,42 @@ declare const _default: import("vue").DefineComponent<{
1889
328
  requestSort?: unknown;
1890
329
  dataType?: unknown;
1891
330
  } & {} & {
1892
- type?: string | number | boolean | {
1893
- [key: string]: any;
1894
- };
1895
- columns?: string | number | boolean | {
1896
- [key: string]: any;
1897
- };
1898
- data?: string | number | boolean | {
1899
- [key: string]: any;
1900
- };
1901
- bordered?: string | number | boolean | {
1902
- [key: string]: any;
1903
- };
1904
- size?: string | number | boolean | {
1905
- [key: string]: any;
1906
- };
1907
- isUseSeq?: string | number | boolean | {
1908
- [key: string]: any;
1909
- };
1910
- columnsFixedNum?: string | number | boolean | {
1911
- [key: string]: any;
1912
- };
1913
- scrollX?: string | number | boolean | {
1914
- [key: string]: any;
1915
- };
1916
- paginationShow?: string | number | boolean | {
1917
- [key: string]: any;
1918
- };
1919
- paginationPosition?: string | number | boolean | {
1920
- [key: string]: any;
1921
- };
1922
- simple?: string | number | boolean | {
1923
- [key: string]: any;
1924
- };
1925
- headerCellBackgroundColor?: string | number | boolean | {
1926
- [key: string]: any;
1927
- };
1928
- cellBackgroundColor?: string | number | boolean | {
1929
- [key: string]: any;
1930
- };
1931
- borderColor?: string | number | boolean | {
1932
- [key: string]: any;
1933
- };
1934
- paginationPageSize?: string | number | boolean | {
1935
- [key: string]: any;
1936
- };
1937
- diagramParam?: string | number | boolean | {
1938
- [key: string]: any;
1939
- };
1940
- id?: string | number | boolean | {
1941
- [key: string]: any;
1942
- };
1943
- name?: string | number | boolean | {
1944
- [key: string]: any;
1945
- };
1946
- keyName?: string | number | boolean | {
1947
- [key: string]: any;
1948
- };
1949
- width?: string | number | boolean | {
1950
- [key: string]: any;
1951
- };
1952
- height?: string | number | boolean | {
1953
- [key: string]: any;
1954
- };
1955
- position?: string | number | boolean | {
1956
- [key: string]: any;
1957
- };
1958
- top?: string | number | boolean | {
1959
- [key: string]: any;
1960
- };
1961
- left?: string | number | boolean | {
1962
- [key: string]: any;
1963
- };
1964
- zIndex?: string | number | boolean | {
1965
- [key: string]: any;
1966
- };
1967
- rotate?: string | number | boolean | {
1968
- [key: string]: any;
1969
- };
1970
- isShow?: string | number | boolean | {
1971
- [key: string]: any;
1972
- };
1973
- isRender?: string | number | boolean | {
1974
- [key: string]: any;
1975
- };
1976
- events?: string | number | boolean | {
1977
- [key: string]: any;
1978
- };
1979
- requestUrl?: string | number | boolean | {
1980
- [key: string]: any;
1981
- };
1982
- requestMethod?: string | number | boolean | {
1983
- [key: string]: any;
1984
- };
1985
- requestHeaders?: string | number | boolean | {
1986
- [key: string]: any;
1987
- };
1988
- isOpenRequestTimer?: string | number | boolean | {
1989
- [key: string]: any;
1990
- };
1991
- requestInterval?: string | number | boolean | {
1992
- [key: string]: any;
1993
- };
1994
- requestParams?: string | number | boolean | {
1995
- [key: string]: any;
1996
- };
1997
- requestSort?: string | number | boolean | {
1998
- [key: string]: any;
1999
- };
2000
- dataType?: string | number | boolean | {
2001
- [key: string]: any;
2002
- };
331
+ type?: any;
332
+ columns?: any;
333
+ data?: any;
334
+ bordered?: any;
335
+ size?: any;
336
+ isUseSeq?: any;
337
+ columnsFixedNum?: any;
338
+ scrollX?: any;
339
+ paginationShow?: any;
340
+ paginationPosition?: any;
341
+ simple?: any;
342
+ headerCellBackgroundColor?: any;
343
+ cellBackgroundColor?: any;
344
+ borderColor?: any;
345
+ paginationPageSize?: any;
346
+ graphicConfig?: any;
347
+ id?: any;
348
+ name?: any;
349
+ keyName?: any;
350
+ width?: any;
351
+ height?: any;
352
+ position?: any;
353
+ top?: any;
354
+ left?: any;
355
+ zIndex?: any;
356
+ rotate?: any;
357
+ isShow?: any;
358
+ isRender?: any;
359
+ events?: any;
360
+ requestUrl?: any;
361
+ requestMethod?: any;
362
+ requestHeaders?: any;
363
+ isOpenRequestTimer?: any;
364
+ requestInterval?: any;
365
+ requestParams?: any;
366
+ requestSort?: any;
367
+ dataType?: any;
2003
368
  }>, {}>;
2004
369
  export default _default;