@ecan-bi/datav 1.1.40 → 1.1.42

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 (83) hide show
  1. package/dist/index.es.js +1307 -1297
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +6 -6
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +144 -618
  8. package/types/container/border/index.d.ts +144 -618
  9. package/types/container/border/props.d.ts +72 -309
  10. package/types/container/modal/Modal.vue.d.ts +74 -237
  11. package/types/container/modal/index.d.ts +73 -237
  12. package/types/container/modal/props.d.ts +36 -117
  13. package/types/container/tabs/Tabs.vue.d.ts +176 -400
  14. package/types/container/tabs/index.d.ts +176 -400
  15. package/types/container/tabs/props.d.ts +88 -200
  16. package/types/control/button/Button.vue.d.ts +126 -418
  17. package/types/control/button/index.d.ts +126 -418
  18. package/types/control/button/props.d.ts +63 -209
  19. package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
  20. package/types/control/checkbox/index.d.ts +102 -334
  21. package/types/control/checkbox/props.d.ts +51 -167
  22. package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
  23. package/types/control/date-picker/index.d.ts +119 -391
  24. package/types/control/date-picker/props.d.ts +59 -195
  25. package/types/control/input/Input.vue.d.ts +102 -334
  26. package/types/control/input/index.d.ts +102 -334
  27. package/types/control/input/props.d.ts +51 -167
  28. package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
  29. package/types/control/range-picker/index.d.ts +128 -420
  30. package/types/control/range-picker/props.d.ts +63 -209
  31. package/types/control/select/Select.vue.d.ts +125 -531
  32. package/types/control/select/index.d.ts +125 -531
  33. package/types/control/select/props.d.ts +59 -265
  34. package/types/graph/bar/Bar.vue.d.ts +374 -2044
  35. package/types/graph/bar/index.d.ts +373 -2043
  36. package/types/graph/bar/props.d.ts +166 -962
  37. package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
  38. package/types/graph/combo-graph/index.d.ts +339 -741
  39. package/types/graph/combo-graph/props.d.ts +154 -355
  40. package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
  41. package/types/graph/custom-graph/index.d.ts +100 -420
  42. package/types/graph/custom-graph/props.d.ts +50 -210
  43. package/types/graph/line/Line.vue.d.ts +364 -2546
  44. package/types/graph/line/index.d.ts +364 -2546
  45. package/types/graph/line/props.d.ts +149 -1211
  46. package/types/graph/pie/Pie.vue.d.ts +317 -722
  47. package/types/graph/pie/index.d.ts +316 -722
  48. package/types/graph/pie/props.d.ts +142 -345
  49. package/types/graph/scatter/Scatter.vue.d.ts +293 -639
  50. package/types/graph/scatter/index.d.ts +293 -639
  51. package/types/graph/scatter/props.d.ts +132 -305
  52. package/types/map/map/Map.vue.d.ts +269 -1404
  53. package/types/map/map/index.d.ts +269 -1404
  54. package/types/map/map/props.d.ts +121 -664
  55. package/types/media/iframe/Iframe.vue.d.ts +102 -334
  56. package/types/media/iframe/index.d.ts +102 -334
  57. package/types/media/iframe/props.d.ts +51 -167
  58. package/types/media/image/Image.vue.d.ts +110 -362
  59. package/types/media/image/index.d.ts +110 -362
  60. package/types/media/image/props.d.ts +55 -181
  61. package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
  62. package/types/setting/page-config/index.d.ts +28 -70
  63. package/types/setting/page-config/props.d.ts +14 -35
  64. package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
  65. package/types/setting/provider-config/index.d.ts +22 -62
  66. package/types/setting/provider-config/props.d.ts +11 -31
  67. package/types/table/table/Table.vue.d.ts +234 -1660
  68. package/types/table/table/index.d.ts +234 -1660
  69. package/types/table/table/props.d.ts +101 -811
  70. package/types/text/list/List.vue.d.ts +136 -688
  71. package/types/text/list/index.d.ts +136 -688
  72. package/types/text/list/props.d.ts +68 -344
  73. package/types/text/proportion/Proportion.vue.d.ts +148 -636
  74. package/types/text/proportion/index.d.ts +148 -636
  75. package/types/text/proportion/props.d.ts +74 -318
  76. package/types/text/text/Text.vue.d.ts +160 -690
  77. package/types/text/text/index.d.ts +160 -690
  78. package/types/text/text/props.d.ts +81 -346
  79. package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
  80. package/types/text/time-display/index.d.ts +126 -418
  81. package/types/text/time-display/props.d.ts +63 -209
  82. package/types/utils/props.d.ts +3 -5
  83. package/types/utils/runCode.d.ts +2 -0
