@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,285 +0,0 @@
1
- import { Props } from '../../_utils/props';
2
- export interface TableProps extends Props {
3
- columns: {
4
- [key: string]: any;
5
- }[];
6
- data: {
7
- [key: string]: any;
8
- }[];
9
- bordered: boolean;
10
- size: 'default' | 'middle' | 'small';
11
- isUseSeq: boolean;
12
- columnsFixedNum: number;
13
- scrollX: number;
14
- paginationShow: boolean;
15
- paginationPosition: 'topLeft' | 'topCenter' | 'topRight' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
16
- simple: boolean;
17
- headerCellBackgroundColor: string;
18
- cellBackgroundColor: string;
19
- borderColor: string;
20
- paginationPageSize: number;
21
- graphicConfig?: any;
22
- }
23
- export declare const tableProps: TableProps;
24
- export declare const tableComponentProps: {
25
- columns: {
26
- type?: undefined;
27
- default?: undefined;
28
- } | {
29
- type: any;
30
- default: any;
31
- };
32
- data: {
33
- type?: undefined;
34
- default?: undefined;
35
- } | {
36
- type: any;
37
- default: any;
38
- };
39
- bordered: {
40
- type?: undefined;
41
- default?: undefined;
42
- } | {
43
- type: any;
44
- default: any;
45
- };
46
- size: {
47
- type?: undefined;
48
- default?: undefined;
49
- } | {
50
- type: any;
51
- default: any;
52
- };
53
- isUseSeq: {
54
- type?: undefined;
55
- default?: undefined;
56
- } | {
57
- type: any;
58
- default: any;
59
- };
60
- columnsFixedNum: {
61
- type?: undefined;
62
- default?: undefined;
63
- } | {
64
- type: any;
65
- default: any;
66
- };
67
- scrollX: {
68
- type?: undefined;
69
- default?: undefined;
70
- } | {
71
- type: any;
72
- default: any;
73
- };
74
- paginationShow: {
75
- type?: undefined;
76
- default?: undefined;
77
- } | {
78
- type: any;
79
- default: any;
80
- };
81
- paginationPosition: {
82
- type?: undefined;
83
- default?: undefined;
84
- } | {
85
- type: any;
86
- default: any;
87
- };
88
- simple: {
89
- type?: undefined;
90
- default?: undefined;
91
- } | {
92
- type: any;
93
- default: any;
94
- };
95
- headerCellBackgroundColor: {
96
- type?: undefined;
97
- default?: undefined;
98
- } | {
99
- type: any;
100
- default: any;
101
- };
102
- cellBackgroundColor: {
103
- type?: undefined;
104
- default?: undefined;
105
- } | {
106
- type: any;
107
- default: any;
108
- };
109
- borderColor: {
110
- type?: undefined;
111
- default?: undefined;
112
- } | {
113
- type: any;
114
- default: any;
115
- };
116
- paginationPageSize: {
117
- type?: undefined;
118
- default?: undefined;
119
- } | {
120
- type: any;
121
- default: any;
122
- };
123
- graphicConfig?: {
124
- type?: undefined;
125
- default?: undefined;
126
- } | {
127
- type: any;
128
- default: any;
129
- };
130
- id: {
131
- type?: undefined;
132
- default?: undefined;
133
- } | {
134
- type: any;
135
- default: any;
136
- };
137
- name: {
138
- type?: undefined;
139
- default?: undefined;
140
- } | {
141
- type: any;
142
- default: any;
143
- };
144
- keyName: {
145
- type?: undefined;
146
- default?: undefined;
147
- } | {
148
- type: any;
149
- default: any;
150
- };
151
- type: {
152
- type?: undefined;
153
- default?: undefined;
154
- } | {
155
- type: any;
156
- default: any;
157
- };
158
- width: {
159
- type?: undefined;
160
- default?: undefined;
161
- } | {
162
- type: any;
163
- default: any;
164
- };
165
- height: {
166
- type?: undefined;
167
- default?: undefined;
168
- } | {
169
- type: any;
170
- default: any;
171
- };
172
- position: {
173
- type?: undefined;
174
- default?: undefined;
175
- } | {
176
- type: any;
177
- default: any;
178
- };
179
- top: {
180
- type?: undefined;
181
- default?: undefined;
182
- } | {
183
- type: any;
184
- default: any;
185
- };
186
- left: {
187
- type?: undefined;
188
- default?: undefined;
189
- } | {
190
- type: any;
191
- default: any;
192
- };
193
- zIndex: {
194
- type?: undefined;
195
- default?: undefined;
196
- } | {
197
- type: any;
198
- default: any;
199
- };
200
- rotate: {
201
- type?: undefined;
202
- default?: undefined;
203
- } | {
204
- type: any;
205
- default: any;
206
- };
207
- isShow: {
208
- type?: undefined;
209
- default?: undefined;
210
- } | {
211
- type: any;
212
- default: any;
213
- };
214
- isRender: {
215
- type?: undefined;
216
- default?: undefined;
217
- } | {
218
- type: any;
219
- default: any;
220
- };
221
- events: {
222
- type?: undefined;
223
- default?: undefined;
224
- } | {
225
- type: any;
226
- default: any;
227
- };
228
- requestUrl: {
229
- type?: undefined;
230
- default?: undefined;
231
- } | {
232
- type: any;
233
- default: any;
234
- };
235
- requestMethod: {
236
- type?: undefined;
237
- default?: undefined;
238
- } | {
239
- type: any;
240
- default: any;
241
- };
242
- requestHeaders: {
243
- type?: undefined;
244
- default?: undefined;
245
- } | {
246
- type: any;
247
- default: any;
248
- };
249
- isOpenRequestTimer: {
250
- type?: undefined;
251
- default?: undefined;
252
- } | {
253
- type: any;
254
- default: any;
255
- };
256
- requestInterval: {
257
- type?: undefined;
258
- default?: undefined;
259
- } | {
260
- type: any;
261
- default: any;
262
- };
263
- requestParams: {
264
- type?: undefined;
265
- default?: undefined;
266
- } | {
267
- type: any;
268
- default: any;
269
- };
270
- requestSort: {
271
- type?: undefined;
272
- default?: undefined;
273
- } | {
274
- type: any;
275
- default: any;
276
- };
277
- dataType: {
278
- type?: undefined;
279
- default?: undefined;
280
- } | {
281
- type: any;
282
- default: any;
283
- };
284
- };
285
- export declare const tableEvents: string[];
@@ -1,5 +0,0 @@
1
- export * from './text';
2
- export * from './scroll-text';
3
- export * from './time-display';
4
- export * from './list';
5
- export * from './proportion';