g-ui-web 0.9.7 → 0.10.2

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
@@ -50,4 +50,5 @@ export declare const setBaseConfig: (config?: configProps) => {
50
50
  token: string;
51
51
  };
52
52
  export declare const getBaseConfig: () => any;
53
+ export declare const typeofXAxis: (item: any) => "function" | "string" | "number" | "object" | "boolean" | "undefined" | "bigint" | "symbol" | "null";
53
54
  export {};
@@ -112,5 +112,7 @@ declare const theme: {
112
112
  aMapStyle: string;
113
113
  aMapScatterColor: string;
114
114
  tooltipFill: string;
115
+ tableHeaderBgColor: string;
116
+ tableHeaderTextColor: string;
115
117
  };
116
118
  export default theme;
@@ -109,5 +109,7 @@ declare const theme: {
109
109
  aMapStyle: string;
110
110
  aMapScatterColor: string;
111
111
  tooltipFill: string;
112
+ tableHeaderBgColor: string;
113
+ tableHeaderTextColor: string;
112
114
  };
113
115
  export default theme;
@@ -109,5 +109,7 @@ declare const theme: {
109
109
  aMapStyle: string;
110
110
  aMapScatterColor: string;
111
111
  tooltipFill: string;
112
+ tableHeaderBgColor: string;
113
+ tableHeaderTextColor: string;
112
114
  };
113
115
  export default theme;
@@ -112,5 +112,7 @@ declare const theme: {
112
112
  aMapStyle: string;
113
113
  aMapScatterColor: string;
114
114
  tooltipFill: string;
115
+ tableHeaderBgColor: string;
116
+ tableHeaderTextColor: string;
115
117
  };
116
118
  export default theme;
@@ -109,5 +109,7 @@ declare const theme: {
109
109
  aMapStyle: string;
110
110
  aMapScatterColor: string;
111
111
  tooltipFill: string;
112
+ tableHeaderBgColor: string;
113
+ tableHeaderTextColor: string;
112
114
  };
113
115
  export default theme;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "0.9.7",
5
+ "version": "0.10.2",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",