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/box/index.d.ts +15 -0
- package/lib/box/src/index.vue.d.ts +9 -0
- package/lib/g-ui-web.js +8009 -7993
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +53 -53
- package/lib/pie-distri/src/options.d.ts +0 -3
- package/lib/radar/src/options.d.ts +2 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/theme/config/black-gold.d.ts +1 -0
- package/lib/utils/theme/config/white-blue.d.ts +1 -0
- package/lib/utils/theme/config/white-green.d.ts +1 -0
- package/package.json +1 -1
package/lib/style.css.gz
CHANGED
|
Binary file
|
package/lib/utils/index.d.ts
CHANGED
|
@@ -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
|
*/
|