@ecan-bi/datav 1.6.10 → 1.6.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.6.10",
3
+ "version": "1.6.12",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -35,6 +35,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
35
35
  type?: import("vue").PropType<string>;
36
36
  default?: string;
37
37
  };
38
+ backgroundColor: {
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
41
+ };
38
42
  id: {
39
43
  type?: import("vue").PropType<string>;
40
44
  default?: string;
@@ -225,6 +229,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
225
229
  type?: import("vue").PropType<string>;
226
230
  default?: string;
227
231
  };
232
+ backgroundColor: {
233
+ type?: import("vue").PropType<string>;
234
+ default?: string;
235
+ };
228
236
  id: {
229
237
  type?: import("vue").PropType<string>;
230
238
  default?: string;
@@ -35,6 +35,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
35
35
  type?: import("vue").PropType<string>;
36
36
  default?: string;
37
37
  };
38
+ backgroundColor: {
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
41
+ };
38
42
  id: {
39
43
  type?: import("vue").PropType<string>;
40
44
  default?: string;
@@ -225,6 +229,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
225
229
  type?: import("vue").PropType<string>;
226
230
  default?: string;
227
231
  };
232
+ backgroundColor: {
233
+ type?: import("vue").PropType<string>;
234
+ default?: string;
235
+ };
228
236
  id: {
229
237
  type?: import("vue").PropType<string>;
230
238
  default?: string;
@@ -12,6 +12,7 @@ export interface IndexPanelProps extends Props {
12
12
  [key: string]: any;
13
13
  };
14
14
  theFlag: string;
15
+ backgroundColor: string;
15
16
  }
16
17
  export declare const indexPanelProps: IndexPanelProps;
17
18
  export declare const indexPanelComponentProps: {
@@ -51,6 +52,10 @@ export declare const indexPanelComponentProps: {
51
52
  type?: import("vue").PropType<string>;
52
53
  default?: string;
53
54
  };
55
+ backgroundColor: {
56
+ type?: import("vue").PropType<string>;
57
+ default?: string;
58
+ };
54
59
  id: {
55
60
  type?: import("vue").PropType<string>;
56
61
  default?: string;