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