@ecan-bi/datav 1.0.34 → 1.0.35

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.
@@ -36,6 +36,7 @@ export interface PieProps extends Props {
36
36
  gridBottom: string;
37
37
  gridLeft: string;
38
38
  gridRight: string;
39
+ graphicConfig?: any;
39
40
  }
40
41
  export declare const pieProps: PieProps;
41
42
  export declare const pieComponentProps: {
@@ -44,522 +45,413 @@ export declare const pieComponentProps: {
44
45
  default?: undefined;
45
46
  } | {
46
47
  type: any;
47
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
48
- [key: string]: any;
49
- } | import("../../_utils/props").RequestParams;
48
+ default: any;
50
49
  };
51
50
  titleText: {
52
51
  type?: undefined;
53
52
  default?: undefined;
54
53
  } | {
55
54
  type: any;
56
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
57
- [key: string]: any;
58
- } | import("../../_utils/props").RequestParams;
55
+ default: any;
59
56
  };
60
57
  titleSubtext: {
61
58
  type?: undefined;
62
59
  default?: undefined;
63
60
  } | {
64
61
  type: any;
65
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
66
- [key: string]: any;
67
- } | import("../../_utils/props").RequestParams;
62
+ default: any;
68
63
  };
69
64
  titleLeft: {
70
65
  type?: undefined;
71
66
  default?: undefined;
72
67
  } | {
73
68
  type: any;
74
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
75
- [key: string]: any;
76
- } | import("../../_utils/props").RequestParams;
69
+ default: any;
77
70
  };
78
71
  colors: {
79
72
  type?: undefined;
80
73
  default?: undefined;
81
74
  } | {
82
75
  type: any;
83
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
84
- [key: string]: any;
85
- } | import("../../_utils/props").RequestParams;
76
+ default: any;
86
77
  };
87
78
  backgroundColor: {
88
79
  type?: undefined;
89
80
  default?: undefined;
90
81
  } | {
91
82
  type: any;
92
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
93
- [key: string]: any;
94
- } | import("../../_utils/props").RequestParams;
83
+ default: any;
95
84
  };
96
85
  tooltipShow: {
97
86
  type?: undefined;
98
87
  default?: undefined;
99
88
  } | {
100
89
  type: any;
101
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
102
- [key: string]: any;
103
- } | import("../../_utils/props").RequestParams;
90
+ default: any;
104
91
  };
105
92
  tooltipTrigger: {
106
93
  type?: undefined;
107
94
  default?: undefined;
108
95
  } | {
109
96
  type: any;
110
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
111
- [key: string]: any;
112
- } | import("../../_utils/props").RequestParams;
97
+ default: any;
113
98
  };
114
99
  tooltipTextStyleColor: {
115
100
  type?: undefined;
116
101
  default?: undefined;
117
102
  } | {
118
103
  type: any;
119
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
120
- [key: string]: any;
121
- } | import("../../_utils/props").RequestParams;
104
+ default: any;
122
105
  };
123
106
  tooltipFormatter: {
124
107
  type?: undefined;
125
108
  default?: undefined;
126
109
  } | {
127
110
  type: any;
128
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
129
- [key: string]: any;
130
- } | import("../../_utils/props").RequestParams;
111
+ default: any;
131
112
  };
132
113
  legendShow: {
133
114
  type?: undefined;
134
115
  default?: undefined;
135
116
  } | {
136
117
  type: any;
137
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
138
- [key: string]: any;
139
- } | import("../../_utils/props").RequestParams;
118
+ default: any;
140
119
  };
141
120
  legendLeft: {
142
121
  type?: undefined;
143
122
  default?: undefined;
144
123
  } | {
145
124
  type: any;
146
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
147
- [key: string]: any;
148
- } | import("../../_utils/props").RequestParams;
125
+ default: any;
149
126
  };
150
127
  legendTop: {
151
128
  type?: undefined;
152
129
  default?: undefined;
153
130
  } | {
154
131
  type: any;
155
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
156
- [key: string]: any;
157
- } | import("../../_utils/props").RequestParams;
132
+ default: any;
158
133
  };
159
134
  legendOrient: {
160
135
  type?: undefined;
161
136
  default?: undefined;
162
137
  } | {
163
138
  type: any;
164
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
165
- [key: string]: any;
166
- } | import("../../_utils/props").RequestParams;
139
+ default: any;
167
140
  };
