@visactor/vchart-schema 1.9.3-alpha.1 → 1.9.4-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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +77 -73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.9.3-alpha.1",
3
+ "version": "1.9.4-alpha.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -28467,9 +28467,6 @@
28467
28467
  "scalePoint": {
28468
28468
  "typeof": "function"
28469
28469
  },
28470
- "setClearMatrix": {
28471
- "typeof": "function"
28472
- },
28473
28470
  "setCommonStyle": {
28474
28471
  "typeof": "function"
28475
28472
  },
@@ -28614,7 +28611,6 @@
28614
28611
  "save",
28615
28612
  "scale",
28616
28613
  "scalePoint",
28617
- "setClearMatrix",
28618
28614
  "setCommonStyle",
28619
28615
  "setLineDash",
28620
28616
  "setStrokeStyle",
@@ -31867,6 +31863,7 @@
31867
31863
  "postMatrix": {
31868
31864
  "$ref": "#/definitions/IMatrix"
31869
31865
  },
31866
+ "renderStyle": {},
31870
31867
  "reversed": {
31871
31868
  "type": "boolean"
31872
31869
  },
@@ -42126,6 +42123,9 @@
42126
42123
  "combineSubLayer": {
42127
42124
  "typeof": "function"
42128
42125
  },
42126
+ "combineTo": {
42127
+ "typeof": "function"
42128
+ },
42129
42129
  "containNode": {
42130
42130
  "typeof": "function"
42131
42131
  },
@@ -42601,6 +42601,7 @@
42601
42601
  "clearUpdateShapeTag",
42602
42602
  "clone",
42603
42603
  "combineSubLayer",
42604
+ "combineTo",
42604
42605
  "containNode",
42605
42606
  "containsPoint",
42606
42607
  "count",
@@ -47788,37 +47789,6 @@
47788
47789
  ],
47789
47790
  "type": "object"
47790
47791
  },
