@ecan-bi/datav 1.5.95 → 1.5.96

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