@visactor/vchart-schema 2.0.1-alpha.5 → 2.0.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +108 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.1-alpha.5",
3
+ "version": "2.0.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -37409,6 +37409,12 @@
37409
37409
  }
37410
37410
  ]
37411
37411
  },
37412
+ "pauseAnimation": {
37413
+ "typeof": "function"
37414
+ },
37415
+ "reApplyAnimationState": {
37416
+ "typeof": "function"
37417
+ },
37412
37418
  "release": {
37413
37419
  "typeof": "function"
37414
37420
  },
@@ -37444,6 +37450,9 @@
37444
37450
  "resources": {
37445
37451
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
37446
37452
  },
37453
+ "resumeAnimation": {
37454
+ "typeof": "function"
37455
+ },
37447
37456
  "rotate": {
37448
37457
  "typeof": "function"
37449
37458
  },
@@ -37504,6 +37513,9 @@
37504
37513
  "stopAnimates": {
37505
37514
  "typeof": "function"
37506
37515
  },
37516
+ "stopAnimation": {
37517
+ "typeof": "function"
37518
+ },
37507
37519
  "toCustomPath": {
37508
37520
  "typeof": "function"
37509
37521
  },
@@ -37972,6 +37984,12 @@
37972
37984
  }
37973
37985
  ]
37974
37986
  },
37987
+ "pauseAnimation": {
37988
+ "typeof": "function"
37989
+ },
37990
+ "reApplyAnimationState": {
37991
+ "typeof": "function"
37992
+ },
37975
37993
  "release": {
37976
37994
  "typeof": "function"
37977
37995
  },
@@ -38007,6 +38025,9 @@
38007
38025
  "resources": {
38008
38026
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
38009
38027
  },
38028
+ "resumeAnimation": {
38029
+ "typeof": "function"
38030
+ },
38010
38031
  "rotate": {
38011
38032
  "typeof": "function"
38012
38033
  },
@@ -38067,6 +38088,9 @@
38067
38088
  "stopAnimates": {
38068
38089
  "typeof": "function"
38069
38090
  },
38091
+ "stopAnimation": {
38092
+ "typeof": "function"
38093
+ },
38070
38094
  "toCustomPath": {
38071
38095
  "typeof": "function"
38072
38096
  },
@@ -38535,6 +38559,12 @@
38535
38559
  }
38536
38560
  ]
38537
38561
  },
38562
+ "pauseAnimation": {
38563
+ "typeof": "function"
38564
+ },
38565
+ "reApplyAnimationState": {
38566
+ "typeof": "function"
38567
+ },
38538
38568
  "release": {
38539
38569
  "typeof": "function"
38540
38570
  },
@@ -38570,6 +38600,9 @@
38570
38600
  "resources": {
38571
38601
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
38572
38602
  },
38603
+ "resumeAnimation": {
38604
+ "typeof": "function"
38605
+ },
38573
38606
  "rotate": {
38574
38607
  "typeof": "function"
38575
38608
  },
@@ -38630,6 +38663,9 @@
38630
38663
  "stopAnimates": {
38631
38664
  "typeof": "function"
38632
38665
  },
38666
+ "stopAnimation": {
38667
+ "typeof": "function"
38668
+ },
38633
38669
  "toCustomPath": {
38634
38670
  "typeof": "function"
38635
38671
  },
@@ -39277,6 +39313,12 @@
39277
39313
  }
39278
39314
  ]
39279
39315
  },
39316
+ "pauseAnimation": {
39317
+ "typeof": "function"
39318
+ },
39319
+ "reApplyAnimationState": {
39320
+ "typeof": "function"
39321
+ },
39280
39322
  "release": {
39281
39323
  "typeof": "function"
39282
39324
  },
@@ -39312,6 +39354,9 @@
39312
39354
  "resources": {
39313
39355
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
39314
39356
  },
39357
+ "resumeAnimation": {
39358
+ "typeof": "function"
39359
+ },
39315
39360
  "rotate": {
39316
39361
  "typeof": "function"
39317
39362
  },
@@ -39378,6 +39423,9 @@
39378
39423
  "stopAnimates": {
39379
39424
  "typeof": "function"
39380
39425
  },
39426
+ "stopAnimation": {
39427
+ "typeof": "function"
39428
+ },
39381
39429
  "theme": {
39382
39430
  "$ref": "#/definitions/ITheme"
39383
39431
  },
@@ -43775,6 +43823,9 @@
43775
43823
  }
43776
43824
  ]
43777
43825
  },
43826
+ "pauseAnimation": {
43827
+ "typeof": "function"
43828
+ },
43778
43829
  "pick": {
43779
43830
  "typeof": "function"
43780
43831
  },
@@ -43784,6 +43835,9 @@
43784
43835
  "prepare": {
43785
43836
  "typeof": "function"
43786
43837
  },
