@ecan-bi/datav 1.4.91 → 1.4.93

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 (120) hide show
  1. package/dist/index.es.js +7209 -6841
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +68 -68
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +3 -2
  7. package/types/common/echarts/Echarts.d.ts +1 -1
  8. package/types/common/marquee-scroll/MarqueeScroll.vue.d.ts +1 -1
  9. package/types/container/border/Border.vue.d.ts +24 -0
  10. package/types/container/border/index.d.ts +24 -0
  11. package/types/container/border/props.d.ts +12 -0
  12. package/types/container/circulate/Circulate.vue.d.ts +24 -0
  13. package/types/container/circulate/index.d.ts +24 -0
  14. package/types/container/circulate/props.d.ts +12 -0
  15. package/types/container/tabs/Tabs.vue.d.ts +24 -0
  16. package/types/container/tabs/index.d.ts +24 -0
  17. package/types/container/tabs/props.d.ts +12 -0
  18. package/types/container/template/Template.vue.d.ts +24 -0
  19. package/types/container/template/index.d.ts +24 -0
  20. package/types/container/template/props.d.ts +12 -0
  21. package/types/control/button/Button.vue.d.ts +32 -8
  22. package/types/control/button/index.d.ts +32 -8
  23. package/types/control/button/props.d.ts +16 -4
  24. package/types/control/checkbox/Checkbox.vue.d.ts +24 -0
  25. package/types/control/checkbox/index.d.ts +24 -0
  26. package/types/control/checkbox/props.d.ts +12 -0
  27. package/types/control/date-picker/DatePicker.vue.d.ts +24 -0
  28. package/types/control/date-picker/index.d.ts +24 -0
  29. package/types/control/date-picker/props.d.ts +12 -0
  30. package/types/control/input/Input.vue.d.ts +24 -0
  31. package/types/control/input/index.d.ts +24 -0
  32. package/types/control/input/props.d.ts +12 -0
  33. package/types/control/nav-tab/NavTab.vue.d.ts +24 -0
  34. package/types/control/nav-tab/index.d.ts +24 -0
  35. package/types/control/nav-tab/props.d.ts +12 -0
  36. package/types/control/radio/Radio.vue.d.ts +28 -4
  37. package/types/control/radio/index.d.ts +28 -4
  38. package/types/control/radio/props.d.ts +14 -2
  39. package/types/control/range-picker/RangePicker.vue.d.ts +24 -0
  40. package/types/control/range-picker/index.d.ts +24 -0
  41. package/types/control/range-picker/props.d.ts +12 -0
  42. package/types/control/select/Select.vue.d.ts +28 -4
  43. package/types/control/select/index.d.ts +28 -4
  44. package/types/control/select/props.d.ts +14 -2
  45. package/types/control/tree-select/TreeSelect.vue.d.ts +12 -0
  46. package/types/control/tree-select/index.d.ts +12 -0
  47. package/types/control/tree-select/props.d.ts +12 -0
  48. package/types/graph/IndicatorDetailModal.vue.d.ts +5 -0
  49. package/types/graph/bar/Bar.vue.d.ts +21 -4
  50. package/types/graph/bar/index.d.ts +21 -4
  51. package/types/graph/bar/props.d.ts +10 -2
  52. package/types/graph/combo-graph/ComboGraph.vue.d.ts +21 -4
  53. package/types/graph/combo-graph/index.d.ts +21 -4
  54. package/types/graph/combo-graph/props.d.ts +10 -2
  55. package/types/graph/custom-graph/CustomGraph.vue.d.ts +24 -0
  56. package/types/graph/custom-graph/index.d.ts +24 -0
  57. package/types/graph/custom-graph/props.d.ts +12 -0
  58. package/types/graph/line/Line.vue.d.ts +17 -0
  59. package/types/graph/line/index.d.ts +17 -0
  60. package/types/graph/line/props.d.ts +10 -0
  61. package/types/graph/pie/Pie.vue.d.ts +21 -4
  62. package/types/graph/pie/index.d.ts +21 -4
  63. package/types/graph/pie/props.d.ts +10 -2
  64. package/types/graph/radar/Radar.vue.d.ts +17 -0
  65. package/types/graph/radar/index.d.ts +17 -0
  66. package/types/graph/radar/props.d.ts +10 -0
  67. package/types/graph/scatter/Scatter.vue.d.ts +17 -0
  68. package/types/graph/scatter/index.d.ts +17 -0
  69. package/types/graph/scatter/props.d.ts +8 -0
  70. package/types/laboratory/data-select/DataSelect.vue.d.ts +28 -4
  71. package/types/laboratory/data-select/index.d.ts +28 -4
  72. package/types/laboratory/data-select/props.d.ts +14 -2
  73. package/types/laboratory/index-panel/IndexPanel.vue.d.ts +344 -0
  74. package/types/laboratory/index-panel/index.d.ts +345 -0
  75. package/types/laboratory/index-panel/props.d.ts +186 -0
  76. package/types/laboratory/index.d.ts +1 -0
  77. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +43 -4
  78. package/types/laboratory/pivotTable/index.d.ts +43 -4
  79. package/types/laboratory/pivotTable/props.d.ts +12 -0
  80. package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -0
  81. package/types/laboratory/value-line/index.d.ts +16 -0
  82. package/types/laboratory/value-line/props.d.ts +10 -0
  83. package/types/map/map/Map.vue.d.ts +24 -0
  84. package/types/map/map/index.d.ts +24 -0
  85. package/types/map/map/props.d.ts +12 -0
  86. package/types/media/iframe/Iframe.vue.d.ts +24 -0
  87. package/types/media/iframe/index.d.ts +24 -0
  88. package/types/media/iframe/props.d.ts +12 -0
  89. package/types/media/image/Image.vue.d.ts +24 -0
  90. package/types/media/image/index.d.ts +24 -0
  91. package/types/media/image/props.d.ts +12 -0
  92. package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
  93. package/types/setting/page-config/index.d.ts +4 -4
  94. package/types/setting/page-config/props.d.ts +3 -3
  95. package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -4
  96. package/types/setting/provider-config/index.d.ts +9 -4
  97. package/types/setting/provider-config/props.d.ts +3 -3
  98. package/types/table/table/Table.vue.d.ts +24 -0
  99. package/types/table/table/index.d.ts +24 -0
  100. package/types/table/table/props.d.ts +12 -0
  101. package/types/text/counter/Counter.vue.d.ts +24 -0
  102. package/types/text/counter/index.d.ts +24 -0
  103. package/types/text/counter/props.d.ts +12 -0
  104. package/types/text/list/List.vue.d.ts +24 -0
  105. package/types/text/list/index.d.ts +24 -0
  106. package/types/text/list/props.d.ts +12 -0
  107. package/types/text/proportion/Proportion.vue.d.ts +24 -0
  108. package/types/text/proportion/index.d.ts +24 -0
  109. package/types/text/proportion/props.d.ts +12 -0
  110. package/types/text/rectangle/Rectangle.vue.d.ts +24 -0
  111. package/types/text/rectangle/index.d.ts +24 -0
  112. package/types/text/rectangle/props.d.ts +12 -0
  113. package/types/text/text/Text.vue.d.ts +24 -0
  114. package/types/text/text/index.d.ts +24 -0
  115. package/types/text/text/props.d.ts +12 -0
  116. package/types/text/time-display/TimeDisplay.vue.d.ts +24 -0
  117. package/types/text/time-display/index.d.ts +24 -0
  118. package/types/text/time-display/props.d.ts +12 -0
  119. package/types/utils/props.d.ts +3 -0
  120. package/types/utils/util.d.ts +1 -0
