@ecan-bi/datav 1.4.0 → 1.4.2
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 +1836 -1821
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +17 -17
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/modal/Modal.vue.d.ts +8 -0
- package/types/container/modal/index.d.ts +8 -0
- package/types/container/modal/props.d.ts +5 -0
- package/types/graph/line/Line.vue.d.ts +10 -0
- package/types/graph/line/index.d.ts +10 -0
- package/types/graph/line/props.d.ts +6 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +1 -0
- package/types/laboratory/pivotTable/index.d.ts +1 -0
package/package.json
CHANGED
|
@@ -116,6 +116,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
116
116
|
[key: string]: any;
|
|
117
117
|
}[];
|
|
118
118
|
};
|
|
119
|
+
parentIframeId: {
|
|
120
|
+
type?: import("vue").PropType<string>;
|
|
121
|
+
default?: string;
|
|
122
|
+
};
|
|
119
123
|
}, {
|
|
120
124
|
modalRef: import("vue").Ref<HTMLElement>;
|
|
121
125
|
containStyle: import("vue").Ref<{}>;
|
|
@@ -258,5 +262,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
258
262
|
[key: string]: any;
|
|
259
263
|
}[];
|
|
260
264
|
};
|
|
265
|
+
parentIframeId: {
|
|
266
|
+
type?: import("vue").PropType<string>;
|
|
267
|
+
default?: string;
|
|
268
|
+
};
|
|
261
269
|
}>>, {}>;
|
|
262
270
|
export default _sfc_main;
|
|
@@ -115,6 +115,10 @@ export declare const EcanModal: import('../../utils/withInstall').SFCWithInstall
|
|
|
115
115
|
[key: string]: any;
|
|
116
116
|
}[];
|
|
117
117
|
};
|
|
118
|
+
parentIframeId: {
|
|
119
|
+
type?: import("vue").PropType<string>;
|
|
120
|
+
default?: string;
|
|
121
|
+
};
|
|
118
122
|
}, {
|
|
119
123
|
modalRef: import("vue").Ref<HTMLElement>;
|
|
120
124
|
containStyle: import("vue").Ref<{}>;
|
|
@@ -257,6 +261,10 @@ export declare const EcanModal: import('../../utils/withInstall').SFCWithInstall
|
|
|
257
261
|
[key: string]: any;
|
|
258
262
|
}[];
|
|
259
263
|
};
|
|
264
|
+
parentIframeId: {
|
|
265
|
+
type?: import("vue").PropType<string>;
|
|
266
|
+
default?: string;
|
|
267
|
+
};
|
|
260
268
|
}>>, {}>> & Record<string, any>;
|
|
261
269
|
export default EcanModal;
|
|
262
270
|
export * from './props';
|
|
@@ -33,6 +33,7 @@ export interface ModalProps {
|
|
|
33
33
|
requestList: {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}[];
|
|
36
|
+
parentIframeId: string;
|
|
36
37
|
}
|
|
37
38
|
export declare const modalProps: ModalProps;
|
|
38
39
|
export declare const modalComponentProps: {
|
|
@@ -152,5 +153,9 @@ export declare const modalComponentProps: {
|
|
|
152
153
|
[key: string]: any;
|
|
153
154
|
}[];
|
|
154
155
|
};
|
|
156
|
+
parentIframeId: {
|
|
157
|
+
type?: import("vue").PropType<string>;
|
|
158
|
+
default?: string;
|
|
159
|
+
};
|
|
155
160
|
};
|
|
156
161
|
export declare const modalEvents: string[];
|
|
@@ -429,6 +429,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
429
429
|
type?: import("vue").PropType<boolean>;
|
|
430
430
|
default?: boolean;
|
|
431
431
|
};
|
|
432
|
+
tooltipTextStyleColor: {
|
|
433
|
+
type?: import("vue").PropType<string>;
|
|
434
|
+
default?: string;
|
|
435
|
+
};
|
|
432
436
|
position: {
|
|
433
437
|
type?: import("vue").PropType<string>;
|
|
434
438
|
default?: string;
|
|
@@ -516,6 +520,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
516
520
|
top: string;
|
|
517
521
|
itemSize: number;
|
|
518
522
|
itemGap: number;
|
|
523
|
+
orient: string;
|
|
519
524
|
feature: {
|
|
520
525
|
myDownload: {
|
|
521
526
|
show: boolean;
|
|
@@ -559,6 +564,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
559
564
|
trigger: string;
|
|
560
565
|
textStyle: {
|
|
561
566
|
fontSize: number;
|
|
567
|
+
color: string;
|
|
562
568
|
};
|
|
563
569
|
show: boolean;
|
|
564
570
|
formatter: (params: any) => string;
|
|
@@ -1110,6 +1116,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1110
1116
|
type?: import("vue").PropType<boolean>;
|
|
1111
1117
|
default?: boolean;
|
|
1112
1118
|
};
|
|
1119
|
+
tooltipTextStyleColor: {
|
|
1120
|
+
type?: import("vue").PropType<string>;
|
|
1121
|
+
default?: string;
|
|
1122
|
+
};
|
|
1113
1123
|
position: {
|
|
1114
1124
|
type?: import("vue").PropType<string>;
|
|
1115
1125
|
default?: string;
|
|
@@ -429,6 +429,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
429
429
|
type?: import("vue").PropType<boolean>;
|
|
430
430
|
default?: boolean;
|
|
431
431
|
};
|
|
432
|
+
tooltipTextStyleColor: {
|
|
433
|
+
type?: import("vue").PropType<string>;
|
|
434
|
+
default?: string;
|
|
435
|
+
};
|
|
432
436
|
position: {
|
|
433
437
|
type?: import("vue").PropType<string>;
|
|
434
438
|
default?: string;
|
|
@@ -516,6 +520,7 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
516
520
|
top: string;
|
|
517
521
|
itemSize: number;
|
|
518
522
|
itemGap: number;
|
|
523
|
+
orient: string;
|
|
519
524
|
feature: {
|
|
520
525
|
myDownload: {
|
|
521
526
|
show: boolean;
|
|
@@ -559,6 +564,7 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
559
564
|
trigger: string;
|
|
560
565
|
textStyle: {
|
|
561
566
|
fontSize: number;
|
|
567
|
+
color: string;
|
|
562
568
|
};
|
|
563
569
|
show: boolean;
|
|
564
570
|
formatter: (params: any) => string;
|
|
@@ -1110,6 +1116,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1110
1116
|
type?: import("vue").PropType<boolean>;
|
|
1111
1117
|
default?: boolean;
|
|
1112
1118
|
};
|
|
1119
|
+
tooltipTextStyleColor: {
|
|
1120
|
+
type?: import("vue").PropType<string>;
|
|
1121
|
+
default?: string;
|
|
1122
|
+
};
|
|
1113
1123
|
position: {
|
|
1114
1124
|
type?: import("vue").PropType<string>;
|
|
1115
1125
|
default?: string;
|
|
@@ -97,6 +97,7 @@ export interface LineProps extends Props {
|
|
|
97
97
|
xAxisMaxValue: number;
|
|
98
98
|
yAxisMaxValue: number;
|
|
99
99
|
xAxisLabelShow: boolean;
|
|
100
|
+
tooltipTextStyleColor: string;
|
|
100
101
|
}
|
|
101
102
|
export declare const lineProps: {
|
|
102
103
|
id: string;
|
|
@@ -212,6 +213,7 @@ export declare const lineProps: {
|
|
|
212
213
|
xAxisMaxValue: any;
|
|
213
214
|
yAxisMaxValue: any;
|
|
214
215
|
xAxisLabelShow: boolean;
|
|
216
|
+
tooltipTextStyleColor: string;
|
|
215
217
|
position: string;
|
|
216
218
|
zIndex: number;
|
|
217
219
|
isShow: boolean;
|
|
@@ -663,6 +665,10 @@ export declare const lineComponentProps: {
|
|
|
663
665
|
type?: import("vue").PropType<boolean>;
|
|
664
666
|
default?: boolean;
|
|
665
667
|
};
|
|
668
|
+
tooltipTextStyleColor: {
|
|
669
|
+
type?: import("vue").PropType<string>;
|
|
670
|
+
default?: string;
|
|
671
|
+
};
|
|
666
672
|
position: {
|
|
667
673
|
type?: import("vue").PropType<string>;
|
|
668
674
|
default?: string;
|
|
@@ -298,6 +298,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
298
298
|
calculateList: import("vue").Ref<any[]>;
|
|
299
299
|
click: () => void;
|
|
300
300
|
onCalculate: (item: any) => void;
|
|
301
|
+
onDeleteCalculate: (key: string) => void;
|
|
301
302
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
302
303
|
graphicConfig: {
|
|
303
304
|
type?: import("vue").PropType<{
|
|
@@ -298,6 +298,7 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
298
298
|
calculateList: import("vue").Ref<any[]>;
|
|
299
299
|
click: () => void;
|
|
300
300
|
onCalculate: (item: any) => void;
|
|
301
|
+
onDeleteCalculate: (key: string) => void;
|
|
301
302
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
302
303
|
graphicConfig: {
|
|
303
304
|
type?: import("vue").PropType<{
|