@ecan-bi/datav 1.0.38 → 1.0.41

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 (126) hide show
  1. package/dist/index.es.js +32 -45
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +31 -44
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +1 -1
  6. package/package.json +2 -2
  7. package/types/common/echarts/Echarts.d.ts +418 -0
  8. package/types/common/echarts/index.d.ts +2 -2
  9. package/types/common/index.d.ts +1 -1
  10. package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
  11. package/types/common/skeleton/index.d.ts +2 -0
  12. package/types/container/modal/Modal.vue.d.ts +2 -2
  13. package/types/container/modal/index.d.ts +2 -2
  14. package/types/control/range-picker/RangePicker.vue.d.ts +2 -2
  15. package/types/control/range-picker/index.d.ts +2 -2
  16. package/dist/src/_utils/constant.d.ts +0 -7
  17. package/dist/src/_utils/hooks/index.d.ts +0 -13
  18. package/dist/src/_utils/hooks/useDownloadFile.d.ts +0 -2
  19. package/dist/src/_utils/hooks/useEmitEvent.d.ts +0 -7
  20. package/dist/src/_utils/hooks/useImagePath.d.ts +0 -2
  21. package/dist/src/_utils/hooks/useOnEvent.d.ts +0 -6
  22. package/dist/src/_utils/hooks/usePageUrl.d.ts +0 -2
  23. package/dist/src/_utils/hooks/usePickComponentStyle.d.ts +0 -9
  24. package/dist/src/_utils/hooks/usePickEchartsData.d.ts +0 -2
  25. package/dist/src/_utils/hooks/useRequestData.d.ts +0 -6
  26. package/dist/src/_utils/hooks/useRequestDiagramData.d.ts +0 -6
  27. package/dist/src/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  28. package/dist/src/_utils/hooks/useTransformChartDataByAttrKey.d.ts +0 -13
  29. package/dist/src/_utils/hooks/useTransformChartDataByAttrValue.d.ts +0 -13
  30. package/dist/src/_utils/hooks/useValueFormatter.d.ts +0 -2
  31. package/dist/src/_utils/hooks/useVariablesInText.d.ts +0 -4
  32. package/dist/src/_utils/props.d.ts +0 -71
  33. package/dist/src/_utils/request.d.ts +0 -2
  34. package/dist/src/_utils/util.d.ts +0 -20
  35. package/dist/src/_utils/withInstall.d.ts +0 -5
  36. package/dist/src/common/echarts/composables/api.d.ts +0 -7
  37. package/dist/src/common/echarts/composables/autoresize.d.ts +0 -6
  38. package/dist/src/common/echarts/composables/index.d.ts +0 -3
  39. package/dist/src/common/echarts/composables/loading.d.ts +0 -10
  40. package/dist/src/common/echarts/index.d.ts +0 -2
  41. package/dist/src/common/echarts/types.d.ts +0 -20
  42. package/dist/src/common/echarts/utils.d.ts +0 -6
  43. package/dist/src/common/index.d.ts +0 -3
  44. package/dist/src/common/spin/Spin.vue.d.ts +0 -18
  45. package/dist/src/common/spin/index.d.ts +0 -2
  46. package/dist/src/components.d.ts +0 -9
  47. package/dist/src/container/border/Border.vue.d.ts +0 -494
  48. package/dist/src/container/border/index.d.ts +0 -494
  49. package/dist/src/container/border/props.d.ts +0 -255
  50. package/dist/src/container/index.d.ts +0 -2
  51. package/dist/src/container/modal/Modal.vue.d.ts +0 -505
  52. package/dist/src/container/modal/index.d.ts +0 -506
  53. package/dist/src/container/modal/props.d.ts +0 -179
  54. package/dist/src/control/button/Button.vue.d.ts +0 -404
  55. package/dist/src/control/button/index.d.ts +0 -404
  56. package/dist/src/control/button/props.d.ts +0 -205
  57. package/dist/src/control/date-picker/DatePicker.vue.d.ts +0 -480
  58. package/dist/src/control/date-picker/index.d.ts +0 -479
  59. package/dist/src/control/date-picker/props.d.ts +0 -245
  60. package/dist/src/control/index.d.ts +0 -6
  61. package/dist/src/control/input/Input.vue.d.ts +0 -438
  62. package/dist/src/control/input/index.d.ts +0 -439
  63. package/dist/src/control/input/props.d.ts +0 -224
  64. package/dist/src/control/range-picker/RangePicker.vue.d.ts +0 -596
  65. package/dist/src/control/range-picker/index.d.ts +0 -595
  66. package/dist/src/control/range-picker/props.d.ts +0 -245
  67. package/dist/src/control/select/Select.vue.d.ts +0 -613
  68. package/dist/src/control/select/index.d.ts +0 -613
  69. package/dist/src/control/select/props.d.ts +0 -321
  70. package/dist/src/control/tabs/Tabs.vue.d.ts +0 -447
  71. package/dist/src/control/tabs/index.d.ts +0 -448
  72. package/dist/src/control/tabs/props.d.ts +0 -235
  73. package/dist/src/graph/bar/Bar.vue.d.ts +0 -1963
  74. package/dist/src/graph/bar/index.d.ts +0 -1963
  75. package/dist/src/graph/bar/props.d.ts +0 -954
  76. package/dist/src/graph/combo-graph/ComboGraph.vue.d.ts +0 -853
  77. package/dist/src/graph/combo-graph/index.d.ts +0 -854
  78. package/dist/src/graph/combo-graph/props.d.ts +0 -429
  79. package/dist/src/graph/custom-graph/CustomGraph.vue.d.ts +0 -537
  80. package/dist/src/graph/custom-graph/index.d.ts +0 -537
  81. package/dist/src/graph/custom-graph/props.d.ts +0 -274
  82. package/dist/src/graph/index.d.ts +0 -6
  83. package/dist/src/graph/line/Line.vue.d.ts +0 -818
  84. package/dist/src/graph/line/index.d.ts +0 -819
  85. package/dist/src/graph/line/props.d.ts +0 -409
  86. package/dist/src/graph/pie/Pie.vue.d.ts +0 -894
  87. package/dist/src/graph/pie/index.d.ts +0 -895
  88. package/dist/src/graph/pie/props.d.ts +0 -461
  89. package/dist/src/graph/scatter/Scatter.vue.d.ts +0 -794
  90. package/dist/src/graph/scatter/index.d.ts +0 -795
  91. package/dist/src/graph/scatter/props.d.ts +0 -396
  92. package/dist/src/index.d.ts +0 -6
  93. package/dist/src/map/index.d.ts +0 -1
  94. package/dist/src/map/map/Map.vue.d.ts +0 -1699
  95. package/dist/src/map/map/index.d.ts +0 -1700
  96. package/dist/src/map/map/props.d.ts +0 -829
  97. package/dist/src/media/image/Image.vue.d.ts +0 -476
  98. package/dist/src/media/image/index.d.ts +0 -477
  99. package/dist/src/media/image/props.d.ts +0 -244
  100. package/dist/src/media/index.d.ts +0 -1
  101. package/dist/src/setting/index.d.ts +0 -2
  102. package/dist/src/setting/page-config/PageConfig.vue.d.ts +0 -112
  103. package/dist/src/setting/page-config/index.d.ts +0 -113
  104. package/dist/src/setting/page-config/props.d.ts +0 -61
  105. package/dist/src/setting/provider-config/ProviderConfig.vue.d.ts +0 -48
  106. package/dist/src/setting/provider-config/index.d.ts +0 -49
  107. package/dist/src/setting/provider-config/props.d.ts +0 -29
  108. package/dist/src/table/index.d.ts +0 -1
  109. package/dist/src/table/table/Table.vue.d.ts +0 -552
  110. package/dist/src/table/table/index.d.ts +0 -553
  111. package/dist/src/table/table/props.d.ts +0 -285
  112. package/dist/src/text/index.d.ts +0 -5
  113. package/dist/src/text/list/List.vue.d.ts +0 -849
  114. package/dist/src/text/list/index.d.ts +0 -849
  115. package/dist/src/text/list/props.d.ts +0 -441
  116. package/dist/src/text/proportion/Proportion.vue.d.ts +0 -760
  117. package/dist/src/text/proportion/index.d.ts +0 -760
  118. package/dist/src/text/proportion/props.d.ts +0 -395
  119. package/dist/src/text/scroll-text/ScrollText.vue.d.ts +0 -4
  120. package/dist/src/text/scroll-text/index.d.ts +0 -4
  121. package/dist/src/text/text/Text.vue.d.ts +0 -736
  122. package/dist/src/text/text/index.d.ts +0 -736
  123. package/dist/src/text/text/props.d.ts +0 -383
  124. package/dist/src/text/time-display/TimeDisplay.vue.d.ts +0 -547
  125. package/dist/src/text/time-display/index.d.ts +0 -548
  126. package/dist/src/text/time-display/props.d.ts +0 -284
