@ecan-bi/datav 1.5.10 → 1.5.12
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 +3926 -3873
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +28 -28
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
- package/types/laboratory/index-panel/index.d.ts +8 -0
- package/types/laboratory/index-panel/props.d.ts +5 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +4 -0
- package/types/laboratory/pivotTable/index.d.ts +4 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +2 -0
- package/types/setting/provider-config/index.d.ts +2 -0
package/package.json
CHANGED
|
@@ -31,6 +31,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
+
theFlag: {
|
|
35
|
+
type?: import("vue").PropType<string>;
|
|
36
|
+
default?: string;
|
|
37
|
+
};
|
|
34
38
|
id: {
|
|
35
39
|
type?: import("vue").PropType<string>;
|
|
36
40
|
default?: string;
|
|
@@ -209,6 +213,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
209
213
|
[key: string]: any;
|
|
210
214
|
};
|
|
211
215
|
};
|
|
216
|
+
theFlag: {
|
|
217
|
+
type?: import("vue").PropType<string>;
|
|
218
|
+
default?: string;
|
|
219
|
+
};
|
|
212
220
|
id: {
|
|
213
221
|
type?: import("vue").PropType<string>;
|
|
214
222
|
default?: string;
|
|
@@ -31,6 +31,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
+
theFlag: {
|
|
35
|
+
type?: import("vue").PropType<string>;
|
|
36
|
+
default?: string;
|
|
37
|
+
};
|
|
34
38
|
id: {
|
|
35
39
|
type?: import("vue").PropType<string>;
|
|
36
40
|
default?: string;
|
|
@@ -209,6 +213,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
209
213
|
[key: string]: any;
|
|
210
214
|
};
|
|
211
215
|
};
|
|
216
|
+
theFlag: {
|
|
217
|
+
type?: import("vue").PropType<string>;
|
|
218
|
+
default?: string;
|
|
219
|
+
};
|
|
212
220
|
id: {
|
|
213
221
|
type?: import("vue").PropType<string>;
|
|
214
222
|
default?: string;
|
|
@@ -11,6 +11,7 @@ export interface IndexPanelProps extends Props {
|
|
|
11
11
|
graphicConfig: {
|
|
12
12
|
[key: string]: any;
|
|
13
13
|
};
|
|
14
|
+
theFlag: string;
|
|
14
15
|
}
|
|
15
16
|
export declare const indexPanelProps: IndexPanelProps;
|
|
16
17
|
export declare const indexPanelComponentProps: {
|
|
@@ -46,6 +47,10 @@ export declare const indexPanelComponentProps: {
|
|
|
46
47
|
[key: string]: any;
|
|
47
48
|
};
|
|
48
49
|
};
|
|
50
|
+
theFlag: {
|
|
51
|
+
type?: import("vue").PropType<string>;
|
|
52
|
+
default?: string;
|
|
53
|
+
};
|
|
49
54
|
id: {
|
|
50
55
|
type?: import("vue").PropType<string>;
|
|
51
56
|
default?: string;
|
|
@@ -444,6 +444,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
444
444
|
fullMode: boolean;
|
|
445
445
|
}>;
|
|
446
446
|
indicatorUrl: import("vue").ComputedRef<any>;
|
|
447
|
+
scaleValue: {
|
|
448
|
+
widthScale: string;
|
|
449
|
+
heightScale: string;
|
|
450
|
+
};
|
|
447
451
|
click: () => void;
|
|
448
452
|
onTableChange: ({ type, data }: {
|
|
449
453
|
type: any;
|
|
@@ -444,6 +444,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
444
444
|
fullMode: boolean;
|
|
445
445
|
}>;
|
|
446
446
|
indicatorUrl: import("vue").ComputedRef<any>;
|
|
447
|
+
scaleValue: {
|
|
448
|
+
widthScale: string;
|
|
449
|
+
heightScale: string;
|
|
450
|
+
};
|
|
447
451
|
click: () => void;
|
|
448
452
|
onTableChange: ({ type, data }: {
|
|
449
453
|
type: any;
|
|
@@ -127,6 +127,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
127
127
|
conditionInfo: import("vue").Ref<any[]>;
|
|
128
128
|
indDetailModalRef: import("vue").Ref<any>;
|
|
129
129
|
trendModalRef: import("vue").Ref<any>;
|
|
130
|
+
allDimensions: import("vue").Ref<any[]>;
|
|
131
|
+
scaleValue: any;
|
|
130
132
|
getContainer: () => Element;
|
|
131
133
|
handleTableChange: (page: any) => void;
|
|
132
134
|
toggleFullScreen: () => void;
|
|
@@ -127,6 +127,8 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
|
|
|
127
127
|
conditionInfo: import("vue").Ref<any[]>;
|
|
128
128
|
indDetailModalRef: import("vue").Ref<any>;
|
|
129
129
|
trendModalRef: import("vue").Ref<any>;
|
|
130
|
+
allDimensions: import("vue").Ref<any[]>;
|
|
131
|
+
scaleValue: any;
|
|
130
132
|
getContainer: () => Element;
|
|
131
133
|
handleTableChange: (page: any) => void;
|
|
132
134
|
toggleFullScreen: () => void;
|