@ecan-bi/datav 1.0.41 → 1.0.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.
- package/dist/index.es.js +675 -135
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +674 -134
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +132 -72
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +2 -1
- package/types/_utils/hooks/index.d.ts +1 -0
- package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
- package/types/container/border/Border.vue.d.ts +54 -54
- package/types/container/border/props.d.ts +54 -54
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +72 -0
- package/types/control/button/index.d.ts +72 -0
- package/types/control/button/props.d.ts +84 -44
- package/types/control/date-picker/props.d.ts +52 -52
- package/types/control/input/props.d.ts +48 -48
- package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
- package/types/control/range-picker/props.d.ts +52 -52
- package/types/control/select/Select.vue.d.ts +50 -50
- package/types/control/select/props.d.ts +50 -50
- package/types/graph/bar/Bar.vue.d.ts +128 -128
- package/types/graph/bar/index.d.ts +128 -128
- package/types/graph/bar/props.d.ts +65 -65
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
- package/types/graph/combo-graph/index.d.ts +155 -0
- package/types/graph/combo-graph/props.d.ts +72 -0
- package/types/graph/custom-graph/props.d.ts +48 -48
- package/types/graph/line/Line.vue.d.ts +155 -0
- package/types/graph/line/index.d.ts +155 -0
- package/types/graph/line/props.d.ts +72 -0
- package/types/graph/pie/Pie.vue.d.ts +155 -0
- package/types/graph/pie/index.d.ts +155 -0
- package/types/graph/pie/props.d.ts +72 -0
- package/types/graph/scatter/Scatter.vue.d.ts +155 -0
- package/types/graph/scatter/index.d.ts +155 -0
- package/types/graph/scatter/props.d.ts +72 -0
- package/types/map/map/props.d.ts +112 -112
- package/types/media/image/props.d.ts +52 -52
- package/types/table/table/Table.vue.d.ts +900 -79
- package/types/table/table/index.d.ts +899 -79
- package/types/table/table/props.d.ts +451 -39
- package/types/text/list/List.vue.d.ts +64 -64
- package/types/text/list/props.d.ts +64 -64
- package/types/text/proportion/Proportion.vue.d.ts +68 -68
- package/types/text/proportion/props.d.ts +68 -68
- package/types/text/text/Text.vue.d.ts +66 -66
- package/types/text/text/props.d.ts +66 -66
- package/types/text/time-display/props.d.ts +60 -60
|
@@ -202,6 +202,69 @@ export declare const EcanScatter: import("../../_utils/withInstall").SFCWithInst
|
|
|
202
202
|
type: any;
|
|
203
203
|
default: any;
|
|
204
204
|
};
|
|
205
|
+
toolboxShow: {
|
|
206
|
+
type?: undefined;
|
|
207
|
+
default?: undefined;
|
|
208
|
+
} | {
|
|
209
|
+
type: any;
|
|
210
|
+
default: any;
|
|
211
|
+
};
|
|
212
|
+
toolboxOrient: {
|
|
213
|
+
type?: undefined;
|
|
214
|
+
default?: undefined;
|
|
215
|
+
} | {
|
|
216
|
+
type: any;
|
|
217
|
+
default: any;
|
|
218
|
+
};
|
|
219
|
+
toolboxItemSize: {
|
|
220
|
+
type?: undefined;
|
|
221
|
+
default?: undefined;
|
|
222
|
+
} | {
|
|
223
|
+
type: any;
|
|
224
|
+
default: any;
|
|
225
|
+
};
|
|
226
|
+
toolboxItemGap: {
|
|
227
|
+
type?: undefined;
|
|
228
|
+
default?: undefined;
|
|
229
|
+
} | {
|
|
230
|
+
type: any;
|
|
231
|
+
default: any;
|
|
232
|
+
};
|
|
233
|
+
toolboxLeft: {
|
|
234
|
+
type?: undefined;
|
|
235
|
+
default?: undefined;
|
|
236
|
+
} | {
|
|
237
|
+
type: any;
|
|
238
|
+
default: any;
|
|
239
|
+
};
|
|
240
|
+
toolboxTop: {
|
|
241
|
+
type?: undefined;
|
|
242
|
+
default?: undefined;
|
|
243
|
+
} | {
|
|
244
|
+
type: any;
|
|
245
|
+
default: any;
|
|
246
|
+
};
|
|
247
|
+
toolboxIconStyleBorderColor: {
|
|
248
|
+
type?: undefined;
|
|
249
|
+
default?: undefined;
|
|
250
|
+
} | {
|
|
251
|
+
type: any;
|
|
252
|
+
default: any;
|
|
253
|
+
};
|
|
254
|
+
toolboxDownloadUrl: {
|
|
255
|
+
type?: undefined;
|
|
256
|
+
default?: undefined;
|
|
257
|
+
} | {
|
|
258
|
+
type: any;
|
|
259
|
+
default: any;
|
|
260
|
+
};
|
|
261
|
+
toolboxInfoText: {
|
|
262
|
+
type?: undefined;
|
|
263
|
+
default?: undefined;
|
|
264
|
+
} | {
|
|
265
|
+
type: any;
|
|
266
|
+
default: any;
|
|
267
|
+
};
|
|
205
268
|
id: {
|
|
206
269
|
type?: undefined;
|
|
207
270
|
default?: undefined;
|
|
@@ -358,6 +421,33 @@ export declare const EcanScatter: import("../../_utils/withInstall").SFCWithInst
|
|
|
358
421
|
};
|
|
359
422
|
}, {
|
|
360
423
|
option: import("vue").ComputedRef<{
|
|
424
|
+
toolbox: {
|
|
425
|
+
show: any;
|
|
426
|
+
left: any;
|
|
427
|
+
top: any;
|
|
428
|
+
itemSize: any;
|
|
429
|
+
itemGap: any;
|
|
430
|
+
feature: {
|
|
431
|
+
myDownload: {
|
|
432
|
+
show: boolean;
|
|
433
|
+
title: string;
|
|
434
|
+
icon: string;
|
|
435
|
+
onclick(): void;
|
|
436
|
+
};
|
|
437
|
+
myDataZoom: {
|
|
438
|
+
show: boolean;
|
|
439
|
+
title: string;
|
|
440
|
+
icon: string;
|
|
441
|
+
onclick(): void;
|
|
442
|
+
};
|
|
443
|
+
myInfo: {
|
|
444
|
+
show: boolean;
|
|
445
|
+
title: string;
|
|
446
|
+
icon: string;
|
|
447
|
+
onclick(): void;
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
};
|
|
361
451
|
title: {
|
|
362
452
|
text: any;
|
|
363
453
|
subtext: any;
|
|
@@ -432,6 +522,8 @@ export declare const EcanScatter: import("../../_utils/withInstall").SFCWithInst
|
|
|
432
522
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
433
523
|
click: () => void;
|
|
434
524
|
loading: import("vue").Ref<boolean>;
|
|
525
|
+
visible: import("vue").Ref<boolean>;
|
|
526
|
+
hideModal: () => void;
|
|
435
527
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
436
528
|
data: {
|
|
437
529
|
type?: undefined;
|
|
@@ -636,6 +728,69 @@ export declare const EcanScatter: import("../../_utils/withInstall").SFCWithInst
|
|
|
636
728
|
type: any;
|
|
637
729
|
default: any;
|
|
638
730
|
};
|
|
731
|
+
toolboxShow: {
|
|
732
|
+
type?: undefined;
|
|
733
|
+
default?: undefined;
|
|
734
|
+
} | {
|
|
735
|
+
type: any;
|
|
736
|
+
default: any;
|
|
737
|
+
};
|
|
738
|
+
toolboxOrient: {
|
|
739
|
+
type?: undefined;
|
|
740
|
+
default?: undefined;
|
|
741
|
+
} | {
|
|
742
|
+
type: any;
|
|
743
|
+
default: any;
|
|
744
|
+
};
|
|
745
|
+
toolboxItemSize: {
|
|
746
|
+
type?: undefined;
|
|
747
|
+
default?: undefined;
|
|
748
|
+
} | {
|
|
749
|
+
type: any;
|
|
750
|
+
default: any;
|
|
751
|
+
};
|
|
752
|
+
toolboxItemGap: {
|
|
753
|
+
type?: undefined;
|
|
754
|
+
default?: undefined;
|
|
755
|
+
} | {
|
|
756
|
+
type: any;
|
|
757
|
+
default: any;
|
|
758
|
+
};
|
|
759
|
+
toolboxLeft: {
|
|
760
|
+
type?: undefined;
|
|
761
|
+
default?: undefined;
|
|
762
|
+
} | {
|
|
763
|
+
type: any;
|
|
764
|
+
default: any;
|
|
765
|
+
};
|
|
766
|
+
toolboxTop: {
|
|
767
|
+
type?: undefined;
|
|
768
|
+
default?: undefined;
|
|
769
|
+
} | {
|
|
770
|
+
type: any;
|
|
771
|
+
default: any;
|
|
772
|
+
};
|
|
773
|
+
toolboxIconStyleBorderColor: {
|
|
774
|
+
type?: undefined;
|
|
775
|
+
default?: undefined;
|
|
776
|
+
} | {
|
|
777
|
+
type: any;
|
|
778
|
+
default: any;
|
|
779
|
+
};
|
|
780
|
+
toolboxDownloadUrl: {
|
|
781
|
+
type?: undefined;
|
|
782
|
+
default?: undefined;
|
|
783
|
+
} | {
|
|
784
|
+
type: any;
|
|
785
|
+
default: any;
|
|
786
|
+
};
|
|
787
|
+
toolboxInfoText: {
|
|
788
|
+
type?: undefined;
|
|
789
|
+
default?: undefined;
|
|
790
|
+
} | {
|
|
791
|
+
type: any;
|
|
792
|
+
default: any;
|
|
793
|
+
};
|
|
639
794
|
id: {
|
|
640
795
|
type?: undefined;
|
|
641
796
|
default?: undefined;
|
|
@@ -32,6 +32,15 @@ export interface ScatterProps extends Props {
|
|
|
32
32
|
value: string;
|
|
33
33
|
};
|
|
34
34
|
graphicConfig?: any;
|
|
35
|
+
toolboxShow: boolean;
|
|
36
|
+
toolboxOrient: 'horizontal' | 'vertical';
|
|
37
|
+
toolboxItemSize: number;
|
|
38
|
+
toolboxItemGap: number;
|
|
39
|
+
toolboxLeft: 'left' | 'center' | 'right';
|
|
40
|
+
toolboxTop: 'top' | 'middle' | 'bottom';
|
|
41
|
+
toolboxIconStyleBorderColor: string;
|
|
42
|
+
toolboxDownloadUrl: string;
|
|
43
|
+
toolboxInfoText: string;
|
|
35
44
|
}
|
|
36
45
|
export declare const scatterProps: ScatterProps;
|
|
37
46
|
export declare const scatterComponentProps: {
|
|
@@ -238,6 +247,69 @@ export declare const scatterComponentProps: {
|
|
|
238
247
|
type: any;
|
|
239
248
|
default: any;
|
|
240
249
|
};
|
|
250
|
+
toolboxShow: {
|
|
251
|
+
type?: undefined;
|
|
252
|
+
default?: undefined;
|
|
253
|
+
} | {
|
|
254
|
+
type: any;
|
|
255
|
+
default: any;
|
|
256
|
+
};
|
|
257
|
+
toolboxOrient: {
|
|
258
|
+
type?: undefined;
|
|
259
|
+
default?: undefined;
|
|
260
|
+
} | {
|
|
261
|
+
type: any;
|
|
262
|
+
default: any;
|
|
263
|
+
};
|
|
264
|
+
toolboxItemSize: {
|
|
265
|
+
type?: undefined;
|
|
266
|
+
default?: undefined;
|
|
267
|
+
} | {
|
|
268
|
+
type: any;
|
|
269
|
+
default: any;
|
|
270
|
+
};
|
|
271
|
+
toolboxItemGap: {
|
|
272
|
+
type?: undefined;
|
|
273
|
+
default?: undefined;
|
|
274
|
+
} | {
|
|
275
|
+
type: any;
|
|
276
|
+
default: any;
|
|
277
|
+
};
|
|
278
|
+
toolboxLeft: {
|
|
279
|
+
type?: undefined;
|
|
280
|
+
default?: undefined;
|
|
281
|
+
} | {
|
|
282
|
+
type: any;
|
|
283
|
+
default: any;
|
|
284
|
+
};
|
|
285
|
+
toolboxTop: {
|
|
286
|
+
type?: undefined;
|
|
287
|
+
default?: undefined;
|
|
288
|
+
} | {
|
|
289
|
+
type: any;
|
|
290
|
+
default: any;
|
|
291
|
+
};
|
|
292
|
+
toolboxIconStyleBorderColor: {
|
|
293
|
+
type?: undefined;
|
|
294
|
+
default?: undefined;
|
|
295
|
+
} | {
|
|
296
|
+
type: any;
|
|
297
|
+
default: any;
|
|
298
|
+
};
|
|
299
|
+
toolboxDownloadUrl: {
|
|
300
|
+
type?: undefined;
|
|
301
|
+
default?: undefined;
|
|
302
|
+
} | {
|
|
303
|
+
type: any;
|
|
304
|
+
default: any;
|
|
305
|
+
};
|
|
306
|
+
toolboxInfoText: {
|
|
307
|
+
type?: undefined;
|
|
308
|
+
default?: undefined;
|
|
309
|
+
} | {
|
|
310
|
+
type: any;
|
|
311
|
+
default: any;
|
|
312
|
+
};
|
|
241
313
|
id: {
|
|
242
314
|
type?: undefined;
|
|
243
315
|
default?: undefined;
|