@@ -1,219 +1,103 @@
1
1
  export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
2
  value: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string | number | boolean | import("../../utils/props").Events | {
8
- [key: string]: any;
9
- } | import("../../utils/props").RequestParams;
3
+ type?: import("vue").PropType<string>;
4
+ default?: string;
10
5
  };
11
6
  placeholder: {
12
- type?: undefined;
13
- default?: undefined;
14
- } | {
15
- type: any;
16
- default: string | number | boolean | import("../../utils/props").Events | {
17
- [key: string]: any;
18
- } | import("../../utils/props").RequestParams;
7
+ type?: import("vue").PropType<string>;
8
+ default?: string;
19
9
  };
20
10
  id: {
21
- type?: undefined;
22
- default?: undefined;
23
- } | {
24
- type: any;
25
- default: string | number | boolean | import("../../utils/props").Events | {
26
- [key: string]: any;
27
- } | import("../../utils/props").RequestParams;
11
+ type?: import("vue").PropType<string>;
12
+ default?: string;
28
13
  };
29
14
  name: {
30
- type?: undefined;
31
- default?: undefined;
32
- } | {
33
- type: any;
34
- default: string | number | boolean | import("../../utils/props").Events | {
35
- [key: string]: any;
36
- } | import("../../utils/props").RequestParams;
15
+ type?: import("vue").PropType<string>;
16
+ default?: string;
37
17
  };
38
18
  keyName: {
39
- type?: undefined;
40
- default?: undefined;
41
- } | {
42
- type: any;
43
- default: string | number | boolean | import("../../utils/props").Events | {
44
- [key: string]: any;
45
- } | import("../../utils/props").RequestParams;
19
+ type?: import("vue").PropType<string>;
20
+ default?: string;
46
21
  };
47
22
  type: {
48
- type?: undefined;
49
- default?: undefined;
50
- } | {
51
- type: any;
52
- default: string | number | boolean | import("../../utils/props").Events | {
53
- [key: string]: any;
54
- } | import("../../utils/props").RequestParams;
23
+ type?: import("vue").PropType<string>;
24
+ default?: string;
55
25
  };
56
26
  width: {
57
- type?: undefined;
58
- default?: undefined;
59
- } | {
60
- type: any;
61
- default: string | number | boolean | import("../../utils/props").Events | {
62
- [key: string]: any;
63
- } | import("../../utils/props").RequestParams;
27
+ type?: import("vue").PropType<string>;
28
+ default?: string;
64
29
  };
65
30
  height: {
66
- type?: undefined;
67
- default?: undefined;
68
- } | {
69
- type: any;
70
- default: string | number | boolean | import("../../utils/props").Events | {
71
- [key: string]: any;
72
- } | import("../../utils/props").RequestParams;
31
+ type?: import("vue").PropType<string>;
32
+ default?: string;
73
33
  };
74
34
  position: {
75
- type?: undefined;
76
- default?: undefined;
77
- } | {
78
- type: any;
79
- default: string | number | boolean | import("../../utils/props").Events | {
80
- [key: string]: any;
81
- } | import("../../utils/props").RequestParams;
35
+ type?: import("vue").PropType<string>;
36
+ default?: string;
82
37
  };
83
38
  top: {
84
- type?: undefined;
85
- default?: undefined;
86
- } | {
87
- type: any;
88
- default: string | number | boolean | import("../../utils/props").Events | {
89
- [key: string]: any;
90
- } | import("../../utils/props").RequestParams;
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
91
41
  };
92
42
  left: {
93
- type?: undefined;
94
- default?: undefined;
95
- } | {
96
- type: any;
97
- default: string | number | boolean | import("../../utils/props").Events | {
98
- [key: string]: any;
99
- } | import("../../utils/props").RequestParams;
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
100
45
  };
101
46
  zIndex: {
102
- type?: undefined;
103
- default?: undefined;
104
- } | {
105
- type: any;
106
- default: string | number | boolean | import("../../utils/props").Events | {
107
- [key: string]: any;
108
- } | import("../../utils/props").RequestParams;
47
+ type?: import("vue").PropType<number>;
48
+ default?: number;
109
49
  };
