tvcharts 0.7.95 → 0.7.96
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": "tvcharts",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.96",
|
|
4
4
|
"description": "基于echarts5.5.0二次开发",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "2.3.0",
|
|
51
|
-
"tvrender": "^5.6.
|
|
51
|
+
"tvrender": "^5.6.91"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@babel/code-frame": "7.10.4",
|
package/types/dist/echarts.d.ts
CHANGED
|
@@ -918,7 +918,7 @@ declare function hasOwn(own: object, prop: string): boolean;
|
|
|
918
918
|
declare function noop(): void;
|
|
919
919
|
declare const RADIAN_TO_DEGREE: number;
|
|
920
920
|
declare type Color = number[] | Float32Array;
|
|
921
|
-
declare function parseRgbaStringFast(str: string): Float32Array;
|
|
921
|
+
declare function parseRgbaStringFast(str: string): any[] | Float32Array;
|
|
922
922
|
declare function colorToRgba(color?: string): Color;
|
|
923
923
|
|
|
924
924
|
declare const util_d_curry: typeof curry;
|
|
@@ -1229,7 +1229,7 @@ declare type ElementSSRData = HashMap<unknown>;
|
|
|
1229
1229
|
declare type ElementSSRDataGetter<T> = (el: Element) => HashMap<T>;
|
|
1230
1230
|
declare function getElementSSRData(el: Element): ElementSSRData;
|
|
1231
1231
|
declare function registerSSRDataGetter<T>(getter: ElementSSRDataGetter<T>): void;
|
|
1232
|
-
declare const version = "5.6.
|
|
1232
|
+
declare const version = "5.6.91";
|
|
1233
1233
|
interface ZRenderType extends ZRender {
|
|
1234
1234
|
}
|
|
1235
1235
|
|
package/types/dist/shared.d.ts
CHANGED
|
@@ -918,7 +918,7 @@ declare function hasOwn(own: object, prop: string): boolean;
|
|
|
918
918
|
declare function noop(): void;
|
|
919
919
|
declare const RADIAN_TO_DEGREE: number;
|
|
920
920
|
declare type Color = number[] | Float32Array;
|
|
921
|
-
declare function parseRgbaStringFast(str: string): Float32Array;
|
|
921
|
+
declare function parseRgbaStringFast(str: string): any[] | Float32Array;
|
|
922
922
|
declare function colorToRgba(color?: string): Color;
|
|
923
923
|
|
|
924
924
|
declare const util_d_curry: typeof curry;
|
|
@@ -1229,7 +1229,7 @@ declare type ElementSSRData = HashMap<unknown>;
|
|
|
1229
1229
|
declare type ElementSSRDataGetter<T> = (el: Element) => HashMap<T>;
|
|
1230
1230
|
declare function getElementSSRData(el: Element): ElementSSRData;
|
|
1231
1231
|
declare function registerSSRDataGetter<T>(getter: ElementSSRDataGetter<T>): void;
|
|
1232
|
-
declare const version = "5.6.
|
|
1232
|
+
declare const version = "5.6.91";
|
|
1233
1233
|
interface ZRenderType extends ZRender {
|
|
1234
1234
|
}
|
|
1235
1235
|
|