g-ui-web 0.11.12 → 0.11.13

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/lib/style.css.gz CHANGED
Binary file
@@ -5,13 +5,13 @@ export declare const initOptions: (type: any, num: any, size: any, bg: any, text
5
5
  textStyle: {
6
6
  fontSize: number;
7
7
  fontWeight: number;
8
- color: any;
8
+ color: string;
9
9
  };
10
10
  subtext: string;
11
11
  padding: number;
12
12
  subtextStyle: {
13
13
  fontWeight: number;
14
- color: any;
14
+ color: string;
15
15
  fontSize: number;
16
16
  };
17
17
  x: string;
@@ -28,7 +28,7 @@ export declare const initOptions: (type: any, num: any, size: any, bg: any, text
28
28
  axisLine: {
29
29
  roundCap: boolean;
30
30
  lineStyle: {
31
- color: any[][];
31
+ color: (string | number)[][];
32
32
  width: number;
33
33
  };
34
34
  };
@@ -55,10 +55,10 @@ export declare const initOptions: (type: any, num: any, size: any, bg: any, text
55
55
  showAbove: boolean;
56
56
  icon: string;
57
57
  itemStyle: {
58
- color: any;
58
+ color: string;
59
59
  borderWidth: number;
60
60
  borderType: string;
61
- borderColor: any;
61
+ borderColor: string;
62
62
  };
63
63
  };
64
64
  axisTick: {
@@ -1,4 +1,4 @@
1
- export declare const setTheme: (theme: string) => void;
1
+ export declare const setTheme: (theme: string) => string;
2
2
  export declare const getThemeList: () => {
3
3
  name: string;
4
4
  value: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "0.11.12",
5
+ "version": "0.11.13",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",