168
141
  legendTextStyleColor: {
169
142
  type?: undefined;
170
143
  default?: undefined;
171
144
  } | {
172
145
  type: any;
173
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
174
- [key: string]: any;
175
- } | import("../../_utils/props").RequestParams;
146
+ default: any;
176
147
  };
177
148
  innerRadius: {
178
149
  type?: undefined;
179
150
  default?: undefined;
180
151
  } | {
181
152
  type: any;
182
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
183
- [key: string]: any;
184
- } | import("../../_utils/props").RequestParams;
153
+ default: any;
185
154
  };
186
155
  outerRadius: {
187
156
  type?: undefined;
188
157
  default?: undefined;
189
158
  } | {
190
159
  type: any;
191
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
192
- [key: string]: any;
193
- } | import("../../_utils/props").RequestParams;
160
+ default: any;
194
161
  };
195
162
  centerLeft: {
196
163
  type?: undefined;
197
164
  default?: undefined;
198
165
  } | {
199
166
  type: any;
200
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
201
- [key: string]: any;
202
- } | import("../../_utils/props").RequestParams;
167
+ default: any;
203
168
  };
204
169
  centerTop: {
205
170
  type?: undefined;
206
171
  default?: undefined;
207
172
  } | {
208
173
  type: any;
209
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
210
- [key: string]: any;
211
- } | import("../../_utils/props").RequestParams;
174
+ default: any;
212
175
  };
213
176
  labelShow: {
214
177
  type?: undefined;
215
178
  default?: undefined;
216
179
  } | {
217
180
  type: any;
218
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
219
- [key: string]: any;
220
- } | import("../../_utils/props").RequestParams;
181
+ default: any;
221
182
  };
222
183
  labelFormatter: {
223
184
  type?: undefined;
224
185
  default?: undefined;
225
186
  } | {
226
187
  type: any;
227
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
228
- [key: string]: any;
229
- } | import("../../_utils/props").RequestParams;
188
+ default: any;
230
189
  };
231
190
  labelFontSize: {
232
191
  type?: undefined;
233
192
  default?: undefined;
234
193
  } | {
235
194
  type: any;
236
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
237
- [key: string]: any;
238
- } | import("../../_utils/props").RequestParams;
195
+ default: any;
239
196
  };
240
197
  labelPosition: {
241
198
  type?: undefined;
242
199
  default?: undefined;
243
200
  } | {
244
201
  type: any;
245
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
246
- [key: string]: any;
247
- } | import("../../_utils/props").RequestParams;
202
+ default: any;
248
203
  };
249
204
  labelLineShow: {
250
205
  type?: undefined;
251
206
  default?: undefined;
252
207
  } | {
253
208
  type: any;
254
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
255
- [key: string]: any;
256
- } | import("../../_utils/props").RequestParams;
209
+ default: any;
257
210
  };
258
211
  labelColor: {
259
212
  type?: undefined;
260
213
  default?: undefined;
261
214
  } | {
262
215
  type: any;
263
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
264
- [key: string]: any;
265
- } | import("../../_utils/props").RequestParams;
216
+ default: any;
266
217
  };
267
218
  isUseLabelColors: {
268
219
  type?: undefined;
269
220
  default?: undefined;
270
221
  } | {
271
222
  type: any;
272
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
273
- [key: string]: any;
274
- } | import("../../_utils/props").RequestParams;
223
+ default: any;
275
224
  };
276
225
  labelLineLength: {
277
226
  type?: undefined;
278
227
  default?: undefined;
279
228
  } | {
280
229
  type: any;
281
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
282
- [key: string]: any;
283
- } | import("../../_utils/props").RequestParams;
230
+ default: any;
284
231
  };
285
232
  labelLineLength2: {
286
233
  type?: undefined;
287
234
  default?: undefined;
288
235
  } | {
289
236
  type: any;
290
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
291
- [key: string]: any;
292
- } | import("../../_utils/props").RequestParams;
237
+ default: any;
293
238
  };
294
239
  roseType: {
295
240
  type?: undefined;
296
241
  default?: undefined;
297
242
  } | {
298
243
  type: any;
299
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
300
- [key: string]: any;
301
- } | import("../../_utils/props").RequestParams;
244
+ default: any;
302
245
  };
