@visactor/vchart-schema 1.8.4 → 1.8.6

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 +406 -24
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": "框选配置"
@@ -30732,6 +30736,9 @@
30732
30736
  ],
30733
30737
  "description": "图例背景配置"
30734
30738
  },
30739
+ "backgroundFit": {
30740
+ "type": "boolean"
30741
+ },
30735
30742
  "backgroundMode": {
30736
30743
  "enum": [
30737
30744
  "no-repeat",
@@ -30830,6 +30837,9 @@
30830
30837
  "fillOpacity": {
30831
30838
  "type": "number"
30832
30839
  },
30840
+ "fillPickable": {
30841
+ "type": "boolean"
30842
+ },
30833
30843
  "filter": {
30834
30844
  "description": "是否进行数据筛选,默认为 true",
30835
30845
  "type": "boolean"
@@ -31426,6 +31436,9 @@
31426
31436
  "strokeOpacity": {
31427
31437
  "type": "number"
31428
31438
  },
31439
+ "strokePickable": {
31440
+ "type": "boolean"
31441
+ },
31429
31442
  "strokeSeg": {
31430
31443
  "typeof": "function"
31431
31444
  },
@@ -49442,6 +49455,9 @@
49442
49455
  "angle": {
49443
49456
  "type": "number"
49444
49457
  },
49458
+ "backgroundFit": {
49459
+ "type": "boolean"
49460
+ },
49445
49461
  "backgroundMode": {
49446
49462
  "enum": [
49447
49463
  "no-repeat",
@@ -49559,6 +49575,9 @@
49559
49575
  "fillOpacity": {
49560
49576
  "type": "number"
49561
49577
  },
49578
+ "fillPickable": {
49579
+ "type": "boolean"
49580
+ },
49562
49581
  "flexDirection": {
49563
49582
  "enum": [
49564
49583
  "column",
@@ -49818,6 +49837,9 @@
49818
49837
  "strokeOpacity": {
49819
49838
  "type": "number"
49820
49839
  },
49840
+ "strokePickable": {
49841
+ "type": "boolean"
49842
+ },
49821
49843
  "strokeSeg": {
49822
49844
  "typeof": "function"
49823
49845
  },
@@ -69941,7 +69963,7 @@
69941
69963
  },
69942
69964
  "Map<Function,(...args:any[])=>void>": {
69943
69965
  "properties": {
69944
- "__@toStringTag@12589": {
69966
+ "__@toStringTag@12605": {
69945
69967
  "type": "string"
69946
69968
  },
69947
69969
  "size": {
@@ -69949,14 +69971,14 @@
69949
69971
  }
69950
69972
  },
69951
69973
  "required": [
69952
- "__@toStringTag@12589",
69974
+ "__@toStringTag@12605",
69953
69975
  "size"
69954
69976
  ],
69955
69977
  "type": "object"
69956
69978
  },
69957
69979
  "Map<number,IGraphicPicker>": {
69958
69980
  "properties": {
69959
- "__@toStringTag@12589": {
69981
+ "__@toStringTag@12605": {
69960
69982
  "type": "string"
69961
69983
  },
69962
69984
  "size": {
@@ -69964,14 +69986,14 @@
69964
69986
  }
69965
69987
  },
69966
69988
  "required": [
69967
- "__@toStringTag@12589",
69989
+ "__@toStringTag@12605",
69968
69990
  "size"
69969
69991
  ],
69970
69992
  "type": "object"
69971
69993
  },
69972
69994
  "Map<number,IGraphicRender>": {
69973
69995
  "properties": {
69974
- "__@toStringTag@12589": {
69996
+ "__@toStringTag@12605": {
69975
69997
  "type": "string"
69976
69998
  },
69977
69999
  "size": {
@@ -69979,14 +70001,14 @@
69979
70001
  }
69980
70002
  },
69981
70003
  "required": [
69982
- "__@toStringTag@12589",
70004
+ "__@toStringTag@12605",
69983
70005
  "size"
69984
70006
  ],
69985
70007
  "type": "object"
69986
70008
  },
69987
70009
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
69988
70010
  "properties": {
69989
- "__@toStringTag@12589": {
70011
+ "__@toStringTag@12605": {
69990
70012
  "type": "string"
69991
70013
  },
69992
70014
  "size": {
@@ -69994,14 +70016,14 @@
69994
70016
  }
69995
70017
  },
69996
70018
  "required": [
69997
- "__@toStringTag@12589",
70019
+ "__@toStringTag@12605",
69998
70020
  "size"
69999
70021
  ],
70000
70022
  "type": "object"
70001
70023
  },
70002
70024
  "Map<string,Map<number,IGraphicRender>>": {
70003
70025
  "properties": {
70004
- "__@toStringTag@12589": {
70026
+ "__@toStringTag@12605": {
70005
70027
  "type": "string"
70006
70028
  },
70007
70029
  "size": {
@@ -70009,14 +70031,14 @@
70009
70031
  }
70010
70032
  },
70011
70033
  "required": [
70012
- "__@toStringTag@12589",
70034
+ "__@toStringTag@12605",
70013
70035
  "size"
70014
70036
  ],
70015
70037
  "type": "object"
70016
70038
  },
70017
70039
  "Map<string,any>": {
70018
70040
  "properties": {
70019
- "__@toStringTag@12589": {
70041
+ "__@toStringTag@12605": {
70020
70042
  "type": "string"
70021
70043
  },
70022
70044
  "size": {
@@ -70024,14 +70046,14 @@
70024
70046
  }
70025
70047
  },
70026
70048
  "required": [
70027
- "__@toStringTag@12589",
70049
+ "__@toStringTag@12605",
70028
70050
  "size"
70029
70051
  ],
70030
70052
  "type": "object"
70031
70053
  },
70032
70054
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
70033
70055
  "properties": {
70034
- "__@toStringTag@12589": {
70056
+ "__@toStringTag@12605": {
70035
70057
  "type": "string"
70036
70058
  },
70037
70059
  "size": {
@@ -70039,14 +70061,14 @@
70039
70061
  }
70040
70062
  },
70041
70063
  "required": [
70042
- "__@toStringTag@12589",
70064
+ "__@toStringTag@12605",
70043
70065
  "size"
70044
70066
  ],
70045
70067
  "type": "object"
70046
70068
  },
70047
70069
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
70048
70070
  "properties": {
70049
- "__@toStringTag@12589": {
70071
+ "__@toStringTag@12605": {
70050
70072
  "type": "string"
70051
70073
  },
70052
70074
  "size": {
@@ -70054,14 +70076,14 @@
70054
70076
  }
70055
70077
  },
70056
70078
  "required": [
70057
- "__@toStringTag@12589",
70079
+ "__@toStringTag@12605",
70058
70080
  "size"
70059
70081
  ],
70060
70082
  "type": "object"
70061
70083
  },
70062
70084
  "Map<string|number,IAnimate>": {
70063
70085
  "properties": {
70064
- "__@toStringTag@12589": {
70086
+ "__@toStringTag@12605": {
70065
70087
  "type": "string"
70066
70088
  },
70067
70089
  "size": {
@@ -70069,7 +70091,7 @@
70069
70091
  }
70070
70092
  },
70071
70093
  "required": [
70072
- "__@toStringTag@12589",
70094
+ "__@toStringTag@12605",
70073
70095
  "size"
70074
70096
  ],
70075
70097
  "type": "object"
@@ -70600,6 +70622,9 @@
70600
70622
  }
70601
70623
  ]
70602
70624
  },
70625
+ "backgroundFit": {
70626
+ "type": "boolean"
70627
+ },
70603
70628
  "backgroundMode": {
70604
70629
  "enum": [
70605
70630
  "no-repeat",
@@ -70694,6 +70719,9 @@
70694
70719
  "fillOpacity": {
70695
70720
  "type": "number"
70696
70721
  },
70722
+ "fillPickable": {
70723
+ "type": "boolean"
70724
+ },
70697
70725
  "flexDirection": {
70698
70726
  "enum": [
70699
70727
  "column",
@@ -70940,6 +70968,9 @@
70940
70968
  "strokeOpacity": {
70941
70969
  "type": "number"
70942
70970
  },
70971
+ "strokePickable": {
70972
+ "type": "boolean"
70973
+ },
70943
70974
  "strokeSeg": {
70944
70975
  "typeof": "function"
70945
70976
  },
@@ -73173,6 +73204,9 @@
73173
73204
  "angle": {
73174
73205
  "type": "number"
73175
73206
  },
73207
+ "backgroundFit": {
73208
+ "type": "boolean"
73209
+ },
73176
73210
  "backgroundMode": {
73177
73211
  "enum": [
73178
73212
  "no-repeat",
@@ -73255,6 +73289,9 @@
73255
73289
  "fillOpacity": {
73256
73290
  "type": "number"
73257
73291
  },
73292
+ "fillPickable": {
73293
+ "type": "boolean"
73294
+ },
73258
73295
  "flexDirection": {
73259
73296
  "enum": [
73260
73297
  "column",
@@ -73468,6 +73505,9 @@
73468
73505
  "strokeOpacity": {
73469
73506
  "type": "number"
73470
73507
  },
73508
+ "strokePickable": {
73509
+ "type": "boolean"
73510
+ },
73471
73511
  "strokeSeg": {
73472
73512
  "typeof": "function"
73473
73513
  },
@@ -74988,6 +75028,9 @@
74988
75028
  }
74989
75029
  ]
74990
75030
  },
75031
+ "backgroundFit": {
75032
+ "type": "boolean"
75033
+ },
74991
75034
  "backgroundMode": {
74992
75035
  "enum": [
74993
75036
  "no-repeat",
@@ -75076,6 +75119,9 @@
75076
75119
  "fillOpacity": {
75077
75120
  "type": "number"
75078
75121
  },
75122
+ "fillPickable": {
75123
+ "type": "boolean"
75124
+ },
75079
75125
  "flexDirection": {
75080
75126
  "enum": [
75081
75127
  "column",
@@ -75303,6 +75349,9 @@
75303
75349
  "strokeOpacity": {
75304
75350
  "type": "number"
75305
75351
  },
75352
+ "strokePickable": {
75353
+ "type": "boolean"
75354
+ },
75306
75355
  "strokeSeg": {
75307
75356
  "typeof": "function"
75308
75357
  },
@@ -75709,6 +75758,9 @@
75709
75758
  }
75710
75759
  ]
75711
75760
  },
75761
+ "backgroundFit": {
75762
+ "type": "boolean"
75763
+ },
75712
75764
  "backgroundMode": {
75713
75765
  "enum": [
75714
75766
  "no-repeat",
@@ -75797,6 +75849,9 @@
75797
75849
  "fillOpacity": {
75798
75850
  "type": "number"
75799
75851
  },
75852
+ "fillPickable": {
75853
+ "type": "boolean"
75854
+ },
75800
75855
  "forceShowCap": {
75801
75856
  "type": "boolean"
75802
75857
  },
@@ -75993,6 +76048,9 @@
75993
76048
  "strokeOpacity": {
75994
76049
  "type": "number"
75995
76050
  },
76051
+ "strokePickable": {
76052
+ "type": "boolean"
76053
+ },
75996
76054
  "strokeSeg": {
75997
76055
  "typeof": "function"
75998
76056
  },
@@ -76124,6 +76182,9 @@
76124
76182
  }
76125
76183
  ]
76126
76184
  },
76185
+ "backgroundFit": {
76186
+ "type": "boolean"
76187
+ },
76127
76188
  "backgroundMode": {
76128
76189
  "enum": [
76129
76190
  "no-repeat",
@@ -76209,6 +76270,9 @@
76209
76270
  "fillOpacity": {
76210
76271
  "type": "number"
76211
76272
  },
76273
+ "fillPickable": {
76274
+ "type": "boolean"
76275
+ },
76212
76276
  "globalCompositeOperation": {
76213
76277
  "enum": [
76214
76278
  "",
@@ -76399,6 +76463,9 @@
76399
76463
  "strokeOpacity": {
76400
76464
  "type": "number"
76401
76465
  },
76466
+ "strokePickable": {
76467
+ "type": "boolean"
76468
+ },
76402
76469
  "strokeSeg": {
76403
76470
  "typeof": "function"
76404
76471
  },
@@ -76596,6 +76663,9 @@
76596
76663
  }
76597
76664
  ]
76598
76665
  },
76666
+ "backgroundFit": {
76667
+ "type": "boolean"
76668
+ },
76599
76669
  "backgroundMode": {
76600
76670
  "enum": [
76601
76671
  "no-repeat",
@@ -76658,6 +76728,9 @@
76658
76728
  "fillOpacity": {
76659
76729
  "type": "number"
76660
76730
  },
76731
+ "fillPickable": {
76732
+ "type": "boolean"
76733
+ },
76661
76734
  "globalCompositeOperation": {
76662
76735
  "enum": [
76663
76736
  "",
@@ -76842,6 +76915,9 @@
76842
76915
  "strokeOpacity": {
76843
76916
  "type": "number"
76844
76917
  },
76918
+ "strokePickable": {
76919
+ "type": "boolean"
76920
+ },
76845
76921
  "strokeSeg": {
76846
76922
  "typeof": "function"
76847
76923
  },
@@ -77034,6 +77110,9 @@
77034
77110
  }
77035
77111
  ]
77036
77112
  },
77113
+ "backgroundFit": {
77114
+ "type": "boolean"
77115
+ },
77037
77116
  "backgroundMode": {
77038
77117
  "enum": [
77039
77118
  "no-repeat",
@@ -77109,6 +77188,9 @@
77109
77188
  "fillOpacity": {
77110
77189
  "type": "number"
77111
77190
  },
77191
+ "fillPickable": {
77192
+ "type": "boolean"
77193
+ },
77112
77194
  "globalCompositeOperation": {
77113
77195
  "enum": [
77114
77196
  "",
@@ -77300,6 +77382,9 @@
77300
77382
  "strokeOpacity": {
77301
77383
  "type": "number"
77302
77384
  },
77385
+ "strokePickable": {
77386
+ "type": "boolean"
77387
+ },
77303
77388
  "strokeSeg": {
77304
77389
  "typeof": "function"
77305
77390
  },
@@ -77434,6 +77519,9 @@
77434
77519
  }
77435
77520
  ]
77436
77521
  },
77522
+ "backgroundFit": {
77523
+ "type": "boolean"
77524
+ },
77437
77525
  "backgroundMode": {
77438
77526
  "enum": [
77439
77527
  "no-repeat",
@@ -77493,6 +77581,9 @@
77493
77581
  "fillOpacity": {
77494
77582
  "type": "number"
77495
77583
  },
77584
+ "fillPickable": {
77585
+ "type": "boolean"
77586
+ },
77496
77587
  "globalCompositeOperation": {
77497
77588
  "enum": [
77498
77589
  "",
@@ -77671,6 +77762,9 @@
77671
77762
  "strokeOpacity": {
77672
77763
  "type": "number"
77673
77764
  },
77765
+ "strokePickable": {
77766
+ "type": "boolean"
77767
+ },
77674
77768
  "strokeSeg": {
77675
77769
  "typeof": "function"
77676
77770
  },
@@ -77819,6 +77913,9 @@
77819
77913
  }
77820
77914
  ]
77821
77915
  },
77916
+ "backgroundFit": {
77917
+ "type": "boolean"
77918
+ },
77822
77919
  "backgroundMode": {
77823
77920
  "enum": [
77824
77921
  "no-repeat",
@@ -77901,6 +77998,9 @@
77901
77998
  "fillOpacity": {
77902
77999
  "type": "number"
77903
78000
  },
78001
+ "fillPickable": {
78002
+ "type": "boolean"
78003
+ },
77904
78004
  "flexDirection": {
77905
78005
  "enum": [
77906
78006
  "column",
@@ -78114,6 +78214,9 @@
78114
78214
  "strokeOpacity": {
78115
78215
  "type": "number"
78116
78216
  },
78217
+ "strokePickable": {
78218
+ "type": "boolean"
78219
+ },
78117
78220
  "strokeSeg": {
78118
78221
  "typeof": "function"
78119
78222
  },
@@ -78251,6 +78354,9 @@
78251
78354
  }
78252
78355
  ]
78253
78356
  },
78357
+ "backgroundFit": {
78358
+ "type": "boolean"
78359
+ },
78254
78360
  "backgroundMode": {
78255
78361
  "enum": [
78256
78362
  "no-repeat",
@@ -78323,6 +78429,9 @@
78323
78429
  "fillOpacity": {
78324
78430
  "type": "number"
78325
78431
  },
78432
+ "fillPickable": {
78433
+ "type": "boolean"
78434
+ },
78326
78435
  "globalCompositeOperation": {
78327
78436
  "enum": [
78328
78437
  "",
@@ -78523,6 +78632,9 @@
78523
78632
  "strokeOpacity": {
78524
78633
  "type": "number"
78525
78634
  },
78635
+ "strokePickable": {
78636
+ "type": "boolean"
78637
+ },
78526
78638
  "strokeSeg": {
78527
78639
  "typeof": "function"
78528
78640
  },
@@ -78903,6 +79015,9 @@
78903
79015
  }
78904
79016
  ]
78905
79017
  },
79018
+ "backgroundFit": {
79019
+ "type": "boolean"
79020
+ },
78906
79021
  "backgroundMode": {
78907
79022
  "enum": [
78908
79023
  "no-repeat",
@@ -78991,6 +79106,9 @@
78991
79106
  "fillOpacity": {
78992
79107
  "type": "number"
78993
79108
  },
79109
+ "fillPickable": {
79110
+ "type": "boolean"
79111
+ },
78994
79112
  "globalCompositeOperation": {
78995
79113
  "enum": [
78996
79114
  "",
@@ -79181,6 +79299,9 @@
79181
79299
  "strokeOpacity": {
79182
79300
  "type": "number"
79183
79301
  },
79302
+ "strokePickable": {
79303
+ "type": "boolean"
79304
+ },
79184
79305
  "strokeSeg": {
79185
79306
  "typeof": "function"
79186
79307
  },
@@ -80088,6 +80209,9 @@
80088
80209
  }
80089
80210
  ]
80090
80211
  },
80212
+ "backgroundFit": {
80213
+ "type": "boolean"
80214
+ },
80091
80215
  "backgroundMode": {
80092
80216
  "enum": [
80093
80217
  "no-repeat",
@@ -80150,6 +80274,9 @@
80150
80274
  "fillOpacity": {
80151
80275
  "type": "number"
80152
80276
  },
80277
+ "fillPickable": {
80278
+ "type": "boolean"
80279
+ },
80153
80280
  "globalCompositeOperation": {
80154
80281
  "enum": [
80155
80282
  "",
@@ -80338,6 +80465,9 @@
80338
80465
  "strokeOpacity": {
80339
80466
  "type": "number"
80340
80467
  },
80468
+ "strokePickable": {
80469
+ "type": "boolean"
80470
+ },
80341
80471
  "strokeSeg": {
80342
80472
  "typeof": "function"
80343
80473
  },
@@ -80469,6 +80599,9 @@
80469
80599
  }
80470
80600
  ]
80471
80601
  },
80602
+ "backgroundFit": {
80603
+ "type": "boolean"
80604
+ },
80472
80605
  "backgroundMode": {
80473
80606
  "enum": [
80474
80607
  "no-repeat",
@@ -80544,6 +80677,9 @@
80544
80677
  "fillOpacity": {
80545
80678
  "type": "number"
80546
80679
  },
80680
+ "fillPickable": {
80681
+ "type": "boolean"
80682
+ },
80547
80683
  "globalCompositeOperation": {
80548
80684
  "enum": [
80549
80685
  "",
@@ -80728,6 +80864,9 @@
80728
80864
  "strokeOpacity": {
80729
80865
  "type": "number"
80730
80866
  },
80867
+ "strokePickable": {
80868
+ "type": "boolean"
80869
+ },
80731
80870
  "strokeSeg": {
80732
80871
  "typeof": "function"
80733
80872
  },
@@ -81108,6 +81247,9 @@
81108
81247
  }
81109
81248
  ]
81110
81249
  },
81250
+ "backgroundFit": {
81251
+ "type": "boolean"
81252
+ },
81111
81253
  "backgroundMode": {
81112
81254
  "enum": [
81113
81255
  "no-repeat",
@@ -81180,6 +81322,9 @@
81180
81322
  "fillOpacity": {
81181
81323
  "type": "number"
81182
81324
  },
81325
+ "fillPickable": {
81326
+ "type": "boolean"
81327
+ },
81183
81328
  "globalCompositeOperation": {
81184
81329
  "enum": [
81185
81330
  "",
@@ -81364,6 +81509,9 @@
81364
81509
  "strokeOpacity": {
81365
81510
  "type": "number"
81366
81511
  },
81512
+ "strokePickable": {
81513
+ "type": "boolean"
81514
+ },
81367
81515
  "strokeSeg": {
81368
81516
  "typeof": "function"
81369
81517
  },
@@ -81504,6 +81652,9 @@
81504
81652
  }
81505
81653
  ]
81506
81654
  },
81655
+ "backgroundFit": {
81656
+ "type": "boolean"
81657
+ },
81507
81658
  "backgroundMode": {
81508
81659
  "enum": [
81509
81660
  "no-repeat",
@@ -81576,6 +81727,9 @@
81576
81727
  "fillOpacity": {
81577
81728
  "type": "number"
81578
81729
  },
81730
+ "fillPickable": {
81731
+ "type": "boolean"
81732
+ },
81579
81733
  "globalCompositeOperation": {
81580
81734
  "enum": [
81581
81735
  "",
@@ -81757,6 +81911,9 @@
81757
81911
  "strokeOpacity": {
81758
81912
  "type": "number"
81759
81913
  },
81914
+ "strokePickable": {
81915
+ "type": "boolean"
81916
+ },
81760
81917
  "strokeSeg": {
81761
81918
  "typeof": "function"
81762
81919
  },
@@ -82253,6 +82410,9 @@
82253
82410
  }
82254
82411
  ]
82255
82412
  },
82413
+ "backgroundFit": {
82414
+ "type": "boolean"
82415
+ },
82256
82416
  "backgroundMode": {
82257
82417
  "enum": [
82258
82418
  "no-repeat",
@@ -82312,6 +82472,9 @@
82312
82472
  "fillOpacity": {
82313
82473
  "type": "number"
82314
82474
  },
82475
+ "fillPickable": {
82476
+ "type": "boolean"
82477
+ },
82315
82478
  "globalCompositeOperation": {
82316
82479
  "enum": [
82317
82480
  "",
@@ -82510,6 +82673,9 @@
82510
82673
  "strokeOpacity": {
82511
82674
  "type": "number"
82512
82675
  },
82676
+ "strokePickable": {
82677
+ "type": "boolean"
82678
+ },
82513
82679
  "strokeSeg": {
82514
82680
  "typeof": "function"
82515
82681
  },
@@ -82644,6 +82810,9 @@
82644
82810
  }
82645
82811
  ]
82646
82812
  },
82813
+ "backgroundFit": {
82814
+ "type": "boolean"
82815
+ },
82647
82816
  "backgroundMode": {
82648
82817
  "enum": [
82649
82818
  "no-repeat",
@@ -82719,6 +82888,9 @@
82719
82888
  "fillOpacity": {
82720
82889
  "type": "number"
82721
82890
  },
82891
+ "fillPickable": {
82892
+ "type": "boolean"
82893
+ },
82722
82894
  "fontFamily": {
82723
82895
  "type": "string"
82724
82896
  },
@@ -82939,6 +83111,9 @@
82939
83111
  "strokeOpacity": {
82940
83112
  "type": "number"
82941
83113
  },
83114
+ "strokePickable": {
83115
+ "type": "boolean"
83116
+ },
82942
83117
  "strokeSeg": {
82943
83118
  "typeof": "function"
82944
83119
  },
@@ -83717,6 +83892,9 @@
83717
83892
  }
83718
83893
  ]
83719
83894
  },
83895
+ "backgroundFit": {
83896
+ "type": "boolean"
83897
+ },
83720
83898
  "backgroundMode": {
83721
83899
  "enum": [
83722
83900
  "no-repeat",
@@ -83789,6 +83967,9 @@
83789
83967
  "fillOpacity": {
83790
83968
  "type": "number"
83791
83969
  },
83970
+ "fillPickable": {
83971
+ "type": "boolean"
83972
+ },
83792
83973
  "fontFamily": {
83793
83974
  "type": "string"
83794
83975
  },
@@ -84009,6 +84190,9 @@
84009
84190
  "strokeOpacity": {
84010
84191
  "type": "number"
84011
84192
  },
84193
+ "strokePickable": {
84194
+ "type": "boolean"
84195
+ },
84012
84196
  "strokeSeg": {
84013
84197
  "typeof": "function"
84014
84198
  },
@@ -84199,6 +84383,9 @@
84199
84383
  }
84200
84384
  ]
84201
84385
  },
84386
+ "backgroundFit": {
84387
+ "type": "boolean"
84388
+ },
84202
84389
  "backgroundMode": {
84203
84390
  "enum": [
84204
84391
  "no-repeat",
@@ -84268,6 +84455,9 @@
84268
84455
  "fillOpacity": {
84269
84456
  "type": "number"
84270
84457
  },
84458
+ "fillPickable": {
84459
+ "type": "boolean"
84460
+ },
84271
84461
  "globalCompositeOperation": {
84272
84462
  "enum": [
84273
84463
  "",
@@ -84444,6 +84634,9 @@
84444
84634
  "strokeOpacity": {
84445
84635
  "type": "number"
84446
84636
  },
84637
+ "strokePickable": {
84638
+ "type": "boolean"
84639
+ },
84447
84640
  "strokeSeg": {
84448
84641
  "typeof": "function"
84449
84642
  },
@@ -84587,6 +84780,9 @@
84587
84780
  }
84588
84781
  ]
84589
84782
  },
84783
+ "backgroundFit": {
84784
+ "type": "boolean"
84785
+ },
84590
84786
  "backgroundMode": {
84591
84787
  "enum": [
84592
84788
  "no-repeat",
@@ -84646,6 +84842,9 @@
84646
84842
  "fillOpacity": {
84647
84843
  "type": "number"
84648
84844
  },
84845
+ "fillPickable": {
84846
+ "type": "boolean"
84847
+ },
84649
84848
  "globalCompositeOperation": {
84650
84849
  "enum": [
84651
84850
  "",
@@ -84824,6 +85023,9 @@
84824
85023
  "strokeOpacity": {
84825
85024
  "type": "number"
84826
85025
  },
85026
+ "strokePickable": {
85027
+ "type": "boolean"
85028
+ },
84827
85029
  "strokeSeg": {
84828
85030
  "typeof": "function"
84829
85031
  },
@@ -86280,34 +86482,34 @@
86280
86482
  },
86281
86483
  "Promise<FontFaceSet>": {
86282
86484
  "properties": {
86283
- "__@toStringTag@12589": {
86485
+ "__@toStringTag@12605": {
86284
86486
  "type": "string"
86285
86487
  }
86286
86488
  },
86287
86489
  "required": [
86288
- "__@toStringTag@12589"
86490
+ "__@toStringTag@12605"
86289
86491
  ],
86290
86492
  "type": "object"
86291
86493
  },
86292
86494
  "Promise<ServiceWorkerRegistration>": {
86293
86495
  "properties": {
86294
- "__@toStringTag@12589": {
86496
+ "__@toStringTag@12605": {
86295
86497
  "type": "string"
86296
86498
  }
86297
86499
  },
86298
86500
  "required": [
86299
- "__@toStringTag@12589"
86501
+ "__@toStringTag@12605"
86300
86502
  ],
86301
86503
  "type": "object"
86302
86504
  },
86303
86505
  "Promise<any>": {
86304
86506
  "properties": {
86305
- "__@toStringTag@12589": {
86507
+ "__@toStringTag@12605": {
86306
86508
  "type": "string"
86307
86509
  }
86308
86510
  },
86309
86511
  "required": [
86310
- "__@toStringTag@12589"
86512
+ "__@toStringTag@12605"
86311
86513
  ],
86312
86514
  "type": "object"
86313
86515
  },
@@ -86487,6 +86689,9 @@
86487
86689
  }
86488
86690
  ]
86489
86691
  },
86692
+ "backgroundFit": {
86693
+ "type": "boolean"
86694
+ },
86490
86695
  "backgroundMode": {
86491
86696
  "enum": [
86492
86697
  "no-repeat",
@@ -86575,6 +86780,9 @@
86575
86780
  "fillOpacity": {
86576
86781
  "type": "number"
86577
86782
  },
86783
+ "fillPickable": {
86784
+ "type": "boolean"
86785
+ },
86578
86786
  "forceShowCap": {
86579
86787
  "type": "boolean"
86580
86788
  },
@@ -86771,6 +86979,9 @@
86771
86979
  "strokeOpacity": {
86772
86980
  "type": "number"
86773
86981
  },
86982
+ "strokePickable": {
86983
+ "type": "boolean"
86984
+ },
86774
86985
  "strokeSeg": {
86775
86986
  "typeof": "function"
86776
86987
  },
@@ -86809,6 +87020,7 @@
86809
87020
  "anchor3d",
86810
87021
  "angle",
86811
87022
  "background",
87023
+ "backgroundFit",
86812
87024
  "backgroundMode",
86813
87025
  "beta",
86814
87026
  "blur",
@@ -86825,6 +87037,7 @@
86825
87037
  "endAngle",
86826
87038
  "fill",
86827
87039
  "fillOpacity",
87040
+ "fillPickable",
86828
87041
  "forceShowCap",
86829
87042
  "globalCompositeOperation",
86830
87043
  "globalZIndex",
@@ -86864,6 +87077,7 @@
86864
87077
  "stroke",
86865
87078
  "strokeBoundsBuffer",
86866
87079
  "strokeOpacity",
87080
+ "strokePickable",
86867
87081
  "strokeSeg",
86868
87082
  "texture",
86869
87083
  "textureColor",
@@ -86975,6 +87189,9 @@
86975
87189
  }
86976
87190
  ]
86977
87191
  },
87192
+ "backgroundFit": {
87193
+ "type": "boolean"
87194
+ },
86978
87195
  "backgroundMode": {
86979
87196
  "enum": [
86980
87197
  "no-repeat",
@@ -87060,6 +87277,9 @@
87060
87277
  "fillOpacity": {
87061
87278
  "type": "number"
87062
87279
  },
87280
+ "fillPickable": {
87281
+ "type": "boolean"
87282
+ },
87063
87283
  "globalCompositeOperation": {
87064
87284
  "enum": [
87065
87285
  "",
@@ -87250,6 +87470,9 @@
87250
87470
  "strokeOpacity": {
87251
87471
  "type": "number"
87252
87472
  },
87473
+ "strokePickable": {
87474
+ "type": "boolean"
87475
+ },
87253
87476
  "strokeSeg": {
87254
87477
  "typeof": "function"
87255
87478
  },
@@ -87288,6 +87511,7 @@
87288
87511
  "anchor3d",
87289
87512
  "angle",
87290
87513
  "background",
87514
+ "backgroundFit",
87291
87515
  "backgroundMode",
87292
87516
  "beta",
87293
87517
  "blur",
@@ -87308,6 +87532,7 @@
87308
87532
  "dz",
87309
87533
  "fill",
87310
87534
  "fillOpacity",
87535
+ "fillPickable",
87311
87536
  "globalCompositeOperation",
87312
87537
  "globalZIndex",
87313
87538
  "html",
@@ -87343,6 +87568,7 @@
87343
87568
  "stroke",
87344
87569
  "strokeBoundsBuffer",
87345
87570
  "strokeOpacity",
87571
+ "strokePickable",
87346
87572
  "strokeSeg",
87347
87573
  "texture",
87348
87574
  "textureColor",
@@ -87454,6 +87680,9 @@
87454
87680
  }
87455
87681
  ]
87456
87682
  },
87683
+ "backgroundFit": {
87684
+ "type": "boolean"
87685
+ },
87457
87686
  "backgroundMode": {
87458
87687
  "enum": [
87459
87688
  "no-repeat",
@@ -87516,6 +87745,9 @@
87516
87745
  "fillOpacity": {
87517
87746
  "type": "number"
87518
87747
  },
87748
+ "fillPickable": {
87749
+ "type": "boolean"
87750
+ },
87519
87751
  "globalCompositeOperation": {
87520
87752
  "enum": [
87521
87753
  "",
@@ -87700,6 +87932,9 @@
87700
87932
  "strokeOpacity": {
87701
87933
  "type": "number"
87702
87934
  },
87935
+ "strokePickable": {
87936
+ "type": "boolean"
87937
+ },
87703
87938
  "strokeSeg": {
87704
87939
  "typeof": "function"
87705
87940
  },
@@ -87738,6 +87973,7 @@
87738
87973
  "anchor3d",
87739
87974
  "angle",
87740
87975
  "background",
87976
+ "backgroundFit",
87741
87977
  "backgroundMode",
87742
87978
  "beta",
87743
87979
  "blur",
@@ -87752,6 +87988,7 @@
87752
87988
  "endAngle",
87753
87989
  "fill",
87754
87990
  "fillOpacity",
87991
+ "fillPickable",
87755
87992
  "globalCompositeOperation",
87756
87993
  "globalZIndex",
87757
87994
  "html",
@@ -87787,6 +88024,7 @@
87787
88024
  "stroke",
87788
88025
  "strokeBoundsBuffer",
87789
88026
  "strokeOpacity",
88027
+ "strokePickable",
87790
88028
  "strokeSeg",
87791
88029
  "texture",
87792
88030
  "textureColor",
@@ -87898,6 +88136,9 @@
87898
88136
  }
87899
88137
  ]
87900
88138
  },
88139
+ "backgroundFit": {
88140
+ "type": "boolean"
88141
+ },
87901
88142
  "backgroundMode": {
87902
88143
  "enum": [
87903
88144
  "no-repeat",
@@ -87973,6 +88214,9 @@
87973
88214
  "fillOpacity": {
87974
88215
  "type": "number"
87975
88216
  },
88217
+ "fillPickable": {
88218
+ "type": "boolean"
88219
+ },
87976
88220
  "globalCompositeOperation": {
87977
88221
  "enum": [
87978
88222
  "",
@@ -88164,6 +88408,9 @@
88164
88408
  "strokeOpacity": {
88165
88409
  "type": "number"
88166
88410
  },
88411
+ "strokePickable": {
88412
+ "type": "boolean"
88413
+ },
88167
88414
  "strokeSeg": {
88168
88415
  "typeof": "function"
88169
88416
  },
@@ -88205,6 +88452,7 @@
88205
88452
  "anchor3d",
88206
88453
  "angle",
88207
88454
  "background",
88455
+ "backgroundFit",
88208
88456
  "backgroundMode",
88209
88457
  "beta",
88210
88458
  "blur",
@@ -88220,6 +88468,7 @@
88220
88468
  "dz",
88221
88469
  "fill",
88222
88470
  "fillOpacity",
88471
+ "fillPickable",
88223
88472
  "globalCompositeOperation",
88224
88473
  "globalZIndex",
88225
88474
  "height",
@@ -88255,6 +88504,7 @@
88255
88504
  "stroke",
88256
88505
  "strokeBoundsBuffer",
88257
88506
  "strokeOpacity",
88507
+ "strokePickable",
88258
88508
  "strokeSeg",
88259
88509
  "texture",
88260
88510
  "textureColor",
@@ -88384,6 +88634,9 @@
88384
88634
  }
88385
88635
  ]
88386
88636
  },
88637
+ "backgroundFit": {
88638
+ "type": "boolean"
88639
+ },
88387
88640
  "backgroundMode": {
88388
88641
  "enum": [
88389
88642
  "no-repeat",
@@ -88466,6 +88719,9 @@
88466
88719
  "fillOpacity": {
88467
88720
  "type": "number"
88468
88721
  },
88722
+ "fillPickable": {
88723
+ "type": "boolean"
88724
+ },
88469
88725
  "flexDirection": {
88470
88726
  "enum": [
88471
88727
  "column",
@@ -88679,6 +88935,9 @@
88679
88935
  "strokeOpacity": {
88680
88936
  "type": "number"
88681
88937
  },
88938
+ "strokePickable": {
88939
+ "type": "boolean"
88940
+ },
88682
88941
  "strokeSeg": {
88683
88942
  "typeof": "function"
88684
88943
  },
@@ -88725,6 +88984,7 @@
88725
88984
  "anchor3d",
88726
88985
  "angle",
88727
88986
  "background",
88987
+ "backgroundFit",
88728
88988
  "backgroundMode",
88729
88989
  "beta",
88730
88990
  "blur",
@@ -88741,6 +89001,7 @@
88741
89001
  "dz",
88742
89002
  "fill",
88743
89003
  "fillOpacity",
89004
+ "fillPickable",
88744
89005
  "flexDirection",
88745
89006
  "flexWrap",
88746
89007
  "globalCompositeOperation",
@@ -88779,6 +89040,7 @@
88779
89040
  "stroke",
88780
89041
  "strokeBoundsBuffer",
88781
89042
  "strokeOpacity",
89043
+ "strokePickable",
88782
89044
  "strokeSeg",
88783
89045
  "texture",
88784
89046
  "textureColor",
@@ -88892,6 +89154,9 @@
88892
89154
  }
88893
89155
  ]
88894
89156
  },
89157
+ "backgroundFit": {
89158
+ "type": "boolean"
89159
+ },
88895
89160
  "backgroundMode": {
88896
89161
  "enum": [
88897
89162
  "no-repeat",
@@ -88964,6 +89229,9 @@
88964
89229
  "fillOpacity": {
88965
89230
  "type": "number"
88966
89231
  },
89232
+ "fillPickable": {
89233
+ "type": "boolean"
89234
+ },
88967
89235
  "globalCompositeOperation": {
88968
89236
  "enum": [
88969
89237
  "",
@@ -89164,6 +89432,9 @@
89164
89432
  "strokeOpacity": {
89165
89433
  "type": "number"
89166
89434
  },
89435
+ "strokePickable": {
89436
+ "type": "boolean"
89437
+ },
89167
89438
  "strokeSeg": {
89168
89439
  "typeof": "function"
89169
89440
  },
@@ -89205,6 +89476,7 @@
89205
89476
  "anchor3d",
89206
89477
  "angle",
89207
89478
  "background",
89479
+ "backgroundFit",
89208
89480
  "backgroundMode",
89209
89481
  "beta",
89210
89482
  "blur",
@@ -89219,6 +89491,7 @@
89219
89491
  "dz",
89220
89492
  "fill",
89221
89493
  "fillOpacity",
89494
+ "fillPickable",
89222
89495
  "globalCompositeOperation",
89223
89496
  "globalZIndex",
89224
89497
  "height",
@@ -89256,6 +89529,7 @@
89256
89529
  "stroke",
89257
89530
  "strokeBoundsBuffer",
89258
89531
  "strokeOpacity",
89532
+ "strokePickable",
89259
89533
  "strokeSeg",
89260
89534
  "texture",
89261
89535
  "textureColor",
@@ -89368,6 +89642,9 @@
89368
89642
  }
89369
89643
  ]
89370
89644
  },
89645
+ "backgroundFit": {
89646
+ "type": "boolean"
89647
+ },
89371
89648
  "backgroundMode": {
89372
89649
  "enum": [
89373
89650
  "no-repeat",
@@ -89456,6 +89733,9 @@
89456
89733
  "fillOpacity": {
89457
89734
  "type": "number"
89458
89735
  },
89736
+ "fillPickable": {
89737
+ "type": "boolean"
89738
+ },
89459
89739
  "globalCompositeOperation": {
89460
89740
  "enum": [
89461
89741
  "",
@@ -89646,6 +89926,9 @@
89646
89926
  "strokeOpacity": {
89647
89927
  "type": "number"
89648
89928
  },
89929
+ "strokePickable": {
89930
+ "type": "boolean"
89931
+ },
89649
89932
  "strokeSeg": {
89650
89933
  "typeof": "function"
89651
89934
  },
@@ -89684,6 +89967,7 @@
89684
89967
  "anchor3d",
89685
89968
  "angle",
89686
89969
  "background",
89970
+ "backgroundFit",
89687
89971
  "backgroundMode",
89688
89972
  "beta",
89689
89973
  "blur",
@@ -89705,6 +89989,7 @@
89705
89989
  "dz",
89706
89990
  "fill",
89707
89991
  "fillOpacity",
89992
+ "fillPickable",
89708
89993
  "globalCompositeOperation",
89709
89994
  "globalZIndex",
89710
89995
  "html",
@@ -89740,6 +90025,7 @@
89740
90025
  "stroke",
89741
90026
  "strokeBoundsBuffer",
89742
90027
  "strokeOpacity",
90028
+ "strokePickable",
89743
90029
  "strokeSeg",
89744
90030
  "texture",
89745
90031
  "textureColor",
@@ -89851,6 +90137,9 @@
89851
90137
  }
89852
90138
  ]
89853
90139
  },
90140
+ "backgroundFit": {
90141
+ "type": "boolean"
90142
+ },
89854
90143
  "backgroundMode": {
89855
90144
  "enum": [
89856
90145
  "no-repeat",
@@ -89913,6 +90202,9 @@
89913
90202
  "fillOpacity": {
89914
90203
  "type": "number"
89915
90204
  },
90205
+ "fillPickable": {
90206
+ "type": "boolean"
90207
+ },
89916
90208
  "globalCompositeOperation": {
89917
90209
  "enum": [
89918
90210
  "",
@@ -90101,6 +90393,9 @@
90101
90393
  "strokeOpacity": {
90102
90394
  "type": "number"
90103
90395
  },
90396
+ "strokePickable": {
90397
+ "type": "boolean"
90398
+ },
90104
90399
  "strokeSeg": {
90105
90400
  "typeof": "function"
90106
90401
  },
@@ -90139,6 +90434,7 @@
90139
90434
  "anchor3d",
90140
90435
  "angle",
90141
90436
  "background",
90437
+ "backgroundFit",
90142
90438
  "backgroundMode",
90143
90439
  "beta",
90144
90440
  "blur",
@@ -90153,6 +90449,7 @@
90153
90449
  "dz",
90154
90450
  "fill",
90155
90451
  "fillOpacity",
90452
+ "fillPickable",
90156
90453
  "globalCompositeOperation",
90157
90454
  "globalZIndex",
90158
90455
  "html",
@@ -90187,6 +90484,7 @@
90187
90484
  "stroke",
90188
90485
  "strokeBoundsBuffer",
90189
90486
  "strokeOpacity",
90487
+ "strokePickable",
90190
90488
  "strokeSeg",
90191
90489
  "texture",
90192
90490
  "textureColor",
@@ -90298,6 +90596,9 @@
90298
90596
  }
90299
90597
  ]
90300
90598
  },
90599
+ "backgroundFit": {
90600
+ "type": "boolean"
90601
+ },
90301
90602
  "backgroundMode": {
90302
90603
  "enum": [
90303
90604
  "no-repeat",
@@ -90373,6 +90674,9 @@
90373
90674
  "fillOpacity": {
90374
90675
  "type": "number"
90375
90676
  },
90677
+ "fillPickable": {
90678
+ "type": "boolean"
90679
+ },
90376
90680
  "globalCompositeOperation": {
90377
90681
  "enum": [
90378
90682
  "",
@@ -90557,6 +90861,9 @@
90557
90861
  "strokeOpacity": {
90558
90862
  "type": "number"
90559
90863
  },
90864
+ "strokePickable": {
90865
+ "type": "boolean"
90866
+ },
90560
90867
  "strokeSeg": {
90561
90868
  "typeof": "function"
90562
90869
  },
@@ -90595,6 +90902,7 @@
90595
90902
  "anchor3d",
90596
90903
  "angle",
90597
90904
  "background",
90905
+ "backgroundFit",
90598
90906
  "backgroundMode",
90599
90907
  "beta",
90600
90908
  "blur",
@@ -90610,6 +90918,7 @@
90610
90918
  "dz",
90611
90919
  "fill",
90612
90920
  "fillOpacity",
90921
+ "fillPickable",
90613
90922
  "globalCompositeOperation",
90614
90923
  "globalZIndex",
90615
90924
  "html",
@@ -90644,6 +90953,7 @@
90644
90953
  "stroke",
90645
90954
  "strokeBoundsBuffer",
90646
90955
  "strokeOpacity",
90956
+ "strokePickable",
90647
90957
  "strokeSeg",
90648
90958
  "texture",
90649
90959
  "textureColor",
@@ -90755,6 +91065,9 @@
90755
91065
  }
90756
91066
  ]
90757
91067
  },
91068
+ "backgroundFit": {
91069
+ "type": "boolean"
91070
+ },
90758
91071
  "backgroundMode": {
90759
91072
  "enum": [
90760
91073
  "no-repeat",
@@ -90827,6 +91140,9 @@
90827
91140
  "fillOpacity": {
90828
91141
  "type": "number"
90829
91142
  },
91143
+ "fillPickable": {
91144
+ "type": "boolean"
91145
+ },
90830
91146
  "globalCompositeOperation": {
90831
91147
  "enum": [
90832
91148
  "",
@@ -91011,6 +91327,9 @@
91011
91327
  "strokeOpacity": {
91012
91328
  "type": "number"
91013
91329
  },
91330
+ "strokePickable": {
91331
+ "type": "boolean"
91332
+ },
91014
91333
  "strokeSeg": {
91015
91334
  "typeof": "function"
91016
91335
  },
@@ -91058,6 +91377,7 @@
91058
91377
  "anchor3d",
91059
91378
  "angle",
91060
91379
  "background",
91380
+ "backgroundFit",
91061
91381
  "backgroundMode",
91062
91382
  "beta",
91063
91383
  "blur",
@@ -91072,6 +91392,7 @@
91072
91392
  "dz",
91073
91393
  "fill",
91074
91394
  "fillOpacity",
91395
+ "fillPickable",
91075
91396
  "globalCompositeOperation",
91076
91397
  "globalZIndex",
91077
91398
  "height",
@@ -91107,6 +91428,7 @@
91107
91428
  "stroke",
91108
91429
  "strokeBoundsBuffer",
91109
91430
  "strokeOpacity",
91431
+ "strokePickable",
91110
91432
  "strokeSeg",
91111
91433
  "texture",
91112
91434
  "textureColor",
@@ -91221,6 +91543,9 @@
91221
91543
  }
91222
91544
  ]
91223
91545
  },
91546
+ "backgroundFit": {
91547
+ "type": "boolean"
91548
+ },
91224
91549
  "backgroundMode": {
91225
91550
  "enum": [
91226
91551
  "no-repeat",
@@ -91293,6 +91618,9 @@
91293
91618
  "fillOpacity": {
91294
91619
  "type": "number"
91295
91620
  },
91621
+ "fillPickable": {
91622
+ "type": "boolean"
91623
+ },
91296
91624
  "globalCompositeOperation": {
91297
91625
  "enum": [
91298
91626
  "",
@@ -91474,6 +91802,9 @@
91474
91802
  "strokeOpacity": {
91475
91803
  "type": "number"
91476
91804
  },
91805
+ "strokePickable": {
91806
+ "type": "boolean"
91807
+ },
91477
91808
  "strokeSeg": {
91478
91809
  "typeof": "function"
91479
91810
  },
@@ -91521,6 +91852,7 @@
91521
91852
  "anchor3d",
91522
91853
  "angle",
91523
91854
  "background",
91855
+ "backgroundFit",
91524
91856
  "backgroundMode",
91525
91857
  "beta",
91526
91858
  "blur",
@@ -91535,6 +91867,7 @@
91535
91867
  "dz",
91536
91868
  "fill",
91537
91869
  "fillOpacity",
91870
+ "fillPickable",
91538
91871
  "globalCompositeOperation",
91539
91872
  "globalZIndex",
91540
91873
  "height",
@@ -91569,6 +91902,7 @@
91569
91902
  "stroke",
91570
91903
  "strokeBoundsBuffer",
91571
91904
  "strokeOpacity",
91905
+ "strokePickable",
91572
91906
  "strokeSeg",
91573
91907
  "texture",
91574
91908
  "textureColor",
@@ -91683,6 +92017,9 @@
91683
92017
  }
91684
92018
  ]
91685
92019
  },
92020
+ "backgroundFit": {
92021
+ "type": "boolean"
92022
+ },
91686
92023
  "backgroundMode": {
91687
92024
  "enum": [
91688
92025
  "no-repeat",
@@ -91748,6 +92085,9 @@
91748
92085
  "fillOpacity": {
91749
92086
  "type": "number"
91750
92087
  },
92088
+ "fillPickable": {
92089
+ "type": "boolean"
92090
+ },
91751
92091
  "globalCompositeOperation": {
91752
92092
  "enum": [
91753
92093
  "",
@@ -91941,6 +92281,9 @@
91941
92281
  "strokeOpacity": {
91942
92282
  "type": "number"
91943
92283
  },
92284
+ "strokePickable": {
92285
+ "type": "boolean"
92286
+ },
91944
92287
  "strokeSeg": {
91945
92288
  "typeof": "function"
91946
92289
  },
@@ -92000,6 +92343,7 @@
92000
92343
  "anchor3d",
92001
92344
  "angle",
92002
92345
  "background",
92346
+ "backgroundFit",
92003
92347
  "backgroundMode",
92004
92348
  "beta",
92005
92349
  "blur",
@@ -92014,6 +92358,7 @@
92014
92358
  "ellipsis",
92015
92359
  "fill",
92016
92360
  "fillOpacity",
92361
+ "fillPickable",
92017
92362
  "globalCompositeOperation",
92018
92363
  "globalZIndex",
92019
92364
  "height",
@@ -92052,6 +92397,7 @@
92052
92397
  "stroke",
92053
92398
  "strokeBoundsBuffer",
92054
92399
  "strokeOpacity",
92400
+ "strokePickable",
92055
92401
  "strokeSeg",
92056
92402
  "textAlign",
92057
92403
  "textBaseline",
@@ -92191,6 +92537,9 @@
92191
92537
  "backgroundFillOpacity": {
92192
92538
  "type": "number"
92193
92539
  },
92540
+ "backgroundFit": {
92541
+ "type": "boolean"
92542
+ },
92194
92543
  "backgroundHeight": {
92195
92544
  "type": "number"
92196
92545
  },
@@ -92305,6 +92654,9 @@
92305
92654
  "fillOpacity": {
92306
92655
  "type": "number"
92307
92656
  },
92657
+ "fillPickable": {
92658
+ "type": "boolean"
92659
+ },
92308
92660
  "globalCompositeOperation": {
92309
92661
  "enum": [
92310
92662
  "",
@@ -92521,6 +92873,9 @@
92521
92873
  "strokeOpacity": {
92522
92874
  "type": "number"
92523
92875
  },
92876
+ "strokePickable": {
92877
+ "type": "boolean"
92878
+ },
92524
92879
  "strokeSeg": {
92525
92880
  "typeof": "function"
92526
92881
  },
@@ -92570,6 +92925,7 @@
92570
92925
  "background",
92571
92926
  "backgroundFill",
92572
92927
  "backgroundFillOpacity",
92928
+ "backgroundFit",
92573
92929
  "backgroundHeight",
92574
92930
  "backgroundMode",
92575
92931
  "backgroundRadius",
@@ -92591,6 +92947,7 @@
92591
92947
  "dz",
92592
92948
  "fill",
92593
92949
  "fillOpacity",
92950
+ "fillPickable",
92594
92951
  "globalCompositeOperation",
92595
92952
  "globalZIndex",
92596
92953
  "height",
@@ -92630,6 +92987,7 @@
92630
92987
  "stroke",
92631
92988
  "strokeBoundsBuffer",
92632
92989
  "strokeOpacity",
92990
+ "strokePickable",
92633
92991
  "strokeSeg",
92634
92992
  "textAlign",
92635
92993
  "textBaseline",
@@ -92744,6 +93102,9 @@
92744
93102
  }
92745
93103
  ]
92746
93104
  },
93105
+ "backgroundFit": {
93106
+ "type": "boolean"
93107
+ },
92747
93108
  "backgroundMode": {
92748
93109
  "enum": [
92749
93110
  "no-repeat",
@@ -92803,6 +93164,9 @@
92803
93164
  "fillOpacity": {
92804
93165
  "type": "number"
92805
93166
  },
93167
+ "fillPickable": {
93168
+ "type": "boolean"
93169
+ },
92806
93170
  "globalCompositeOperation": {
92807
93171
  "enum": [
92808
93172
  "",
@@ -93001,6 +93365,9 @@
93001
93365
  "strokeOpacity": {
93002
93366
  "type": "number"
93003
93367
  },
93368
+ "strokePickable": {
93369
+ "type": "boolean"
93370
+ },
93004
93371
  "strokeSeg": {
93005
93372
  "typeof": "function"
93006
93373
  },
@@ -93042,6 +93409,7 @@
93042
93409
  "anchor3d",
93043
93410
  "angle",
93044
93411
  "background",
93412
+ "backgroundFit",
93045
93413
  "backgroundMode",
93046
93414
  "beta",
93047
93415
  "blur",
@@ -93055,6 +93423,7 @@
93055
93423
  "dz",
93056
93424
  "fill",
93057
93425
  "fillOpacity",
93426
+ "fillPickable",
93058
93427
  "globalCompositeOperation",
93059
93428
  "globalZIndex",
93060
93429
  "html",
@@ -93089,6 +93458,7 @@
93089
93458
  "stroke",
93090
93459
  "strokeBoundsBuffer",
93091
93460
  "strokeOpacity",
93461
+ "strokePickable",
93092
93462
  "strokeSeg",
93093
93463
  "symbolType",
93094
93464
  "texture",
@@ -93201,6 +93571,9 @@
93201
93571
  }
93202
93572
  ]
93203
93573
  },
93574
+ "backgroundFit": {
93575
+ "type": "boolean"
93576
+ },
93204
93577
  "backgroundMode": {
93205
93578
  "enum": [
93206
93579
  "no-repeat",
@@ -93276,6 +93649,9 @@
93276
93649
  "fillOpacity": {
93277
93650
  "type": "number"
93278
93651
  },
93652
+ "fillPickable": {
93653
+ "type": "boolean"
93654
+ },
93279
93655
  "fontFamily": {
93280
93656
  "type": "string"
93281
93657
  },
@@ -93496,6 +93872,9 @@
93496
93872
  "strokeOpacity": {
93497
93873
  "type": "number"
93498
93874
  },
93875
+ "strokePickable": {
93876
+ "type": "boolean"
93877
+ },
93499
93878
  "strokeSeg": {
93500
93879
  "typeof": "function"
93501
93880
  },
@@ -93593,6 +93972,7 @@
93593
93972
  "anchor3d",
93594
93973
  "angle",
93595
93974
  "background",
93975
+ "backgroundFit",
93596
93976
  "backgroundMode",
93597
93977
  "beta",
93598
93978
  "blur",
@@ -93609,6 +93989,7 @@
93609
93989
  "ellipsis",
93610
93990
  "fill",
93611
93991
  "fillOpacity",
93992
+ "fillPickable",
93612
93993
  "fontFamily",
93613
93994
  "fontSize",
93614
93995
  "fontStyle",
@@ -93654,6 +94035,7 @@
93654
94035
  "stroke",
93655
94036
  "strokeBoundsBuffer",
93656
94037
  "strokeOpacity",
94038
+ "strokePickable",
93657
94039
  "strokeSeg",
93658
94040
  "suffixPosition",
93659
94041
  "text",