@ecan-bi/datav 1.0.23 → 1.0.26

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.
Files changed (62) hide show
  1. package/dist/_utils/constant.d.ts +3 -7
  2. package/dist/_utils/diagramParam.d.ts +145 -0
  3. package/dist/_utils/hooks/index.d.ts +2 -0
  4. package/dist/_utils/hooks/usePageUrl.d.ts +2 -0
  5. package/dist/_utils/hooks/useRequestDiagram.d.ts +5 -0
  6. package/dist/_utils/hooks/useTransformEchartsDataset.d.ts +17 -0
  7. package/dist/_utils/hooks/useVariablesInText.d.ts +4 -0
  8. package/dist/_utils/props.d.ts +1 -1
  9. package/dist/_utils/propsDiagram.d.ts +52 -0
  10. package/dist/components.d.ts +1 -0
  11. package/dist/container/border/Border.vue.d.ts +360 -0
  12. package/dist/container/border/props.d.ts +11 -10
  13. package/dist/container/card/props.d.ts +9 -9
  14. package/dist/container/modal/Modal.vue.d.ts +2 -0
  15. package/dist/control/button/Button.vue.d.ts +13 -13
  16. package/dist/control/button/props.d.ts +9 -9
  17. package/dist/control/date-picker/DatePicker.vue.d.ts +13 -13
  18. package/dist/control/date-picker/props.d.ts +9 -9
  19. package/dist/control/input/Input.vue.d.ts +13 -13
  20. package/dist/control/input/props.d.ts +9 -9
  21. package/dist/control/range-picker/RangePicker.vue.d.ts +13 -13
  22. package/dist/control/range-picker/props.d.ts +9 -9
  23. package/dist/control/select/Select.vue.d.ts +13 -13
  24. package/dist/control/select/props.d.ts +9 -9
  25. package/dist/control/tabs/Tabs.vue.d.ts +10 -10
  26. package/dist/control/tabs/props.d.ts +7 -7
  27. package/dist/graph/bar/Bar.vue.d.ts +1800 -59
  28. package/dist/graph/bar/props.d.ts +1794 -55
  29. package/dist/graph/combo-graph/ComboGraph.vue.d.ts +13 -13
  30. package/dist/graph/combo-graph/props.d.ts +9 -9
  31. package/dist/graph/custom-graph/CustomGraph.vue.d.ts +13 -13
  32. package/dist/graph/custom-graph/props.d.ts +9 -9
  33. package/dist/graph/line/Line.vue.d.ts +13 -13
  34. package/dist/graph/line/props.d.ts +9 -9
  35. package/dist/graph/pie/Pie.vue.d.ts +14 -13
  36. package/dist/graph/pie/props.d.ts +9 -9
  37. package/dist/graph/scatter/Scatter.vue.d.ts +213 -17
  38. package/dist/graph/scatter/props.d.ts +126 -9
  39. package/dist/index.esm.js +1 -16
  40. package/dist/index.umd.js +1 -16
  41. package/dist/map/index.d.ts +1 -0
  42. package/dist/map/map/Map.vue.d.ts +710 -0
  43. package/dist/map/map/index.d.ts +3 -0
  44. package/dist/map/map/props.d.ts +514 -0
  45. package/dist/media/image/Image.vue.d.ts +53 -13
  46. package/dist/media/image/props.d.ts +39 -9
  47. package/dist/setting/provider-config/props.d.ts +1 -1
  48. package/dist/table/table/Table.vue.d.ts +1401 -51
  49. package/dist/table/table/props.d.ts +1392 -45
  50. package/dist/text/index.d.ts +1 -0
  51. package/dist/text/list/List.vue.d.ts +13 -13
  52. package/dist/text/list/props.d.ts +9 -9
  53. package/dist/text/proportion/Proportion.vue.d.ts +524 -0
  54. package/dist/text/proportion/index.d.ts +3 -0
  55. package/dist/text/proportion/props.d.ts +395 -0
  56. package/dist/text/text/Text.vue.d.ts +68 -51
  57. package/dist/text/text/props.d.ts +25 -13
  58. package/dist/text/time-display/TimeDisplay.vue.d.ts +13 -13
  59. package/dist/text/time-display/props.d.ts +9 -9
  60. package/package.json +1 -1
  61. package/dist/index.esm.js.map +0 -1
  62. package/dist/index.umd.js.map +0 -1
