@ecan-bi/datav 1.0.13 → 1.0.16
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/_utils/constant.d.ts +1 -1
- package/dist/_utils/hooks/index.d.ts +1 -1
- package/dist/_utils/hooks/usePickEchartsData.d.ts +1 -1
- package/dist/_utils/hooks/useRequestData.d.ts +5 -13
- package/dist/_utils/hooks/useTransformEchartsDataset.d.ts +12 -3
- package/dist/_utils/props.d.ts +1 -1
- package/dist/_utils/util.d.ts +14 -0
- package/dist/common/echarts/ECharts.d.ts +1 -0
- package/dist/container/border/props.d.ts +67 -57
- package/dist/container/index.d.ts +1 -0
- package/dist/container/modal/Modal.vue.d.ts +49 -32
- package/dist/container/modal/props.d.ts +29 -18
- package/dist/container/tabs/Tabs.vue.d.ts +271 -0
- package/dist/container/tabs/index.d.ts +3 -0
- package/dist/container/tabs/props.d.ts +219 -0
- package/dist/control/button/Button.vue.d.ts +53 -53
- package/dist/control/button/props.d.ts +49 -49
- package/dist/control/date-picker/DatePicker.vue.d.ts +61 -61
- package/dist/control/date-picker/props.d.ts +7 -7
- package/dist/control/input/Input.vue.d.ts +59 -59
- package/dist/control/input/props.d.ts +53 -53
- package/dist/control/range-picker/RangePicker.vue.d.ts +55 -55
- package/dist/control/range-picker/props.d.ts +51 -51
- package/dist/control/select/Select.vue.d.ts +65 -61
- package/dist/control/select/props.d.ts +53 -53
- package/dist/graph/bar/Bar.vue.d.ts +304 -57
- package/dist/graph/bar/props.d.ts +277 -49
- package/dist/graph/custom-graph/CustomGraph.vue.d.ts +57 -57
- package/dist/graph/custom-graph/props.d.ts +53 -53
- package/dist/graph/line/Line.vue.d.ts +286 -109
- package/dist/graph/line/props.d.ts +235 -49
- package/dist/graph/pie/Pie.vue.d.ts +332 -114
- package/dist/graph/pie/props.d.ts +279 -57
- package/dist/graph/scatter/Scatter.vue.d.ts +157 -209
- package/dist/graph/scatter/props.d.ts +148 -123
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/media/image/Image.vue.d.ts +55 -55
- package/dist/media/image/props.d.ts +51 -51
- package/dist/table/table/Table.vue.d.ts +208 -67
- package/dist/table/table/props.d.ts +160 -62
- package/dist/text/index.d.ts +2 -0
- package/dist/text/list/List.vue.d.ts +471 -0
- package/dist/text/list/index.d.ts +3 -0
- package/dist/text/list/props.d.ts +367 -0
- package/dist/text/text/Text.vue.d.ts +132 -43
- package/dist/text/text/props.d.ts +122 -38
- package/dist/text/time-display/TimeDisplay.vue.d.ts +385 -0
- package/dist/text/time-display/index.d.ts +3 -0
- package/dist/text/time-display/props.d.ts +275 -0
- package/package.json +12 -5
- package/dist/_utils/hooks/useRequestParams.d.ts +0 -5
- package/dist/_utils/request.d.ts +0 -2
|
@@ -7,9 +7,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
type: any;
|
|
8
8
|
default: string | number | boolean | {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
} | {
|
|
10
|
+
} | import("../../_utils/props").Events | {
|
|
11
11
|
[key: string]: any;
|
|
12
|
-
} | import("../../_utils/props").RequestParams
|
|
12
|
+
} | import("../../_utils/props").RequestParams;
|
|
13
13
|
};
|
|
14
14
|
optionCode: {
|
|
15
15
|
type?: undefined;
|
|
@@ -18,9 +18,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
type: any;
|
|
19
19
|
default: string | number | boolean | {
|
|
20
20
|
[key: string]: any;
|
|
21
|
-
} | {
|
|
21
|
+
} | import("../../_utils/props").Events | {
|
|
22
22
|
[key: string]: any;
|
|
23
|
-
} | import("../../_utils/props").RequestParams
|
|
23
|
+
} | import("../../_utils/props").RequestParams;
|
|
24
24
|
};
|
|
25
25
|
id: {
|
|
26
26
|
type?: undefined;
|
|
@@ -29,9 +29,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
type: any;
|
|
30
30
|
default: string | number | boolean | {
|
|
31
31
|
[key: string]: any;
|
|
32
|
-
} | {
|
|
32
|
+
} | import("../../_utils/props").Events | {
|
|
33
33
|
[key: string]: any;
|
|
34
|
-
} | import("../../_utils/props").RequestParams
|
|
34
|
+
} | import("../../_utils/props").RequestParams;
|
|
35
35
|
};
|
|
36
36
|
name: {
|
|
37
37
|
type?: undefined;
|
|
@@ -40,9 +40,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
type: any;
|
|
41
41
|
default: string | number | boolean | {
|
|
42
42
|
[key: string]: any;
|
|
43
|
-
} | {
|
|
43
|
+
} | import("../../_utils/props").Events | {
|
|
44
44
|
[key: string]: any;
|
|
45
|
-
} | import("../../_utils/props").RequestParams
|
|
45
|
+
} | import("../../_utils/props").RequestParams;
|
|
46
46
|
};
|
|
47
47
|
keyName: {
|
|
48
48
|
type?: undefined;
|
|
@@ -51,9 +51,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
type: any;
|
|
52
52
|
default: string | number | boolean | {
|
|
53
53
|
[key: string]: any;
|
|
54
|
-
} | {
|
|
54
|
+
} | import("../../_utils/props").Events | {
|
|
55
55
|
[key: string]: any;
|
|
56
|
-
} | import("../../_utils/props").RequestParams
|
|
56
|
+
} | import("../../_utils/props").RequestParams;
|
|
57
57
|
};
|
|
58
58
|
type: {
|
|
59
59
|
type?: undefined;
|
|
@@ -62,9 +62,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
type: any;
|
|
63
63
|
default: string | number | boolean | {
|
|
64
64
|
[key: string]: any;
|
|
65
|
-
} | {
|
|
65
|
+
} | import("../../_utils/props").Events | {
|
|
66
66
|
[key: string]: any;
|
|
67
|
-
} | import("../../_utils/props").RequestParams
|
|
67
|
+
} | import("../../_utils/props").RequestParams;
|
|
68
68
|
};
|
|
69
69
|
width: {
|
|
70
70
|
type?: undefined;
|
|
@@ -73,9 +73,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
type: any;
|
|
74
74
|
default: string | number | boolean | {
|
|
75
75
|
[key: string]: any;
|
|
76
|
-
} | {
|
|
76
|
+
} | import("../../_utils/props").Events | {
|
|
77
77
|
[key: string]: any;
|
|
78
|
-
} | import("../../_utils/props").RequestParams
|
|
78
|
+
} | import("../../_utils/props").RequestParams;
|
|
79
79
|
};
|
|
80
80
|
height: {
|
|
81
81
|
type?: undefined;
|
|
@@ -84,9 +84,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
type: any;
|
|
85
85
|
default: string | number | boolean | {
|
|
86
86
|
[key: string]: any;
|
|
87
|
-
} | {
|
|
87
|
+
} | import("../../_utils/props").Events | {
|
|
88
88
|
[key: string]: any;
|
|
89
|
-
} | import("../../_utils/props").RequestParams
|
|
89
|
+
} | import("../../_utils/props").RequestParams;
|
|
90
90
|
};
|
|
91
91
|
position: {
|
|
92
92
|
type?: undefined;
|
|
@@ -95,9 +95,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
95
|
type: any;
|
|
96
96
|
default: string | number | boolean | {
|
|
97
97
|
[key: string]: any;
|
|
98
|
-
} | {
|
|
98
|
+
} | import("../../_utils/props").Events | {
|
|
99
99
|
[key: string]: any;
|
|
100
|
-
} | import("../../_utils/props").RequestParams
|
|
100
|
+
} | import("../../_utils/props").RequestParams;
|
|
101
101
|
};
|
|
102
102
|
top: {
|
|
103
103
|
type?: undefined;
|
|
@@ -106,9 +106,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
106
|
type: any;
|
|
107
107
|
default: string | number | boolean | {
|
|
108
108
|
[key: string]: any;
|
|
109
|
-
} | {
|
|
109
|
+
} | import("../../_utils/props").Events | {
|
|
110
110
|
[key: string]: any;
|
|
111
|
-
} | import("../../_utils/props").RequestParams
|
|
111
|
+
} | import("../../_utils/props").RequestParams;
|
|
112
112
|
};
|
|
113
113
|
left: {
|
|
114
114
|
type?: undefined;
|
|
@@ -117,9 +117,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
117
117
|
type: any;
|
|
118
118
|
default: string | number | boolean | {
|
|
119
119
|
[key: string]: any;
|
|
120
|
-
} | {
|
|
120
|
+
} | import("../../_utils/props").Events | {
|
|
121
121
|
[key: string]: any;
|
|
122
|
-
} | import("../../_utils/props").RequestParams
|
|
122
|
+
} | import("../../_utils/props").RequestParams;
|
|
123
123
|
};
|
|
124
124
|
zIndex: {
|
|
125
125
|
type?: undefined;
|
|
@@ -128,9 +128,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
type: any;
|
|
129
129
|
default: string | number | boolean | {
|
|
130
130
|
[key: string]: any;
|
|
131
|
-
} | {
|
|
131
|
+
} | import("../../_utils/props").Events | {
|
|
132
132
|
[key: string]: any;
|
|
133
|
-
} | import("../../_utils/props").RequestParams
|
|
133
|
+
} | import("../../_utils/props").RequestParams;
|
|
134
134
|
};
|
|
135
135
|
rotate: {
|
|
136
136
|
type?: undefined;
|
|
@@ -139,9 +139,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
139
139
|
type: any;
|
|
140
140
|
default: string | number | boolean | {
|
|
141
141
|
[key: string]: any;
|
|
142
|
-
} | {
|
|
142
|
+
} | import("../../_utils/props").Events | {
|
|
143
143
|
[key: string]: any;
|
|
144
|
-
} | import("../../_utils/props").RequestParams
|
|
144
|
+
} | import("../../_utils/props").RequestParams;
|
|
145
145
|
};
|
|
146
146
|
isShow: {
|
|
147
147
|
type?: undefined;
|
|
@@ -150,9 +150,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
150
|
type: any;
|
|
151
151
|
default: string | number | boolean | {
|
|
152
152
|
[key: string]: any;
|
|
153
|
-
} | {
|
|
153
|
+
} | import("../../_utils/props").Events | {
|
|
154
154
|
[key: string]: any;
|
|
155
|
-
} | import("../../_utils/props").RequestParams
|
|
155
|
+
} | import("../../_utils/props").RequestParams;
|
|
156
156
|
};
|
|
157
157
|
isRender: {
|
|
158
158
|
type?: undefined;
|
|
@@ -161,9 +161,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
161
|
type: any;
|
|
162
162
|
default: string | number | boolean | {
|
|
163
163
|
[key: string]: any;
|
|
164
|
-
} | {
|
|
164
|
+
} | import("../../_utils/props").Events | {
|
|
165
165
|
[key: string]: any;
|
|
166
|
-
} | import("../../_utils/props").RequestParams
|
|
166
|
+
} | import("../../_utils/props").RequestParams;
|
|
167
167
|
};
|
|
168
168
|
isRequestData: {
|
|
169
169
|
type?: undefined;
|
|
@@ -172,86 +172,86 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
172
172
|
type: any;
|
|
173
173
|
default: string | number | boolean | {
|
|
174
174
|
[key: string]: any;
|
|
175
|
-
} | {
|
|
175
|
+
} | import("../../_utils/props").Events | {
|
|
176
176
|
[key: string]: any;
|
|
177
|
-
} | import("../../_utils/props").RequestParams
|
|
177
|
+
} | import("../../_utils/props").RequestParams;
|
|
178
178
|
};
|
|
179
|
-
|
|
179
|
+
events: {
|
|
180
180
|
type?: undefined;
|
|
181
181
|
default?: undefined;
|
|
182
182
|
} | {
|
|
183
183
|
type: any;
|
|
184
184
|
default: string | number | boolean | {
|
|
185
185
|
[key: string]: any;
|
|
186
|
-
} | {
|
|
186
|
+
} | import("../../_utils/props").Events | {
|
|
187
187
|
[key: string]: any;
|
|
188
|
-
} | import("../../_utils/props").RequestParams
|
|
188
|
+
} | import("../../_utils/props").RequestParams;
|
|
189
189
|
};
|
|
190
|
-
|
|
190
|
+
requestUrl: {
|
|
191
191
|
type?: undefined;
|
|
192
192
|
default?: undefined;
|
|
193
193
|
} | {
|
|
194
194
|
type: any;
|
|
195
195
|
default: string | number | boolean | {
|
|
196
196
|
[key: string]: any;
|
|
197
|
-
} | {
|
|
197
|
+
} | import("../../_utils/props").Events | {
|
|
198
198
|
[key: string]: any;
|
|
199
|
-
} | import("../../_utils/props").RequestParams
|
|
199
|
+
} | import("../../_utils/props").RequestParams;
|
|
200
200
|
};
|
|
201
|
-
|
|
201
|
+
requestMethod: {
|
|
202
202
|
type?: undefined;
|
|
203
203
|
default?: undefined;
|
|
204
204
|
} | {
|
|
205
205
|
type: any;
|
|
206
206
|
default: string | number | boolean | {
|
|
207
207
|
[key: string]: any;
|
|
208
|
-
} | {
|
|
208
|
+
} | import("../../_utils/props").Events | {
|
|
209
209
|
[key: string]: any;
|
|
210
|
-
} | import("../../_utils/props").RequestParams
|
|
210
|
+
} | import("../../_utils/props").RequestParams;
|
|
211
211
|
};
|
|
212
|
-
|
|
212
|
+
requestHeaders: {
|
|
213
213
|
type?: undefined;
|
|
214
214
|
default?: undefined;
|
|
215
215
|
} | {
|
|
216
216
|
type: any;
|
|
217
217
|
default: string | number | boolean | {
|
|
218
218
|
[key: string]: any;
|
|
219
|
-
} | {
|
|
219
|
+
} | import("../../_utils/props").Events | {
|
|
220
220
|
[key: string]: any;
|
|
221
|
-
} | import("../../_utils/props").RequestParams
|
|
221
|
+
} | import("../../_utils/props").RequestParams;
|
|
222
222
|
};
|
|
223
|
-
|
|
223
|
+
isOpenRequestTimer: {
|
|
224
224
|
type?: undefined;
|
|
225
225
|
default?: undefined;
|
|
226
226
|
} | {
|
|
227
227
|
type: any;
|
|
228
228
|
default: string | number | boolean | {
|
|
229
229
|
[key: string]: any;
|
|
230
|
-
} | {
|
|
230
|
+
} | import("../../_utils/props").Events | {
|
|
231
231
|
[key: string]: any;
|
|
232
|
-
} | import("../../_utils/props").RequestParams
|
|
232
|
+
} | import("../../_utils/props").RequestParams;
|
|
233
233
|
};
|
|
234
|
-
|
|
234
|
+
requestInterval: {
|
|
235
235
|
type?: undefined;
|
|
236
236
|
default?: undefined;
|
|
237
237
|
} | {
|
|
238
238
|
type: any;
|
|
239
239
|
default: string | number | boolean | {
|
|
240
240
|
[key: string]: any;
|
|
241
|
-
} | {
|
|
241
|
+
} | import("../../_utils/props").Events | {
|
|
242
242
|
[key: string]: any;
|
|
243
|
-
} | import("../../_utils/props").RequestParams
|
|
243
|
+
} | import("../../_utils/props").RequestParams;
|
|
244
244
|
};
|
|
245
|
-
|
|
245
|
+
requestParams: {
|
|
246
246
|
type?: undefined;
|
|
247
247
|
default?: undefined;
|
|
248
248
|
} | {
|
|
249
249
|
type: any;
|
|
250
250
|
default: string | number | boolean | {
|
|
251
251
|
[key: string]: any;
|
|
252
|
-
} | {
|
|
252
|
+
} | import("../../_utils/props").Events | {
|
|
253
253
|
[key: string]: any;
|
|
254
|
-
} | import("../../_utils/props").RequestParams
|
|
254
|
+
} | import("../../_utils/props").RequestParams;
|
|
255
255
|
};
|
|
256
256
|
}, {
|
|
257
257
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -274,13 +274,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
274
274
|
isShow?: unknown;
|
|
275
275
|
isRender?: unknown;
|
|
276
276
|
isRequestData?: unknown;
|
|
277
|
+
events?: unknown;
|
|
277
278
|
requestUrl?: unknown;
|
|
278
279
|
requestMethod?: unknown;
|
|
279
280
|
requestHeaders?: unknown;
|
|
280
281
|
isOpenRequestTimer?: unknown;
|
|
281
282
|
requestInterval?: unknown;
|
|
282
283
|
requestParams?: unknown;
|
|
283
|
-
events?: unknown;
|
|
284
284
|
} & {} & {
|
|
285
285
|
type?: string | number | boolean | {
|
|
286
286
|
[key: string]: any;
|
|
@@ -330,6 +330,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
330
330
|
isRequestData?: string | number | boolean | {
|
|
331
331
|
[key: string]: any;
|
|
332
332
|
};
|
|
333
|
+
events?: string | number | boolean | {
|
|
334
|
+
[key: string]: any;
|
|
335
|
+
};
|
|
333
336
|
requestUrl?: string | number | boolean | {
|
|
334
337
|
[key: string]: any;
|
|
335
338
|
};
|
|
@@ -348,8 +351,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
348
351
|
requestParams?: string | number | boolean | {
|
|
349
352
|
[key: string]: any;
|
|
350
353
|
};
|
|
351
|
-
events?: string | number | boolean | {
|
|
352
|
-
[key: string]: any;
|
|
353
|
-
};
|
|
354
354
|
}>, {}>;
|
|
355
355
|
export default _default;
|
|
@@ -14,9 +14,9 @@ export declare const customGraphComponentProps: {
|
|
|
14
14
|
type: any;
|
|
15
15
|
default: string | number | boolean | {
|
|
16
16
|
[key: string]: any;
|
|
17
|
-
} | {
|
|
17
|
+
} | import("../../_utils/props").Events | {
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
} | import("../../_utils/props").RequestParams
|
|
19
|
+
} | import("../../_utils/props").RequestParams;
|
|
20
20
|
};
|
|
21
21
|
optionCode: {
|
|
22
22
|
type?: undefined;
|
|
@@ -25,9 +25,9 @@ export declare const customGraphComponentProps: {
|
|
|
25
25
|
type: any;
|
|
26
26
|
default: string | number | boolean | {
|
|
27
27
|
[key: string]: any;
|
|
28
|
-
} | {
|
|
28
|
+
} | import("../../_utils/props").Events | {
|
|
29
29
|
[key: string]: any;
|
|
30
|
-
} | import("../../_utils/props").RequestParams
|
|
30
|
+
} | import("../../_utils/props").RequestParams;
|
|
31
31
|
};
|
|
32
32
|
id: {
|
|
33
33
|
type?: undefined;
|
|
@@ -36,9 +36,9 @@ export declare const customGraphComponentProps: {
|
|
|
36
36
|
type: any;
|
|
37
37
|
default: string | number | boolean | {
|
|
38
38
|
[key: string]: any;
|
|
39
|
-
} | {
|
|
39
|
+
} | import("../../_utils/props").Events | {
|
|
40
40
|
[key: string]: any;
|
|
41
|
-
} | import("../../_utils/props").RequestParams
|
|
41
|
+
} | import("../../_utils/props").RequestParams;
|
|
42
42
|
};
|
|
43
43
|
name: {
|
|
44
44
|
type?: undefined;
|
|
@@ -47,9 +47,9 @@ export declare const customGraphComponentProps: {
|
|
|
47
47
|
type: any;
|
|
48
48
|
default: string | number | boolean | {
|
|
49
49
|
[key: string]: any;
|
|
50
|
-
} | {
|
|
50
|
+
} | import("../../_utils/props").Events | {
|
|
51
51
|
[key: string]: any;
|
|
52
|
-
} | import("../../_utils/props").RequestParams
|
|
52
|
+
} | import("../../_utils/props").RequestParams;
|
|
53
53
|
};
|
|
54
54
|
keyName: {
|
|
55
55
|
type?: undefined;
|
|
@@ -58,9 +58,9 @@ export declare const customGraphComponentProps: {
|
|
|
58
58
|
type: any;
|
|
59
59
|
default: string | number | boolean | {
|
|
60
60
|
[key: string]: any;
|
|
61
|
-
} | {
|
|
61
|
+
} | import("../../_utils/props").Events | {
|
|
62
62
|
[key: string]: any;
|
|
63
|
-
} | import("../../_utils/props").RequestParams
|
|
63
|
+
} | import("../../_utils/props").RequestParams;
|
|
64
64
|
};
|
|
65
65
|
type: {
|
|
66
66
|
type?: undefined;
|
|
@@ -69,9 +69,9 @@ export declare const customGraphComponentProps: {
|
|
|
69
69
|
type: any;
|
|
70
70
|
default: string | number | boolean | {
|
|
71
71
|
[key: string]: any;
|
|
72
|
-
} | {
|
|
72
|
+
} | import("../../_utils/props").Events | {
|
|
73
73
|
[key: string]: any;
|
|
74
|
-
} | import("../../_utils/props").RequestParams
|
|
74
|
+
} | import("../../_utils/props").RequestParams;
|
|
75
75
|
};
|
|
76
76
|
width: {
|
|
77
77
|
type?: undefined;
|
|
@@ -80,9 +80,9 @@ export declare const customGraphComponentProps: {
|
|
|
80
80
|
type: any;
|
|
81
81
|
default: string | number | boolean | {
|
|
82
82
|
[key: string]: any;
|
|
83
|
-
} | {
|
|
83
|
+
} | import("../../_utils/props").Events | {
|
|
84
84
|
[key: string]: any;
|
|
85
|
-
} | import("../../_utils/props").RequestParams
|
|
85
|
+
} | import("../../_utils/props").RequestParams;
|
|
86
86
|
};
|
|
87
87
|
height: {
|
|
88
88
|
type?: undefined;
|
|
@@ -91,9 +91,9 @@ export declare const customGraphComponentProps: {
|
|
|
91
91
|
type: any;
|
|
92
92
|
default: string | number | boolean | {
|
|
93
93
|
[key: string]: any;
|
|
94
|
-
} | {
|
|
94
|
+
} | import("../../_utils/props").Events | {
|
|
95
95
|
[key: string]: any;
|
|
96
|
-
} | import("../../_utils/props").RequestParams
|
|
96
|
+
} | import("../../_utils/props").RequestParams;
|
|
97
97
|
};
|
|
98
98
|
position: {
|
|
99
99
|
type?: undefined;
|
|
@@ -102,9 +102,9 @@ export declare const customGraphComponentProps: {
|
|
|
102
102
|
type: any;
|
|
103
103
|
default: string | number | boolean | {
|
|
104
104
|
[key: string]: any;
|
|
105
|
-
} | {
|
|
105
|
+
} | import("../../_utils/props").Events | {
|
|
106
106
|
[key: string]: any;
|
|
107
|
-
} | import("../../_utils/props").RequestParams
|
|
107
|
+
} | import("../../_utils/props").RequestParams;
|
|
108
108
|
};
|
|
109
109
|
top: {
|
|
110
110
|
type?: undefined;
|
|
@@ -113,9 +113,9 @@ export declare const customGraphComponentProps: {
|
|
|
113
113
|
type: any;
|
|
114
114
|
default: string | number | boolean | {
|
|
115
115
|
[key: string]: any;
|
|
116
|
-
} | {
|
|
116
|
+
} | import("../../_utils/props").Events | {
|
|
117
117
|
[key: string]: any;
|
|
118
|
-
} | import("../../_utils/props").RequestParams
|
|
118
|
+
} | import("../../_utils/props").RequestParams;
|
|
119
119
|
};
|
|
120
120
|
left: {
|
|
121
121
|
type?: undefined;
|
|
@@ -124,9 +124,9 @@ export declare const customGraphComponentProps: {
|
|
|
124
124
|
type: any;
|
|
125
125
|
default: string | number | boolean | {
|
|
126
126
|
[key: string]: any;
|
|
127
|
-
} | {
|
|
127
|
+
} | import("../../_utils/props").Events | {
|
|
128
128
|
[key: string]: any;
|
|
129
|
-
} | import("../../_utils/props").RequestParams
|
|
129
|
+
} | import("../../_utils/props").RequestParams;
|
|
130
130
|
};
|
|
131
131
|
zIndex: {
|
|
132
132
|
type?: undefined;
|
|
@@ -135,9 +135,9 @@ export declare const customGraphComponentProps: {
|
|
|
135
135
|
type: any;
|
|
136
136
|
default: string | number | boolean | {
|
|
137
137
|
[key: string]: any;
|
|
138
|
-
} | {
|
|
138
|
+
} | import("../../_utils/props").Events | {
|
|
139
139
|
[key: string]: any;
|
|
140
|
-
} | import("../../_utils/props").RequestParams
|
|
140
|
+
} | import("../../_utils/props").RequestParams;
|
|
141
141
|
};
|
|
142
142
|
rotate: {
|
|
143
143
|
type?: undefined;
|
|
@@ -146,9 +146,9 @@ export declare const customGraphComponentProps: {
|
|
|
146
146
|
type: any;
|
|
147
147
|
default: string | number | boolean | {
|
|
148
148
|
[key: string]: any;
|
|
149
|
-
} | {
|
|
149
|
+
} | import("../../_utils/props").Events | {
|
|
150
150
|
[key: string]: any;
|
|
151
|
-
} | import("../../_utils/props").RequestParams
|
|
151
|
+
} | import("../../_utils/props").RequestParams;
|
|
152
152
|
};
|
|
153
153
|
isShow: {
|
|
154
154
|
type?: undefined;
|
|
@@ -157,9 +157,9 @@ export declare const customGraphComponentProps: {
|
|
|
157
157
|
type: any;
|
|
158
158
|
default: string | number | boolean | {
|
|
159
159
|
[key: string]: any;
|
|
160
|
-
} | {
|
|
160
|
+
} | import("../../_utils/props").Events | {
|
|
161
161
|
[key: string]: any;
|
|
162
|
-
} | import("../../_utils/props").RequestParams
|
|
162
|
+
} | import("../../_utils/props").RequestParams;
|
|
163
163
|
};
|
|
164
164
|
isRender: {
|
|
165
165
|
type?: undefined;
|
|
@@ -168,9 +168,9 @@ export declare const customGraphComponentProps: {
|
|
|
168
168
|
type: any;
|
|
169
169
|
default: string | number | boolean | {
|
|
170
170
|
[key: string]: any;
|
|
171
|
-
} | {
|
|
171
|
+
} | import("../../_utils/props").Events | {
|
|
172
172
|
[key: string]: any;
|
|
173
|
-
} | import("../../_utils/props").RequestParams
|
|
173
|
+
} | import("../../_utils/props").RequestParams;
|
|
174
174
|
};
|
|
175
175
|
isRequestData: {
|
|
176
176
|
type?: undefined;
|
|
@@ -179,85 +179,85 @@ export declare const customGraphComponentProps: {
|
|
|
179
179
|
type: any;
|
|
180
180
|
default: string | number | boolean | {
|
|
181
181
|
[key: string]: any;
|
|
182
|
-
} | {
|
|
182
|
+
} | import("../../_utils/props").Events | {
|
|
183
183
|
[key: string]: any;
|
|
184
|
-
} | import("../../_utils/props").RequestParams
|
|
184
|
+
} | import("../../_utils/props").RequestParams;
|
|
185
185
|
};
|
|
186
|
-
|
|
186
|
+
events: {
|
|
187
187
|
type?: undefined;
|
|
188
188
|
default?: undefined;
|
|
189
189
|
} | {
|
|
190
190
|
type: any;
|
|
191
191
|
default: string | number | boolean | {
|
|
192
192
|
[key: string]: any;
|
|
193
|
-
} | {
|
|
193
|
+
} | import("../../_utils/props").Events | {
|
|
194
194
|
[key: string]: any;
|
|
195
|
-
} | import("../../_utils/props").RequestParams
|
|
195
|
+
} | import("../../_utils/props").RequestParams;
|
|
196
196
|
};
|
|
197
|
-
|
|
197
|
+
requestUrl: {
|
|
198
198
|
type?: undefined;
|
|
199
199
|
default?: undefined;
|
|
200
200
|
} | {
|
|
201
201
|
type: any;
|
|
202
202
|
default: string | number | boolean | {
|
|
203
203
|
[key: string]: any;
|
|
204
|
-
} | {
|
|
204
|
+
} | import("../../_utils/props").Events | {
|
|
205
205
|
[key: string]: any;
|
|
206
|
-
} | import("../../_utils/props").RequestParams
|
|
206
|
+
} | import("../../_utils/props").RequestParams;
|
|
207
207
|
};
|
|
208
|
-
|
|
208
|
+
requestMethod: {
|
|
209
209
|
type?: undefined;
|
|
210
210
|
default?: undefined;
|
|
211
211
|
} | {
|
|
212
212
|
type: any;
|
|
213
213
|
default: string | number | boolean | {
|
|
214
214
|
[key: string]: any;
|
|
215
|
-
} | {
|
|
215
|
+
} | import("../../_utils/props").Events | {
|
|
216
216
|
[key: string]: any;
|
|
217
|
-
} | import("../../_utils/props").RequestParams
|
|
217
|
+
} | import("../../_utils/props").RequestParams;
|
|
218
218
|
};
|
|
219
|
-
|
|
219
|
+
requestHeaders: {
|
|
220
220
|
type?: undefined;
|
|
221
221
|
default?: undefined;
|
|
222
222
|
} | {
|
|
223
223
|
type: any;
|
|
224
224
|
default: string | number | boolean | {
|
|
225
225
|
[key: string]: any;
|
|
226
|
-
} | {
|
|
226
|
+
} | import("../../_utils/props").Events | {
|
|
227
227
|
[key: string]: any;
|
|
228
|
-
} | import("../../_utils/props").RequestParams
|
|
228
|
+
} | import("../../_utils/props").RequestParams;
|
|
229
229
|
};
|
|
230
|
-
|
|
230
|
+
isOpenRequestTimer: {
|
|
231
231
|
type?: undefined;
|
|
232
232
|
default?: undefined;
|
|
233
233
|
} | {
|
|
234
234
|
type: any;
|
|
235
235
|
default: string | number | boolean | {
|
|
236
236
|
[key: string]: any;
|
|
237
|
-
} | {
|
|
237
|
+
} | import("../../_utils/props").Events | {
|
|
238
238
|
[key: string]: any;
|
|
239
|
-
} | import("../../_utils/props").RequestParams
|
|
239
|
+
} | import("../../_utils/props").RequestParams;
|
|
240
240
|
};
|
|
241
|
-
|
|
241
|
+
requestInterval: {
|
|
242
242
|
type?: undefined;
|
|
243
243
|
default?: undefined;
|
|
244
244
|
} | {
|
|
245
245
|
type: any;
|
|
246
246
|
default: string | number | boolean | {
|
|
247
247
|
[key: string]: any;
|
|
248
|
-
} | {
|
|
248
|
+
} | import("../../_utils/props").Events | {
|
|
249
249
|
[key: string]: any;
|
|
250
|
-
} | import("../../_utils/props").RequestParams
|
|
250
|
+
} | import("../../_utils/props").RequestParams;
|
|
251
251
|
};
|
|
252
|
-
|
|
252
|
+
requestParams: {
|
|
253
253
|
type?: undefined;
|
|
254
254
|
default?: undefined;
|
|
255
255
|
} | {
|
|
256
256
|
type: any;
|
|
257
257
|
default: string | number | boolean | {
|
|
258
258
|
[key: string]: any;
|
|
259
|
-
} | {
|
|
259
|
+
} | import("../../_utils/props").Events | {
|
|
260
260
|
[key: string]: any;
|
|
261
|
-
} | import("../../_utils/props").RequestParams
|
|
261
|
+
} | import("../../_utils/props").RequestParams;
|
|
262
262
|
};
|
|
263
263
|
};
|