@visactor/vchart-schema 1.8.4 → 1.8.5
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 +280 -24
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -27686,6 +27686,10 @@
|
|
|
27686
27686
|
"$ref": "#/definitions/ICartesianAxisCommonTheme",
|
|
27687
27687
|
"description": "笛卡尔坐标系下 y 轴配置"
|
|
27688
27688
|
},
|
|
27689
|
+
"axisZ": {
|
|
27690
|
+
"$ref": "#/definitions/ICartesianAxisCommonTheme",
|
|
27691
|
+
"description": "笛卡尔坐标系下 z 轴配置"
|
|
27692
|
+
},
|
|
27689
27693
|
"brush": {
|
|
27690
27694
|
"$ref": "#/definitions/IBrushTheme",
|
|
27691
27695
|
"description": "框选配置"
|
|
@@ -30830,6 +30834,9 @@
|
|
|
30830
30834
|
"fillOpacity": {
|
|
30831
30835
|
"type": "number"
|
|
30832
30836
|
},
|
|
30837
|
+
"fillPickable": {
|
|
30838
|
+
"type": "boolean"
|
|
30839
|
+
},
|
|
30833
30840
|
"filter": {
|
|
30834
30841
|
"description": "是否进行数据筛选,默认为 true",
|
|
30835
30842
|
"type": "boolean"
|
|
@@ -31426,6 +31433,9 @@
|
|
|
31426
31433
|
"strokeOpacity": {
|
|
31427
31434
|
"type": "number"
|
|
31428
31435
|
},
|
|
31436
|
+
"strokePickable": {
|
|
31437
|
+
"type": "boolean"
|
|
31438
|
+
},
|
|
31429
31439
|
"strokeSeg": {
|
|
31430
31440
|
"typeof": "function"
|
|
31431
31441
|
},
|
|
@@ -49559,6 +49569,9 @@
|
|
|
49559
49569
|
"fillOpacity": {
|
|
49560
49570
|
"type": "number"
|
|
49561
49571
|
},
|
|
49572
|
+
"fillPickable": {
|
|
49573
|
+
"type": "boolean"
|
|
49574
|
+
},
|
|
49562
49575
|
"flexDirection": {
|
|
49563
49576
|
"enum": [
|
|
49564
49577
|
"column",
|
|
@@ -49818,6 +49831,9 @@
|
|
|
49818
49831
|
"strokeOpacity": {
|
|
49819
49832
|
"type": "number"
|
|
49820
49833
|
},
|
|
49834
|
+
"strokePickable": {
|
|
49835
|
+
"type": "boolean"
|
|
49836
|
+
},
|
|
49821
49837
|
"strokeSeg": {
|
|
49822
49838
|
"typeof": "function"
|
|
49823
49839
|
},
|
|
@@ -69941,7 +69957,7 @@
|
|
|
69941
69957
|
},
|
|
69942
69958
|
"Map<Function,(...args:any[])=>void>": {
|
|
69943
69959
|
"properties": {
|
|
69944
|
-
"__@toStringTag@
|
|
69960
|
+
"__@toStringTag@12602": {
|
|
69945
69961
|
"type": "string"
|
|
69946
69962
|
},
|
|
69947
69963
|
"size": {
|
|
@@ -69949,14 +69965,14 @@
|
|
|
69949
69965
|
}
|
|
69950
69966
|
},
|
|
69951
69967
|
"required": [
|
|
69952
|
-
"__@toStringTag@
|
|
69968
|
+
"__@toStringTag@12602",
|
|
69953
69969
|
"size"
|
|
69954
69970
|
],
|
|
69955
69971
|
"type": "object"
|
|
69956
69972
|
},
|
|
69957
69973
|
"Map<number,IGraphicPicker>": {
|
|
69958
69974
|
"properties": {
|
|
69959
|
-
"__@toStringTag@
|
|
69975
|
+
"__@toStringTag@12602": {
|
|
69960
69976
|
"type": "string"
|
|
69961
69977
|
},
|
|
69962
69978
|
"size": {
|
|
@@ -69964,14 +69980,14 @@
|
|
|
69964
69980
|
}
|
|
69965
69981
|
},
|
|
69966
69982
|
"required": [
|
|
69967
|
-
"__@toStringTag@
|
|
69983
|
+
"__@toStringTag@12602",
|
|
69968
69984
|
"size"
|
|
69969
69985
|
],
|
|
69970
69986
|
"type": "object"
|
|
69971
69987
|
},
|
|
69972
69988
|
"Map<number,IGraphicRender>": {
|
|
69973
69989
|
"properties": {
|
|
69974
|
-
"__@toStringTag@
|
|
69990
|
+
"__@toStringTag@12602": {
|
|
69975
69991
|
"type": "string"
|
|
69976
69992
|
},
|
|
69977
69993
|
"size": {
|
|
@@ -69979,14 +69995,14 @@
|
|
|
69979
69995
|
}
|
|
69980
69996
|
},
|
|
69981
69997
|
"required": [
|
|
69982
|
-
"__@toStringTag@
|
|
69998
|
+
"__@toStringTag@12602",
|
|
69983
69999
|
"size"
|
|
69984
70000
|
],
|
|
69985
70001
|
"type": "object"
|
|
69986
70002
|
},
|
|
69987
70003
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
69988
70004
|
"properties": {
|
|
69989
|
-
"__@toStringTag@
|
|
70005
|
+
"__@toStringTag@12602": {
|
|
69990
70006
|
"type": "string"
|
|
69991
70007
|
},
|
|
69992
70008
|
"size": {
|
|
@@ -69994,14 +70010,14 @@
|
|
|
69994
70010
|
}
|
|
69995
70011
|
},
|
|
69996
70012
|
"required": [
|
|
69997
|
-
"__@toStringTag@
|
|
70013
|
+
"__@toStringTag@12602",
|
|
69998
70014
|
"size"
|
|
69999
70015
|
],
|
|
70000
70016
|
"type": "object"
|
|
70001
70017
|
},
|
|
70002
70018
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
70003
70019
|
"properties": {
|
|
70004
|
-
"__@toStringTag@
|
|
70020
|
+
"__@toStringTag@12602": {
|
|
70005
70021
|
"type": "string"
|
|
70006
70022
|
},
|
|
70007
70023
|
"size": {
|
|
@@ -70009,14 +70025,14 @@
|
|
|
70009
70025
|
}
|
|
70010
70026
|
},
|
|
70011
70027
|
"required": [
|
|
70012
|
-
"__@toStringTag@
|
|
70028
|
+
"__@toStringTag@12602",
|
|
70013
70029
|
"size"
|
|
70014
70030
|
],
|
|
70015
70031
|
"type": "object"
|
|
70016
70032
|
},
|
|
70017
70033
|
"Map<string,any>": {
|
|
70018
70034
|
"properties": {
|
|
70019
|
-
"__@toStringTag@
|
|
70035
|
+
"__@toStringTag@12602": {
|
|
70020
70036
|
"type": "string"
|
|
70021
70037
|
},
|
|
70022
70038
|
"size": {
|
|
@@ -70024,14 +70040,14 @@
|
|
|
70024
70040
|
}
|
|
70025
70041
|
},
|
|
70026
70042
|
"required": [
|
|
70027
|
-
"__@toStringTag@
|
|
70043
|
+
"__@toStringTag@12602",
|
|
70028
70044
|
"size"
|
|
70029
70045
|
],
|
|
70030
70046
|
"type": "object"
|
|
70031
70047
|
},
|
|
70032
70048
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
70033
70049
|
"properties": {
|
|
70034
|
-
"__@toStringTag@
|
|
70050
|
+
"__@toStringTag@12602": {
|
|
70035
70051
|
"type": "string"
|
|
70036
70052
|
},
|
|
70037
70053
|
"size": {
|
|
@@ -70039,14 +70055,14 @@
|
|
|
70039
70055
|
}
|
|
70040
70056
|
},
|
|
70041
70057
|
"required": [
|
|
70042
|
-
"__@toStringTag@
|
|
70058
|
+
"__@toStringTag@12602",
|
|
70043
70059
|
"size"
|
|
70044
70060
|
],
|
|
70045
70061
|
"type": "object"
|
|
70046
70062
|
},
|
|
70047
70063
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
70048
70064
|
"properties": {
|
|
70049
|
-
"__@toStringTag@
|
|
70065
|
+
"__@toStringTag@12602": {
|
|
70050
70066
|
"type": "string"
|
|
70051
70067
|
},
|
|
70052
70068
|
"size": {
|
|
@@ -70054,14 +70070,14 @@
|
|
|
70054
70070
|
}
|
|
70055
70071
|
},
|
|
70056
70072
|
"required": [
|
|
70057
|
-
"__@toStringTag@
|
|
70073
|
+
"__@toStringTag@12602",
|
|
70058
70074
|
"size"
|
|
70059
70075
|
],
|
|
70060
70076
|
"type": "object"
|
|
70061
70077
|
},
|
|
70062
70078
|
"Map<string|number,IAnimate>": {
|
|
70063
70079
|
"properties": {
|
|
70064
|
-
"__@toStringTag@
|
|
70080
|
+
"__@toStringTag@12602": {
|
|
70065
70081
|
"type": "string"
|
|
70066
70082
|
},
|
|
70067
70083
|
"size": {
|
|
@@ -70069,7 +70085,7 @@
|
|
|
70069
70085
|
}
|
|
70070
70086
|
},
|
|
70071
70087
|
"required": [
|
|
70072
|
-
"__@toStringTag@
|
|
70088
|
+
"__@toStringTag@12602",
|
|
70073
70089
|
"size"
|
|
70074
70090
|
],
|
|
70075
70091
|
"type": "object"
|
|
@@ -70694,6 +70710,9 @@
|
|
|
70694
70710
|
"fillOpacity": {
|
|
70695
70711
|
"type": "number"
|
|
70696
70712
|
},
|
|
70713
|
+
"fillPickable": {
|
|
70714
|
+
"type": "boolean"
|
|
70715
|
+
},
|
|
70697
70716
|
"flexDirection": {
|
|
70698
70717
|
"enum": [
|
|
70699
70718
|
"column",
|
|
@@ -70940,6 +70959,9 @@
|
|
|
70940
70959
|
"strokeOpacity": {
|
|
70941
70960
|
"type": "number"
|
|
70942
70961
|
},
|
|
70962
|
+
"strokePickable": {
|
|
70963
|
+
"type": "boolean"
|
|
70964
|
+
},
|
|
70943
70965
|
"strokeSeg": {
|
|
70944
70966
|
"typeof": "function"
|
|
70945
70967
|
},
|
|
@@ -73255,6 +73277,9 @@
|
|
|
73255
73277
|
"fillOpacity": {
|
|
73256
73278
|
"type": "number"
|
|
73257
73279
|
},
|
|
73280
|
+
"fillPickable": {
|
|
73281
|
+
"type": "boolean"
|
|
73282
|
+
},
|
|
73258
73283
|
"flexDirection": {
|
|
73259
73284
|
"enum": [
|
|
73260
73285
|
"column",
|
|
@@ -73468,6 +73493,9 @@
|
|
|
73468
73493
|
"strokeOpacity": {
|
|
73469
73494
|
"type": "number"
|
|
73470
73495
|
},
|
|
73496
|
+
"strokePickable": {
|
|
73497
|
+
"type": "boolean"
|
|
73498
|
+
},
|
|
73471
73499
|
"strokeSeg": {
|
|
73472
73500
|
"typeof": "function"
|
|
73473
73501
|
},
|
|
@@ -75076,6 +75104,9 @@
|
|
|
75076
75104
|
"fillOpacity": {
|
|
75077
75105
|
"type": "number"
|
|
75078
75106
|
},
|
|
75107
|
+
"fillPickable": {
|
|
75108
|
+
"type": "boolean"
|
|
75109
|
+
},
|
|
75079
75110
|
"flexDirection": {
|
|
75080
75111
|
"enum": [
|
|
75081
75112
|
"column",
|
|
@@ -75303,6 +75334,9 @@
|
|
|
75303
75334
|
"strokeOpacity": {
|
|
75304
75335
|
"type": "number"
|
|
75305
75336
|
},
|
|
75337
|
+
"strokePickable": {
|
|
75338
|
+
"type": "boolean"
|
|
75339
|
+
},
|
|
75306
75340
|
"strokeSeg": {
|
|
75307
75341
|
"typeof": "function"
|
|
75308
75342
|
},
|
|
@@ -75797,6 +75831,9 @@
|
|
|
75797
75831
|
"fillOpacity": {
|
|
75798
75832
|
"type": "number"
|
|
75799
75833
|
},
|
|
75834
|
+
"fillPickable": {
|
|
75835
|
+
"type": "boolean"
|
|
75836
|
+
},
|
|
75800
75837
|
"forceShowCap": {
|
|
75801
75838
|
"type": "boolean"
|
|
75802
75839
|
},
|
|
@@ -75993,6 +76030,9 @@
|
|
|
75993
76030
|
"strokeOpacity": {
|
|
75994
76031
|
"type": "number"
|
|
75995
76032
|
},
|
|
76033
|
+
"strokePickable": {
|
|
76034
|
+
"type": "boolean"
|
|
76035
|
+
},
|
|
75996
76036
|
"strokeSeg": {
|
|
75997
76037
|
"typeof": "function"
|
|
75998
76038
|
},
|
|
@@ -76209,6 +76249,9 @@
|
|
|
76209
76249
|
"fillOpacity": {
|
|
76210
76250
|
"type": "number"
|
|
76211
76251
|
},
|
|
76252
|
+
"fillPickable": {
|
|
76253
|
+
"type": "boolean"
|
|
76254
|
+
},
|
|
76212
76255
|
"globalCompositeOperation": {
|
|
76213
76256
|
"enum": [
|
|
76214
76257
|
"",
|
|
@@ -76399,6 +76442,9 @@
|
|
|
76399
76442
|
"strokeOpacity": {
|
|
76400
76443
|
"type": "number"
|
|
76401
76444
|
},
|
|
76445
|
+
"strokePickable": {
|
|
76446
|
+
"type": "boolean"
|
|
76447
|
+
},
|
|
76402
76448
|
"strokeSeg": {
|
|
76403
76449
|
"typeof": "function"
|
|
76404
76450
|
},
|
|
@@ -76658,6 +76704,9 @@
|
|
|
76658
76704
|
"fillOpacity": {
|
|
76659
76705
|
"type": "number"
|
|
76660
76706
|
},
|
|
76707
|
+
"fillPickable": {
|
|
76708
|
+
"type": "boolean"
|
|
76709
|
+
},
|
|
76661
76710
|
"globalCompositeOperation": {
|
|
76662
76711
|
"enum": [
|
|
76663
76712
|
"",
|
|
@@ -76842,6 +76891,9 @@
|
|
|
76842
76891
|
"strokeOpacity": {
|
|
76843
76892
|
"type": "number"
|
|
76844
76893
|
},
|
|
76894
|
+
"strokePickable": {
|
|
76895
|
+
"type": "boolean"
|
|
76896
|
+
},
|
|
76845
76897
|
"strokeSeg": {
|
|
76846
76898
|
"typeof": "function"
|
|
76847
76899
|
},
|
|
@@ -77109,6 +77161,9 @@
|
|
|
77109
77161
|
"fillOpacity": {
|
|
77110
77162
|
"type": "number"
|
|
77111
77163
|
},
|
|
77164
|
+
"fillPickable": {
|
|
77165
|
+
"type": "boolean"
|
|
77166
|
+
},
|
|
77112
77167
|
"globalCompositeOperation": {
|
|
77113
77168
|
"enum": [
|
|
77114
77169
|
"",
|
|
@@ -77300,6 +77355,9 @@
|
|
|
77300
77355
|
"strokeOpacity": {
|
|
77301
77356
|
"type": "number"
|
|
77302
77357
|
},
|
|
77358
|
+
"strokePickable": {
|
|
77359
|
+
"type": "boolean"
|
|
77360
|
+
},
|
|
77303
77361
|
"strokeSeg": {
|
|
77304
77362
|
"typeof": "function"
|
|
77305
77363
|
},
|
|
@@ -77493,6 +77551,9 @@
|
|
|
77493
77551
|
"fillOpacity": {
|
|
77494
77552
|
"type": "number"
|
|
77495
77553
|
},
|
|
77554
|
+
"fillPickable": {
|
|
77555
|
+
"type": "boolean"
|
|
77556
|
+
},
|
|
77496
77557
|
"globalCompositeOperation": {
|
|
77497
77558
|
"enum": [
|
|
77498
77559
|
"",
|
|
@@ -77671,6 +77732,9 @@
|
|
|
77671
77732
|
"strokeOpacity": {
|
|
77672
77733
|
"type": "number"
|
|
77673
77734
|
},
|
|
77735
|
+
"strokePickable": {
|
|
77736
|
+
"type": "boolean"
|
|
77737
|
+
},
|
|
77674
77738
|
"strokeSeg": {
|
|
77675
77739
|
"typeof": "function"
|
|
77676
77740
|
},
|
|
@@ -77901,6 +77965,9 @@
|
|
|
77901
77965
|
"fillOpacity": {
|
|
77902
77966
|
"type": "number"
|
|
77903
77967
|
},
|
|
77968
|
+
"fillPickable": {
|
|
77969
|
+
"type": "boolean"
|
|
77970
|
+
},
|
|
77904
77971
|
"flexDirection": {
|
|
77905
77972
|
"enum": [
|
|
77906
77973
|
"column",
|
|
@@ -78114,6 +78181,9 @@
|
|
|
78114
78181
|
"strokeOpacity": {
|
|
78115
78182
|
"type": "number"
|
|
78116
78183
|
},
|
|
78184
|
+
"strokePickable": {
|
|
78185
|
+
"type": "boolean"
|
|
78186
|
+
},
|
|
78117
78187
|
"strokeSeg": {
|
|
78118
78188
|
"typeof": "function"
|
|
78119
78189
|
},
|
|
@@ -78323,6 +78393,9 @@
|
|
|
78323
78393
|
"fillOpacity": {
|
|
78324
78394
|
"type": "number"
|
|
78325
78395
|
},
|
|
78396
|
+
"fillPickable": {
|
|
78397
|
+
"type": "boolean"
|
|
78398
|
+
},
|
|
78326
78399
|
"globalCompositeOperation": {
|
|
78327
78400
|
"enum": [
|
|
78328
78401
|
"",
|
|
@@ -78523,6 +78596,9 @@
|
|
|
78523
78596
|
"strokeOpacity": {
|
|
78524
78597
|
"type": "number"
|
|
78525
78598
|
},
|
|
78599
|
+
"strokePickable": {
|
|
78600
|
+
"type": "boolean"
|
|
78601
|
+
},
|
|
78526
78602
|
"strokeSeg": {
|
|
78527
78603
|
"typeof": "function"
|
|
78528
78604
|
},
|
|
@@ -78991,6 +79067,9 @@
|
|
|
78991
79067
|
"fillOpacity": {
|
|
78992
79068
|
"type": "number"
|
|
78993
79069
|
},
|
|
79070
|
+
"fillPickable": {
|
|
79071
|
+
"type": "boolean"
|
|
79072
|
+
},
|
|
78994
79073
|
"globalCompositeOperation": {
|
|
78995
79074
|
"enum": [
|
|
78996
79075
|
"",
|
|
@@ -79181,6 +79260,9 @@
|
|
|
79181
79260
|
"strokeOpacity": {
|
|
79182
79261
|
"type": "number"
|
|
79183
79262
|
},
|
|
79263
|
+
"strokePickable": {
|
|
79264
|
+
"type": "boolean"
|
|
79265
|
+
},
|
|
79184
79266
|
"strokeSeg": {
|
|
79185
79267
|
"typeof": "function"
|
|
79186
79268
|
},
|
|
@@ -80150,6 +80232,9 @@
|
|
|
80150
80232
|
"fillOpacity": {
|
|
80151
80233
|
"type": "number"
|
|
80152
80234
|
},
|
|
80235
|
+
"fillPickable": {
|
|
80236
|
+
"type": "boolean"
|
|
80237
|
+
},
|
|
80153
80238
|
"globalCompositeOperation": {
|
|
80154
80239
|
"enum": [
|
|
80155
80240
|
"",
|
|
@@ -80338,6 +80423,9 @@
|
|
|
80338
80423
|
"strokeOpacity": {
|
|
80339
80424
|
"type": "number"
|
|
80340
80425
|
},
|
|
80426
|
+
"strokePickable": {
|
|
80427
|
+
"type": "boolean"
|
|
80428
|
+
},
|
|
80341
80429
|
"strokeSeg": {
|
|
80342
80430
|
"typeof": "function"
|
|
80343
80431
|
},
|
|
@@ -80544,6 +80632,9 @@
|
|
|
80544
80632
|
"fillOpacity": {
|
|
80545
80633
|
"type": "number"
|
|
80546
80634
|
},
|
|
80635
|
+
"fillPickable": {
|
|
80636
|
+
"type": "boolean"
|
|
80637
|
+
},
|
|
80547
80638
|
"globalCompositeOperation": {
|
|
80548
80639
|
"enum": [
|
|
80549
80640
|
"",
|
|
@@ -80728,6 +80819,9 @@
|
|
|
80728
80819
|
"strokeOpacity": {
|
|
80729
80820
|
"type": "number"
|
|
80730
80821
|
},
|
|
80822
|
+
"strokePickable": {
|
|
80823
|
+
"type": "boolean"
|
|
80824
|
+
},
|
|
80731
80825
|
"strokeSeg": {
|
|
80732
80826
|
"typeof": "function"
|
|
80733
80827
|
},
|
|
@@ -81180,6 +81274,9 @@
|
|
|
81180
81274
|
"fillOpacity": {
|
|
81181
81275
|
"type": "number"
|
|
81182
81276
|
},
|
|
81277
|
+
"fillPickable": {
|
|
81278
|
+
"type": "boolean"
|
|
81279
|
+
},
|
|
81183
81280
|
"globalCompositeOperation": {
|
|
81184
81281
|
"enum": [
|
|
81185
81282
|
"",
|
|
@@ -81364,6 +81461,9 @@
|
|
|
81364
81461
|
"strokeOpacity": {
|
|
81365
81462
|
"type": "number"
|
|
81366
81463
|
},
|
|
81464
|
+
"strokePickable": {
|
|
81465
|
+
"type": "boolean"
|
|
81466
|
+
},
|
|
81367
81467
|
"strokeSeg": {
|
|
81368
81468
|
"typeof": "function"
|
|
81369
81469
|
},
|
|
@@ -81576,6 +81676,9 @@
|
|
|
81576
81676
|
"fillOpacity": {
|
|
81577
81677
|
"type": "number"
|
|
81578
81678
|
},
|
|
81679
|
+
"fillPickable": {
|
|
81680
|
+
"type": "boolean"
|
|
81681
|
+
},
|
|
81579
81682
|
"globalCompositeOperation": {
|
|
81580
81683
|
"enum": [
|
|
81581
81684
|
"",
|
|
@@ -81757,6 +81860,9 @@
|
|
|
81757
81860
|
"strokeOpacity": {
|
|
81758
81861
|
"type": "number"
|
|
81759
81862
|
},
|
|
81863
|
+
"strokePickable": {
|
|
81864
|
+
"type": "boolean"
|
|
81865
|
+
},
|
|
81760
81866
|
"strokeSeg": {
|
|
81761
81867
|
"typeof": "function"
|
|
81762
81868
|
},
|
|
@@ -82312,6 +82418,9 @@
|
|
|
82312
82418
|
"fillOpacity": {
|
|
82313
82419
|
"type": "number"
|
|
82314
82420
|
},
|
|
82421
|
+
"fillPickable": {
|
|
82422
|
+
"type": "boolean"
|
|
82423
|
+
},
|
|
82315
82424
|
"globalCompositeOperation": {
|
|
82316
82425
|
"enum": [
|
|
82317
82426
|
"",
|
|
@@ -82510,6 +82619,9 @@
|
|
|
82510
82619
|
"strokeOpacity": {
|
|
82511
82620
|
"type": "number"
|
|
82512
82621
|
},
|
|
82622
|
+
"strokePickable": {
|
|
82623
|
+
"type": "boolean"
|
|
82624
|
+
},
|
|
82513
82625
|
"strokeSeg": {
|
|
82514
82626
|
"typeof": "function"
|
|
82515
82627
|
},
|
|
@@ -82719,6 +82831,9 @@
|
|
|
82719
82831
|
"fillOpacity": {
|
|
82720
82832
|
"type": "number"
|
|
82721
82833
|
},
|
|
82834
|
+
"fillPickable": {
|
|
82835
|
+
"type": "boolean"
|
|
82836
|
+
},
|
|
82722
82837
|
"fontFamily": {
|
|
82723
82838
|
"type": "string"
|
|
82724
82839
|
},
|
|
@@ -82939,6 +83054,9 @@
|
|
|
82939
83054
|
"strokeOpacity": {
|
|
82940
83055
|
"type": "number"
|
|
82941
83056
|
},
|
|
83057
|
+
"strokePickable": {
|
|
83058
|
+
"type": "boolean"
|
|
83059
|
+
},
|
|
82942
83060
|
"strokeSeg": {
|
|
82943
83061
|
"typeof": "function"
|
|
82944
83062
|
},
|
|
@@ -83789,6 +83907,9 @@
|
|
|
83789
83907
|
"fillOpacity": {
|
|
83790
83908
|
"type": "number"
|
|
83791
83909
|
},
|
|
83910
|
+
"fillPickable": {
|
|
83911
|
+
"type": "boolean"
|
|
83912
|
+
},
|
|
83792
83913
|
"fontFamily": {
|
|
83793
83914
|
"type": "string"
|
|
83794
83915
|
},
|
|
@@ -84009,6 +84130,9 @@
|
|
|
84009
84130
|
"strokeOpacity": {
|
|
84010
84131
|
"type": "number"
|
|
84011
84132
|
},
|
|
84133
|
+
"strokePickable": {
|
|
84134
|
+
"type": "boolean"
|
|
84135
|
+
},
|
|
84012
84136
|
"strokeSeg": {
|
|
84013
84137
|
"typeof": "function"
|
|
84014
84138
|
},
|
|
@@ -84268,6 +84392,9 @@
|
|
|
84268
84392
|
"fillOpacity": {
|
|
84269
84393
|
"type": "number"
|
|
84270
84394
|
},
|
|
84395
|
+
"fillPickable": {
|
|
84396
|
+
"type": "boolean"
|
|
84397
|
+
},
|
|
84271
84398
|
"globalCompositeOperation": {
|
|
84272
84399
|
"enum": [
|
|
84273
84400
|
"",
|
|
@@ -84444,6 +84571,9 @@
|
|
|
84444
84571
|
"strokeOpacity": {
|
|
84445
84572
|
"type": "number"
|
|
84446
84573
|
},
|
|
84574
|
+
"strokePickable": {
|
|
84575
|
+
"type": "boolean"
|
|
84576
|
+
},
|
|
84447
84577
|
"strokeSeg": {
|
|
84448
84578
|
"typeof": "function"
|
|
84449
84579
|
},
|
|
@@ -84646,6 +84776,9 @@
|
|
|
84646
84776
|
"fillOpacity": {
|
|
84647
84777
|
"type": "number"
|
|
84648
84778
|
},
|
|
84779
|
+
"fillPickable": {
|
|
84780
|
+
"type": "boolean"
|
|
84781
|
+
},
|
|
84649
84782
|
"globalCompositeOperation": {
|
|
84650
84783
|
"enum": [
|
|
84651
84784
|
"",
|
|
@@ -84824,6 +84957,9 @@
|
|
|
84824
84957
|
"strokeOpacity": {
|
|
84825
84958
|
"type": "number"
|
|
84826
84959
|
},
|
|
84960
|
+
"strokePickable": {
|
|
84961
|
+
"type": "boolean"
|
|
84962
|
+
},
|
|
84827
84963
|
"strokeSeg": {
|
|
84828
84964
|
"typeof": "function"
|
|
84829
84965
|
},
|
|
@@ -86280,34 +86416,34 @@
|
|
|
86280
86416
|
},
|
|
86281
86417
|
"Promise<FontFaceSet>": {
|
|
86282
86418
|
"properties": {
|
|
86283
|
-
"__@toStringTag@
|
|
86419
|
+
"__@toStringTag@12602": {
|
|
86284
86420
|
"type": "string"
|
|
86285
86421
|
}
|
|
86286
86422
|
},
|
|
86287
86423
|
"required": [
|
|
86288
|
-
"__@toStringTag@
|
|
86424
|
+
"__@toStringTag@12602"
|
|
86289
86425
|
],
|
|
86290
86426
|
"type": "object"
|
|
86291
86427
|
},
|
|
86292
86428
|
"Promise<ServiceWorkerRegistration>": {
|
|
86293
86429
|
"properties": {
|
|
86294
|
-
"__@toStringTag@
|
|
86430
|
+
"__@toStringTag@12602": {
|
|
86295
86431
|
"type": "string"
|
|
86296
86432
|
}
|
|
86297
86433
|
},
|
|
86298
86434
|
"required": [
|
|
86299
|
-
"__@toStringTag@
|
|
86435
|
+
"__@toStringTag@12602"
|
|
86300
86436
|
],
|
|
86301
86437
|
"type": "object"
|
|
86302
86438
|
},
|
|
86303
86439
|
"Promise<any>": {
|
|
86304
86440
|
"properties": {
|
|
86305
|
-
"__@toStringTag@
|
|
86441
|
+
"__@toStringTag@12602": {
|
|
86306
86442
|
"type": "string"
|
|
86307
86443
|
}
|
|
86308
86444
|
},
|
|
86309
86445
|
"required": [
|
|
86310
|
-
"__@toStringTag@
|
|
86446
|
+
"__@toStringTag@12602"
|
|
86311
86447
|
],
|
|
86312
86448
|
"type": "object"
|
|
86313
86449
|
},
|
|
@@ -86575,6 +86711,9 @@
|
|
|
86575
86711
|
"fillOpacity": {
|
|
86576
86712
|
"type": "number"
|
|
86577
86713
|
},
|
|
86714
|
+
"fillPickable": {
|
|
86715
|
+
"type": "boolean"
|
|
86716
|
+
},
|
|
86578
86717
|
"forceShowCap": {
|
|
86579
86718
|
"type": "boolean"
|
|
86580
86719
|
},
|
|
@@ -86771,6 +86910,9 @@
|
|
|
86771
86910
|
"strokeOpacity": {
|
|
86772
86911
|
"type": "number"
|
|
86773
86912
|
},
|
|
86913
|
+
"strokePickable": {
|
|
86914
|
+
"type": "boolean"
|
|
86915
|
+
},
|
|
86774
86916
|
"strokeSeg": {
|
|
86775
86917
|
"typeof": "function"
|
|
86776
86918
|
},
|
|
@@ -86825,6 +86967,7 @@
|
|
|
86825
86967
|
"endAngle",
|
|
86826
86968
|
"fill",
|
|
86827
86969
|
"fillOpacity",
|
|
86970
|
+
"fillPickable",
|
|
86828
86971
|
"forceShowCap",
|
|
86829
86972
|
"globalCompositeOperation",
|
|
86830
86973
|
"globalZIndex",
|
|
@@ -86864,6 +87007,7 @@
|
|
|
86864
87007
|
"stroke",
|
|
86865
87008
|
"strokeBoundsBuffer",
|
|
86866
87009
|
"strokeOpacity",
|
|
87010
|
+
"strokePickable",
|
|
86867
87011
|
"strokeSeg",
|
|
86868
87012
|
"texture",
|
|
86869
87013
|
"textureColor",
|
|
@@ -87060,6 +87204,9 @@
|
|
|
87060
87204
|
"fillOpacity": {
|
|
87061
87205
|
"type": "number"
|
|
87062
87206
|
},
|
|
87207
|
+
"fillPickable": {
|
|
87208
|
+
"type": "boolean"
|
|
87209
|
+
},
|
|
87063
87210
|
"globalCompositeOperation": {
|
|
87064
87211
|
"enum": [
|
|
87065
87212
|
"",
|
|
@@ -87250,6 +87397,9 @@
|
|
|
87250
87397
|
"strokeOpacity": {
|
|
87251
87398
|
"type": "number"
|
|
87252
87399
|
},
|
|
87400
|
+
"strokePickable": {
|
|
87401
|
+
"type": "boolean"
|
|
87402
|
+
},
|
|
87253
87403
|
"strokeSeg": {
|
|
87254
87404
|
"typeof": "function"
|
|
87255
87405
|
},
|
|
@@ -87308,6 +87458,7 @@
|
|
|
87308
87458
|
"dz",
|
|
87309
87459
|
"fill",
|
|
87310
87460
|
"fillOpacity",
|
|
87461
|
+
"fillPickable",
|
|
87311
87462
|
"globalCompositeOperation",
|
|
87312
87463
|
"globalZIndex",
|
|
87313
87464
|
"html",
|
|
@@ -87343,6 +87494,7 @@
|
|
|
87343
87494
|
"stroke",
|
|
87344
87495
|
"strokeBoundsBuffer",
|
|
87345
87496
|
"strokeOpacity",
|
|
87497
|
+
"strokePickable",
|
|
87346
87498
|
"strokeSeg",
|
|
87347
87499
|
"texture",
|
|
87348
87500
|
"textureColor",
|
|
@@ -87516,6 +87668,9 @@
|
|
|
87516
87668
|
"fillOpacity": {
|
|
87517
87669
|
"type": "number"
|
|
87518
87670
|
},
|
|
87671
|
+
"fillPickable": {
|
|
87672
|
+
"type": "boolean"
|
|
87673
|
+
},
|
|
87519
87674
|
"globalCompositeOperation": {
|
|
87520
87675
|
"enum": [
|
|
87521
87676
|
"",
|
|
@@ -87700,6 +87855,9 @@
|
|
|
87700
87855
|
"strokeOpacity": {
|
|
87701
87856
|
"type": "number"
|
|
87702
87857
|
},
|
|
87858
|
+
"strokePickable": {
|
|
87859
|
+
"type": "boolean"
|
|
87860
|
+
},
|
|
87703
87861
|
"strokeSeg": {
|
|
87704
87862
|
"typeof": "function"
|
|
87705
87863
|
},
|
|
@@ -87752,6 +87910,7 @@
|
|
|
87752
87910
|
"endAngle",
|
|
87753
87911
|
"fill",
|
|
87754
87912
|
"fillOpacity",
|
|
87913
|
+
"fillPickable",
|
|
87755
87914
|
"globalCompositeOperation",
|
|
87756
87915
|
"globalZIndex",
|
|
87757
87916
|
"html",
|
|
@@ -87787,6 +87946,7 @@
|
|
|
87787
87946
|
"stroke",
|
|
87788
87947
|
"strokeBoundsBuffer",
|
|
87789
87948
|
"strokeOpacity",
|
|
87949
|
+
"strokePickable",
|
|
87790
87950
|
"strokeSeg",
|
|
87791
87951
|
"texture",
|
|
87792
87952
|
"textureColor",
|
|
@@ -87973,6 +88133,9 @@
|
|
|
87973
88133
|
"fillOpacity": {
|
|
87974
88134
|
"type": "number"
|
|
87975
88135
|
},
|
|
88136
|
+
"fillPickable": {
|
|
88137
|
+
"type": "boolean"
|
|
88138
|
+
},
|
|
87976
88139
|
"globalCompositeOperation": {
|
|
87977
88140
|
"enum": [
|
|
87978
88141
|
"",
|
|
@@ -88164,6 +88327,9 @@
|
|
|
88164
88327
|
"strokeOpacity": {
|
|
88165
88328
|
"type": "number"
|
|
88166
88329
|
},
|
|
88330
|
+
"strokePickable": {
|
|
88331
|
+
"type": "boolean"
|
|
88332
|
+
},
|
|
88167
88333
|
"strokeSeg": {
|
|
88168
88334
|
"typeof": "function"
|
|
88169
88335
|
},
|
|
@@ -88220,6 +88386,7 @@
|
|
|
88220
88386
|
"dz",
|
|
88221
88387
|
"fill",
|
|
88222
88388
|
"fillOpacity",
|
|
88389
|
+
"fillPickable",
|
|
88223
88390
|
"globalCompositeOperation",
|
|
88224
88391
|
"globalZIndex",
|
|
88225
88392
|
"height",
|
|
@@ -88255,6 +88422,7 @@
|
|
|
88255
88422
|
"stroke",
|
|
88256
88423
|
"strokeBoundsBuffer",
|
|
88257
88424
|
"strokeOpacity",
|
|
88425
|
+
"strokePickable",
|
|
88258
88426
|
"strokeSeg",
|
|
88259
88427
|
"texture",
|
|
88260
88428
|
"textureColor",
|
|
@@ -88466,6 +88634,9 @@
|
|
|
88466
88634
|
"fillOpacity": {
|
|
88467
88635
|
"type": "number"
|
|
88468
88636
|
},
|
|
88637
|
+
"fillPickable": {
|
|
88638
|
+
"type": "boolean"
|
|
88639
|
+
},
|
|
88469
88640
|
"flexDirection": {
|
|
88470
88641
|
"enum": [
|
|
88471
88642
|
"column",
|
|
@@ -88679,6 +88850,9 @@
|
|
|
88679
88850
|
"strokeOpacity": {
|
|
88680
88851
|
"type": "number"
|
|
88681
88852
|
},
|
|
88853
|
+
"strokePickable": {
|
|
88854
|
+
"type": "boolean"
|
|
88855
|
+
},
|
|
88682
88856
|
"strokeSeg": {
|
|
88683
88857
|
"typeof": "function"
|
|
88684
88858
|
},
|
|
@@ -88741,6 +88915,7 @@
|
|
|
88741
88915
|
"dz",
|
|
88742
88916
|
"fill",
|
|
88743
88917
|
"fillOpacity",
|
|
88918
|
+
"fillPickable",
|
|
88744
88919
|
"flexDirection",
|
|
88745
88920
|
"flexWrap",
|
|
88746
88921
|
"globalCompositeOperation",
|
|
@@ -88779,6 +88954,7 @@
|
|
|
88779
88954
|
"stroke",
|
|
88780
88955
|
"strokeBoundsBuffer",
|
|
88781
88956
|
"strokeOpacity",
|
|
88957
|
+
"strokePickable",
|
|
88782
88958
|
"strokeSeg",
|
|
88783
88959
|
"texture",
|
|
88784
88960
|
"textureColor",
|
|
@@ -88964,6 +89140,9 @@
|
|
|
88964
89140
|
"fillOpacity": {
|
|
88965
89141
|
"type": "number"
|
|
88966
89142
|
},
|
|
89143
|
+
"fillPickable": {
|
|
89144
|
+
"type": "boolean"
|
|
89145
|
+
},
|
|
88967
89146
|
"globalCompositeOperation": {
|
|
88968
89147
|
"enum": [
|
|
88969
89148
|
"",
|
|
@@ -89164,6 +89343,9 @@
|
|
|
89164
89343
|
"strokeOpacity": {
|
|
89165
89344
|
"type": "number"
|
|
89166
89345
|
},
|
|
89346
|
+
"strokePickable": {
|
|
89347
|
+
"type": "boolean"
|
|
89348
|
+
},
|
|
89167
89349
|
"strokeSeg": {
|
|
89168
89350
|
"typeof": "function"
|
|
89169
89351
|
},
|
|
@@ -89219,6 +89401,7 @@
|
|
|
89219
89401
|
"dz",
|
|
89220
89402
|
"fill",
|
|
89221
89403
|
"fillOpacity",
|
|
89404
|
+
"fillPickable",
|
|
89222
89405
|
"globalCompositeOperation",
|
|
89223
89406
|
"globalZIndex",
|
|
89224
89407
|
"height",
|
|
@@ -89256,6 +89439,7 @@
|
|
|
89256
89439
|
"stroke",
|
|
89257
89440
|
"strokeBoundsBuffer",
|
|
89258
89441
|
"strokeOpacity",
|
|
89442
|
+
"strokePickable",
|
|
89259
89443
|
"strokeSeg",
|
|
89260
89444
|
"texture",
|
|
89261
89445
|
"textureColor",
|
|
@@ -89456,6 +89640,9 @@
|
|
|
89456
89640
|
"fillOpacity": {
|
|
89457
89641
|
"type": "number"
|
|
89458
89642
|
},
|
|
89643
|
+
"fillPickable": {
|
|
89644
|
+
"type": "boolean"
|
|
89645
|
+
},
|
|
89459
89646
|
"globalCompositeOperation": {
|
|
89460
89647
|
"enum": [
|
|
89461
89648
|
"",
|
|
@@ -89646,6 +89833,9 @@
|
|
|
89646
89833
|
"strokeOpacity": {
|
|
89647
89834
|
"type": "number"
|
|
89648
89835
|
},
|
|
89836
|
+
"strokePickable": {
|
|
89837
|
+
"type": "boolean"
|
|
89838
|
+
},
|
|
89649
89839
|
"strokeSeg": {
|
|
89650
89840
|
"typeof": "function"
|
|
89651
89841
|
},
|
|
@@ -89705,6 +89895,7 @@
|
|
|
89705
89895
|
"dz",
|
|
89706
89896
|
"fill",
|
|
89707
89897
|
"fillOpacity",
|
|
89898
|
+
"fillPickable",
|
|
89708
89899
|
"globalCompositeOperation",
|
|
89709
89900
|
"globalZIndex",
|
|
89710
89901
|
"html",
|
|
@@ -89740,6 +89931,7 @@
|
|
|
89740
89931
|
"stroke",
|
|
89741
89932
|
"strokeBoundsBuffer",
|
|
89742
89933
|
"strokeOpacity",
|
|
89934
|
+
"strokePickable",
|
|
89743
89935
|
"strokeSeg",
|
|
89744
89936
|
"texture",
|
|
89745
89937
|
"textureColor",
|
|
@@ -89913,6 +90105,9 @@
|
|
|
89913
90105
|
"fillOpacity": {
|
|
89914
90106
|
"type": "number"
|
|
89915
90107
|
},
|
|
90108
|
+
"fillPickable": {
|
|
90109
|
+
"type": "boolean"
|
|
90110
|
+
},
|
|
89916
90111
|
"globalCompositeOperation": {
|
|
89917
90112
|
"enum": [
|
|
89918
90113
|
"",
|
|
@@ -90101,6 +90296,9 @@
|
|
|
90101
90296
|
"strokeOpacity": {
|
|
90102
90297
|
"type": "number"
|
|
90103
90298
|
},
|
|
90299
|
+
"strokePickable": {
|
|
90300
|
+
"type": "boolean"
|
|
90301
|
+
},
|
|
90104
90302
|
"strokeSeg": {
|
|
90105
90303
|
"typeof": "function"
|
|
90106
90304
|
},
|
|
@@ -90153,6 +90351,7 @@
|
|
|
90153
90351
|
"dz",
|
|
90154
90352
|
"fill",
|
|
90155
90353
|
"fillOpacity",
|
|
90354
|
+
"fillPickable",
|
|
90156
90355
|
"globalCompositeOperation",
|
|
90157
90356
|
"globalZIndex",
|
|
90158
90357
|
"html",
|
|
@@ -90187,6 +90386,7 @@
|
|
|
90187
90386
|
"stroke",
|
|
90188
90387
|
"strokeBoundsBuffer",
|
|
90189
90388
|
"strokeOpacity",
|
|
90389
|
+
"strokePickable",
|
|
90190
90390
|
"strokeSeg",
|
|
90191
90391
|
"texture",
|
|
90192
90392
|
"textureColor",
|
|
@@ -90373,6 +90573,9 @@
|
|
|
90373
90573
|
"fillOpacity": {
|
|
90374
90574
|
"type": "number"
|
|
90375
90575
|
},
|
|
90576
|
+
"fillPickable": {
|
|
90577
|
+
"type": "boolean"
|
|
90578
|
+
},
|
|
90376
90579
|
"globalCompositeOperation": {
|
|
90377
90580
|
"enum": [
|
|
90378
90581
|
"",
|
|
@@ -90557,6 +90760,9 @@
|
|
|
90557
90760
|
"strokeOpacity": {
|
|
90558
90761
|
"type": "number"
|
|
90559
90762
|
},
|
|
90763
|
+
"strokePickable": {
|
|
90764
|
+
"type": "boolean"
|
|
90765
|
+
},
|
|
90560
90766
|
"strokeSeg": {
|
|
90561
90767
|
"typeof": "function"
|
|
90562
90768
|
},
|
|
@@ -90610,6 +90816,7 @@
|
|
|
90610
90816
|
"dz",
|
|
90611
90817
|
"fill",
|
|
90612
90818
|
"fillOpacity",
|
|
90819
|
+
"fillPickable",
|
|
90613
90820
|
"globalCompositeOperation",
|
|
90614
90821
|
"globalZIndex",
|
|
90615
90822
|
"html",
|
|
@@ -90644,6 +90851,7 @@
|
|
|
90644
90851
|
"stroke",
|
|
90645
90852
|
"strokeBoundsBuffer",
|
|
90646
90853
|
"strokeOpacity",
|
|
90854
|
+
"strokePickable",
|
|
90647
90855
|
"strokeSeg",
|
|
90648
90856
|
"texture",
|
|
90649
90857
|
"textureColor",
|
|
@@ -90827,6 +91035,9 @@
|
|
|
90827
91035
|
"fillOpacity": {
|
|
90828
91036
|
"type": "number"
|
|
90829
91037
|
},
|
|
91038
|
+
"fillPickable": {
|
|
91039
|
+
"type": "boolean"
|
|
91040
|
+
},
|
|
90830
91041
|
"globalCompositeOperation": {
|
|
90831
91042
|
"enum": [
|
|
90832
91043
|
"",
|
|
@@ -91011,6 +91222,9 @@
|
|
|
91011
91222
|
"strokeOpacity": {
|
|
91012
91223
|
"type": "number"
|
|
91013
91224
|
},
|
|
91225
|
+
"strokePickable": {
|
|
91226
|
+
"type": "boolean"
|
|
91227
|
+
},
|
|
91014
91228
|
"strokeSeg": {
|
|
91015
91229
|
"typeof": "function"
|
|
91016
91230
|
},
|
|
@@ -91072,6 +91286,7 @@
|
|
|
91072
91286
|
"dz",
|
|
91073
91287
|
"fill",
|
|
91074
91288
|
"fillOpacity",
|
|
91289
|
+
"fillPickable",
|
|
91075
91290
|
"globalCompositeOperation",
|
|
91076
91291
|
"globalZIndex",
|
|
91077
91292
|
"height",
|
|
@@ -91107,6 +91322,7 @@
|
|
|
91107
91322
|
"stroke",
|
|
91108
91323
|
"strokeBoundsBuffer",
|
|
91109
91324
|
"strokeOpacity",
|
|
91325
|
+
"strokePickable",
|
|
91110
91326
|
"strokeSeg",
|
|
91111
91327
|
"texture",
|
|
91112
91328
|
"textureColor",
|
|
@@ -91293,6 +91509,9 @@
|
|
|
91293
91509
|
"fillOpacity": {
|
|
91294
91510
|
"type": "number"
|
|
91295
91511
|
},
|
|
91512
|
+
"fillPickable": {
|
|
91513
|
+
"type": "boolean"
|
|
91514
|
+
},
|
|
91296
91515
|
"globalCompositeOperation": {
|
|
91297
91516
|
"enum": [
|
|
91298
91517
|
"",
|
|
@@ -91474,6 +91693,9 @@
|
|
|
91474
91693
|
"strokeOpacity": {
|
|
91475
91694
|
"type": "number"
|
|
91476
91695
|
},
|
|
91696
|
+
"strokePickable": {
|
|
91697
|
+
"type": "boolean"
|
|
91698
|
+
},
|
|
91477
91699
|
"strokeSeg": {
|
|
91478
91700
|
"typeof": "function"
|
|
91479
91701
|
},
|
|
@@ -91535,6 +91757,7 @@
|
|
|
91535
91757
|
"dz",
|
|
91536
91758
|
"fill",
|
|
91537
91759
|
"fillOpacity",
|
|
91760
|
+
"fillPickable",
|
|
91538
91761
|
"globalCompositeOperation",
|
|
91539
91762
|
"globalZIndex",
|
|
91540
91763
|
"height",
|
|
@@ -91569,6 +91792,7 @@
|
|
|
91569
91792
|
"stroke",
|
|
91570
91793
|
"strokeBoundsBuffer",
|
|
91571
91794
|
"strokeOpacity",
|
|
91795
|
+
"strokePickable",
|
|
91572
91796
|
"strokeSeg",
|
|
91573
91797
|
"texture",
|
|
91574
91798
|
"textureColor",
|
|
@@ -91748,6 +91972,9 @@
|
|
|
91748
91972
|
"fillOpacity": {
|
|
91749
91973
|
"type": "number"
|
|
91750
91974
|
},
|
|
91975
|
+
"fillPickable": {
|
|
91976
|
+
"type": "boolean"
|
|
91977
|
+
},
|
|
91751
91978
|
"globalCompositeOperation": {
|
|
91752
91979
|
"enum": [
|
|
91753
91980
|
"",
|
|
@@ -91941,6 +92168,9 @@
|
|
|
91941
92168
|
"strokeOpacity": {
|
|
91942
92169
|
"type": "number"
|
|
91943
92170
|
},
|
|
92171
|
+
"strokePickable": {
|
|
92172
|
+
"type": "boolean"
|
|
92173
|
+
},
|
|
91944
92174
|
"strokeSeg": {
|
|
91945
92175
|
"typeof": "function"
|
|
91946
92176
|
},
|
|
@@ -92014,6 +92244,7 @@
|
|
|
92014
92244
|
"ellipsis",
|
|
92015
92245
|
"fill",
|
|
92016
92246
|
"fillOpacity",
|
|
92247
|
+
"fillPickable",
|
|
92017
92248
|
"globalCompositeOperation",
|
|
92018
92249
|
"globalZIndex",
|
|
92019
92250
|
"height",
|
|
@@ -92052,6 +92283,7 @@
|
|
|
92052
92283
|
"stroke",
|
|
92053
92284
|
"strokeBoundsBuffer",
|
|
92054
92285
|
"strokeOpacity",
|
|
92286
|
+
"strokePickable",
|
|
92055
92287
|
"strokeSeg",
|
|
92056
92288
|
"textAlign",
|
|
92057
92289
|
"textBaseline",
|
|
@@ -92305,6 +92537,9 @@
|
|
|
92305
92537
|
"fillOpacity": {
|
|
92306
92538
|
"type": "number"
|
|
92307
92539
|
},
|
|
92540
|
+
"fillPickable": {
|
|
92541
|
+
"type": "boolean"
|
|
92542
|
+
},
|
|
92308
92543
|
"globalCompositeOperation": {
|
|
92309
92544
|
"enum": [
|
|
92310
92545
|
"",
|
|
@@ -92521,6 +92756,9 @@
|
|
|
92521
92756
|
"strokeOpacity": {
|
|
92522
92757
|
"type": "number"
|
|
92523
92758
|
},
|
|
92759
|
+
"strokePickable": {
|
|
92760
|
+
"type": "boolean"
|
|
92761
|
+
},
|
|
92524
92762
|
"strokeSeg": {
|
|
92525
92763
|
"typeof": "function"
|
|
92526
92764
|
},
|
|
@@ -92591,6 +92829,7 @@
|
|
|
92591
92829
|
"dz",
|
|
92592
92830
|
"fill",
|
|
92593
92831
|
"fillOpacity",
|
|
92832
|
+
"fillPickable",
|
|
92594
92833
|
"globalCompositeOperation",
|
|
92595
92834
|
"globalZIndex",
|
|
92596
92835
|
"height",
|
|
@@ -92630,6 +92869,7 @@
|
|
|
92630
92869
|
"stroke",
|
|
92631
92870
|
"strokeBoundsBuffer",
|
|
92632
92871
|
"strokeOpacity",
|
|
92872
|
+
"strokePickable",
|
|
92633
92873
|
"strokeSeg",
|
|
92634
92874
|
"textAlign",
|
|
92635
92875
|
"textBaseline",
|
|
@@ -92803,6 +93043,9 @@
|
|
|
92803
93043
|
"fillOpacity": {
|
|
92804
93044
|
"type": "number"
|
|
92805
93045
|
},
|
|
93046
|
+
"fillPickable": {
|
|
93047
|
+
"type": "boolean"
|
|
93048
|
+
},
|
|
92806
93049
|
"globalCompositeOperation": {
|
|
92807
93050
|
"enum": [
|
|
92808
93051
|
"",
|
|
@@ -93001,6 +93244,9 @@
|
|
|
93001
93244
|
"strokeOpacity": {
|
|
93002
93245
|
"type": "number"
|
|
93003
93246
|
},
|
|
93247
|
+
"strokePickable": {
|
|
93248
|
+
"type": "boolean"
|
|
93249
|
+
},
|
|
93004
93250
|
"strokeSeg": {
|
|
93005
93251
|
"typeof": "function"
|
|
93006
93252
|
},
|
|
@@ -93055,6 +93301,7 @@
|
|
|
93055
93301
|
"dz",
|
|
93056
93302
|
"fill",
|
|
93057
93303
|
"fillOpacity",
|
|
93304
|
+
"fillPickable",
|
|
93058
93305
|
"globalCompositeOperation",
|
|
93059
93306
|
"globalZIndex",
|
|
93060
93307
|
"html",
|
|
@@ -93089,6 +93336,7 @@
|
|
|
93089
93336
|
"stroke",
|
|
93090
93337
|
"strokeBoundsBuffer",
|
|
93091
93338
|
"strokeOpacity",
|
|
93339
|
+
"strokePickable",
|
|
93092
93340
|
"strokeSeg",
|
|
93093
93341
|
"symbolType",
|
|
93094
93342
|
"texture",
|
|
@@ -93276,6 +93524,9 @@
|
|
|
93276
93524
|
"fillOpacity": {
|
|
93277
93525
|
"type": "number"
|
|
93278
93526
|
},
|
|
93527
|
+
"fillPickable": {
|
|
93528
|
+
"type": "boolean"
|
|
93529
|
+
},
|
|
93279
93530
|
"fontFamily": {
|
|
93280
93531
|
"type": "string"
|
|
93281
93532
|
},
|
|
@@ -93496,6 +93747,9 @@
|
|
|
93496
93747
|
"strokeOpacity": {
|
|
93497
93748
|
"type": "number"
|
|
93498
93749
|
},
|
|
93750
|
+
"strokePickable": {
|
|
93751
|
+
"type": "boolean"
|
|
93752
|
+
},
|
|
93499
93753
|
"strokeSeg": {
|
|
93500
93754
|
"typeof": "function"
|
|
93501
93755
|
},
|
|
@@ -93609,6 +93863,7 @@
|
|
|
93609
93863
|
"ellipsis",
|
|
93610
93864
|
"fill",
|
|
93611
93865
|
"fillOpacity",
|
|
93866
|
+
"fillPickable",
|
|
93612
93867
|
"fontFamily",
|
|
93613
93868
|
"fontSize",
|
|
93614
93869
|
"fontStyle",
|
|
@@ -93654,6 +93909,7 @@
|
|
|
93654
93909
|
"stroke",
|
|
93655
93910
|
"strokeBoundsBuffer",
|
|
93656
93911
|
"strokeOpacity",
|
|
93912
|
+
"strokePickable",
|
|
93657
93913
|
"strokeSeg",
|
|
93658
93914
|
"suffixPosition",
|
|
93659
93915
|
"text",
|