@ecan-bi/datav 1.0.38 → 1.0.39

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 (121) hide show
  1. package/dist/index.es.js +3 -4
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +3 -4
  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/container/modal/Modal.vue.d.ts +2 -2
  8. package/types/container/modal/index.d.ts +2 -2
  9. package/types/control/range-picker/RangePicker.vue.d.ts +2 -2
  10. package/types/control/range-picker/index.d.ts +2 -2
  11. package/dist/src/_utils/constant.d.ts +0 -7
  12. package/dist/src/_utils/hooks/index.d.ts +0 -13
  13. package/dist/src/_utils/hooks/useDownloadFile.d.ts +0 -2
  14. package/dist/src/_utils/hooks/useEmitEvent.d.ts +0 -7
  15. package/dist/src/_utils/hooks/useImagePath.d.ts +0 -2
  16. package/dist/src/_utils/hooks/useOnEvent.d.ts +0 -6
  17. package/dist/src/_utils/hooks/usePageUrl.d.ts +0 -2
  18. package/dist/src/_utils/hooks/usePickComponentStyle.d.ts +0 -9
  19. package/dist/src/_utils/hooks/usePickEchartsData.d.ts +0 -2
  20. package/dist/src/_utils/hooks/useRequestData.d.ts +0 -6
  21. package/dist/src/_utils/hooks/useRequestDiagramData.d.ts +0 -6
  22. package/dist/src/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  23. package/dist/src/_utils/hooks/useTransformChartDataByAttrKey.d.ts +0 -13
  24. package/dist/src/_utils/hooks/useTransformChartDataByAttrValue.d.ts +0 -13
  25. package/dist/src/_utils/hooks/useValueFormatter.d.ts +0 -2
  26. package/dist/src/_utils/hooks/useVariablesInText.d.ts +0 -4
  27. package/dist/src/_utils/props.d.ts +0 -71
  28. package/dist/src/_utils/request.d.ts +0 -2
  29. package/dist/src/_utils/util.d.ts +0 -20
  30. package/dist/src/_utils/withInstall.d.ts +0 -5
  31. package/dist/src/common/echarts/composables/api.d.ts +0 -7
  32. package/dist/src/common/echarts/composables/autoresize.d.ts +0 -6
  33. package/dist/src/common/echarts/composables/index.d.ts +0 -3
  34. package/dist/src/common/echarts/composables/loading.d.ts +0 -10
  35. package/dist/src/common/echarts/index.d.ts +0 -2
  36. package/dist/src/common/echarts/types.d.ts +0 -20
  37. package/dist/src/common/echarts/utils.d.ts +0 -6
  38. package/dist/src/common/index.d.ts +0 -3
  39. package/dist/src/common/spin/Spin.vue.d.ts +0 -18
  40. package/dist/src/common/spin/index.d.ts +0 -2
  41. package/dist/src/components.d.ts +0 -9
  42. package/dist/src/container/border/Border.vue.d.ts +0 -494
  43. package/dist/src/container/border/index.d.ts +0 -494
  44. package/dist/src/container/border/props.d.ts +0 -255
  45. package/dist/src/container/index.d.ts +0 -2
  46. package/dist/src/container/modal/Modal.vue.d.ts +0 -505
  47. package/dist/src/container/modal/index.d.ts +0 -506
  48. package/dist/src/container/modal/props.d.ts +0 -179
  49. package/dist/src/control/button/Button.vue.d.ts +0 -404
  50. package/dist/src/control/button/index.d.ts +0 -404
  51. package/dist/src/control/button/props.d.ts +0 -205
  52. package/dist/src/control/date-picker/DatePicker.vue.d.ts +0 -480
  53. package/dist/src/control/date-picker/index.d.ts +0 -479
  54. package/dist/src/control/date-picker/props.d.ts +0 -245
  55. package/dist/src/control/index.d.ts +0 -6
  56. package/dist/src/control/input/Input.vue.d.ts +0 -438
  57. package/dist/src/control/input/index.d.ts +0 -439
  58. package/dist/src/control/input/props.d.ts +0 -224
  59. package/dist/src/control/range-picker/RangePicker.vue.d.ts +0 -596
  60. package/dist/src/control/range-picker/index.d.ts +0 -595
  61. package/dist/src/control/range-picker/props.d.ts +0 -245
  62. package/dist/src/control/select/Select.vue.d.ts +0 -613
  63. package/dist/src/control/select/index.d.ts +0 -613
  64. package/dist/src/control/select/props.d.ts +0 -321
  65. package/dist/src/control/tabs/Tabs.vue.d.ts +0 -447
  66. package/dist/src/control/tabs/index.d.ts +0 -448
  67. package/dist/src/control/tabs/props.d.ts +0 -235
  68. package/dist/src/graph/bar/Bar.vue.d.ts +0 -1963
  69. package/dist/src/graph/bar/index.d.ts +0 -1963
  70. package/dist/src/graph/bar/props.d.ts +0 -954
  71. package/dist/src/graph/combo-graph/ComboGraph.vue.d.ts +0 -853
  72. package/dist/src/graph/combo-graph/index.d.ts +0 -854
  73. package/dist/src/graph/combo-graph/props.d.ts +0 -429
  74. package/dist/src/graph/custom-graph/CustomGraph.vue.d.ts +0 -537
  75. package/dist/src/graph/custom-graph/index.d.ts +0 -537
  76. package/dist/src/graph/custom-graph/props.d.ts +0 -274
  77. package/dist/src/graph/index.d.ts +0 -6
  78. package/dist/src/graph/line/Line.vue.d.ts +0 -818
  79. package/dist/src/graph/line/index.d.ts +0 -819
  80. package/dist/src/graph/line/props.d.ts +0 -409
  81. package/dist/src/graph/pie/Pie.vue.d.ts +0 -894
  82. package/dist/src/graph/pie/index.d.ts +0 -895
  83. package/dist/src/graph/pie/props.d.ts +0 -461
  84. package/dist/src/graph/scatter/Scatter.vue.d.ts +0 -794
  85. package/dist/src/graph/scatter/index.d.ts +0 -795
  86. package/dist/src/graph/scatter/props.d.ts +0 -396
  87. package/dist/src/index.d.ts +0 -6
  88. package/dist/src/map/index.d.ts +0 -1
  89. package/dist/src/map/map/Map.vue.d.ts +0 -1699
  90. package/dist/src/map/map/index.d.ts +0 -1700
  91. package/dist/src/map/map/props.d.ts +0 -829
  92. package/dist/src/media/image/Image.vue.d.ts +0 -476
  93. package/dist/src/media/image/index.d.ts +0 -477
  94. package/dist/src/media/image/props.d.ts +0 -244
  95. package/dist/src/media/index.d.ts +0 -1
  96. package/dist/src/setting/index.d.ts +0 -2
  97. package/dist/src/setting/page-config/PageConfig.vue.d.ts +0 -112
  98. package/dist/src/setting/page-config/index.d.ts +0 -113
  99. package/dist/src/setting/page-config/props.d.ts +0 -61
  100. package/dist/src/setting/provider-config/ProviderConfig.vue.d.ts +0 -48
  101. package/dist/src/setting/provider-config/index.d.ts +0 -49
  102. package/dist/src/setting/provider-config/props.d.ts +0 -29
  103. package/dist/src/table/index.d.ts +0 -1
  104. package/dist/src/table/table/Table.vue.d.ts +0 -552
  105. package/dist/src/table/table/index.d.ts +0 -553
  106. package/dist/src/table/table/props.d.ts +0 -285
  107. package/dist/src/text/index.d.ts +0 -5
  108. package/dist/src/text/list/List.vue.d.ts +0 -849
  109. package/dist/src/text/list/index.d.ts +0 -849
  110. package/dist/src/text/list/props.d.ts +0 -441
  111. package/dist/src/text/proportion/Proportion.vue.d.ts +0 -760
  112. package/dist/src/text/proportion/index.d.ts +0 -760
  113. package/dist/src/text/proportion/props.d.ts +0 -395
  114. package/dist/src/text/scroll-text/ScrollText.vue.d.ts +0 -4
  115. package/dist/src/text/scroll-text/index.d.ts +0 -4
  116. package/dist/src/text/text/Text.vue.d.ts +0 -736
  117. package/dist/src/text/text/index.d.ts +0 -736
  118. package/dist/src/text/text/props.d.ts +0 -383
  119. package/dist/src/text/time-display/TimeDisplay.vue.d.ts +0 -547
  120. package/dist/src/text/time-display/index.d.ts +0 -548
  121. package/dist/src/text/time-display/props.d.ts +0 -284
