@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,245 +0,0 @@
1
- import { Props } from '../../_utils/props';
2
- export interface RangePickerProps extends Props {
3
- picker: 'date' | 'week' | 'month' | 'quarter' | 'year';
4
- format: string;
5
- startTime: string;
6
- endTime: string;
7
- }
8
- export declare const rangePickerProps: RangePickerProps;
9
- export declare const rangePickerComponentProps: {
10
- picker: {
11
- type?: undefined;
12
- default?: undefined;
13
- } | {
14
- type: any;
15
- default: string | number | boolean | import("../../_utils/props").Events | {
16
- [key: string]: any;
17
- } | import("../../_utils/props").RequestParams;
18
- };
19
- format: {
20
- type?: undefined;
21
- default?: undefined;
22
- } | {
23
- type: any;
24
- default: string | number | boolean | import("../../_utils/props").Events | {
25
- [key: string]: any;
26
- } | import("../../_utils/props").RequestParams;
27
- };
28
- startTime: {
29
- type?: undefined;
30
- default?: undefined;
31
- } | {
32
- type: any;
33
- default: string | number | boolean | import("../../_utils/props").Events | {
34
- [key: string]: any;
35
- } | import("../../_utils/props").RequestParams;
36
- };
37
- endTime: {
38
- type?: undefined;
39
- default?: undefined;
40
- } | {
41
- type: any;
42
- default: string | number | boolean | import("../../_utils/props").Events | {
43
- [key: string]: any;
44
- } | import("../../_utils/props").RequestParams;
45
- };
46
- id: {
47
- type?: undefined;
48
- default?: undefined;
49
- } | {
50
- type: any;
51
- default: string | number | boolean | import("../../_utils/props").Events | {
52
- [key: string]: any;
53
- } | import("../../_utils/props").RequestParams;
54
- };
55
- name: {
56
- type?: undefined;
57
- default?: undefined;
58
- } | {
59
- type: any;
60
- default: string | number | boolean | import("../../_utils/props").Events | {
61
- [key: string]: any;
62
- } | import("../../_utils/props").RequestParams;
63
- };
64
- keyName: {
65
- type?: undefined;
66
- default?: undefined;
67
- } | {
68
- type: any;
69
- default: string | number | boolean | import("../../_utils/props").Events | {
70
- [key: string]: any;
71
- } | import("../../_utils/props").RequestParams;
72
- };
73
- type: {
74
- type?: undefined;
75
- default?: undefined;
76
- } | {
77
- type: any;
78
- default: string | number | boolean | import("../../_utils/props").Events | {
79
- [key: string]: any;
80
- } | import("../../_utils/props").RequestParams;
81
- };
82
- width: {
83
- type?: undefined;
84
- default?: undefined;
85
- } | {
86
- type: any;
87
- default: string | number | boolean | import("../../_utils/props").Events | {
88
- [key: string]: any;
89
- } | import("../../_utils/props").RequestParams;
90
- };
91
- height: {
92
- type?: undefined;
93
- default?: undefined;
94
- } | {
95
- type: any;
96
- default: string | number | boolean | import("../../_utils/props").Events | {
97
- [key: string]: any;
98
- } | import("../../_utils/props").RequestParams;
99
- };
100
- position: {
101
- type?: undefined;
102
- default?: undefined;
103
- } | {
104
- type: any;
105
- default: string | number | boolean | import("../../_utils/props").Events | {
106
- [key: string]: any;
107
- } | import("../../_utils/props").RequestParams;
108
- };
109
- top: {
110
- type?: undefined;
111
- default?: undefined;
112
- } | {
113
- type: any;
114
- default: string | number | boolean | import("../../_utils/props").Events | {
115
- [key: string]: any;
116
- } | import("../../_utils/props").RequestParams;
117
- };
118
- left: {
119
- type?: undefined;
120
- default?: undefined;
121
- } | {
122
- type: any;
123
- default: string | number | boolean | import("../../_utils/props").Events | {
124
- [key: string]: any;
125
- } | import("../../_utils/props").RequestParams;
126
- };
127
- zIndex: {
128
- type?: undefined;
129
- default?: undefined;
130
- } | {
131
- type: any;
132
- default: string | number | boolean | import("../../_utils/props").Events | {
133
- [key: string]: any;
134
- } | import("../../_utils/props").RequestParams;
135
- };
136
- rotate: {
137
- type?: undefined;
138
- default?: undefined;
139
- } | {
140
- type: any;
141
- default: string | number | boolean | import("../../_utils/props").Events | {
142
- [key: string]: any;
143
- } | import("../../_utils/props").RequestParams;
144
- };
145
- isShow: {
146
- type?: undefined;
147
- default?: undefined;
148
- } | {
149
- type: any;
150
- default: string | number | boolean | import("../../_utils/props").Events | {
151
- [key: string]: any;
152
- } | import("../../_utils/props").RequestParams;
153
- };
154
- isRender: {
155
- type?: undefined;
156
- default?: undefined;
157
- } | {
158
- type: any;
159
- default: string | number | boolean | import("../../_utils/props").Events | {
160
- [key: string]: any;
161
- } | import("../../_utils/props").RequestParams;
162
- };
163
- events: {
164
- type?: undefined;
165
- default?: undefined;
166
- } | {
167
- type: any;
168
- default: string | number | boolean | import("../../_utils/props").Events | {
169
- [key: string]: any;
170
- } | import("../../_utils/props").RequestParams;
171
- };
172
- requestUrl: {
173
- type?: undefined;
174
- default?: undefined;
175
- } | {
176
- type: any;
177
- default: string | number | boolean | import("../../_utils/props").Events | {
178
- [key: string]: any;
179
- } | import("../../_utils/props").RequestParams;
180
- };
181
- requestMethod: {
182
- type?: undefined;
183
- default?: undefined;
184
- } | {
185
- type: any;
186
- default: string | number | boolean | import("../../_utils/props").Events | {
187
- [key: string]: any;
188
- } | import("../../_utils/props").RequestParams;
189
- };
190
- requestHeaders: {
191
- type?: undefined;
192
- default?: undefined;
193
- } | {
194
- type: any;
195
- default: string | number | boolean | import("../../_utils/props").Events | {
196
- [key: string]: any;
197
- } | import("../../_utils/props").RequestParams;
198
- };
199
- isOpenRequestTimer: {
200
- type?: undefined;
201
- default?: undefined;
202
- } | {
203
- type: any;
204
- default: string | number | boolean | import("../../_utils/props").Events | {
205
- [key: string]: any;
206
- } | import("../../_utils/props").RequestParams;
207
- };
208
- requestInterval: {
209
- type?: undefined;
210
- default?: undefined;
211
- } | {
212
- type: any;
213
- default: string | number | boolean | import("../../_utils/props").Events | {
214
- [key: string]: any;
215
- } | import("../../_utils/props").RequestParams;
216
- };
217
- requestParams: {
218
- type?: undefined;
219
- default?: undefined;
220
- } | {
221
- type: any;
222
- default: string | number | boolean | import("../../_utils/props").Events | {
223
- [key: string]: any;
224
- } | import("../../_utils/props").RequestParams;
225
- };
226
- requestSort: {
227
- type?: undefined;
228
- default?: undefined;
229
- } | {
230
- type: any;
231
- default: string | number | boolean | import("../../_utils/props").Events | {
232
- [key: string]: any;
233
- } | import("../../_utils/props").RequestParams;
234
- };
235
- dataType: {
236
- type?: undefined;
237
- default?: undefined;
238
- } | {
239
- type: any;
240
- default: string | number | boolean | import("../../_utils/props").Events | {
241
- [key: string]: any;
242
- } | import("../../_utils/props").RequestParams;
243
- };
244
- };
245
- export declare const rangePickerEvents: string[];