g-ui-web 0.11.36 → 0.11.37

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
@@ -31,6 +31,7 @@ export declare function throttle(func: Func, interval: number, options?: {
31
31
  export declare function toLine(name: string): string;
32
32
  export declare function formatNumber(value: number | string, precision?: number, separator?: string, decimal?: string, prefix?: string, suffix?: string): string;
33
33
  export declare const formatNumberDigit: (num: any, digit: any) => any;
34
+ export declare const formatPercentage: (number: any) => string;
34
35
  /**
35
36
  * 数据转化
36
37
  */
@@ -147,5 +147,6 @@ declare const theme: {
147
147
  cupTHeadBgColor: string;
148
148
  cupTbodyBgColor: string;
149
149
  loadingList: string[];
150
+ timeBoxColor: string;
150
151
  };
151
152
  export default theme;
@@ -150,5 +150,6 @@ declare const theme: {
150
150
  cupTHeadBgColor: string;
151
151
  cupTbodyBgColor: string;
152
152
  loadingList: string[];
153
+ timeBoxColor: string;
153
154
  };
154
155
  export default theme;
@@ -147,5 +147,6 @@ declare const theme: {
147
147
  cupTHeadBgColor: string;
148
148
  cupTbodyBgColor: string;
149
149
  loadingList: string[];
150
+ timeBoxColor: string;
150
151
  };
151
152
  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.11.36",
5
+ "version": "0.11.37",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",