43838
+ "reApplyAnimationState": {
43839
+ "typeof": "function"
43840
+ },
43787
43841
  "release": {
43788
43842
  "typeof": "function"
43789
43843
  },
@@ -43831,6 +43885,9 @@
43831
43885
  "resources": {
43832
43886
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
43833
43887
  },
43888
+ "resumeAnimation": {
43889
+ "typeof": "function"
43890
+ },
43834
43891
  "rotate": {
43835
43892
  "typeof": "function"
43836
43893
  },
@@ -43906,6 +43963,9 @@
43906
43963
  "stopAnimates": {
43907
43964
  "typeof": "function"
43908
43965
  },
43966
+ "stopAnimation": {
43967
+ "typeof": "function"
43968
+ },
43909
43969
  "subLayers": {
43910
43970
  "$ref": "#/definitions/Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>"
43911
43971
  },
@@ -53502,6 +53562,7 @@
53502
53562
  ]
53503
53563
  },
53504
53564
  "INode": {
53565
+ "additionalProperties": {},
53505
53566
  "properties": {
53506
53567
  "_next": {
53507
53568
  "$ref": "#/definitions/INode"
@@ -67459,6 +67520,12 @@
67459
67520
  }
67460
67521
  ]
67461
67522
  },
67523
+ "pauseAnimation": {
67524
+ "typeof": "function"
67525
+ },
67526
+ "reApplyAnimationState": {
67527
+ "typeof": "function"
67528
+ },
67462
67529
  "release": {
67463
67530
  "typeof": "function"
67464
67531
  },
@@ -67494,6 +67561,9 @@
67494
67561
  "resources": {
67495
67562
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
67496
67563
  },
67564
+ "resumeAnimation": {
67565
+ "typeof": "function"
67566
+ },
67497
67567
  "rotate": {
67498
67568
  "typeof": "function"
67499
67569
  },
@@ -67563,6 +67633,9 @@
67563
67633
  "stopAnimates": {
67564
67634
  "typeof": "function"
67565
67635
  },
67636
+ "stopAnimation": {
67637
+ "typeof": "function"
67638
+ },
67566
67639
  "theme": {
67567
67640
  "$ref": "#/definitions/ITheme"
67568
67641
  },
@@ -68001,6 +68074,9 @@
68001
68074
  "parent": {
68002
68075
  "$ref": "#/definitions/IStage"
68003
68076
  },
68077
+ "pauseAnimation": {
68078
+ "typeof": "function"
68079
+ },
68004
68080
  "pauseRender": {
68005
68081
  "typeof": "function"
68006
68082
  },
@@ -68013,6 +68089,9 @@
68013
68089
  "pluginService": {
68014
68090
  "$ref": "#/definitions/IPluginService"
68015
68091
  },
68092
+ "reApplyAnimationState": {
68093
+ "typeof": "function"
68094
+ },
68016
68095
  "release": {
68017
68096
  "typeof": "function"
68018
68097
  },
@@ -68072,6 +68151,9 @@
68072
68151
  "resizeWindow": {
68073
68152
  "typeof": "function"
68074
68153
  },
68154
+ "resumeAnimation": {
68155
+ "typeof": "function"
68156
+ },
68075
68157
  "resumeRender": {
68076
68158
  "typeof": "function"
68077
68159
  },
@@ -68127,6 +68209,9 @@
68127
68209
  "startAnimate": {
68128
68210
  "typeof": "function"
68129
68211
  },
68212
+ "stopAnimation": {
68213
+ "typeof": "function"
68214
+ },
68130
68215
  "ticker": {
68131
68216
  "$ref": "#/definitions/ITicker"
68132
68217
  },
@@ -78914,7 +78999,7 @@
78914
78999
  },
