@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,396 +0,0 @@
1
- import { Props, Data } from '../../_utils/props';
2
- export interface ScatterProps extends Props {
3
- data: Data;
4
- titleText: string;
5
- titleSubtext: string;
6
- colors: string[];
7
- legendShow: boolean;
8
- tooltipShow: boolean;
9
- tooltipTrigger: 'item' | 'axis' | 'none';
10
- tooltipFormatter: string;
11
- legendLeft: 'left' | 'center' | 'right';
12
- legendTop: 'top' | 'middle' | 'bottom';
13
- legendOrient: 'vertical' | 'horizontal';
14
- symbolSize: number;
15
- xAxisSplitLineShow: boolean;
16
- xAxisLabelColor: string;
17
- xAxisLineStyleColor: string;
18
- xAxisTickShow: boolean;
19
- yAxisSplitLineShow: boolean;
20
- xAxisSplitLineStyleColor: string;
21
- yAxisSplitLineStyleColor: string;
22
- yAxisLabelColor: string;
23
- yAxisLineStyleColor: string;
24
- yAxisLabelFormatter: string;
25
- gridContainLabel: boolean;
26
- gridTop: string;
27
- gridBottom: string;
28
- gridLeft: string;
29
- gridRight: string;
30
- dataFieldNames: {
31
- name: string;
32
- value: string;
33
- };
34
- graphicConfig?: any;
35
- }
36
- export declare const scatterProps: ScatterProps;
37
- export declare const scatterComponentProps: {
38
- data: {
39
- type?: undefined;
40
- default?: undefined;
41
- } | {
42
- type: any;
43
- default: any;
44
- };
45
- titleText: {
46
- type?: undefined;
47
- default?: undefined;
48
- } | {
49
- type: any;
50
- default: any;
51
- };
52
- titleSubtext: {
53
- type?: undefined;
54
- default?: undefined;
55
- } | {
56
- type: any;
57
- default: any;
58
- };
59
- colors: {
60
- type?: undefined;
61
- default?: undefined;
62
- } | {
63
- type: any;
64
- default: any;
65
- };
66
- legendShow: {
67
- type?: undefined;
68
- default?: undefined;
69
- } | {
70
- type: any;
71
- default: any;
72
- };
73
- tooltipShow: {
74
- type?: undefined;
75
- default?: undefined;
76
- } | {
77
- type: any;
78
- default: any;
79
- };
80
- tooltipTrigger: {
81
- type?: undefined;
82
- default?: undefined;
83
- } | {
84
- type: any;
85
- default: any;
86
- };
87
- tooltipFormatter: {
88
- type?: undefined;
89
- default?: undefined;
90
- } | {
91
- type: any;
92
- default: any;
93
- };
94
- legendLeft: {
95
- type?: undefined;
96
- default?: undefined;
97
- } | {
98
- type: any;
99
- default: any;
100
- };
101
- legendTop: {
102
- type?: undefined;
103
- default?: undefined;
104
- } | {
105
- type: any;
106
- default: any;
107
- };
108
- legendOrient: {
109
- type?: undefined;
110
- default?: undefined;
111
- } | {
112
- type: any;
113
- default: any;
114
- };
115
- symbolSize: {
116
- type?: undefined;
117
- default?: undefined;
118
- } | {
119
- type: any;
120
- default: any;
121
- };
122
- xAxisSplitLineShow: {
123
- type?: undefined;
124
- default?: undefined;
125
- } | {
126
- type: any;
127
- default: any;
128
- };
129
- xAxisLabelColor: {
130
- type?: undefined;
131
- default?: undefined;
132
- } | {
133
- type: any;
134
- default: any;
135
- };
136
- xAxisLineStyleColor: {
137
- type?: undefined;
138
- default?: undefined;
139
- } | {
140
- type: any;
141
- default: any;
142
- };
143
- xAxisTickShow: {
144
- type?: undefined;
145
- default?: undefined;
146
- } | {
147
- type: any;
148
- default: any;
149
- };
150
- yAxisSplitLineShow: {
151
- type?: undefined;
152
- default?: undefined;
153
- } | {
154
- type: any;
155
- default: any;
156
- };
157
- xAxisSplitLineStyleColor: {
158
- type?: undefined;
159
- default?: undefined;
160
- } | {
161
- type: any;
162
- default: any;
163
- };
164
- yAxisSplitLineStyleColor: {
165
- type?: undefined;
166
- default?: undefined;
167
- } | {
168
- type: any;
169
- default: any;
170
- };
171
- yAxisLabelColor: {
172
- type?: undefined;
173
- default?: undefined;
174
- } | {
175
- type: any;
176
- default: any;
177
- };
178
- yAxisLineStyleColor: {
179
- type?: undefined;
180
- default?: undefined;
181
- } | {
182
- type: any;
183
- default: any;
184
- };
185
- yAxisLabelFormatter: {
186
- type?: undefined;
187
- default?: undefined;
188
- } | {
189
- type: any;
190
- default: any;
191
- };
192
- gridContainLabel: {
193
- type?: undefined;
194
- default?: undefined;
195
- } | {
196
- type: any;
197
- default: any;
198
- };
199
- gridTop: {
200
- type?: undefined;
201
- default?: undefined;
202
- } | {
203
- type: any;
204
- default: any;
205
- };
206
- gridBottom: {
207
- type?: undefined;
208
- default?: undefined;
209
- } | {
210
- type: any;
211
- default: any;
212
- };
213
- gridLeft: {
214
- type?: undefined;
215
- default?: undefined;
216
- } | {
217
- type: any;
218
- default: any;
219
- };
220
- gridRight: {
221
- type?: undefined;
222
- default?: undefined;
223
- } | {
224
- type: any;
225
- default: any;
226
- };
227
- dataFieldNames: {
228
- type?: undefined;
229
- default?: undefined;
230
- } | {
231
- type: any;
232
- default: any;
233
- };
234
- graphicConfig?: {
235
- type?: undefined;
236
- default?: undefined;
237
- } | {
238
- type: any;
239
- default: any;
240
- };
241
- id: {
242
- type?: undefined;
243
- default?: undefined;
244
- } | {
245
- type: any;
246
- default: any;
247
- };
248
- name: {
249
- type?: undefined;
250
- default?: undefined;
251
- } | {
252
- type: any;
253
- default: any;
254
- };
255
- keyName: {
256
- type?: undefined;
257
- default?: undefined;
258
- } | {
259
- type: any;
260
- default: any;
261
- };
262
- type: {
263
- type?: undefined;
264
- default?: undefined;
265
- } | {
266
- type: any;
267
- default: any;
268
- };
269
- width: {
270
- type?: undefined;
271
- default?: undefined;
272
- } | {
273
- type: any;
274
- default: any;
275
- };
276
- height: {
277
- type?: undefined;
278
- default?: undefined;
279
- } | {
280
- type: any;
281
- default: any;
282
- };
283
- position: {
284
- type?: undefined;
285
- default?: undefined;
286
- } | {
287
- type: any;
288
- default: any;
289
- };
290
- top: {
291
- type?: undefined;
292
- default?: undefined;
293
- } | {
294
- type: any;
295
- default: any;
296
- };
297
- left: {
298
- type?: undefined;
299
- default?: undefined;
300
- } | {
301
- type: any;
302
- default: any;
303
- };
304
- zIndex: {
305
- type?: undefined;
306
- default?: undefined;
307
- } | {
308
- type: any;
309
- default: any;
310
- };
311
- rotate: {
312
- type?: undefined;
313
- default?: undefined;
314
- } | {
315
- type: any;
316
- default: any;
317
- };
318
- isShow: {
319
- type?: undefined;
320
- default?: undefined;
321
- } | {
322
- type: any;
323
- default: any;
324
- };
325
- isRender: {
326
- type?: undefined;
327
- default?: undefined;
328
- } | {
329
- type: any;
330
- default: any;
331
- };
332
- events: {
333
- type?: undefined;
334
- default?: undefined;
335
- } | {
336
- type: any;
337
- default: any;
338
- };
339
- requestUrl: {
340
- type?: undefined;
341
- default?: undefined;
342
- } | {
343
- type: any;
344
- default: any;
345
- };
346
- requestMethod: {
347
- type?: undefined;
348
- default?: undefined;
349
- } | {
350
- type: any;
351
- default: any;
352
- };
353
- requestHeaders: {
354
- type?: undefined;
355
- default?: undefined;
356
- } | {
357
- type: any;
358
- default: any;
359
- };
360
- isOpenRequestTimer: {
361
- type?: undefined;
362
- default?: undefined;
363
- } | {
364
- type: any;
365
- default: any;
366
- };
367
- requestInterval: {
368
- type?: undefined;
369
- default?: undefined;
370
- } | {
371
- type: any;
372
- default: any;
373
- };
374
- requestParams: {
375
- type?: undefined;
376
- default?: undefined;
377
- } | {
378
- type: any;
379
- default: any;
380
- };
381
- requestSort: {
382
- type?: undefined;
383
- default?: undefined;
384
- } | {
385
- type: any;
386
- default: any;
387
- };
388
- dataType: {
389
- type?: undefined;
390
- default?: undefined;
391
- } | {
392
- type: any;
393
- default: any;
394
- };
395
- };
396
- export declare const scatterEvents: string[];
@@ -1,6 +0,0 @@
1
- import { App } from 'vue';
2
- export * from './components';
3
- declare const _default: {
4
- install: (app: App<any>) => void;
5
- };
6
- export default _default;
@@ -1 +0,0 @@
1
- export * from './map';