@@ -1,494 +0,0 @@
1
- import { Events } from '../../_utils/props';
2
- declare const _sfc_main: import("vue").DefineComponent<{
3
- fontSize: {
4
- type?: undefined;
5
- default?: undefined;
6
- } | {
7
- type: any;
8
- default: string | number | boolean | Events | {
9
- [key: string]: any;
10
- } | import("../../_utils/props").RequestParams;
11
- };
12
- fontFamily: {
13
- type?: undefined;
14
- default?: undefined;
15
- } | {
16
- type: any;
17
- default: string | number | boolean | Events | {
18
- [key: string]: any;
19
- } | import("../../_utils/props").RequestParams;
20
- };
21
- fontWeight: {
22
- type?: undefined;
23
- default?: undefined;
24
- } | {
25
- type: any;
26
- default: string | number | boolean | Events | {
27
- [key: string]: any;
28
- } | import("../../_utils/props").RequestParams;
29
- };
30
- title: {
31
- type?: undefined;
32
- default?: undefined;
33
- } | {
34
- type: any;
35
- default: string | number | boolean | Events | {
36
- [key: string]: any;
37
- } | import("../../_utils/props").RequestParams;
38
- };
39
- mode: {
40
- type?: undefined;
41
- default?: undefined;
42
- } | {
43
- type: any;
44
- default: string | number | boolean | Events | {
45
- [key: string]: any;
46
- } | import("../../_utils/props").RequestParams;
47
- };
48
- id: {
49
- type?: undefined;
50
- default?: undefined;
51
- } | {
52
- type: any;
53
- default: string | number | boolean | Events | {
54
- [key: string]: any;
55
- } | import("../../_utils/props").RequestParams;
56
- };
57
- name: {
58
- type?: undefined;
59
- default?: undefined;
60
- } | {
61
- type: any;
62
- default: string | number | boolean | Events | {
63
- [key: string]: any;
64
- } | import("../../_utils/props").RequestParams;
65
- };
66
- keyName: {
67
- type?: undefined;
68
- default?: undefined;
69
- } | {
70
- type: any;
71
- default: string | number | boolean | Events | {
72
- [key: string]: any;
73
- } | import("../../_utils/props").RequestParams;
74
- };
75
- type: {
76
- type?: undefined;
77
- default?: undefined;
78
- } | {
79
- type: any;
80
- default: string | number | boolean | Events | {
81
- [key: string]: any;
82
- } | import("../../_utils/props").RequestParams;
83
- };
84
- width: {
85
- type?: undefined;
86
- default?: undefined;
87
- } | {
88
- type: any;
89
- default: string | number | boolean | Events | {
90
- [key: string]: any;
91
- } | import("../../_utils/props").RequestParams;
92
- };
93
- height: {
94
- type?: undefined;
95
- default?: undefined;
96
- } | {
97
- type: any;
98
- default: string | number | boolean | Events | {
99
- [key: string]: any;
100
- } | import("../../_utils/props").RequestParams;
101
- };
102
- position: {
103
- type?: undefined;
104
- default?: undefined;
105
- } | {
106
- type: any;
107
- default: string | number | boolean | Events | {
108
- [key: string]: any;
109
- } | import("../../_utils/props").RequestParams;
110
- };
111
- top: {
112
- type?: undefined;
113
- default?: undefined;
114
- } | {
115
- type: any;
116
- default: string | number | boolean | Events | {
117
- [key: string]: any;
118
- } | import("../../_utils/props").RequestParams;
119
- };
120
- left: {
121
- type?: undefined;
122
- default?: undefined;
123
- } | {
124
- type: any;
125
- default: string | number | boolean | Events | {
126
- [key: string]: any;
127
- } | import("../../_utils/props").RequestParams;
128
- };
129
- zIndex: {
130
- type?: undefined;
131
- default?: undefined;
132
- } | {
133
- type: any;
134
- default: string | number | boolean | Events | {
135
- [key: string]: any;
136
- } | import("../../_utils/props").RequestParams;
137
- };
138
- rotate: {
139
- type?: undefined;
140
- default?: undefined;
141
- } | {
142
- type: any;
143
- default: string | number | boolean | Events | {
144
- [key: string]: any;
145
- } | import("../../_utils/props").RequestParams;
146
- };
147
- isShow: {
148
- type?: undefined;
149
- default?: undefined;
150
- } | {
151
- type: any;
152
- default: string | number | boolean | Events | {
153
- [key: string]: any;
154
- } | import("../../_utils/props").RequestParams;
155
- };
156
- isRender: {
157
- type?: undefined;
158
- default?: undefined;
159
- } | {
160
- type: any;
161
- default: string | number | boolean | Events | {
162
- [key: string]: any;
163
- } | import("../../_utils/props").RequestParams;
164
- };
165
- events: {
166
- type?: undefined;
167
- default?: undefined;
168
- } | {
169
- type: any;
170
- default: string | number | boolean | Events | {
171
- [key: string]: any;
172
- } | import("../../_utils/props").RequestParams;
173
- };
174
- requestUrl: {
175
- type?: undefined;
176
- default?: undefined;
177
- } | {
178
- type: any;
179
- default: string | number | boolean | Events | {
180
- [key: string]: any;
181
- } | import("../../_utils/props").RequestParams;
182
- };
183
- requestMethod: {
184
- type?: undefined;
185
- default?: undefined;
186
- } | {
187
- type: any;
188
- default: string | number | boolean | Events | {
189
- [key: string]: any;
190
- } | import("../../_utils/props").RequestParams;
191
- };
192
- requestHeaders: {
193
- type?: undefined;
194
- default?: undefined;
195
- } | {
196
- type: any;
197
- default: string | number | boolean | Events | {
198
- [key: string]: any;
199
- } | import("../../_utils/props").RequestParams;
200
- };
201
- isOpenRequestTimer: {
202
- type?: undefined;
203
- default?: undefined;
204
- } | {
205
- type: any;
206
- default: string | number | boolean | Events | {
207
- [key: string]: any;
208
- } | import("../../_utils/props").RequestParams;
209
- };
210
- requestInterval: {
211
- type?: undefined;
212
- default?: undefined;
213
- } | {
214
- type: any;
215
- default: string | number | boolean | Events | {
216
- [key: string]: any;
217
- } | import("../../_utils/props").RequestParams;
218
- };
219
- requestParams: {
220
- type?: undefined;
221
- default?: undefined;
222
- } | {
223
- type: any;
224
- default: string | number | boolean | Events | {
225
- [key: string]: any;
226
- } | import("../../_utils/props").RequestParams;
227
- };
228
- requestSort: {
229
- type?: undefined;
230
- default?: undefined;
231
- } | {
232
- type: any;
233
- default: string | number | boolean | Events | {
234
- [key: string]: any;
235
- } | import("../../_utils/props").RequestParams;
236
- };
237
- dataType: {
238
- type?: undefined;
239
- default?: undefined;
240
- } | {
241
- type: any;
242
- default: string | number | boolean | Events | {
243
- [key: string]: any;
244
- } | import("../../_utils/props").RequestParams;
245
- };
246
- }, {
247
- style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
248
- click: () => void;
249
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
250
- fontSize: {
251
- type?: undefined;
252
- default?: undefined;
253
- } | {
254
- type: any;
255
- default: string | number | boolean | Events | {
256
- [key: string]: any;
257
- } | import("../../_utils/props").RequestParams;
258
- };
259
- fontFamily: {
260
- type?: undefined;
261
- default?: undefined;
262
- } | {
263
- type: any;
264
- default: string | number | boolean | Events | {
265
- [key: string]: any;
266
- } | import("../../_utils/props").RequestParams;
267
- };
268
- fontWeight: {
269
- type?: undefined;
270
- default?: undefined;
271
- } | {
272
- type: any;
273
- default: string | number | boolean | Events | {
274
- [key: string]: any;
275
- } | import("../../_utils/props").RequestParams;
276
- };
277
- title: {
278
- type?: undefined;
279
- default?: undefined;
280
- } | {
281
- type: any;
282
- default: string | number | boolean | Events | {
283
- [key: string]: any;
284
- } | import("../../_utils/props").RequestParams;
285
- };
286
- mode: {
287
- type?: undefined;
288
- default?: undefined;
289
- } | {
290
- type: any;
291
- default: string | number | boolean | Events | {
292
- [key: string]: any;
293
- } | import("../../_utils/props").RequestParams;
294
- };
295
- id: {
296
- type?: undefined;
297
- default?: undefined;
298
- } | {
299
- type: any;
300
- default: string | number | boolean | Events | {
301
- [key: string]: any;
302
- } | import("../../_utils/props").RequestParams;
303
- };
304
- name: {
305
- type?: undefined;
306
- default?: undefined;
307
- } | {
308
- type: any;
309
- default: string | number | boolean | Events | {
310
- [key: string]: any;
311
- } | import("../../_utils/props").RequestParams;
312
- };
313
- keyName: {
314
- type?: undefined;
315
- default?: undefined;
316
- } | {
317
- type: any;
318
- default: string | number | boolean | Events | {
319
- [key: string]: any;
320
- } | import("../../_utils/props").RequestParams;
321
- };
322
- type: {
323
- type?: undefined;
324
- default?: undefined;
325
- } | {
326
- type: any;
327
- default: string | number | boolean | Events | {
328
- [key: string]: any;
329
- } | import("../../_utils/props").RequestParams;
330
- };
331
- width: {
332
- type?: undefined;
333
- default?: undefined;
334
- } | {
335
- type: any;
336
- default: string | number | boolean | Events | {
337
- [key: string]: any;
338
- } | import("../../_utils/props").RequestParams;
339
- };
340
- height: {
341
- type?: undefined;
342
- default?: undefined;
343
- } | {
344
- type: any;
345
- default: string | number | boolean | Events | {
346
- [key: string]: any;
347
- } | import("../../_utils/props").RequestParams;
348
- };
349
- position: {
350
- type?: undefined;
351
- default?: undefined;
352
- } | {
353
- type: any;
354
- default: string | number | boolean | Events | {
355
- [key: string]: any;
356
- } | import("../../_utils/props").RequestParams;
357
- };
358
- top: {
359
- type?: undefined;
360
- default?: undefined;
361
- } | {
362
- type: any;
363
- default: string | number | boolean | Events | {
364
- [key: string]: any;
365
- } | import("../../_utils/props").RequestParams;
366
- };
367
- left: {
368
- type?: undefined;
369
- default?: undefined;
370
- } | {
371
- type: any;
372
- default: string | number | boolean | Events | {
373
- [key: string]: any;
374
- } | import("../../_utils/props").RequestParams;
375
- };
376
- zIndex: {
377
- type?: undefined;
378
- default?: undefined;
379
- } | {
380
- type: any;
381
- default: string | number | boolean | Events | {
382
- [key: string]: any;
383
- } | import("../../_utils/props").RequestParams;
384
- };
385
- rotate: {
386
- type?: undefined;
387
- default?: undefined;
388
- } | {
389
- type: any;
390
- default: string | number | boolean | Events | {
391
- [key: string]: any;
392
- } | import("../../_utils/props").RequestParams;
393
- };
394
- isShow: {
395
- type?: undefined;
396
- default?: undefined;
397
- } | {
398
- type: any;
399
- default: string | number | boolean | Events | {
400
- [key: string]: any;
401
- } | import("../../_utils/props").RequestParams;
402
- };
403
- isRender: {
404
- type?: undefined;
405
- default?: undefined;
406
- } | {
407
- type: any;
408
- default: string | number | boolean | Events | {
409
- [key: string]: any;
410
- } | import("../../_utils/props").RequestParams;
411
- };
412
- events: {
413
- type?: undefined;
414
- default?: undefined;
415
- } | {
416
- type: any;
417
- default: string | number | boolean | Events | {
418
- [key: string]: any;
419
- } | import("../../_utils/props").RequestParams;
420
- };
421
- requestUrl: {
422
- type?: undefined;
423
- default?: undefined;
424
- } | {
425
- type: any;
426
- default: string | number | boolean | Events | {
427
- [key: string]: any;
428
- } | import("../../_utils/props").RequestParams;
429
- };
430
- requestMethod: {
431
- type?: undefined;
432
- default?: undefined;
433
- } | {
434
- type: any;
435
- default: string | number | boolean | Events | {
436
- [key: string]: any;
437
- } | import("../../_utils/props").RequestParams;
438
- };
439
- requestHeaders: {
440
- type?: undefined;
441
- default?: undefined;
442
- } | {
443
- type: any;
444
- default: string | number | boolean | Events | {
445
- [key: string]: any;
446
- } | import("../../_utils/props").RequestParams;
447
- };
448
- isOpenRequestTimer: {
449
- type?: undefined;
450
- default?: undefined;
451
- } | {
452
- type: any;
453
- default: string | number | boolean | Events | {
454
- [key: string]: any;
455
- } | import("../../_utils/props").RequestParams;
456
- };
457
- requestInterval: {
458
- type?: undefined;
459
- default?: undefined;
460
- } | {
461
- type: any;
462
- default: string | number | boolean | Events | {
463
- [key: string]: any;
464
- } | import("../../_utils/props").RequestParams;
465
- };
466
- requestParams: {
467
- type?: undefined;
468
- default?: undefined;
469
- } | {
470
- type: any;
471
- default: string | number | boolean | Events | {
472
- [key: string]: any;
473
- } | import("../../_utils/props").RequestParams;
474
- };
475
- requestSort: {
476
- type?: undefined;
477
- default?: undefined;
478
- } | {
479
- type: any;
480
- default: string | number | boolean | Events | {
481
- [key: string]: any;
482
- } | import("../../_utils/props").RequestParams;
483
- };
484
- dataType: {
485
- type?: undefined;
486
- default?: undefined;
487
- } | {
488
- type: any;
489
- default: string | number | boolean | Events | {
490
- [key: string]: any;
491
- } | import("../../_utils/props").RequestParams;
492
- };
493
- }>>, {}>;
494
- export default _sfc_main;