303
246
  valueTypeDataFieldNames: {
304
247
  type?: undefined;
305
248
  default?: undefined;
306
249
  } | {
307
250
  type: any;
308
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
309
- [key: string]: any;
310
- } | import("../../_utils/props").RequestParams;
251
+ default: any;
311
252
  };
312
253
  dataFieldConfigType: {
313
254
  type?: undefined;
314
255
  default?: undefined;
315
256
  } | {
316
257
  type: any;
317
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
318
- [key: string]: any;
319
- } | import("../../_utils/props").RequestParams;
258
+ default: any;
320
259
  };
321
260
  gridContainLabel: {
322
261
  type?: undefined;
323
262
  default?: undefined;
324
263
  } | {
325
264
  type: any;
326
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
327
- [key: string]: any;
328
- } | import("../../_utils/props").RequestParams;
265
+ default: any;
329
266
  };
330
267
  gridTop: {
331
268
  type?: undefined;
332
269
  default?: undefined;
333
270
  } | {
334
271
  type: any;
335
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
336
- [key: string]: any;
337
- } | import("../../_utils/props").RequestParams;
272
+ default: any;
338
273
  };
339
274
  gridBottom: {
340
275
  type?: undefined;
341
276
  default?: undefined;
342
277
  } | {
343
278
  type: any;
344
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
345
- [key: string]: any;
346
- } | import("../../_utils/props").RequestParams;
279
+ default: any;
347
280
  };
348
281
  gridLeft: {
349
282
  type?: undefined;
350
283
  default?: undefined;
351
284
  } | {
352
285
  type: any;
353
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
354
- [key: string]: any;
355
- } | import("../../_utils/props").RequestParams;
286
+ default: any;
356
287
  };
357
288
  gridRight: {
358
289
  type?: undefined;
359
290
  default?: undefined;
360
291
  } | {
361
292
  type: any;
362
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
363
- [key: string]: any;
364
- } | import("../../_utils/props").RequestParams;
293
+ default: any;
294
+ };
295
+ graphicConfig?: {
296
+ type?: undefined;
297
+ default?: undefined;
298
+ } | {
299
+ type: any;
300
+ default: any;
365
301
  };
366
302
  id: {
367
303
  type?: undefined;
368
304
  default?: undefined;
369
305
  } | {
370
306
  type: any;
371
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
372
- [key: string]: any;
373
- } | import("../../_utils/props").RequestParams;
307
+ default: any;
374
308
  };
375
309
  name: {
376
310
  type?: undefined;
377
311
  default?: undefined;
378
312
  } | {
379
313
  type: any;
380
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
381
- [key: string]: any;
382
- } | import("../../_utils/props").RequestParams;
314
+ default: any;
383
315
  };
384
316
  keyName: {
385
317
  type?: undefined;
386
318
  default?: undefined;
387
319
  } | {
388
320
  type: any;
389
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
390
- [key: string]: any;
391
- } | import("../../_utils/props").RequestParams;
321
+ default: any;
392
322
  };
393
323
  type: {
394
324
  type?: undefined;
395
325
  default?: undefined;
396
326
  } | {
397
327
  type: any;
398
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
399
- [key: string]: any;
400
- } | import("../../_utils/props").RequestParams;
328
+ default: any;
401
329
  };
402
330
  width: {
403
331
  type?: undefined;
404
332
  default?: undefined;
405
333
  } | {
406
334
  type: any;
407
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
408
- [key: string]: any;
409
- } | import("../../_utils/props").RequestParams;
335
+ default: any;
410
336
  };
411
337
  height: {
412
338
  type?: undefined;
413
339
  default?: undefined;
414
340
  } | {
415
341
  type: any;
416
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
417
- [key: string]: any;
418
- } | import("../../_utils/props").RequestParams;
342
+ default: any;
419
343
  };
420
344
  position: {
421
345
  type?: undefined;
422
346
  default?: undefined;
423
347
  } | {
424
348
  type: any;
425
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
426
- [key: string]: any;
427
- } | import("../../_utils/props").RequestParams;
349
+ default: any;
428
350
  };
