@ecan-bi/datav 1.4.39 → 1.4.41
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 +2462 -2424
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +24 -24
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +16 -0
- package/types/graph/combo-graph/index.d.ts +16 -0
- package/types/graph/combo-graph/props.d.ts +10 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +23 -8
- package/types/laboratory/pivotTable/index.d.ts +23 -8
- package/types/laboratory/pivotTable/props.d.ts +2 -2
package/package.json
CHANGED
|
@@ -440,6 +440,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
440
440
|
type?: import("vue").PropType<boolean>;
|
|
441
441
|
default?: boolean;
|
|
442
442
|
};
|
|
443
|
+
yAxisLeftUnitAdapt: {
|
|
444
|
+
type?: import("vue").PropType<boolean>;
|
|
445
|
+
default?: boolean;
|
|
446
|
+
};
|
|
447
|
+
yAxisRightUnitAdapt: {
|
|
448
|
+
type?: import("vue").PropType<boolean>;
|
|
449
|
+
default?: boolean;
|
|
450
|
+
};
|
|
443
451
|
id: {
|
|
444
452
|
type?: import("vue").PropType<string>;
|
|
445
453
|
default?: string;
|
|
@@ -1153,6 +1161,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1153
1161
|
type?: import("vue").PropType<boolean>;
|
|
1154
1162
|
default?: boolean;
|
|
1155
1163
|
};
|
|
1164
|
+
yAxisLeftUnitAdapt: {
|
|
1165
|
+
type?: import("vue").PropType<boolean>;
|
|
1166
|
+
default?: boolean;
|
|
1167
|
+
};
|
|
1168
|
+
yAxisRightUnitAdapt: {
|
|
1169
|
+
type?: import("vue").PropType<boolean>;
|
|
1170
|
+
default?: boolean;
|
|
1171
|
+
};
|
|
1156
1172
|
id: {
|
|
1157
1173
|
type?: import("vue").PropType<string>;
|
|
1158
1174
|
default?: string;
|
|
@@ -439,6 +439,14 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
439
439
|
type?: import("vue").PropType<boolean>;
|
|
440
440
|
default?: boolean;
|
|
441
441
|
};
|
|
442
|
+
yAxisLeftUnitAdapt: {
|
|
443
|
+
type?: import("vue").PropType<boolean>;
|
|
444
|
+
default?: boolean;
|
|
445
|
+
};
|
|
446
|
+
yAxisRightUnitAdapt: {
|
|
447
|
+
type?: import("vue").PropType<boolean>;
|
|
448
|
+
default?: boolean;
|
|
449
|
+
};
|
|
442
450
|
id: {
|
|
443
451
|
type?: import("vue").PropType<string>;
|
|
444
452
|
default?: string;
|
|
@@ -1152,6 +1160,14 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1152
1160
|
type?: import("vue").PropType<boolean>;
|
|
1153
1161
|
default?: boolean;
|
|
1154
1162
|
};
|
|
1163
|
+
yAxisLeftUnitAdapt: {
|
|
1164
|
+
type?: import("vue").PropType<boolean>;
|
|
1165
|
+
default?: boolean;
|
|
1166
|
+
};
|
|
1167
|
+
yAxisRightUnitAdapt: {
|
|
1168
|
+
type?: import("vue").PropType<boolean>;
|
|
1169
|
+
default?: boolean;
|
|
1170
|
+
};
|
|
1155
1171
|
id: {
|
|
1156
1172
|
type?: import("vue").PropType<string>;
|
|
1157
1173
|
default?: string;
|
|
@@ -113,6 +113,8 @@ export interface ComboGraphProps extends Props {
|
|
|
113
113
|
xAxisMaxValue: number;
|
|
114
114
|
yAxisMaxValue: number;
|
|
115
115
|
xAxisLabelShow: boolean;
|
|
116
|
+
yAxisLeftUnitAdapt: boolean;
|
|
117
|
+
yAxisRightUnitAdapt: boolean;
|
|
116
118
|
}
|
|
117
119
|
export declare const comboGraphProps: ComboGraphProps;
|
|
118
120
|
export declare const comboGraphComponentProps: {
|
|
@@ -556,6 +558,14 @@ export declare const comboGraphComponentProps: {
|
|
|
556
558
|
type?: import("vue").PropType<boolean>;
|
|
557
559
|
default?: boolean;
|
|
558
560
|
};
|
|
561
|
+
yAxisLeftUnitAdapt: {
|
|
562
|
+
type?: import("vue").PropType<boolean>;
|
|
563
|
+
default?: boolean;
|
|
564
|
+
};
|
|
565
|
+
yAxisRightUnitAdapt: {
|
|
566
|
+
type?: import("vue").PropType<boolean>;
|
|
567
|
+
default?: boolean;
|
|
568
|
+
};
|
|
559
569
|
id: {
|
|
560
570
|
type?: import("vue").PropType<string>;
|
|
561
571
|
default?: string;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
fullMode: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
2
6
|
graphicConfig: {
|
|
3
7
|
type?: import("vue").PropType<{
|
|
4
8
|
[key: string]: any;
|
|
@@ -40,8 +44,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
44
|
};
|
|
41
45
|
};
|
|
42
46
|
configMode: {
|
|
43
|
-
type?: import("vue").PropType<"
|
|
44
|
-
default?: "
|
|
47
|
+
type?: import("vue").PropType<"fullMode" | "halfMode">;
|
|
48
|
+
default?: "fullMode" | "halfMode";
|
|
45
49
|
};
|
|
46
50
|
id: {
|
|
47
51
|
type?: import("vue").PropType<string>;
|
|
@@ -161,6 +165,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
161
165
|
};
|
|
162
166
|
}, {
|
|
163
167
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
168
|
+
fullMode: {
|
|
169
|
+
type: BooleanConstructor;
|
|
170
|
+
default: boolean;
|
|
171
|
+
};
|
|
164
172
|
graphicConfig: {
|
|
165
173
|
type?: import("vue").PropType<{
|
|
166
174
|
[key: string]: any;
|
|
@@ -202,8 +210,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
202
210
|
};
|
|
203
211
|
};
|
|
204
212
|
configMode: {
|
|
205
|
-
type?: import("vue").PropType<"
|
|
206
|
-
default?: "
|
|
213
|
+
type?: import("vue").PropType<"fullMode" | "halfMode">;
|
|
214
|
+
default?: "fullMode" | "halfMode";
|
|
207
215
|
};
|
|
208
216
|
id: {
|
|
209
217
|
type?: import("vue").PropType<string>;
|
|
@@ -377,7 +385,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
377
385
|
styleConfig: {
|
|
378
386
|
[key: string]: any;
|
|
379
387
|
};
|
|
380
|
-
configMode: "
|
|
388
|
+
configMode: "fullMode" | "halfMode";
|
|
389
|
+
fullMode: boolean;
|
|
381
390
|
}>;
|
|
382
391
|
indicatorUrl: import("vue").ComputedRef<any>;
|
|
383
392
|
click: () => void;
|
|
@@ -386,6 +395,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
386
395
|
data: any;
|
|
387
396
|
}) => void;
|
|
388
397
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
398
|
+
fullMode: {
|
|
399
|
+
type: BooleanConstructor;
|
|
400
|
+
default: boolean;
|
|
401
|
+
};
|
|
389
402
|
graphicConfig: {
|
|
390
403
|
type?: import("vue").PropType<{
|
|
391
404
|
[key: string]: any;
|
|
@@ -427,8 +440,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
427
440
|
};
|
|
428
441
|
};
|
|
429
442
|
configMode: {
|
|
430
|
-
type?: import("vue").PropType<"
|
|
431
|
-
default?: "
|
|
443
|
+
type?: import("vue").PropType<"fullMode" | "halfMode">;
|
|
444
|
+
default?: "fullMode" | "halfMode";
|
|
432
445
|
};
|
|
433
446
|
id: {
|
|
434
447
|
type?: import("vue").PropType<string>;
|
|
@@ -546,5 +559,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
546
559
|
type?: import("vue").PropType<null>;
|
|
547
560
|
default?: null;
|
|
548
561
|
};
|
|
549
|
-
}>>, {
|
|
562
|
+
}>>, {
|
|
563
|
+
fullMode: boolean;
|
|
564
|
+
}>;
|
|
550
565
|
export default _sfc_main;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
fullMode: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
2
6
|
graphicConfig: {
|
|
3
7
|
type?: import("vue").PropType<{
|
|
4
8
|
[key: string]: any;
|
|
@@ -40,8 +44,8 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
40
44
|
};
|
|
41
45
|
};
|
|
42
46
|
configMode: {
|
|
43
|
-
type?: import("vue").PropType<"
|
|
44
|
-
default?: "
|
|
47
|
+
type?: import("vue").PropType<"fullMode" | "halfMode">;
|
|
48
|
+
default?: "fullMode" | "halfMode";
|
|
45
49
|
};
|
|
46
50
|
id: {
|
|
47
51
|
type?: import("vue").PropType<string>;
|
|
@@ -161,6 +165,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
161
165
|
};
|
|
162
166
|
}, {
|
|
163
167
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
168
|
+
fullMode: {
|
|
169
|
+
type: BooleanConstructor;
|
|
170
|
+
default: boolean;
|
|
171
|
+
};
|
|
164
172
|
graphicConfig: {
|
|
165
173
|
type?: import("vue").PropType<{
|
|
166
174
|
[key: string]: any;
|
|
@@ -202,8 +210,8 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
202
210
|
};
|
|
203
211
|
};
|
|
204
212
|
configMode: {
|
|
205
|
-
type?: import("vue").PropType<"
|
|
206
|
-
default?: "
|
|
213
|
+
type?: import("vue").PropType<"fullMode" | "halfMode">;
|
|
214
|
+
default?: "fullMode" | "halfMode";
|
|
207
215
|
};
|
|
208
216
|
id: {
|
|
209
217
|
type?: import("vue").PropType<string>;
|
|
@@ -377,7 +385,8 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
377
385
|
styleConfig: {
|
|
378
386
|
[key: string]: any;
|
|
379
387
|
};
|
|
380
|
-
configMode: "
|
|
388
|
+
configMode: "fullMode" | "halfMode";
|
|
389
|
+
fullMode: boolean;
|
|
381
390
|
}>;
|
|
382
391
|
indicatorUrl: import("vue").ComputedRef<any>;
|
|
383
392
|
click: () => void;
|
|
@@ -386,6 +395,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
386
395
|
data: any;
|
|
387
396
|
}) => void;
|
|
388
397
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
398
|
+
fullMode: {
|
|
399
|
+
type: BooleanConstructor;
|
|
400
|
+
default: boolean;
|
|
401
|
+
};
|
|
389
402
|
graphicConfig: {
|
|
390
403
|
type?: import("vue").PropType<{
|
|
391
404
|
[key: string]: any;
|
|
@@ -427,8 +440,8 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
427
440
|
};
|
|
428
441
|
};
|
|
429
442
|
configMode: {
|
|
430
|
-
type?: import("vue").PropType<"
|
|
431
|
-
default?: "
|
|
443
|
+
type?: import("vue").PropType<"fullMode" | "halfMode">;
|
|
444
|
+
default?: "fullMode" | "halfMode";
|
|
432
445
|
};
|
|
433
446
|
id: {
|
|
434
447
|
type?: import("vue").PropType<string>;
|
|
@@ -546,6 +559,8 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
546
559
|
type?: import("vue").PropType<null>;
|
|
547
560
|
default?: null;
|
|
548
561
|
};
|
|
549
|
-
}>>, {
|
|
562
|
+
}>>, {
|
|
563
|
+
fullMode: boolean;
|
|
564
|
+
}>> & Record<string, any>;
|
|
550
565
|
export default EcanPivotTable;
|
|
551
566
|
export * from './props';
|
|
@@ -60,8 +60,8 @@ export declare const pivotTableComponentProps: {
|
|
|
60
60
|
};
|
|
61
61
|
};
|
|
62
62
|
configMode: {
|
|
63
|
-
type?: import("vue").PropType<"
|
|
64
|
-
default?: "
|
|
63
|
+
type?: import("vue").PropType<"fullMode" | "halfMode">;
|
|
64
|
+
default?: "fullMode" | "halfMode";
|
|
65
65
|
};
|
|
66
66
|
id: {
|
|
67
67
|
type?: import("vue").PropType<string>;
|