@visactor/vchart-schema 1.12.6 → 1.12.7-alpha.0
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 +3 -3
- package/vchart.json +24 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-schema",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.7-alpha.0",
|
|
4
4
|
"description": "The VChart JSON schema file.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "vchart.json",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"jest-electron": "^0.1.12",
|
|
20
20
|
"ts-jest": "^26.0.0",
|
|
21
21
|
"@types/semver": "7.3.12",
|
|
22
|
-
"@internal/
|
|
23
|
-
"@internal/
|
|
22
|
+
"@internal/ts-config": "0.0.1",
|
|
23
|
+
"@internal/eslint-config": "0.0.1"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "",
|
|
26
26
|
"bugs": "https://github.com/VisActor/VChart/issues",
|
package/vchart.json
CHANGED
|
@@ -30394,6 +30394,9 @@
|
|
|
30394
30394
|
"description": "模块是否裁剪超出布局区域外的绘图内容",
|
|
30395
30395
|
"type": "boolean"
|
|
30396
30396
|
},
|
|
30397
|
+
"customFilter": {
|
|
30398
|
+
"typeof": "function"
|
|
30399
|
+
},
|
|
30397
30400
|
"endText": {
|
|
30398
30401
|
"typeof": "function"
|
|
30399
30402
|
},
|
|
@@ -33317,6 +33320,9 @@
|
|
|
33317
33320
|
"cursor": {
|
|
33318
33321
|
"$ref": "#/definitions/Cursor"
|
|
33319
33322
|
},
|
|
33323
|
+
"customFilter": {
|
|
33324
|
+
"typeof": "function"
|
|
33325
|
+
},
|
|
33320
33326
|
"customPickShape": {
|
|
33321
33327
|
"typeof": "function"
|
|
33322
33328
|
},
|
|
@@ -81804,7 +81810,7 @@
|
|
|
81804
81810
|
},
|
|
81805
81811
|
"Map<Function,(...args:any[])=>void>": {
|
|
81806
81812
|
"properties": {
|
|
81807
|
-
"__@toStringTag@
|
|
81813
|
+
"__@toStringTag@13706": {
|
|
81808
81814
|
"type": "string"
|
|
81809
81815
|
},
|
|
81810
81816
|
"size": {
|
|
@@ -81812,14 +81818,14 @@
|
|
|
81812
81818
|
}
|
|
81813
81819
|
},
|
|
81814
81820
|
"required": [
|
|
81815
|
-
"__@toStringTag@
|
|
81821
|
+
"__@toStringTag@13706",
|
|
81816
81822
|
"size"
|
|
81817
81823
|
],
|
|
81818
81824
|
"type": "object"
|
|
81819
81825
|
},
|
|
81820
81826
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
81821
81827
|
"properties": {
|
|
81822
|
-
"__@toStringTag@
|
|
81828
|
+
"__@toStringTag@13706": {
|
|
81823
81829
|
"type": "string"
|
|
81824
81830
|
},
|
|
81825
81831
|
"size": {
|
|
@@ -81827,14 +81833,14 @@
|
|
|
81827
81833
|
}
|
|
81828
81834
|
},
|
|
81829
81835
|
"required": [
|
|
81830
|
-
"__@toStringTag@
|
|
81836
|
+
"__@toStringTag@13706",
|
|
81831
81837
|
"size"
|
|
81832
81838
|
],
|
|
81833
81839
|
"type": "object"
|
|
81834
81840
|
},
|
|
81835
81841
|
"Map<string,any>": {
|
|
81836
81842
|
"properties": {
|
|
81837
|
-
"__@toStringTag@
|
|
81843
|
+
"__@toStringTag@13706": {
|
|
81838
81844
|
"type": "string"
|
|
81839
81845
|
},
|
|
81840
81846
|
"size": {
|
|
@@ -81842,14 +81848,14 @@
|
|
|
81842
81848
|
}
|
|
81843
81849
|
},
|
|
81844
81850
|
"required": [
|
|
81845
|
-
"__@toStringTag@
|
|
81851
|
+
"__@toStringTag@13706",
|
|
81846
81852
|
"size"
|
|
81847
81853
|
],
|
|
81848
81854
|
"type": "object"
|
|
81849
81855
|
},
|
|
81850
81856
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
81851
81857
|
"properties": {
|
|
81852
|
-
"__@toStringTag@
|
|
81858
|
+
"__@toStringTag@13706": {
|
|
81853
81859
|
"type": "string"
|
|
81854
81860
|
},
|
|
81855
81861
|
"size": {
|
|
@@ -81857,14 +81863,14 @@
|
|
|
81857
81863
|
}
|
|
81858
81864
|
},
|
|
81859
81865
|
"required": [
|
|
81860
|
-
"__@toStringTag@
|
|
81866
|
+
"__@toStringTag@13706",
|
|
81861
81867
|
"size"
|
|
81862
81868
|
],
|
|
81863
81869
|
"type": "object"
|
|
81864
81870
|
},
|
|
81865
81871
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
81866
81872
|
"properties": {
|
|
81867
|
-
"__@toStringTag@
|
|
81873
|
+
"__@toStringTag@13706": {
|
|
81868
81874
|
"type": "string"
|
|
81869
81875
|
},
|
|
81870
81876
|
"size": {
|
|
@@ -81872,14 +81878,14 @@
|
|
|
81872
81878
|
}
|
|
81873
81879
|
},
|
|
81874
81880
|
"required": [
|
|
81875
|
-
"__@toStringTag@
|
|
81881
|
+
"__@toStringTag@13706",
|
|
81876
81882
|
"size"
|
|
81877
81883
|
],
|
|
81878
81884
|
"type": "object"
|
|
81879
81885
|
},
|
|
81880
81886
|
"Map<string|number,IAnimate>": {
|
|
81881
81887
|
"properties": {
|
|
81882
|
-
"__@toStringTag@
|
|
81888
|
+
"__@toStringTag@13706": {
|
|
81883
81889
|
"type": "string"
|
|
81884
81890
|
},
|
|
81885
81891
|
"size": {
|
|
@@ -81887,7 +81893,7 @@
|
|
|
81887
81893
|
}
|
|
81888
81894
|
},
|
|
81889
81895
|
"required": [
|
|
81890
|
-
"__@toStringTag@
|
|
81896
|
+
"__@toStringTag@13706",
|
|
81891
81897
|
"size"
|
|
81892
81898
|
],
|
|
81893
81899
|
"type": "object"
|
|
@@ -102934,34 +102940,34 @@
|
|
|
102934
102940
|
},
|
|
102935
102941
|
"Promise<FontFaceSet>": {
|
|
102936
102942
|
"properties": {
|
|
102937
|
-
"__@toStringTag@
|
|
102943
|
+
"__@toStringTag@13706": {
|
|
102938
102944
|
"type": "string"
|
|
102939
102945
|
}
|
|
102940
102946
|
},
|
|
102941
102947
|
"required": [
|
|
102942
|
-
"__@toStringTag@
|
|
102948
|
+
"__@toStringTag@13706"
|
|
102943
102949
|
],
|
|
102944
102950
|
"type": "object"
|
|
102945
102951
|
},
|
|
102946
102952
|
"Promise<ServiceWorkerRegistration>": {
|
|
102947
102953
|
"properties": {
|
|
102948
|
-
"__@toStringTag@
|
|
102954
|
+
"__@toStringTag@13706": {
|
|
102949
102955
|
"type": "string"
|
|
102950
102956
|
}
|
|
102951
102957
|
},
|
|
102952
102958
|
"required": [
|
|
102953
|
-
"__@toStringTag@
|
|
102959
|
+
"__@toStringTag@13706"
|
|
102954
102960
|
],
|
|
102955
102961
|
"type": "object"
|
|
102956
102962
|
},
|
|
102957
102963
|
"Promise<any>": {
|
|
102958
102964
|
"properties": {
|
|
102959
|
-
"__@toStringTag@
|
|
102965
|
+
"__@toStringTag@13706": {
|
|
102960
102966
|
"type": "string"
|
|
102961
102967
|
}
|
|
102962
102968
|
},
|
|
102963
102969
|
"required": [
|
|
102964
|
-
"__@toStringTag@
|
|
102970
|
+
"__@toStringTag@13706"
|
|
102965
102971
|
],
|
|
102966
102972
|
"type": "object"
|
|
102967
102973
|
},
|