78915
79000
  "Map<Function,(...args:any[])=>void>": {
78916
79001
  "properties": {
78917
- "__@toStringTag@12765": {
79002
+ "__@toStringTag@12766": {
78918
79003
  "type": "string"
78919
79004
  },
78920
79005
  "size": {
@@ -78922,14 +79007,14 @@
78922
79007
  }
78923
79008
  },
78924
79009
  "required": [
78925
- "__@toStringTag@12765",
79010
+ "__@toStringTag@12766",
78926
79011
  "size"
78927
79012
  ],
78928
79013
  "type": "object"
78929
79014
  },
78930
79015
  "Map<number,IGraphicRender>": {
78931
79016
  "properties": {
78932
- "__@toStringTag@12765": {
79017
+ "__@toStringTag@12766": {
78933
79018
  "type": "string"
78934
79019
  },
78935
79020
  "size": {
@@ -78937,14 +79022,14 @@
78937
79022
  }
78938
79023
  },
78939
79024
  "required": [
78940
- "__@toStringTag@12765",
79025
+ "__@toStringTag@12766",
78941
79026
  "size"
78942
79027
  ],
78943
79028
  "type": "object"
78944
79029
  },
78945
79030
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
78946
79031
  "properties": {
78947
- "__@toStringTag@12765": {
79032
+ "__@toStringTag@12766": {
78948
79033
  "type": "string"
78949
79034
  },
78950
79035
  "size": {
@@ -78952,14 +79037,14 @@
78952
79037
  }
78953
79038
  },
78954
79039
  "required": [
78955
- "__@toStringTag@12765",
79040
+ "__@toStringTag@12766",
78956
79041
  "size"
78957
79042
  ],
78958
79043
  "type": "object"
78959
79044
  },
78960
79045
  "Map<string,Map<number,IGraphicRender>>": {
78961
79046
  "properties": {
78962
- "__@toStringTag@12765": {
79047
+ "__@toStringTag@12766": {
78963
79048
  "type": "string"
78964
79049
  },
78965
79050
  "size": {
@@ -78967,14 +79052,14 @@
78967
79052
  }
78968
79053
  },
78969
79054
  "required": [
78970
- "__@toStringTag@12765",
79055
+ "__@toStringTag@12766",
78971
79056
  "size"
78972
79057
  ],
78973
79058
  "type": "object"
78974
79059
  },
78975
79060
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
78976
79061
  "properties": {
78977
- "__@toStringTag@12765": {
79062
+ "__@toStringTag@12766": {
78978
79063
  "type": "string"
78979
79064
  },
78980
79065
  "size": {
@@ -78982,14 +79067,14 @@
78982
79067
  }
78983
79068
  },
78984
79069
  "required": [
78985
- "__@toStringTag@12765",
79070
+ "__@toStringTag@12766",
78986
79071
  "size"
78987
79072
  ],
78988
79073
  "type": "object"
78989
79074
  },
78990
79075
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
78991
79076
  "properties": {
78992
- "__@toStringTag@12765": {
79077
+ "__@toStringTag@12766": {
78993
79078
  "type": "string"
78994
79079
  },
78995
79080
  "size": {
@@ -78997,14 +79082,14 @@
78997
79082
  }
78998
79083
  },
78999
79084
  "required": [
79000
- "__@toStringTag@12765",
79085
+ "__@toStringTag@12766",
79001
79086
  "size"
79002
79087
  ],
79003
79088
  "type": "object"
79004
79089
  },
79005
79090
  "Map<string|number,IAnimate>": {
79006
79091
  "properties": {
79007
- "__@toStringTag@12765": {
79092
+ "__@toStringTag@12766": {
79008
79093
  "type": "string"
79009
79094
  },
79010
79095
  "size": {
@@ -79012,7 +79097,7 @@
79012
79097
  }
79013
79098
  },
79014
79099
  "required": [
79015
- "__@toStringTag@12765",
79100
+ "__@toStringTag@12766",
79016
79101
  "size"
79017
79102
  ],
79018
79103
  "type": "object"
@@ -93777,6 +93862,9 @@
93777
93862
  "Partial<IStageParams>": {
93778
93863
  "properties": {
93779
93864
  "ReactDOM": {},
93865
+ "afterClearScreen": {
93866
+ "typeof": "function"
93867
+ },
93780
93868
  "afterRender": {
93781
93869
  "typeof": "function"
93782
93870
  },
@@ -100490,34 +100578,34 @@
100490
100578
  },
100491
100579
  "Promise<FontFaceSet>": {
100492
100580
  "properties": {
100493
- "__@toStringTag@12765": {
100581
+ "__@toStringTag@12766": {
100494
100582
  "type": "string"
100495
100583
  }
100496
100584
  },
100497
100585
  "required": [
100498
- "__@toStringTag@12765"
100586
+ "__@toStringTag@12766"
100499
100587
  ],
100500
100588
  "type": "object"
100501
100589
  },
100502
100590
  "Promise<ServiceWorkerRegistration>": {
100503
100591
  "properties": {
100504
- "__@toStringTag@12765": {
100592
+ "__@toStringTag@12766": {
100505
100593
  "type": "string"
100506
100594
  }
100507
100595
  },
100508
100596
  "required": [
100509
- "__@toStringTag@12765"
100597
+ "__@toStringTag@12766"
100510
100598
  ],
100511
100599
  "type": "object"
100512
100600
  },
100513
100601
  "Promise<any>": {
100514
100602
  "properties": {
100515
- "__@toStringTag@12765": {
100603
+ "__@toStringTag@12766": {
100516
100604
  "type": "string"
100517
100605
  }
100518
100606
  },
100519
100607
  "required": [
100520
- "__@toStringTag@12765"
100608
+ "__@toStringTag@12766"
100521
100609
  ],
100522
100610
  "type": "object"
100523
100611
  },