@@ -0,0 +1 @@
1
+ export * from './map';
@@ -0,0 +1,710 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ mapJson: {
3
+ type?: undefined;
4
+ default?: undefined;
5
+ } | {
6
+ type: any;
7
+ default: string | number | boolean | {
8
+ [key: string]: any;
9
+ }[] | {
10
+ name: string;
11
+ value: string;
12
+ } | import("../../_utils/props").Events | {
13
+ [key: string]: any;
14
+ } | import("../../_utils/props").RequestParams;
15
+ };
16
+ data: {
17
+ type?: undefined;
18
+ default?: undefined;
19
+ } | {
20
+ type: any;
21
+ default: string | number | boolean | {
22
+ [key: string]: any;
23
+ }[] | {
24
+ name: string;
25
+ value: string;
26
+ } | import("../../_utils/props").Events | {
27
+ [key: string]: any;
28
+ } | import("../../_utils/props").RequestParams;
29
+ };
30
+ labelShow: {
31
+ type?: undefined;
32
+ default?: undefined;
33
+ } | {
34
+ type: any;
35
+ default: string | number | boolean | {
36
+ [key: string]: any;
37
+ }[] | {
38
+ name: string;
39
+ value: string;
40
+ } | import("../../_utils/props").Events | {
41
+ [key: string]: any;
42
+ } | import("../../_utils/props").RequestParams;
43
+ };
44
+ labelColor: {
45
+ type?: undefined;
46
+ default?: undefined;
47
+ } | {
48
+ type: any;
49
+ default: string | number | boolean | {
50
+ [key: string]: any;
51
+ }[] | {
52
+ name: string;
53
+ value: string;
54
+ } | import("../../_utils/props").Events | {
55
+ [key: string]: any;
56
+ } | import("../../_utils/props").RequestParams;
57
+ };
58
+ labelFontSize: {
59
+ type?: undefined;
60
+ default?: undefined;
61
+ } | {
62
+ type: any;
63
+ default: string | number | boolean | {
64
+ [key: string]: any;
65
+ }[] | {
66
+ name: string;
67
+ value: string;
68
+ } | import("../../_utils/props").Events | {
69
+ [key: string]: any;
70
+ } | import("../../_utils/props").RequestParams;
71
+ };
72
+ itemStyleAreaColor: {
73
+ type?: undefined;
74
+ default?: undefined;
75
+ } | {
76
+ type: any;
77
+ default: string | number | boolean | {
78
+ [key: string]: any;
79
+ }[] | {
80
+ name: string;
81
+ value: string;
82
+ } | import("../../_utils/props").Events | {
83
+ [key: string]: any;
84
+ } | import("../../_utils/props").RequestParams;
85
+ };
86
+ itemStyleBorderColor: {
87
+ type?: undefined;
88
+ default?: undefined;
89
+ } | {
90
+ type: any;
91
+ default: string | number | boolean | {
92
+ [key: string]: any;
93
+ }[] | {
94
+ name: string;
95
+ value: string;
96
+ } | import("../../_utils/props").Events | {
97
+ [key: string]: any;
98
+ } | import("../../_utils/props").RequestParams;
99
+ };
100
+ emphasisLabelColor: {
101
+ type?: undefined;
102
+ default?: undefined;
103
+ } | {
104
+ type: any;
105
+ default: string | number | boolean | {
106
+ [key: string]: any;
107
+ }[] | {
108
+ name: string;
109
+ value: string;
110
+ } | import("../../_utils/props").Events | {
111
+ [key: string]: any;
112
+ } | import("../../_utils/props").RequestParams;
113
+ };
114
+ emphasisItemStyleAreaColor: {
115
+ type?: undefined;
116
+ default?: undefined;
117
+ } | {
118
+ type: any;
119
+ default: string | number | boolean | {
120
+ [key: string]: any;
121
+ }[] | {
122
+ name: string;
123
+ value: string;
124
+ } | import("../../_utils/props").Events | {
125
+ [key: string]: any;
126
+ } | import("../../_utils/props").RequestParams;
127
+ };
128
+ emphasisItemStyleBorderColor: {
129
+ type?: undefined;
130
+ default?: undefined;
131
+ } | {
132
+ type: any;
133
+ default: string | number | boolean | {
134
+ [key: string]: any;
135
+ }[] | {
136
+ name: string;
137
+ value: string;
138
+ } | import("../../_utils/props").Events | {
139
+ [key: string]: any;
140
+ } | import("../../_utils/props").RequestParams;
141
+ };
142
+ selectLabelColor: {
143
+ type?: undefined;
144
+ default?: undefined;
145
+ } | {
146
+ type: any;
147
+ default: string | number | boolean | {
148
+ [key: string]: any;
149
+ }[] | {
150
+ name: string;
151
+ value: string;
152
+ } | import("../../_utils/props").Events | {
153
+ [key: string]: any;
154
+ } | import("../../_utils/props").RequestParams;
155
+ };
156
+ selectItemStyleAreaColor: {
157
+ type?: undefined;
158
+ default?: undefined;
159
+ } | {
160
+ type: any;
161
+ default: string | number | boolean | {
162
+ [key: string]: any;
163
+ }[] | {
164
+ name: string;
165
+ value: string;
166
+ } | import("../../_utils/props").Events | {
167
+ [key: string]: any;
168
+ } | import("../../_utils/props").RequestParams;
169
+ };
170
+ selectItemStyleBorderColor: {
171
+ type?: undefined;
172
+ default?: undefined;
173
+ } | {
174
+ type: any;
175
+ default: string | number | boolean | {
176
+ [key: string]: any;
177
+ }[] | {
178
+ name: string;
179
+ value: string;
180
+ } | import("../../_utils/props").Events | {
181
+ [key: string]: any;
182
+ } | import("../../_utils/props").RequestParams;
183
+ };
184
+ id: {
185
+ type?: undefined;
186
+ default?: undefined;
187
+ } | {
188
+ type: any;
189
+ default: string | number | boolean | {
190
+ [key: string]: any;
191
+ }[] | {
192
+ name: string;
193
+ value: string;
194
+ } | import("../../_utils/props").Events | {
195
+ [key: string]: any;
196
+ } | import("../../_utils/props").RequestParams;
197
+ };
198
+ name: {
199
+ type?: undefined;
200
+ default?: undefined;
201
+ } | {
202
+ type: any;
203
+ default: string | number | boolean | {
204
+ [key: string]: any;
205
+ }[] | {
206
+ name: string;
207
+ value: string;
208
+ } | import("../../_utils/props").Events | {
209
+ [key: string]: any;
210
+ } | import("../../_utils/props").RequestParams;
211
+ };
212
+ keyName: {
213
+ type?: undefined;
214
+ default?: undefined;
215
+ } | {
216
+ type: any;
217
+ default: string | number | boolean | {
218
+ [key: string]: any;
219
+ }[] | {
220
+ name: string;
221
+ value: string;
222
+ } | import("../../_utils/props").Events | {
223
+ [key: string]: any;
224
+ } | import("../../_utils/props").RequestParams;
225
+ };
226
+ type: {
227
+ type?: undefined;
228
+ default?: undefined;
229
+ } | {
230
+ type: any;
231
+ default: string | number | boolean | {
232
+ [key: string]: any;
233
+ }[] | {
234
+ name: string;
235
+ value: string;
236
+ } | import("../../_utils/props").Events | {
237
+ [key: string]: any;
238
+ } | import("../../_utils/props").RequestParams;
239
+ };
240
+ width: {
241
+ type?: undefined;
242
+ default?: undefined;
243
+ } | {
244
+ type: any;
245
+ default: string | number | boolean | {
246
+ [key: string]: any;
247
+ }[] | {
248
+ name: string;
249
+ value: string;
250
+ } | import("../../_utils/props").Events | {
251
+ [key: string]: any;
252
+ } | import("../../_utils/props").RequestParams;
253
+ };
254
+ height: {
255
+ type?: undefined;
256
+ default?: undefined;
257
+ } | {
258
+ type: any;
259
+ default: string | number | boolean | {
260
+ [key: string]: any;
261
+ }[] | {
262
+ name: string;
263
+ value: string;
264
+ } | import("../../_utils/props").Events | {
265
+ [key: string]: any;
266
+ } | import("../../_utils/props").RequestParams;
267
+ };
268
+ position: {
269
+ type?: undefined;
270
+ default?: undefined;
271
+ } | {
272
+ type: any;
273
+ default: string | number | boolean | {
274
+ [key: string]: any;
275
+ }[] | {
276
+ name: string;
277
+ value: string;
278
+ } | import("../../_utils/props").Events | {
279
+ [key: string]: any;
280
+ } | import("../../_utils/props").RequestParams;
281
+ };
282
+ top: {
283
+ type?: undefined;
284
+ default?: undefined;
285
+ } | {
286
+ type: any;
287
+ default: string | number | boolean | {
288
+ [key: string]: any;
289
+ }[] | {
290
+ name: string;
291
+ value: string;
292
+ } | import("../../_utils/props").Events | {
293
+ [key: string]: any;
294
+ } | import("../../_utils/props").RequestParams;
295
+ };
296
+ left: {
297
+ type?: undefined;
298
+ default?: undefined;
299
+ } | {
300
+ type: any;
301
+ default: string | number | boolean | {
302
+ [key: string]: any;
303
+ }[] | {
304
+ name: string;
305
+ value: string;
306
+ } | import("../../_utils/props").Events | {
307
+ [key: string]: any;
308
+ } | import("../../_utils/props").RequestParams;
309
+ };
310
+ zIndex: {
311
+ type?: undefined;
312
+ default?: undefined;
313
+ } | {
314
+ type: any;
315
+ default: string | number | boolean | {
316
+ [key: string]: any;
317
+ }[] | {
318
+ name: string;
319
+ value: string;
320
+ } | import("../../_utils/props").Events | {
321
+ [key: string]: any;
322
+ } | import("../../_utils/props").RequestParams;
323
+ };
324
+ rotate: {
325
+ type?: undefined;
326
+ default?: undefined;
327
+ } | {
328
+ type: any;
329
+ default: string | number | boolean | {
330
+ [key: string]: any;
331
+ }[] | {
332
+ name: string;
333
+ value: string;
334
+ } | import("../../_utils/props").Events | {
335
+ [key: string]: any;
336
+ } | import("../../_utils/props").RequestParams;
337
+ };
338
+ isShow: {
339
+ type?: undefined;
340
+ default?: undefined;
341
+ } | {
342
+ type: any;
343
+ default: string | number | boolean | {
344
+ [key: string]: any;
345
+ }[] | {
346
+ name: string;
347
+ value: string;
348
+ } | import("../../_utils/props").Events | {
349
+ [key: string]: any;
350
+ } | import("../../_utils/props").RequestParams;
351
+ };
352
+ isRender: {
353
+ type?: undefined;
354
+ default?: undefined;
355
+ } | {
356
+ type: any;
357
+ default: string | number | boolean | {
358
+ [key: string]: any;
359
+ }[] | {
360
+ name: string;
361
+ value: string;
362
+ } | import("../../_utils/props").Events | {
363
+ [key: string]: any;
364
+ } | import("../../_utils/props").RequestParams;
365
+ };
366
+ events: {
367
+ type?: undefined;
368
+ default?: undefined;
369
+ } | {
370
+ type: any;
371
+ default: string | number | boolean | {
372
+ [key: string]: any;
373
+ }[] | {
374
+ name: string;
375
+ value: string;
376
+ } | import("../../_utils/props").Events | {
377
+ [key: string]: any;
378
+ } | import("../../_utils/props").RequestParams;
379
+ };
380
+ requestUrl: {
381
+ type?: undefined;
382
+ default?: undefined;
383
+ } | {
384
+ type: any;
385
+ default: string | number | boolean | {
386
+ [key: string]: any;
387
+ }[] | {
388
+ name: string;
389
+ value: string;
390
+ } | import("../../_utils/props").Events | {
391
+ [key: string]: any;
392
+ } | import("../../_utils/props").RequestParams;
393
+ };
394
+ requestMethod: {
395
+ type?: undefined;
396
+ default?: undefined;
397
+ } | {
398
+ type: any;
399
+ default: string | number | boolean | {
400
+ [key: string]: any;
401
+ }[] | {
402
+ name: string;
403
+ value: string;
404
+ } | import("../../_utils/props").Events | {
405
+ [key: string]: any;
406
+ } | import("../../_utils/props").RequestParams;
407
+ };
408
+ requestHeaders: {
409
+ type?: undefined;
410
+ default?: undefined;
411
+ } | {
412
+ type: any;
413
+ default: string | number | boolean | {
414
+ [key: string]: any;
415
+ }[] | {
416
+ name: string;
417
+ value: string;
418
+ } | import("../../_utils/props").Events | {
419
+ [key: string]: any;
420
+ } | import("../../_utils/props").RequestParams;
421
+ };
422
+ isOpenRequestTimer: {
423
+ type?: undefined;
424
+ default?: undefined;
425
+ } | {
426
+ type: any;
427
+ default: string | number | boolean | {
428
+ [key: string]: any;
429
+ }[] | {
430
+ name: string;
431
+ value: string;
432
+ } | import("../../_utils/props").Events | {
433
+ [key: string]: any;
434
+ } | import("../../_utils/props").RequestParams;
435
+ };
436
+ requestInterval: {
437
+ type?: undefined;
438
+ default?: undefined;
439
+ } | {
440
+ type: any;
441
+ default: string | number | boolean | {
442
+ [key: string]: any;
443
+ }[] | {
444
+ name: string;
445
+ value: string;
446
+ } | import("../../_utils/props").Events | {
447
+ [key: string]: any;
448
+ } | import("../../_utils/props").RequestParams;
449
+ };
450
+ requestParams: {
451
+ type?: undefined;
452
+ default?: undefined;
453
+ } | {
454
+ type: any;
455
+ default: string | number | boolean | {
456
+ [key: string]: any;
457
+ }[] | {
458
+ name: string;
459
+ value: string;
460
+ } | import("../../_utils/props").Events | {
461
+ [key: string]: any;
462
+ } | import("../../_utils/props").RequestParams;
463
+ };
464
+ requestSort: {
465
+ type?: undefined;
466
+ default?: undefined;
467
+ } | {
468
+ type: any;
469
+ default: string | number | boolean | {
470
+ [key: string]: any;
471
+ }[] | {
472
+ name: string;
473
+ value: string;
474
+ } | import("../../_utils/props").Events | {
475
+ [key: string]: any;
476
+ } | import("../../_utils/props").RequestParams;
477
+ };
478
+ dataType: {
479
+ type?: undefined;
480
+ default?: undefined;
481
+ } | {
482
+ type: any;
483
+ default: string | number | boolean | {
484
+ [key: string]: any;
485
+ }[] | {
486
+ name: string;
487
+ value: string;
488
+ } | import("../../_utils/props").Events | {
489
+ [key: string]: any;
490
+ } | import("../../_utils/props").RequestParams;
491
+ };
492
+ }, {
493
+ option: import("vue").ComputedRef<{
494
+ tooltip: {};
495
+ geo: {
496
+ zoom: number;
497
+ roam: boolean;
498
+ map: string;
499
+ label: {
500
+ show: string | number | boolean | {
501
+ [key: string]: any;
502
+ };
503
+ color: string | number | boolean | {
504
+ [key: string]: any;
505
+ };
506
+ fontSize: string | number | boolean | {
507
+ [key: string]: any;
508
+ };
509
+ };
510
+ itemStyle: {
511
+ areaColor: string | number | boolean | {
512
+ [key: string]: any;
513
+ };
514
+ borderColor: string | number | boolean | {
515
+ [key: string]: any;
516
+ };
517
+ shadowColor: string;
518
+ shadowOffsetX: number;
519
+ shadowOffsetY: number;
520
+ shadowBlur: number;
521
+ };
522
+ emphasis: {
523
+ label: {
524
+ color: string | number | boolean | {
525
+ [key: string]: any;
526
+ };
527
+ };
528
+ itemStyle: {
529
+ areaColor: string | number | boolean | {
530
+ [key: string]: any;
531
+ };
532
+ borderColor: string | number | boolean | {
533
+ [key: string]: any;
534
+ };
535
+ };
536
+ };
537
+ select: {
538
+ label: {
539
+ color: string | number | boolean | {
540
+ [key: string]: any;
541
+ };
542
+ };
543
+ itemStyle: {
544
+ areaColor: string | number | boolean | {
545
+ [key: string]: any;
546
+ };
547
+ borderColor: string | number | boolean | {
548
+ [key: string]: any;
549
+ };
550
+ };
551
+ };
552
+ };
553
+ series: {
554
+ type: string;
555
+ coordinateSystem: string;
556
+ itemStyle: {
557
+ color: string;
558
+ };
559
+ label: {};
560
+ data: string | number | boolean | {
561
+ [key: string]: any;
562
+ };
563
+ }[];
564
+ }>;
565
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
566
+ isLoadedData: import("vue").Ref<boolean>;
567
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
568
+ mapJson?: unknown;
569
+ data?: unknown;
570
+ labelShow?: unknown;
571
+ labelColor?: unknown;
572
+ labelFontSize?: unknown;
573
+ itemStyleAreaColor?: unknown;
574
+ itemStyleBorderColor?: unknown;
575
+ emphasisLabelColor?: unknown;
576
+ emphasisItemStyleAreaColor?: unknown;
577
+ emphasisItemStyleBorderColor?: unknown;
578
+ selectLabelColor?: unknown;
579
+ selectItemStyleAreaColor?: unknown;
580
+ selectItemStyleBorderColor?: unknown;
581
+ id?: unknown;
582
+ name?: unknown;
583
+ keyName?: unknown;
584
+ type?: unknown;
585
+ width?: unknown;
586
+ height?: unknown;
587
+ position?: unknown;
588
+ top?: unknown;
589
+ left?: unknown;
590
+ zIndex?: unknown;
591
+ rotate?: unknown;
592
+ isShow?: unknown;
593
+ isRender?: unknown;
594
+ events?: unknown;
595
+ requestUrl?: unknown;
596
+ requestMethod?: unknown;
597
+ requestHeaders?: unknown;
598
+ isOpenRequestTimer?: unknown;
599
+ requestInterval?: unknown;
600
+ requestParams?: unknown;
601
+ requestSort?: unknown;
602
+ dataType?: unknown;
603
+ } & {} & {
604
+ name?: string | number | boolean | {
605
+ [key: string]: any;
606
+ };
607
+ data?: string | number | boolean | {
608
+ [key: string]: any;
609
+ };
610
+ type?: string | number | boolean | {
611
+ [key: string]: any;
612
+ };
613
+ mapJson?: string | number | boolean | {
614
+ [key: string]: any;
615
+ };
616
+ labelShow?: string | number | boolean | {
617
+ [key: string]: any;
618
+ };
619
+ labelColor?: string | number | boolean | {
620
+ [key: string]: any;
621
+ };
622
+ labelFontSize?: string | number | boolean | {
623
+ [key: string]: any;
624
+ };
625
+ itemStyleAreaColor?: string | number | boolean | {
626
+ [key: string]: any;
627
+ };
628
+ itemStyleBorderColor?: string | number | boolean | {
629
+ [key: string]: any;
630
+ };
631
+ emphasisLabelColor?: string | number | boolean | {
632
+ [key: string]: any;
633
+ };
634
+ emphasisItemStyleAreaColor?: string | number | boolean | {
635
+ [key: string]: any;
636
+ };
637
+ emphasisItemStyleBorderColor?: string | number | boolean | {
638
+ [key: string]: any;
639
+ };
640
+ selectLabelColor?: string | number | boolean | {
641
+ [key: string]: any;
642
+ };
643
+ selectItemStyleAreaColor?: string | number | boolean | {
644
+ [key: string]: any;
645
+ };
646
+ selectItemStyleBorderColor?: string | number | boolean | {
647
+ [key: string]: any;
648
+ };
649
+ id?: string | number | boolean | {
650
+ [key: string]: any;
651
+ };
652
+ keyName?: string | number | boolean | {
653
+ [key: string]: any;
654
+ };
655
+ width?: string | number | boolean | {
656
+ [key: string]: any;
657
+ };
658
+ height?: string | number | boolean | {
659
+ [key: string]: any;
660
+ };
661
+ position?: string | number | boolean | {
662
+ [key: string]: any;
663
+ };
664
+ top?: string | number | boolean | {
665
+ [key: string]: any;
666
+ };
667
+ left?: string | number | boolean | {
668
+ [key: string]: any;
669
+ };
670
+ zIndex?: string | number | boolean | {
671
+ [key: string]: any;
672
+ };
673
+ rotate?: string | number | boolean | {
674
+ [key: string]: any;
675
+ };
676
+ isShow?: string | number | boolean | {
677
+ [key: string]: any;
678
+ };
679
+ isRender?: string | number | boolean | {
680
+ [key: string]: any;
681
+ };
682
+ events?: string | number | boolean | {
683
+ [key: string]: any;
684
+ };
685
+ requestUrl?: string | number | boolean | {
686
+ [key: string]: any;
687
+ };
688
+ requestMethod?: string | number | boolean | {
689
+ [key: string]: any;
690
+ };
691
+ requestHeaders?: string | number | boolean | {
692
+ [key: string]: any;
693
+ };
694
+ isOpenRequestTimer?: string | number | boolean | {
695
+ [key: string]: any;
696
+ };
697
+ requestInterval?: string | number | boolean | {
698
+ [key: string]: any;
699
+ };
700
+ requestParams?: string | number | boolean | {
701
+ [key: string]: any;
702
+ };
703
+ requestSort?: string | number | boolean | {
704
+ [key: string]: any;
705
+ };
706
+ dataType?: string | number | boolean | {
707
+ [key: string]: any;
708
+ };
709
+ }>, {}>;
710
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>> & Record<string, any>;
2
+ export default EcanMap;
3
+ export * from './props';