@ecan-bi/datav 1.0.26 → 1.0.29

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