110
50
  rotate: {
111
- type?: undefined;
112
- default?: undefined;
113
- } | {
114
- type: any;
115
- default: string | number | boolean | import("../../utils/props").Events | {
116
- [key: string]: any;
117
- } | import("../../utils/props").RequestParams;
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
118
53
  };
119
54
  isShow: {
120
- type?: undefined;
121
- default?: undefined;
122
- } | {
123
- type: any;
124
- default: string | number | boolean | import("../../utils/props").Events | {
125
- [key: string]: any;
126
- } | import("../../utils/props").RequestParams;
55
+ type?: import("vue").PropType<boolean>;
56
+ default?: boolean;
127
57
  };
128
58
  isRender: {
129
- type?: undefined;
130
- default?: undefined;
131
- } | {
132
- type: any;
133
- default: string | number | boolean | import("../../utils/props").Events | {
134
- [key: string]: any;
135
- } | import("../../utils/props").RequestParams;
59
+ type?: import("vue").PropType<boolean>;
60
+ default?: boolean;
136
61
  };
137
62
  events: {
138
- type?: undefined;
139
- default?: undefined;
140
- } | {
141
- type: any;
142
- default: string | number | boolean | import("../../utils/props").Events | {
143
- [key: string]: any;
144
- } | import("../../utils/props").RequestParams;
63
+ type?: import("vue").PropType<import("../../utils/props").Events>;
64
+ default?: import("../../utils/props").Events;
145
65
  };
146
66
  requestUrl: {
147
- type?: undefined;
148
- default?: undefined;
149
- } | {
150
- type: any;
151
- default: string | number | boolean | import("../../utils/props").Events | {
152
- [key: string]: any;
153
- } | import("../../utils/props").RequestParams;
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
154
69
  };
155
70
  requestMethod: {
156
- type?: undefined;
157
- default?: undefined;
158
- } | {
159
- type: any;
160
- default: string | number | boolean | import("../../utils/props").Events | {
161
- [key: string]: any;
162
- } | import("../../utils/props").RequestParams;
71
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
72
+ default?: import("../../utils/props").RequestMethod;
163
73
  };
164
74
  requestHeaders: {
165
- type?: undefined;
166
- default?: undefined;
167
- } | {
168
- type: any;
169
- default: string | number | boolean | import("../../utils/props").Events | {
75
+ type?: import("vue").PropType<{
170
76
  [key: string]: any;
171
- } | import("../../utils/props").RequestParams;
77
+ }>;
78
+ default?: {
79
+ [key: string]: any;
80
+ };
172
81
  };
173
82
  isOpenRequestTimer: {
174
- type?: undefined;
175
- default?: undefined;
176
- } | {
177
- type: any;
178
- default: string | number | boolean | import("../../utils/props").Events | {
179
- [key: string]: any;
180
- } | import("../../utils/props").RequestParams;
83
+ type?: import("vue").PropType<boolean>;
84
+ default?: boolean;
181
85
  };
182
86
  requestInterval: {
183
- type?: undefined;
184
- default?: undefined;
185
- } | {
186
- type: any;
187
- default: string | number | boolean | import("../../utils/props").Events | {
188
- [key: string]: any;
189
- } | import("../../utils/props").RequestParams;
87
+ type?: import("vue").PropType<number>;
88
+ default?: number;
190
89
  };
191
90
  requestParams: {
192
- type?: undefined;
193
- default?: undefined;
194
- } | {
195
- type: any;
196
- default: string | number | boolean | import("../../utils/props").Events | {
197
- [key: string]: any;
198
- } | import("../../utils/props").RequestParams;
91
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
92
+ default?: import("../../utils/props").RequestParams;
199
93
  };
200
94
  requestSort: {
201
- type?: undefined;
202
- default?: undefined;
203
- } | {
204
- type: any;
205
- default: string | number | boolean | import("../../utils/props").Events | {
206
- [key: string]: any;
207
- } | import("../../utils/props").RequestParams;
95
+ type?: import("vue").PropType<number>;
96
+ default?: number;
208
97
  };
209
98
  dataType: {
210
- type?: undefined;
211
- default?: undefined;
212
- } | {
213
- type: any;
214
- default: string | number | boolean | import("../../utils/props").Events | {
215
- [key: string]: any;
216
- } | import("../../utils/props").RequestParams;
99
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
100
+ default?: "indicator" | "static" | "request";
217
101
  };
