@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.
- package/dist/index.es.js +12046 -10612
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +32 -31
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -1
- package/types/container/border/Border.vue.d.ts +8 -8
- package/types/container/border/index.d.ts +8 -8
- package/types/container/border/props.d.ts +4 -4
- package/types/container/circulate/Circulate.vue.d.ts +8 -8
- package/types/container/circulate/index.d.ts +8 -8
- package/types/container/circulate/props.d.ts +4 -4
- package/types/container/tabs/Tabs.vue.d.ts +8 -8
- package/types/container/tabs/index.d.ts +8 -8
- package/types/container/tabs/props.d.ts +4 -4
- package/types/container/template/Template.vue.d.ts +8 -8
- package/types/container/template/index.d.ts +8 -8
- package/types/container/template/props.d.ts +4 -4
- package/types/control/button/Button.vue.d.ts +12 -12
- package/types/control/button/index.d.ts +12 -12
- package/types/control/button/props.d.ts +6 -6
- package/types/control/checkbox/Checkbox.vue.d.ts +8 -8
- package/types/control/checkbox/index.d.ts +8 -8
- package/types/control/checkbox/props.d.ts +4 -4
- package/types/control/date-picker/DatePicker.vue.d.ts +21 -21
- package/types/control/date-picker/index.d.ts +21 -21
- package/types/control/date-picker/props.d.ts +6 -6
- package/types/control/input/Input.vue.d.ts +8 -8
- package/types/control/input/index.d.ts +8 -8
- package/types/control/input/props.d.ts +4 -4
- package/types/control/nav-tab/NavTab.vue.d.ts +8 -8
- package/types/control/nav-tab/index.d.ts +8 -8
- package/types/control/nav-tab/props.d.ts +4 -4
- package/types/control/radio/Radio.vue.d.ts +12 -12
- package/types/control/radio/index.d.ts +12 -12
- package/types/control/radio/props.d.ts +6 -6
- package/types/control/range-picker/RangePicker.vue.d.ts +30 -30
- package/types/control/range-picker/index.d.ts +30 -30
- package/types/control/range-picker/props.d.ts +6 -6
- package/types/control/select/Select.vue.d.ts +8 -8
- package/types/control/select/index.d.ts +8 -8
- package/types/control/select/props.d.ts +4 -4
- package/types/control/tree-select/TreeSelect.vue.d.ts +4 -4
- package/types/control/tree-select/index.d.ts +4 -4
- package/types/control/tree-select/props.d.ts +4 -4
- package/types/graph/bar/Bar.vue.d.ts +12 -12
- package/types/graph/bar/index.d.ts +12 -12
- package/types/graph/bar/props.d.ts +6 -6
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +12 -12
- package/types/graph/combo-graph/index.d.ts +12 -12
- package/types/graph/combo-graph/props.d.ts +6 -6
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -8
- package/types/graph/custom-graph/index.d.ts +8 -8
- package/types/graph/custom-graph/props.d.ts +4 -4
- package/types/graph/gauge/Gauge.vue.d.ts +689 -0
- package/types/graph/gauge/index.d.ts +690 -0
- package/types/graph/gauge/props.d.ts +338 -0
- package/types/graph/index.d.ts +1 -0
- package/types/graph/line/Line.vue.d.ts +8 -8
- package/types/graph/line/index.d.ts +8 -8
- package/types/graph/line/props.d.ts +6 -6
- package/types/graph/pie/Pie.vue.d.ts +12 -12
- package/types/graph/pie/index.d.ts +12 -12
- package/types/graph/pie/props.d.ts +6 -6
- package/types/graph/radar/Radar.vue.d.ts +8 -8
- package/types/graph/radar/index.d.ts +8 -8
- package/types/graph/radar/props.d.ts +6 -6
- package/types/graph/scatter/Scatter.vue.d.ts +8 -8
- package/types/graph/scatter/index.d.ts +8 -8
- package/types/graph/scatter/props.d.ts +4 -4
- package/types/hooks/indicator.d.ts +1 -0
- package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +363 -0
- package/types/laboratory/ai-analyze/index.d.ts +364 -0
- package/types/laboratory/ai-analyze/props.d.ts +193 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -8
- package/types/laboratory/data-select/index.d.ts +8 -8
- package/types/laboratory/data-select/props.d.ts +4 -4
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -8
- package/types/laboratory/index-panel/index.d.ts +8 -8
- package/types/laboratory/index-panel/props.d.ts +4 -4
- package/types/laboratory/index.d.ts +1 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +23 -23
- package/types/laboratory/pivotTable/index.d.ts +23 -23
- package/types/laboratory/pivotTable/props.d.ts +4 -4
- package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -8
- package/types/laboratory/value-line/index.d.ts +8 -8
- package/types/laboratory/value-line/props.d.ts +6 -6
- package/types/map/map/Map.vue.d.ts +8 -8
- package/types/map/map/index.d.ts +8 -8
- package/types/map/map/props.d.ts +4 -4
- package/types/media/iframe/Iframe.vue.d.ts +8 -8
- package/types/media/iframe/index.d.ts +8 -8
- package/types/media/iframe/props.d.ts +4 -4
- package/types/media/image/Image.vue.d.ts +8 -8
- package/types/media/image/index.d.ts +8 -8
- package/types/media/image/props.d.ts +4 -4
- package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
- package/types/setting/page-config/index.d.ts +4 -4
- package/types/setting/page-config/props.d.ts +2 -2
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +4 -4
- package/types/setting/provider-config/index.d.ts +4 -4
- package/types/setting/provider-config/props.d.ts +2 -2
- package/types/table/table/Table.vue.d.ts +12 -12
- package/types/table/table/index.d.ts +12 -12
- package/types/table/table/props.d.ts +6 -6
- package/types/text/counter/Counter.vue.d.ts +8 -8
- package/types/text/counter/index.d.ts +8 -8
- package/types/text/counter/props.d.ts +4 -4
- package/types/text/list/List.vue.d.ts +8 -8
- package/types/text/list/index.d.ts +8 -8
- package/types/text/list/props.d.ts +4 -4
- package/types/text/proportion/Proportion.vue.d.ts +8 -8
- package/types/text/proportion/index.d.ts +8 -8
- package/types/text/proportion/props.d.ts +4 -4
- package/types/text/rectangle/Rectangle.vue.d.ts +8 -8
- package/types/text/rectangle/index.d.ts +8 -8
- package/types/text/rectangle/props.d.ts +4 -4
- package/types/text/text/Text.vue.d.ts +8 -8
- package/types/text/text/index.d.ts +8 -8
- package/types/text/text/props.d.ts +4 -4
- package/types/text/time-display/TimeDisplay.vue.d.ts +8 -8
- package/types/text/time-display/index.d.ts +8 -8
- package/types/text/time-display/props.d.ts +4 -4
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
import { Props } from '../../utils/props';
|
|
2
|
+
export interface GaugeProps extends Props {
|
|
3
|
+
data: any;
|
|
4
|
+
graphicConfig: {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
};
|
|
7
|
+
graphicType: string;
|
|
8
|
+
progressWidth: number;
|
|
9
|
+
progressColor: string;
|
|
10
|
+
axisLabelFontSize: string;
|
|
11
|
+
axisLabelFormatter: string;
|
|
12
|
+
axisMin: number;
|
|
13
|
+
axisMax: number;
|
|
14
|
+
detailFontSize: string;
|
|
15
|
+
detailFormatter: string;
|
|
16
|
+
detailColor: string;
|
|
17
|
+
centerLeft: string;
|
|
18
|
+
centerTop: string;
|
|
19
|
+
radius: string;
|
|
20
|
+
noDataTip: boolean;
|
|
21
|
+
tipText: string;
|
|
22
|
+
tipTextColor: string;
|
|
23
|
+
tipTextFontSize: string;
|
|
24
|
+
toolboxDownloadShow: boolean;
|
|
25
|
+
toolboxDataZoomShow: boolean;
|
|
26
|
+
toolboxInfoShow: boolean;
|
|
27
|
+
toolboxShow: boolean;
|
|
28
|
+
toolboxOrient: 'horizontal' | 'vertical';
|
|
29
|
+
toolboxItemSize: number;
|
|
30
|
+
toolboxItemGap: number;
|
|
31
|
+
toolboxLeft: 'left' | 'center' | 'right';
|
|
32
|
+
toolboxTop: 'top' | 'middle' | 'bottom';
|
|
33
|
+
toolboxIconStyleBorderColor: string;
|
|
34
|
+
toolboxDownloadUrl: string;
|
|
35
|
+
toolboxInfoText: string;
|
|
36
|
+
titleText: string;
|
|
37
|
+
titleSubtext: string;
|
|
38
|
+
titleFontSize: string;
|
|
39
|
+
titleColor: string;
|
|
40
|
+
fontWeight: number;
|
|
41
|
+
textAlign: 'left' | 'right' | 'center';
|
|
42
|
+
}
|
|
43
|
+
export declare const gaugeProps: GaugeProps;
|
|
44
|
+
export declare const gaugeComponentProps: {
|
|
45
|
+
data: {
|
|
46
|
+
type?: import("vue").PropType<any>;
|
|
47
|
+
default?: any;
|
|
48
|
+
};
|
|
49
|
+
graphicConfig: {
|
|
50
|
+
type?: import("vue").PropType<{
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
}>;
|
|
53
|
+
default?: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
graphicType: {
|
|
58
|
+
type?: import("vue").PropType<string>;
|
|
59
|
+
default?: string;
|
|
60
|
+
};
|
|
61
|
+
progressWidth: {
|
|
62
|
+
type?: import("vue").PropType<number>;
|
|
63
|
+
default?: number;
|
|
64
|
+
};
|
|
65
|
+
progressColor: {
|
|
66
|
+
type?: import("vue").PropType<string>;
|
|
67
|
+
default?: string;
|
|
68
|
+
};
|
|
69
|
+
axisLabelFontSize: {
|
|
70
|
+
type?: import("vue").PropType<string>;
|
|
71
|
+
default?: string;
|
|
72
|
+
};
|
|
73
|
+
axisLabelFormatter: {
|
|
74
|
+
type?: import("vue").PropType<string>;
|
|
75
|
+
default?: string;
|
|
76
|
+
};
|
|
77
|
+
axisMin: {
|
|
78
|
+
type?: import("vue").PropType<number>;
|
|
79
|
+
default?: number;
|
|
80
|
+
};
|
|
81
|
+
axisMax: {
|
|
82
|
+
type?: import("vue").PropType<number>;
|
|
83
|
+
default?: number;
|
|
84
|
+
};
|
|
85
|
+
detailFontSize: {
|
|
86
|
+
type?: import("vue").PropType<string>;
|
|
87
|
+
default?: string;
|
|
88
|
+
};
|
|
89
|
+
detailFormatter: {
|
|
90
|
+
type?: import("vue").PropType<string>;
|
|
91
|
+
default?: string;
|
|
92
|
+
};
|
|
93
|
+
detailColor: {
|
|
94
|
+
type?: import("vue").PropType<string>;
|
|
95
|
+
default?: string;
|
|
96
|
+
};
|
|
97
|
+
centerLeft: {
|
|
98
|
+
type?: import("vue").PropType<string>;
|
|
99
|
+
default?: string;
|
|
100
|
+
};
|
|
101
|
+
centerTop: {
|
|
102
|
+
type?: import("vue").PropType<string>;
|
|
103
|
+
default?: string;
|
|
104
|
+
};
|
|
105
|
+
radius: {
|
|
106
|
+
type?: import("vue").PropType<string>;
|
|
107
|
+
default?: string;
|
|
108
|
+
};
|
|
109
|
+
noDataTip: {
|
|
110
|
+
type?: import("vue").PropType<boolean>;
|
|
111
|
+
default?: boolean;
|
|
112
|
+
};
|
|
113
|
+
tipText: {
|
|
114
|
+
type?: import("vue").PropType<string>;
|
|
115
|
+
default?: string;
|
|
116
|
+
};
|
|
117
|
+
tipTextColor: {
|
|
118
|
+
type?: import("vue").PropType<string>;
|
|
119
|
+
default?: string;
|
|
120
|
+
};
|
|
121
|
+
tipTextFontSize: {
|
|
122
|
+
type?: import("vue").PropType<string>;
|
|
123
|
+
default?: string;
|
|
124
|
+
};
|
|
125
|
+
toolboxDownloadShow: {
|
|
126
|
+
type?: import("vue").PropType<boolean>;
|
|
127
|
+
default?: boolean;
|
|
128
|
+
};
|
|
129
|
+
toolboxDataZoomShow: {
|
|
130
|
+
type?: import("vue").PropType<boolean>;
|
|
131
|
+
default?: boolean;
|
|
132
|
+
};
|
|
133
|
+
toolboxInfoShow: {
|
|
134
|
+
type?: import("vue").PropType<boolean>;
|
|
135
|
+
default?: boolean;
|
|
136
|
+
};
|
|
137
|
+
toolboxShow: {
|
|
138
|
+
type?: import("vue").PropType<boolean>;
|
|
139
|
+
default?: boolean;
|
|
140
|
+
};
|
|
141
|
+
toolboxOrient: {
|
|
142
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
143
|
+
default?: "vertical" | "horizontal";
|
|
144
|
+
};
|
|
145
|
+
toolboxItemSize: {
|
|
146
|
+
type?: import("vue").PropType<number>;
|
|
147
|
+
default?: number;
|
|
148
|
+
};
|
|
149
|
+
toolboxItemGap: {
|
|
150
|
+
type?: import("vue").PropType<number>;
|
|
151
|
+
default?: number;
|
|
152
|
+
};
|
|
153
|
+
toolboxLeft: {
|
|
154
|
+
type?: import("vue").PropType<"left" | "center" | "right">;
|
|
155
|
+
default?: "left" | "center" | "right";
|
|
156
|
+
};
|
|
157
|
+
toolboxTop: {
|
|
158
|
+
type?: import("vue").PropType<"top" | "bottom" | "middle">;
|
|
159
|
+
default?: "top" | "bottom" | "middle";
|
|
160
|
+
};
|
|
161
|
+
toolboxIconStyleBorderColor: {
|
|
162
|
+
type?: import("vue").PropType<string>;
|
|
163
|
+
default?: string;
|
|
164
|
+
};
|
|
165
|
+
toolboxDownloadUrl: {
|
|
166
|
+
type?: import("vue").PropType<string>;
|
|
167
|
+
default?: string;
|
|
168
|
+
};
|
|
169
|
+
toolboxInfoText: {
|
|
170
|
+
type?: import("vue").PropType<string>;
|
|
171
|
+
default?: string;
|
|
172
|
+
};
|
|
173
|
+
titleText: {
|
|
174
|
+
type?: import("vue").PropType<string>;
|
|
175
|
+
default?: string;
|
|
176
|
+
};
|
|
177
|
+
titleSubtext: {
|
|
178
|
+
type?: import("vue").PropType<string>;
|
|
179
|
+
default?: string;
|
|
180
|
+
};
|
|
181
|
+
titleFontSize: {
|
|
182
|
+
type?: import("vue").PropType<string>;
|
|
183
|
+
default?: string;
|
|
184
|
+
};
|
|
185
|
+
titleColor: {
|
|
186
|
+
type?: import("vue").PropType<string>;
|
|
187
|
+
default?: string;
|
|
188
|
+
};
|
|
189
|
+
fontWeight: {
|
|
190
|
+
type?: import("vue").PropType<number>;
|
|
191
|
+
default?: number;
|
|
192
|
+
};
|
|
193
|
+
textAlign: {
|
|
194
|
+
type?: import("vue").PropType<"left" | "center" | "right">;
|
|
195
|
+
default?: "left" | "center" | "right";
|
|
196
|
+
};
|
|
197
|
+
id: {
|
|
198
|
+
type?: import("vue").PropType<string>;
|
|
199
|
+
default?: string;
|
|
200
|
+
};
|
|
201
|
+
name: {
|
|
202
|
+
type?: import("vue").PropType<string>;
|
|
203
|
+
default?: string;
|
|
204
|
+
};
|
|
205
|
+
keyName: {
|
|
206
|
+
type?: import("vue").PropType<string>;
|
|
207
|
+
default?: string;
|
|
208
|
+
};
|
|
209
|
+
type: {
|
|
210
|
+
type?: import("vue").PropType<string>;
|
|
211
|
+
default?: string;
|
|
212
|
+
};
|
|
213
|
+
width: {
|
|
214
|
+
type?: import("vue").PropType<string>;
|
|
215
|
+
default?: string;
|
|
216
|
+
};
|
|
217
|
+
height: {
|
|
218
|
+
type?: import("vue").PropType<string>;
|
|
219
|
+
default?: string;
|
|
220
|
+
};
|
|
221
|
+
position: {
|
|
222
|
+
type?: import("vue").PropType<string>;
|
|
223
|
+
default?: string;
|
|
224
|
+
};
|
|
225
|
+
top: {
|
|
226
|
+
type?: import("vue").PropType<string>;
|
|
227
|
+
default?: string;
|
|
228
|
+
};
|
|
229
|
+
left: {
|
|
230
|
+
type?: import("vue").PropType<string>;
|
|
231
|
+
default?: string;
|
|
232
|
+
};
|
|
233
|
+
zIndex: {
|
|
234
|
+
type?: import("vue").PropType<number>;
|
|
235
|
+
default?: number;
|
|
236
|
+
};
|
|
237
|
+
rotate: {
|
|
238
|
+
type?: import("vue").PropType<string>;
|
|
239
|
+
default?: string;
|
|
240
|
+
};
|
|
241
|
+
isShow: {
|
|
242
|
+
type?: import("vue").PropType<boolean>;
|
|
243
|
+
default?: boolean;
|
|
244
|
+
};
|
|
245
|
+
isRender: {
|
|
246
|
+
type?: import("vue").PropType<boolean>;
|
|
247
|
+
default?: boolean;
|
|
248
|
+
};
|
|
249
|
+
events: {
|
|
250
|
+
type?: import("vue").PropType<import('../../utils/props').Events>;
|
|
251
|
+
default?: import('../../utils/props').Events;
|
|
252
|
+
};
|
|
253
|
+
requestUrl: {
|
|
254
|
+
type?: import("vue").PropType<string>;
|
|
255
|
+
default?: string;
|
|
256
|
+
};
|
|
257
|
+
requestMethod: {
|
|
258
|
+
type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
|
|
259
|
+
default?: import('../../utils/props').RequestMethod;
|
|
260
|
+
};
|
|
261
|
+
requestHeaders: {
|
|
262
|
+
type?: import("vue").PropType<string>;
|
|
263
|
+
default?: string;
|
|
264
|
+
};
|
|
265
|
+
isOpenRequestTimer: {
|
|
266
|
+
type?: import("vue").PropType<boolean>;
|
|
267
|
+
default?: boolean;
|
|
268
|
+
};
|
|
269
|
+
isViewRedrawing: {
|
|
270
|
+
type?: import("vue").PropType<boolean>;
|
|
271
|
+
default?: boolean;
|
|
272
|
+
};
|
|
273
|
+
requestInterval: {
|
|
274
|
+
type?: import("vue").PropType<number>;
|
|
275
|
+
default?: number;
|
|
276
|
+
};
|
|
277
|
+
requestParams: {
|
|
278
|
+
type?: import("vue").PropType<import('../../utils/props').RequestParams>;
|
|
279
|
+
default?: import('../../utils/props').RequestParams;
|
|
280
|
+
};
|
|
281
|
+
requestSort: {
|
|
282
|
+
type?: import("vue").PropType<number>;
|
|
283
|
+
default?: number;
|
|
284
|
+
};
|
|
285
|
+
dataType: {
|
|
286
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
287
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
288
|
+
};
|
|
289
|
+
scale?: {
|
|
290
|
+
type?: import("vue").PropType<number>;
|
|
291
|
+
default?: number;
|
|
292
|
+
};
|
|
293
|
+
requestParamsMode: {
|
|
294
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
295
|
+
default?: "1" | "2";
|
|
296
|
+
};
|
|
297
|
+
customRequestParams: {
|
|
298
|
+
type?: import("vue").PropType<string>;
|
|
299
|
+
default?: string;
|
|
300
|
+
};
|
|
301
|
+
dataSetParam?: {
|
|
302
|
+
type?: import("vue").PropType<any>;
|
|
303
|
+
default?: any;
|
|
304
|
+
};
|
|
305
|
+
requestType?: {
|
|
306
|
+
type?: import("vue").PropType<any>;
|
|
307
|
+
default?: any;
|
|
308
|
+
};
|
|
309
|
+
componentDoc?: {
|
|
310
|
+
type?: import("vue").PropType<null>;
|
|
311
|
+
default?: null;
|
|
312
|
+
};
|
|
313
|
+
extendData?: {
|
|
314
|
+
type?: import("vue").PropType<{
|
|
315
|
+
[key: string]: any;
|
|
316
|
+
}>;
|
|
317
|
+
default?: {
|
|
318
|
+
[key: string]: any;
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
isShowIndDetail?: {
|
|
322
|
+
type?: import("vue").PropType<boolean>;
|
|
323
|
+
default?: boolean;
|
|
324
|
+
};
|
|
325
|
+
isShowTrend?: {
|
|
326
|
+
type?: import("vue").PropType<boolean>;
|
|
327
|
+
default?: boolean;
|
|
328
|
+
};
|
|
329
|
+
indDetailIconColor?: {
|
|
330
|
+
type?: import("vue").PropType<string>;
|
|
331
|
+
default?: string;
|
|
332
|
+
};
|
|
333
|
+
indDetailIconFontSize?: {
|
|
334
|
+
type?: import("vue").PropType<string>;
|
|
335
|
+
default?: string;
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
export declare const gaugeEvents: string[];
|
package/types/graph/index.d.ts
CHANGED
|
@@ -522,16 +522,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
522
522
|
default?: number;
|
|
523
523
|
};
|
|
524
524
|
dataType: {
|
|
525
|
-
type?: import("vue").PropType<"
|
|
526
|
-
default?: "
|
|
525
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
526
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
527
527
|
};
|
|
528
528
|
scale?: {
|
|
529
529
|
type?: import("vue").PropType<number>;
|
|
530
530
|
default?: number;
|
|
531
531
|
};
|
|
532
532
|
requestParamsMode: {
|
|
533
|
-
type?: import("vue").PropType<"
|
|
534
|
-
default?: "
|
|
533
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
534
|
+
default?: "1" | "2";
|
|
535
535
|
};
|
|
536
536
|
customRequestParams: {
|
|
537
537
|
type?: import("vue").PropType<string>;
|
|
@@ -1274,16 +1274,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1274
1274
|
default?: number;
|
|
1275
1275
|
};
|
|
1276
1276
|
dataType: {
|
|
1277
|
-
type?: import("vue").PropType<"
|
|
1278
|
-
default?: "
|
|
1277
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
1278
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
1279
1279
|
};
|
|
1280
1280
|
scale?: {
|
|
1281
1281
|
type?: import("vue").PropType<number>;
|
|
1282
1282
|
default?: number;
|
|
1283
1283
|
};
|
|
1284
1284
|
requestParamsMode: {
|
|
1285
|
-
type?: import("vue").PropType<"
|
|
1286
|
-
default?: "
|
|
1285
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
1286
|
+
default?: "1" | "2";
|
|
1287
1287
|
};
|
|
1288
1288
|
customRequestParams: {
|
|
1289
1289
|
type?: import("vue").PropType<string>;
|
|
@@ -522,16 +522,16 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
522
522
|
default?: number;
|
|
523
523
|
};
|
|
524
524
|
dataType: {
|
|
525
|
-
type?: import("vue").PropType<"
|
|
526
|
-
default?: "
|
|
525
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
526
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
527
527
|
};
|
|
528
528
|
scale?: {
|
|
529
529
|
type?: import("vue").PropType<number>;
|
|
530
530
|
default?: number;
|
|
531
531
|
};
|
|
532
532
|
requestParamsMode: {
|
|
533
|
-
type?: import("vue").PropType<"
|
|
534
|
-
default?: "
|
|
533
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
534
|
+
default?: "1" | "2";
|
|
535
535
|
};
|
|
536
536
|
customRequestParams: {
|
|
537
537
|
type?: import("vue").PropType<string>;
|
|
@@ -1274,16 +1274,16 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1274
1274
|
default?: number;
|
|
1275
1275
|
};
|
|
1276
1276
|
dataType: {
|
|
1277
|
-
type?: import("vue").PropType<"
|
|
1278
|
-
default?: "
|
|
1277
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
1278
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
1279
1279
|
};
|
|
1280
1280
|
scale?: {
|
|
1281
1281
|
type?: import("vue").PropType<number>;
|
|
1282
1282
|
default?: number;
|
|
1283
1283
|
};
|
|
1284
1284
|
requestParamsMode: {
|
|
1285
|
-
type?: import("vue").PropType<"
|
|
1286
|
-
default?: "
|
|
1285
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
1286
|
+
default?: "1" | "2";
|
|
1287
1287
|
};
|
|
1288
1288
|
customRequestParams: {
|
|
1289
1289
|
type?: import("vue").PropType<string>;
|
|
@@ -245,9 +245,9 @@ export declare const lineProps: {
|
|
|
245
245
|
requestInterval: number;
|
|
246
246
|
requestParams: import('../../utils/props').RequestParams;
|
|
247
247
|
requestSort: number;
|
|
248
|
-
dataType: "
|
|
248
|
+
dataType: "component" | "indicator" | "request" | "static";
|
|
249
249
|
scale?: number;
|
|
250
|
-
requestParamsMode: "
|
|
250
|
+
requestParamsMode: "1" | "2";
|
|
251
251
|
customRequestParams: string;
|
|
252
252
|
dataSetParam?: any;
|
|
253
253
|
requestType?: any;
|
|
@@ -784,16 +784,16 @@ export declare const lineComponentProps: {
|
|
|
784
784
|
default?: number;
|
|
785
785
|
};
|
|
786
786
|
dataType: {
|
|
787
|
-
type?: import("vue").PropType<"
|
|
788
|
-
default?: "
|
|
787
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
788
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
789
789
|
};
|
|
790
790
|
scale?: {
|
|
791
791
|
type?: import("vue").PropType<number>;
|
|
792
792
|
default?: number;
|
|
793
793
|
};
|
|
794
794
|
requestParamsMode: {
|
|
795
|
-
type?: import("vue").PropType<"
|
|
796
|
-
default?: "
|
|
795
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
796
|
+
default?: "1" | "2";
|
|
797
797
|
};
|
|
798
798
|
customRequestParams: {
|
|
799
799
|
type?: import("vue").PropType<string>;
|
|
@@ -165,8 +165,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
default?: ValueTypeDataFieldNames;
|
|
166
166
|
};
|
|
167
167
|
dataFieldConfigType: {
|
|
168
|
-
type?: import("vue").PropType<"
|
|
169
|
-
default?: "
|
|
168
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
169
|
+
default?: "value" | "key";
|
|
170
170
|
};
|
|
171
171
|
gridContainLabel: {
|
|
172
172
|
type?: import("vue").PropType<boolean>;
|
|
@@ -381,16 +381,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
381
381
|
default?: number;
|
|
382
382
|
};
|
|
383
383
|
dataType: {
|
|
384
|
-
type?: import("vue").PropType<"
|
|
385
|
-
default?: "
|
|
384
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
385
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
386
386
|
};
|
|
387
387
|
scale?: {
|
|
388
388
|
type?: import("vue").PropType<number>;
|
|
389
389
|
default?: number;
|
|
390
390
|
};
|
|
391
391
|
requestParamsMode: {
|
|
392
|
-
type?: import("vue").PropType<"
|
|
393
|
-
default?: "
|
|
392
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
393
|
+
default?: "1" | "2";
|
|
394
394
|
};
|
|
395
395
|
customRequestParams: {
|
|
396
396
|
type?: import("vue").PropType<string>;
|
|
@@ -700,8 +700,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
700
700
|
default?: ValueTypeDataFieldNames;
|
|
701
701
|
};
|
|
702
702
|
dataFieldConfigType: {
|
|
703
|
-
type?: import("vue").PropType<"
|
|
704
|
-
default?: "
|
|
703
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
704
|
+
default?: "value" | "key";
|
|
705
705
|
};
|
|
706
706
|
gridContainLabel: {
|
|
707
707
|
type?: import("vue").PropType<boolean>;
|
|
@@ -916,16 +916,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
916
916
|
default?: number;
|
|
917
917
|
};
|
|
918
918
|
dataType: {
|
|
919
|
-
type?: import("vue").PropType<"
|
|
920
|
-
default?: "
|
|
919
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
920
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
921
921
|
};
|
|
922
922
|
scale?: {
|
|
923
923
|
type?: import("vue").PropType<number>;
|
|
924
924
|
default?: number;
|
|
925
925
|
};
|
|
926
926
|
requestParamsMode: {
|
|
927
|
-
type?: import("vue").PropType<"
|
|
928
|
-
default?: "
|
|
927
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
928
|
+
default?: "1" | "2";
|
|
929
929
|
};
|
|
930
930
|
customRequestParams: {
|
|
931
931
|
type?: import("vue").PropType<string>;
|
|
@@ -164,8 +164,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
164
164
|
default?: import("../../utils/props").ValueTypeDataFieldNames;
|
|
165
165
|
};
|
|
166
166
|
dataFieldConfigType: {
|
|
167
|
-
type?: import("vue").PropType<"
|
|
168
|
-
default?: "
|
|
167
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
168
|
+
default?: "value" | "key";
|
|
169
169
|
};
|
|
170
170
|
gridContainLabel: {
|
|
171
171
|
type?: import("vue").PropType<boolean>;
|
|
@@ -380,16 +380,16 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
380
380
|
default?: number;
|
|
381
381
|
};
|
|
382
382
|
dataType: {
|
|
383
|
-
type?: import("vue").PropType<"
|
|
384
|
-
default?: "
|
|
383
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
384
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
385
385
|
};
|
|
386
386
|
scale?: {
|
|
387
387
|
type?: import("vue").PropType<number>;
|
|
388
388
|
default?: number;
|
|
389
389
|
};
|
|
390
390
|
requestParamsMode: {
|
|
391
|
-
type?: import("vue").PropType<"
|
|
392
|
-
default?: "
|
|
391
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
392
|
+
default?: "1" | "2";
|
|
393
393
|
};
|
|
394
394
|
customRequestParams: {
|
|
395
395
|
type?: import("vue").PropType<string>;
|
|
@@ -699,8 +699,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
699
699
|
default?: import("../../utils/props").ValueTypeDataFieldNames;
|
|
700
700
|
};
|
|
701
701
|
dataFieldConfigType: {
|
|
702
|
-
type?: import("vue").PropType<"
|
|
703
|
-
default?: "
|
|
702
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
703
|
+
default?: "value" | "key";
|
|
704
704
|
};
|
|
705
705
|
gridContainLabel: {
|
|
706
706
|
type?: import("vue").PropType<boolean>;
|
|
@@ -915,16 +915,16 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
915
915
|
default?: number;
|
|
916
916
|
};
|
|
917
917
|
dataType: {
|
|
918
|
-
type?: import("vue").PropType<"
|
|
919
|
-
default?: "
|
|
918
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
919
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
920
920
|
};
|
|
921
921
|
scale?: {
|
|
922
922
|
type?: import("vue").PropType<number>;
|
|
923
923
|
default?: number;
|
|
924
924
|
};
|
|
925
925
|
requestParamsMode: {
|
|
926
|
-
type?: import("vue").PropType<"
|
|
927
|
-
default?: "
|
|
926
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
927
|
+
default?: "1" | "2";
|
|
928
928
|
};
|
|
929
929
|
customRequestParams: {
|
|
930
930
|
type?: import("vue").PropType<string>;
|
|
@@ -242,8 +242,8 @@ export declare const pieComponentProps: {
|
|
|
242
242
|
default?: ValueTypeDataFieldNames;
|
|
243
243
|
};
|
|
244
244
|
dataFieldConfigType: {
|
|
245
|
-
type?: import("vue").PropType<"
|
|
246
|
-
default?: "
|
|
245
|
+
type?: import("vue").PropType<"value" | "key">;
|
|
246
|
+
default?: "value" | "key";
|
|
247
247
|
};
|
|
248
248
|
gridContainLabel: {
|
|
249
249
|
type?: import("vue").PropType<boolean>;
|
|
@@ -458,16 +458,16 @@ export declare const pieComponentProps: {
|
|
|
458
458
|
default?: number;
|
|
459
459
|
};
|
|
460
460
|
dataType: {
|
|
461
|
-
type?: import("vue").PropType<"
|
|
462
|
-
default?: "
|
|
461
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
462
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
463
463
|
};
|
|
464
464
|
scale?: {
|
|
465
465
|
type?: import("vue").PropType<number>;
|
|
466
466
|
default?: number;
|
|
467
467
|
};
|
|
468
468
|
requestParamsMode: {
|
|
469
|
-
type?: import("vue").PropType<"
|
|
470
|
-
default?: "
|
|
469
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
470
|
+
default?: "1" | "2";
|
|
471
471
|
};
|
|
472
472
|
customRequestParams: {
|
|
473
473
|
type?: import("vue").PropType<string>;
|
|
@@ -354,16 +354,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
354
354
|
default?: number;
|
|
355
355
|
};
|
|
356
356
|
dataType: {
|
|
357
|
-
type?: import("vue").PropType<"
|
|
358
|
-
default?: "
|
|
357
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
358
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
359
359
|
};
|
|
360
360
|
scale?: {
|
|
361
361
|
type?: import("vue").PropType<number>;
|
|
362
362
|
default?: number;
|
|
363
363
|
};
|
|
364
364
|
requestParamsMode: {
|
|
365
|
-
type?: import("vue").PropType<"
|
|
366
|
-
default?: "
|
|
365
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
366
|
+
default?: "1" | "2";
|
|
367
367
|
};
|
|
368
368
|
customRequestParams: {
|
|
369
369
|
type?: import("vue").PropType<string>;
|
|
@@ -855,16 +855,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
855
855
|
default?: number;
|
|
856
856
|
};
|
|
857
857
|
dataType: {
|
|
858
|
-
type?: import("vue").PropType<"
|
|
859
|
-
default?: "
|
|
858
|
+
type?: import("vue").PropType<"component" | "indicator" | "request" | "static">;
|
|
859
|
+
default?: "component" | "indicator" | "request" | "static";
|
|
860
860
|
};
|
|
861
861
|
scale?: {
|
|
862
862
|
type?: import("vue").PropType<number>;
|
|
863
863
|
default?: number;
|
|
864
864
|
};
|
|
865
865
|
requestParamsMode: {
|
|
866
|
-
type?: import("vue").PropType<"
|
|
867
|
-
default?: "
|
|
866
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
867
|
+
default?: "1" | "2";
|
|
868
868
|
};
|
|
869
869
|
customRequestParams: {
|
|
870
870
|
type?: import("vue").PropType<string>;
|