@ecan-bi/datav 1.6.41 → 1.6.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.6.41",
3
+ "version": "1.6.43",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -0,0 +1,350 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ layOutType: {
3
+ type?: import("vue").PropType<"col" | "row">;
4
+ default?: "col" | "row";
5
+ };
6
+ isFlex: {
7
+ type?: import("vue").PropType<boolean>;
8
+ default?: boolean;
9
+ };
10
+ isWrap: {
11
+ type?: import("vue").PropType<boolean>;
12
+ default?: boolean;
13
+ };
14
+ showOverflowX: {
15
+ type?: import("vue").PropType<boolean>;
16
+ default?: boolean;
17
+ };
18
+ showOverflowY: {
19
+ type?: import("vue").PropType<boolean>;
20
+ default?: boolean;
21
+ };
22
+ batchInsertColRow: {
23
+ type?: import("vue").PropType<null>;
24
+ default?: null;
25
+ };
26
+ id: {
27
+ type?: import("vue").PropType<string>;
28
+ default?: string;
29
+ };
30
+ name: {
31
+ type?: import("vue").PropType<string>;
32
+ default?: string;
33
+ };
34
+ keyName: {
35
+ type?: import("vue").PropType<string>;
36
+ default?: string;
37
+ };
38
+ type: {
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
41
+ };
42
+ width: {
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
45
+ };
46
+ height: {
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
49
+ };
50
+ position: {
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
53
+ };
54
+ top: {
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
57
+ };
58
+ left: {
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
61
+ };
62
+ zIndex: {
63
+ type?: import("vue").PropType<number>;
64
+ default?: number;
65
+ };
66
+ rotate: {
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
69
+ };
70
+ isShow: {
71
+ type?: import("vue").PropType<boolean>;
72
+ default?: boolean;
73
+ };
74
+ isRender: {
75
+ type?: import("vue").PropType<boolean>;
76
+ default?: boolean;
77
+ };
78
+ events: {
79
+ type?: import("vue").PropType<import("../../utils/props").Events>;
80
+ default?: import("../../utils/props").Events;
81
+ };
82
+ requestUrl: {
83
+ type?: import("vue").PropType<string>;
84
+ default?: string;
85
+ };
86
+ requestMethod: {
87
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
88
+ default?: import("../../utils/props").RequestMethod;
89
+ };
90
+ requestHeaders: {
91
+ type?: import("vue").PropType<string>;
92
+ default?: string;
93
+ };
94
+ isOpenRequestTimer: {
95
+ type?: import("vue").PropType<boolean>;
96
+ default?: boolean;
97
+ };
98
+ isViewRedrawing: {
99
+ type?: import("vue").PropType<boolean>;
100
+ default?: boolean;
101
+ };
102
+ requestInterval: {
103
+ type?: import("vue").PropType<number>;
104
+ default?: number;
105
+ };
106
+ requestParams: {
107
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
108
+ default?: import("../../utils/props").RequestParams;
109
+ };
110
+ requestSort: {
111
+ type?: import("vue").PropType<number>;
112
+ default?: number;
113
+ };
114
+ dataType: {
115
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
116
+ default?: "indicator" | "request" | "component" | "static";
117
+ };
118
+ scale?: {
119
+ type?: import("vue").PropType<number>;
120
+ default?: number;
121
+ };
122
+ requestParamsMode: {
123
+ type?: import("vue").PropType<"2" | "1">;
124
+ default?: "2" | "1";
125
+ };
126
+ customRequestParams: {
127
+ type?: import("vue").PropType<string>;
128
+ default?: string;
129
+ };
130
+ dataSetParam?: {
131
+ type?: import("vue").PropType<any>;
132
+ default?: any;
133
+ };
134
+ requestType?: {
135
+ type?: import("vue").PropType<any>;
136
+ default?: any;
137
+ };
138
+ componentDoc?: {
139
+ type?: import("vue").PropType<null>;
140
+ default?: null;
141
+ };
142
+ extendData?: {
143
+ type?: import("vue").PropType<{
144
+ [key: string]: any;
145
+ }>;
146
+ default?: {
147
+ [key: string]: any;
148
+ };
149
+ };
150
+ toolboxShow?: {
151
+ type?: import("vue").PropType<boolean>;
152
+ default?: boolean;
153
+ };
154
+ isShowIndDetail?: {
155
+ type?: import("vue").PropType<boolean>;
156
+ default?: boolean;
157
+ };
158
+ isShowTrend?: {
159
+ type?: import("vue").PropType<boolean>;
160
+ default?: boolean;
161
+ };
162
+ isShowSource?: {
163
+ type?: import("vue").PropType<boolean>;
164
+ default?: boolean;
165
+ };
166
+ indDetailIconColor?: {
167
+ type?: import("vue").PropType<string>;
168
+ default?: string;
169
+ };
170
+ indDetailIconFontSize?: {
171
+ type?: import("vue").PropType<string>;
172
+ default?: string;
173
+ };
174
+ }, {
175
+ style: import("vue").ComputedRef<any>;
176
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
177
+ layOutType: {
178
+ type?: import("vue").PropType<"col" | "row">;
179
+ default?: "col" | "row";
180
+ };
181
+ isFlex: {
182
+ type?: import("vue").PropType<boolean>;
183
+ default?: boolean;
184
+ };
185
+ isWrap: {
186
+ type?: import("vue").PropType<boolean>;
187
+ default?: boolean;
188
+ };
189
+ showOverflowX: {
190
+ type?: import("vue").PropType<boolean>;
191
+ default?: boolean;
192
+ };
193
+ showOverflowY: {
194
+ type?: import("vue").PropType<boolean>;
195
+ default?: boolean;
196
+ };
197
+ batchInsertColRow: {
198
+ type?: import("vue").PropType<null>;
199
+ default?: null;
200
+ };
201
+ id: {
202
+ type?: import("vue").PropType<string>;
203
+ default?: string;
204
+ };
205
+ name: {
206
+ type?: import("vue").PropType<string>;
207
+ default?: string;
208
+ };
209
+ keyName: {
210
+ type?: import("vue").PropType<string>;
211
+ default?: string;
212
+ };
213
+ type: {
214
+ type?: import("vue").PropType<string>;
215
+ default?: string;
216
+ };
217
+ width: {
218
+ type?: import("vue").PropType<string>;
219
+ default?: string;
220
+ };
221
+ height: {
222
+ type?: import("vue").PropType<string>;
223
+ default?: string;
224
+ };
225
+ position: {
226
+ type?: import("vue").PropType<string>;
227
+ default?: string;
228
+ };
229
+ top: {
230
+ type?: import("vue").PropType<string>;
231
+ default?: string;
232
+ };
233
+ left: {
234
+ type?: import("vue").PropType<string>;
235
+ default?: string;
236
+ };
237
+ zIndex: {
238
+ type?: import("vue").PropType<number>;
239
+ default?: number;
240
+ };
241
+ rotate: {
242
+ type?: import("vue").PropType<string>;
243
+ default?: string;
244
+ };
245
+ isShow: {
246
+ type?: import("vue").PropType<boolean>;
247
+ default?: boolean;
248
+ };
249
+ isRender: {
250
+ type?: import("vue").PropType<boolean>;
251
+ default?: boolean;
252
+ };
253
+ events: {
254
+ type?: import("vue").PropType<import("../../utils/props").Events>;
255
+ default?: import("../../utils/props").Events;
256
+ };
257
+ requestUrl: {
258
+ type?: import("vue").PropType<string>;
259
+ default?: string;
260
+ };
261
+ requestMethod: {
262
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
263
+ default?: import("../../utils/props").RequestMethod;
264
+ };
265
+ requestHeaders: {
266
+ type?: import("vue").PropType<string>;
267
+ default?: string;
268
+ };
269
+ isOpenRequestTimer: {
270
+ type?: import("vue").PropType<boolean>;
271
+ default?: boolean;
272
+ };
273
+ isViewRedrawing: {
274
+ type?: import("vue").PropType<boolean>;
275
+ default?: boolean;
276
+ };
277
+ requestInterval: {
278
+ type?: import("vue").PropType<number>;
279
+ default?: number;
280
+ };
281
+ requestParams: {
282
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
283
+ default?: import("../../utils/props").RequestParams;
284
+ };
285
+ requestSort: {
286
+ type?: import("vue").PropType<number>;
287
+ default?: number;
288
+ };
289
+ dataType: {
290
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
291
+ default?: "indicator" | "request" | "component" | "static";
292
+ };
293
+ scale?: {
294
+ type?: import("vue").PropType<number>;
295
+ default?: number;
296
+ };
297
+ requestParamsMode: {
298
+ type?: import("vue").PropType<"2" | "1">;
299
+ default?: "2" | "1";
300
+ };
301
+ customRequestParams: {
302
+ type?: import("vue").PropType<string>;
303
+ default?: string;
304
+ };
305
+ dataSetParam?: {
306
+ type?: import("vue").PropType<any>;
307
+ default?: any;
308
+ };
309
+ requestType?: {
310
+ type?: import("vue").PropType<any>;
311
+ default?: any;
312
+ };
313
+ componentDoc?: {
314
+ type?: import("vue").PropType<null>;
315
+ default?: null;
316
+ };
317
+ extendData?: {
318
+ type?: import("vue").PropType<{
319
+ [key: string]: any;
320
+ }>;
321
+ default?: {
322
+ [key: string]: any;
323
+ };
324
+ };
325
+ toolboxShow?: {
326
+ type?: import("vue").PropType<boolean>;
327
+ default?: boolean;
328
+ };
329
+ isShowIndDetail?: {
330
+ type?: import("vue").PropType<boolean>;
331
+ default?: boolean;
332
+ };
333
+ isShowTrend?: {
334
+ type?: import("vue").PropType<boolean>;
335
+ default?: boolean;
336
+ };
337
+ isShowSource?: {
338
+ type?: import("vue").PropType<boolean>;
339
+ default?: boolean;
340
+ };
341
+ indDetailIconColor?: {
342
+ type?: import("vue").PropType<string>;
343
+ default?: string;
344
+ };
345
+ indDetailIconFontSize?: {
346
+ type?: import("vue").PropType<string>;
347
+ default?: string;
348
+ };
349
+ }>>, {}>;
350
+ export default _sfc_main;
@@ -0,0 +1,351 @@
1
+ export declare const EcanFlowLayout: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
+ layOutType: {
3
+ type?: import("vue").PropType<"col" | "row">;
4
+ default?: "col" | "row";
5
+ };
6
+ isFlex: {
7
+ type?: import("vue").PropType<boolean>;
8
+ default?: boolean;
9
+ };
10
+ isWrap: {
11
+ type?: import("vue").PropType<boolean>;
12
+ default?: boolean;
13
+ };
14
+ showOverflowX: {
15
+ type?: import("vue").PropType<boolean>;
16
+ default?: boolean;
17
+ };
18
+ showOverflowY: {
19
+ type?: import("vue").PropType<boolean>;
20
+ default?: boolean;
21
+ };
22
+ batchInsertColRow: {
23
+ type?: import("vue").PropType<null>;
24
+ default?: null;
25
+ };
26
+ id: {
27
+ type?: import("vue").PropType<string>;
28
+ default?: string;
29
+ };
30
+ name: {
31
+ type?: import("vue").PropType<string>;
32
+ default?: string;
33
+ };
34
+ keyName: {
35
+ type?: import("vue").PropType<string>;
36
+ default?: string;
37
+ };
38
+ type: {
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
41
+ };
42
+ width: {
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
45
+ };
46
+ height: {
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
49
+ };
50
+ position: {
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
53
+ };
54
+ top: {
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
57
+ };
58
+ left: {
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
61
+ };
62
+ zIndex: {
63
+ type?: import("vue").PropType<number>;
64
+ default?: number;
65
+ };
66
+ rotate: {
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
69
+ };
70
+ isShow: {
71
+ type?: import("vue").PropType<boolean>;
72
+ default?: boolean;
73
+ };
74
+ isRender: {
75
+ type?: import("vue").PropType<boolean>;
76
+ default?: boolean;
77
+ };
78
+ events: {
79
+ type?: import("vue").PropType<import("../../utils/props").Events>;
80
+ default?: import("../../utils/props").Events;
81
+ };
82
+ requestUrl: {
83
+ type?: import("vue").PropType<string>;
84
+ default?: string;
85
+ };
86
+ requestMethod: {
87
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
88
+ default?: import("../../utils/props").RequestMethod;
89
+ };
90
+ requestHeaders: {
91
+ type?: import("vue").PropType<string>;
92
+ default?: string;
93
+ };
94
+ isOpenRequestTimer: {
95
+ type?: import("vue").PropType<boolean>;
96
+ default?: boolean;
97
+ };
98
+ isViewRedrawing: {
99
+ type?: import("vue").PropType<boolean>;
100
+ default?: boolean;
101
+ };
102
+ requestInterval: {
103
+ type?: import("vue").PropType<number>;
104
+ default?: number;
105
+ };
106
+ requestParams: {
107
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
108
+ default?: import("../../utils/props").RequestParams;
109
+ };
110
+ requestSort: {
111
+ type?: import("vue").PropType<number>;
112
+ default?: number;
113
+ };
114
+ dataType: {
115
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
116
+ default?: "indicator" | "request" | "component" | "static";
117
+ };
118
+ scale?: {
119
+ type?: import("vue").PropType<number>;
120
+ default?: number;
121
+ };
122
+ requestParamsMode: {
123
+ type?: import("vue").PropType<"2" | "1">;
124
+ default?: "2" | "1";
125
+ };
126
+ customRequestParams: {
127
+ type?: import("vue").PropType<string>;
128
+ default?: string;
129
+ };
130
+ dataSetParam?: {
131
+ type?: import("vue").PropType<any>;
132
+ default?: any;
133
+ };
134
+ requestType?: {
135
+ type?: import("vue").PropType<any>;
136
+ default?: any;
137
+ };
138
+ componentDoc?: {
139
+ type?: import("vue").PropType<null>;
140
+ default?: null;
141
+ };
142
+ extendData?: {
143
+ type?: import("vue").PropType<{
144
+ [key: string]: any;
145
+ }>;
146
+ default?: {
147
+ [key: string]: any;
148
+ };
149
+ };
150
+ toolboxShow?: {
151
+ type?: import("vue").PropType<boolean>;
152
+ default?: boolean;
153
+ };
154
+ isShowIndDetail?: {
155
+ type?: import("vue").PropType<boolean>;
156
+ default?: boolean;
157
+ };
158
+ isShowTrend?: {
159
+ type?: import("vue").PropType<boolean>;
160
+ default?: boolean;
161
+ };
162
+ isShowSource?: {
163
+ type?: import("vue").PropType<boolean>;
164
+ default?: boolean;
165
+ };
166
+ indDetailIconColor?: {
167
+ type?: import("vue").PropType<string>;
168
+ default?: string;
169
+ };
170
+ indDetailIconFontSize?: {
171
+ type?: import("vue").PropType<string>;
172
+ default?: string;
173
+ };
174
+ }, {
175
+ style: import("vue").ComputedRef<any>;
176
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
177
+ layOutType: {
178
+ type?: import("vue").PropType<"col" | "row">;
179
+ default?: "col" | "row";
180
+ };
181
+ isFlex: {
182
+ type?: import("vue").PropType<boolean>;
183
+ default?: boolean;
184
+ };
185
+ isWrap: {
186
+ type?: import("vue").PropType<boolean>;
187
+ default?: boolean;
188
+ };
189
+ showOverflowX: {
190
+ type?: import("vue").PropType<boolean>;
191
+ default?: boolean;
192
+ };
193
+ showOverflowY: {
194
+ type?: import("vue").PropType<boolean>;
195
+ default?: boolean;
196
+ };
197
+ batchInsertColRow: {
198
+ type?: import("vue").PropType<null>;
199
+ default?: null;
200
+ };
201
+ id: {
202
+ type?: import("vue").PropType<string>;
203
+ default?: string;
204
+ };
205
+ name: {
206
+ type?: import("vue").PropType<string>;
207
+ default?: string;
208
+ };
209
+ keyName: {
210
+ type?: import("vue").PropType<string>;
211
+ default?: string;
212
+ };
213
+ type: {
214
+ type?: import("vue").PropType<string>;
215
+ default?: string;
216
+ };
217
+ width: {
218
+ type?: import("vue").PropType<string>;
219
+ default?: string;
220
+ };
221
+ height: {
222
+ type?: import("vue").PropType<string>;
223
+ default?: string;
224
+ };
225
+ position: {
226
+ type?: import("vue").PropType<string>;
227
+ default?: string;
228
+ };
229
+ top: {
230
+ type?: import("vue").PropType<string>;
231
+ default?: string;
232
+ };
233
+ left: {
234
+ type?: import("vue").PropType<string>;
235
+ default?: string;
236
+ };
237
+ zIndex: {
238
+ type?: import("vue").PropType<number>;
239
+ default?: number;
240
+ };
241
+ rotate: {
242
+ type?: import("vue").PropType<string>;
243
+ default?: string;
244
+ };
245
+ isShow: {
246
+ type?: import("vue").PropType<boolean>;
247
+ default?: boolean;
248
+ };
249
+ isRender: {
250
+ type?: import("vue").PropType<boolean>;
251
+ default?: boolean;
252
+ };
253
+ events: {
254
+ type?: import("vue").PropType<import("../../utils/props").Events>;
255
+ default?: import("../../utils/props").Events;
256
+ };
257
+ requestUrl: {
258
+ type?: import("vue").PropType<string>;
259
+ default?: string;
260
+ };
261
+ requestMethod: {
262
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
263
+ default?: import("../../utils/props").RequestMethod;
264
+ };
265
+ requestHeaders: {
266
+ type?: import("vue").PropType<string>;
267
+ default?: string;
268
+ };
269
+ isOpenRequestTimer: {
270
+ type?: import("vue").PropType<boolean>;
271
+ default?: boolean;
272
+ };
273
+ isViewRedrawing: {
274
+ type?: import("vue").PropType<boolean>;
275
+ default?: boolean;
276
+ };
277
+ requestInterval: {
278
+ type?: import("vue").PropType<number>;
279
+ default?: number;
280
+ };
281
+ requestParams: {
282
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
283
+ default?: import("../../utils/props").RequestParams;
284
+ };
285
+ requestSort: {
286
+ type?: import("vue").PropType<number>;
287
+ default?: number;
288
+ };
289
+ dataType: {
290
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
291
+ default?: "indicator" | "request" | "component" | "static";
292
+ };
293
+ scale?: {
294
+ type?: import("vue").PropType<number>;
295
+ default?: number;
296
+ };
297
+ requestParamsMode: {
298
+ type?: import("vue").PropType<"2" | "1">;
299
+ default?: "2" | "1";
300
+ };
301
+ customRequestParams: {
302
+ type?: import("vue").PropType<string>;
303
+ default?: string;
304
+ };
305
+ dataSetParam?: {
306
+ type?: import("vue").PropType<any>;
307
+ default?: any;
308
+ };
309
+ requestType?: {
310
+ type?: import("vue").PropType<any>;
311
+ default?: any;
312
+ };
313
+ componentDoc?: {
314
+ type?: import("vue").PropType<null>;
315
+ default?: null;
316
+ };
317
+ extendData?: {
318
+ type?: import("vue").PropType<{
319
+ [key: string]: any;
320
+ }>;
321
+ default?: {
322
+ [key: string]: any;
323
+ };
324
+ };
325
+ toolboxShow?: {
326
+ type?: import("vue").PropType<boolean>;
327
+ default?: boolean;
328
+ };
329
+ isShowIndDetail?: {
330
+ type?: import("vue").PropType<boolean>;
331
+ default?: boolean;
332
+ };
333
+ isShowTrend?: {
334
+ type?: import("vue").PropType<boolean>;
335
+ default?: boolean;
336
+ };
337
+ isShowSource?: {
338
+ type?: import("vue").PropType<boolean>;
339
+ default?: boolean;
340
+ };
341
+ indDetailIconColor?: {
342
+ type?: import("vue").PropType<string>;
343
+ default?: string;
344
+ };
345
+ indDetailIconFontSize?: {
346
+ type?: import("vue").PropType<string>;
347
+ default?: string;
348
+ };
349
+ }>>, {}>> & Record<string, any>;
350
+ export default EcanFlowLayout;
351
+ export * from './props';