@@ -1,404 +0,0 @@
1
- import { Events } from '../../_utils/props';
2
- declare const _sfc_main: import("vue").DefineComponent<{
3
- id: {
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
- name: {
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
- keyName: {
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
- type: {
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
- width: {
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
- height: {
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
- position: {
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
- top: {
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
- left: {
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
- zIndex: {
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
- rotate: {
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
- isShow: {
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
- isRender: {
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
- events: {
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
- requestUrl: {
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
- requestMethod: {
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
- requestHeaders: {
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
- isOpenRequestTimer: {
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
- requestInterval: {
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
- requestParams: {
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
- requestSort: {
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
- dataType: {
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
- }, {
202
- style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
203
- click: () => void;
204
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
205
- id: {
206
- type?: undefined;
207
- default?: undefined;
208
- } | {
209
- type: any;
210
- default: string | number | boolean | Events | {
211
- [key: string]: any;
212
- } | import('../../_utils/props').RequestParams;
213
- };
214
- name: {
215
- type?: undefined;
216
- default?: undefined;
217
- } | {
218
- type: any;
219
- default: string | number | boolean | Events | {
220
- [key: string]: any;
221
- } | import('../../_utils/props').RequestParams;
222
- };
223
- keyName: {
224
- type?: undefined;
225
- default?: undefined;
226
- } | {
227
- type: any;
228
- default: string | number | boolean | Events | {
229
- [key: string]: any;
230
- } | import('../../_utils/props').RequestParams;
231
- };
232
- type: {
233
- type?: undefined;
234
- default?: undefined;
235
- } | {
236
- type: any;
237
- default: string | number | boolean | Events | {
238
- [key: string]: any;
239
- } | import('../../_utils/props').RequestParams;
240
- };
241
- width: {
242
- type?: undefined;
243
- default?: undefined;
244
- } | {
245
- type: any;
246
- default: string | number | boolean | Events | {
247
- [key: string]: any;
248
- } | import('../../_utils/props').RequestParams;
249
- };
250
- height: {
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
- position: {
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
- top: {
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
- left: {
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
- zIndex: {
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
- rotate: {
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
- isShow: {
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
- isRender: {
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
- events: {
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
- requestUrl: {
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
- requestMethod: {
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
- requestHeaders: {
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
- isOpenRequestTimer: {
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
- requestInterval: {
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
- requestParams: {
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
- requestSort: {
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
- dataType: {
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
- }>>, {}>;
404
- export default _sfc_main;