@visactor/vchart-schema 1.8.6 → 1.8.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +154 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.8.6",
3
+ "version": "1.8.7-alpha.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -18161,6 +18161,11 @@
18161
18161
  "id": {
18162
18162
  "$ref": "#/definitions/StringOrNumber"
18163
18163
  },
18164
+ "indent": {
18165
+ "$ref": "#/definitions/ILayoutPaddingSpec",
18166
+ "description": "模块的布局锁进",
18167
+ "since": "1.8.6"
18168
+ },
18164
18169
  "interactive": {
18165
18170
  "description": "是否支持交互。@default false",
18166
18171
  "type": "boolean"
@@ -24324,6 +24329,11 @@
24324
24329
  "id": {
24325
24330
  "$ref": "#/definitions/StringOrNumber"
24326
24331
  },
24332
+ "indent": {
24333
+ "$ref": "#/definitions/ILayoutPaddingSpec",
24334
+ "description": "模块的布局锁进",
24335
+ "since": "1.8.6"
24336
+ },
24327
24337
  "labelZIndex": {
24328
24338
  "description": "crosshair 文本的显示层级",
24329
24339
  "type": "number"
@@ -26863,6 +26873,11 @@
26863
26873
  "id": {
26864
26874
  "$ref": "#/definitions/StringOrNumber"
26865
26875
  },
26876
+ "indent": {
26877
+ "$ref": "#/definitions/ILayoutPaddingSpec",
26878
+ "description": "模块的布局锁进",
26879
+ "since": "1.8.6"
26880
+ },
26866
26881
  "inverse": {
26867
26882
  "default": false,
26868
26883
  "description": "是否开启反向坐标轴。",
@@ -27526,6 +27541,11 @@
27526
27541
  "id": {
27527
27542
  "$ref": "#/definitions/StringOrNumber"
27528
27543
  },
27544
+ "indent": {
27545
+ "$ref": "#/definitions/ILayoutPaddingSpec",
27546
+ "description": "模块的布局锁进",
27547
+ "since": "1.8.6"
27548
+ },
27529
27549
  "layoutLevel": {
27530
27550
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
27531
27551
  "type": "number"
@@ -28219,6 +28239,11 @@
28219
28239
  "$ref": "#/definitions/ILayoutNumber",
28220
28240
  "description": "模块的布局大小:高度"
28221
28241
  },
28242
+ "indent": {
28243
+ "$ref": "#/definitions/ILayoutPaddingSpec",
28244
+ "description": "模块的布局锁进",
28245
+ "since": "1.8.6"
28246
+ },
28222
28247
  "interactive": {
28223
28248
  "default": true,
28224
28249
  "description": "是否允许交互",
@@ -29413,6 +29438,11 @@
29413
29438
  "id": {
29414
29439
  "$ref": "#/definitions/StringOrNumber"
29415
29440
  },
29441
+ "indent": {
29442
+ "$ref": "#/definitions/ILayoutPaddingSpec",
29443
+ "description": "模块的布局锁进",
29444
+ "since": "1.8.6"
29445
+ },
29416
29446
  "labelZIndex": {
29417
29447
  "description": "crosshair 文本的显示层级",
29418
29448
  "type": "number"
@@ -30193,6 +30223,11 @@
30193
30223
  "since": "1.7.0",
30194
30224
  "type": "boolean"
30195
30225
  },
30226
+ "indent": {
30227
+ "$ref": "#/definitions/ILayoutPaddingSpec",
30228
+ "description": "模块的布局锁进",
30229
+ "since": "1.8.6"
30230
+ },
30196
30231
  "layoutLevel": {
30197
30232
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
30198
30233
  "type": "number"
@@ -30929,6 +30964,11 @@
30929
30964
  "html": {
30930
30965
  "typeof": "function"
30931
30966
  },
30967
+ "indent": {
30968
+ "$ref": "#/definitions/ILayoutPaddingSpec",
30969
+ "description": "模块的布局锁进",
30970
+ "since": "1.8.6"
30971
+ },
30932
30972
  "innerBorder": {
30933
30973
  "$ref": "#/definitions/Partial<IBorderStyle>"
30934
30974
  },
@@ -39873,6 +39913,11 @@
39873
39913
  "id": {
39874
39914
  "$ref": "#/definitions/StringOrNumber"
39875
39915
  },
39916
+ "indent": {
39917
+ "$ref": "#/definitions/ILayoutPaddingSpec",
39918
+ "description": "模块的布局锁进",
39919
+ "since": "1.8.6"
39920
+ },
39876
39921
  "layoutLevel": {
39877
39922
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
39878
39923
  "type": "number"
@@ -40083,6 +40128,11 @@
40083
40128
  "id": {
40084
40129
  "$ref": "#/definitions/StringOrNumber"
40085
40130
  },
40131
+ "indent": {
40132
+ "$ref": "#/definitions/ILayoutPaddingSpec",
40133
+ "description": "模块的布局锁进",
40134
+ "since": "1.8.6"
40135
+ },
40086
40136
  "layoutLevel": {
40087
40137
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
40088
40138
  "type": "number"
@@ -40458,6 +40508,11 @@
40458
40508
  "id": {
40459
40509
  "$ref": "#/definitions/StringOrNumber"
40460
40510
  },
40511
+ "indent": {
40512
+ "$ref": "#/definitions/ILayoutPaddingSpec",
40513
+ "description": "模块的布局锁进",
40514
+ "since": "1.8.6"
40515
+ },
40461
40516
  "interactive": {
40462
40517
  "description": "是否支持交互。@default false",
40463
40518
  "type": "boolean"
@@ -41399,6 +41454,11 @@
41399
41454
  "$ref": "#/definitions/ILayoutNumber",
41400
41455
  "description": "模块的布局大小:高度"
41401
41456
  },
41457
+ "indent": {
41458
+ "$ref": "#/definitions/ILayoutPaddingSpec",
41459
+ "description": "模块的布局锁进",
41460
+ "since": "1.8.6"
41461
+ },
41402
41462
  "layoutLevel": {
41403
41463
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
41404
41464
  "type": "number"
@@ -45822,6 +45882,11 @@
45822
45882
  "id": {
45823
45883
  "$ref": "#/definitions/StringOrNumber"
45824
45884
  },
45885
+ "indent": {
45886
+ "$ref": "#/definitions/ILayoutPaddingSpec",
45887
+ "description": "模块的布局锁进",
45888
+ "since": "1.8.6"
45889
+ },
45825
45890
  "interactive": {
45826
45891
  "default": false,
45827
45892
  "description": "marker组件是否可交互",
@@ -48403,6 +48468,11 @@
48403
48468
  "description": "组件高度",
48404
48469
  "type": "number"
48405
48470
  },
48471
+ "indent": {
48472
+ "$ref": "#/definitions/ILayoutPaddingSpec",
48473
+ "description": "模块的布局锁进",
48474
+ "since": "1.8.6"
48475
+ },
48406
48476
  "interval": {
48407
48477
  "default": 1000,
48408
48478
  "description": "该配置与totalDuration互斥, 若配置播放间隔, 则会重新计算总时长.",
@@ -48613,6 +48683,11 @@
48613
48683
  "description": "组件高度",
48614
48684
  "type": "number"
48615
48685
  },
48686
+ "indent": {
48687
+ "$ref": "#/definitions/ILayoutPaddingSpec",
48688
+ "description": "模块的布局锁进",
48689
+ "since": "1.8.6"
48690
+ },
48616
48691
  "layoutLevel": {
48617
48692
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
48618
48693
  "type": "number"
@@ -48913,6 +48988,11 @@
48913
48988
  "id": {
48914
48989
  "$ref": "#/definitions/StringOrNumber"
48915
48990
  },
48991
+ "indent": {
48992
+ "$ref": "#/definitions/ILayoutPaddingSpec",
48993
+ "description": "模块的布局锁进",
48994
+ "since": "1.8.6"
48995
+ },
48916
48996
  "labelZIndex": {
48917
48997
  "description": "crosshair 文本的显示层级",
48918
48998
  "type": "number"
@@ -55566,6 +55646,11 @@
55566
55646
  "id": {
55567
55647
  "$ref": "#/definitions/StringOrNumber"
55568
55648
  },
55649
+ "indent": {
55650
+ "$ref": "#/definitions/ILayoutPaddingSpec",
55651
+ "description": "模块的布局锁进",
55652
+ "since": "1.8.6"
55653
+ },
55569
55654
  "layoutLevel": {
55570
55655
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
55571
55656
  "type": "number"
@@ -59001,6 +59086,11 @@
59001
59086
  "id": {
59002
59087
  "$ref": "#/definitions/StringOrNumber"
59003
59088
  },
59089
+ "indent": {
59090
+ "$ref": "#/definitions/ILayoutPaddingSpec",
59091
+ "description": "模块的布局锁进",
59092
+ "since": "1.8.6"
59093
+ },
59004
59094
  "innerPadding": {
59005
59095
  "anyOf": [
59006
59096
  {
@@ -63061,6 +63151,11 @@
63061
63151
  "id": {
63062
63152
  "$ref": "#/definitions/StringOrNumber"
63063
63153
  },
63154
+ "indent": {
63155
+ "$ref": "#/definitions/ILayoutPaddingSpec",
63156
+ "description": "模块的布局锁进",
63157
+ "since": "1.8.6"
63158
+ },
63064
63159
  "innerPadding": {
63065
63160
  "anyOf": [
63066
63161
  {
@@ -63379,6 +63474,11 @@
63379
63474
  "$ref": "#/definitions/ILayoutNumber",
63380
63475
  "description": "模块的布局大小:高度"
63381
63476
  },
63477
+ "indent": {
63478
+ "$ref": "#/definitions/ILayoutPaddingSpec",
63479
+ "description": "模块的布局锁进",
63480
+ "since": "1.8.6"
63481
+ },
63382
63482
  "layoutLevel": {
63383
63483
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
63384
63484
  "type": "number"
@@ -69963,7 +70063,7 @@
69963
70063
  },
69964
70064
  "Map<Function,(...args:any[])=>void>": {
69965
70065
  "properties": {
69966
- "__@toStringTag@12605": {
70066
+ "__@toStringTag@12606": {
69967
70067
  "type": "string"
69968
70068
  },
69969
70069
  "size": {
@@ -69971,14 +70071,14 @@
69971
70071
  }
69972
70072
  },
69973
70073
  "required": [
69974
- "__@toStringTag@12605",
70074
+ "__@toStringTag@12606",
69975
70075
  "size"
69976
70076
  ],
69977
70077
  "type": "object"
69978
70078
  },
69979
70079
  "Map<number,IGraphicPicker>": {
69980
70080
  "properties": {
69981
- "__@toStringTag@12605": {
70081
+ "__@toStringTag@12606": {
69982
70082
  "type": "string"
69983
70083
  },
69984
70084
  "size": {
@@ -69986,14 +70086,14 @@
69986
70086
  }
69987
70087
  },
69988
70088
  "required": [
69989
- "__@toStringTag@12605",
70089
+ "__@toStringTag@12606",
69990
70090
  "size"
69991
70091
  ],
69992
70092
  "type": "object"
69993
70093
  },
69994
70094
  "Map<number,IGraphicRender>": {
69995
70095
  "properties": {
69996
- "__@toStringTag@12605": {
70096
+ "__@toStringTag@12606": {
69997
70097
  "type": "string"
69998
70098
  },
69999
70099
  "size": {
@@ -70001,14 +70101,14 @@
70001
70101
  }
70002
70102
  },
70003
70103
  "required": [
70004
- "__@toStringTag@12605",
70104
+ "__@toStringTag@12606",
70005
70105
  "size"
70006
70106
  ],
70007
70107
  "type": "object"
70008
70108
  },
70009
70109
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
70010
70110
  "properties": {
70011
- "__@toStringTag@12605": {
70111
+ "__@toStringTag@12606": {
70012
70112
  "type": "string"
70013
70113
  },
70014
70114
  "size": {
@@ -70016,14 +70116,14 @@
70016
70116
  }
70017
70117
  },
70018
70118
  "required": [
70019
- "__@toStringTag@12605",
70119
+ "__@toStringTag@12606",
70020
70120
  "size"
70021
70121
  ],
70022
70122
  "type": "object"
70023
70123
  },
70024
70124
  "Map<string,Map<number,IGraphicRender>>": {
70025
70125
  "properties": {
70026
- "__@toStringTag@12605": {
70126
+ "__@toStringTag@12606": {
70027
70127
  "type": "string"
70028
70128
  },
70029
70129
  "size": {
@@ -70031,14 +70131,14 @@
70031
70131
  }
70032
70132
  },
70033
70133
  "required": [
70034
- "__@toStringTag@12605",
70134
+ "__@toStringTag@12606",
70035
70135
  "size"
70036
70136
  ],
70037
70137
  "type": "object"
70038
70138
  },
70039
70139
  "Map<string,any>": {
70040
70140
  "properties": {
70041
- "__@toStringTag@12605": {
70141
+ "__@toStringTag@12606": {
70042
70142
  "type": "string"
70043
70143
  },
70044
70144
  "size": {
@@ -70046,14 +70146,14 @@
70046
70146
  }
70047
70147
  },
70048
70148
  "required": [
70049
- "__@toStringTag@12605",
70149
+ "__@toStringTag@12606",
70050
70150
  "size"
70051
70151
  ],
70052
70152
  "type": "object"
70053
70153
  },
70054
70154
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
70055
70155
  "properties": {
70056
- "__@toStringTag@12605": {
70156
+ "__@toStringTag@12606": {
70057
70157
  "type": "string"
70058
70158
  },
70059
70159
  "size": {
@@ -70061,14 +70161,14 @@
70061
70161
  }
70062
70162
  },
70063
70163
  "required": [
70064
- "__@toStringTag@12605",
70164
+ "__@toStringTag@12606",
70065
70165
  "size"
70066
70166
  ],
70067
70167
  "type": "object"
70068
70168
  },
70069
70169
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
70070
70170
  "properties": {
70071
- "__@toStringTag@12605": {
70171
+ "__@toStringTag@12606": {
70072
70172
  "type": "string"
70073
70173
  },
70074
70174
  "size": {
@@ -70076,14 +70176,14 @@
70076
70176
  }
70077
70177
  },
70078
70178
  "required": [
70079
- "__@toStringTag@12605",
70179
+ "__@toStringTag@12606",
70080
70180
  "size"
70081
70181
  ],
70082
70182
  "type": "object"
70083
70183
  },
70084
70184
  "Map<string|number,IAnimate>": {
70085
70185
  "properties": {
70086
- "__@toStringTag@12605": {
70186
+ "__@toStringTag@12606": {
70087
70187
  "type": "string"
70088
70188
  },
70089
70189
  "size": {
@@ -70091,7 +70191,7 @@
70091
70191
  }
70092
70192
  },
70093
70193
  "required": [
70094
- "__@toStringTag@12605",
70194
+ "__@toStringTag@12606",
70095
70195
  "size"
70096
70196
  ],
70097
70197
  "type": "object"
@@ -71496,6 +71596,11 @@
71496
71596
  "id": {
71497
71597
  "$ref": "#/definitions/StringOrNumber"
71498
71598
  },
71599
+ "indent": {
71600
+ "$ref": "#/definitions/ILayoutPaddingSpec",
71601
+ "description": "模块的布局锁进",
71602
+ "since": "1.8.6"
71603
+ },
71499
71604
  "label": {
71500
71605
  "$ref": "#/definitions/ICartesianLabel",
71501
71606
  "description": "轴标签配置"
@@ -72121,6 +72226,11 @@
72121
72226
  "id": {
72122
72227
  "$ref": "#/definitions/StringOrNumber"
72123
72228
  },
72229
+ "indent": {
72230
+ "$ref": "#/definitions/ILayoutPaddingSpec",
72231
+ "description": "模块的布局锁进",
72232
+ "since": "1.8.6"
72233
+ },
72124
72234
  "inverse": {
72125
72235
  "default": false,
72126
72236
  "description": "是否开启反向坐标轴。",
@@ -72301,6 +72411,11 @@
72301
72411
  "id": {
72302
72412
  "$ref": "#/definitions/StringOrNumber"
72303
72413
  },
72414
+ "indent": {
72415
+ "$ref": "#/definitions/ILayoutPaddingSpec",
72416
+ "description": "模块的布局锁进",
72417
+ "since": "1.8.6"
72418
+ },
72304
72419
  "layoutLevel": {
72305
72420
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
72306
72421
  "type": "number"
@@ -73601,6 +73716,11 @@
73601
73716
  "id": {
73602
73717
  "$ref": "#/definitions/StringOrNumber"
73603
73718
  },
73719
+ "indent": {
73720
+ "$ref": "#/definitions/ILayoutPaddingSpec",
73721
+ "description": "模块的布局锁进",
73722
+ "since": "1.8.6"
73723
+ },
73604
73724
  "interactive": {
73605
73725
  "description": "是否支持交互。@default false",
73606
73726
  "type": "boolean"
@@ -78725,6 +78845,11 @@
78725
78845
  "id": {
78726
78846
  "$ref": "#/definitions/StringOrNumber"
78727
78847
  },
78848
+ "indent": {
78849
+ "$ref": "#/definitions/ILayoutPaddingSpec",
78850
+ "description": "模块的布局锁进",
78851
+ "since": "1.8.6"
78852
+ },
78728
78853
  "interactive": {
78729
78854
  "description": "是否支持交互。@default false",
78730
78855
  "type": "boolean"
@@ -79389,6 +79514,11 @@
79389
79514
  "id": {
79390
79515
  "$ref": "#/definitions/StringOrNumber"
79391
79516
  },
79517
+ "indent": {
79518
+ "$ref": "#/definitions/ILayoutPaddingSpec",
79519
+ "description": "模块的布局锁进",
79520
+ "since": "1.8.6"
79521
+ },
79392
79522
  "interactive": {
79393
79523
  "description": "是否支持交互。@default false",
79394
79524
  "type": "boolean"
@@ -86482,34 +86612,34 @@
86482
86612
  },
86483
86613
  "Promise<FontFaceSet>": {
86484
86614
  "properties": {
86485
- "__@toStringTag@12605": {
86615
+ "__@toStringTag@12606": {
86486
86616
  "type": "string"
86487
86617
  }
86488
86618
  },
86489
86619
  "required": [
86490
- "__@toStringTag@12605"
86620
+ "__@toStringTag@12606"
86491
86621
  ],
86492
86622
  "type": "object"
86493
86623
  },
86494
86624
  "Promise<ServiceWorkerRegistration>": {
86495
86625
  "properties": {
86496
- "__@toStringTag@12605": {
86626
+ "__@toStringTag@12606": {
86497
86627
  "type": "string"
86498
86628
  }
86499
86629
  },
86500
86630
  "required": [
86501
- "__@toStringTag@12605"
86631
+ "__@toStringTag@12606"
86502
86632
  ],
86503
86633
  "type": "object"
86504
86634
  },
86505
86635
  "Promise<any>": {
86506
86636
  "properties": {
86507
- "__@toStringTag@12605": {
86637
+ "__@toStringTag@12606": {
86508
86638
  "type": "string"
86509
86639
  }
86510
86640
  },
86511
86641
  "required": [
86512
- "__@toStringTag@12605"
86642
+ "__@toStringTag@12606"
86513
86643
  ],
86514
86644
  "type": "object"
86515
86645
  },