47791
- "IMatrixLike": {
47792
- "properties": {
47793
- "a": {
47794
- "type": "number"
47795
- },
47796
- "b": {
47797
- "type": "number"
47798
- },
47799
- "c": {
47800
- "type": "number"
47801
- },
47802
- "d": {
47803
- "type": "number"
47804
- },
47805
- "e": {
47806
- "type": "number"
47807
- },
47808
- "f": {
47809
- "type": "number"
47810
- }
47811
- },
47812
- "required": [
47813
- "a",
47814
- "b",
47815
- "c",
47816
- "d",
47817
- "e",
47818
- "f"
47819
- ],
47820
- "type": "object"
47821
- },
47822
47792
  "IMediaQueryAction<any>": {
47823
47793
  "description": "命中媒体查询条件之后的动作",
47824
47794
  "properties": {
@@ -51526,6 +51496,7 @@
51526
51496
  "postMatrix": {
51527
51497
  "$ref": "#/definitions/IMatrix"
51528
51498
  },
51499
+ "renderStyle": {},
51529
51500
  "scaleCenter": {
51530
51501
  "items": [
51531
51502
  {
@@ -57591,6 +57562,12 @@
57591
57562
  "context": {
57592
57563
  "$ref": "#/definitions/IContext2d"
57593
57564
  },
57565
+ "height": {
57566
+ "type": "number"
57567
+ },
57568
+ "keepMatrix": {
57569
+ "type": "boolean"
57570
+ },
57594
57571
  "layer": {
57595
57572
  "$ref": "#/definitions/ILayer"
57596
57573
  },
@@ -57603,22 +57580,28 @@
57603
57580
  "stage": {
57604
57581
  "$ref": "#/definitions/IStage"
57605
57582
  },
57606
- "transMatrix": {
57607
- "$ref": "#/definitions/IMatrixLike"
57608
- },
57609
57583
  "updateBounds": {
57610
57584
  "type": "boolean"
57611
57585
  },
57612
- "viewBox": {
57613
- "$ref": "#/definitions/IBounds"
57586
+ "width": {
57587
+ "type": "number"
57588
+ },
57589
+ "x": {
57590
+ "type": "number"
57591
+ },
57592
+ "y": {
57593
+ "type": "number"
57614
57594
  }
57615
57595
  },
57616
57596
  "required": [
57597
+ "height",
57617
57598
  "layer",
57618
57599
  "renderService",
57619
57600
  "stage",
57620
57601
  "updateBounds",
57621
- "viewBox"
57602
+ "width",
57603
+ "x",
57604
+ "y"
57622
57605
  ],
57623
57606
  "type": "object"
57624
57607
  },
@@ -62814,9 +62797,6 @@
62814
62797
  "parent": {
62815
62798
  "$ref": "#/definitions/IStage"
62816
62799
  },
62817
- "pauseRender": {
62818
- "typeof": "function"
62819
- },
62820
62800
  "pick": {
62821
62801
  "typeof": "function"
62822
62802
  },
@@ -62885,9 +62865,6 @@
62885
62865
  "resizeWindow": {
62886
62866
  "typeof": "function"
62887
62867
  },
62888
- "resumeRender": {
62889
- "typeof": "function"
62890
- },
62891
62868
  "set3dOptions": {
62892
62869
  "typeof": "function"
62893
62870
  },
@@ -63036,7 +63013,6 @@
63036
63013
  "once",
63037
63014
  "params",
63038
63015
  "parent",
63039
- "pauseRender",
63040
63016
  "pick",
63041
63017
  "pluginService",
63042
63018
  "release",
@@ -63054,7 +63030,6 @@
63054
63030
  "resize",
63055
63031
  "resizeView",
63056
63032
  "resizeWindow",
63057
- "resumeRender",
63058
63033
  "set3dOptions",
63059
63034
  "setAfterRender",
63060
63035
  "setAllDescendantsProps",
@@ -69943,15 +69918,6 @@
69943
69918
  "getTopLeft": {
69944
69919
  "typeof": "function"
69945
69920
  },
69946
- "getViewBox": {
69947
- "typeof": "function"
69948
- },
69949
- "getViewBoxTransform": {
69950
- "typeof": "function"
69951
- },
69952
- "hasSubView": {
69953
- "typeof": "function"
69954
- },
69955
69921
  "height": {
69956
69922
  "type": "number"
69957
69923
  },
@@ -69976,9 +69942,6 @@
69976
69942
  "onVisibleChange": {
69977
69943
  "typeof": "function"
69978
69944
  },
69979
- "pointTransform": {
69980
- "typeof": "function"
69981
- },
69982
69945
  "release": {
69983
69946
  "typeof": "function"
69984
69947
  },
@@ -70001,12 +69964,6 @@
70001
69964
  "setDpr": {
70002
69965
  "typeof": "function"
70003
69966
  },
70004
- "setViewBox": {
70005
- "typeof": "function"
70006
- },
70007
- "setViewBoxTransform": {
70008
- "typeof": "function"
70009
- },
70010
69967
  "setWindowHandler": {
70011
69968
  "typeof": "function"
70012
69969
  },
@@ -70046,9 +70003,6 @@
70046
70003
  "getImageBuffer",
70047
70004
  "getNativeHandler",
70048
70005
  "getTopLeft",
70049
- "getViewBox",
70050
- "getViewBoxTransform",
70051
- "hasSubView",
70052
70006
  "height",
70053
70007
  "hooks",
70054
70008
  "isVisible",
@@ -70057,14 +70011,11 @@
70057
70011
  "minHeight",
70058
70012
  "minWidth",
70059
70013
  "onVisibleChange",
70060
- "pointTransform",
70061
70014
  "release",
70062
70015
  "removeEventListener",
70063
70016
  "resizable",
70064
70017
  "resize",
70065
70018
  "setDpr",
70066
- "setViewBox",
70067
- "setViewBoxTransform",
70068
70019
  "setWindowHandler",
70069
70020
  "style",
70070
70021
  "title",
@@ -73028,6 +72979,7 @@
73028
72979
  "postMatrix": {
73029
72980
  "$ref": "#/definitions/IMatrix"
73030
72981
  },
72982
+ "renderStyle": {},
73031
72983
  "reversed": {
73032
72984
  "type": "boolean"
73033
72985
  },
@@ -75672,6 +75624,7 @@
75672
75624
  "postMatrix": {
75673
75625
  "$ref": "#/definitions/IMatrix"
75674
75626
  },
75627
+ "renderStyle": {},
75675
75628
  "scaleCenter": {
75676
75629
  "items": [
75677
75630
  {
@@ -77570,6 +77523,7 @@
77570
77523
  "postMatrix": {
77571
77524
  "$ref": "#/definitions/IMatrix"
77572
77525
  },
77526
+ "renderStyle": {},
77573
77527
  "scaleCenter": {
77574
77528
  "items": [
77575
77529
  {
@@ -78294,6 +78248,7 @@
78294
78248
  "postMatrix": {
78295
78249
  "$ref": "#/definitions/IMatrix"
78296
78250
  },
78251
+ "renderStyle": {},
78297
78252
  "scaleCenter": {
78298
78253
  "items": [
78299
78254
  {
@@ -78731,6 +78686,7 @@
78731
78686
  "postMatrix": {
78732
78687
  "$ref": "#/definitions/IMatrix"
78733
78688
  },
78689
+ "renderStyle": {},
78734
78690
  "scaleCenter": {
78735
78691
  "items": [
78736
78692
  {
@@ -79211,6 +79167,7 @@
79211
79167
  "radius": {
79212
79168
  "type": "number"
79213
79169
  },
79170
+ "renderStyle": {},
79214
79171
  "scaleCenter": {
79215
79172
  "items": [
79216
79173
  {
@@ -79706,6 +79663,7 @@
79706
79663
  "postMatrix": {
79707
79664
  "$ref": "#/definitions/IMatrix"
79708
79665
  },
79666
+ "renderStyle": {},
79709
79667
  "scaleCenter": {
79710
79668
  "items": [
79711
79669
  {
@@ -80111,6 +80069,7 @@
80111
80069
  "postMatrix": {
80112
80070
  "$ref": "#/definitions/IMatrix"
80113
80071
  },
80072
+ "renderStyle": {},
80114
80073
  "scaleCenter": {
80115
80074
  "items": [
80116
80075
  {
@@ -80588,6 +80547,7 @@
80588
80547
  "postMatrix": {
80589
80548
  "$ref": "#/definitions/IMatrix"
80590
80549
  },
80550
+ "renderStyle": {},
80591
80551
  "scaleCenter": {
80592
80552
  "items": [
80593
80553
  {
@@ -81025,6 +80985,7 @@
81025
80985
  "postMatrix": {
81026
80986
  "$ref": "#/definitions/IMatrix"
81027
80987
  },
80988
+ "renderStyle": {},
81028
80989
  "repeatX": {
81029
80990
  "$ref": "#/definitions/IRepeatType"
81030
80991
  },
@@ -81729,6 +81690,7 @@
81729
81690
  "postMatrix": {
81730
81691
  "$ref": "#/definitions/IMatrix"
81731
81692
  },
81693
+ "renderStyle": {},
81732
81694
  "scaleCenter": {
81733
81695
  "items": [
81734
81696
  {
@@ -82959,6 +82921,7 @@
82959
82921
  "postMatrix": {
82960
82922
  "$ref": "#/definitions/IMatrix"
82961
82923
  },
82924
+ "renderStyle": {},
82962
82925
  "scaleCenter": {
82963
82926
  "items": [
82964
82927
  {
@@ -83383,6 +83346,7 @@
83383
83346
  "postMatrix": {
83384
83347
  "$ref": "#/definitions/IMatrix"
83385
83348
  },
83349
+ "renderStyle": {},
83386
83350
  "scaleCenter": {
83387
83351
  "items": [
83388
83352
  {
@@ -84053,6 +84017,7 @@
84053
84017
  "postMatrix": {
84054
84018
  "$ref": "#/definitions/IMatrix"
84055
84019
  },
84020
+ "renderStyle": {},
84056
84021
  "scaleCenter": {
84057
84022
  "items": [
84058
84023
  {
@@ -84480,6 +84445,7 @@
84480
84445
  "postMatrix": {
84481
84446
  "$ref": "#/definitions/IMatrix"
84482
84447
  },
84448
+ "renderStyle": {},
84483
84449
  "scaleCenter": {
84484
84450
  "items": [
84485
84451
  {
@@ -84943,6 +84909,9 @@
84943
84909
  "poptip": {
84944
84910
  "type": "boolean"
84945
84911
  },
84912
+ "renderKeepMatrix": {
84913
+ "type": "boolean"
84914
+ },
84946
84915
  "renderStyle": {
84947
84916
  "type": "string"
84948
84917
  },
@@ -85253,6 +85222,7 @@
85253
85222
  "postMatrix": {
85254
85223
  "$ref": "#/definitions/IMatrix"
85255
85224
  },
85225
+ "renderStyle": {},
85256
85226
  "scaleCenter": {
85257
85227
  "items": [
85258
85228
  {
@@ -85733,6 +85703,7 @@
85733
85703
  "postMatrix": {
85734
85704
  "$ref": "#/definitions/IMatrix"
85735
85705
  },
85706
+ "renderStyle": {},
85736
85707
  "scaleCenter": {
85737
85708
  "items": [
85738
85709
  {
@@ -86837,6 +86808,7 @@
86837
86808
  "postMatrix": {
86838
86809
  "$ref": "#/definitions/IMatrix"
86839
86810
  },
86811
+ "renderStyle": {},
86840
86812
  "scaleCenter": {
86841
86813
  "items": [
86842
86814
  {
@@ -87314,6 +87286,7 @@
87314
87286
  "postMatrix": {
87315
87287
  "$ref": "#/definitions/IMatrix"
87316
87288
  },
87289
+ "renderStyle": {},
87317
87290
  "scaleCenter": {
87318
87291
  "items": [
87319
87292
  {
@@ -87723,6 +87696,7 @@
87723
87696
  "postMatrix": {
87724
87697
  "$ref": "#/definitions/IMatrix"
87725
87698
  },
87699
+ "renderStyle": {},
87726
87700
  "scaleCenter": {
87727
87701
  "items": [
87728
87702
  {
@@ -90196,6 +90170,7 @@
90196
90170
  "postMatrix": {
90197
90171
  "$ref": "#/definitions/IMatrix"
90198
90172
  },
90173
+ "renderStyle": {},
90199
90174
  "scaleCenter": {
90200
90175
  "items": [
90201
90176
  {
@@ -90364,6 +90339,7 @@
90364
90339
  "pickStrokeBuffer",
90365
90340
  "pickable",
90366
90341
  "postMatrix",
90342
+ "renderStyle",
90367
90343
  "scaleCenter",
90368
90344
  "scaleX",
90369
90345
  "scaleY",
@@ -90711,6 +90687,7 @@
90711
90687
  "postMatrix": {
90712
90688
  "$ref": "#/definitions/IMatrix"
90713
90689
  },
90690
+ "renderStyle": {},
90714
90691
  "scaleCenter": {
90715
90692
  "items": [
90716
90693
  {
@@ -90882,6 +90859,7 @@
90882
90859
  "pickable",
90883
90860
  "points",
90884
90861
  "postMatrix",
90862
+ "renderStyle",
90885
90863
  "scaleCenter",
90886
90864
  "scaleX",
90887
90865
  "scaleY",
@@ -91203,6 +91181,7 @@
91203
91181
  "radius": {
91204
91182
  "type": "number"
91205
91183
  },
91184
+ "renderStyle": {},
91206
91185
  "scaleCenter": {
91207
91186
  "items": [
91208
91187
  {
@@ -91365,6 +91344,7 @@
91365
91344
  "pickable",
91366
91345
  "postMatrix",
91367
91346
  "radius",
91347
+ "renderStyle",
91368
91348
  "scaleCenter",
91369
91349
  "scaleX",
91370
91350
  "scaleY",
@@ -91709,6 +91689,7 @@
91709
91689
  "postMatrix": {
91710
91690
  "$ref": "#/definitions/IMatrix"
91711
91691
  },
91692
+ "renderStyle": {},
91712
91693
  "scaleCenter": {
91713
91694
  "items": [
91714
91695
  {
@@ -91873,6 +91854,7 @@
91873
91854
  "pickStrokeBuffer",
91874
91855
  "pickable",
91875
91856
  "postMatrix",
91857
+ "renderStyle",
91876
91858
  "scaleCenter",
91877
91859
  "scaleX",
91878
91860
  "scaleY",
@@ -92263,6 +92245,7 @@
92263
92245
  "postMatrix": {
92264
92246
  "$ref": "#/definitions/IMatrix"
92265
92247
  },
92248
+ "renderStyle": {},
92266
92249
  "scaleCenter": {
92267
92250
  "items": [
92268
92251
  {
@@ -92436,6 +92419,7 @@
92436
92419
  "pickStrokeBuffer",
92437
92420
  "pickable",
92438
92421
  "postMatrix",
92422
+ "renderStyle",
92439
92423
  "scaleCenter",
92440
92424
  "scaleX",
92441
92425
  "scaleY",
@@ -92781,6 +92765,7 @@
92781
92765
  "postMatrix": {
92782
92766
  "$ref": "#/definitions/IMatrix"
92783
92767
  },
92768
+ "renderStyle": {},
92784
92769
  "repeatX": {
92785
92770
  "$ref": "#/definitions/IRepeatType"
92786
92771
  },
@@ -92950,6 +92935,7 @@
92950
92935
  "pickStrokeBuffer",
92951
92936
  "pickable",
92952
92937
  "postMatrix",
92938
+ "renderStyle",
92953
92939
  "repeatX",
92954
92940
  "repeatY",
92955
92941
  "scaleCenter",
@@ -93302,6 +93288,7 @@
93302
93288
  "postMatrix": {
93303
93289
  "$ref": "#/definitions/IMatrix"
93304
93290
  },
93291
+ "renderStyle": {},
93305
93292
  "scaleCenter": {
93306
93293
  "items": [
93307
93294
  {
@@ -93474,6 +93461,7 @@
93474
93461
  "pickable",
93475
93462
  "points",
93476
93463
  "postMatrix",
93464
+ "renderStyle",
93477
93465
  "scaleCenter",
93478
93466
  "scaleX",
93479
93467
  "scaleY",
@@ -93802,6 +93790,7 @@
93802
93790
  "postMatrix": {
93803
93791
  "$ref": "#/definitions/IMatrix"
93804
93792
  },
93793
+ "renderStyle": {},
93805
93794
  "scaleCenter": {
93806
93795
  "items": [
93807
93796
  {
@@ -93961,6 +93950,7 @@
93961
93950
  "pickStrokeBuffer",
93962
93951
  "pickable",
93963
93952
  "postMatrix",
93953
+ "renderStyle",
93964
93954
  "scaleCenter",
93965
93955
  "scaleX",
93966
93956
  "scaleY",
@@ -94297,6 +94287,7 @@
94297
94287
  "postMatrix": {
94298
94288
  "$ref": "#/definitions/IMatrix"
94299
94289
  },
94290
+ "renderStyle": {},
94300
94291
  "scaleCenter": {
94301
94292
  "items": [
94302
94293
  {
@@ -94457,6 +94448,7 @@
94457
94448
  "pickable",
94458
94449
  "points",
94459
94450
  "postMatrix",
94451
+ "renderStyle",
94460
94452
  "scaleCenter",
94461
94453
  "scaleX",
94462
94454
  "scaleY",
@@ -94790,6 +94782,7 @@
94790
94782
  "postMatrix": {
94791
94783
  "$ref": "#/definitions/IMatrix"
94792
94784
  },
94785
+ "renderStyle": {},
94793
94786
  "scaleCenter": {
94794
94787
  "items": [
94795
94788
  {
@@ -94959,6 +94952,7 @@
94959
94952
  "pickStrokeBuffer",
94960
94953
  "pickable",
94961
94954
  "postMatrix",
94955
+ "renderStyle",
94962
94956
  "scaleCenter",
94963
94957
  "scaleX",
94964
94958
  "scaleY",
@@ -95292,6 +95286,7 @@
95292
95286
  "postMatrix": {
95293
95287
  "$ref": "#/definitions/IMatrix"
95294
95288
  },
95289
+ "renderStyle": {},
95295
95290
  "scaleCenter": {
95296
95291
  "items": [
95297
95292
  {
@@ -95460,6 +95455,7 @@
95460
95455
  "pickStrokeBuffer",
95461
95456
  "pickable",
95462
95457
  "postMatrix",
95458
+ "renderStyle",
95463
95459
  "scaleCenter",
95464
95460
  "scaleX",
95465
95461
  "scaleY",
@@ -95795,6 +95791,7 @@
95795
95791
  "postMatrix": {
95796
95792
  "$ref": "#/definitions/IMatrix"
95797
95793
  },
95794
+ "renderStyle": {},
95798
95795
  "scaleCenter": {
95799
95796
  "items": [
95800
95797
  {
@@ -95981,6 +95978,7 @@
95981
95978
  "pickStrokeBuffer",
95982
95979
  "pickable",
95983
95980
  "postMatrix",
95981
+ "renderStyle",
95984
95982
  "scaleCenter",
95985
95983
  "scaleX",
95986
95984
  "scaleY",
@@ -96411,6 +96409,7 @@
96411
96409
  "postMatrix": {
96412
96410
  "$ref": "#/definitions/IMatrix"
96413
96411
  },
96412
+ "renderStyle": {},
96414
96413
  "repeatX": {
96415
96414
  "$ref": "#/definitions/IRepeatType"
96416
96415
  },
@@ -96597,6 +96596,7 @@
96597
96596
  "pickStrokeBuffer",
96598
96597
  "pickable",
96599
96598
  "postMatrix",
96599
+ "renderStyle",
96600
96600
  "repeatX",
96601
96601
  "repeatY",
96602
96602
  "scaleCenter",
@@ -96916,6 +96916,7 @@
96916
96916
  "postMatrix": {
96917
96917
  "$ref": "#/definitions/IMatrix"
96918
96918
  },
96919
+ "renderStyle": {},
96919
96920
  "scaleCenter": {
96920
96921
  "items": [
96921
96922
  {
@@ -97096,6 +97097,7 @@
97096
97097
  "pickStrokeBuffer",
97097
97098
  "pickable",
97098
97099
  "postMatrix",
97100
+ "renderStyle",
97099
97101
  "scaleCenter",
97100
97102
  "scaleX",
97101
97103
  "scaleY",
@@ -97467,6 +97469,7 @@
97467
97469
  "postMatrix": {
97468
97470
  "$ref": "#/definitions/IMatrix"
97469
97471
  },
97472
+ "renderStyle": {},
97470
97473
  "scaleCenter": {
97471
97474
  "items": [
97472
97475
  {
@@ -97700,6 +97703,7 @@
97700
97703
  "pickStrokeBuffer",
97701
97704
  "pickable",
97702
97705
  "postMatrix",
97706
+ "renderStyle",
97703
97707
  "scaleCenter",
97704
97708
  "scaleIn3d",
97705
97709
  "scaleX",