@visactor/vchart-schema 1.12.6 → 1.12.7
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 +1 -1
- package/vchart.json +183 -19
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -36594,7 +36594,17 @@
|
|
|
36594
36594
|
"type": "number"
|
|
36595
36595
|
},
|
|
36596
36596
|
"line": {
|
|
36597
|
-
"
|
|
36597
|
+
"allOf": [
|
|
36598
|
+
{
|
|
36599
|
+
"typeof": "function"
|
|
36600
|
+
},
|
|
36601
|
+
{
|
|
36602
|
+
"typeof": "function"
|
|
36603
|
+
},
|
|
36604
|
+
{
|
|
36605
|
+
"typeof": "function"
|
|
36606
|
+
}
|
|
36607
|
+
],
|
|
36598
36608
|
"description": "标签引导线样式"
|
|
36599
36609
|
},
|
|
36600
36610
|
"position": {
|
|
@@ -38896,6 +38906,9 @@
|
|
|
38896
38906
|
"AABBBounds": {
|
|
38897
38907
|
"$ref": "#/definitions/IBounds"
|
|
38898
38908
|
},
|
|
38909
|
+
"OBBBounds": {
|
|
38910
|
+
"$ref": "#/definitions/IOBBBounds"
|
|
38911
|
+
},
|
|
38899
38912
|
"_next": {
|
|
38900
38913
|
"$ref": "#/definitions/INode"
|
|
38901
38914
|
},
|
|
@@ -39341,6 +39354,7 @@
|
|
|
39341
39354
|
},
|
|
39342
39355
|
"required": [
|
|
39343
39356
|
"AABBBounds",
|
|
39357
|
+
"OBBBounds",
|
|
39344
39358
|
"_uid",
|
|
39345
39359
|
"add",
|
|
39346
39360
|
"addEventListener",
|
|
@@ -39450,6 +39464,9 @@
|
|
|
39450
39464
|
"AABBBounds": {
|
|
39451
39465
|
"$ref": "#/definitions/IBounds"
|
|
39452
39466
|
},
|
|
39467
|
+
"OBBBounds": {
|
|
39468
|
+
"$ref": "#/definitions/IOBBBounds"
|
|
39469
|
+
},
|
|
39453
39470
|
"_next": {
|
|
39454
39471
|
"$ref": "#/definitions/INode"
|
|
39455
39472
|
},
|
|
@@ -39895,6 +39912,7 @@
|
|
|
39895
39912
|
},
|
|
39896
39913
|
"required": [
|
|
39897
39914
|
"AABBBounds",
|
|
39915
|
+
"OBBBounds",
|
|
39898
39916
|
"_uid",
|
|
39899
39917
|
"add",
|
|
39900
39918
|
"addEventListener",
|
|
@@ -40004,6 +40022,9 @@
|
|
|
40004
40022
|
"AABBBounds": {
|
|
40005
40023
|
"$ref": "#/definitions/IBounds"
|
|
40006
40024
|
},
|
|
40025
|
+
"OBBBounds": {
|
|
40026
|
+
"$ref": "#/definitions/IOBBBounds"
|
|
40027
|
+
},
|
|
40007
40028
|
"_next": {
|
|
40008
40029
|
"$ref": "#/definitions/INode"
|
|
40009
40030
|
},
|
|
@@ -40449,6 +40470,7 @@
|
|
|
40449
40470
|
},
|
|
40450
40471
|
"required": [
|
|
40451
40472
|
"AABBBounds",
|
|
40473
|
+
"OBBBounds",
|
|
40452
40474
|
"_uid",
|
|
40453
40475
|
"add",
|
|
40454
40476
|
"addEventListener",
|
|
@@ -40641,6 +40663,9 @@
|
|
|
40641
40663
|
"AABBBounds": {
|
|
40642
40664
|
"$ref": "#/definitions/IBounds"
|
|
40643
40665
|
},
|
|
40666
|
+
"OBBBounds": {
|
|
40667
|
+
"$ref": "#/definitions/IOBBBounds"
|
|
40668
|
+
},
|
|
40644
40669
|
"_next": {
|
|
40645
40670
|
"$ref": "#/definitions/INode"
|
|
40646
40671
|
},
|
|
@@ -41113,6 +41138,7 @@
|
|
|
41113
41138
|
},
|
|
41114
41139
|
"required": [
|
|
41115
41140
|
"AABBBounds",
|
|
41141
|
+
"OBBBounds",
|
|
41116
41142
|
"_uid",
|
|
41117
41143
|
"add",
|
|
41118
41144
|
"addEventListener",
|
|
@@ -46265,6 +46291,9 @@
|
|
|
46265
46291
|
"AABBBounds": {
|
|
46266
46292
|
"$ref": "#/definitions/IBounds"
|
|
46267
46293
|
},
|
|
46294
|
+
"OBBBounds": {
|
|
46295
|
+
"$ref": "#/definitions/IOBBBounds"
|
|
46296
|
+
},
|
|
46268
46297
|
"_next": {
|
|
46269
46298
|
"$ref": "#/definitions/INode"
|
|
46270
46299
|
},
|
|
@@ -46822,6 +46851,7 @@
|
|
|
46822
46851
|
},
|
|
46823
46852
|
"required": [
|
|
46824
46853
|
"AABBBounds",
|
|
46854
|
+
"OBBBounds",
|
|
46825
46855
|
"_uid",
|
|
46826
46856
|
"add",
|
|
46827
46857
|
"addEventListener",
|
|
@@ -55101,6 +55131,133 @@
|
|
|
55101
55131
|
],
|
|
55102
55132
|
"type": "object"
|
|
55103
55133
|
},
|
|
55134
|
+
"IOBBBounds": {
|
|
55135
|
+
"properties": {
|
|
55136
|
+
"add": {
|
|
55137
|
+
"typeof": "function"
|
|
55138
|
+
},
|
|
55139
|
+
"alignsWith": {
|
|
55140
|
+
"typeof": "function"
|
|
55141
|
+
},
|
|
55142
|
+
"angle": {
|
|
55143
|
+
"type": "number"
|
|
55144
|
+
},
|
|
55145
|
+
"clear": {
|
|
55146
|
+
"typeof": "function"
|
|
55147
|
+
},
|
|
55148
|
+
"clone": {
|
|
55149
|
+
"typeof": "function"
|
|
55150
|
+
},
|
|
55151
|
+
"contains": {
|
|
55152
|
+
"typeof": "function"
|
|
55153
|
+
},
|
|
55154
|
+
"containsPoint": {
|
|
55155
|
+
"typeof": "function"
|
|
55156
|
+
},
|
|
55157
|
+
"copy": {
|
|
55158
|
+
"typeof": "function"
|
|
55159
|
+
},
|
|
55160
|
+
"empty": {
|
|
55161
|
+
"typeof": "function"
|
|
55162
|
+
},
|
|
55163
|
+
"encloses": {
|
|
55164
|
+
"typeof": "function"
|
|
55165
|
+
},
|
|
55166
|
+
"equals": {
|
|
55167
|
+
"typeof": "function"
|
|
55168
|
+
},
|
|
55169
|
+
"expand": {
|
|
55170
|
+
"typeof": "function"
|
|
55171
|
+
},
|
|
55172
|
+
"height": {
|
|
55173
|
+
"typeof": "function"
|
|
55174
|
+
},
|
|
55175
|
+
"intersect": {
|
|
55176
|
+
"typeof": "function"
|
|
55177
|
+
},
|
|
55178
|
+
"intersects": {
|
|
55179
|
+
"typeof": "function"
|
|
55180
|
+
},
|
|
55181
|
+
"rotate": {
|
|
55182
|
+
"typeof": "function"
|
|
55183
|
+
},
|
|
55184
|
+
"round": {
|
|
55185
|
+
"typeof": "function"
|
|
55186
|
+
},
|
|
55187
|
+
"scale": {
|
|
55188
|
+
"typeof": "function"
|
|
55189
|
+
},
|
|
55190
|
+
"scaleX": {
|
|
55191
|
+
"typeof": "function"
|
|
55192
|
+
},
|
|
55193
|
+
"scaleY": {
|
|
55194
|
+
"typeof": "function"
|
|
55195
|
+
},
|
|
55196
|
+
"set": {
|
|
55197
|
+
"typeof": "function"
|
|
55198
|
+
},
|
|
55199
|
+
"setValue": {
|
|
55200
|
+
"typeof": "function"
|
|
55201
|
+
},
|
|
55202
|
+
"transformWithMatrix": {
|
|
55203
|
+
"typeof": "function"
|
|
55204
|
+
},
|
|
55205
|
+
"translate": {
|
|
55206
|
+
"typeof": "function"
|
|
55207
|
+
},
|
|
55208
|
+
"union": {
|
|
55209
|
+
"typeof": "function"
|
|
55210
|
+
},
|
|
55211
|
+
"width": {
|
|
55212
|
+
"typeof": "function"
|
|
55213
|
+
},
|
|
55214
|
+
"x1": {
|
|
55215
|
+
"type": "number"
|
|
55216
|
+
},
|
|
55217
|
+
"x2": {
|
|
55218
|
+
"type": "number"
|
|
55219
|
+
},
|
|
55220
|
+
"y1": {
|
|
55221
|
+
"type": "number"
|
|
55222
|
+
},
|
|
55223
|
+
"y2": {
|
|
55224
|
+
"type": "number"
|
|
55225
|
+
}
|
|
55226
|
+
},
|
|
55227
|
+
"required": [
|
|
55228
|
+
"add",
|
|
55229
|
+
"alignsWith",
|
|
55230
|
+
"angle",
|
|
55231
|
+
"clear",
|
|
55232
|
+
"clone",
|
|
55233
|
+
"contains",
|
|
55234
|
+
"containsPoint",
|
|
55235
|
+
"copy",
|
|
55236
|
+
"empty",
|
|
55237
|
+
"encloses",
|
|
55238
|
+
"equals",
|
|
55239
|
+
"expand",
|
|
55240
|
+
"height",
|
|
55241
|
+
"intersect",
|
|
55242
|
+
"intersects",
|
|
55243
|
+
"rotate",
|
|
55244
|
+
"round",
|
|
55245
|
+
"scale",
|
|
55246
|
+
"scaleX",
|
|
55247
|
+
"scaleY",
|
|
55248
|
+
"set",
|
|
55249
|
+
"setValue",
|
|
55250
|
+
"transformWithMatrix",
|
|
55251
|
+
"translate",
|
|
55252
|
+
"union",
|
|
55253
|
+
"width",
|
|
55254
|
+
"x1",
|
|
55255
|
+
"x2",
|
|
55256
|
+
"y1",
|
|
55257
|
+
"y2"
|
|
55258
|
+
],
|
|
55259
|
+
"type": "object"
|
|
55260
|
+
},
|
|
55104
55261
|
"IOption3D": {
|
|
55105
55262
|
"properties": {
|
|
55106
55263
|
"alpha": {
|
|
@@ -70501,6 +70658,9 @@
|
|
|
70501
70658
|
"AABBBounds": {
|
|
70502
70659
|
"$ref": "#/definitions/IBounds"
|
|
70503
70660
|
},
|
|
70661
|
+
"OBBBounds": {
|
|
70662
|
+
"$ref": "#/definitions/IOBBBounds"
|
|
70663
|
+
},
|
|
70504
70664
|
"_next": {
|
|
70505
70665
|
"$ref": "#/definitions/INode"
|
|
70506
70666
|
},
|
|
@@ -70976,6 +71136,7 @@
|
|
|
70976
71136
|
},
|
|
70977
71137
|
"required": [
|
|
70978
71138
|
"AABBBounds",
|
|
71139
|
+
"OBBBounds",
|
|
70979
71140
|
"_uid",
|
|
70980
71141
|
"add",
|
|
70981
71142
|
"addEventListener",
|
|
@@ -81804,7 +81965,7 @@
|
|
|
81804
81965
|
},
|
|
81805
81966
|
"Map<Function,(...args:any[])=>void>": {
|
|
81806
81967
|
"properties": {
|
|
81807
|
-
"__@toStringTag@
|
|
81968
|
+
"__@toStringTag@13708": {
|
|
81808
81969
|
"type": "string"
|
|
81809
81970
|
},
|
|
81810
81971
|
"size": {
|
|
@@ -81812,14 +81973,14 @@
|
|
|
81812
81973
|
}
|
|
81813
81974
|
},
|
|
81814
81975
|
"required": [
|
|
81815
|
-
"__@toStringTag@
|
|
81976
|
+
"__@toStringTag@13708",
|
|
81816
81977
|
"size"
|
|
81817
81978
|
],
|
|
81818
81979
|
"type": "object"
|
|
81819
81980
|
},
|
|
81820
81981
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
81821
81982
|
"properties": {
|
|
81822
|
-
"__@toStringTag@
|
|
81983
|
+
"__@toStringTag@13708": {
|
|
81823
81984
|
"type": "string"
|
|
81824
81985
|
},
|
|
81825
81986
|
"size": {
|
|
@@ -81827,14 +81988,14 @@
|
|
|
81827
81988
|
}
|
|
81828
81989
|
},
|
|
81829
81990
|
"required": [
|
|
81830
|
-
"__@toStringTag@
|
|
81991
|
+
"__@toStringTag@13708",
|
|
81831
81992
|
"size"
|
|
81832
81993
|
],
|
|
81833
81994
|
"type": "object"
|
|
81834
81995
|
},
|
|
81835
81996
|
"Map<string,any>": {
|
|
81836
81997
|
"properties": {
|
|
81837
|
-
"__@toStringTag@
|
|
81998
|
+
"__@toStringTag@13708": {
|
|
81838
81999
|
"type": "string"
|
|
81839
82000
|
},
|
|
81840
82001
|
"size": {
|
|
@@ -81842,14 +82003,14 @@
|
|
|
81842
82003
|
}
|
|
81843
82004
|
},
|
|
81844
82005
|
"required": [
|
|
81845
|
-
"__@toStringTag@
|
|
82006
|
+
"__@toStringTag@13708",
|
|
81846
82007
|
"size"
|
|
81847
82008
|
],
|
|
81848
82009
|
"type": "object"
|
|
81849
82010
|
},
|
|
81850
82011
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
81851
82012
|
"properties": {
|
|
81852
|
-
"__@toStringTag@
|
|
82013
|
+
"__@toStringTag@13708": {
|
|
81853
82014
|
"type": "string"
|
|
81854
82015
|
},
|
|
81855
82016
|
"size": {
|
|
@@ -81857,14 +82018,14 @@
|
|
|
81857
82018
|
}
|
|
81858
82019
|
},
|
|
81859
82020
|
"required": [
|
|
81860
|
-
"__@toStringTag@
|
|
82021
|
+
"__@toStringTag@13708",
|
|
81861
82022
|
"size"
|
|
81862
82023
|
],
|
|
81863
82024
|
"type": "object"
|
|
81864
82025
|
},
|
|
81865
82026
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
81866
82027
|
"properties": {
|
|
81867
|
-
"__@toStringTag@
|
|
82028
|
+
"__@toStringTag@13708": {
|
|
81868
82029
|
"type": "string"
|
|
81869
82030
|
},
|
|
81870
82031
|
"size": {
|
|
@@ -81872,14 +82033,14 @@
|
|
|
81872
82033
|
}
|
|
81873
82034
|
},
|
|
81874
82035
|
"required": [
|
|
81875
|
-
"__@toStringTag@
|
|
82036
|
+
"__@toStringTag@13708",
|
|
81876
82037
|
"size"
|
|
81877
82038
|
],
|
|
81878
82039
|
"type": "object"
|
|
81879
82040
|
},
|
|
81880
82041
|
"Map<string|number,IAnimate>": {
|
|
81881
82042
|
"properties": {
|
|
81882
|
-
"__@toStringTag@
|
|
82043
|
+
"__@toStringTag@13708": {
|
|
81883
82044
|
"type": "string"
|
|
81884
82045
|
},
|
|
81885
82046
|
"size": {
|
|
@@ -81887,7 +82048,7 @@
|
|
|
81887
82048
|
}
|
|
81888
82049
|
},
|
|
81889
82050
|
"required": [
|
|
81890
|
-
"__@toStringTag@
|
|
82051
|
+
"__@toStringTag@13708",
|
|
81891
82052
|
"size"
|
|
81892
82053
|
],
|
|
81893
82054
|
"type": "object"
|
|
@@ -88648,6 +88809,9 @@
|
|
|
88648
88809
|
"renderable": {
|
|
88649
88810
|
"type": "boolean"
|
|
88650
88811
|
},
|
|
88812
|
+
"roamScroll": {
|
|
88813
|
+
"type": "boolean"
|
|
88814
|
+
},
|
|
88651
88815
|
"round": {
|
|
88652
88816
|
"type": "boolean"
|
|
88653
88817
|
},
|
|
@@ -102934,34 +103098,34 @@
|
|
|
102934
103098
|
},
|
|
102935
103099
|
"Promise<FontFaceSet>": {
|
|
102936
103100
|
"properties": {
|
|
102937
|
-
"__@toStringTag@
|
|
103101
|
+
"__@toStringTag@13708": {
|
|
102938
103102
|
"type": "string"
|
|
102939
103103
|
}
|
|
102940
103104
|
},
|
|
102941
103105
|
"required": [
|
|
102942
|
-
"__@toStringTag@
|
|
103106
|
+
"__@toStringTag@13708"
|
|
102943
103107
|
],
|
|
102944
103108
|
"type": "object"
|
|
102945
103109
|
},
|
|
102946
103110
|
"Promise<ServiceWorkerRegistration>": {
|
|
102947
103111
|
"properties": {
|
|
102948
|
-
"__@toStringTag@
|
|
103112
|
+
"__@toStringTag@13708": {
|
|
102949
103113
|
"type": "string"
|
|
102950
103114
|
}
|
|
102951
103115
|
},
|
|
102952
103116
|
"required": [
|
|
102953
|
-
"__@toStringTag@
|
|
103117
|
+
"__@toStringTag@13708"
|
|
102954
103118
|
],
|
|
102955
103119
|
"type": "object"
|
|
102956
103120
|
},
|
|
102957
103121
|
"Promise<any>": {
|
|
102958
103122
|
"properties": {
|
|
102959
|
-
"__@toStringTag@
|
|
103123
|
+
"__@toStringTag@13708": {
|
|
102960
103124
|
"type": "string"
|
|
102961
103125
|
}
|
|
102962
103126
|
},
|
|
102963
103127
|
"required": [
|
|
102964
|
-
"__@toStringTag@
|
|
103128
|
+
"__@toStringTag@13708"
|
|
102965
103129
|
],
|
|
102966
103130
|
"type": "object"
|
|
102967
103131
|
},
|