@ecan-bi/datav 1.5.11 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.5.11",
3
+ "version": "1.5.12",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -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;