429
351
  top: {
430
352
  type?: undefined;
431
353
  default?: undefined;
432
354
  } | {
433
355
  type: any;
434
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
435
- [key: string]: any;
436
- } | import("../../_utils/props").RequestParams;
356
+ default: any;
437
357
  };
438
358
  left: {
439
359
  type?: undefined;
440
360
  default?: undefined;
441
361
  } | {
442
362
  type: any;
443
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
444
- [key: string]: any;
445
- } | import("../../_utils/props").RequestParams;
363
+ default: any;
446
364
  };
447
365
  zIndex: {
448
366
  type?: undefined;
449
367
  default?: undefined;
450
368
  } | {
451
369
  type: any;
452
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
453
- [key: string]: any;
454
- } | import("../../_utils/props").RequestParams;
370
+ default: any;
455
371
  };
456
372
  rotate: {
457
373
  type?: undefined;
458
374
  default?: undefined;
459
375
  } | {
460
376
  type: any;
461
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
462
- [key: string]: any;
463
- } | import("../../_utils/props").RequestParams;
377
+ default: any;
464
378
  };
465
379
  isShow: {
466
380
  type?: undefined;
467
381
  default?: undefined;
468
382
  } | {
469
383
  type: any;
470
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
471
- [key: string]: any;
472
- } | import("../../_utils/props").RequestParams;
384
+ default: any;
473
385
  };
474
386
  isRender: {
475
387
  type?: undefined;
476
388
  default?: undefined;
477
389
  } | {
478
390
  type: any;
479
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
480
- [key: string]: any;
481
- } | import("../../_utils/props").RequestParams;
391
+ default: any;
482
392
  };
483
393
  events: {
484
394
  type?: undefined;
485
395
  default?: undefined;
486
396
  } | {
487
397
  type: any;
488
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
489
- [key: string]: any;
490
- } | import("../../_utils/props").RequestParams;
398
+ default: any;
491
399
  };
492
400
  requestUrl: {
493
401
  type?: undefined;
494
402
  default?: undefined;
495
403
  } | {
496
404
  type: any;
497
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
498
- [key: string]: any;
499
- } | import("../../_utils/props").RequestParams;
405
+ default: any;
500
406
  };
501
407
  requestMethod: {
502
408
  type?: undefined;
503
409
  default?: undefined;
504
410
  } | {
505
411
  type: any;
506
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
507
- [key: string]: any;
508
- } | import("../../_utils/props").RequestParams;
412
+ default: any;
509
413
  };
510
414
  requestHeaders: {
511
415
  type?: undefined;
512
416
  default?: undefined;
513
417
  } | {
514
418
  type: any;
515
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
516
- [key: string]: any;
517
- } | import("../../_utils/props").RequestParams;
419
+ default: any;
518
420
  };
519
421
  isOpenRequestTimer: {
520
422
  type?: undefined;
521
423
  default?: undefined;
522
424
  } | {
523
425
  type: any;
524
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
525
- [key: string]: any;
526
- } | import("../../_utils/props").RequestParams;
426
+ default: any;
527
427
  };
528
428
  requestInterval: {
529
429
  type?: undefined;
530
430
  default?: undefined;
531
431
  } | {
532
432
  type: any;
533
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
534
- [key: string]: any;
535
- } | import("../../_utils/props").RequestParams;
433
+ default: any;
536
434
  };
537
435
  requestParams: {
538
436
  type?: undefined;
539
437
  default?: undefined;
540
438
  } | {
541
439
  type: any;
542
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
543
- [key: string]: any;
544
- } | import("../../_utils/props").RequestParams;
440
+ default: any;
545
441
  };
546
442
  requestSort: {
547
443
  type?: undefined;
548
444
  default?: undefined;
549
445
  } | {
550
446
  type: any;
551
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
552
- [key: string]: any;
553
- } | import("../../_utils/props").RequestParams;
447
+ default: any;
554
448
  };
555
449
  dataType: {
556
450
  type?: undefined;
557
451
  default?: undefined;
558
452
  } | {
559
453
  type: any;
560
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | import("../../_utils/props").Events | {
561
- [key: string]: any;
562
- } | import("../../_utils/props").RequestParams;
454
+ default: any;
563
455
  };
564
456
  };
565
457
  export interface PieEvents {