218
102
  }, {
219
103
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -222,220 +106,104 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
222
106
  inputChange: import("lodash").DebouncedFunc<() => void>;
223
107
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
224
108
  value: {
225
- type?: undefined;
226
- default?: undefined;
227
- } | {
228
- type: any;
229
- default: string | number | boolean | import("../../utils/props").Events | {
230
- [key: string]: any;
231
- } | import("../../utils/props").RequestParams;
109
+ type?: import("vue").PropType<string>;
110
+ default?: string;
232
111
  };
233
112
  placeholder: {
234
- type?: undefined;
235
- default?: undefined;
236
- } | {
237
- type: any;
238
- default: string | number | boolean | import("../../utils/props").Events | {
239
- [key: string]: any;
240
- } | import("../../utils/props").RequestParams;
113
+ type?: import("vue").PropType<string>;
114
+ default?: string;
241
115
  };
242
116
  id: {
243
- type?: undefined;
244
- default?: undefined;
245
- } | {
246
- type: any;
247
- default: string | number | boolean | import("../../utils/props").Events | {
248
- [key: string]: any;
249
- } | import("../../utils/props").RequestParams;
117
+ type?: import("vue").PropType<string>;
118
+ default?: string;
250
119
  };
251
120
  name: {
252
- type?: undefined;
253
- default?: undefined;
254
- } | {
255
- type: any;
256
- default: string | number | boolean | import("../../utils/props").Events | {
257
- [key: string]: any;
258
- } | import("../../utils/props").RequestParams;
121
+ type?: import("vue").PropType<string>;
122
+ default?: string;
259
123
  };
260
124
  keyName: {
261
- type?: undefined;
262
- default?: undefined;
263
- } | {
264
- type: any;
265
- default: string | number | boolean | import("../../utils/props").Events | {
266
- [key: string]: any;
267
- } | import("../../utils/props").RequestParams;
125
+ type?: import("vue").PropType<string>;
126
+ default?: string;
268
127
  };
269
128
  type: {
270
- type?: undefined;
271
- default?: undefined;
272
- } | {
273
- type: any;
274
- default: string | number | boolean | import("../../utils/props").Events | {
275
- [key: string]: any;
276
- } | import("../../utils/props").RequestParams;
129
+ type?: import("vue").PropType<string>;
130
+ default?: string;
277
131
  };
278
132
  width: {
279
- type?: undefined;
280
- default?: undefined;
281
- } | {
282
- type: any;
283
- default: string | number | boolean | import("../../utils/props").Events | {
284
- [key: string]: any;
285
- } | import("../../utils/props").RequestParams;
133
+ type?: import("vue").PropType<string>;
134
+ default?: string;
286
135
  };
287
136
  height: {
288
- type?: undefined;
289
- default?: undefined;
290
- } | {
291
- type: any;
292
- default: string | number | boolean | import("../../utils/props").Events | {
293
- [key: string]: any;
294
- } | import("../../utils/props").RequestParams;
137
+ type?: import("vue").PropType<string>;
138
+ default?: string;
295
139
  };
296
140
  position: {
297
- type?: undefined;
298
- default?: undefined;
299
- } | {
300
- type: any;
301
- default: string | number | boolean | import("../../utils/props").Events | {
302
- [key: string]: any;
303
- } | import("../../utils/props").RequestParams;
141
+ type?: import("vue").PropType<string>;
142
+ default?: string;
304
143
  };
305
144
  top: {
306
- type?: undefined;
307
- default?: undefined;
308
- } | {
309
- type: any;
310
- default: string | number | boolean | import("../../utils/props").Events | {
311
- [key: string]: any;
312
- } | import("../../utils/props").RequestParams;
145
+ type?: import("vue").PropType<string>;
146
+ default?: string;
313
147
  };
314
148
  left: {
315
- type?: undefined;
316
- default?: undefined;
317
- } | {
318
- type: any;
319
- default: string | number | boolean | import("../../utils/props").Events | {
320
- [key: string]: any;
321
- } | import("../../utils/props").RequestParams;
149
+ type?: import("vue").PropType<string>;
150
+ default?: string;
322
151
  };
323
152
  zIndex: {
324
- type?: undefined;
325
- default?: undefined;
326
- } | {
327
- type: any;
328
- default: string | number | boolean | import("../../utils/props").Events | {
329
- [key: string]: any;
330
- } | import("../../utils/props").RequestParams;
153
+ type?: import("vue").PropType<number>;
154
+ default?: number;
331
155
  };
332
156
  rotate: {
333
- type?: undefined;
334
- default?: undefined;
335
- } | {
336
- type: any;
337
- default: string | number | boolean | import("../../utils/props").Events | {
338
- [key: string]: any;
339
- } | import("../../utils/props").RequestParams;
157
+ type?: import("vue").PropType<string>;
158
+ default?: string;
340
159
  };
341
160
  isShow: {
342
- type?: undefined;
343
- default?: undefined;
344
- } | {
345
- type: any;
346
- default: string | number | boolean | import("../../utils/props").Events | {
347
- [key: string]: any;
348
- } | import("../../utils/props").RequestParams;
161
+ type?: import("vue").PropType<boolean>;
162
+ default?: boolean;
349
163
  };
350
164
  isRender: {
351
- type?: undefined;
352
- default?: undefined;
353
- } | {
354
- type: any;
355
- default: string | number | boolean | import("../../utils/props").Events | {
356
- [key: string]: any;
357
- } | import("../../utils/props").RequestParams;
165
+ type?: import("vue").PropType<boolean>;
166
+ default?: boolean;
358
167
  };
359
168
  events: {
360
- type?: undefined;
361
- default?: undefined;
362
- } | {
363
- type: any;
364
- default: string | number | boolean | import("../../utils/props").Events | {
365
- [key: string]: any;
366
- } | import("../../utils/props").RequestParams;
169
+ type?: import("vue").PropType<import("../../utils/props").Events>;
170
+ default?: import("../../utils/props").Events;
367
171
  };
368
172
  requestUrl: {
369
- type?: undefined;
370
- default?: undefined;
371
- } | {
372
- type: any;
373
- default: string | number | boolean | import("../../utils/props").Events | {
374
- [key: string]: any;
375
- } | import("../../utils/props").RequestParams;
173
+ type?: import("vue").PropType<string>;
174
+ default?: string;
376
175
  };
377
176
  requestMethod: {
378
- type?: undefined;
379
- default?: undefined;
380
- } | {
381
- type: any;
382
- default: string | number | boolean | import("../../utils/props").Events | {
383
- [key: string]: any;
384
- } | import("../../utils/props").RequestParams;
177
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
178
+ default?: import("../../utils/props").RequestMethod;
385
179
  };
386
180
  requestHeaders: {
387
- type?: undefined;
388
- default?: undefined;
389
- } | {
390
- type: any;
391
- default: string | number | boolean | import("../../utils/props").Events | {
181
+ type?: import("vue").PropType<{
392
182
  [key: string]: any;
393
- } | import("../../utils/props").RequestParams;
183
+ }>;
184
+ default?: {
185
+ [key: string]: any;
186
+ };
394
187
  };
395
188
  isOpenRequestTimer: {
396
- type?: undefined;
397
- default?: undefined;
398
- } | {
399
- type: any;
400
- default: string | number | boolean | import("../../utils/props").Events | {
401
- [key: string]: any;
402
- } | import("../../utils/props").RequestParams;
189
+ type?: import("vue").PropType<boolean>;
190
+ default?: boolean;
403
191
  };
404
192
  requestInterval: {
405
- type?: undefined;
406
- default?: undefined;
407
- } | {
408
- type: any;
409
- default: string | number | boolean | import("../../utils/props").Events | {
410
- [key: string]: any;
411
- } | import("../../utils/props").RequestParams;
193
+ type?: import("vue").PropType<number>;
194
+ default?: number;
412
195
  };
413
196
  requestParams: {
414
- type?: undefined;
415
- default?: undefined;
416
- } | {
417
- type: any;
418
- default: string | number | boolean | import("../../utils/props").Events | {
419
- [key: string]: any;
420
- } | import("../../utils/props").RequestParams;
197
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
198
+ default?: import("../../utils/props").RequestParams;
421
199
  };
422
200
  requestSort: {
423
- type?: undefined;
424
- default?: undefined;
425
- } | {
426
- type: any;
427
- default: string | number | boolean | import("../../utils/props").Events | {
428
- [key: string]: any;
429
- } | import("../../utils/props").RequestParams;
201
+ type?: import("vue").PropType<number>;
202
+ default?: number;
430
203
  };
431
204
  dataType: {
432
- type?: undefined;
433
- default?: undefined;
434
- } | {
435
- type: any;
436
- default: string | number | boolean | import("../../utils/props").Events | {
437
- [key: string]: any;
438
- } | import("../../utils/props").RequestParams;
205
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
206
+ default?: "indicator" | "static" | "request";
439
207
  };
440
208
  }>>, {}>> & Record<string, any>;
441
209
  export default EcanInput;