@visactor/vchart-schema 1.13.6 → 1.13.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 +317 -79
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -22872,7 +22872,14 @@
|
|
|
22872
22872
|
"description": "tooltip配置"
|
|
22873
22873
|
},
|
|
22874
22874
|
"totalLabel": {
|
|
22875
|
-
"
|
|
22875
|
+
"allOf": [
|
|
22876
|
+
{
|
|
22877
|
+
"$ref": "#/definitions/Pick<ILabelSpec,\"style\"|\"interactive\"|\"visible\"|\"state\"|\"offset\"|\"overlap\"|\"formatMethod\"|\"textType\">"
|
|
22878
|
+
},
|
|
22879
|
+
{
|
|
22880
|
+
"typeof": "function"
|
|
22881
|
+
}
|
|
22882
|
+
],
|
|
22876
22883
|
"description": "堆叠汇总标签",
|
|
22877
22884
|
"since": "1.3.0"
|
|
22878
22885
|
},
|
|
@@ -37952,10 +37959,36 @@
|
|
|
37952
37959
|
"overlap": {
|
|
37953
37960
|
"anyOf": [
|
|
37954
37961
|
{
|
|
37955
|
-
"
|
|
37962
|
+
"allOf": [
|
|
37963
|
+
{
|
|
37964
|
+
"const": false,
|
|
37965
|
+
"type": "boolean"
|
|
37966
|
+
},
|
|
37967
|
+
{
|
|
37968
|
+
"typeof": "function"
|
|
37969
|
+
}
|
|
37970
|
+
]
|
|
37956
37971
|
},
|
|
37957
37972
|
{
|
|
37958
|
-
"
|
|
37973
|
+
"allOf": [
|
|
37974
|
+
{
|
|
37975
|
+
"const": true,
|
|
37976
|
+
"type": "boolean"
|
|
37977
|
+
},
|
|
37978
|
+
{
|
|
37979
|
+
"typeof": "function"
|
|
37980
|
+
}
|
|
37981
|
+
]
|
|
37982
|
+
},
|
|
37983
|
+
{
|
|
37984
|
+
"allOf": [
|
|
37985
|
+
{
|
|
37986
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
37987
|
+
},
|
|
37988
|
+
{
|
|
37989
|
+
"typeof": "function"
|
|
37990
|
+
}
|
|
37991
|
+
]
|
|
37959
37992
|
}
|
|
37960
37993
|
],
|
|
37961
37994
|
"description": "标签防重叠配置"
|
|
@@ -45527,7 +45560,14 @@
|
|
|
45527
45560
|
"description": "tooltip配置"
|
|
45528
45561
|
},
|
|
45529
45562
|
"totalLabel": {
|
|
45530
|
-
"
|
|
45563
|
+
"allOf": [
|
|
45564
|
+
{
|
|
45565
|
+
"$ref": "#/definitions/Pick<ILabelSpec,\"style\"|\"interactive\"|\"visible\"|\"state\"|\"offset\"|\"overlap\"|\"formatMethod\"|\"textType\">"
|
|
45566
|
+
},
|
|
45567
|
+
{
|
|
45568
|
+
"typeof": "function"
|
|
45569
|
+
}
|
|
45570
|
+
],
|
|
45531
45571
|
"description": "堆叠汇总标签",
|
|
45532
45572
|
"since": "1.3.0"
|
|
45533
45573
|
},
|
|
@@ -47777,10 +47817,36 @@
|
|
|
47777
47817
|
"overlap": {
|
|
47778
47818
|
"anyOf": [
|
|
47779
47819
|
{
|
|
47780
|
-
"
|
|
47820
|
+
"allOf": [
|
|
47821
|
+
{
|
|
47822
|
+
"const": false,
|
|
47823
|
+
"type": "boolean"
|
|
47824
|
+
},
|
|
47825
|
+
{
|
|
47826
|
+
"typeof": "function"
|
|
47827
|
+
}
|
|
47828
|
+
]
|
|
47781
47829
|
},
|
|
47782
47830
|
{
|
|
47783
|
-
"
|
|
47831
|
+
"allOf": [
|
|
47832
|
+
{
|
|
47833
|
+
"const": true,
|
|
47834
|
+
"type": "boolean"
|
|
47835
|
+
},
|
|
47836
|
+
{
|
|
47837
|
+
"typeof": "function"
|
|
47838
|
+
}
|
|
47839
|
+
]
|
|
47840
|
+
},
|
|
47841
|
+
{
|
|
47842
|
+
"allOf": [
|
|
47843
|
+
{
|
|
47844
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
47845
|
+
},
|
|
47846
|
+
{
|
|
47847
|
+
"typeof": "function"
|
|
47848
|
+
}
|
|
47849
|
+
]
|
|
47784
47850
|
}
|
|
47785
47851
|
],
|
|
47786
47852
|
"description": "标签防重叠配置"
|
|
@@ -79720,52 +79786,14 @@
|
|
|
79720
79786
|
"type": "object"
|
|
79721
79787
|
},
|
|
79722
79788
|
"ITotalLabelSpec": {
|
|
79723
|
-
"
|
|
79724
|
-
|
|
79725
|
-
"
|
|
79726
|
-
},
|
|
79727
|
-
"interactive": {
|
|
79728
|
-
"default": false,
|
|
79729
|
-
"description": "是否支持交互。",
|
|
79730
|
-
"type": "boolean"
|
|
79731
|
-
},
|
|
79732
|
-
"offset": {
|
|
79733
|
-
"description": "标签与其对应数据图元的间距",
|
|
79734
|
-
"type": "number"
|
|
79735
|
-
},
|
|
79736
|
-
"overlap": {
|
|
79737
|
-
"anyOf": [
|
|
79738
|
-
{
|
|
79739
|
-
"$ref": "#/definitions/OverlapAttrs"
|
|
79740
|
-
},
|
|
79741
|
-
{
|
|
79742
|
-
"type": "boolean"
|
|
79743
|
-
}
|
|
79744
|
-
],
|
|
79745
|
-
"description": "标签防重叠配置"
|
|
79789
|
+
"allOf": [
|
|
79790
|
+
{
|
|
79791
|
+
"$ref": "#/definitions/Pick<ILabelSpec,\"style\"|\"interactive\"|\"visible\"|\"state\"|\"offset\"|\"overlap\"|\"formatMethod\"|\"textType\">"
|
|
79746
79792
|
},
|
|
79747
|
-
|
|
79793
|
+
{
|
|
79748
79794
|
"typeof": "function"
|
|
79749
|
-
},
|
|
79750
|
-
"style": {
|
|
79751
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IComposedTextMarkSpec>",
|
|
79752
|
-
"description": "标签样式配置"
|
|
79753
|
-
},
|
|
79754
|
-
"textType": {
|
|
79755
|
-
"description": "文本类型:text, rich,",
|
|
79756
|
-
"enum": [
|
|
79757
|
-
"rich",
|
|
79758
|
-
"text"
|
|
79759
|
-
],
|
|
79760
|
-
"since": "1.7.0",
|
|
79761
|
-
"type": "string"
|
|
79762
|
-
},
|
|
79763
|
-
"visible": {
|
|
79764
|
-
"description": "默认不显示标签",
|
|
79765
|
-
"type": "boolean"
|
|
79766
79795
|
}
|
|
79767
|
-
|
|
79768
|
-
"type": "object"
|
|
79796
|
+
]
|
|
79769
79797
|
},
|
|
79770
79798
|
"ITotalLabelTheme": {
|
|
79771
79799
|
"properties": {
|
|
@@ -79791,10 +79819,36 @@
|
|
|
79791
79819
|
"overlap": {
|
|
79792
79820
|
"anyOf": [
|
|
79793
79821
|
{
|
|
79794
|
-
"
|
|
79822
|
+
"allOf": [
|
|
79823
|
+
{
|
|
79824
|
+
"const": false,
|
|
79825
|
+
"type": "boolean"
|
|
79826
|
+
},
|
|
79827
|
+
{
|
|
79828
|
+
"typeof": "function"
|
|
79829
|
+
}
|
|
79830
|
+
]
|
|
79831
|
+
},
|
|
79832
|
+
{
|
|
79833
|
+
"allOf": [
|
|
79834
|
+
{
|
|
79835
|
+
"const": true,
|
|
79836
|
+
"type": "boolean"
|
|
79837
|
+
},
|
|
79838
|
+
{
|
|
79839
|
+
"typeof": "function"
|
|
79840
|
+
}
|
|
79841
|
+
]
|
|
79795
79842
|
},
|
|
79796
79843
|
{
|
|
79797
|
-
"
|
|
79844
|
+
"allOf": [
|
|
79845
|
+
{
|
|
79846
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
79847
|
+
},
|
|
79848
|
+
{
|
|
79849
|
+
"typeof": "function"
|
|
79850
|
+
}
|
|
79851
|
+
]
|
|
79798
79852
|
}
|
|
79799
79853
|
],
|
|
79800
79854
|
"description": "标签防重叠配置"
|
|
@@ -84404,7 +84458,10 @@
|
|
|
84404
84458
|
"totalLabel": {
|
|
84405
84459
|
"allOf": [
|
|
84406
84460
|
{
|
|
84407
|
-
"$ref": "#/definitions/
|
|
84461
|
+
"$ref": "#/definitions/Pick<ILabelSpec,\"style\"|\"interactive\"|\"visible\"|\"state\"|\"offset\"|\"overlap\"|\"formatMethod\"|\"textType\">"
|
|
84462
|
+
},
|
|
84463
|
+
{
|
|
84464
|
+
"typeof": "function"
|
|
84408
84465
|
},
|
|
84409
84466
|
{
|
|
84410
84467
|
"typeof": "function"
|
|
@@ -84869,7 +84926,10 @@
|
|
|
84869
84926
|
"totalLabel": {
|
|
84870
84927
|
"allOf": [
|
|
84871
84928
|
{
|
|
84872
|
-
"$ref": "#/definitions/
|
|
84929
|
+
"$ref": "#/definitions/Pick<ILabelSpec,\"style\"|\"interactive\"|\"visible\"|\"state\"|\"offset\"|\"overlap\"|\"formatMethod\"|\"textType\">"
|
|
84930
|
+
},
|
|
84931
|
+
{
|
|
84932
|
+
"typeof": "function"
|
|
84873
84933
|
},
|
|
84874
84934
|
{
|
|
84875
84935
|
"typeof": "function"
|
|
@@ -87396,7 +87456,7 @@
|
|
|
87396
87456
|
},
|
|
87397
87457
|
"Map<Function,(...args:any[])=>void>": {
|
|
87398
87458
|
"properties": {
|
|
87399
|
-
"__@toStringTag@
|
|
87459
|
+
"__@toStringTag@12336": {
|
|
87400
87460
|
"type": "string"
|
|
87401
87461
|
},
|
|
87402
87462
|
"size": {
|
|
@@ -87404,14 +87464,14 @@
|
|
|
87404
87464
|
}
|
|
87405
87465
|
},
|
|
87406
87466
|
"required": [
|
|
87407
|
-
"__@toStringTag@
|
|
87467
|
+
"__@toStringTag@12336",
|
|
87408
87468
|
"size"
|
|
87409
87469
|
],
|
|
87410
87470
|
"type": "object"
|
|
87411
87471
|
},
|
|
87412
87472
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
87413
87473
|
"properties": {
|
|
87414
|
-
"__@toStringTag@
|
|
87474
|
+
"__@toStringTag@12336": {
|
|
87415
87475
|
"type": "string"
|
|
87416
87476
|
},
|
|
87417
87477
|
"size": {
|
|
@@ -87419,14 +87479,14 @@
|
|
|
87419
87479
|
}
|
|
87420
87480
|
},
|
|
87421
87481
|
"required": [
|
|
87422
|
-
"__@toStringTag@
|
|
87482
|
+
"__@toStringTag@12336",
|
|
87423
87483
|
"size"
|
|
87424
87484
|
],
|
|
87425
87485
|
"type": "object"
|
|
87426
87486
|
},
|
|
87427
87487
|
"Map<string,any>": {
|
|
87428
87488
|
"properties": {
|
|
87429
|
-
"__@toStringTag@
|
|
87489
|
+
"__@toStringTag@12336": {
|
|
87430
87490
|
"type": "string"
|
|
87431
87491
|
},
|
|
87432
87492
|
"size": {
|
|
@@ -87434,14 +87494,14 @@
|
|
|
87434
87494
|
}
|
|
87435
87495
|
},
|
|
87436
87496
|
"required": [
|
|
87437
|
-
"__@toStringTag@
|
|
87497
|
+
"__@toStringTag@12336",
|
|
87438
87498
|
"size"
|
|
87439
87499
|
],
|
|
87440
87500
|
"type": "object"
|
|
87441
87501
|
},
|
|
87442
87502
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
87443
87503
|
"properties": {
|
|
87444
|
-
"__@toStringTag@
|
|
87504
|
+
"__@toStringTag@12336": {
|
|
87445
87505
|
"type": "string"
|
|
87446
87506
|
},
|
|
87447
87507
|
"size": {
|
|
@@ -87449,14 +87509,14 @@
|
|
|
87449
87509
|
}
|
|
87450
87510
|
},
|
|
87451
87511
|
"required": [
|
|
87452
|
-
"__@toStringTag@
|
|
87512
|
+
"__@toStringTag@12336",
|
|
87453
87513
|
"size"
|
|
87454
87514
|
],
|
|
87455
87515
|
"type": "object"
|
|
87456
87516
|
},
|
|
87457
87517
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
87458
87518
|
"properties": {
|
|
87459
|
-
"__@toStringTag@
|
|
87519
|
+
"__@toStringTag@12336": {
|
|
87460
87520
|
"type": "string"
|
|
87461
87521
|
},
|
|
87462
87522
|
"size": {
|
|
@@ -87464,14 +87524,14 @@
|
|
|
87464
87524
|
}
|
|
87465
87525
|
},
|
|
87466
87526
|
"required": [
|
|
87467
|
-
"__@toStringTag@
|
|
87527
|
+
"__@toStringTag@12336",
|
|
87468
87528
|
"size"
|
|
87469
87529
|
],
|
|
87470
87530
|
"type": "object"
|
|
87471
87531
|
},
|
|
87472
87532
|
"Map<string|number,IAnimate>": {
|
|
87473
87533
|
"properties": {
|
|
87474
|
-
"__@toStringTag@
|
|
87534
|
+
"__@toStringTag@12336": {
|
|
87475
87535
|
"type": "string"
|
|
87476
87536
|
},
|
|
87477
87537
|
"size": {
|
|
@@ -87479,7 +87539,7 @@
|
|
|
87479
87539
|
}
|
|
87480
87540
|
},
|
|
87481
87541
|
"required": [
|
|
87482
|
-
"__@toStringTag@
|
|
87542
|
+
"__@toStringTag@12336",
|
|
87483
87543
|
"size"
|
|
87484
87544
|
],
|
|
87485
87545
|
"type": "object"
|
|
@@ -91682,10 +91742,36 @@
|
|
|
91682
91742
|
"overlap": {
|
|
91683
91743
|
"anyOf": [
|
|
91684
91744
|
{
|
|
91685
|
-
"
|
|
91745
|
+
"allOf": [
|
|
91746
|
+
{
|
|
91747
|
+
"const": false,
|
|
91748
|
+
"type": "boolean"
|
|
91749
|
+
},
|
|
91750
|
+
{
|
|
91751
|
+
"typeof": "function"
|
|
91752
|
+
}
|
|
91753
|
+
]
|
|
91686
91754
|
},
|
|
91687
91755
|
{
|
|
91688
|
-
"
|
|
91756
|
+
"allOf": [
|
|
91757
|
+
{
|
|
91758
|
+
"const": true,
|
|
91759
|
+
"type": "boolean"
|
|
91760
|
+
},
|
|
91761
|
+
{
|
|
91762
|
+
"typeof": "function"
|
|
91763
|
+
}
|
|
91764
|
+
]
|
|
91765
|
+
},
|
|
91766
|
+
{
|
|
91767
|
+
"allOf": [
|
|
91768
|
+
{
|
|
91769
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
91770
|
+
},
|
|
91771
|
+
{
|
|
91772
|
+
"typeof": "function"
|
|
91773
|
+
}
|
|
91774
|
+
]
|
|
91689
91775
|
}
|
|
91690
91776
|
],
|
|
91691
91777
|
"description": "标签防重叠配置"
|
|
@@ -92311,10 +92397,36 @@
|
|
|
92311
92397
|
"overlap": {
|
|
92312
92398
|
"anyOf": [
|
|
92313
92399
|
{
|
|
92314
|
-
"
|
|
92400
|
+
"allOf": [
|
|
92401
|
+
{
|
|
92402
|
+
"const": false,
|
|
92403
|
+
"type": "boolean"
|
|
92404
|
+
},
|
|
92405
|
+
{
|
|
92406
|
+
"typeof": "function"
|
|
92407
|
+
}
|
|
92408
|
+
]
|
|
92409
|
+
},
|
|
92410
|
+
{
|
|
92411
|
+
"allOf": [
|
|
92412
|
+
{
|
|
92413
|
+
"const": true,
|
|
92414
|
+
"type": "boolean"
|
|
92415
|
+
},
|
|
92416
|
+
{
|
|
92417
|
+
"typeof": "function"
|
|
92418
|
+
}
|
|
92419
|
+
]
|
|
92315
92420
|
},
|
|
92316
92421
|
{
|
|
92317
|
-
"
|
|
92422
|
+
"allOf": [
|
|
92423
|
+
{
|
|
92424
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
92425
|
+
},
|
|
92426
|
+
{
|
|
92427
|
+
"typeof": "function"
|
|
92428
|
+
}
|
|
92429
|
+
]
|
|
92318
92430
|
}
|
|
92319
92431
|
],
|
|
92320
92432
|
"description": "标签防重叠配置"
|
|
@@ -99857,10 +99969,36 @@
|
|
|
99857
99969
|
"overlap": {
|
|
99858
99970
|
"anyOf": [
|
|
99859
99971
|
{
|
|
99860
|
-
"
|
|
99972
|
+
"allOf": [
|
|
99973
|
+
{
|
|
99974
|
+
"const": false,
|
|
99975
|
+
"type": "boolean"
|
|
99976
|
+
},
|
|
99977
|
+
{
|
|
99978
|
+
"typeof": "function"
|
|
99979
|
+
}
|
|
99980
|
+
]
|
|
99981
|
+
},
|
|
99982
|
+
{
|
|
99983
|
+
"allOf": [
|
|
99984
|
+
{
|
|
99985
|
+
"const": true,
|
|
99986
|
+
"type": "boolean"
|
|
99987
|
+
},
|
|
99988
|
+
{
|
|
99989
|
+
"typeof": "function"
|
|
99990
|
+
}
|
|
99991
|
+
]
|
|
99861
99992
|
},
|
|
99862
99993
|
{
|
|
99863
|
-
"
|
|
99994
|
+
"allOf": [
|
|
99995
|
+
{
|
|
99996
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
99997
|
+
},
|
|
99998
|
+
{
|
|
99999
|
+
"typeof": "function"
|
|
100000
|
+
}
|
|
100001
|
+
]
|
|
99864
100002
|
}
|
|
99865
100003
|
],
|
|
99866
100004
|
"description": "标签防重叠配置"
|
|
@@ -100721,10 +100859,36 @@
|
|
|
100721
100859
|
"overlap": {
|
|
100722
100860
|
"anyOf": [
|
|
100723
100861
|
{
|
|
100724
|
-
"
|
|
100862
|
+
"allOf": [
|
|
100863
|
+
{
|
|
100864
|
+
"const": false,
|
|
100865
|
+
"type": "boolean"
|
|
100866
|
+
},
|
|
100867
|
+
{
|
|
100868
|
+
"typeof": "function"
|
|
100869
|
+
}
|
|
100870
|
+
]
|
|
100725
100871
|
},
|
|
100726
100872
|
{
|
|
100727
|
-
"
|
|
100873
|
+
"allOf": [
|
|
100874
|
+
{
|
|
100875
|
+
"const": true,
|
|
100876
|
+
"type": "boolean"
|
|
100877
|
+
},
|
|
100878
|
+
{
|
|
100879
|
+
"typeof": "function"
|
|
100880
|
+
}
|
|
100881
|
+
]
|
|
100882
|
+
},
|
|
100883
|
+
{
|
|
100884
|
+
"allOf": [
|
|
100885
|
+
{
|
|
100886
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
100887
|
+
},
|
|
100888
|
+
{
|
|
100889
|
+
"typeof": "function"
|
|
100890
|
+
}
|
|
100891
|
+
]
|
|
100728
100892
|
}
|
|
100729
100893
|
],
|
|
100730
100894
|
"description": "标签防重叠配置"
|
|
@@ -109588,6 +109752,80 @@
|
|
|
109588
109752
|
},
|
|
109589
109753
|
"type": "object"
|
|
109590
109754
|
},
|
|
109755
|
+
"Pick<ILabelSpec,\"style\"|\"interactive\"|\"visible\"|\"state\"|\"offset\"|\"overlap\"|\"formatMethod\"|\"textType\">": {
|
|
109756
|
+
"properties": {
|
|
109757
|
+
"formatMethod": {
|
|
109758
|
+
"typeof": "function"
|
|
109759
|
+
},
|
|
109760
|
+
"interactive": {
|
|
109761
|
+
"default": false,
|
|
109762
|
+
"description": "是否支持交互。",
|
|
109763
|
+
"type": "boolean"
|
|
109764
|
+
},
|
|
109765
|
+
"offset": {
|
|
109766
|
+
"description": "标签与其对应数据图元的间距",
|
|
109767
|
+
"type": "number"
|
|
109768
|
+
},
|
|
109769
|
+
"overlap": {
|
|
109770
|
+
"anyOf": [
|
|
109771
|
+
{
|
|
109772
|
+
"allOf": [
|
|
109773
|
+
{
|
|
109774
|
+
"const": false,
|
|
109775
|
+
"type": "boolean"
|
|
109776
|
+
},
|
|
109777
|
+
{
|
|
109778
|
+
"typeof": "function"
|
|
109779
|
+
}
|
|
109780
|
+
]
|
|
109781
|
+
},
|
|
109782
|
+
{
|
|
109783
|
+
"allOf": [
|
|
109784
|
+
{
|
|
109785
|
+
"const": true,
|
|
109786
|
+
"type": "boolean"
|
|
109787
|
+
},
|
|
109788
|
+
{
|
|
109789
|
+
"typeof": "function"
|
|
109790
|
+
}
|
|
109791
|
+
]
|
|
109792
|
+
},
|
|
109793
|
+
{
|
|
109794
|
+
"allOf": [
|
|
109795
|
+
{
|
|
109796
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
109797
|
+
},
|
|
109798
|
+
{
|
|
109799
|
+
"typeof": "function"
|
|
109800
|
+
}
|
|
109801
|
+
]
|
|
109802
|
+
}
|
|
109803
|
+
],
|
|
109804
|
+
"description": "标签防重叠配置"
|
|
109805
|
+
},
|
|
109806
|
+
"state": {
|
|
109807
|
+
"typeof": "function"
|
|
109808
|
+
},
|
|
109809
|
+
"style": {
|
|
109810
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IComposedTextMarkSpec>",
|
|
109811
|
+
"description": "标签样式配置"
|
|
109812
|
+
},
|
|
109813
|
+
"textType": {
|
|
109814
|
+
"description": "文本类型:text, rich,",
|
|
109815
|
+
"enum": [
|
|
109816
|
+
"rich",
|
|
109817
|
+
"text"
|
|
109818
|
+
],
|
|
109819
|
+
"since": "1.7.0",
|
|
109820
|
+
"type": "string"
|
|
109821
|
+
},
|
|
109822
|
+
"visible": {
|
|
109823
|
+
"description": "默认不显示标签",
|
|
109824
|
+
"type": "boolean"
|
|
109825
|
+
}
|
|
109826
|
+
},
|
|
109827
|
+
"type": "object"
|
|
109828
|
+
},
|
|
109591
109829
|
"Pick<IRectMarkSpec,\"fillOpacity\"|\"fill\"|\"cornerRadius\">": {
|
|
109592
109830
|
"properties": {
|
|
109593
109831
|
"cornerRadius": {
|
|
@@ -109854,34 +110092,34 @@
|
|
|
109854
110092
|
},
|
|
109855
110093
|
"Promise<FontFaceSet>": {
|
|
109856
110094
|
"properties": {
|
|
109857
|
-
"__@toStringTag@
|
|
110095
|
+
"__@toStringTag@12336": {
|
|
109858
110096
|
"type": "string"
|
|
109859
110097
|
}
|
|
109860
110098
|
},
|
|
109861
110099
|
"required": [
|
|
109862
|
-
"__@toStringTag@
|
|
110100
|
+
"__@toStringTag@12336"
|
|
109863
110101
|
],
|
|
109864
110102
|
"type": "object"
|
|
109865
110103
|
},
|
|
109866
110104
|
"Promise<ServiceWorkerRegistration>": {
|
|
109867
110105
|
"properties": {
|
|
109868
|
-
"__@toStringTag@
|
|
110106
|
+
"__@toStringTag@12336": {
|
|
109869
110107
|
"type": "string"
|
|
109870
110108
|
}
|
|
109871
110109
|
},
|
|
109872
110110
|
"required": [
|
|
109873
|
-
"__@toStringTag@
|
|
110111
|
+
"__@toStringTag@12336"
|
|
109874
110112
|
],
|
|
109875
110113
|
"type": "object"
|
|
109876
110114
|
},
|
|
109877
110115
|
"Promise<any>": {
|
|
109878
110116
|
"properties": {
|
|
109879
|
-
"__@toStringTag@
|
|
110117
|
+
"__@toStringTag@12336": {
|
|
109880
110118
|
"type": "string"
|
|
109881
110119
|
}
|
|
109882
110120
|
},
|
|
109883
110121
|
"required": [
|
|
109884
|
-
"__@toStringTag@
|
|
110122
|
+
"__@toStringTag@12336"
|
|
109885
110123
|
],
|
|
109886
110124
|
"type": "object"
|
|
109887
110125
|
},
|