@visactor/vchart-schema 1.4.2-beta.1 → 1.5.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vchart.json +1873 -165
package/vchart.json
CHANGED
|
@@ -5028,143 +5028,143 @@
|
|
|
5028
5028
|
},
|
|
5029
5029
|
"type": "object"
|
|
5030
5030
|
},
|
|
5031
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
5031
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>": {
|
|
5032
5032
|
"anyOf": [
|
|
5033
5033
|
{
|
|
5034
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
|
|
5034
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
|
|
5035
5035
|
"description": "style格式转换"
|
|
5036
5036
|
},
|
|
5037
5037
|
{
|
|
5038
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>",
|
|
5038
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>_1",
|
|
5039
5039
|
"description": "style格式转换"
|
|
5040
5040
|
},
|
|
5041
5041
|
{
|
|
5042
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>
|
|
5042
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_2",
|
|
5043
5043
|
"description": "style格式转换"
|
|
5044
5044
|
},
|
|
5045
5045
|
{
|
|
5046
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5046
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_1",
|
|
5047
5047
|
"description": "style格式转换"
|
|
5048
5048
|
},
|
|
5049
5049
|
{
|
|
5050
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5050
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IGroupMarkSpec>",
|
|
5051
5051
|
"description": "style格式转换"
|
|
5052
5052
|
},
|
|
5053
5053
|
{
|
|
5054
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5054
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>_1",
|
|
5055
5055
|
"description": "style格式转换"
|
|
5056
5056
|
},
|
|
5057
5057
|
{
|
|
5058
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5058
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>_1",
|
|
5059
5059
|
"description": "style格式转换"
|
|
5060
5060
|
},
|
|
5061
5061
|
{
|
|
5062
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5062
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>_1",
|
|
5063
5063
|
"description": "style格式转换"
|
|
5064
5064
|
},
|
|
5065
5065
|
{
|
|
5066
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5066
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>_1",
|
|
5067
5067
|
"description": "style格式转换"
|
|
5068
5068
|
},
|
|
5069
5069
|
{
|
|
5070
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5070
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>_1",
|
|
5071
5071
|
"description": "style格式转换"
|
|
5072
5072
|
},
|
|
5073
5073
|
{
|
|
5074
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5074
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>_1",
|
|
5075
5075
|
"description": "style格式转换"
|
|
5076
5076
|
},
|
|
5077
5077
|
{
|
|
5078
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5078
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>_1",
|
|
5079
5079
|
"description": "style格式转换"
|
|
5080
5080
|
},
|
|
5081
5081
|
{
|
|
5082
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5082
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>_1",
|
|
5083
5083
|
"description": "style格式转换"
|
|
5084
5084
|
},
|
|
5085
5085
|
{
|
|
5086
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
|
|
5086
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
|
|
5087
5087
|
"description": "style格式转换"
|
|
5088
5088
|
},
|
|
5089
5089
|
{
|
|
5090
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
|
|
5090
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>_1",
|
|
5091
5091
|
"description": "style格式转换"
|
|
5092
5092
|
},
|
|
5093
5093
|
{
|
|
5094
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>",
|
|
5094
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1",
|
|
5095
|
+
"description": "style格式转换"
|
|
5096
|
+
},
|
|
5097
|
+
{
|
|
5098
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>_1",
|
|
5095
5099
|
"description": "style格式转换"
|
|
5096
5100
|
}
|
|
5097
5101
|
],
|
|
5098
5102
|
"description": "style格式转换"
|
|
5099
5103
|
},
|
|
5100
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
5104
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>": {
|
|
5101
5105
|
"anyOf": [
|
|
5102
5106
|
{
|
|
5103
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>
|
|
5104
|
-
"description": "style格式转换"
|
|
5105
|
-
},
|
|
5106
|
-
{
|
|
5107
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>_1",
|
|
5107
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
|
|
5108
5108
|
"description": "style格式转换"
|
|
5109
5109
|
},
|
|
5110
5110
|
{
|
|
5111
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5111
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>",
|
|
5112
5112
|
"description": "style格式转换"
|
|
5113
5113
|
},
|
|
5114
5114
|
{
|
|
5115
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5115
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_1",
|
|
5116
5116
|
"description": "style格式转换"
|
|
5117
5117
|
},
|
|
5118
5118
|
{
|
|
5119
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>
|
|
5119
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>",
|
|
5120
5120
|
"description": "style格式转换"
|
|
5121
5121
|
},
|
|
5122
5122
|
{
|
|
5123
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5123
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>",
|
|
5124
5124
|
"description": "style格式转换"
|
|
5125
5125
|
},
|
|
5126
5126
|
{
|
|
5127
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5127
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>",
|
|
5128
5128
|
"description": "style格式转换"
|
|
5129
5129
|
},
|
|
5130
5130
|
{
|
|
5131
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5131
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>",
|
|
5132
5132
|
"description": "style格式转换"
|
|
5133
5133
|
},
|
|
5134
5134
|
{
|
|
5135
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5135
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>",
|
|
5136
5136
|
"description": "style格式转换"
|
|
5137
5137
|
},
|
|
5138
5138
|
{
|
|
5139
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5139
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>",
|
|
5140
5140
|
"description": "style格式转换"
|
|
5141
5141
|
},
|
|
5142
5142
|
{
|
|
5143
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5143
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>",
|
|
5144
5144
|
"description": "style格式转换"
|
|
5145
5145
|
},
|
|
5146
5146
|
{
|
|
5147
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5147
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>",
|
|
5148
5148
|
"description": "style格式转换"
|
|
5149
5149
|
},
|
|
5150
5150
|
{
|
|
5151
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5151
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>",
|
|
5152
5152
|
"description": "style格式转换"
|
|
5153
5153
|
},
|
|
5154
5154
|
{
|
|
5155
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>
|
|
5155
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
|
|
5156
5156
|
"description": "style格式转换"
|
|
5157
5157
|
},
|
|
5158
5158
|
{
|
|
5159
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>
|
|
5159
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
|
|
5160
5160
|
"description": "style格式转换"
|
|
5161
5161
|
},
|
|
5162
5162
|
{
|
|
5163
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>
|
|
5163
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>",
|
|
5164
5164
|
"description": "style格式转换"
|
|
5165
5165
|
},
|
|
5166
5166
|
{
|
|
5167
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5167
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>",
|
|
5168
5168
|
"description": "style格式转换"
|
|
5169
5169
|
}
|
|
5170
5170
|
],
|
|
@@ -25806,13 +25806,13 @@
|
|
|
25806
25806
|
"items": {
|
|
25807
25807
|
"anyOf": [
|
|
25808
25808
|
{
|
|
25809
|
-
"$ref": "#/definitions/
|
|
25809
|
+
"$ref": "#/definitions/IAreaSeriesSpec"
|
|
25810
25810
|
},
|
|
25811
25811
|
{
|
|
25812
|
-
"$ref": "#/definitions/
|
|
25812
|
+
"$ref": "#/definitions/ICircularProgressSeriesSpec"
|
|
25813
25813
|
},
|
|
25814
25814
|
{
|
|
25815
|
-
"$ref": "#/definitions/
|
|
25815
|
+
"$ref": "#/definitions/IDotSeriesSpec"
|
|
25816
25816
|
},
|
|
25817
25817
|
{
|
|
25818
25818
|
"$ref": "#/definitions/IFunnelSeriesSpec"
|
|
@@ -25821,28 +25821,31 @@
|
|
|
25821
25821
|
"$ref": "#/definitions/IFunnel3dSeriesSpec"
|
|
25822
25822
|
},
|
|
25823
25823
|
{
|
|
25824
|
-
"$ref": "#/definitions/
|
|
25824
|
+
"$ref": "#/definitions/IBarSeriesSpec"
|
|
25825
25825
|
},
|
|
25826
25826
|
{
|
|
25827
|
-
"$ref": "#/definitions/
|
|
25827
|
+
"$ref": "#/definitions/IBar3dSeriesSpec"
|
|
25828
25828
|
},
|
|
25829
25829
|
{
|
|
25830
|
-
"$ref": "#/definitions/
|
|
25830
|
+
"$ref": "#/definitions/IBoxPlotSeriesSpec"
|
|
25831
25831
|
},
|
|
25832
25832
|
{
|
|
25833
|
-
"$ref": "#/definitions/
|
|
25833
|
+
"$ref": "#/definitions/ITreemapSeriesSpec"
|
|
25834
25834
|
},
|
|
25835
25835
|
{
|
|
25836
|
-
"$ref": "#/definitions/
|
|
25836
|
+
"$ref": "#/definitions/ISunburstSeriesSpec"
|
|
25837
|
+
},
|
|
25838
|
+
{
|
|
25839
|
+
"$ref": "#/definitions/ICirclePackingSeriesSpec"
|
|
25837
25840
|
},
|
|
25838
25841
|
{
|
|
25839
25842
|
"$ref": "#/definitions/ILineSeriesSpec"
|
|
25840
25843
|
},
|
|
25841
25844
|
{
|
|
25842
|
-
"$ref": "#/definitions/
|
|
25845
|
+
"$ref": "#/definitions/IRangeColumnChartSpec"
|
|
25843
25846
|
},
|
|
25844
25847
|
{
|
|
25845
|
-
"$ref": "#/definitions/
|
|
25848
|
+
"$ref": "#/definitions/IRangeAreaChartSpec"
|
|
25846
25849
|
},
|
|
25847
25850
|
{
|
|
25848
25851
|
"$ref": "#/definitions/IMapSeriesSpec"
|
|
@@ -25854,43 +25857,40 @@
|
|
|
25854
25857
|
"$ref": "#/definitions/IPie3dSeriesSpec"
|
|
25855
25858
|
},
|
|
25856
25859
|
{
|
|
25857
|
-
"$ref": "#/definitions/
|
|
25858
|
-
},
|
|
25859
|
-
{
|
|
25860
|
-
"$ref": "#/definitions/IScatterSeriesSpec"
|
|
25860
|
+
"$ref": "#/definitions/ILinkSeriesSpec"
|
|
25861
25861
|
},
|
|
25862
25862
|
{
|
|
25863
|
-
"$ref": "#/definitions/
|
|
25863
|
+
"$ref": "#/definitions/IRadarSeriesSpec"
|
|
25864
25864
|
},
|
|
25865
25865
|
{
|
|
25866
|
-
"$ref": "#/definitions/
|
|
25866
|
+
"$ref": "#/definitions/IRoseSeriesSpec"
|
|
25867
25867
|
},
|
|
25868
25868
|
{
|
|
25869
|
-
"$ref": "#/definitions/
|
|
25869
|
+
"$ref": "#/definitions/IScatterSeriesSpec"
|
|
25870
25870
|
},
|
|
25871
25871
|
{
|
|
25872
|
-
"$ref": "#/definitions/
|
|
25872
|
+
"$ref": "#/definitions/IWordCloudSeriesSpec"
|
|
25873
25873
|
},
|
|
25874
25874
|
{
|
|
25875
|
-
"$ref": "#/definitions/
|
|
25875
|
+
"$ref": "#/definitions/IWordCloud3dSeriesSpec"
|
|
25876
25876
|
},
|
|
25877
25877
|
{
|
|
25878
|
-
"$ref": "#/definitions/
|
|
25878
|
+
"$ref": "#/definitions/IHeatmapSeriesSpec"
|
|
25879
25879
|
},
|
|
25880
25880
|
{
|
|
25881
|
-
"$ref": "#/definitions/
|
|
25881
|
+
"$ref": "#/definitions/ILinearProgressSeriesSpec"
|
|
25882
25882
|
},
|
|
25883
25883
|
{
|
|
25884
|
-
"$ref": "#/definitions/
|
|
25884
|
+
"$ref": "#/definitions/ISankeySeriesSpec"
|
|
25885
25885
|
},
|
|
25886
25886
|
{
|
|
25887
|
-
"$ref": "#/definitions/
|
|
25887
|
+
"$ref": "#/definitions/IGaugePointerSeriesSpec"
|
|
25888
25888
|
},
|
|
25889
25889
|
{
|
|
25890
|
-
"$ref": "#/definitions/
|
|
25890
|
+
"$ref": "#/definitions/IWaterfallSeriesSpec"
|
|
25891
25891
|
},
|
|
25892
25892
|
{
|
|
25893
|
-
"$ref": "#/definitions/
|
|
25893
|
+
"$ref": "#/definitions/IGaugeSeriesSpec"
|
|
25894
25894
|
}
|
|
25895
25895
|
]
|
|
25896
25896
|
},
|
|
@@ -26460,7 +26460,7 @@
|
|
|
26460
26460
|
"setLineDash": {
|
|
26461
26461
|
"typeof": "function"
|
|
26462
26462
|
},
|
|
26463
|
-
"
|
|
26463
|
+
"setShadowBlendStyle": {
|
|
26464
26464
|
"typeof": "function"
|
|
26465
26465
|
},
|
|
26466
26466
|
"setStrokeStyle": {
|
|
@@ -27364,11 +27364,11 @@
|
|
|
27364
27364
|
"type": "number"
|
|
27365
27365
|
},
|
|
27366
27366
|
"state": {
|
|
27367
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
27367
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>>",
|
|
27368
27368
|
"description": "不同状态下的样式配置"
|
|
27369
27369
|
},
|
|
27370
27370
|
"style": {
|
|
27371
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
27371
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>",
|
|
27372
27372
|
"description": "默认样式设置"
|
|
27373
27373
|
},
|
|
27374
27374
|
"support3d": {
|
|
@@ -28342,6 +28342,41 @@
|
|
|
28342
28342
|
],
|
|
28343
28343
|
"type": "string"
|
|
28344
28344
|
},
|
|
28345
|
+
"globalCompositeOperation": {
|
|
28346
|
+
"enum": [
|
|
28347
|
+
"",
|
|
28348
|
+
"color",
|
|
28349
|
+
"color-burn",
|
|
28350
|
+
"color-dodge",
|
|
28351
|
+
"copy",
|
|
28352
|
+
"darken",
|
|
28353
|
+
"destination-atop",
|
|
28354
|
+
"destination-in",
|
|
28355
|
+
"destination-out",
|
|
28356
|
+
"destination-over",
|
|
28357
|
+
"difference",
|
|
28358
|
+
"exclusion",
|
|
28359
|
+
"hard-light",
|
|
28360
|
+
"hue",
|
|
28361
|
+
"lighten",
|
|
28362
|
+
"lighter",
|
|
28363
|
+
"luminosity",
|
|
28364
|
+
"multiply",
|
|
28365
|
+
"overlay",
|
|
28366
|
+
"saturation",
|
|
28367
|
+
"screen",
|
|
28368
|
+
"soft-light",
|
|
28369
|
+
"source-atop",
|
|
28370
|
+
"source-in",
|
|
28371
|
+
"source-out",
|
|
28372
|
+
"source-over",
|
|
28373
|
+
"xor"
|
|
28374
|
+
],
|
|
28375
|
+
"type": "string"
|
|
28376
|
+
},
|
|
28377
|
+
"globalZIndex": {
|
|
28378
|
+
"type": "number"
|
|
28379
|
+
},
|
|
28345
28380
|
"height": {
|
|
28346
28381
|
"anyOf": [
|
|
28347
28382
|
{
|
|
@@ -28533,6 +28568,15 @@
|
|
|
28533
28568
|
"outerBorder": {
|
|
28534
28569
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
28535
28570
|
},
|
|
28571
|
+
"overflow": {
|
|
28572
|
+
"enum": [
|
|
28573
|
+
"hidden",
|
|
28574
|
+
"scroll",
|
|
28575
|
+
"scroll-x",
|
|
28576
|
+
"scroll-y"
|
|
28577
|
+
],
|
|
28578
|
+
"type": "string"
|
|
28579
|
+
},
|
|
28536
28580
|
"padding": {
|
|
28537
28581
|
"anyOf": [
|
|
28538
28582
|
{
|
|
@@ -29396,11 +29440,11 @@
|
|
|
29396
29440
|
"type": "number"
|
|
29397
29441
|
},
|
|
29398
29442
|
"state": {
|
|
29399
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
29443
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>>",
|
|
29400
29444
|
"description": "不同状态下的样式配置"
|
|
29401
29445
|
},
|
|
29402
29446
|
"style": {
|
|
29403
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
29447
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>",
|
|
29404
29448
|
"description": "默认样式设置"
|
|
29405
29449
|
},
|
|
29406
29450
|
"support3d": {
|
|
@@ -31919,7 +31963,7 @@
|
|
|
31919
31963
|
"description": "图钉背景样式"
|
|
31920
31964
|
},
|
|
31921
31965
|
"pointer": {
|
|
31922
|
-
"$ref": "#/definitions/Partial<IMarkTheme<IPathMarkSpec
|
|
31966
|
+
"$ref": "#/definitions/Partial<IMarkTheme<IRectMarkSpec|IPathMarkSpec>&PointerMarkSpec>",
|
|
31923
31967
|
"description": "指针样式"
|
|
31924
31968
|
},
|
|
31925
31969
|
"radius": {
|
|
@@ -37927,6 +37971,9 @@
|
|
|
37927
37971
|
"layer": {
|
|
37928
37972
|
"$ref": "#/definitions/ILayer"
|
|
37929
37973
|
},
|
|
37974
|
+
"layerMode": {
|
|
37975
|
+
"$ref": "#/definitions/LayerMode"
|
|
37976
|
+
},
|
|
37930
37977
|
"main": {
|
|
37931
37978
|
"type": "boolean"
|
|
37932
37979
|
},
|
|
@@ -38048,6 +38095,9 @@
|
|
|
38048
38095
|
"render": {
|
|
38049
38096
|
"typeof": "function"
|
|
38050
38097
|
},
|
|
38098
|
+
"renderCount": {
|
|
38099
|
+
"type": "number"
|
|
38100
|
+
},
|
|
38051
38101
|
"resize": {
|
|
38052
38102
|
"typeof": "function"
|
|
38053
38103
|
},
|
|
@@ -38180,9 +38230,6 @@
|
|
|
38180
38230
|
"viewWidth": {
|
|
38181
38231
|
"type": "number"
|
|
38182
38232
|
},
|
|
38183
|
-
"virtual": {
|
|
38184
|
-
"type": "boolean"
|
|
38185
|
-
},
|
|
38186
38233
|
"width": {
|
|
38187
38234
|
"type": "number"
|
|
38188
38235
|
}
|
|
@@ -38266,6 +38313,7 @@
|
|
|
38266
38313
|
"isParentOf",
|
|
38267
38314
|
"isValid",
|
|
38268
38315
|
"lastChild",
|
|
38316
|
+
"layerMode",
|
|
38269
38317
|
"main",
|
|
38270
38318
|
"off",
|
|
38271
38319
|
"offscreen",
|
|
@@ -38286,6 +38334,7 @@
|
|
|
38286
38334
|
"removeEventListener",
|
|
38287
38335
|
"removeState",
|
|
38288
38336
|
"render",
|
|
38337
|
+
"renderCount",
|
|
38289
38338
|
"resize",
|
|
38290
38339
|
"resizeView",
|
|
38291
38340
|
"rotate",
|
|
@@ -38321,7 +38370,6 @@
|
|
|
38321
38370
|
"valid",
|
|
38322
38371
|
"viewHeight",
|
|
38323
38372
|
"viewWidth",
|
|
38324
|
-
"virtual",
|
|
38325
38373
|
"width"
|
|
38326
38374
|
],
|
|
38327
38375
|
"type": "object"
|
|
@@ -38337,6 +38385,9 @@
|
|
|
38337
38385
|
"layerCount": {
|
|
38338
38386
|
"typeof": "function"
|
|
38339
38387
|
},
|
|
38388
|
+
"prepareStageLayer": {
|
|
38389
|
+
"typeof": "function"
|
|
38390
|
+
},
|
|
38340
38391
|
"releaseLayer": {
|
|
38341
38392
|
"typeof": "function"
|
|
38342
38393
|
},
|
|
@@ -38348,6 +38399,7 @@
|
|
|
38348
38399
|
"createLayer",
|
|
38349
38400
|
"getStageLayer",
|
|
38350
38401
|
"layerCount",
|
|
38402
|
+
"prepareStageLayer",
|
|
38351
38403
|
"releaseLayer",
|
|
38352
38404
|
"restLayerCount"
|
|
38353
38405
|
],
|
|
@@ -45668,6 +45720,41 @@
|
|
|
45668
45720
|
],
|
|
45669
45721
|
"type": "string"
|
|
45670
45722
|
},
|
|
45723
|
+
"globalCompositeOperation": {
|
|
45724
|
+
"enum": [
|
|
45725
|
+
"",
|
|
45726
|
+
"color",
|
|
45727
|
+
"color-burn",
|
|
45728
|
+
"color-dodge",
|
|
45729
|
+
"copy",
|
|
45730
|
+
"darken",
|
|
45731
|
+
"destination-atop",
|
|
45732
|
+
"destination-in",
|
|
45733
|
+
"destination-out",
|
|
45734
|
+
"destination-over",
|
|
45735
|
+
"difference",
|
|
45736
|
+
"exclusion",
|
|
45737
|
+
"hard-light",
|
|
45738
|
+
"hue",
|
|
45739
|
+
"lighten",
|
|
45740
|
+
"lighter",
|
|
45741
|
+
"luminosity",
|
|
45742
|
+
"multiply",
|
|
45743
|
+
"overlay",
|
|
45744
|
+
"saturation",
|
|
45745
|
+
"screen",
|
|
45746
|
+
"soft-light",
|
|
45747
|
+
"source-atop",
|
|
45748
|
+
"source-in",
|
|
45749
|
+
"source-out",
|
|
45750
|
+
"source-over",
|
|
45751
|
+
"xor"
|
|
45752
|
+
],
|
|
45753
|
+
"type": "string"
|
|
45754
|
+
},
|
|
45755
|
+
"globalZIndex": {
|
|
45756
|
+
"type": "number"
|
|
45757
|
+
},
|
|
45671
45758
|
"height": {
|
|
45672
45759
|
"type": "number"
|
|
45673
45760
|
},
|
|
@@ -45727,6 +45814,15 @@
|
|
|
45727
45814
|
"outerBorder": {
|
|
45728
45815
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
45729
45816
|
},
|
|
45817
|
+
"overflow": {
|
|
45818
|
+
"enum": [
|
|
45819
|
+
"hidden",
|
|
45820
|
+
"scroll",
|
|
45821
|
+
"scroll-x",
|
|
45822
|
+
"scroll-y"
|
|
45823
|
+
],
|
|
45824
|
+
"type": "string"
|
|
45825
|
+
},
|
|
45730
45826
|
"padding": {
|
|
45731
45827
|
"$ref": "#/definitions/Padding"
|
|
45732
45828
|
},
|
|
@@ -51194,7 +51290,23 @@
|
|
|
51194
51290
|
"IRenderServiceDrawParams": {
|
|
51195
51291
|
"properties": {
|
|
51196
51292
|
"clear": {
|
|
51197
|
-
"
|
|
51293
|
+
"anyOf": [
|
|
51294
|
+
{
|
|
51295
|
+
"$ref": "#/definitions/ILinearGradient"
|
|
51296
|
+
},
|
|
51297
|
+
{
|
|
51298
|
+
"$ref": "#/definitions/IRadialGradient"
|
|
51299
|
+
},
|
|
51300
|
+
{
|
|
51301
|
+
"$ref": "#/definitions/IConicalGradient"
|
|
51302
|
+
},
|
|
51303
|
+
{
|
|
51304
|
+
"type": [
|
|
51305
|
+
"string",
|
|
51306
|
+
"boolean"
|
|
51307
|
+
]
|
|
51308
|
+
}
|
|
51309
|
+
]
|
|
51198
51310
|
},
|
|
51199
51311
|
"context": {
|
|
51200
51312
|
"$ref": "#/definitions/IContext2d"
|
|
@@ -64426,6 +64538,14 @@
|
|
|
64426
64538
|
],
|
|
64427
64539
|
"type": "string"
|
|
64428
64540
|
},
|
|
64541
|
+
"LayerMode": {
|
|
64542
|
+
"enum": [
|
|
64543
|
+
"dynamic",
|
|
64544
|
+
"static",
|
|
64545
|
+
"virtual"
|
|
64546
|
+
],
|
|
64547
|
+
"type": "string"
|
|
64548
|
+
},
|
|
64429
64549
|
"LineStrokeCap": {
|
|
64430
64550
|
"enum": [
|
|
64431
64551
|
"butt",
|
|
@@ -64502,7 +64622,7 @@
|
|
|
64502
64622
|
},
|
|
64503
64623
|
"Map<Function,(...args:any[])=>void>": {
|
|
64504
64624
|
"properties": {
|
|
64505
|
-
"__@toStringTag@
|
|
64625
|
+
"__@toStringTag@13141": {
|
|
64506
64626
|
"type": "string"
|
|
64507
64627
|
},
|
|
64508
64628
|
"size": {
|
|
@@ -64510,14 +64630,14 @@
|
|
|
64510
64630
|
}
|
|
64511
64631
|
},
|
|
64512
64632
|
"required": [
|
|
64513
|
-
"__@toStringTag@
|
|
64633
|
+
"__@toStringTag@13141",
|
|
64514
64634
|
"size"
|
|
64515
64635
|
],
|
|
64516
64636
|
"type": "object"
|
|
64517
64637
|
},
|
|
64518
64638
|
"Map<number,IGraphicPicker>": {
|
|
64519
64639
|
"properties": {
|
|
64520
|
-
"__@toStringTag@
|
|
64640
|
+
"__@toStringTag@13141": {
|
|
64521
64641
|
"type": "string"
|
|
64522
64642
|
},
|
|
64523
64643
|
"size": {
|
|
@@ -64525,14 +64645,14 @@
|
|
|
64525
64645
|
}
|
|
64526
64646
|
},
|
|
64527
64647
|
"required": [
|
|
64528
|
-
"__@toStringTag@
|
|
64648
|
+
"__@toStringTag@13141",
|
|
64529
64649
|
"size"
|
|
64530
64650
|
],
|
|
64531
64651
|
"type": "object"
|
|
64532
64652
|
},
|
|
64533
64653
|
"Map<number,IGraphicRender>": {
|
|
64534
64654
|
"properties": {
|
|
64535
|
-
"__@toStringTag@
|
|
64655
|
+
"__@toStringTag@13141": {
|
|
64536
64656
|
"type": "string"
|
|
64537
64657
|
},
|
|
64538
64658
|
"size": {
|
|
@@ -64540,14 +64660,14 @@
|
|
|
64540
64660
|
}
|
|
64541
64661
|
},
|
|
64542
64662
|
"required": [
|
|
64543
|
-
"__@toStringTag@
|
|
64663
|
+
"__@toStringTag@13141",
|
|
64544
64664
|
"size"
|
|
64545
64665
|
],
|
|
64546
64666
|
"type": "object"
|
|
64547
64667
|
},
|
|
64548
64668
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
64549
64669
|
"properties": {
|
|
64550
|
-
"__@toStringTag@
|
|
64670
|
+
"__@toStringTag@13141": {
|
|
64551
64671
|
"type": "string"
|
|
64552
64672
|
},
|
|
64553
64673
|
"size": {
|
|
@@ -64555,14 +64675,14 @@
|
|
|
64555
64675
|
}
|
|
64556
64676
|
},
|
|
64557
64677
|
"required": [
|
|
64558
|
-
"__@toStringTag@
|
|
64678
|
+
"__@toStringTag@13141",
|
|
64559
64679
|
"size"
|
|
64560
64680
|
],
|
|
64561
64681
|
"type": "object"
|
|
64562
64682
|
},
|
|
64563
64683
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
64564
64684
|
"properties": {
|
|
64565
|
-
"__@toStringTag@
|
|
64685
|
+
"__@toStringTag@13141": {
|
|
64566
64686
|
"type": "string"
|
|
64567
64687
|
},
|
|
64568
64688
|
"size": {
|
|
@@ -64570,14 +64690,14 @@
|
|
|
64570
64690
|
}
|
|
64571
64691
|
},
|
|
64572
64692
|
"required": [
|
|
64573
|
-
"__@toStringTag@
|
|
64693
|
+
"__@toStringTag@13141",
|
|
64574
64694
|
"size"
|
|
64575
64695
|
],
|
|
64576
64696
|
"type": "object"
|
|
64577
64697
|
},
|
|
64578
64698
|
"Map<string,any>": {
|
|
64579
64699
|
"properties": {
|
|
64580
|
-
"__@toStringTag@
|
|
64700
|
+
"__@toStringTag@13141": {
|
|
64581
64701
|
"type": "string"
|
|
64582
64702
|
},
|
|
64583
64703
|
"size": {
|
|
@@ -64585,14 +64705,14 @@
|
|
|
64585
64705
|
}
|
|
64586
64706
|
},
|
|
64587
64707
|
"required": [
|
|
64588
|
-
"__@toStringTag@
|
|
64708
|
+
"__@toStringTag@13141",
|
|
64589
64709
|
"size"
|
|
64590
64710
|
],
|
|
64591
64711
|
"type": "object"
|
|
64592
64712
|
},
|
|
64593
64713
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
64594
64714
|
"properties": {
|
|
64595
|
-
"__@toStringTag@
|
|
64715
|
+
"__@toStringTag@13141": {
|
|
64596
64716
|
"type": "string"
|
|
64597
64717
|
},
|
|
64598
64718
|
"size": {
|
|
@@ -64600,14 +64720,14 @@
|
|
|
64600
64720
|
}
|
|
64601
64721
|
},
|
|
64602
64722
|
"required": [
|
|
64603
|
-
"__@toStringTag@
|
|
64723
|
+
"__@toStringTag@13141",
|
|
64604
64724
|
"size"
|
|
64605
64725
|
],
|
|
64606
64726
|
"type": "object"
|
|
64607
64727
|
},
|
|
64608
64728
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
64609
64729
|
"properties": {
|
|
64610
|
-
"__@toStringTag@
|
|
64730
|
+
"__@toStringTag@13141": {
|
|
64611
64731
|
"type": "string"
|
|
64612
64732
|
},
|
|
64613
64733
|
"size": {
|
|
@@ -64615,14 +64735,14 @@
|
|
|
64615
64735
|
}
|
|
64616
64736
|
},
|
|
64617
64737
|
"required": [
|
|
64618
|
-
"__@toStringTag@
|
|
64738
|
+
"__@toStringTag@13141",
|
|
64619
64739
|
"size"
|
|
64620
64740
|
],
|
|
64621
64741
|
"type": "object"
|
|
64622
64742
|
},
|
|
64623
64743
|
"Map<string|number,IAnimate>": {
|
|
64624
64744
|
"properties": {
|
|
64625
|
-
"__@toStringTag@
|
|
64745
|
+
"__@toStringTag@13141": {
|
|
64626
64746
|
"type": "string"
|
|
64627
64747
|
},
|
|
64628
64748
|
"size": {
|
|
@@ -64630,7 +64750,7 @@
|
|
|
64630
64750
|
}
|
|
64631
64751
|
},
|
|
64632
64752
|
"required": [
|
|
64633
|
-
"__@toStringTag@
|
|
64753
|
+
"__@toStringTag@13141",
|
|
64634
64754
|
"size"
|
|
64635
64755
|
],
|
|
64636
64756
|
"type": "object"
|
|
@@ -65159,6 +65279,41 @@
|
|
|
65159
65279
|
],
|
|
65160
65280
|
"type": "string"
|
|
65161
65281
|
},
|
|
65282
|
+
"globalCompositeOperation": {
|
|
65283
|
+
"enum": [
|
|
65284
|
+
"",
|
|
65285
|
+
"color",
|
|
65286
|
+
"color-burn",
|
|
65287
|
+
"color-dodge",
|
|
65288
|
+
"copy",
|
|
65289
|
+
"darken",
|
|
65290
|
+
"destination-atop",
|
|
65291
|
+
"destination-in",
|
|
65292
|
+
"destination-out",
|
|
65293
|
+
"destination-over",
|
|
65294
|
+
"difference",
|
|
65295
|
+
"exclusion",
|
|
65296
|
+
"hard-light",
|
|
65297
|
+
"hue",
|
|
65298
|
+
"lighten",
|
|
65299
|
+
"lighter",
|
|
65300
|
+
"luminosity",
|
|
65301
|
+
"multiply",
|
|
65302
|
+
"overlay",
|
|
65303
|
+
"saturation",
|
|
65304
|
+
"screen",
|
|
65305
|
+
"soft-light",
|
|
65306
|
+
"source-atop",
|
|
65307
|
+
"source-in",
|
|
65308
|
+
"source-out",
|
|
65309
|
+
"source-over",
|
|
65310
|
+
"xor"
|
|
65311
|
+
],
|
|
65312
|
+
"type": "string"
|
|
65313
|
+
},
|
|
65314
|
+
"globalZIndex": {
|
|
65315
|
+
"type": "number"
|
|
65316
|
+
},
|
|
65162
65317
|
"height": {
|
|
65163
65318
|
"type": "number"
|
|
65164
65319
|
},
|
|
@@ -65226,6 +65381,15 @@
|
|
|
65226
65381
|
"outerBorder": {
|
|
65227
65382
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
65228
65383
|
},
|
|
65384
|
+
"overflow": {
|
|
65385
|
+
"enum": [
|
|
65386
|
+
"hidden",
|
|
65387
|
+
"scroll",
|
|
65388
|
+
"scroll-x",
|
|
65389
|
+
"scroll-y"
|
|
65390
|
+
],
|
|
65391
|
+
"type": "string"
|
|
65392
|
+
},
|
|
65229
65393
|
"padding": {
|
|
65230
65394
|
"$ref": "#/definitions/Padding"
|
|
65231
65395
|
},
|
|
@@ -67631,6 +67795,41 @@
|
|
|
67631
67795
|
],
|
|
67632
67796
|
"type": "string"
|
|
67633
67797
|
},
|
|
67798
|
+
"globalCompositeOperation": {
|
|
67799
|
+
"enum": [
|
|
67800
|
+
"",
|
|
67801
|
+
"color",
|
|
67802
|
+
"color-burn",
|
|
67803
|
+
"color-dodge",
|
|
67804
|
+
"copy",
|
|
67805
|
+
"darken",
|
|
67806
|
+
"destination-atop",
|
|
67807
|
+
"destination-in",
|
|
67808
|
+
"destination-out",
|
|
67809
|
+
"destination-over",
|
|
67810
|
+
"difference",
|
|
67811
|
+
"exclusion",
|
|
67812
|
+
"hard-light",
|
|
67813
|
+
"hue",
|
|
67814
|
+
"lighten",
|
|
67815
|
+
"lighter",
|
|
67816
|
+
"luminosity",
|
|
67817
|
+
"multiply",
|
|
67818
|
+
"overlay",
|
|
67819
|
+
"saturation",
|
|
67820
|
+
"screen",
|
|
67821
|
+
"soft-light",
|
|
67822
|
+
"source-atop",
|
|
67823
|
+
"source-in",
|
|
67824
|
+
"source-out",
|
|
67825
|
+
"source-over",
|
|
67826
|
+
"xor"
|
|
67827
|
+
],
|
|
67828
|
+
"type": "string"
|
|
67829
|
+
},
|
|
67830
|
+
"globalZIndex": {
|
|
67831
|
+
"type": "number"
|
|
67832
|
+
},
|
|
67634
67833
|
"height": {
|
|
67635
67834
|
"type": "number"
|
|
67636
67835
|
},
|
|
@@ -67681,6 +67880,15 @@
|
|
|
67681
67880
|
"outerBorder": {
|
|
67682
67881
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
67683
67882
|
},
|
|
67883
|
+
"overflow": {
|
|
67884
|
+
"enum": [
|
|
67885
|
+
"hidden",
|
|
67886
|
+
"scroll",
|
|
67887
|
+
"scroll-x",
|
|
67888
|
+
"scroll-y"
|
|
67889
|
+
],
|
|
67890
|
+
"type": "string"
|
|
67891
|
+
},
|
|
67684
67892
|
"path": {
|
|
67685
67893
|
"items": {
|
|
67686
67894
|
"$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
|
|
@@ -68994,6 +69202,41 @@
|
|
|
68994
69202
|
],
|
|
68995
69203
|
"type": "string"
|
|
68996
69204
|
},
|
|
69205
|
+
"globalCompositeOperation": {
|
|
69206
|
+
"enum": [
|
|
69207
|
+
"",
|
|
69208
|
+
"color",
|
|
69209
|
+
"color-burn",
|
|
69210
|
+
"color-dodge",
|
|
69211
|
+
"copy",
|
|
69212
|
+
"darken",
|
|
69213
|
+
"destination-atop",
|
|
69214
|
+
"destination-in",
|
|
69215
|
+
"destination-out",
|
|
69216
|
+
"destination-over",
|
|
69217
|
+
"difference",
|
|
69218
|
+
"exclusion",
|
|
69219
|
+
"hard-light",
|
|
69220
|
+
"hue",
|
|
69221
|
+
"lighten",
|
|
69222
|
+
"lighter",
|
|
69223
|
+
"luminosity",
|
|
69224
|
+
"multiply",
|
|
69225
|
+
"overlay",
|
|
69226
|
+
"saturation",
|
|
69227
|
+
"screen",
|
|
69228
|
+
"soft-light",
|
|
69229
|
+
"source-atop",
|
|
69230
|
+
"source-in",
|
|
69231
|
+
"source-out",
|
|
69232
|
+
"source-over",
|
|
69233
|
+
"xor"
|
|
69234
|
+
],
|
|
69235
|
+
"type": "string"
|
|
69236
|
+
},
|
|
69237
|
+
"globalZIndex": {
|
|
69238
|
+
"type": "number"
|
|
69239
|
+
},
|
|
68997
69240
|
"height": {
|
|
68998
69241
|
"type": "number"
|
|
68999
69242
|
},
|
|
@@ -69044,6 +69287,15 @@
|
|
|
69044
69287
|
"outerBorder": {
|
|
69045
69288
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
69046
69289
|
},
|
|
69290
|
+
"overflow": {
|
|
69291
|
+
"enum": [
|
|
69292
|
+
"hidden",
|
|
69293
|
+
"scroll",
|
|
69294
|
+
"scroll-x",
|
|
69295
|
+
"scroll-y"
|
|
69296
|
+
],
|
|
69297
|
+
"type": "string"
|
|
69298
|
+
},
|
|
69047
69299
|
"padding": {
|
|
69048
69300
|
"$ref": "#/definitions/Padding"
|
|
69049
69301
|
},
|
|
@@ -69641,6 +69893,41 @@
|
|
|
69641
69893
|
"forceShowCap": {
|
|
69642
69894
|
"type": "boolean"
|
|
69643
69895
|
},
|
|
69896
|
+
"globalCompositeOperation": {
|
|
69897
|
+
"enum": [
|
|
69898
|
+
"",
|
|
69899
|
+
"color",
|
|
69900
|
+
"color-burn",
|
|
69901
|
+
"color-dodge",
|
|
69902
|
+
"copy",
|
|
69903
|
+
"darken",
|
|
69904
|
+
"destination-atop",
|
|
69905
|
+
"destination-in",
|
|
69906
|
+
"destination-out",
|
|
69907
|
+
"destination-over",
|
|
69908
|
+
"difference",
|
|
69909
|
+
"exclusion",
|
|
69910
|
+
"hard-light",
|
|
69911
|
+
"hue",
|
|
69912
|
+
"lighten",
|
|
69913
|
+
"lighter",
|
|
69914
|
+
"luminosity",
|
|
69915
|
+
"multiply",
|
|
69916
|
+
"overlay",
|
|
69917
|
+
"saturation",
|
|
69918
|
+
"screen",
|
|
69919
|
+
"soft-light",
|
|
69920
|
+
"source-atop",
|
|
69921
|
+
"source-in",
|
|
69922
|
+
"source-out",
|
|
69923
|
+
"source-over",
|
|
69924
|
+
"xor"
|
|
69925
|
+
],
|
|
69926
|
+
"type": "string"
|
|
69927
|
+
},
|
|
69928
|
+
"globalZIndex": {
|
|
69929
|
+
"type": "number"
|
|
69930
|
+
},
|
|
69644
69931
|
"html": {
|
|
69645
69932
|
"typeof": "function"
|
|
69646
69933
|
},
|
|
@@ -69684,6 +69971,15 @@
|
|
|
69684
69971
|
"outerRadius": {
|
|
69685
69972
|
"type": "number"
|
|
69686
69973
|
},
|
|
69974
|
+
"overflow": {
|
|
69975
|
+
"enum": [
|
|
69976
|
+
"hidden",
|
|
69977
|
+
"scroll",
|
|
69978
|
+
"scroll-x",
|
|
69979
|
+
"scroll-y"
|
|
69980
|
+
],
|
|
69981
|
+
"type": "string"
|
|
69982
|
+
},
|
|
69687
69983
|
"padAngle": {
|
|
69688
69984
|
"type": "number"
|
|
69689
69985
|
},
|
|
@@ -69997,6 +70293,41 @@
|
|
|
69997
70293
|
"fillOpacity": {
|
|
69998
70294
|
"type": "number"
|
|
69999
70295
|
},
|
|
70296
|
+
"globalCompositeOperation": {
|
|
70297
|
+
"enum": [
|
|
70298
|
+
"",
|
|
70299
|
+
"color",
|
|
70300
|
+
"color-burn",
|
|
70301
|
+
"color-dodge",
|
|
70302
|
+
"copy",
|
|
70303
|
+
"darken",
|
|
70304
|
+
"destination-atop",
|
|
70305
|
+
"destination-in",
|
|
70306
|
+
"destination-out",
|
|
70307
|
+
"destination-over",
|
|
70308
|
+
"difference",
|
|
70309
|
+
"exclusion",
|
|
70310
|
+
"hard-light",
|
|
70311
|
+
"hue",
|
|
70312
|
+
"lighten",
|
|
70313
|
+
"lighter",
|
|
70314
|
+
"luminosity",
|
|
70315
|
+
"multiply",
|
|
70316
|
+
"overlay",
|
|
70317
|
+
"saturation",
|
|
70318
|
+
"screen",
|
|
70319
|
+
"soft-light",
|
|
70320
|
+
"source-atop",
|
|
70321
|
+
"source-in",
|
|
70322
|
+
"source-out",
|
|
70323
|
+
"source-over",
|
|
70324
|
+
"xor"
|
|
70325
|
+
],
|
|
70326
|
+
"type": "string"
|
|
70327
|
+
},
|
|
70328
|
+
"globalZIndex": {
|
|
70329
|
+
"type": "number"
|
|
70330
|
+
},
|
|
70000
70331
|
"html": {
|
|
70001
70332
|
"typeof": "function"
|
|
70002
70333
|
},
|
|
@@ -70034,6 +70365,15 @@
|
|
|
70034
70365
|
"outerBorder": {
|
|
70035
70366
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
70036
70367
|
},
|
|
70368
|
+
"overflow": {
|
|
70369
|
+
"enum": [
|
|
70370
|
+
"hidden",
|
|
70371
|
+
"scroll",
|
|
70372
|
+
"scroll-x",
|
|
70373
|
+
"scroll-y"
|
|
70374
|
+
],
|
|
70375
|
+
"type": "string"
|
|
70376
|
+
},
|
|
70037
70377
|
"pickMode": {
|
|
70038
70378
|
"enum": [
|
|
70039
70379
|
"accurate",
|
|
@@ -70393,6 +70733,41 @@
|
|
|
70393
70733
|
"fillOpacity": {
|
|
70394
70734
|
"type": "number"
|
|
70395
70735
|
},
|
|
70736
|
+
"globalCompositeOperation": {
|
|
70737
|
+
"enum": [
|
|
70738
|
+
"",
|
|
70739
|
+
"color",
|
|
70740
|
+
"color-burn",
|
|
70741
|
+
"color-dodge",
|
|
70742
|
+
"copy",
|
|
70743
|
+
"darken",
|
|
70744
|
+
"destination-atop",
|
|
70745
|
+
"destination-in",
|
|
70746
|
+
"destination-out",
|
|
70747
|
+
"destination-over",
|
|
70748
|
+
"difference",
|
|
70749
|
+
"exclusion",
|
|
70750
|
+
"hard-light",
|
|
70751
|
+
"hue",
|
|
70752
|
+
"lighten",
|
|
70753
|
+
"lighter",
|
|
70754
|
+
"luminosity",
|
|
70755
|
+
"multiply",
|
|
70756
|
+
"overlay",
|
|
70757
|
+
"saturation",
|
|
70758
|
+
"screen",
|
|
70759
|
+
"soft-light",
|
|
70760
|
+
"source-atop",
|
|
70761
|
+
"source-in",
|
|
70762
|
+
"source-out",
|
|
70763
|
+
"source-over",
|
|
70764
|
+
"xor"
|
|
70765
|
+
],
|
|
70766
|
+
"type": "string"
|
|
70767
|
+
},
|
|
70768
|
+
"globalZIndex": {
|
|
70769
|
+
"type": "number"
|
|
70770
|
+
},
|
|
70396
70771
|
"html": {
|
|
70397
70772
|
"typeof": "function"
|
|
70398
70773
|
},
|
|
@@ -70430,6 +70805,15 @@
|
|
|
70430
70805
|
"outerBorder": {
|
|
70431
70806
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
70432
70807
|
},
|
|
70808
|
+
"overflow": {
|
|
70809
|
+
"enum": [
|
|
70810
|
+
"hidden",
|
|
70811
|
+
"scroll",
|
|
70812
|
+
"scroll-x",
|
|
70813
|
+
"scroll-y"
|
|
70814
|
+
],
|
|
70815
|
+
"type": "string"
|
|
70816
|
+
},
|
|
70433
70817
|
"pickMode": {
|
|
70434
70818
|
"enum": [
|
|
70435
70819
|
"accurate",
|
|
@@ -70730,6 +71114,41 @@
|
|
|
70730
71114
|
"fillOpacity": {
|
|
70731
71115
|
"type": "number"
|
|
70732
71116
|
},
|
|
71117
|
+
"globalCompositeOperation": {
|
|
71118
|
+
"enum": [
|
|
71119
|
+
"",
|
|
71120
|
+
"color",
|
|
71121
|
+
"color-burn",
|
|
71122
|
+
"color-dodge",
|
|
71123
|
+
"copy",
|
|
71124
|
+
"darken",
|
|
71125
|
+
"destination-atop",
|
|
71126
|
+
"destination-in",
|
|
71127
|
+
"destination-out",
|
|
71128
|
+
"destination-over",
|
|
71129
|
+
"difference",
|
|
71130
|
+
"exclusion",
|
|
71131
|
+
"hard-light",
|
|
71132
|
+
"hue",
|
|
71133
|
+
"lighten",
|
|
71134
|
+
"lighter",
|
|
71135
|
+
"luminosity",
|
|
71136
|
+
"multiply",
|
|
71137
|
+
"overlay",
|
|
71138
|
+
"saturation",
|
|
71139
|
+
"screen",
|
|
71140
|
+
"soft-light",
|
|
71141
|
+
"source-atop",
|
|
71142
|
+
"source-in",
|
|
71143
|
+
"source-out",
|
|
71144
|
+
"source-over",
|
|
71145
|
+
"xor"
|
|
71146
|
+
],
|
|
71147
|
+
"type": "string"
|
|
71148
|
+
},
|
|
71149
|
+
"globalZIndex": {
|
|
71150
|
+
"type": "number"
|
|
71151
|
+
},
|
|
70733
71152
|
"height": {
|
|
70734
71153
|
"type": "number"
|
|
70735
71154
|
},
|
|
@@ -70770,6 +71189,15 @@
|
|
|
70770
71189
|
"outerBorder": {
|
|
70771
71190
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
70772
71191
|
},
|
|
71192
|
+
"overflow": {
|
|
71193
|
+
"enum": [
|
|
71194
|
+
"hidden",
|
|
71195
|
+
"scroll",
|
|
71196
|
+
"scroll-x",
|
|
71197
|
+
"scroll-y"
|
|
71198
|
+
],
|
|
71199
|
+
"type": "string"
|
|
71200
|
+
},
|
|
70773
71201
|
"path": {
|
|
70774
71202
|
"anyOf": [
|
|
70775
71203
|
{
|
|
@@ -71061,6 +71489,41 @@
|
|
|
71061
71489
|
"fillOpacity": {
|
|
71062
71490
|
"type": "number"
|
|
71063
71491
|
},
|
|
71492
|
+
"globalCompositeOperation": {
|
|
71493
|
+
"enum": [
|
|
71494
|
+
"",
|
|
71495
|
+
"color",
|
|
71496
|
+
"color-burn",
|
|
71497
|
+
"color-dodge",
|
|
71498
|
+
"copy",
|
|
71499
|
+
"darken",
|
|
71500
|
+
"destination-atop",
|
|
71501
|
+
"destination-in",
|
|
71502
|
+
"destination-out",
|
|
71503
|
+
"destination-over",
|
|
71504
|
+
"difference",
|
|
71505
|
+
"exclusion",
|
|
71506
|
+
"hard-light",
|
|
71507
|
+
"hue",
|
|
71508
|
+
"lighten",
|
|
71509
|
+
"lighter",
|
|
71510
|
+
"luminosity",
|
|
71511
|
+
"multiply",
|
|
71512
|
+
"overlay",
|
|
71513
|
+
"saturation",
|
|
71514
|
+
"screen",
|
|
71515
|
+
"soft-light",
|
|
71516
|
+
"source-atop",
|
|
71517
|
+
"source-in",
|
|
71518
|
+
"source-out",
|
|
71519
|
+
"source-over",
|
|
71520
|
+
"xor"
|
|
71521
|
+
],
|
|
71522
|
+
"type": "string"
|
|
71523
|
+
},
|
|
71524
|
+
"globalZIndex": {
|
|
71525
|
+
"type": "number"
|
|
71526
|
+
},
|
|
71064
71527
|
"html": {
|
|
71065
71528
|
"typeof": "function"
|
|
71066
71529
|
},
|
|
@@ -71098,6 +71561,15 @@
|
|
|
71098
71561
|
"outerBorder": {
|
|
71099
71562
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71100
71563
|
},
|
|
71564
|
+
"overflow": {
|
|
71565
|
+
"enum": [
|
|
71566
|
+
"hidden",
|
|
71567
|
+
"scroll",
|
|
71568
|
+
"scroll-x",
|
|
71569
|
+
"scroll-y"
|
|
71570
|
+
],
|
|
71571
|
+
"type": "string"
|
|
71572
|
+
},
|
|
71101
71573
|
"pickMode": {
|
|
71102
71574
|
"enum": [
|
|
71103
71575
|
"accurate",
|
|
@@ -71432,6 +71904,41 @@
|
|
|
71432
71904
|
],
|
|
71433
71905
|
"type": "string"
|
|
71434
71906
|
},
|
|
71907
|
+
"globalCompositeOperation": {
|
|
71908
|
+
"enum": [
|
|
71909
|
+
"",
|
|
71910
|
+
"color",
|
|
71911
|
+
"color-burn",
|
|
71912
|
+
"color-dodge",
|
|
71913
|
+
"copy",
|
|
71914
|
+
"darken",
|
|
71915
|
+
"destination-atop",
|
|
71916
|
+
"destination-in",
|
|
71917
|
+
"destination-out",
|
|
71918
|
+
"destination-over",
|
|
71919
|
+
"difference",
|
|
71920
|
+
"exclusion",
|
|
71921
|
+
"hard-light",
|
|
71922
|
+
"hue",
|
|
71923
|
+
"lighten",
|
|
71924
|
+
"lighter",
|
|
71925
|
+
"luminosity",
|
|
71926
|
+
"multiply",
|
|
71927
|
+
"overlay",
|
|
71928
|
+
"saturation",
|
|
71929
|
+
"screen",
|
|
71930
|
+
"soft-light",
|
|
71931
|
+
"source-atop",
|
|
71932
|
+
"source-in",
|
|
71933
|
+
"source-out",
|
|
71934
|
+
"source-over",
|
|
71935
|
+
"xor"
|
|
71936
|
+
],
|
|
71937
|
+
"type": "string"
|
|
71938
|
+
},
|
|
71939
|
+
"globalZIndex": {
|
|
71940
|
+
"type": "number"
|
|
71941
|
+
},
|
|
71435
71942
|
"height": {
|
|
71436
71943
|
"type": "number"
|
|
71437
71944
|
},
|
|
@@ -71482,6 +71989,15 @@
|
|
|
71482
71989
|
"outerBorder": {
|
|
71483
71990
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71484
71991
|
},
|
|
71992
|
+
"overflow": {
|
|
71993
|
+
"enum": [
|
|
71994
|
+
"hidden",
|
|
71995
|
+
"scroll",
|
|
71996
|
+
"scroll-x",
|
|
71997
|
+
"scroll-y"
|
|
71998
|
+
],
|
|
71999
|
+
"type": "string"
|
|
72000
|
+
},
|
|
71485
72001
|
"path": {
|
|
71486
72002
|
"items": {
|
|
71487
72003
|
"$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
|
|
@@ -71785,6 +72301,41 @@
|
|
|
71785
72301
|
"fillOpacity": {
|
|
71786
72302
|
"type": "number"
|
|
71787
72303
|
},
|
|
72304
|
+
"globalCompositeOperation": {
|
|
72305
|
+
"enum": [
|
|
72306
|
+
"",
|
|
72307
|
+
"color",
|
|
72308
|
+
"color-burn",
|
|
72309
|
+
"color-dodge",
|
|
72310
|
+
"copy",
|
|
72311
|
+
"darken",
|
|
72312
|
+
"destination-atop",
|
|
72313
|
+
"destination-in",
|
|
72314
|
+
"destination-out",
|
|
72315
|
+
"destination-over",
|
|
72316
|
+
"difference",
|
|
72317
|
+
"exclusion",
|
|
72318
|
+
"hard-light",
|
|
72319
|
+
"hue",
|
|
72320
|
+
"lighten",
|
|
72321
|
+
"lighter",
|
|
72322
|
+
"luminosity",
|
|
72323
|
+
"multiply",
|
|
72324
|
+
"overlay",
|
|
72325
|
+
"saturation",
|
|
72326
|
+
"screen",
|
|
72327
|
+
"soft-light",
|
|
72328
|
+
"source-atop",
|
|
72329
|
+
"source-in",
|
|
72330
|
+
"source-out",
|
|
72331
|
+
"source-over",
|
|
72332
|
+
"xor"
|
|
72333
|
+
],
|
|
72334
|
+
"type": "string"
|
|
72335
|
+
},
|
|
72336
|
+
"globalZIndex": {
|
|
72337
|
+
"type": "number"
|
|
72338
|
+
},
|
|
71788
72339
|
"height": {
|
|
71789
72340
|
"type": "number"
|
|
71790
72341
|
},
|
|
@@ -71838,6 +72389,15 @@
|
|
|
71838
72389
|
"outerBorder": {
|
|
71839
72390
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71840
72391
|
},
|
|
72392
|
+
"overflow": {
|
|
72393
|
+
"enum": [
|
|
72394
|
+
"hidden",
|
|
72395
|
+
"scroll",
|
|
72396
|
+
"scroll-x",
|
|
72397
|
+
"scroll-y"
|
|
72398
|
+
],
|
|
72399
|
+
"type": "string"
|
|
72400
|
+
},
|
|
71841
72401
|
"pickMode": {
|
|
71842
72402
|
"enum": [
|
|
71843
72403
|
"accurate",
|
|
@@ -72641,6 +73201,41 @@
|
|
|
72641
73201
|
"fillOpacity": {
|
|
72642
73202
|
"type": "number"
|
|
72643
73203
|
},
|
|
73204
|
+
"globalCompositeOperation": {
|
|
73205
|
+
"enum": [
|
|
73206
|
+
"",
|
|
73207
|
+
"color",
|
|
73208
|
+
"color-burn",
|
|
73209
|
+
"color-dodge",
|
|
73210
|
+
"copy",
|
|
73211
|
+
"darken",
|
|
73212
|
+
"destination-atop",
|
|
73213
|
+
"destination-in",
|
|
73214
|
+
"destination-out",
|
|
73215
|
+
"destination-over",
|
|
73216
|
+
"difference",
|
|
73217
|
+
"exclusion",
|
|
73218
|
+
"hard-light",
|
|
73219
|
+
"hue",
|
|
73220
|
+
"lighten",
|
|
73221
|
+
"lighter",
|
|
73222
|
+
"luminosity",
|
|
73223
|
+
"multiply",
|
|
73224
|
+
"overlay",
|
|
73225
|
+
"saturation",
|
|
73226
|
+
"screen",
|
|
73227
|
+
"soft-light",
|
|
73228
|
+
"source-atop",
|
|
73229
|
+
"source-in",
|
|
73230
|
+
"source-out",
|
|
73231
|
+
"source-over",
|
|
73232
|
+
"xor"
|
|
73233
|
+
],
|
|
73234
|
+
"type": "string"
|
|
73235
|
+
},
|
|
73236
|
+
"globalZIndex": {
|
|
73237
|
+
"type": "number"
|
|
73238
|
+
},
|
|
72644
73239
|
"html": {
|
|
72645
73240
|
"typeof": "function"
|
|
72646
73241
|
},
|
|
@@ -72678,6 +73273,15 @@
|
|
|
72678
73273
|
"outerBorder": {
|
|
72679
73274
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
72680
73275
|
},
|
|
73276
|
+
"overflow": {
|
|
73277
|
+
"enum": [
|
|
73278
|
+
"hidden",
|
|
73279
|
+
"scroll",
|
|
73280
|
+
"scroll-x",
|
|
73281
|
+
"scroll-y"
|
|
73282
|
+
],
|
|
73283
|
+
"type": "string"
|
|
73284
|
+
},
|
|
72681
73285
|
"pickMode": {
|
|
72682
73286
|
"enum": [
|
|
72683
73287
|
"accurate",
|
|
@@ -72972,83 +73576,39 @@
|
|
|
72972
73576
|
},
|
|
72973
73577
|
"type": "object"
|
|
72974
73578
|
},
|
|
72975
|
-
"Partial<IMarkTheme<
|
|
73579
|
+
"Partial<IMarkTheme<IPolygonMarkSpec>>": {
|
|
72976
73580
|
"properties": {
|
|
72977
|
-
"center": {
|
|
72978
|
-
"description": "中心点坐标(0~1)",
|
|
72979
|
-
"items": [
|
|
72980
|
-
{
|
|
72981
|
-
"type": "number"
|
|
72982
|
-
},
|
|
72983
|
-
{
|
|
72984
|
-
"type": "number"
|
|
72985
|
-
}
|
|
72986
|
-
],
|
|
72987
|
-
"maxItems": 2,
|
|
72988
|
-
"minItems": 2,
|
|
72989
|
-
"type": "array"
|
|
72990
|
-
},
|
|
72991
|
-
"height": {
|
|
72992
|
-
"description": "指针长度比例(0~1)(为空则挂载 radius)",
|
|
72993
|
-
"type": "number"
|
|
72994
|
-
},
|
|
72995
|
-
"innerPadding": {
|
|
72996
|
-
"description": "指针靠近圆心的一端离圆心的距离",
|
|
72997
|
-
"type": "number"
|
|
72998
|
-
},
|
|
72999
73581
|
"interactive": {
|
|
73000
73582
|
"description": "可交互的开关",
|
|
73001
73583
|
"type": "boolean"
|
|
73002
73584
|
},
|
|
73003
|
-
"outerPadding": {
|
|
73004
|
-
"description": "指针靠近边缘的一端离边缘的距离",
|
|
73005
|
-
"type": "number"
|
|
73006
|
-
},
|
|
73007
73585
|
"state": {
|
|
73008
|
-
"$ref": "#/definitions/Record<string,
|
|
73586
|
+
"$ref": "#/definitions/Record<string,IPolygonMarkSpec>",
|
|
73009
73587
|
"description": "不同状态下的样式配置"
|
|
73010
73588
|
},
|
|
73011
73589
|
"style": {
|
|
73012
|
-
"
|
|
73013
|
-
{
|
|
73014
|
-
"$ref": "#/definitions/IPathMarkSpec"
|
|
73015
|
-
},
|
|
73016
|
-
{
|
|
73017
|
-
"$ref": "#/definitions/IRectMarkSpec"
|
|
73018
|
-
}
|
|
73019
|
-
],
|
|
73590
|
+
"$ref": "#/definitions/IPolygonMarkSpec",
|
|
73020
73591
|
"description": "默认样式设置"
|
|
73021
73592
|
},
|
|
73022
|
-
"type": {
|
|
73023
|
-
"enum": [
|
|
73024
|
-
"path",
|
|
73025
|
-
"rect"
|
|
73026
|
-
],
|
|
73027
|
-
"type": "string"
|
|
73028
|
-
},
|
|
73029
73593
|
"visible": {
|
|
73030
73594
|
"description": "mark 层 是否显示配置",
|
|
73031
73595
|
"type": "boolean"
|
|
73032
|
-
},
|
|
73033
|
-
"width": {
|
|
73034
|
-
"description": "指针宽度比例(0~1)",
|
|
73035
|
-
"type": "number"
|
|
73036
73596
|
}
|
|
73037
73597
|
},
|
|
73038
73598
|
"type": "object"
|
|
73039
73599
|
},
|
|
73040
|
-
"Partial<IMarkTheme<
|
|
73600
|
+
"Partial<IMarkTheme<IProgressArcMarkSpec>>": {
|
|
73041
73601
|
"properties": {
|
|
73042
73602
|
"interactive": {
|
|
73043
73603
|
"description": "可交互的开关",
|
|
73044
73604
|
"type": "boolean"
|
|
73045
73605
|
},
|
|
73046
73606
|
"state": {
|
|
73047
|
-
"$ref": "#/definitions/Record<string,
|
|
73607
|
+
"$ref": "#/definitions/Record<string,IProgressArcMarkSpec>",
|
|
73048
73608
|
"description": "不同状态下的样式配置"
|
|
73049
73609
|
},
|
|
73050
73610
|
"style": {
|
|
73051
|
-
"$ref": "#/definitions/
|
|
73611
|
+
"$ref": "#/definitions/IProgressArcMarkSpec",
|
|
73052
73612
|
"description": "默认样式设置"
|
|
73053
73613
|
},
|
|
73054
73614
|
"visible": {
|
|
@@ -73058,18 +73618,18 @@
|
|
|
73058
73618
|
},
|
|
73059
73619
|
"type": "object"
|
|
73060
73620
|
},
|
|
73061
|
-
"Partial<IMarkTheme<
|
|
73621
|
+
"Partial<IMarkTheme<IPyramid3dMarkSpec>>": {
|
|
73062
73622
|
"properties": {
|
|
73063
73623
|
"interactive": {
|
|
73064
73624
|
"description": "可交互的开关",
|
|
73065
73625
|
"type": "boolean"
|
|
73066
73626
|
},
|
|
73067
73627
|
"state": {
|
|
73068
|
-
"$ref": "#/definitions/Record<string,
|
|
73628
|
+
"$ref": "#/definitions/Record<string,IPyramid3dMarkSpec>",
|
|
73069
73629
|
"description": "不同状态下的样式配置"
|
|
73070
73630
|
},
|
|
73071
73631
|
"style": {
|
|
73072
|
-
"$ref": "#/definitions/
|
|
73632
|
+
"$ref": "#/definitions/IPyramid3dMarkSpec",
|
|
73073
73633
|
"description": "默认样式设置"
|
|
73074
73634
|
},
|
|
73075
73635
|
"visible": {
|
|
@@ -73079,18 +73639,18 @@
|
|
|
73079
73639
|
},
|
|
73080
73640
|
"type": "object"
|
|
73081
73641
|
},
|
|
73082
|
-
"Partial<IMarkTheme<
|
|
73642
|
+
"Partial<IMarkTheme<IRect3dMarkSpec>>": {
|
|
73083
73643
|
"properties": {
|
|
73084
73644
|
"interactive": {
|
|
73085
73645
|
"description": "可交互的开关",
|
|
73086
73646
|
"type": "boolean"
|
|
73087
73647
|
},
|
|
73088
73648
|
"state": {
|
|
73089
|
-
"$ref": "#/definitions/Record<string,
|
|
73649
|
+
"$ref": "#/definitions/Record<string,IRect3dMarkSpec>",
|
|
73090
73650
|
"description": "不同状态下的样式配置"
|
|
73091
73651
|
},
|
|
73092
73652
|
"style": {
|
|
73093
|
-
"$ref": "#/definitions/
|
|
73653
|
+
"$ref": "#/definitions/IRect3dMarkSpec",
|
|
73094
73654
|
"description": "默认样式设置"
|
|
73095
73655
|
},
|
|
73096
73656
|
"visible": {
|
|
@@ -73100,18 +73660,18 @@
|
|
|
73100
73660
|
},
|
|
73101
73661
|
"type": "object"
|
|
73102
73662
|
},
|
|
73103
|
-
"Partial<IMarkTheme<
|
|
73663
|
+
"Partial<IMarkTheme<IRectMarkSpec>>": {
|
|
73104
73664
|
"properties": {
|
|
73105
73665
|
"interactive": {
|
|
73106
73666
|
"description": "可交互的开关",
|
|
73107
73667
|
"type": "boolean"
|
|
73108
73668
|
},
|
|
73109
73669
|
"state": {
|
|
73110
|
-
"$ref": "#/definitions/Record<string,
|
|
73670
|
+
"$ref": "#/definitions/Record<string,IRectMarkSpec>",
|
|
73111
73671
|
"description": "不同状态下的样式配置"
|
|
73112
73672
|
},
|
|
73113
73673
|
"style": {
|
|
73114
|
-
"$ref": "#/definitions/
|
|
73674
|
+
"$ref": "#/definitions/IRectMarkSpec",
|
|
73115
73675
|
"description": "默认样式设置"
|
|
73116
73676
|
},
|
|
73117
73677
|
"visible": {
|
|
@@ -73121,23 +73681,67 @@
|
|
|
73121
73681
|
},
|
|
73122
73682
|
"type": "object"
|
|
73123
73683
|
},
|
|
73124
|
-
"Partial<IMarkTheme<IRectMarkSpec
|
|
73684
|
+
"Partial<IMarkTheme<IRectMarkSpec|IPathMarkSpec>&PointerMarkSpec>": {
|
|
73125
73685
|
"properties": {
|
|
73686
|
+
"center": {
|
|
73687
|
+
"description": "中心点坐标(0~1)",
|
|
73688
|
+
"items": [
|
|
73689
|
+
{
|
|
73690
|
+
"type": "number"
|
|
73691
|
+
},
|
|
73692
|
+
{
|
|
73693
|
+
"type": "number"
|
|
73694
|
+
}
|
|
73695
|
+
],
|
|
73696
|
+
"maxItems": 2,
|
|
73697
|
+
"minItems": 2,
|
|
73698
|
+
"type": "array"
|
|
73699
|
+
},
|
|
73700
|
+
"height": {
|
|
73701
|
+
"description": "指针长度比例(0~1)(为空则挂载 radius)",
|
|
73702
|
+
"type": "number"
|
|
73703
|
+
},
|
|
73704
|
+
"innerPadding": {
|
|
73705
|
+
"description": "指针靠近圆心的一端离圆心的距离",
|
|
73706
|
+
"type": "number"
|
|
73707
|
+
},
|
|
73126
73708
|
"interactive": {
|
|
73127
73709
|
"description": "可交互的开关",
|
|
73128
73710
|
"type": "boolean"
|
|
73129
73711
|
},
|
|
73712
|
+
"outerPadding": {
|
|
73713
|
+
"description": "指针靠近边缘的一端离边缘的距离",
|
|
73714
|
+
"type": "number"
|
|
73715
|
+
},
|
|
73130
73716
|
"state": {
|
|
73131
|
-
"$ref": "#/definitions/Record<string,IRectMarkSpec>",
|
|
73717
|
+
"$ref": "#/definitions/Record<string,IRectMarkSpec|IPathMarkSpec>",
|
|
73132
73718
|
"description": "不同状态下的样式配置"
|
|
73133
73719
|
},
|
|
73134
73720
|
"style": {
|
|
73135
|
-
"
|
|
73721
|
+
"anyOf": [
|
|
73722
|
+
{
|
|
73723
|
+
"$ref": "#/definitions/IRectMarkSpec"
|
|
73724
|
+
},
|
|
73725
|
+
{
|
|
73726
|
+
"$ref": "#/definitions/IPathMarkSpec"
|
|
73727
|
+
}
|
|
73728
|
+
],
|
|
73136
73729
|
"description": "默认样式设置"
|
|
73137
73730
|
},
|
|
73731
|
+
"type": {
|
|
73732
|
+
"enum": [
|
|
73733
|
+
"path",
|
|
73734
|
+
"rect"
|
|
73735
|
+
],
|
|
73736
|
+
"type": "string"
|
|
73737
|
+
},
|
|
73138
73738
|
"visible": {
|
|
73139
73739
|
"description": "mark 层 是否显示配置",
|
|
73140
73740
|
"type": "boolean"
|
|
73741
|
+
},
|
|
73742
|
+
"width": {
|
|
73743
|
+
"description": "指针宽度比例(0~1)",
|
|
73744
|
+
"type": "number"
|
|
73141
73745
|
}
|
|
73142
73746
|
},
|
|
73143
73747
|
"type": "object"
|
|
@@ -73492,6 +74096,41 @@
|
|
|
73492
74096
|
"fillOpacity": {
|
|
73493
74097
|
"type": "number"
|
|
73494
74098
|
},
|
|
74099
|
+
"globalCompositeOperation": {
|
|
74100
|
+
"enum": [
|
|
74101
|
+
"",
|
|
74102
|
+
"color",
|
|
74103
|
+
"color-burn",
|
|
74104
|
+
"color-dodge",
|
|
74105
|
+
"copy",
|
|
74106
|
+
"darken",
|
|
74107
|
+
"destination-atop",
|
|
74108
|
+
"destination-in",
|
|
74109
|
+
"destination-out",
|
|
74110
|
+
"destination-over",
|
|
74111
|
+
"difference",
|
|
74112
|
+
"exclusion",
|
|
74113
|
+
"hard-light",
|
|
74114
|
+
"hue",
|
|
74115
|
+
"lighten",
|
|
74116
|
+
"lighter",
|
|
74117
|
+
"luminosity",
|
|
74118
|
+
"multiply",
|
|
74119
|
+
"overlay",
|
|
74120
|
+
"saturation",
|
|
74121
|
+
"screen",
|
|
74122
|
+
"soft-light",
|
|
74123
|
+
"source-atop",
|
|
74124
|
+
"source-in",
|
|
74125
|
+
"source-out",
|
|
74126
|
+
"source-over",
|
|
74127
|
+
"xor"
|
|
74128
|
+
],
|
|
74129
|
+
"type": "string"
|
|
74130
|
+
},
|
|
74131
|
+
"globalZIndex": {
|
|
74132
|
+
"type": "number"
|
|
74133
|
+
},
|
|
73495
74134
|
"html": {
|
|
73496
74135
|
"typeof": "function"
|
|
73497
74136
|
},
|
|
@@ -73529,6 +74168,15 @@
|
|
|
73529
74168
|
"outerBorder": {
|
|
73530
74169
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
73531
74170
|
},
|
|
74171
|
+
"overflow": {
|
|
74172
|
+
"enum": [
|
|
74173
|
+
"hidden",
|
|
74174
|
+
"scroll",
|
|
74175
|
+
"scroll-x",
|
|
74176
|
+
"scroll-y"
|
|
74177
|
+
],
|
|
74178
|
+
"type": "string"
|
|
74179
|
+
},
|
|
73532
74180
|
"path": {
|
|
73533
74181
|
"anyOf": [
|
|
73534
74182
|
{
|
|
@@ -73833,6 +74481,41 @@
|
|
|
73833
74481
|
"fillOpacity": {
|
|
73834
74482
|
"type": "number"
|
|
73835
74483
|
},
|
|
74484
|
+
"globalCompositeOperation": {
|
|
74485
|
+
"enum": [
|
|
74486
|
+
"",
|
|
74487
|
+
"color",
|
|
74488
|
+
"color-burn",
|
|
74489
|
+
"color-dodge",
|
|
74490
|
+
"copy",
|
|
74491
|
+
"darken",
|
|
74492
|
+
"destination-atop",
|
|
74493
|
+
"destination-in",
|
|
74494
|
+
"destination-out",
|
|
74495
|
+
"destination-over",
|
|
74496
|
+
"difference",
|
|
74497
|
+
"exclusion",
|
|
74498
|
+
"hard-light",
|
|
74499
|
+
"hue",
|
|
74500
|
+
"lighten",
|
|
74501
|
+
"lighter",
|
|
74502
|
+
"luminosity",
|
|
74503
|
+
"multiply",
|
|
74504
|
+
"overlay",
|
|
74505
|
+
"saturation",
|
|
74506
|
+
"screen",
|
|
74507
|
+
"soft-light",
|
|
74508
|
+
"source-atop",
|
|
74509
|
+
"source-in",
|
|
74510
|
+
"source-out",
|
|
74511
|
+
"source-over",
|
|
74512
|
+
"xor"
|
|
74513
|
+
],
|
|
74514
|
+
"type": "string"
|
|
74515
|
+
},
|
|
74516
|
+
"globalZIndex": {
|
|
74517
|
+
"type": "number"
|
|
74518
|
+
},
|
|
73836
74519
|
"html": {
|
|
73837
74520
|
"typeof": "function"
|
|
73838
74521
|
},
|
|
@@ -73870,6 +74553,15 @@
|
|
|
73870
74553
|
"outerBorder": {
|
|
73871
74554
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
73872
74555
|
},
|
|
74556
|
+
"overflow": {
|
|
74557
|
+
"enum": [
|
|
74558
|
+
"hidden",
|
|
74559
|
+
"scroll",
|
|
74560
|
+
"scroll-x",
|
|
74561
|
+
"scroll-y"
|
|
74562
|
+
],
|
|
74563
|
+
"type": "string"
|
|
74564
|
+
},
|
|
73873
74565
|
"pickMode": {
|
|
73874
74566
|
"enum": [
|
|
73875
74567
|
"accurate",
|
|
@@ -74410,6 +75102,41 @@
|
|
|
74410
75102
|
"fillOpacity": {
|
|
74411
75103
|
"type": "number"
|
|
74412
75104
|
},
|
|
75105
|
+
"globalCompositeOperation": {
|
|
75106
|
+
"enum": [
|
|
75107
|
+
"",
|
|
75108
|
+
"color",
|
|
75109
|
+
"color-burn",
|
|
75110
|
+
"color-dodge",
|
|
75111
|
+
"copy",
|
|
75112
|
+
"darken",
|
|
75113
|
+
"destination-atop",
|
|
75114
|
+
"destination-in",
|
|
75115
|
+
"destination-out",
|
|
75116
|
+
"destination-over",
|
|
75117
|
+
"difference",
|
|
75118
|
+
"exclusion",
|
|
75119
|
+
"hard-light",
|
|
75120
|
+
"hue",
|
|
75121
|
+
"lighten",
|
|
75122
|
+
"lighter",
|
|
75123
|
+
"luminosity",
|
|
75124
|
+
"multiply",
|
|
75125
|
+
"overlay",
|
|
75126
|
+
"saturation",
|
|
75127
|
+
"screen",
|
|
75128
|
+
"soft-light",
|
|
75129
|
+
"source-atop",
|
|
75130
|
+
"source-in",
|
|
75131
|
+
"source-out",
|
|
75132
|
+
"source-over",
|
|
75133
|
+
"xor"
|
|
75134
|
+
],
|
|
75135
|
+
"type": "string"
|
|
75136
|
+
},
|
|
75137
|
+
"globalZIndex": {
|
|
75138
|
+
"type": "number"
|
|
75139
|
+
},
|
|
74413
75140
|
"height": {
|
|
74414
75141
|
"type": "number"
|
|
74415
75142
|
},
|
|
@@ -74453,6 +75180,15 @@
|
|
|
74453
75180
|
"outerBorder": {
|
|
74454
75181
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
74455
75182
|
},
|
|
75183
|
+
"overflow": {
|
|
75184
|
+
"enum": [
|
|
75185
|
+
"hidden",
|
|
75186
|
+
"scroll",
|
|
75187
|
+
"scroll-x",
|
|
75188
|
+
"scroll-y"
|
|
75189
|
+
],
|
|
75190
|
+
"type": "string"
|
|
75191
|
+
},
|
|
74456
75192
|
"pickMode": {
|
|
74457
75193
|
"enum": [
|
|
74458
75194
|
"accurate",
|
|
@@ -74747,6 +75483,41 @@
|
|
|
74747
75483
|
"fillOpacity": {
|
|
74748
75484
|
"type": "number"
|
|
74749
75485
|
},
|
|
75486
|
+
"globalCompositeOperation": {
|
|
75487
|
+
"enum": [
|
|
75488
|
+
"",
|
|
75489
|
+
"color",
|
|
75490
|
+
"color-burn",
|
|
75491
|
+
"color-dodge",
|
|
75492
|
+
"copy",
|
|
75493
|
+
"darken",
|
|
75494
|
+
"destination-atop",
|
|
75495
|
+
"destination-in",
|
|
75496
|
+
"destination-out",
|
|
75497
|
+
"destination-over",
|
|
75498
|
+
"difference",
|
|
75499
|
+
"exclusion",
|
|
75500
|
+
"hard-light",
|
|
75501
|
+
"hue",
|
|
75502
|
+
"lighten",
|
|
75503
|
+
"lighter",
|
|
75504
|
+
"luminosity",
|
|
75505
|
+
"multiply",
|
|
75506
|
+
"overlay",
|
|
75507
|
+
"saturation",
|
|
75508
|
+
"screen",
|
|
75509
|
+
"soft-light",
|
|
75510
|
+
"source-atop",
|
|
75511
|
+
"source-in",
|
|
75512
|
+
"source-out",
|
|
75513
|
+
"source-over",
|
|
75514
|
+
"xor"
|
|
75515
|
+
],
|
|
75516
|
+
"type": "string"
|
|
75517
|
+
},
|
|
75518
|
+
"globalZIndex": {
|
|
75519
|
+
"type": "number"
|
|
75520
|
+
},
|
|
74750
75521
|
"height": {
|
|
74751
75522
|
"type": "number"
|
|
74752
75523
|
},
|
|
@@ -74787,6 +75558,15 @@
|
|
|
74787
75558
|
"outerBorder": {
|
|
74788
75559
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
74789
75560
|
},
|
|
75561
|
+
"overflow": {
|
|
75562
|
+
"enum": [
|
|
75563
|
+
"hidden",
|
|
75564
|
+
"scroll",
|
|
75565
|
+
"scroll-x",
|
|
75566
|
+
"scroll-y"
|
|
75567
|
+
],
|
|
75568
|
+
"type": "string"
|
|
75569
|
+
},
|
|
74790
75570
|
"pickMode": {
|
|
74791
75571
|
"enum": [
|
|
74792
75572
|
"accurate",
|
|
@@ -75225,6 +76005,9 @@
|
|
|
75225
76005
|
"enableLayout": {
|
|
75226
76006
|
"type": "boolean"
|
|
75227
76007
|
},
|
|
76008
|
+
"enableScroll": {
|
|
76009
|
+
"type": "boolean"
|
|
76010
|
+
},
|
|
75228
76011
|
"height": {
|
|
75229
76012
|
"type": "number"
|
|
75230
76013
|
},
|
|
@@ -75412,6 +76195,41 @@
|
|
|
75412
76195
|
"fillOpacity": {
|
|
75413
76196
|
"type": "number"
|
|
75414
76197
|
},
|
|
76198
|
+
"globalCompositeOperation": {
|
|
76199
|
+
"enum": [
|
|
76200
|
+
"",
|
|
76201
|
+
"color",
|
|
76202
|
+
"color-burn",
|
|
76203
|
+
"color-dodge",
|
|
76204
|
+
"copy",
|
|
76205
|
+
"darken",
|
|
76206
|
+
"destination-atop",
|
|
76207
|
+
"destination-in",
|
|
76208
|
+
"destination-out",
|
|
76209
|
+
"destination-over",
|
|
76210
|
+
"difference",
|
|
76211
|
+
"exclusion",
|
|
76212
|
+
"hard-light",
|
|
76213
|
+
"hue",
|
|
76214
|
+
"lighten",
|
|
76215
|
+
"lighter",
|
|
76216
|
+
"luminosity",
|
|
76217
|
+
"multiply",
|
|
76218
|
+
"overlay",
|
|
76219
|
+
"saturation",
|
|
76220
|
+
"screen",
|
|
76221
|
+
"soft-light",
|
|
76222
|
+
"source-atop",
|
|
76223
|
+
"source-in",
|
|
76224
|
+
"source-out",
|
|
76225
|
+
"source-over",
|
|
76226
|
+
"xor"
|
|
76227
|
+
],
|
|
76228
|
+
"type": "string"
|
|
76229
|
+
},
|
|
76230
|
+
"globalZIndex": {
|
|
76231
|
+
"type": "number"
|
|
76232
|
+
},
|
|
75415
76233
|
"html": {
|
|
75416
76234
|
"typeof": "function"
|
|
75417
76235
|
},
|
|
@@ -75449,6 +76267,15 @@
|
|
|
75449
76267
|
"outerBorder": {
|
|
75450
76268
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
75451
76269
|
},
|
|
76270
|
+
"overflow": {
|
|
76271
|
+
"enum": [
|
|
76272
|
+
"hidden",
|
|
76273
|
+
"scroll",
|
|
76274
|
+
"scroll-x",
|
|
76275
|
+
"scroll-y"
|
|
76276
|
+
],
|
|
76277
|
+
"type": "string"
|
|
76278
|
+
},
|
|
75452
76279
|
"pickMode": {
|
|
75453
76280
|
"enum": [
|
|
75454
76281
|
"accurate",
|
|
@@ -75781,6 +76608,41 @@
|
|
|
75781
76608
|
"number"
|
|
75782
76609
|
]
|
|
75783
76610
|
},
|
|
76611
|
+
"globalCompositeOperation": {
|
|
76612
|
+
"enum": [
|
|
76613
|
+
"",
|
|
76614
|
+
"color",
|
|
76615
|
+
"color-burn",
|
|
76616
|
+
"color-dodge",
|
|
76617
|
+
"copy",
|
|
76618
|
+
"darken",
|
|
76619
|
+
"destination-atop",
|
|
76620
|
+
"destination-in",
|
|
76621
|
+
"destination-out",
|
|
76622
|
+
"destination-over",
|
|
76623
|
+
"difference",
|
|
76624
|
+
"exclusion",
|
|
76625
|
+
"hard-light",
|
|
76626
|
+
"hue",
|
|
76627
|
+
"lighten",
|
|
76628
|
+
"lighter",
|
|
76629
|
+
"luminosity",
|
|
76630
|
+
"multiply",
|
|
76631
|
+
"overlay",
|
|
76632
|
+
"saturation",
|
|
76633
|
+
"screen",
|
|
76634
|
+
"soft-light",
|
|
76635
|
+
"source-atop",
|
|
76636
|
+
"source-in",
|
|
76637
|
+
"source-out",
|
|
76638
|
+
"source-over",
|
|
76639
|
+
"xor"
|
|
76640
|
+
],
|
|
76641
|
+
"type": "string"
|
|
76642
|
+
},
|
|
76643
|
+
"globalZIndex": {
|
|
76644
|
+
"type": "number"
|
|
76645
|
+
},
|
|
75784
76646
|
"html": {
|
|
75785
76647
|
"typeof": "function"
|
|
75786
76648
|
},
|
|
@@ -75830,6 +76692,15 @@
|
|
|
75830
76692
|
"outerBorder": {
|
|
75831
76693
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
75832
76694
|
},
|
|
76695
|
+
"overflow": {
|
|
76696
|
+
"enum": [
|
|
76697
|
+
"hidden",
|
|
76698
|
+
"scroll",
|
|
76699
|
+
"scroll-x",
|
|
76700
|
+
"scroll-y"
|
|
76701
|
+
],
|
|
76702
|
+
"type": "string"
|
|
76703
|
+
},
|
|
75833
76704
|
"pickMode": {
|
|
75834
76705
|
"enum": [
|
|
75835
76706
|
"accurate",
|
|
@@ -76697,6 +77568,41 @@
|
|
|
76697
77568
|
"number"
|
|
76698
77569
|
]
|
|
76699
77570
|
},
|
|
77571
|
+
"globalCompositeOperation": {
|
|
77572
|
+
"enum": [
|
|
77573
|
+
"",
|
|
77574
|
+
"color",
|
|
77575
|
+
"color-burn",
|
|
77576
|
+
"color-dodge",
|
|
77577
|
+
"copy",
|
|
77578
|
+
"darken",
|
|
77579
|
+
"destination-atop",
|
|
77580
|
+
"destination-in",
|
|
77581
|
+
"destination-out",
|
|
77582
|
+
"destination-over",
|
|
77583
|
+
"difference",
|
|
77584
|
+
"exclusion",
|
|
77585
|
+
"hard-light",
|
|
77586
|
+
"hue",
|
|
77587
|
+
"lighten",
|
|
77588
|
+
"lighter",
|
|
77589
|
+
"luminosity",
|
|
77590
|
+
"multiply",
|
|
77591
|
+
"overlay",
|
|
77592
|
+
"saturation",
|
|
77593
|
+
"screen",
|
|
77594
|
+
"soft-light",
|
|
77595
|
+
"source-atop",
|
|
77596
|
+
"source-in",
|
|
77597
|
+
"source-out",
|
|
77598
|
+
"source-over",
|
|
77599
|
+
"xor"
|
|
77600
|
+
],
|
|
77601
|
+
"type": "string"
|
|
77602
|
+
},
|
|
77603
|
+
"globalZIndex": {
|
|
77604
|
+
"type": "number"
|
|
77605
|
+
},
|
|
76700
77606
|
"html": {
|
|
76701
77607
|
"typeof": "function"
|
|
76702
77608
|
},
|
|
@@ -76746,6 +77652,15 @@
|
|
|
76746
77652
|
"outerBorder": {
|
|
76747
77653
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
76748
77654
|
},
|
|
77655
|
+
"overflow": {
|
|
77656
|
+
"enum": [
|
|
77657
|
+
"hidden",
|
|
77658
|
+
"scroll",
|
|
77659
|
+
"scroll-x",
|
|
77660
|
+
"scroll-y"
|
|
77661
|
+
],
|
|
77662
|
+
"type": "string"
|
|
77663
|
+
},
|
|
76749
77664
|
"pickMode": {
|
|
76750
77665
|
"enum": [
|
|
76751
77666
|
"accurate",
|
|
@@ -77078,6 +77993,41 @@
|
|
|
77078
77993
|
"fillOpacity": {
|
|
77079
77994
|
"type": "number"
|
|
77080
77995
|
},
|
|
77996
|
+
"globalCompositeOperation": {
|
|
77997
|
+
"enum": [
|
|
77998
|
+
"",
|
|
77999
|
+
"color",
|
|
78000
|
+
"color-burn",
|
|
78001
|
+
"color-dodge",
|
|
78002
|
+
"copy",
|
|
78003
|
+
"darken",
|
|
78004
|
+
"destination-atop",
|
|
78005
|
+
"destination-in",
|
|
78006
|
+
"destination-out",
|
|
78007
|
+
"destination-over",
|
|
78008
|
+
"difference",
|
|
78009
|
+
"exclusion",
|
|
78010
|
+
"hard-light",
|
|
78011
|
+
"hue",
|
|
78012
|
+
"lighten",
|
|
78013
|
+
"lighter",
|
|
78014
|
+
"luminosity",
|
|
78015
|
+
"multiply",
|
|
78016
|
+
"overlay",
|
|
78017
|
+
"saturation",
|
|
78018
|
+
"screen",
|
|
78019
|
+
"soft-light",
|
|
78020
|
+
"source-atop",
|
|
78021
|
+
"source-in",
|
|
78022
|
+
"source-out",
|
|
78023
|
+
"source-over",
|
|
78024
|
+
"xor"
|
|
78025
|
+
],
|
|
78026
|
+
"type": "string"
|
|
78027
|
+
},
|
|
78028
|
+
"globalZIndex": {
|
|
78029
|
+
"type": "number"
|
|
78030
|
+
},
|
|
77081
78031
|
"height": {
|
|
77082
78032
|
"type": "number"
|
|
77083
78033
|
},
|
|
@@ -77118,6 +78068,15 @@
|
|
|
77118
78068
|
"outerBorder": {
|
|
77119
78069
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
77120
78070
|
},
|
|
78071
|
+
"overflow": {
|
|
78072
|
+
"enum": [
|
|
78073
|
+
"hidden",
|
|
78074
|
+
"scroll",
|
|
78075
|
+
"scroll-x",
|
|
78076
|
+
"scroll-y"
|
|
78077
|
+
],
|
|
78078
|
+
"type": "string"
|
|
78079
|
+
},
|
|
77121
78080
|
"pickMode": {
|
|
77122
78081
|
"enum": [
|
|
77123
78082
|
"accurate",
|
|
@@ -77397,6 +78356,41 @@
|
|
|
77397
78356
|
"fillOpacity": {
|
|
77398
78357
|
"type": "number"
|
|
77399
78358
|
},
|
|
78359
|
+
"globalCompositeOperation": {
|
|
78360
|
+
"enum": [
|
|
78361
|
+
"",
|
|
78362
|
+
"color",
|
|
78363
|
+
"color-burn",
|
|
78364
|
+
"color-dodge",
|
|
78365
|
+
"copy",
|
|
78366
|
+
"darken",
|
|
78367
|
+
"destination-atop",
|
|
78368
|
+
"destination-in",
|
|
78369
|
+
"destination-out",
|
|
78370
|
+
"destination-over",
|
|
78371
|
+
"difference",
|
|
78372
|
+
"exclusion",
|
|
78373
|
+
"hard-light",
|
|
78374
|
+
"hue",
|
|
78375
|
+
"lighten",
|
|
78376
|
+
"lighter",
|
|
78377
|
+
"luminosity",
|
|
78378
|
+
"multiply",
|
|
78379
|
+
"overlay",
|
|
78380
|
+
"saturation",
|
|
78381
|
+
"screen",
|
|
78382
|
+
"soft-light",
|
|
78383
|
+
"source-atop",
|
|
78384
|
+
"source-in",
|
|
78385
|
+
"source-out",
|
|
78386
|
+
"source-over",
|
|
78387
|
+
"xor"
|
|
78388
|
+
],
|
|
78389
|
+
"type": "string"
|
|
78390
|
+
},
|
|
78391
|
+
"globalZIndex": {
|
|
78392
|
+
"type": "number"
|
|
78393
|
+
},
|
|
77400
78394
|
"html": {
|
|
77401
78395
|
"typeof": "function"
|
|
77402
78396
|
},
|
|
@@ -77434,6 +78428,15 @@
|
|
|
77434
78428
|
"outerBorder": {
|
|
77435
78429
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
77436
78430
|
},
|
|
78431
|
+
"overflow": {
|
|
78432
|
+
"enum": [
|
|
78433
|
+
"hidden",
|
|
78434
|
+
"scroll",
|
|
78435
|
+
"scroll-x",
|
|
78436
|
+
"scroll-y"
|
|
78437
|
+
],
|
|
78438
|
+
"type": "string"
|
|
78439
|
+
},
|
|
77437
78440
|
"pickMode": {
|
|
77438
78441
|
"enum": [
|
|
77439
78442
|
"accurate",
|
|
@@ -78862,34 +79865,34 @@
|
|
|
78862
79865
|
},
|
|
78863
79866
|
"Promise<FontFaceSet>": {
|
|
78864
79867
|
"properties": {
|
|
78865
|
-
"__@toStringTag@
|
|
79868
|
+
"__@toStringTag@13141": {
|
|
78866
79869
|
"type": "string"
|
|
78867
79870
|
}
|
|
78868
79871
|
},
|
|
78869
79872
|
"required": [
|
|
78870
|
-
"__@toStringTag@
|
|
79873
|
+
"__@toStringTag@13141"
|
|
78871
79874
|
],
|
|
78872
79875
|
"type": "object"
|
|
78873
79876
|
},
|
|
78874
79877
|
"Promise<ServiceWorkerRegistration>": {
|
|
78875
79878
|
"properties": {
|
|
78876
|
-
"__@toStringTag@
|
|
79879
|
+
"__@toStringTag@13141": {
|
|
78877
79880
|
"type": "string"
|
|
78878
79881
|
}
|
|
78879
79882
|
},
|
|
78880
79883
|
"required": [
|
|
78881
|
-
"__@toStringTag@
|
|
79884
|
+
"__@toStringTag@13141"
|
|
78882
79885
|
],
|
|
78883
79886
|
"type": "object"
|
|
78884
79887
|
},
|
|
78885
79888
|
"Promise<any>": {
|
|
78886
79889
|
"properties": {
|
|
78887
|
-
"__@toStringTag@
|
|
79890
|
+
"__@toStringTag@13141": {
|
|
78888
79891
|
"type": "string"
|
|
78889
79892
|
}
|
|
78890
79893
|
},
|
|
78891
79894
|
"required": [
|
|
78892
|
-
"__@toStringTag@
|
|
79895
|
+
"__@toStringTag@13141"
|
|
78893
79896
|
],
|
|
78894
79897
|
"type": "object"
|
|
78895
79898
|
},
|
|
@@ -78899,10 +79902,10 @@
|
|
|
78899
79902
|
"Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>": {
|
|
78900
79903
|
"type": "object"
|
|
78901
79904
|
},
|
|
78902
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
79905
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>>": {
|
|
78903
79906
|
"type": "object"
|
|
78904
79907
|
},
|
|
78905
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
79908
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IAreaMarkSpec|IPathMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IImageMarkSpec>>": {
|
|
78906
79909
|
"type": "object"
|
|
78907
79910
|
},
|
|
78908
79911
|
"Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>": {
|
|
@@ -78929,9 +79932,6 @@
|
|
|
78929
79932
|
"Record<string,IPathMarkSpec>": {
|
|
78930
79933
|
"type": "object"
|
|
78931
79934
|
},
|
|
78932
|
-
"Record<string,IPathMarkSpec|IRectMarkSpec>": {
|
|
78933
|
-
"type": "object"
|
|
78934
|
-
},
|
|
78935
79935
|
"Record<string,IPolygonMarkSpec>": {
|
|
78936
79936
|
"type": "object"
|
|
78937
79937
|
},
|
|
@@ -78947,6 +79947,9 @@
|
|
|
78947
79947
|
"Record<string,IRectMarkSpec>": {
|
|
78948
79948
|
"type": "object"
|
|
78949
79949
|
},
|
|
79950
|
+
"Record<string,IRectMarkSpec|IPathMarkSpec>": {
|
|
79951
|
+
"type": "object"
|
|
79952
|
+
},
|
|
78950
79953
|
"Record<string,IRuleMarkSpec>": {
|
|
78951
79954
|
"type": "object"
|
|
78952
79955
|
},
|
|
@@ -79154,6 +80157,41 @@
|
|
|
79154
80157
|
"forceShowCap": {
|
|
79155
80158
|
"type": "boolean"
|
|
79156
80159
|
},
|
|
80160
|
+
"globalCompositeOperation": {
|
|
80161
|
+
"enum": [
|
|
80162
|
+
"",
|
|
80163
|
+
"color",
|
|
80164
|
+
"color-burn",
|
|
80165
|
+
"color-dodge",
|
|
80166
|
+
"copy",
|
|
80167
|
+
"darken",
|
|
80168
|
+
"destination-atop",
|
|
80169
|
+
"destination-in",
|
|
80170
|
+
"destination-out",
|
|
80171
|
+
"destination-over",
|
|
80172
|
+
"difference",
|
|
80173
|
+
"exclusion",
|
|
80174
|
+
"hard-light",
|
|
80175
|
+
"hue",
|
|
80176
|
+
"lighten",
|
|
80177
|
+
"lighter",
|
|
80178
|
+
"luminosity",
|
|
80179
|
+
"multiply",
|
|
80180
|
+
"overlay",
|
|
80181
|
+
"saturation",
|
|
80182
|
+
"screen",
|
|
80183
|
+
"soft-light",
|
|
80184
|
+
"source-atop",
|
|
80185
|
+
"source-in",
|
|
80186
|
+
"source-out",
|
|
80187
|
+
"source-over",
|
|
80188
|
+
"xor"
|
|
80189
|
+
],
|
|
80190
|
+
"type": "string"
|
|
80191
|
+
},
|
|
80192
|
+
"globalZIndex": {
|
|
80193
|
+
"type": "number"
|
|
80194
|
+
},
|
|
79157
80195
|
"html": {
|
|
79158
80196
|
"typeof": "function"
|
|
79159
80197
|
},
|
|
@@ -79197,6 +80235,15 @@
|
|
|
79197
80235
|
"outerRadius": {
|
|
79198
80236
|
"type": "number"
|
|
79199
80237
|
},
|
|
80238
|
+
"overflow": {
|
|
80239
|
+
"enum": [
|
|
80240
|
+
"hidden",
|
|
80241
|
+
"scroll",
|
|
80242
|
+
"scroll-x",
|
|
80243
|
+
"scroll-y"
|
|
80244
|
+
],
|
|
80245
|
+
"type": "string"
|
|
80246
|
+
},
|
|
79200
80247
|
"padAngle": {
|
|
79201
80248
|
"type": "number"
|
|
79202
80249
|
},
|
|
@@ -79355,6 +80402,8 @@
|
|
|
79355
80402
|
"fill",
|
|
79356
80403
|
"fillOpacity",
|
|
79357
80404
|
"forceShowCap",
|
|
80405
|
+
"globalCompositeOperation",
|
|
80406
|
+
"globalZIndex",
|
|
79358
80407
|
"html",
|
|
79359
80408
|
"innerBorder",
|
|
79360
80409
|
"innerRadius",
|
|
@@ -79369,6 +80418,7 @@
|
|
|
79369
80418
|
"opacity",
|
|
79370
80419
|
"outerBorder",
|
|
79371
80420
|
"outerRadius",
|
|
80421
|
+
"overflow",
|
|
79372
80422
|
"padAngle",
|
|
79373
80423
|
"padRadius",
|
|
79374
80424
|
"pickMode",
|
|
@@ -79579,6 +80629,41 @@
|
|
|
79579
80629
|
"fillOpacity": {
|
|
79580
80630
|
"type": "number"
|
|
79581
80631
|
},
|
|
80632
|
+
"globalCompositeOperation": {
|
|
80633
|
+
"enum": [
|
|
80634
|
+
"",
|
|
80635
|
+
"color",
|
|
80636
|
+
"color-burn",
|
|
80637
|
+
"color-dodge",
|
|
80638
|
+
"copy",
|
|
80639
|
+
"darken",
|
|
80640
|
+
"destination-atop",
|
|
80641
|
+
"destination-in",
|
|
80642
|
+
"destination-out",
|
|
80643
|
+
"destination-over",
|
|
80644
|
+
"difference",
|
|
80645
|
+
"exclusion",
|
|
80646
|
+
"hard-light",
|
|
80647
|
+
"hue",
|
|
80648
|
+
"lighten",
|
|
80649
|
+
"lighter",
|
|
80650
|
+
"luminosity",
|
|
80651
|
+
"multiply",
|
|
80652
|
+
"overlay",
|
|
80653
|
+
"saturation",
|
|
80654
|
+
"screen",
|
|
80655
|
+
"soft-light",
|
|
80656
|
+
"source-atop",
|
|
80657
|
+
"source-in",
|
|
80658
|
+
"source-out",
|
|
80659
|
+
"source-over",
|
|
80660
|
+
"xor"
|
|
80661
|
+
],
|
|
80662
|
+
"type": "string"
|
|
80663
|
+
},
|
|
80664
|
+
"globalZIndex": {
|
|
80665
|
+
"type": "number"
|
|
80666
|
+
},
|
|
79582
80667
|
"html": {
|
|
79583
80668
|
"typeof": "function"
|
|
79584
80669
|
},
|
|
@@ -79616,6 +80701,15 @@
|
|
|
79616
80701
|
"outerBorder": {
|
|
79617
80702
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
79618
80703
|
},
|
|
80704
|
+
"overflow": {
|
|
80705
|
+
"enum": [
|
|
80706
|
+
"hidden",
|
|
80707
|
+
"scroll",
|
|
80708
|
+
"scroll-x",
|
|
80709
|
+
"scroll-y"
|
|
80710
|
+
],
|
|
80711
|
+
"type": "string"
|
|
80712
|
+
},
|
|
79619
80713
|
"pickMode": {
|
|
79620
80714
|
"enum": [
|
|
79621
80715
|
"accurate",
|
|
@@ -79780,6 +80874,8 @@
|
|
|
79780
80874
|
"dz",
|
|
79781
80875
|
"fill",
|
|
79782
80876
|
"fillOpacity",
|
|
80877
|
+
"globalCompositeOperation",
|
|
80878
|
+
"globalZIndex",
|
|
79783
80879
|
"html",
|
|
79784
80880
|
"innerBorder",
|
|
79785
80881
|
"keepDirIn3d",
|
|
@@ -79792,6 +80888,7 @@
|
|
|
79792
80888
|
"miterLimit",
|
|
79793
80889
|
"opacity",
|
|
79794
80890
|
"outerBorder",
|
|
80891
|
+
"overflow",
|
|
79795
80892
|
"pickMode",
|
|
79796
80893
|
"pickable",
|
|
79797
80894
|
"points",
|
|
@@ -79978,6 +81075,41 @@
|
|
|
79978
81075
|
"fillOpacity": {
|
|
79979
81076
|
"type": "number"
|
|
79980
81077
|
},
|
|
81078
|
+
"globalCompositeOperation": {
|
|
81079
|
+
"enum": [
|
|
81080
|
+
"",
|
|
81081
|
+
"color",
|
|
81082
|
+
"color-burn",
|
|
81083
|
+
"color-dodge",
|
|
81084
|
+
"copy",
|
|
81085
|
+
"darken",
|
|
81086
|
+
"destination-atop",
|
|
81087
|
+
"destination-in",
|
|
81088
|
+
"destination-out",
|
|
81089
|
+
"destination-over",
|
|
81090
|
+
"difference",
|
|
81091
|
+
"exclusion",
|
|
81092
|
+
"hard-light",
|
|
81093
|
+
"hue",
|
|
81094
|
+
"lighten",
|
|
81095
|
+
"lighter",
|
|
81096
|
+
"luminosity",
|
|
81097
|
+
"multiply",
|
|
81098
|
+
"overlay",
|
|
81099
|
+
"saturation",
|
|
81100
|
+
"screen",
|
|
81101
|
+
"soft-light",
|
|
81102
|
+
"source-atop",
|
|
81103
|
+
"source-in",
|
|
81104
|
+
"source-out",
|
|
81105
|
+
"source-over",
|
|
81106
|
+
"xor"
|
|
81107
|
+
],
|
|
81108
|
+
"type": "string"
|
|
81109
|
+
},
|
|
81110
|
+
"globalZIndex": {
|
|
81111
|
+
"type": "number"
|
|
81112
|
+
},
|
|
79981
81113
|
"html": {
|
|
79982
81114
|
"typeof": "function"
|
|
79983
81115
|
},
|
|
@@ -80015,6 +81147,15 @@
|
|
|
80015
81147
|
"outerBorder": {
|
|
80016
81148
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
80017
81149
|
},
|
|
81150
|
+
"overflow": {
|
|
81151
|
+
"enum": [
|
|
81152
|
+
"hidden",
|
|
81153
|
+
"scroll",
|
|
81154
|
+
"scroll-x",
|
|
81155
|
+
"scroll-y"
|
|
81156
|
+
],
|
|
81157
|
+
"type": "string"
|
|
81158
|
+
},
|
|
80018
81159
|
"pickMode": {
|
|
80019
81160
|
"enum": [
|
|
80020
81161
|
"accurate",
|
|
@@ -80167,6 +81308,8 @@
|
|
|
80167
81308
|
"endAngle",
|
|
80168
81309
|
"fill",
|
|
80169
81310
|
"fillOpacity",
|
|
81311
|
+
"globalCompositeOperation",
|
|
81312
|
+
"globalZIndex",
|
|
80170
81313
|
"html",
|
|
80171
81314
|
"innerBorder",
|
|
80172
81315
|
"keepDirIn3d",
|
|
@@ -80179,6 +81322,7 @@
|
|
|
80179
81322
|
"miterLimit",
|
|
80180
81323
|
"opacity",
|
|
80181
81324
|
"outerBorder",
|
|
81325
|
+
"overflow",
|
|
80182
81326
|
"pickMode",
|
|
80183
81327
|
"pickable",
|
|
80184
81328
|
"postMatrix",
|
|
@@ -80378,6 +81522,41 @@
|
|
|
80378
81522
|
"fillOpacity": {
|
|
80379
81523
|
"type": "number"
|
|
80380
81524
|
},
|
|
81525
|
+
"globalCompositeOperation": {
|
|
81526
|
+
"enum": [
|
|
81527
|
+
"",
|
|
81528
|
+
"color",
|
|
81529
|
+
"color-burn",
|
|
81530
|
+
"color-dodge",
|
|
81531
|
+
"copy",
|
|
81532
|
+
"darken",
|
|
81533
|
+
"destination-atop",
|
|
81534
|
+
"destination-in",
|
|
81535
|
+
"destination-out",
|
|
81536
|
+
"destination-over",
|
|
81537
|
+
"difference",
|
|
81538
|
+
"exclusion",
|
|
81539
|
+
"hard-light",
|
|
81540
|
+
"hue",
|
|
81541
|
+
"lighten",
|
|
81542
|
+
"lighter",
|
|
81543
|
+
"luminosity",
|
|
81544
|
+
"multiply",
|
|
81545
|
+
"overlay",
|
|
81546
|
+
"saturation",
|
|
81547
|
+
"screen",
|
|
81548
|
+
"soft-light",
|
|
81549
|
+
"source-atop",
|
|
81550
|
+
"source-in",
|
|
81551
|
+
"source-out",
|
|
81552
|
+
"source-over",
|
|
81553
|
+
"xor"
|
|
81554
|
+
],
|
|
81555
|
+
"type": "string"
|
|
81556
|
+
},
|
|
81557
|
+
"globalZIndex": {
|
|
81558
|
+
"type": "number"
|
|
81559
|
+
},
|
|
80381
81560
|
"height": {
|
|
80382
81561
|
"type": "number"
|
|
80383
81562
|
},
|
|
@@ -80418,6 +81597,15 @@
|
|
|
80418
81597
|
"outerBorder": {
|
|
80419
81598
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
80420
81599
|
},
|
|
81600
|
+
"overflow": {
|
|
81601
|
+
"enum": [
|
|
81602
|
+
"hidden",
|
|
81603
|
+
"scroll",
|
|
81604
|
+
"scroll-x",
|
|
81605
|
+
"scroll-y"
|
|
81606
|
+
],
|
|
81607
|
+
"type": "string"
|
|
81608
|
+
},
|
|
80421
81609
|
"path": {
|
|
80422
81610
|
"anyOf": [
|
|
80423
81611
|
{
|
|
@@ -80578,6 +81766,8 @@
|
|
|
80578
81766
|
"dz",
|
|
80579
81767
|
"fill",
|
|
80580
81768
|
"fillOpacity",
|
|
81769
|
+
"globalCompositeOperation",
|
|
81770
|
+
"globalZIndex",
|
|
80581
81771
|
"height",
|
|
80582
81772
|
"html",
|
|
80583
81773
|
"innerBorder",
|
|
@@ -80591,6 +81781,7 @@
|
|
|
80591
81781
|
"miterLimit",
|
|
80592
81782
|
"opacity",
|
|
80593
81783
|
"outerBorder",
|
|
81784
|
+
"overflow",
|
|
80594
81785
|
"path",
|
|
80595
81786
|
"pickMode",
|
|
80596
81787
|
"pickable",
|
|
@@ -80830,6 +82021,41 @@
|
|
|
80830
82021
|
],
|
|
80831
82022
|
"type": "string"
|
|
80832
82023
|
},
|
|
82024
|
+
"globalCompositeOperation": {
|
|
82025
|
+
"enum": [
|
|
82026
|
+
"",
|
|
82027
|
+
"color",
|
|
82028
|
+
"color-burn",
|
|
82029
|
+
"color-dodge",
|
|
82030
|
+
"copy",
|
|
82031
|
+
"darken",
|
|
82032
|
+
"destination-atop",
|
|
82033
|
+
"destination-in",
|
|
82034
|
+
"destination-out",
|
|
82035
|
+
"destination-over",
|
|
82036
|
+
"difference",
|
|
82037
|
+
"exclusion",
|
|
82038
|
+
"hard-light",
|
|
82039
|
+
"hue",
|
|
82040
|
+
"lighten",
|
|
82041
|
+
"lighter",
|
|
82042
|
+
"luminosity",
|
|
82043
|
+
"multiply",
|
|
82044
|
+
"overlay",
|
|
82045
|
+
"saturation",
|
|
82046
|
+
"screen",
|
|
82047
|
+
"soft-light",
|
|
82048
|
+
"source-atop",
|
|
82049
|
+
"source-in",
|
|
82050
|
+
"source-out",
|
|
82051
|
+
"source-over",
|
|
82052
|
+
"xor"
|
|
82053
|
+
],
|
|
82054
|
+
"type": "string"
|
|
82055
|
+
},
|
|
82056
|
+
"globalZIndex": {
|
|
82057
|
+
"type": "number"
|
|
82058
|
+
},
|
|
80833
82059
|
"height": {
|
|
80834
82060
|
"type": "number"
|
|
80835
82061
|
},
|
|
@@ -80880,6 +82106,15 @@
|
|
|
80880
82106
|
"outerBorder": {
|
|
80881
82107
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
80882
82108
|
},
|
|
82109
|
+
"overflow": {
|
|
82110
|
+
"enum": [
|
|
82111
|
+
"hidden",
|
|
82112
|
+
"scroll",
|
|
82113
|
+
"scroll-x",
|
|
82114
|
+
"scroll-y"
|
|
82115
|
+
],
|
|
82116
|
+
"type": "string"
|
|
82117
|
+
},
|
|
80883
82118
|
"path": {
|
|
80884
82119
|
"items": {
|
|
80885
82120
|
"$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
|
|
@@ -81044,6 +82279,8 @@
|
|
|
81044
82279
|
"fillOpacity",
|
|
81045
82280
|
"flexDirection",
|
|
81046
82281
|
"flexWrap",
|
|
82282
|
+
"globalCompositeOperation",
|
|
82283
|
+
"globalZIndex",
|
|
81047
82284
|
"height",
|
|
81048
82285
|
"html",
|
|
81049
82286
|
"innerBorder",
|
|
@@ -81058,6 +82295,7 @@
|
|
|
81058
82295
|
"miterLimit",
|
|
81059
82296
|
"opacity",
|
|
81060
82297
|
"outerBorder",
|
|
82298
|
+
"overflow",
|
|
81061
82299
|
"path",
|
|
81062
82300
|
"pickMode",
|
|
81063
82301
|
"pickable",
|
|
@@ -81255,6 +82493,41 @@
|
|
|
81255
82493
|
"fillOpacity": {
|
|
81256
82494
|
"type": "number"
|
|
81257
82495
|
},
|
|
82496
|
+
"globalCompositeOperation": {
|
|
82497
|
+
"enum": [
|
|
82498
|
+
"",
|
|
82499
|
+
"color",
|
|
82500
|
+
"color-burn",
|
|
82501
|
+
"color-dodge",
|
|
82502
|
+
"copy",
|
|
82503
|
+
"darken",
|
|
82504
|
+
"destination-atop",
|
|
82505
|
+
"destination-in",
|
|
82506
|
+
"destination-out",
|
|
82507
|
+
"destination-over",
|
|
82508
|
+
"difference",
|
|
82509
|
+
"exclusion",
|
|
82510
|
+
"hard-light",
|
|
82511
|
+
"hue",
|
|
82512
|
+
"lighten",
|
|
82513
|
+
"lighter",
|
|
82514
|
+
"luminosity",
|
|
82515
|
+
"multiply",
|
|
82516
|
+
"overlay",
|
|
82517
|
+
"saturation",
|
|
82518
|
+
"screen",
|
|
82519
|
+
"soft-light",
|
|
82520
|
+
"source-atop",
|
|
82521
|
+
"source-in",
|
|
82522
|
+
"source-out",
|
|
82523
|
+
"source-over",
|
|
82524
|
+
"xor"
|
|
82525
|
+
],
|
|
82526
|
+
"type": "string"
|
|
82527
|
+
},
|
|
82528
|
+
"globalZIndex": {
|
|
82529
|
+
"type": "number"
|
|
82530
|
+
},
|
|
81258
82531
|
"height": {
|
|
81259
82532
|
"type": "number"
|
|
81260
82533
|
},
|
|
@@ -81308,6 +82581,15 @@
|
|
|
81308
82581
|
"outerBorder": {
|
|
81309
82582
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
81310
82583
|
},
|
|
82584
|
+
"overflow": {
|
|
82585
|
+
"enum": [
|
|
82586
|
+
"hidden",
|
|
82587
|
+
"scroll",
|
|
82588
|
+
"scroll-x",
|
|
82589
|
+
"scroll-y"
|
|
82590
|
+
],
|
|
82591
|
+
"type": "string"
|
|
82592
|
+
},
|
|
81311
82593
|
"pickMode": {
|
|
81312
82594
|
"enum": [
|
|
81313
82595
|
"accurate",
|
|
@@ -81463,6 +82745,8 @@
|
|
|
81463
82745
|
"dz",
|
|
81464
82746
|
"fill",
|
|
81465
82747
|
"fillOpacity",
|
|
82748
|
+
"globalCompositeOperation",
|
|
82749
|
+
"globalZIndex",
|
|
81466
82750
|
"height",
|
|
81467
82751
|
"html",
|
|
81468
82752
|
"image",
|
|
@@ -81477,6 +82761,7 @@
|
|
|
81477
82761
|
"miterLimit",
|
|
81478
82762
|
"opacity",
|
|
81479
82763
|
"outerBorder",
|
|
82764
|
+
"overflow",
|
|
81480
82765
|
"pickMode",
|
|
81481
82766
|
"pickable",
|
|
81482
82767
|
"postMatrix",
|
|
@@ -81690,6 +82975,41 @@
|
|
|
81690
82975
|
"fillOpacity": {
|
|
81691
82976
|
"type": "number"
|
|
81692
82977
|
},
|
|
82978
|
+
"globalCompositeOperation": {
|
|
82979
|
+
"enum": [
|
|
82980
|
+
"",
|
|
82981
|
+
"color",
|
|
82982
|
+
"color-burn",
|
|
82983
|
+
"color-dodge",
|
|
82984
|
+
"copy",
|
|
82985
|
+
"darken",
|
|
82986
|
+
"destination-atop",
|
|
82987
|
+
"destination-in",
|
|
82988
|
+
"destination-out",
|
|
82989
|
+
"destination-over",
|
|
82990
|
+
"difference",
|
|
82991
|
+
"exclusion",
|
|
82992
|
+
"hard-light",
|
|
82993
|
+
"hue",
|
|
82994
|
+
"lighten",
|
|
82995
|
+
"lighter",
|
|
82996
|
+
"luminosity",
|
|
82997
|
+
"multiply",
|
|
82998
|
+
"overlay",
|
|
82999
|
+
"saturation",
|
|
83000
|
+
"screen",
|
|
83001
|
+
"soft-light",
|
|
83002
|
+
"source-atop",
|
|
83003
|
+
"source-in",
|
|
83004
|
+
"source-out",
|
|
83005
|
+
"source-over",
|
|
83006
|
+
"xor"
|
|
83007
|
+
],
|
|
83008
|
+
"type": "string"
|
|
83009
|
+
},
|
|
83010
|
+
"globalZIndex": {
|
|
83011
|
+
"type": "number"
|
|
83012
|
+
},
|
|
81693
83013
|
"html": {
|
|
81694
83014
|
"typeof": "function"
|
|
81695
83015
|
},
|
|
@@ -81727,6 +83047,15 @@
|
|
|
81727
83047
|
"outerBorder": {
|
|
81728
83048
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
81729
83049
|
},
|
|
83050
|
+
"overflow": {
|
|
83051
|
+
"enum": [
|
|
83052
|
+
"hidden",
|
|
83053
|
+
"scroll",
|
|
83054
|
+
"scroll-x",
|
|
83055
|
+
"scroll-y"
|
|
83056
|
+
],
|
|
83057
|
+
"type": "string"
|
|
83058
|
+
},
|
|
81730
83059
|
"pickMode": {
|
|
81731
83060
|
"enum": [
|
|
81732
83061
|
"accurate",
|
|
@@ -81892,6 +83221,8 @@
|
|
|
81892
83221
|
"dz",
|
|
81893
83222
|
"fill",
|
|
81894
83223
|
"fillOpacity",
|
|
83224
|
+
"globalCompositeOperation",
|
|
83225
|
+
"globalZIndex",
|
|
81895
83226
|
"html",
|
|
81896
83227
|
"innerBorder",
|
|
81897
83228
|
"keepDirIn3d",
|
|
@@ -81904,6 +83235,7 @@
|
|
|
81904
83235
|
"miterLimit",
|
|
81905
83236
|
"opacity",
|
|
81906
83237
|
"outerBorder",
|
|
83238
|
+
"overflow",
|
|
81907
83239
|
"pickMode",
|
|
81908
83240
|
"pickable",
|
|
81909
83241
|
"points",
|
|
@@ -82090,6 +83422,41 @@
|
|
|
82090
83422
|
"fillOpacity": {
|
|
82091
83423
|
"type": "number"
|
|
82092
83424
|
},
|
|
83425
|
+
"globalCompositeOperation": {
|
|
83426
|
+
"enum": [
|
|
83427
|
+
"",
|
|
83428
|
+
"color",
|
|
83429
|
+
"color-burn",
|
|
83430
|
+
"color-dodge",
|
|
83431
|
+
"copy",
|
|
83432
|
+
"darken",
|
|
83433
|
+
"destination-atop",
|
|
83434
|
+
"destination-in",
|
|
83435
|
+
"destination-out",
|
|
83436
|
+
"destination-over",
|
|
83437
|
+
"difference",
|
|
83438
|
+
"exclusion",
|
|
83439
|
+
"hard-light",
|
|
83440
|
+
"hue",
|
|
83441
|
+
"lighten",
|
|
83442
|
+
"lighter",
|
|
83443
|
+
"luminosity",
|
|
83444
|
+
"multiply",
|
|
83445
|
+
"overlay",
|
|
83446
|
+
"saturation",
|
|
83447
|
+
"screen",
|
|
83448
|
+
"soft-light",
|
|
83449
|
+
"source-atop",
|
|
83450
|
+
"source-in",
|
|
83451
|
+
"source-out",
|
|
83452
|
+
"source-over",
|
|
83453
|
+
"xor"
|
|
83454
|
+
],
|
|
83455
|
+
"type": "string"
|
|
83456
|
+
},
|
|
83457
|
+
"globalZIndex": {
|
|
83458
|
+
"type": "number"
|
|
83459
|
+
},
|
|
82093
83460
|
"html": {
|
|
82094
83461
|
"typeof": "function"
|
|
82095
83462
|
},
|
|
@@ -82127,6 +83494,15 @@
|
|
|
82127
83494
|
"outerBorder": {
|
|
82128
83495
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
82129
83496
|
},
|
|
83497
|
+
"overflow": {
|
|
83498
|
+
"enum": [
|
|
83499
|
+
"hidden",
|
|
83500
|
+
"scroll",
|
|
83501
|
+
"scroll-x",
|
|
83502
|
+
"scroll-y"
|
|
83503
|
+
],
|
|
83504
|
+
"type": "string"
|
|
83505
|
+
},
|
|
82130
83506
|
"path": {
|
|
82131
83507
|
"anyOf": [
|
|
82132
83508
|
{
|
|
@@ -82283,6 +83659,8 @@
|
|
|
82283
83659
|
"dz",
|
|
82284
83660
|
"fill",
|
|
82285
83661
|
"fillOpacity",
|
|
83662
|
+
"globalCompositeOperation",
|
|
83663
|
+
"globalZIndex",
|
|
82286
83664
|
"html",
|
|
82287
83665
|
"innerBorder",
|
|
82288
83666
|
"keepDirIn3d",
|
|
@@ -82295,6 +83673,7 @@
|
|
|
82295
83673
|
"miterLimit",
|
|
82296
83674
|
"opacity",
|
|
82297
83675
|
"outerBorder",
|
|
83676
|
+
"overflow",
|
|
82298
83677
|
"path",
|
|
82299
83678
|
"pickMode",
|
|
82300
83679
|
"pickable",
|
|
@@ -82493,6 +83872,41 @@
|
|
|
82493
83872
|
"fillOpacity": {
|
|
82494
83873
|
"type": "number"
|
|
82495
83874
|
},
|
|
83875
|
+
"globalCompositeOperation": {
|
|
83876
|
+
"enum": [
|
|
83877
|
+
"",
|
|
83878
|
+
"color",
|
|
83879
|
+
"color-burn",
|
|
83880
|
+
"color-dodge",
|
|
83881
|
+
"copy",
|
|
83882
|
+
"darken",
|
|
83883
|
+
"destination-atop",
|
|
83884
|
+
"destination-in",
|
|
83885
|
+
"destination-out",
|
|
83886
|
+
"destination-over",
|
|
83887
|
+
"difference",
|
|
83888
|
+
"exclusion",
|
|
83889
|
+
"hard-light",
|
|
83890
|
+
"hue",
|
|
83891
|
+
"lighten",
|
|
83892
|
+
"lighter",
|
|
83893
|
+
"luminosity",
|
|
83894
|
+
"multiply",
|
|
83895
|
+
"overlay",
|
|
83896
|
+
"saturation",
|
|
83897
|
+
"screen",
|
|
83898
|
+
"soft-light",
|
|
83899
|
+
"source-atop",
|
|
83900
|
+
"source-in",
|
|
83901
|
+
"source-out",
|
|
83902
|
+
"source-over",
|
|
83903
|
+
"xor"
|
|
83904
|
+
],
|
|
83905
|
+
"type": "string"
|
|
83906
|
+
},
|
|
83907
|
+
"globalZIndex": {
|
|
83908
|
+
"type": "number"
|
|
83909
|
+
},
|
|
82496
83910
|
"html": {
|
|
82497
83911
|
"typeof": "function"
|
|
82498
83912
|
},
|
|
@@ -82530,6 +83944,15 @@
|
|
|
82530
83944
|
"outerBorder": {
|
|
82531
83945
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
82532
83946
|
},
|
|
83947
|
+
"overflow": {
|
|
83948
|
+
"enum": [
|
|
83949
|
+
"hidden",
|
|
83950
|
+
"scroll",
|
|
83951
|
+
"scroll-x",
|
|
83952
|
+
"scroll-y"
|
|
83953
|
+
],
|
|
83954
|
+
"type": "string"
|
|
83955
|
+
},
|
|
82533
83956
|
"pickMode": {
|
|
82534
83957
|
"enum": [
|
|
82535
83958
|
"accurate",
|
|
@@ -82683,6 +84106,8 @@
|
|
|
82683
84106
|
"dz",
|
|
82684
84107
|
"fill",
|
|
82685
84108
|
"fillOpacity",
|
|
84109
|
+
"globalCompositeOperation",
|
|
84110
|
+
"globalZIndex",
|
|
82686
84111
|
"html",
|
|
82687
84112
|
"innerBorder",
|
|
82688
84113
|
"keepDirIn3d",
|
|
@@ -82695,6 +84120,7 @@
|
|
|
82695
84120
|
"miterLimit",
|
|
82696
84121
|
"opacity",
|
|
82697
84122
|
"outerBorder",
|
|
84123
|
+
"overflow",
|
|
82698
84124
|
"pickMode",
|
|
82699
84125
|
"pickable",
|
|
82700
84126
|
"points",
|
|
@@ -82890,6 +84316,41 @@
|
|
|
82890
84316
|
"fillOpacity": {
|
|
82891
84317
|
"type": "number"
|
|
82892
84318
|
},
|
|
84319
|
+
"globalCompositeOperation": {
|
|
84320
|
+
"enum": [
|
|
84321
|
+
"",
|
|
84322
|
+
"color",
|
|
84323
|
+
"color-burn",
|
|
84324
|
+
"color-dodge",
|
|
84325
|
+
"copy",
|
|
84326
|
+
"darken",
|
|
84327
|
+
"destination-atop",
|
|
84328
|
+
"destination-in",
|
|
84329
|
+
"destination-out",
|
|
84330
|
+
"destination-over",
|
|
84331
|
+
"difference",
|
|
84332
|
+
"exclusion",
|
|
84333
|
+
"hard-light",
|
|
84334
|
+
"hue",
|
|
84335
|
+
"lighten",
|
|
84336
|
+
"lighter",
|
|
84337
|
+
"luminosity",
|
|
84338
|
+
"multiply",
|
|
84339
|
+
"overlay",
|
|
84340
|
+
"saturation",
|
|
84341
|
+
"screen",
|
|
84342
|
+
"soft-light",
|
|
84343
|
+
"source-atop",
|
|
84344
|
+
"source-in",
|
|
84345
|
+
"source-out",
|
|
84346
|
+
"source-over",
|
|
84347
|
+
"xor"
|
|
84348
|
+
],
|
|
84349
|
+
"type": "string"
|
|
84350
|
+
},
|
|
84351
|
+
"globalZIndex": {
|
|
84352
|
+
"type": "number"
|
|
84353
|
+
},
|
|
82893
84354
|
"height": {
|
|
82894
84355
|
"type": "number"
|
|
82895
84356
|
},
|
|
@@ -82933,6 +84394,15 @@
|
|
|
82933
84394
|
"outerBorder": {
|
|
82934
84395
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
82935
84396
|
},
|
|
84397
|
+
"overflow": {
|
|
84398
|
+
"enum": [
|
|
84399
|
+
"hidden",
|
|
84400
|
+
"scroll",
|
|
84401
|
+
"scroll-x",
|
|
84402
|
+
"scroll-y"
|
|
84403
|
+
],
|
|
84404
|
+
"type": "string"
|
|
84405
|
+
},
|
|
82936
84406
|
"pickMode": {
|
|
82937
84407
|
"enum": [
|
|
82938
84408
|
"accurate",
|
|
@@ -83082,6 +84552,8 @@
|
|
|
83082
84552
|
"dz",
|
|
83083
84553
|
"fill",
|
|
83084
84554
|
"fillOpacity",
|
|
84555
|
+
"globalCompositeOperation",
|
|
84556
|
+
"globalZIndex",
|
|
83085
84557
|
"height",
|
|
83086
84558
|
"html",
|
|
83087
84559
|
"innerBorder",
|
|
@@ -83096,6 +84568,7 @@
|
|
|
83096
84568
|
"miterLimit",
|
|
83097
84569
|
"opacity",
|
|
83098
84570
|
"outerBorder",
|
|
84571
|
+
"overflow",
|
|
83099
84572
|
"pickMode",
|
|
83100
84573
|
"pickable",
|
|
83101
84574
|
"postMatrix",
|
|
@@ -83291,6 +84764,41 @@
|
|
|
83291
84764
|
"fillOpacity": {
|
|
83292
84765
|
"type": "number"
|
|
83293
84766
|
},
|
|
84767
|
+
"globalCompositeOperation": {
|
|
84768
|
+
"enum": [
|
|
84769
|
+
"",
|
|
84770
|
+
"color",
|
|
84771
|
+
"color-burn",
|
|
84772
|
+
"color-dodge",
|
|
84773
|
+
"copy",
|
|
84774
|
+
"darken",
|
|
84775
|
+
"destination-atop",
|
|
84776
|
+
"destination-in",
|
|
84777
|
+
"destination-out",
|
|
84778
|
+
"destination-over",
|
|
84779
|
+
"difference",
|
|
84780
|
+
"exclusion",
|
|
84781
|
+
"hard-light",
|
|
84782
|
+
"hue",
|
|
84783
|
+
"lighten",
|
|
84784
|
+
"lighter",
|
|
84785
|
+
"luminosity",
|
|
84786
|
+
"multiply",
|
|
84787
|
+
"overlay",
|
|
84788
|
+
"saturation",
|
|
84789
|
+
"screen",
|
|
84790
|
+
"soft-light",
|
|
84791
|
+
"source-atop",
|
|
84792
|
+
"source-in",
|
|
84793
|
+
"source-out",
|
|
84794
|
+
"source-over",
|
|
84795
|
+
"xor"
|
|
84796
|
+
],
|
|
84797
|
+
"type": "string"
|
|
84798
|
+
},
|
|
84799
|
+
"globalZIndex": {
|
|
84800
|
+
"type": "number"
|
|
84801
|
+
},
|
|
83294
84802
|
"height": {
|
|
83295
84803
|
"type": "number"
|
|
83296
84804
|
},
|
|
@@ -83331,6 +84839,15 @@
|
|
|
83331
84839
|
"outerBorder": {
|
|
83332
84840
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
83333
84841
|
},
|
|
84842
|
+
"overflow": {
|
|
84843
|
+
"enum": [
|
|
84844
|
+
"hidden",
|
|
84845
|
+
"scroll",
|
|
84846
|
+
"scroll-x",
|
|
84847
|
+
"scroll-y"
|
|
84848
|
+
],
|
|
84849
|
+
"type": "string"
|
|
84850
|
+
},
|
|
83334
84851
|
"pickMode": {
|
|
83335
84852
|
"enum": [
|
|
83336
84853
|
"accurate",
|
|
@@ -83480,6 +84997,8 @@
|
|
|
83480
84997
|
"dz",
|
|
83481
84998
|
"fill",
|
|
83482
84999
|
"fillOpacity",
|
|
85000
|
+
"globalCompositeOperation",
|
|
85001
|
+
"globalZIndex",
|
|
83483
85002
|
"height",
|
|
83484
85003
|
"html",
|
|
83485
85004
|
"innerBorder",
|
|
@@ -83493,6 +85012,7 @@
|
|
|
83493
85012
|
"miterLimit",
|
|
83494
85013
|
"opacity",
|
|
83495
85014
|
"outerBorder",
|
|
85015
|
+
"overflow",
|
|
83496
85016
|
"pickMode",
|
|
83497
85017
|
"pickable",
|
|
83498
85018
|
"postMatrix",
|
|
@@ -83681,6 +85201,41 @@
|
|
|
83681
85201
|
"fillOpacity": {
|
|
83682
85202
|
"type": "number"
|
|
83683
85203
|
},
|
|
85204
|
+
"globalCompositeOperation": {
|
|
85205
|
+
"enum": [
|
|
85206
|
+
"",
|
|
85207
|
+
"color",
|
|
85208
|
+
"color-burn",
|
|
85209
|
+
"color-dodge",
|
|
85210
|
+
"copy",
|
|
85211
|
+
"darken",
|
|
85212
|
+
"destination-atop",
|
|
85213
|
+
"destination-in",
|
|
85214
|
+
"destination-out",
|
|
85215
|
+
"destination-over",
|
|
85216
|
+
"difference",
|
|
85217
|
+
"exclusion",
|
|
85218
|
+
"hard-light",
|
|
85219
|
+
"hue",
|
|
85220
|
+
"lighten",
|
|
85221
|
+
"lighter",
|
|
85222
|
+
"luminosity",
|
|
85223
|
+
"multiply",
|
|
85224
|
+
"overlay",
|
|
85225
|
+
"saturation",
|
|
85226
|
+
"screen",
|
|
85227
|
+
"soft-light",
|
|
85228
|
+
"source-atop",
|
|
85229
|
+
"source-in",
|
|
85230
|
+
"source-out",
|
|
85231
|
+
"source-over",
|
|
85232
|
+
"xor"
|
|
85233
|
+
],
|
|
85234
|
+
"type": "string"
|
|
85235
|
+
},
|
|
85236
|
+
"globalZIndex": {
|
|
85237
|
+
"type": "number"
|
|
85238
|
+
},
|
|
83684
85239
|
"height": {
|
|
83685
85240
|
"type": "number"
|
|
83686
85241
|
},
|
|
@@ -83730,6 +85285,15 @@
|
|
|
83730
85285
|
"outerBorder": {
|
|
83731
85286
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
83732
85287
|
},
|
|
85288
|
+
"overflow": {
|
|
85289
|
+
"enum": [
|
|
85290
|
+
"hidden",
|
|
85291
|
+
"scroll",
|
|
85292
|
+
"scroll-x",
|
|
85293
|
+
"scroll-y"
|
|
85294
|
+
],
|
|
85295
|
+
"type": "string"
|
|
85296
|
+
},
|
|
83733
85297
|
"pickMode": {
|
|
83734
85298
|
"enum": [
|
|
83735
85299
|
"accurate",
|
|
@@ -83900,6 +85464,8 @@
|
|
|
83900
85464
|
"ellipsis",
|
|
83901
85465
|
"fill",
|
|
83902
85466
|
"fillOpacity",
|
|
85467
|
+
"globalCompositeOperation",
|
|
85468
|
+
"globalZIndex",
|
|
83903
85469
|
"height",
|
|
83904
85470
|
"html",
|
|
83905
85471
|
"innerBorder",
|
|
@@ -83916,6 +85482,7 @@
|
|
|
83916
85482
|
"miterLimit",
|
|
83917
85483
|
"opacity",
|
|
83918
85484
|
"outerBorder",
|
|
85485
|
+
"overflow",
|
|
83919
85486
|
"pickMode",
|
|
83920
85487
|
"pickable",
|
|
83921
85488
|
"postMatrix",
|
|
@@ -84181,6 +85748,41 @@
|
|
|
84181
85748
|
"fillOpacity": {
|
|
84182
85749
|
"type": "number"
|
|
84183
85750
|
},
|
|
85751
|
+
"globalCompositeOperation": {
|
|
85752
|
+
"enum": [
|
|
85753
|
+
"",
|
|
85754
|
+
"color",
|
|
85755
|
+
"color-burn",
|
|
85756
|
+
"color-dodge",
|
|
85757
|
+
"copy",
|
|
85758
|
+
"darken",
|
|
85759
|
+
"destination-atop",
|
|
85760
|
+
"destination-in",
|
|
85761
|
+
"destination-out",
|
|
85762
|
+
"destination-over",
|
|
85763
|
+
"difference",
|
|
85764
|
+
"exclusion",
|
|
85765
|
+
"hard-light",
|
|
85766
|
+
"hue",
|
|
85767
|
+
"lighten",
|
|
85768
|
+
"lighter",
|
|
85769
|
+
"luminosity",
|
|
85770
|
+
"multiply",
|
|
85771
|
+
"overlay",
|
|
85772
|
+
"saturation",
|
|
85773
|
+
"screen",
|
|
85774
|
+
"soft-light",
|
|
85775
|
+
"source-atop",
|
|
85776
|
+
"source-in",
|
|
85777
|
+
"source-out",
|
|
85778
|
+
"source-over",
|
|
85779
|
+
"xor"
|
|
85780
|
+
],
|
|
85781
|
+
"type": "string"
|
|
85782
|
+
},
|
|
85783
|
+
"globalZIndex": {
|
|
85784
|
+
"type": "number"
|
|
85785
|
+
},
|
|
84184
85786
|
"height": {
|
|
84185
85787
|
"type": "number"
|
|
84186
85788
|
},
|
|
@@ -84250,6 +85852,15 @@
|
|
|
84250
85852
|
"outerBorder": {
|
|
84251
85853
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
84252
85854
|
},
|
|
85855
|
+
"overflow": {
|
|
85856
|
+
"enum": [
|
|
85857
|
+
"hidden",
|
|
85858
|
+
"scroll",
|
|
85859
|
+
"scroll-x",
|
|
85860
|
+
"scroll-y"
|
|
85861
|
+
],
|
|
85862
|
+
"type": "string"
|
|
85863
|
+
},
|
|
84253
85864
|
"pickMode": {
|
|
84254
85865
|
"enum": [
|
|
84255
85866
|
"accurate",
|
|
@@ -84420,6 +86031,8 @@
|
|
|
84420
86031
|
"dz",
|
|
84421
86032
|
"fill",
|
|
84422
86033
|
"fillOpacity",
|
|
86034
|
+
"globalCompositeOperation",
|
|
86035
|
+
"globalZIndex",
|
|
84423
86036
|
"height",
|
|
84424
86037
|
"html",
|
|
84425
86038
|
"id",
|
|
@@ -84436,6 +86049,7 @@
|
|
|
84436
86049
|
"miterLimit",
|
|
84437
86050
|
"opacity",
|
|
84438
86051
|
"outerBorder",
|
|
86052
|
+
"overflow",
|
|
84439
86053
|
"pickMode",
|
|
84440
86054
|
"pickable",
|
|
84441
86055
|
"postMatrix",
|
|
@@ -84622,6 +86236,41 @@
|
|
|
84622
86236
|
"fillOpacity": {
|
|
84623
86237
|
"type": "number"
|
|
84624
86238
|
},
|
|
86239
|
+
"globalCompositeOperation": {
|
|
86240
|
+
"enum": [
|
|
86241
|
+
"",
|
|
86242
|
+
"color",
|
|
86243
|
+
"color-burn",
|
|
86244
|
+
"color-dodge",
|
|
86245
|
+
"copy",
|
|
86246
|
+
"darken",
|
|
86247
|
+
"destination-atop",
|
|
86248
|
+
"destination-in",
|
|
86249
|
+
"destination-out",
|
|
86250
|
+
"destination-over",
|
|
86251
|
+
"difference",
|
|
86252
|
+
"exclusion",
|
|
86253
|
+
"hard-light",
|
|
86254
|
+
"hue",
|
|
86255
|
+
"lighten",
|
|
86256
|
+
"lighter",
|
|
86257
|
+
"luminosity",
|
|
86258
|
+
"multiply",
|
|
86259
|
+
"overlay",
|
|
86260
|
+
"saturation",
|
|
86261
|
+
"screen",
|
|
86262
|
+
"soft-light",
|
|
86263
|
+
"source-atop",
|
|
86264
|
+
"source-in",
|
|
86265
|
+
"source-out",
|
|
86266
|
+
"source-over",
|
|
86267
|
+
"xor"
|
|
86268
|
+
],
|
|
86269
|
+
"type": "string"
|
|
86270
|
+
},
|
|
86271
|
+
"globalZIndex": {
|
|
86272
|
+
"type": "number"
|
|
86273
|
+
},
|
|
84625
86274
|
"html": {
|
|
84626
86275
|
"typeof": "function"
|
|
84627
86276
|
},
|
|
@@ -84659,6 +86308,15 @@
|
|
|
84659
86308
|
"outerBorder": {
|
|
84660
86309
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
84661
86310
|
},
|
|
86311
|
+
"overflow": {
|
|
86312
|
+
"enum": [
|
|
86313
|
+
"hidden",
|
|
86314
|
+
"scroll",
|
|
86315
|
+
"scroll-x",
|
|
86316
|
+
"scroll-y"
|
|
86317
|
+
],
|
|
86318
|
+
"type": "string"
|
|
86319
|
+
},
|
|
84662
86320
|
"pickMode": {
|
|
84663
86321
|
"enum": [
|
|
84664
86322
|
"accurate",
|
|
@@ -84827,6 +86485,8 @@
|
|
|
84827
86485
|
"dz",
|
|
84828
86486
|
"fill",
|
|
84829
86487
|
"fillOpacity",
|
|
86488
|
+
"globalCompositeOperation",
|
|
86489
|
+
"globalZIndex",
|
|
84830
86490
|
"html",
|
|
84831
86491
|
"innerBorder",
|
|
84832
86492
|
"keepDirIn3d",
|
|
@@ -84839,6 +86499,7 @@
|
|
|
84839
86499
|
"miterLimit",
|
|
84840
86500
|
"opacity",
|
|
84841
86501
|
"outerBorder",
|
|
86502
|
+
"overflow",
|
|
84842
86503
|
"pickMode",
|
|
84843
86504
|
"pickable",
|
|
84844
86505
|
"postMatrix",
|
|
@@ -85053,6 +86714,41 @@
|
|
|
85053
86714
|
"number"
|
|
85054
86715
|
]
|
|
85055
86716
|
},
|
|
86717
|
+
"globalCompositeOperation": {
|
|
86718
|
+
"enum": [
|
|
86719
|
+
"",
|
|
86720
|
+
"color",
|
|
86721
|
+
"color-burn",
|
|
86722
|
+
"color-dodge",
|
|
86723
|
+
"copy",
|
|
86724
|
+
"darken",
|
|
86725
|
+
"destination-atop",
|
|
86726
|
+
"destination-in",
|
|
86727
|
+
"destination-out",
|
|
86728
|
+
"destination-over",
|
|
86729
|
+
"difference",
|
|
86730
|
+
"exclusion",
|
|
86731
|
+
"hard-light",
|
|
86732
|
+
"hue",
|
|
86733
|
+
"lighten",
|
|
86734
|
+
"lighter",
|
|
86735
|
+
"luminosity",
|
|
86736
|
+
"multiply",
|
|
86737
|
+
"overlay",
|
|
86738
|
+
"saturation",
|
|
86739
|
+
"screen",
|
|
86740
|
+
"soft-light",
|
|
86741
|
+
"source-atop",
|
|
86742
|
+
"source-in",
|
|
86743
|
+
"source-out",
|
|
86744
|
+
"source-over",
|
|
86745
|
+
"xor"
|
|
86746
|
+
],
|
|
86747
|
+
"type": "string"
|
|
86748
|
+
},
|
|
86749
|
+
"globalZIndex": {
|
|
86750
|
+
"type": "number"
|
|
86751
|
+
},
|
|
85056
86752
|
"html": {
|
|
85057
86753
|
"typeof": "function"
|
|
85058
86754
|
},
|
|
@@ -85102,6 +86798,15 @@
|
|
|
85102
86798
|
"outerBorder": {
|
|
85103
86799
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
85104
86800
|
},
|
|
86801
|
+
"overflow": {
|
|
86802
|
+
"enum": [
|
|
86803
|
+
"hidden",
|
|
86804
|
+
"scroll",
|
|
86805
|
+
"scroll-x",
|
|
86806
|
+
"scroll-y"
|
|
86807
|
+
],
|
|
86808
|
+
"type": "string"
|
|
86809
|
+
},
|
|
85105
86810
|
"pickMode": {
|
|
85106
86811
|
"enum": [
|
|
85107
86812
|
"accurate",
|
|
@@ -85298,6 +87003,8 @@
|
|
|
85298
87003
|
"fontStyle",
|
|
85299
87004
|
"fontVariant",
|
|
85300
87005
|
"fontWeight",
|
|
87006
|
+
"globalCompositeOperation",
|
|
87007
|
+
"globalZIndex",
|
|
85301
87008
|
"html",
|
|
85302
87009
|
"ignoreBuf",
|
|
85303
87010
|
"innerBorder",
|
|
@@ -85314,6 +87021,7 @@
|
|
|
85314
87021
|
"miterLimit",
|
|
85315
87022
|
"opacity",
|
|
85316
87023
|
"outerBorder",
|
|
87024
|
+
"overflow",
|
|
85317
87025
|
"pickMode",
|
|
85318
87026
|
"pickable",
|
|
85319
87027
|
"postMatrix",
|