@@ -0,0 +1,344 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ borderRadius: {
3
+ type?: import("vue").PropType<string>;
4
+ default?: string;
5
+ };
6
+ componentIds: {
7
+ type?: import("vue").PropType<string[]>;
8
+ default?: string[];
9
+ };
10
+ componentConfig: {
11
+ type?: import("vue").PropType<{
12
+ [key: string]: any;
13
+ }>;
14
+ default?: {
15
+ [key: string]: any;
16
+ };
17
+ };
18
+ data: {
19
+ type?: import("vue").PropType<{
20
+ [key: string]: any;
21
+ }>;
22
+ default?: {
23
+ [key: string]: any;
24
+ };
25
+ };
26
+ graphicConfig: {
27
+ type?: import("vue").PropType<{
28
+ [key: string]: any;
29
+ }>;
30
+ default?: {
31
+ [key: string]: any;
32
+ };
33
+ };
34
+ id: {
35
+ type?: import("vue").PropType<string>;
36
+ default?: string;
37
+ };
38
+ name: {
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
41
+ };
42
+ keyName: {
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
45
+ };
46
+ type: {
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
49
+ };
50
+ width: {
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
53
+ };
54
+ height: {
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
57
+ };
58
+ position: {
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
61
+ };
62
+ top: {
63
+ type?: import("vue").PropType<string>;
64
+ default?: string;
65
+ };
66
+ left: {
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
69
+ };
70
+ zIndex: {
71
+ type?: import("vue").PropType<number>;
72
+ default?: number;
73
+ };
74
+ rotate: {
75
+ type?: import("vue").PropType<string>;
76
+ default?: string;
77
+ };
78
+ isShow: {
79
+ type?: import("vue").PropType<boolean>;
80
+ default?: boolean;
81
+ };
82
+ isRender: {
83
+ type?: import("vue").PropType<boolean>;
84
+ default?: boolean;
85
+ };
86
+ events: {
87
+ type?: import("vue").PropType<import("../../utils/props").Events>;
88
+ default?: import("../../utils/props").Events;
89
+ };
90
+ requestUrl: {
91
+ type?: import("vue").PropType<string>;
92
+ default?: string;
93
+ };
94
+ requestMethod: {
95
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
96
+ default?: import("../../utils/props").RequestMethod;
97
+ };
98
+ requestHeaders: {
99
+ type?: import("vue").PropType<string>;
100
+ default?: string;
101
+ };
102
+ isOpenRequestTimer: {
103
+ type?: import("vue").PropType<boolean>;
104
+ default?: boolean;
105
+ };
106
+ isViewRedrawing: {
107
+ type?: import("vue").PropType<boolean>;
108
+ default?: boolean;
109
+ };
110
+ requestInterval: {
111
+ type?: import("vue").PropType<number>;
112
+ default?: number;
113
+ };
114
+ requestParams: {
115
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
116
+ default?: import("../../utils/props").RequestParams;
117
+ };
118
+ requestSort: {
119
+ type?: import("vue").PropType<number>;
120
+ default?: number;
121
+ };
122
+ dataType: {
123
+ type?: import("vue").PropType<"indicator" | "request" | "static" | "component">;
124
+ default?: "indicator" | "request" | "static" | "component";
125
+ };
126
+ scale?: {
127
+ type?: import("vue").PropType<number>;
128
+ default?: number;
129
+ };
130
+ requestParamsMode: {
131
+ type?: import("vue").PropType<"2" | "1">;
132
+ default?: "2" | "1";
133
+ };
134
+ customRequestParams: {
135
+ type?: import("vue").PropType<string>;
136
+ default?: string;
137
+ };
138
+ dataSetParam?: {
139
+ type?: import("vue").PropType<any>;
140
+ default?: any;
141
+ };
142
+ requestType?: {
143
+ type?: import("vue").PropType<any>;
144
+ default?: any;
145
+ };
146
+ componentDoc?: {
147
+ type?: import("vue").PropType<null>;
148
+ default?: null;
149
+ };
150
+ extendData?: {
151
+ type?: import("vue").PropType<{
152
+ [key: string]: any;
153
+ }>;
154
+ default?: {
155
+ [key: string]: any;
156
+ };
157
+ };
158
+ toolboxShow?: {
159
+ type?: import("vue").PropType<boolean>;
160
+ default?: boolean;
161
+ };
162
+ isShowIndDetail?: {
163
+ type?: import("vue").PropType<boolean>;
164
+ default?: boolean;
165
+ };
166
+ indDetailIconColor?: {
167
+ type?: import("vue").PropType<string>;
168
+ default?: string;
169
+ };
170
+ }, {
171
+ loading: import("vue").Ref<boolean>;
172
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
173
+ customStyle: import("vue").ComputedRef<any>;
174
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
175
+ borderRadius: {
176
+ type?: import("vue").PropType<string>;
177
+ default?: string;
178
+ };
179
+ componentIds: {
180
+ type?: import("vue").PropType<string[]>;
181
+ default?: string[];
182
+ };
183
+ componentConfig: {
184
+ type?: import("vue").PropType<{
185
+ [key: string]: any;
186
+ }>;
187
+ default?: {
188
+ [key: string]: any;
189
+ };
190
+ };
191
+ data: {
192
+ type?: import("vue").PropType<{
193
+ [key: string]: any;
194
+ }>;
195
+ default?: {
196
+ [key: string]: any;
197
+ };
198
+ };
199
+ graphicConfig: {
200
+ type?: import("vue").PropType<{
201
+ [key: string]: any;
202
+ }>;
203
+ default?: {
204
+ [key: string]: any;
205
+ };
206
+ };
207
+ id: {
208
+ type?: import("vue").PropType<string>;
209
+ default?: string;
210
+ };
211
+ name: {
212
+ type?: import("vue").PropType<string>;
213
+ default?: string;
214
+ };
215
+ keyName: {
216
+ type?: import("vue").PropType<string>;
217
+ default?: string;
218
+ };
219
+ type: {
220
+ type?: import("vue").PropType<string>;
221
+ default?: string;
222
+ };
223
+ width: {
224
+ type?: import("vue").PropType<string>;
225
+ default?: string;
226
+ };
227
+ height: {
228
+ type?: import("vue").PropType<string>;
229
+ default?: string;
230
+ };
231
+ position: {
232
+ type?: import("vue").PropType<string>;
233
+ default?: string;
234
+ };
235
+ top: {
236
+ type?: import("vue").PropType<string>;
237
+ default?: string;
238
+ };
239
+ left: {
240
+ type?: import("vue").PropType<string>;
241
+ default?: string;
242
+ };
243
+ zIndex: {
244
+ type?: import("vue").PropType<number>;
245
+ default?: number;
246
+ };
247
+ rotate: {
248
+ type?: import("vue").PropType<string>;
249
+ default?: string;
250
+ };
251
+ isShow: {
252
+ type?: import("vue").PropType<boolean>;
253
+ default?: boolean;
254
+ };
255
+ isRender: {
256
+ type?: import("vue").PropType<boolean>;
257
+ default?: boolean;
258
+ };
259
+ events: {
260
+ type?: import("vue").PropType<import("../../utils/props").Events>;
261
+ default?: import("../../utils/props").Events;
262
+ };
263
+ requestUrl: {
264
+ type?: import("vue").PropType<string>;
265
+ default?: string;
266
+ };
267
+ requestMethod: {
268
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
269
+ default?: import("../../utils/props").RequestMethod;
270
+ };
271
+ requestHeaders: {
272
+ type?: import("vue").PropType<string>;
273
+ default?: string;
274
+ };
275
+ isOpenRequestTimer: {
276
+ type?: import("vue").PropType<boolean>;
277
+ default?: boolean;
278
+ };
279
+ isViewRedrawing: {
280
+ type?: import("vue").PropType<boolean>;
281
+ default?: boolean;
282
+ };
283
+ requestInterval: {
284
+ type?: import("vue").PropType<number>;
285
+ default?: number;
286
+ };
287
+ requestParams: {
288
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
289
+ default?: import("../../utils/props").RequestParams;
290
+ };
291
+ requestSort: {
292
+ type?: import("vue").PropType<number>;
293
+ default?: number;
294
+ };
295
+ dataType: {
296
+ type?: import("vue").PropType<"indicator" | "request" | "static" | "component">;
297
+ default?: "indicator" | "request" | "static" | "component";
298
+ };
299
+ scale?: {
300
+ type?: import("vue").PropType<number>;
301
+ default?: number;
302
+ };
303
+ requestParamsMode: {
304
+ type?: import("vue").PropType<"2" | "1">;
305
+ default?: "2" | "1";
306
+ };
307
+ customRequestParams: {
308
+ type?: import("vue").PropType<string>;
309
+ default?: string;
310
+ };
311
+ dataSetParam?: {
312
+ type?: import("vue").PropType<any>;
313
+ default?: any;
314
+ };
315
+ requestType?: {
316
+ type?: import("vue").PropType<any>;
317
+ default?: any;
318
+ };
319
+ componentDoc?: {
320
+ type?: import("vue").PropType<null>;
321
+ default?: null;
322
+ };
323
+ extendData?: {
324
+ type?: import("vue").PropType<{
325
+ [key: string]: any;
326
+ }>;
327
+ default?: {
328
+ [key: string]: any;
329
+ };
330
+ };
331
+ toolboxShow?: {
332
+ type?: import("vue").PropType<boolean>;
333
+ default?: boolean;
334
+ };
335
+ isShowIndDetail?: {
336
+ type?: import("vue").PropType<boolean>;
337
+ default?: boolean;
338
+ };
339
+ indDetailIconColor?: {
340
+ type?: import("vue").PropType<string>;
341
+ default?: string;
342
+ };
343
+ }>>, {}>;
344
+ export default _sfc_main;
@@ -0,0 +1,345 @@
1
+ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
+ borderRadius: {
3
+ type?: import("vue").PropType<string>;
4
+ default?: string;
5
+ };
6
+ componentIds: {
7
+ type?: import("vue").PropType<string[]>;
8
+ default?: string[];
9
+ };
10
+ componentConfig: {
11
+ type?: import("vue").PropType<{
12
+ [key: string]: any;
13
+ }>;
14
+ default?: {
15
+ [key: string]: any;
16
+ };
17
+ };
18
+ data: {
19
+ type?: import("vue").PropType<{
20
+ [key: string]: any;
21
+ }>;
22
+ default?: {
23
+ [key: string]: any;
24
+ };
25
+ };
26
+ graphicConfig: {
27
+ type?: import("vue").PropType<{
28
+ [key: string]: any;
29
+ }>;
30
+ default?: {
31
+ [key: string]: any;
32
+ };
33
+ };
34
+ id: {
35
+ type?: import("vue").PropType<string>;
36
+ default?: string;
37
+ };
38
+ name: {
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
41
+ };
42
+ keyName: {
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
45
+ };
46
+ type: {
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
49
+ };
50
+ width: {
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
53
+ };
54
+ height: {
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
57
+ };
58
+ position: {
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
61
+ };
62
+ top: {
63
+ type?: import("vue").PropType<string>;
64
+ default?: string;
65
+ };
66
+ left: {
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
69
+ };
70
+ zIndex: {
71
+ type?: import("vue").PropType<number>;
72
+ default?: number;
73
+ };
74
+ rotate: {
75
+ type?: import("vue").PropType<string>;
76
+ default?: string;
77
+ };
78
+ isShow: {
79
+ type?: import("vue").PropType<boolean>;
80
+ default?: boolean;
81
+ };
82
+ isRender: {
83
+ type?: import("vue").PropType<boolean>;
84
+ default?: boolean;
85
+ };
86
+ events: {
87
+ type?: import("vue").PropType<import("../../utils/props").Events>;
88
+ default?: import("../../utils/props").Events;
89
+ };
90
+ requestUrl: {
91
+ type?: import("vue").PropType<string>;
92
+ default?: string;
93
+ };
94
+ requestMethod: {
95
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
96
+ default?: import("../../utils/props").RequestMethod;
97
+ };
98
+ requestHeaders: {
99
+ type?: import("vue").PropType<string>;
100
+ default?: string;
101
+ };
102
+ isOpenRequestTimer: {
103
+ type?: import("vue").PropType<boolean>;
104
+ default?: boolean;
105
+ };
106
+ isViewRedrawing: {
107
+ type?: import("vue").PropType<boolean>;
108
+ default?: boolean;
109
+ };
110
+ requestInterval: {
111
+ type?: import("vue").PropType<number>;
112
+ default?: number;
113
+ };
114
+ requestParams: {
115
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
116
+ default?: import("../../utils/props").RequestParams;
117
+ };
118
+ requestSort: {
119
+ type?: import("vue").PropType<number>;
120
+ default?: number;
121
+ };
122
+ dataType: {
123
+ type?: import("vue").PropType<"indicator" | "request" | "static" | "component">;
124
+ default?: "indicator" | "request" | "static" | "component";
125
+ };
126
+ scale?: {
127
+ type?: import("vue").PropType<number>;
128
+ default?: number;
129
+ };
130
+ requestParamsMode: {
131
+ type?: import("vue").PropType<"2" | "1">;
132
+ default?: "2" | "1";
133
+ };
134
+ customRequestParams: {
135
+ type?: import("vue").PropType<string>;
136
+ default?: string;
137
+ };
138
+ dataSetParam?: {
139
+ type?: import("vue").PropType<any>;
140
+ default?: any;
141
+ };
142
+ requestType?: {
143
+ type?: import("vue").PropType<any>;
144
+ default?: any;
145
+ };
146
+ componentDoc?: {
147
+ type?: import("vue").PropType<null>;
148
+ default?: null;
149
+ };
150
+ extendData?: {
151
+ type?: import("vue").PropType<{
152
+ [key: string]: any;
153
+ }>;
154
+ default?: {
155
+ [key: string]: any;
156
+ };
157
+ };
158
+ toolboxShow?: {
159
+ type?: import("vue").PropType<boolean>;
160
+ default?: boolean;
161
+ };
162
+ isShowIndDetail?: {
163
+ type?: import("vue").PropType<boolean>;
164
+ default?: boolean;
165
+ };
166
+ indDetailIconColor?: {
167
+ type?: import("vue").PropType<string>;
168
+ default?: string;
169
+ };
170
+ }, {
171
+ loading: import("vue").Ref<boolean>;
172
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
173
+ customStyle: import("vue").ComputedRef<any>;
174
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
175
+ borderRadius: {
176
+ type?: import("vue").PropType<string>;
177
+ default?: string;
178
+ };
179
+ componentIds: {
180
+ type?: import("vue").PropType<string[]>;
181
+ default?: string[];
182
+ };
183
+ componentConfig: {
184
+ type?: import("vue").PropType<{
185
+ [key: string]: any;
186
+ }>;
187
+ default?: {
188
+ [key: string]: any;
189
+ };
190
+ };
191
+ data: {
192
+ type?: import("vue").PropType<{
193
+ [key: string]: any;
194
+ }>;
195
+ default?: {
196
+ [key: string]: any;
197
+ };
198
+ };
199
+ graphicConfig: {
200
+ type?: import("vue").PropType<{
201
+ [key: string]: any;
202
+ }>;
203
+ default?: {
204
+ [key: string]: any;
205
+ };
206
+ };
207
+ id: {
208
+ type?: import("vue").PropType<string>;
209
+ default?: string;
210
+ };
211
+ name: {
212
+ type?: import("vue").PropType<string>;
213
+ default?: string;
214
+ };
215
+ keyName: {
216
+ type?: import("vue").PropType<string>;
217
+ default?: string;
218
+ };
219
+ type: {
220
+ type?: import("vue").PropType<string>;
221
+ default?: string;
222
+ };
223
+ width: {
224
+ type?: import("vue").PropType<string>;
225
+ default?: string;
226
+ };
227
+ height: {
228
+ type?: import("vue").PropType<string>;
229
+ default?: string;
230
+ };
231
+ position: {
232
+ type?: import("vue").PropType<string>;
233
+ default?: string;
234
+ };
235
+ top: {
236
+ type?: import("vue").PropType<string>;
237
+ default?: string;
238
+ };
239
+ left: {
240
+ type?: import("vue").PropType<string>;
241
+ default?: string;
242
+ };
243
+ zIndex: {
244
+ type?: import("vue").PropType<number>;
245
+ default?: number;
246
+ };
247
+ rotate: {
248
+ type?: import("vue").PropType<string>;
249
+ default?: string;
250
+ };
251
+ isShow: {
252
+ type?: import("vue").PropType<boolean>;
253
+ default?: boolean;
254
+ };
255
+ isRender: {
256
+ type?: import("vue").PropType<boolean>;
257
+ default?: boolean;
258
+ };
259
+ events: {
260
+ type?: import("vue").PropType<import("../../utils/props").Events>;
261
+ default?: import("../../utils/props").Events;
262
+ };
263
+ requestUrl: {
264
+ type?: import("vue").PropType<string>;
265
+ default?: string;
266
+ };
267
+ requestMethod: {
268
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
269
+ default?: import("../../utils/props").RequestMethod;
270
+ };
271
+ requestHeaders: {
272
+ type?: import("vue").PropType<string>;
273
+ default?: string;
274
+ };
275
+ isOpenRequestTimer: {
276
+ type?: import("vue").PropType<boolean>;
277
+ default?: boolean;
278
+ };
279
+ isViewRedrawing: {
280
+ type?: import("vue").PropType<boolean>;
281
+ default?: boolean;
282
+ };
283
+ requestInterval: {
284
+ type?: import("vue").PropType<number>;
285
+ default?: number;
286
+ };
287
+ requestParams: {
288
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
289
+ default?: import("../../utils/props").RequestParams;
290
+ };
291
+ requestSort: {
292
+ type?: import("vue").PropType<number>;
293
+ default?: number;
294
+ };
295
+ dataType: {
296
+ type?: import("vue").PropType<"indicator" | "request" | "static" | "component">;
297
+ default?: "indicator" | "request" | "static" | "component";
298
+ };
299
+ scale?: {
300
+ type?: import("vue").PropType<number>;
301
+ default?: number;
302
+ };
303
+ requestParamsMode: {
304
+ type?: import("vue").PropType<"2" | "1">;
305
+ default?: "2" | "1";
306
+ };
307
+ customRequestParams: {
308
+ type?: import("vue").PropType<string>;
309
+ default?: string;
310
+ };
311
+ dataSetParam?: {
312
+ type?: import("vue").PropType<any>;
313
+ default?: any;
314
+ };
315
+ requestType?: {
316
+ type?: import("vue").PropType<any>;
317
+ default?: any;
318
+ };
319
+ componentDoc?: {
320
+ type?: import("vue").PropType<null>;
321
+ default?: null;
322
+ };
323
+ extendData?: {
324
+ type?: import("vue").PropType<{
325
+ [key: string]: any;
326
+ }>;
327
+ default?: {
328
+ [key: string]: any;
329
+ };
330
+ };
331
+ toolboxShow?: {
332
+ type?: import("vue").PropType<boolean>;
333
+ default?: boolean;
334
+ };
335
+ isShowIndDetail?: {
336
+ type?: import("vue").PropType<boolean>;
337
+ default?: boolean;
338
+ };
339
+ indDetailIconColor?: {
340
+ type?: import("vue").PropType<string>;
341
+ default?: string;
342
+ };
343
+ }>>, {}>> & Record<string, any>;
344
+ export default EcanIndexPanel;
345
+ export * from './props';