@visactor/vchart-schema 1.3.1 → 1.4.0-alpha.2
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 +687 -81
package/vchart.json
CHANGED
|
@@ -4574,7 +4574,7 @@
|
|
|
4574
4574
|
},
|
|
4575
4575
|
"type": "object"
|
|
4576
4576
|
},
|
|
4577
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|
|
|
4577
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>": {
|
|
4578
4578
|
"anyOf": [
|
|
4579
4579
|
{
|
|
4580
4580
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
|
|
@@ -4604,10 +4604,6 @@
|
|
|
4604
4604
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>",
|
|
4605
4605
|
"description": "style格式转换"
|
|
4606
4606
|
},
|
|
4607
|
-
{
|
|
4608
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
|
|
4609
|
-
"description": "style格式转换"
|
|
4610
|
-
},
|
|
4611
4607
|
{
|
|
4612
4608
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>",
|
|
4613
4609
|
"description": "style格式转换"
|
|
@@ -4629,11 +4625,15 @@
|
|
|
4629
4625
|
"description": "style格式转换"
|
|
4630
4626
|
},
|
|
4631
4627
|
{
|
|
4632
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
4628
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>",
|
|
4633
4629
|
"description": "style格式转换"
|
|
4634
4630
|
},
|
|
4635
4631
|
{
|
|
4636
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
4632
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
|
|
4633
|
+
"description": "style格式转换"
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
|
|
4637
4637
|
"description": "style格式转换"
|
|
4638
4638
|
},
|
|
4639
4639
|
{
|
|
@@ -4643,7 +4643,7 @@
|
|
|
4643
4643
|
],
|
|
4644
4644
|
"description": "style格式转换"
|
|
4645
4645
|
},
|
|
4646
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|
|
|
4646
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>": {
|
|
4647
4647
|
"anyOf": [
|
|
4648
4648
|
{
|
|
4649
4649
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
|
|
@@ -4673,10 +4673,6 @@
|
|
|
4673
4673
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>_1",
|
|
4674
4674
|
"description": "style格式转换"
|
|
4675
4675
|
},
|
|
4676
|
-
{
|
|
4677
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
|
|
4678
|
-
"description": "style格式转换"
|
|
4679
|
-
},
|
|
4680
4676
|
{
|
|
4681
4677
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>_1",
|
|
4682
4678
|
"description": "style格式转换"
|
|
@@ -4698,11 +4694,15 @@
|
|
|
4698
4694
|
"description": "style格式转换"
|
|
4699
4695
|
},
|
|
4700
4696
|
{
|
|
4701
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
4697
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>_1",
|
|
4702
4698
|
"description": "style格式转换"
|
|
4703
4699
|
},
|
|
4704
4700
|
{
|
|
4705
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
4701
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
|
|
4702
|
+
"description": "style格式转换"
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>_1",
|
|
4706
4706
|
"description": "style格式转换"
|
|
4707
4707
|
},
|
|
4708
4708
|
{
|
|
@@ -5072,11 +5072,11 @@
|
|
|
5072
5072
|
"description": "文字内容"
|
|
5073
5073
|
},
|
|
5074
5074
|
"textAlign": {
|
|
5075
|
-
"$ref": "#/definitions/VisualType<
|
|
5075
|
+
"$ref": "#/definitions/VisualType<TextAlignType>",
|
|
5076
5076
|
"description": "文字对齐方式"
|
|
5077
5077
|
},
|
|
5078
5078
|
"textBaseline": {
|
|
5079
|
-
"$ref": "#/definitions/VisualType<
|
|
5079
|
+
"$ref": "#/definitions/VisualType<TextBaselineType>",
|
|
5080
5080
|
"description": "文字居中方式"
|
|
5081
5081
|
},
|
|
5082
5082
|
"texture": {
|
|
@@ -5233,11 +5233,11 @@
|
|
|
5233
5233
|
"description": "文字内容"
|
|
5234
5234
|
},
|
|
5235
5235
|
"textAlign": {
|
|
5236
|
-
"$ref": "#/definitions/VisualType<
|
|
5236
|
+
"$ref": "#/definitions/VisualType<TextAlignType>",
|
|
5237
5237
|
"description": "文字对齐方式"
|
|
5238
5238
|
},
|
|
5239
5239
|
"textBaseline": {
|
|
5240
|
-
"$ref": "#/definitions/VisualType<
|
|
5240
|
+
"$ref": "#/definitions/VisualType<TextBaselineType>",
|
|
5241
5241
|
"description": "文字居中方式"
|
|
5242
5242
|
},
|
|
5243
5243
|
"texture": {
|
|
@@ -5394,11 +5394,11 @@
|
|
|
5394
5394
|
"description": "文字内容"
|
|
5395
5395
|
},
|
|
5396
5396
|
"textAlign": {
|
|
5397
|
-
"$ref": "#/definitions/VisualType<
|
|
5397
|
+
"$ref": "#/definitions/VisualType<TextAlignType>",
|
|
5398
5398
|
"description": "文字对齐方式"
|
|
5399
5399
|
},
|
|
5400
5400
|
"textBaseline": {
|
|
5401
|
-
"$ref": "#/definitions/VisualType<
|
|
5401
|
+
"$ref": "#/definitions/VisualType<TextBaselineType>",
|
|
5402
5402
|
"description": "文字居中方式"
|
|
5403
5403
|
},
|
|
5404
5404
|
"texture": {
|
|
@@ -18206,6 +18206,9 @@
|
|
|
18206
18206
|
{
|
|
18207
18207
|
"$ref": "#/definitions/HTMLImageElement"
|
|
18208
18208
|
},
|
|
18209
|
+
{
|
|
18210
|
+
"typeof": "function"
|
|
18211
|
+
},
|
|
18209
18212
|
{
|
|
18210
18213
|
"type": "string"
|
|
18211
18214
|
}
|
|
@@ -24284,9 +24287,6 @@
|
|
|
24284
24287
|
"series": {
|
|
24285
24288
|
"items": {
|
|
24286
24289
|
"anyOf": [
|
|
24287
|
-
{
|
|
24288
|
-
"$ref": "#/definitions/IAreaSeriesSpec"
|
|
24289
|
-
},
|
|
24290
24290
|
{
|
|
24291
24291
|
"$ref": "#/definitions/IBarSeriesSpec"
|
|
24292
24292
|
},
|
|
@@ -24294,10 +24294,7 @@
|
|
|
24294
24294
|
"$ref": "#/definitions/IBar3dSeriesSpec"
|
|
24295
24295
|
},
|
|
24296
24296
|
{
|
|
24297
|
-
"$ref": "#/definitions/
|
|
24298
|
-
},
|
|
24299
|
-
{
|
|
24300
|
-
"$ref": "#/definitions/IDotSeriesSpec"
|
|
24297
|
+
"$ref": "#/definitions/IWaterfallSeriesSpec"
|
|
24301
24298
|
},
|
|
24302
24299
|
{
|
|
24303
24300
|
"$ref": "#/definitions/IFunnelSeriesSpec"
|
|
@@ -24305,6 +24302,15 @@
|
|
|
24305
24302
|
{
|
|
24306
24303
|
"$ref": "#/definitions/IFunnel3dSeriesSpec"
|
|
24307
24304
|
},
|
|
24305
|
+
{
|
|
24306
|
+
"$ref": "#/definitions/IAreaSeriesSpec"
|
|
24307
|
+
},
|
|
24308
|
+
{
|
|
24309
|
+
"$ref": "#/definitions/ICircularProgressSeriesSpec"
|
|
24310
|
+
},
|
|
24311
|
+
{
|
|
24312
|
+
"$ref": "#/definitions/IDotSeriesSpec"
|
|
24313
|
+
},
|
|
24308
24314
|
{
|
|
24309
24315
|
"$ref": "#/definitions/IGaugePointerSeriesSpec"
|
|
24310
24316
|
},
|
|
@@ -24335,9 +24341,6 @@
|
|
|
24335
24341
|
{
|
|
24336
24342
|
"$ref": "#/definitions/IScatterSeriesSpec"
|
|
24337
24343
|
},
|
|
24338
|
-
{
|
|
24339
|
-
"$ref": "#/definitions/IWaterfallSeriesSpec"
|
|
24340
|
-
},
|
|
24341
24344
|
{
|
|
24342
24345
|
"$ref": "#/definitions/IWordCloudSeriesSpec"
|
|
24343
24346
|
},
|
|
@@ -24351,25 +24354,25 @@
|
|
|
24351
24354
|
"$ref": "#/definitions/ISunburstSeriesSpec"
|
|
24352
24355
|
},
|
|
24353
24356
|
{
|
|
24354
|
-
"$ref": "#/definitions/
|
|
24357
|
+
"$ref": "#/definitions/IBoxPlotSeriesSpec"
|
|
24355
24358
|
},
|
|
24356
24359
|
{
|
|
24357
|
-
"$ref": "#/definitions/
|
|
24360
|
+
"$ref": "#/definitions/ICirclePackingSeriesSpec"
|
|
24358
24361
|
},
|
|
24359
24362
|
{
|
|
24360
|
-
"$ref": "#/definitions/
|
|
24363
|
+
"$ref": "#/definitions/IRangeColumnChartSpec"
|
|
24361
24364
|
},
|
|
24362
24365
|
{
|
|
24363
|
-
"$ref": "#/definitions/
|
|
24366
|
+
"$ref": "#/definitions/IRangeAreaChartSpec"
|
|
24364
24367
|
},
|
|
24365
24368
|
{
|
|
24366
|
-
"$ref": "#/definitions/
|
|
24369
|
+
"$ref": "#/definitions/IRoseSeriesSpec"
|
|
24367
24370
|
},
|
|
24368
24371
|
{
|
|
24369
|
-
"$ref": "#/definitions/
|
|
24372
|
+
"$ref": "#/definitions/IHeatmapSeriesSpec"
|
|
24370
24373
|
},
|
|
24371
24374
|
{
|
|
24372
|
-
"$ref": "#/definitions/
|
|
24375
|
+
"$ref": "#/definitions/ISankeySeriesSpec"
|
|
24373
24376
|
}
|
|
24374
24377
|
]
|
|
24375
24378
|
},
|
|
@@ -25820,11 +25823,11 @@
|
|
|
25820
25823
|
"type": "number"
|
|
25821
25824
|
},
|
|
25822
25825
|
"state": {
|
|
25823
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|
|
|
25826
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>>",
|
|
25824
25827
|
"description": "不同状态下的样式配置"
|
|
25825
25828
|
},
|
|
25826
25829
|
"style": {
|
|
25827
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|
|
|
25830
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>",
|
|
25828
25831
|
"description": "默认样式设置"
|
|
25829
25832
|
},
|
|
25830
25833
|
"support3d": {
|
|
@@ -26664,6 +26667,16 @@
|
|
|
26664
26667
|
"$ref": "#/definitions/HTMLImageElement"
|
|
26665
26668
|
}
|
|
26666
26669
|
]
|
|
26670
|
+
},
|
|
26671
|
+
{
|
|
26672
|
+
"allOf": [
|
|
26673
|
+
{
|
|
26674
|
+
"typeof": "function"
|
|
26675
|
+
},
|
|
26676
|
+
{
|
|
26677
|
+
"typeof": "function"
|
|
26678
|
+
}
|
|
26679
|
+
]
|
|
26667
26680
|
}
|
|
26668
26681
|
],
|
|
26669
26682
|
"description": "图例背景配置"
|
|
@@ -26808,6 +26821,9 @@
|
|
|
26808
26821
|
"hover": {
|
|
26809
26822
|
"type": "boolean"
|
|
26810
26823
|
},
|
|
26824
|
+
"html": {
|
|
26825
|
+
"typeof": "function"
|
|
26826
|
+
},
|
|
26811
26827
|
"innerBorder": {
|
|
26812
26828
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
26813
26829
|
},
|
|
@@ -27240,6 +27256,9 @@
|
|
|
27240
27256
|
"shadowOffsetY": {
|
|
27241
27257
|
"type": "number"
|
|
27242
27258
|
},
|
|
27259
|
+
"shadowRootIdx": {
|
|
27260
|
+
"type": "number"
|
|
27261
|
+
},
|
|
27243
27262
|
"stroke": {
|
|
27244
27263
|
"anyOf": [
|
|
27245
27264
|
{
|
|
@@ -27630,6 +27649,9 @@
|
|
|
27630
27649
|
},
|
|
27631
27650
|
"IDrawContribution": {
|
|
27632
27651
|
"properties": {
|
|
27652
|
+
"afterDraw": {
|
|
27653
|
+
"typeof": "function"
|
|
27654
|
+
},
|
|
27633
27655
|
"backupDirtyBounds": {
|
|
27634
27656
|
"$ref": "#/definitions/IBounds"
|
|
27635
27657
|
},
|
|
@@ -27790,11 +27812,11 @@
|
|
|
27790
27812
|
"type": "number"
|
|
27791
27813
|
},
|
|
27792
27814
|
"state": {
|
|
27793
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|
|
|
27815
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>>",
|
|
27794
27816
|
"description": "不同状态下的样式配置"
|
|
27795
27817
|
},
|
|
27796
27818
|
"style": {
|
|
27797
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|
|
|
27819
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>",
|
|
27798
27820
|
"description": "默认样式设置"
|
|
27799
27821
|
},
|
|
27800
27822
|
"support3d": {
|
|
@@ -30882,6 +30904,9 @@
|
|
|
30882
30904
|
"addUpdateGlobalPositionTag": {
|
|
30883
30905
|
"typeof": "function"
|
|
30884
30906
|
},
|
|
30907
|
+
"addUpdateLayoutTag": {
|
|
30908
|
+
"typeof": "function"
|
|
30909
|
+
},
|
|
30885
30910
|
"addUpdatePositionTag": {
|
|
30886
30911
|
"typeof": "function"
|
|
30887
30912
|
},
|
|
@@ -30915,6 +30940,9 @@
|
|
|
30915
30940
|
"backgroundImg": {
|
|
30916
30941
|
"type": "boolean"
|
|
30917
30942
|
},
|
|
30943
|
+
"bindDom": {
|
|
30944
|
+
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>"
|
|
30945
|
+
},
|
|
30918
30946
|
"childrenCount": {
|
|
30919
30947
|
"type": "number"
|
|
30920
30948
|
},
|
|
@@ -31180,7 +31208,7 @@
|
|
|
31180
31208
|
"typeof": "function"
|
|
31181
31209
|
},
|
|
31182
31210
|
"resources": {
|
|
31183
|
-
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
31211
|
+
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
31184
31212
|
},
|
|
31185
31213
|
"rotate": {
|
|
31186
31214
|
"typeof": "function"
|
|
@@ -31288,6 +31316,7 @@
|
|
|
31288
31316
|
"addState",
|
|
31289
31317
|
"addUpdateBoundTag",
|
|
31290
31318
|
"addUpdateGlobalPositionTag",
|
|
31319
|
+
"addUpdateLayoutTag",
|
|
31291
31320
|
"addUpdatePositionTag",
|
|
31292
31321
|
"addUpdateShapeAndBoundsTag",
|
|
31293
31322
|
"animate",
|
|
@@ -31422,6 +31451,9 @@
|
|
|
31422
31451
|
"addUpdateGlobalPositionTag": {
|
|
31423
31452
|
"typeof": "function"
|
|
31424
31453
|
},
|
|
31454
|
+
"addUpdateLayoutTag": {
|
|
31455
|
+
"typeof": "function"
|
|
31456
|
+
},
|
|
31425
31457
|
"addUpdatePositionTag": {
|
|
31426
31458
|
"typeof": "function"
|
|
31427
31459
|
},
|
|
@@ -31455,6 +31487,9 @@
|
|
|
31455
31487
|
"backgroundImg": {
|
|
31456
31488
|
"type": "boolean"
|
|
31457
31489
|
},
|
|
31490
|
+
"bindDom": {
|
|
31491
|
+
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>"
|
|
31492
|
+
},
|
|
31458
31493
|
"childrenCount": {
|
|
31459
31494
|
"type": "number"
|
|
31460
31495
|
},
|
|
@@ -31720,7 +31755,7 @@
|
|
|
31720
31755
|
"typeof": "function"
|
|
31721
31756
|
},
|
|
31722
31757
|
"resources": {
|
|
31723
|
-
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
31758
|
+
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
31724
31759
|
},
|
|
31725
31760
|
"rotate": {
|
|
31726
31761
|
"typeof": "function"
|
|
@@ -31828,6 +31863,7 @@
|
|
|
31828
31863
|
"addState",
|
|
31829
31864
|
"addUpdateBoundTag",
|
|
31830
31865
|
"addUpdateGlobalPositionTag",
|
|
31866
|
+
"addUpdateLayoutTag",
|
|
31831
31867
|
"addUpdatePositionTag",
|
|
31832
31868
|
"addUpdateShapeAndBoundsTag",
|
|
31833
31869
|
"animate",
|
|
@@ -31957,6 +31993,12 @@
|
|
|
31957
31993
|
},
|
|
31958
31994
|
"visible": {
|
|
31959
31995
|
"type": "boolean"
|
|
31996
|
+
},
|
|
31997
|
+
"zIndex": {
|
|
31998
|
+
"default": 50,
|
|
31999
|
+
"description": "快捷属性,也可以在 `style` 中配置,用于配置网格线的绘制顺序,默认为 50",
|
|
32000
|
+
"since": "1.4.0",
|
|
32001
|
+
"type": "number"
|
|
31960
32002
|
}
|
|
31961
32003
|
},
|
|
31962
32004
|
"type": "object"
|
|
@@ -32039,6 +32081,9 @@
|
|
|
32039
32081
|
"addUpdateGlobalPositionTag": {
|
|
32040
32082
|
"typeof": "function"
|
|
32041
32083
|
},
|
|
32084
|
+
"addUpdateLayoutTag": {
|
|
32085
|
+
"typeof": "function"
|
|
32086
|
+
},
|
|
32042
32087
|
"addUpdatePositionTag": {
|
|
32043
32088
|
"typeof": "function"
|
|
32044
32089
|
},
|
|
@@ -32072,6 +32117,9 @@
|
|
|
32072
32117
|
"backgroundImg": {
|
|
32073
32118
|
"type": "boolean"
|
|
32074
32119
|
},
|
|
32120
|
+
"bindDom": {
|
|
32121
|
+
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>"
|
|
32122
|
+
},
|
|
32075
32123
|
"childrenCount": {
|
|
32076
32124
|
"type": "number"
|
|
32077
32125
|
},
|
|
@@ -32355,7 +32403,7 @@
|
|
|
32355
32403
|
"typeof": "function"
|
|
32356
32404
|
},
|
|
32357
32405
|
"resources": {
|
|
32358
|
-
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
32406
|
+
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
32359
32407
|
},
|
|
32360
32408
|
"rotate": {
|
|
32361
32409
|
"typeof": "function"
|
|
@@ -32472,6 +32520,7 @@
|
|
|
32472
32520
|
"addState",
|
|
32473
32521
|
"addUpdateBoundTag",
|
|
32474
32522
|
"addUpdateGlobalPositionTag",
|
|
32523
|
+
"addUpdateLayoutTag",
|
|
32475
32524
|
"addUpdatePositionTag",
|
|
32476
32525
|
"addUpdateShapeAndBoundsTag",
|
|
32477
32526
|
"animate",
|
|
@@ -35329,6 +35378,9 @@
|
|
|
35329
35378
|
"addUpdateGlobalPositionTag": {
|
|
35330
35379
|
"typeof": "function"
|
|
35331
35380
|
},
|
|
35381
|
+
"addUpdateLayoutTag": {
|
|
35382
|
+
"typeof": "function"
|
|
35383
|
+
},
|
|
35332
35384
|
"addUpdatePositionTag": {
|
|
35333
35385
|
"typeof": "function"
|
|
35334
35386
|
},
|
|
@@ -35368,6 +35420,9 @@
|
|
|
35368
35420
|
"backgroundImg": {
|
|
35369
35421
|
"type": "boolean"
|
|
35370
35422
|
},
|
|
35423
|
+
"bindDom": {
|
|
35424
|
+
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>"
|
|
35425
|
+
},
|
|
35371
35426
|
"blendMode": {
|
|
35372
35427
|
"type": "string"
|
|
35373
35428
|
},
|
|
@@ -35706,7 +35761,7 @@
|
|
|
35706
35761
|
"typeof": "function"
|
|
35707
35762
|
},
|
|
35708
35763
|
"resources": {
|
|
35709
|
-
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
35764
|
+
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
35710
35765
|
},
|
|
35711
35766
|
"rotate": {
|
|
35712
35767
|
"typeof": "function"
|
|
@@ -35847,6 +35902,7 @@
|
|
|
35847
35902
|
"addState",
|
|
35848
35903
|
"addUpdateBoundTag",
|
|
35849
35904
|
"addUpdateGlobalPositionTag",
|
|
35905
|
+
"addUpdateLayoutTag",
|
|
35850
35906
|
"addUpdatePositionTag",
|
|
35851
35907
|
"addUpdateShapeAndBoundsTag",
|
|
35852
35908
|
"afterDraw",
|
|
@@ -42750,6 +42806,9 @@
|
|
|
42750
42806
|
}
|
|
42751
42807
|
]
|
|
42752
42808
|
},
|
|
42809
|
+
"contentFormatMethod": {
|
|
42810
|
+
"typeof": "function"
|
|
42811
|
+
},
|
|
42753
42812
|
"contentStyle": {
|
|
42754
42813
|
"allOf": [
|
|
42755
42814
|
{
|
|
@@ -42820,6 +42879,9 @@
|
|
|
42820
42879
|
"height": {
|
|
42821
42880
|
"type": "number"
|
|
42822
42881
|
},
|
|
42882
|
+
"html": {
|
|
42883
|
+
"typeof": "function"
|
|
42884
|
+
},
|
|
42823
42885
|
"innerBorder": {
|
|
42824
42886
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
42825
42887
|
},
|
|
@@ -42951,6 +43013,9 @@
|
|
|
42951
43013
|
"shadowOffsetY": {
|
|
42952
43014
|
"type": "number"
|
|
42953
43015
|
},
|
|
43016
|
+
"shadowRootIdx": {
|
|
43017
|
+
"type": "number"
|
|
43018
|
+
},
|
|
42954
43019
|
"space": {
|
|
42955
43020
|
"type": "number"
|
|
42956
43021
|
},
|
|
@@ -43025,6 +43090,9 @@
|
|
|
43025
43090
|
}
|
|
43026
43091
|
]
|
|
43027
43092
|
},
|
|
43093
|
+
"titleFormatMethod": {
|
|
43094
|
+
"typeof": "function"
|
|
43095
|
+
},
|
|
43028
43096
|
"titleStyle": {
|
|
43029
43097
|
"allOf": [
|
|
43030
43098
|
{
|
|
@@ -51244,6 +51312,9 @@
|
|
|
51244
51312
|
"addUpdateGlobalPositionTag": {
|
|
51245
51313
|
"typeof": "function"
|
|
51246
51314
|
},
|
|
51315
|
+
"addUpdateLayoutTag": {
|
|
51316
|
+
"typeof": "function"
|
|
51317
|
+
},
|
|
51247
51318
|
"addUpdatePositionTag": {
|
|
51248
51319
|
"typeof": "function"
|
|
51249
51320
|
},
|
|
@@ -51277,6 +51348,9 @@
|
|
|
51277
51348
|
"backgroundImg": {
|
|
51278
51349
|
"type": "boolean"
|
|
51279
51350
|
},
|
|
51351
|
+
"bindDom": {
|
|
51352
|
+
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>"
|
|
51353
|
+
},
|
|
51280
51354
|
"childrenCount": {
|
|
51281
51355
|
"type": "number"
|
|
51282
51356
|
},
|
|
@@ -51560,7 +51634,7 @@
|
|
|
51560
51634
|
"typeof": "function"
|
|
51561
51635
|
},
|
|
51562
51636
|
"resources": {
|
|
51563
|
-
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
51637
|
+
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
51564
51638
|
},
|
|
51565
51639
|
"rotate": {
|
|
51566
51640
|
"typeof": "function"
|
|
@@ -51680,6 +51754,7 @@
|
|
|
51680
51754
|
"addState",
|
|
51681
51755
|
"addUpdateBoundTag",
|
|
51682
51756
|
"addUpdateGlobalPositionTag",
|
|
51757
|
+
"addUpdateLayoutTag",
|
|
51683
51758
|
"addUpdatePositionTag",
|
|
51684
51759
|
"addUpdateShapeAndBoundsTag",
|
|
51685
51760
|
"animate",
|
|
@@ -51955,6 +52030,9 @@
|
|
|
51955
52030
|
"getLayer": {
|
|
51956
52031
|
"typeof": "function"
|
|
51957
52032
|
},
|
|
52033
|
+
"getTimeline": {
|
|
52034
|
+
"typeof": "function"
|
|
52035
|
+
},
|
|
51958
52036
|
"height": {
|
|
51959
52037
|
"type": "number"
|
|
51960
52038
|
},
|
|
@@ -52039,6 +52117,9 @@
|
|
|
52039
52117
|
"option3d": {
|
|
52040
52118
|
"$ref": "#/definitions/IOption3D"
|
|
52041
52119
|
},
|
|
52120
|
+
"params": {
|
|
52121
|
+
"$ref": "#/definitions/Partial<IStageParams>"
|
|
52122
|
+
},
|
|
52042
52123
|
"parent": {
|
|
52043
52124
|
"$ref": "#/definitions/IStage"
|
|
52044
52125
|
},
|
|
@@ -52237,6 +52318,7 @@
|
|
|
52237
52318
|
"getElementsByName",
|
|
52238
52319
|
"getElementsByType",
|
|
52239
52320
|
"getLayer",
|
|
52321
|
+
"getTimeline",
|
|
52240
52322
|
"height",
|
|
52241
52323
|
"hooks",
|
|
52242
52324
|
"increaseAutoRender",
|
|
@@ -52253,6 +52335,7 @@
|
|
|
52253
52335
|
"off",
|
|
52254
52336
|
"on",
|
|
52255
52337
|
"once",
|
|
52338
|
+
"params",
|
|
52256
52339
|
"parent",
|
|
52257
52340
|
"pick",
|
|
52258
52341
|
"pickerService",
|
|
@@ -53851,6 +53934,9 @@
|
|
|
53851
53934
|
},
|
|
53852
53935
|
"ITicker": {
|
|
53853
53936
|
"properties": {
|
|
53937
|
+
"addTimeline": {
|
|
53938
|
+
"typeof": "function"
|
|
53939
|
+
},
|
|
53854
53940
|
"getFPS": {
|
|
53855
53941
|
"typeof": "function"
|
|
53856
53942
|
},
|
|
@@ -53883,6 +53969,7 @@
|
|
|
53883
53969
|
}
|
|
53884
53970
|
},
|
|
53885
53971
|
"required": [
|
|
53972
|
+
"addTimeline",
|
|
53886
53973
|
"pause",
|
|
53887
53974
|
"resume",
|
|
53888
53975
|
"start",
|
|
@@ -56548,7 +56635,7 @@
|
|
|
56548
56635
|
],
|
|
56549
56636
|
"type": "object"
|
|
56550
56637
|
},
|
|
56551
|
-
"IVisualSpecStyle<unknown,
|
|
56638
|
+
"IVisualSpecStyle<unknown,TextAlignType>": {
|
|
56552
56639
|
"properties": {
|
|
56553
56640
|
"domain": {
|
|
56554
56641
|
"description": "will set to scale.domain, it means input of scale",
|
|
@@ -56561,7 +56648,7 @@
|
|
|
56561
56648
|
"range": {
|
|
56562
56649
|
"description": "will set to scale.range, it means output of scale",
|
|
56563
56650
|
"items": {
|
|
56564
|
-
"$ref": "#/definitions/
|
|
56651
|
+
"$ref": "#/definitions/TextAlignType"
|
|
56565
56652
|
},
|
|
56566
56653
|
"type": "array"
|
|
56567
56654
|
},
|
|
@@ -56580,7 +56667,7 @@
|
|
|
56580
56667
|
],
|
|
56581
56668
|
"type": "object"
|
|
56582
56669
|
},
|
|
56583
|
-
"IVisualSpecStyle<unknown,
|
|
56670
|
+
"IVisualSpecStyle<unknown,TextBaselineType>": {
|
|
56584
56671
|
"properties": {
|
|
56585
56672
|
"domain": {
|
|
56586
56673
|
"description": "will set to scale.domain, it means input of scale",
|
|
@@ -56593,7 +56680,7 @@
|
|
|
56593
56680
|
"range": {
|
|
56594
56681
|
"description": "will set to scale.range, it means output of scale",
|
|
56595
56682
|
"items": {
|
|
56596
|
-
"$ref": "#/definitions/
|
|
56683
|
+
"$ref": "#/definitions/TextBaselineType"
|
|
56597
56684
|
},
|
|
56598
56685
|
"type": "array"
|
|
56599
56686
|
},
|
|
@@ -58201,12 +58288,18 @@
|
|
|
58201
58288
|
"getNativeHandler": {
|
|
58202
58289
|
"typeof": "function"
|
|
58203
58290
|
},
|
|
58291
|
+
"getTopLeft": {
|
|
58292
|
+
"typeof": "function"
|
|
58293
|
+
},
|
|
58204
58294
|
"height": {
|
|
58205
58295
|
"type": "number"
|
|
58206
58296
|
},
|
|
58207
58297
|
"hooks": {
|
|
58208
58298
|
"typeof": "function"
|
|
58209
58299
|
},
|
|
58300
|
+
"isVisible": {
|
|
58301
|
+
"typeof": "function"
|
|
58302
|
+
},
|
|
58210
58303
|
"maxHeight": {
|
|
58211
58304
|
"type": "number"
|
|
58212
58305
|
},
|
|
@@ -58219,6 +58312,9 @@
|
|
|
58219
58312
|
"minWidth": {
|
|
58220
58313
|
"type": "number"
|
|
58221
58314
|
},
|
|
58315
|
+
"onVisibleChange": {
|
|
58316
|
+
"typeof": "function"
|
|
58317
|
+
},
|
|
58222
58318
|
"release": {
|
|
58223
58319
|
"typeof": "function"
|
|
58224
58320
|
},
|
|
@@ -58279,12 +58375,15 @@
|
|
|
58279
58375
|
"getContext",
|
|
58280
58376
|
"getImageBuffer",
|
|
58281
58377
|
"getNativeHandler",
|
|
58378
|
+
"getTopLeft",
|
|
58282
58379
|
"height",
|
|
58283
58380
|
"hooks",
|
|
58381
|
+
"isVisible",
|
|
58284
58382
|
"maxHeight",
|
|
58285
58383
|
"maxWidth",
|
|
58286
58384
|
"minHeight",
|
|
58287
58385
|
"minWidth",
|
|
58386
|
+
"onVisibleChange",
|
|
58288
58387
|
"release",
|
|
58289
58388
|
"removeEventListener",
|
|
58290
58389
|
"resizable",
|
|
@@ -60114,7 +60213,7 @@
|
|
|
60114
60213
|
},
|
|
60115
60214
|
"Map<Function,(...args:any[])=>void>": {
|
|
60116
60215
|
"properties": {
|
|
60117
|
-
"__@toStringTag@
|
|
60216
|
+
"__@toStringTag@12946": {
|
|
60118
60217
|
"type": "string"
|
|
60119
60218
|
},
|
|
60120
60219
|
"size": {
|
|
@@ -60122,14 +60221,14 @@
|
|
|
60122
60221
|
}
|
|
60123
60222
|
},
|
|
60124
60223
|
"required": [
|
|
60125
|
-
"__@toStringTag@
|
|
60224
|
+
"__@toStringTag@12946",
|
|
60126
60225
|
"size"
|
|
60127
60226
|
],
|
|
60128
60227
|
"type": "object"
|
|
60129
60228
|
},
|
|
60130
60229
|
"Map<number,IGraphicPicker>": {
|
|
60131
60230
|
"properties": {
|
|
60132
|
-
"__@toStringTag@
|
|
60231
|
+
"__@toStringTag@12946": {
|
|
60133
60232
|
"type": "string"
|
|
60134
60233
|
},
|
|
60135
60234
|
"size": {
|
|
@@ -60137,14 +60236,14 @@
|
|
|
60137
60236
|
}
|
|
60138
60237
|
},
|
|
60139
60238
|
"required": [
|
|
60140
|
-
"__@toStringTag@
|
|
60239
|
+
"__@toStringTag@12946",
|
|
60141
60240
|
"size"
|
|
60142
60241
|
],
|
|
60143
60242
|
"type": "object"
|
|
60144
60243
|
},
|
|
60145
60244
|
"Map<number,IGraphicRender>": {
|
|
60146
60245
|
"properties": {
|
|
60147
|
-
"__@toStringTag@
|
|
60246
|
+
"__@toStringTag@12946": {
|
|
60148
60247
|
"type": "string"
|
|
60149
60248
|
},
|
|
60150
60249
|
"size": {
|
|
@@ -60152,14 +60251,14 @@
|
|
|
60152
60251
|
}
|
|
60153
60252
|
},
|
|
60154
60253
|
"required": [
|
|
60155
|
-
"__@toStringTag@
|
|
60254
|
+
"__@toStringTag@12946",
|
|
60156
60255
|
"size"
|
|
60157
60256
|
],
|
|
60158
60257
|
"type": "object"
|
|
60159
60258
|
},
|
|
60160
60259
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
60161
60260
|
"properties": {
|
|
60162
|
-
"__@toStringTag@
|
|
60261
|
+
"__@toStringTag@12946": {
|
|
60163
60262
|
"type": "string"
|
|
60164
60263
|
},
|
|
60165
60264
|
"size": {
|
|
@@ -60167,14 +60266,14 @@
|
|
|
60167
60266
|
}
|
|
60168
60267
|
},
|
|
60169
60268
|
"required": [
|
|
60170
|
-
"__@toStringTag@
|
|
60269
|
+
"__@toStringTag@12946",
|
|
60171
60270
|
"size"
|
|
60172
60271
|
],
|
|
60173
60272
|
"type": "object"
|
|
60174
60273
|
},
|
|
60175
60274
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
60176
60275
|
"properties": {
|
|
60177
|
-
"__@toStringTag@
|
|
60276
|
+
"__@toStringTag@12946": {
|
|
60178
60277
|
"type": "string"
|
|
60179
60278
|
},
|
|
60180
60279
|
"size": {
|
|
@@ -60182,14 +60281,29 @@
|
|
|
60182
60281
|
}
|
|
60183
60282
|
},
|
|
60184
60283
|
"required": [
|
|
60185
|
-
"__@toStringTag@
|
|
60284
|
+
"__@toStringTag@12946",
|
|
60186
60285
|
"size"
|
|
60187
60286
|
],
|
|
60188
60287
|
"type": "object"
|
|
60189
60288
|
},
|
|
60190
60289
|
"Map<string,any>": {
|
|
60191
60290
|
"properties": {
|
|
60192
|
-
"__@toStringTag@
|
|
60291
|
+
"__@toStringTag@12946": {
|
|
60292
|
+
"type": "string"
|
|
60293
|
+
},
|
|
60294
|
+
"size": {
|
|
60295
|
+
"type": "number"
|
|
60296
|
+
}
|
|
60297
|
+
},
|
|
60298
|
+
"required": [
|
|
60299
|
+
"__@toStringTag@12946",
|
|
60300
|
+
"size"
|
|
60301
|
+
],
|
|
60302
|
+
"type": "object"
|
|
60303
|
+
},
|
|
60304
|
+
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
60305
|
+
"properties": {
|
|
60306
|
+
"__@toStringTag@12946": {
|
|
60193
60307
|
"type": "string"
|
|
60194
60308
|
},
|
|
60195
60309
|
"size": {
|
|
@@ -60197,14 +60311,14 @@
|
|
|
60197
60311
|
}
|
|
60198
60312
|
},
|
|
60199
60313
|
"required": [
|
|
60200
|
-
"__@toStringTag@
|
|
60314
|
+
"__@toStringTag@12946",
|
|
60201
60315
|
"size"
|
|
60202
60316
|
],
|
|
60203
60317
|
"type": "object"
|
|
60204
60318
|
},
|
|
60205
|
-
"Map<string|
|
|
60319
|
+
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
60206
60320
|
"properties": {
|
|
60207
|
-
"__@toStringTag@
|
|
60321
|
+
"__@toStringTag@12946": {
|
|
60208
60322
|
"type": "string"
|
|
60209
60323
|
},
|
|
60210
60324
|
"size": {
|
|
@@ -60212,14 +60326,14 @@
|
|
|
60212
60326
|
}
|
|
60213
60327
|
},
|
|
60214
60328
|
"required": [
|
|
60215
|
-
"__@toStringTag@
|
|
60329
|
+
"__@toStringTag@12946",
|
|
60216
60330
|
"size"
|
|
60217
60331
|
],
|
|
60218
60332
|
"type": "object"
|
|
60219
60333
|
},
|
|
60220
60334
|
"Map<string|number,IAnimate>": {
|
|
60221
60335
|
"properties": {
|
|
60222
|
-
"__@toStringTag@
|
|
60336
|
+
"__@toStringTag@12946": {
|
|
60223
60337
|
"type": "string"
|
|
60224
60338
|
},
|
|
60225
60339
|
"size": {
|
|
@@ -60227,7 +60341,7 @@
|
|
|
60227
60341
|
}
|
|
60228
60342
|
},
|
|
60229
60343
|
"required": [
|
|
60230
|
-
"__@toStringTag@
|
|
60344
|
+
"__@toStringTag@12946",
|
|
60231
60345
|
"size"
|
|
60232
60346
|
],
|
|
60233
60347
|
"type": "object"
|
|
@@ -60637,6 +60751,9 @@
|
|
|
60637
60751
|
{
|
|
60638
60752
|
"$ref": "#/definitions/HTMLImageElement"
|
|
60639
60753
|
},
|
|
60754
|
+
{
|
|
60755
|
+
"typeof": "function"
|
|
60756
|
+
},
|
|
60640
60757
|
{
|
|
60641
60758
|
"type": "string"
|
|
60642
60759
|
}
|
|
@@ -60749,6 +60866,9 @@
|
|
|
60749
60866
|
"hover": {
|
|
60750
60867
|
"type": "boolean"
|
|
60751
60868
|
},
|
|
60869
|
+
"html": {
|
|
60870
|
+
"typeof": "function"
|
|
60871
|
+
},
|
|
60752
60872
|
"innerBorder": {
|
|
60753
60873
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
60754
60874
|
},
|
|
@@ -60870,6 +60990,9 @@
|
|
|
60870
60990
|
"shadowOffsetY": {
|
|
60871
60991
|
"type": "number"
|
|
60872
60992
|
},
|
|
60993
|
+
"shadowRootIdx": {
|
|
60994
|
+
"type": "number"
|
|
60995
|
+
},
|
|
60873
60996
|
"stroke": {
|
|
60874
60997
|
"anyOf": [
|
|
60875
60998
|
{
|
|
@@ -63130,6 +63253,9 @@
|
|
|
63130
63253
|
"height": {
|
|
63131
63254
|
"type": "number"
|
|
63132
63255
|
},
|
|
63256
|
+
"html": {
|
|
63257
|
+
"typeof": "function"
|
|
63258
|
+
},
|
|
63133
63259
|
"innerBorder": {
|
|
63134
63260
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
63135
63261
|
},
|
|
@@ -63221,6 +63347,9 @@
|
|
|
63221
63347
|
"shadowOffsetY": {
|
|
63222
63348
|
"type": "number"
|
|
63223
63349
|
},
|
|
63350
|
+
"shadowRootIdx": {
|
|
63351
|
+
"type": "number"
|
|
63352
|
+
},
|
|
63224
63353
|
"stroke": {
|
|
63225
63354
|
"anyOf": [
|
|
63226
63355
|
{
|
|
@@ -64246,6 +64375,9 @@
|
|
|
64246
64375
|
{
|
|
64247
64376
|
"$ref": "#/definitions/HTMLImageElement"
|
|
64248
64377
|
},
|
|
64378
|
+
{
|
|
64379
|
+
"typeof": "function"
|
|
64380
|
+
},
|
|
64249
64381
|
{
|
|
64250
64382
|
"type": "string"
|
|
64251
64383
|
}
|
|
@@ -64349,6 +64481,9 @@
|
|
|
64349
64481
|
"height": {
|
|
64350
64482
|
"type": "number"
|
|
64351
64483
|
},
|
|
64484
|
+
"html": {
|
|
64485
|
+
"typeof": "function"
|
|
64486
|
+
},
|
|
64352
64487
|
"innerBorder": {
|
|
64353
64488
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
64354
64489
|
},
|
|
@@ -64443,6 +64578,9 @@
|
|
|
64443
64578
|
"shadowOffsetY": {
|
|
64444
64579
|
"type": "number"
|
|
64445
64580
|
},
|
|
64581
|
+
"shadowRootIdx": {
|
|
64582
|
+
"type": "number"
|
|
64583
|
+
},
|
|
64446
64584
|
"space": {
|
|
64447
64585
|
"type": "number"
|
|
64448
64586
|
},
|
|
@@ -64865,6 +65003,9 @@
|
|
|
64865
65003
|
{
|
|
64866
65004
|
"$ref": "#/definitions/HTMLImageElement"
|
|
64867
65005
|
},
|
|
65006
|
+
{
|
|
65007
|
+
"typeof": "function"
|
|
65008
|
+
},
|
|
64868
65009
|
{
|
|
64869
65010
|
"type": "string"
|
|
64870
65011
|
}
|
|
@@ -64955,6 +65096,9 @@
|
|
|
64955
65096
|
"forceShowCap": {
|
|
64956
65097
|
"type": "boolean"
|
|
64957
65098
|
},
|
|
65099
|
+
"html": {
|
|
65100
|
+
"typeof": "function"
|
|
65101
|
+
},
|
|
64958
65102
|
"innerBorder": {
|
|
64959
65103
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
64960
65104
|
},
|
|
@@ -65042,6 +65186,9 @@
|
|
|
65042
65186
|
"shadowOffsetY": {
|
|
65043
65187
|
"type": "number"
|
|
65044
65188
|
},
|
|
65189
|
+
"shadowRootIdx": {
|
|
65190
|
+
"type": "number"
|
|
65191
|
+
},
|
|
65045
65192
|
"startAngle": {
|
|
65046
65193
|
"type": "number"
|
|
65047
65194
|
},
|
|
@@ -65189,6 +65336,9 @@
|
|
|
65189
65336
|
{
|
|
65190
65337
|
"$ref": "#/definitions/HTMLImageElement"
|
|
65191
65338
|
},
|
|
65339
|
+
{
|
|
65340
|
+
"typeof": "function"
|
|
65341
|
+
},
|
|
65192
65342
|
{
|
|
65193
65343
|
"type": "string"
|
|
65194
65344
|
}
|
|
@@ -65270,6 +65420,9 @@
|
|
|
65270
65420
|
"fillOpacity": {
|
|
65271
65421
|
"type": "number"
|
|
65272
65422
|
},
|
|
65423
|
+
"html": {
|
|
65424
|
+
"typeof": "function"
|
|
65425
|
+
},
|
|
65273
65426
|
"innerBorder": {
|
|
65274
65427
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
65275
65428
|
},
|
|
@@ -65357,6 +65510,9 @@
|
|
|
65357
65510
|
"shadowOffsetY": {
|
|
65358
65511
|
"type": "number"
|
|
65359
65512
|
},
|
|
65513
|
+
"shadowRootIdx": {
|
|
65514
|
+
"type": "number"
|
|
65515
|
+
},
|
|
65360
65516
|
"stroke": {
|
|
65361
65517
|
"anyOf": [
|
|
65362
65518
|
{
|
|
@@ -65567,6 +65723,9 @@
|
|
|
65567
65723
|
{
|
|
65568
65724
|
"$ref": "#/definitions/HTMLImageElement"
|
|
65569
65725
|
},
|
|
65726
|
+
{
|
|
65727
|
+
"typeof": "function"
|
|
65728
|
+
},
|
|
65570
65729
|
{
|
|
65571
65730
|
"type": "string"
|
|
65572
65731
|
}
|
|
@@ -65628,6 +65787,9 @@
|
|
|
65628
65787
|
"fillOpacity": {
|
|
65629
65788
|
"type": "number"
|
|
65630
65789
|
},
|
|
65790
|
+
"html": {
|
|
65791
|
+
"typeof": "function"
|
|
65792
|
+
},
|
|
65631
65793
|
"innerBorder": {
|
|
65632
65794
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
65633
65795
|
},
|
|
@@ -65706,6 +65868,9 @@
|
|
|
65706
65868
|
"shadowOffsetY": {
|
|
65707
65869
|
"type": "number"
|
|
65708
65870
|
},
|
|
65871
|
+
"shadowRootIdx": {
|
|
65872
|
+
"type": "number"
|
|
65873
|
+
},
|
|
65709
65874
|
"startAngle": {
|
|
65710
65875
|
"type": "number"
|
|
65711
65876
|
},
|
|
@@ -65853,6 +66018,9 @@
|
|
|
65853
66018
|
{
|
|
65854
66019
|
"$ref": "#/definitions/HTMLImageElement"
|
|
65855
66020
|
},
|
|
66021
|
+
{
|
|
66022
|
+
"typeof": "function"
|
|
66023
|
+
},
|
|
65856
66024
|
{
|
|
65857
66025
|
"type": "string"
|
|
65858
66026
|
}
|
|
@@ -65930,6 +66098,9 @@
|
|
|
65930
66098
|
"height": {
|
|
65931
66099
|
"type": "number"
|
|
65932
66100
|
},
|
|
66101
|
+
"html": {
|
|
66102
|
+
"typeof": "function"
|
|
66103
|
+
},
|
|
65933
66104
|
"innerBorder": {
|
|
65934
66105
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
65935
66106
|
},
|
|
@@ -66015,6 +66186,9 @@
|
|
|
66015
66186
|
"shadowOffsetY": {
|
|
66016
66187
|
"type": "number"
|
|
66017
66188
|
},
|
|
66189
|
+
"shadowRootIdx": {
|
|
66190
|
+
"type": "number"
|
|
66191
|
+
},
|
|
66018
66192
|
"stroke": {
|
|
66019
66193
|
"anyOf": [
|
|
66020
66194
|
{
|
|
@@ -66162,6 +66336,9 @@
|
|
|
66162
66336
|
{
|
|
66163
66337
|
"$ref": "#/definitions/HTMLImageElement"
|
|
66164
66338
|
},
|
|
66339
|
+
{
|
|
66340
|
+
"typeof": "function"
|
|
66341
|
+
},
|
|
66165
66342
|
{
|
|
66166
66343
|
"type": "string"
|
|
66167
66344
|
}
|
|
@@ -66220,6 +66397,9 @@
|
|
|
66220
66397
|
"fillOpacity": {
|
|
66221
66398
|
"type": "number"
|
|
66222
66399
|
},
|
|
66400
|
+
"html": {
|
|
66401
|
+
"typeof": "function"
|
|
66402
|
+
},
|
|
66223
66403
|
"innerBorder": {
|
|
66224
66404
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
66225
66405
|
},
|
|
@@ -66295,6 +66475,9 @@
|
|
|
66295
66475
|
"shadowOffsetY": {
|
|
66296
66476
|
"type": "number"
|
|
66297
66477
|
},
|
|
66478
|
+
"shadowRootIdx": {
|
|
66479
|
+
"type": "number"
|
|
66480
|
+
},
|
|
66298
66481
|
"stroke": {
|
|
66299
66482
|
"anyOf": [
|
|
66300
66483
|
{
|
|
@@ -66456,6 +66639,9 @@
|
|
|
66456
66639
|
{
|
|
66457
66640
|
"$ref": "#/definitions/HTMLImageElement"
|
|
66458
66641
|
},
|
|
66642
|
+
{
|
|
66643
|
+
"typeof": "function"
|
|
66644
|
+
},
|
|
66459
66645
|
{
|
|
66460
66646
|
"type": "string"
|
|
66461
66647
|
}
|
|
@@ -66556,6 +66742,9 @@
|
|
|
66556
66742
|
"height": {
|
|
66557
66743
|
"type": "number"
|
|
66558
66744
|
},
|
|
66745
|
+
"html": {
|
|
66746
|
+
"typeof": "function"
|
|
66747
|
+
},
|
|
66559
66748
|
"innerBorder": {
|
|
66560
66749
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
66561
66750
|
},
|
|
@@ -66647,6 +66836,9 @@
|
|
|
66647
66836
|
"shadowOffsetY": {
|
|
66648
66837
|
"type": "number"
|
|
66649
66838
|
},
|
|
66839
|
+
"shadowRootIdx": {
|
|
66840
|
+
"type": "number"
|
|
66841
|
+
},
|
|
66650
66842
|
"stroke": {
|
|
66651
66843
|
"anyOf": [
|
|
66652
66844
|
{
|
|
@@ -66797,6 +66989,9 @@
|
|
|
66797
66989
|
{
|
|
66798
66990
|
"$ref": "#/definitions/HTMLImageElement"
|
|
66799
66991
|
},
|
|
66992
|
+
{
|
|
66993
|
+
"typeof": "function"
|
|
66994
|
+
},
|
|
66800
66995
|
{
|
|
66801
66996
|
"type": "string"
|
|
66802
66997
|
}
|
|
@@ -66834,6 +67029,19 @@
|
|
|
66834
67029
|
"childrenPickable": {
|
|
66835
67030
|
"type": "boolean"
|
|
66836
67031
|
},
|
|
67032
|
+
"cornerRadius": {
|
|
67033
|
+
"anyOf": [
|
|
67034
|
+
{
|
|
67035
|
+
"items": {
|
|
67036
|
+
"type": "number"
|
|
67037
|
+
},
|
|
67038
|
+
"type": "array"
|
|
67039
|
+
},
|
|
67040
|
+
{
|
|
67041
|
+
"type": "number"
|
|
67042
|
+
}
|
|
67043
|
+
]
|
|
67044
|
+
},
|
|
66837
67045
|
"cursor": {
|
|
66838
67046
|
"$ref": "#/definitions/Cursor"
|
|
66839
67047
|
},
|
|
@@ -66858,6 +67066,9 @@
|
|
|
66858
67066
|
"height": {
|
|
66859
67067
|
"type": "number"
|
|
66860
67068
|
},
|
|
67069
|
+
"html": {
|
|
67070
|
+
"typeof": "function"
|
|
67071
|
+
},
|
|
66861
67072
|
"image": {
|
|
66862
67073
|
"anyOf": [
|
|
66863
67074
|
{
|
|
@@ -66952,6 +67163,9 @@
|
|
|
66952
67163
|
"shadowOffsetY": {
|
|
66953
67164
|
"type": "number"
|
|
66954
67165
|
},
|
|
67166
|
+
"shadowRootIdx": {
|
|
67167
|
+
"type": "number"
|
|
67168
|
+
},
|
|
66955
67169
|
"stroke": {
|
|
66956
67170
|
"anyOf": [
|
|
66957
67171
|
{
|
|
@@ -67586,6 +67800,9 @@
|
|
|
67586
67800
|
{
|
|
67587
67801
|
"$ref": "#/definitions/HTMLImageElement"
|
|
67588
67802
|
},
|
|
67803
|
+
{
|
|
67804
|
+
"typeof": "function"
|
|
67805
|
+
},
|
|
67589
67806
|
{
|
|
67590
67807
|
"type": "string"
|
|
67591
67808
|
}
|
|
@@ -67670,6 +67887,9 @@
|
|
|
67670
67887
|
"fillOpacity": {
|
|
67671
67888
|
"type": "number"
|
|
67672
67889
|
},
|
|
67890
|
+
"html": {
|
|
67891
|
+
"typeof": "function"
|
|
67892
|
+
},
|
|
67673
67893
|
"innerBorder": {
|
|
67674
67894
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
67675
67895
|
},
|
|
@@ -67757,6 +67977,9 @@
|
|
|
67757
67977
|
"shadowOffsetY": {
|
|
67758
67978
|
"type": "number"
|
|
67759
67979
|
},
|
|
67980
|
+
"shadowRootIdx": {
|
|
67981
|
+
"type": "number"
|
|
67982
|
+
},
|
|
67760
67983
|
"stroke": {
|
|
67761
67984
|
"anyOf": [
|
|
67762
67985
|
{
|
|
@@ -68422,6 +68645,9 @@
|
|
|
68422
68645
|
{
|
|
68423
68646
|
"$ref": "#/definitions/HTMLImageElement"
|
|
68424
68647
|
},
|
|
68648
|
+
{
|
|
68649
|
+
"typeof": "function"
|
|
68650
|
+
},
|
|
68425
68651
|
{
|
|
68426
68652
|
"type": "string"
|
|
68427
68653
|
}
|
|
@@ -68483,6 +68709,9 @@
|
|
|
68483
68709
|
"fillOpacity": {
|
|
68484
68710
|
"type": "number"
|
|
68485
68711
|
},
|
|
68712
|
+
"html": {
|
|
68713
|
+
"typeof": "function"
|
|
68714
|
+
},
|
|
68486
68715
|
"innerBorder": {
|
|
68487
68716
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
68488
68717
|
},
|
|
@@ -68568,6 +68797,9 @@
|
|
|
68568
68797
|
"shadowOffsetY": {
|
|
68569
68798
|
"type": "number"
|
|
68570
68799
|
},
|
|
68800
|
+
"shadowRootIdx": {
|
|
68801
|
+
"type": "number"
|
|
68802
|
+
},
|
|
68571
68803
|
"stroke": {
|
|
68572
68804
|
"anyOf": [
|
|
68573
68805
|
{
|
|
@@ -68712,6 +68944,9 @@
|
|
|
68712
68944
|
{
|
|
68713
68945
|
"$ref": "#/definitions/HTMLImageElement"
|
|
68714
68946
|
},
|
|
68947
|
+
{
|
|
68948
|
+
"typeof": "function"
|
|
68949
|
+
},
|
|
68715
68950
|
{
|
|
68716
68951
|
"type": "string"
|
|
68717
68952
|
}
|
|
@@ -68783,6 +69018,9 @@
|
|
|
68783
69018
|
"fillOpacity": {
|
|
68784
69019
|
"type": "number"
|
|
68785
69020
|
},
|
|
69021
|
+
"html": {
|
|
69022
|
+
"typeof": "function"
|
|
69023
|
+
},
|
|
68786
69024
|
"innerBorder": {
|
|
68787
69025
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
68788
69026
|
},
|
|
@@ -68864,6 +69102,9 @@
|
|
|
68864
69102
|
"shadowOffsetY": {
|
|
68865
69103
|
"type": "number"
|
|
68866
69104
|
},
|
|
69105
|
+
"shadowRootIdx": {
|
|
69106
|
+
"type": "number"
|
|
69107
|
+
},
|
|
68867
69108
|
"stroke": {
|
|
68868
69109
|
"anyOf": [
|
|
68869
69110
|
{
|
|
@@ -69221,6 +69462,9 @@
|
|
|
69221
69462
|
{
|
|
69222
69463
|
"$ref": "#/definitions/HTMLImageElement"
|
|
69223
69464
|
},
|
|
69465
|
+
{
|
|
69466
|
+
"typeof": "function"
|
|
69467
|
+
},
|
|
69224
69468
|
{
|
|
69225
69469
|
"type": "string"
|
|
69226
69470
|
}
|
|
@@ -69295,6 +69539,9 @@
|
|
|
69295
69539
|
"height": {
|
|
69296
69540
|
"type": "number"
|
|
69297
69541
|
},
|
|
69542
|
+
"html": {
|
|
69543
|
+
"typeof": "function"
|
|
69544
|
+
},
|
|
69298
69545
|
"innerBorder": {
|
|
69299
69546
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
69300
69547
|
},
|
|
@@ -69373,6 +69620,9 @@
|
|
|
69373
69620
|
"shadowOffsetY": {
|
|
69374
69621
|
"type": "number"
|
|
69375
69622
|
},
|
|
69623
|
+
"shadowRootIdx": {
|
|
69624
|
+
"type": "number"
|
|
69625
|
+
},
|
|
69376
69626
|
"stroke": {
|
|
69377
69627
|
"anyOf": [
|
|
69378
69628
|
{
|
|
@@ -69520,6 +69770,9 @@
|
|
|
69520
69770
|
{
|
|
69521
69771
|
"$ref": "#/definitions/HTMLImageElement"
|
|
69522
69772
|
},
|
|
69773
|
+
{
|
|
69774
|
+
"typeof": "function"
|
|
69775
|
+
},
|
|
69523
69776
|
{
|
|
69524
69777
|
"type": "string"
|
|
69525
69778
|
}
|
|
@@ -69594,6 +69847,9 @@
|
|
|
69594
69847
|
"height": {
|
|
69595
69848
|
"type": "number"
|
|
69596
69849
|
},
|
|
69850
|
+
"html": {
|
|
69851
|
+
"typeof": "function"
|
|
69852
|
+
},
|
|
69597
69853
|
"innerBorder": {
|
|
69598
69854
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
69599
69855
|
},
|
|
@@ -69669,6 +69925,9 @@
|
|
|
69669
69925
|
"shadowOffsetY": {
|
|
69670
69926
|
"type": "number"
|
|
69671
69927
|
},
|
|
69928
|
+
"shadowRootIdx": {
|
|
69929
|
+
"type": "number"
|
|
69930
|
+
},
|
|
69672
69931
|
"stroke": {
|
|
69673
69932
|
"anyOf": [
|
|
69674
69933
|
{
|
|
@@ -69949,6 +70208,101 @@
|
|
|
69949
70208
|
},
|
|
69950
70209
|
"type": "object"
|
|
69951
70210
|
},
|
|
70211
|
+
"Partial<IStageParams>": {
|
|
70212
|
+
"properties": {
|
|
70213
|
+
"afterRender": {
|
|
70214
|
+
"typeof": "function"
|
|
70215
|
+
},
|
|
70216
|
+
"autoRender": {
|
|
70217
|
+
"type": "boolean"
|
|
70218
|
+
},
|
|
70219
|
+
"background": {
|
|
70220
|
+
"$ref": "#/definitions/IColor"
|
|
70221
|
+
},
|
|
70222
|
+
"beforeRender": {
|
|
70223
|
+
"typeof": "function"
|
|
70224
|
+
},
|
|
70225
|
+
"canvas": {
|
|
70226
|
+
"anyOf": [
|
|
70227
|
+
{
|
|
70228
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
70229
|
+
},
|
|
70230
|
+
{
|
|
70231
|
+
"type": "string"
|
|
70232
|
+
}
|
|
70233
|
+
]
|
|
70234
|
+
},
|
|
70235
|
+
"canvasControled": {
|
|
70236
|
+
"type": "boolean"
|
|
70237
|
+
},
|
|
70238
|
+
"container": {
|
|
70239
|
+
"anyOf": [
|
|
70240
|
+
{
|
|
70241
|
+
"$ref": "#/definitions/HTMLElement"
|
|
70242
|
+
},
|
|
70243
|
+
{
|
|
70244
|
+
"type": "string"
|
|
70245
|
+
}
|
|
70246
|
+
]
|
|
70247
|
+
},
|
|
70248
|
+
"disableDirtyBounds": {
|
|
70249
|
+
"type": "boolean"
|
|
70250
|
+
},
|
|
70251
|
+
"dpr": {
|
|
70252
|
+
"type": "number"
|
|
70253
|
+
},
|
|
70254
|
+
"enableHtmlAttribute": {
|
|
70255
|
+
"anyOf": [
|
|
70256
|
+
{
|
|
70257
|
+
"$ref": "#/definitions/HTMLElement"
|
|
70258
|
+
},
|
|
70259
|
+
{
|
|
70260
|
+
"type": [
|
|
70261
|
+
"string",
|
|
70262
|
+
"boolean"
|
|
70263
|
+
]
|
|
70264
|
+
}
|
|
70265
|
+
]
|
|
70266
|
+
},
|
|
70267
|
+
"enableLayout": {
|
|
70268
|
+
"type": "boolean"
|
|
70269
|
+
},
|
|
70270
|
+
"height": {
|
|
70271
|
+
"type": "number"
|
|
70272
|
+
},
|
|
70273
|
+
"interactiveLayer": {
|
|
70274
|
+
"type": "boolean"
|
|
70275
|
+
},
|
|
70276
|
+
"optimize": {
|
|
70277
|
+
"typeof": "function"
|
|
70278
|
+
},
|
|
70279
|
+
"pluginList": {
|
|
70280
|
+
"items": {
|
|
70281
|
+
"type": "string"
|
|
70282
|
+
},
|
|
70283
|
+
"type": "array"
|
|
70284
|
+
},
|
|
70285
|
+
"poptip": {
|
|
70286
|
+
"type": "boolean"
|
|
70287
|
+
},
|
|
70288
|
+
"renderStyle": {
|
|
70289
|
+
"type": "string"
|
|
70290
|
+
},
|
|
70291
|
+
"ticker": {
|
|
70292
|
+
"$ref": "#/definitions/ITicker"
|
|
70293
|
+
},
|
|
70294
|
+
"title": {
|
|
70295
|
+
"type": "string"
|
|
70296
|
+
},
|
|
70297
|
+
"viewBox": {
|
|
70298
|
+
"$ref": "#/definitions/IBoundsLike"
|
|
70299
|
+
},
|
|
70300
|
+
"width": {
|
|
70301
|
+
"type": "number"
|
|
70302
|
+
}
|
|
70303
|
+
},
|
|
70304
|
+
"type": "object"
|
|
70305
|
+
},
|
|
69952
70306
|
"Partial<ISymbolGraphicAttribute>": {
|
|
69953
70307
|
"properties": {
|
|
69954
70308
|
"alpha": {
|
|
@@ -70029,6 +70383,9 @@
|
|
|
70029
70383
|
{
|
|
70030
70384
|
"$ref": "#/definitions/HTMLImageElement"
|
|
70031
70385
|
},
|
|
70386
|
+
{
|
|
70387
|
+
"typeof": "function"
|
|
70388
|
+
},
|
|
70032
70389
|
{
|
|
70033
70390
|
"type": "string"
|
|
70034
70391
|
}
|
|
@@ -70087,6 +70444,9 @@
|
|
|
70087
70444
|
"fillOpacity": {
|
|
70088
70445
|
"type": "number"
|
|
70089
70446
|
},
|
|
70447
|
+
"html": {
|
|
70448
|
+
"typeof": "function"
|
|
70449
|
+
},
|
|
70090
70450
|
"innerBorder": {
|
|
70091
70451
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
70092
70452
|
},
|
|
@@ -70162,6 +70522,9 @@
|
|
|
70162
70522
|
"shadowOffsetY": {
|
|
70163
70523
|
"type": "number"
|
|
70164
70524
|
},
|
|
70525
|
+
"shadowRootIdx": {
|
|
70526
|
+
"type": "number"
|
|
70527
|
+
},
|
|
70165
70528
|
"size": {
|
|
70166
70529
|
"anyOf": [
|
|
70167
70530
|
{
|
|
@@ -70329,6 +70692,9 @@
|
|
|
70329
70692
|
{
|
|
70330
70693
|
"$ref": "#/definitions/HTMLImageElement"
|
|
70331
70694
|
},
|
|
70695
|
+
{
|
|
70696
|
+
"typeof": "function"
|
|
70697
|
+
},
|
|
70332
70698
|
{
|
|
70333
70699
|
"type": "string"
|
|
70334
70700
|
}
|
|
@@ -70418,6 +70784,12 @@
|
|
|
70418
70784
|
"number"
|
|
70419
70785
|
]
|
|
70420
70786
|
},
|
|
70787
|
+
"html": {
|
|
70788
|
+
"typeof": "function"
|
|
70789
|
+
},
|
|
70790
|
+
"ignoreBuf": {
|
|
70791
|
+
"type": "boolean"
|
|
70792
|
+
},
|
|
70421
70793
|
"innerBorder": {
|
|
70422
70794
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
70423
70795
|
},
|
|
@@ -70505,6 +70877,9 @@
|
|
|
70505
70877
|
"shadowOffsetY": {
|
|
70506
70878
|
"type": "number"
|
|
70507
70879
|
},
|
|
70880
|
+
"shadowRootIdx": {
|
|
70881
|
+
"type": "number"
|
|
70882
|
+
},
|
|
70508
70883
|
"stroke": {
|
|
70509
70884
|
"anyOf": [
|
|
70510
70885
|
{
|
|
@@ -71153,6 +71528,9 @@
|
|
|
71153
71528
|
{
|
|
71154
71529
|
"$ref": "#/definitions/HTMLImageElement"
|
|
71155
71530
|
},
|
|
71531
|
+
{
|
|
71532
|
+
"typeof": "function"
|
|
71533
|
+
},
|
|
71156
71534
|
{
|
|
71157
71535
|
"type": "string"
|
|
71158
71536
|
}
|
|
@@ -71239,6 +71617,12 @@
|
|
|
71239
71617
|
"number"
|
|
71240
71618
|
]
|
|
71241
71619
|
},
|
|
71620
|
+
"html": {
|
|
71621
|
+
"typeof": "function"
|
|
71622
|
+
},
|
|
71623
|
+
"ignoreBuf": {
|
|
71624
|
+
"type": "boolean"
|
|
71625
|
+
},
|
|
71242
71626
|
"innerBorder": {
|
|
71243
71627
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71244
71628
|
},
|
|
@@ -71326,6 +71710,9 @@
|
|
|
71326
71710
|
"shadowOffsetY": {
|
|
71327
71711
|
"type": "number"
|
|
71328
71712
|
},
|
|
71713
|
+
"shadowRootIdx": {
|
|
71714
|
+
"type": "number"
|
|
71715
|
+
},
|
|
71329
71716
|
"stroke": {
|
|
71330
71717
|
"anyOf": [
|
|
71331
71718
|
{
|
|
@@ -71508,6 +71895,9 @@
|
|
|
71508
71895
|
{
|
|
71509
71896
|
"$ref": "#/definitions/HTMLImageElement"
|
|
71510
71897
|
},
|
|
71898
|
+
{
|
|
71899
|
+
"typeof": "function"
|
|
71900
|
+
},
|
|
71511
71901
|
{
|
|
71512
71902
|
"type": "string"
|
|
71513
71903
|
}
|
|
@@ -71579,6 +71969,9 @@
|
|
|
71579
71969
|
"height": {
|
|
71580
71970
|
"type": "number"
|
|
71581
71971
|
},
|
|
71972
|
+
"html": {
|
|
71973
|
+
"typeof": "function"
|
|
71974
|
+
},
|
|
71582
71975
|
"innerBorder": {
|
|
71583
71976
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71584
71977
|
},
|
|
@@ -71651,6 +72044,9 @@
|
|
|
71651
72044
|
"shadowOffsetY": {
|
|
71652
72045
|
"type": "number"
|
|
71653
72046
|
},
|
|
72047
|
+
"shadowRootIdx": {
|
|
72048
|
+
"type": "number"
|
|
72049
|
+
},
|
|
71654
72050
|
"size": {
|
|
71655
72051
|
"anyOf": [
|
|
71656
72052
|
{
|
|
@@ -71799,6 +72195,9 @@
|
|
|
71799
72195
|
{
|
|
71800
72196
|
"$ref": "#/definitions/HTMLImageElement"
|
|
71801
72197
|
},
|
|
72198
|
+
{
|
|
72199
|
+
"typeof": "function"
|
|
72200
|
+
},
|
|
71802
72201
|
{
|
|
71803
72202
|
"type": "string"
|
|
71804
72203
|
}
|
|
@@ -71857,6 +72256,9 @@
|
|
|
71857
72256
|
"fillOpacity": {
|
|
71858
72257
|
"type": "number"
|
|
71859
72258
|
},
|
|
72259
|
+
"html": {
|
|
72260
|
+
"typeof": "function"
|
|
72261
|
+
},
|
|
71860
72262
|
"innerBorder": {
|
|
71861
72263
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71862
72264
|
},
|
|
@@ -71932,6 +72334,9 @@
|
|
|
71932
72334
|
"shadowOffsetY": {
|
|
71933
72335
|
"type": "number"
|
|
71934
72336
|
},
|
|
72337
|
+
"shadowRootIdx": {
|
|
72338
|
+
"type": "number"
|
|
72339
|
+
},
|
|
71935
72340
|
"stroke": {
|
|
71936
72341
|
"anyOf": [
|
|
71937
72342
|
{
|
|
@@ -73297,34 +73702,34 @@
|
|
|
73297
73702
|
},
|
|
73298
73703
|
"Promise<FontFaceSet>": {
|
|
73299
73704
|
"properties": {
|
|
73300
|
-
"__@toStringTag@
|
|
73705
|
+
"__@toStringTag@12946": {
|
|
73301
73706
|
"type": "string"
|
|
73302
73707
|
}
|
|
73303
73708
|
},
|
|
73304
73709
|
"required": [
|
|
73305
|
-
"__@toStringTag@
|
|
73710
|
+
"__@toStringTag@12946"
|
|
73306
73711
|
],
|
|
73307
73712
|
"type": "object"
|
|
73308
73713
|
},
|
|
73309
73714
|
"Promise<ServiceWorkerRegistration>": {
|
|
73310
73715
|
"properties": {
|
|
73311
|
-
"__@toStringTag@
|
|
73716
|
+
"__@toStringTag@12946": {
|
|
73312
73717
|
"type": "string"
|
|
73313
73718
|
}
|
|
73314
73719
|
},
|
|
73315
73720
|
"required": [
|
|
73316
|
-
"__@toStringTag@
|
|
73721
|
+
"__@toStringTag@12946"
|
|
73317
73722
|
],
|
|
73318
73723
|
"type": "object"
|
|
73319
73724
|
},
|
|
73320
73725
|
"Promise<any>": {
|
|
73321
73726
|
"properties": {
|
|
73322
|
-
"__@toStringTag@
|
|
73727
|
+
"__@toStringTag@12946": {
|
|
73323
73728
|
"type": "string"
|
|
73324
73729
|
}
|
|
73325
73730
|
},
|
|
73326
73731
|
"required": [
|
|
73327
|
-
"__@toStringTag@
|
|
73732
|
+
"__@toStringTag@12946"
|
|
73328
73733
|
],
|
|
73329
73734
|
"type": "object"
|
|
73330
73735
|
},
|
|
@@ -73334,10 +73739,10 @@
|
|
|
73334
73739
|
"Record<string,ConvertToMarkStyleSpec<IPathMarkSpec>|IMarkStateSpec<IPathMarkSpec>>": {
|
|
73335
73740
|
"type": "object"
|
|
73336
73741
|
},
|
|
73337
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|
|
|
73742
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>>": {
|
|
73338
73743
|
"type": "object"
|
|
73339
73744
|
},
|
|
73340
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|
|
|
73745
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>>": {
|
|
73341
73746
|
"type": "object"
|
|
73342
73747
|
},
|
|
73343
73748
|
"Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>": {
|
|
@@ -73486,6 +73891,9 @@
|
|
|
73486
73891
|
{
|
|
73487
73892
|
"$ref": "#/definitions/HTMLImageElement"
|
|
73488
73893
|
},
|
|
73894
|
+
{
|
|
73895
|
+
"typeof": "function"
|
|
73896
|
+
},
|
|
73489
73897
|
{
|
|
73490
73898
|
"type": "string"
|
|
73491
73899
|
}
|
|
@@ -73576,6 +73984,9 @@
|
|
|
73576
73984
|
"forceShowCap": {
|
|
73577
73985
|
"type": "boolean"
|
|
73578
73986
|
},
|
|
73987
|
+
"html": {
|
|
73988
|
+
"typeof": "function"
|
|
73989
|
+
},
|
|
73579
73990
|
"innerBorder": {
|
|
73580
73991
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
73581
73992
|
},
|
|
@@ -73663,6 +74074,9 @@
|
|
|
73663
74074
|
"shadowOffsetY": {
|
|
73664
74075
|
"type": "number"
|
|
73665
74076
|
},
|
|
74077
|
+
"shadowRootIdx": {
|
|
74078
|
+
"type": "number"
|
|
74079
|
+
},
|
|
73666
74080
|
"startAngle": {
|
|
73667
74081
|
"type": "number"
|
|
73668
74082
|
},
|
|
@@ -73751,6 +74165,7 @@
|
|
|
73751
74165
|
"fill",
|
|
73752
74166
|
"fillOpacity",
|
|
73753
74167
|
"forceShowCap",
|
|
74168
|
+
"html",
|
|
73754
74169
|
"innerBorder",
|
|
73755
74170
|
"innerRadius",
|
|
73756
74171
|
"keepDirIn3d",
|
|
@@ -73778,6 +74193,7 @@
|
|
|
73778
74193
|
"shadowColor",
|
|
73779
74194
|
"shadowOffsetX",
|
|
73780
74195
|
"shadowOffsetY",
|
|
74196
|
+
"shadowRootIdx",
|
|
73781
74197
|
"startAngle",
|
|
73782
74198
|
"stroke",
|
|
73783
74199
|
"strokeBoundsBuffer",
|
|
@@ -73875,6 +74291,9 @@
|
|
|
73875
74291
|
{
|
|
73876
74292
|
"$ref": "#/definitions/HTMLImageElement"
|
|
73877
74293
|
},
|
|
74294
|
+
{
|
|
74295
|
+
"typeof": "function"
|
|
74296
|
+
},
|
|
73878
74297
|
{
|
|
73879
74298
|
"type": "string"
|
|
73880
74299
|
}
|
|
@@ -73956,6 +74375,9 @@
|
|
|
73956
74375
|
"fillOpacity": {
|
|
73957
74376
|
"type": "number"
|
|
73958
74377
|
},
|
|
74378
|
+
"html": {
|
|
74379
|
+
"typeof": "function"
|
|
74380
|
+
},
|
|
73959
74381
|
"innerBorder": {
|
|
73960
74382
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
73961
74383
|
},
|
|
@@ -74043,6 +74465,9 @@
|
|
|
74043
74465
|
"shadowOffsetY": {
|
|
74044
74466
|
"type": "number"
|
|
74045
74467
|
},
|
|
74468
|
+
"shadowRootIdx": {
|
|
74469
|
+
"type": "number"
|
|
74470
|
+
},
|
|
74046
74471
|
"stroke": {
|
|
74047
74472
|
"anyOf": [
|
|
74048
74473
|
{
|
|
@@ -74130,6 +74555,7 @@
|
|
|
74130
74555
|
"dz",
|
|
74131
74556
|
"fill",
|
|
74132
74557
|
"fillOpacity",
|
|
74558
|
+
"html",
|
|
74133
74559
|
"innerBorder",
|
|
74134
74560
|
"keepDirIn3d",
|
|
74135
74561
|
"layout",
|
|
@@ -74155,6 +74581,7 @@
|
|
|
74155
74581
|
"shadowColor",
|
|
74156
74582
|
"shadowOffsetX",
|
|
74157
74583
|
"shadowOffsetY",
|
|
74584
|
+
"shadowRootIdx",
|
|
74158
74585
|
"stroke",
|
|
74159
74586
|
"strokeBoundsBuffer",
|
|
74160
74587
|
"strokeOpacity",
|
|
@@ -74251,6 +74678,9 @@
|
|
|
74251
74678
|
{
|
|
74252
74679
|
"$ref": "#/definitions/HTMLImageElement"
|
|
74253
74680
|
},
|
|
74681
|
+
{
|
|
74682
|
+
"typeof": "function"
|
|
74683
|
+
},
|
|
74254
74684
|
{
|
|
74255
74685
|
"type": "string"
|
|
74256
74686
|
}
|
|
@@ -74312,6 +74742,9 @@
|
|
|
74312
74742
|
"fillOpacity": {
|
|
74313
74743
|
"type": "number"
|
|
74314
74744
|
},
|
|
74745
|
+
"html": {
|
|
74746
|
+
"typeof": "function"
|
|
74747
|
+
},
|
|
74315
74748
|
"innerBorder": {
|
|
74316
74749
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
74317
74750
|
},
|
|
@@ -74390,6 +74823,9 @@
|
|
|
74390
74823
|
"shadowOffsetY": {
|
|
74391
74824
|
"type": "number"
|
|
74392
74825
|
},
|
|
74826
|
+
"shadowRootIdx": {
|
|
74827
|
+
"type": "number"
|
|
74828
|
+
},
|
|
74393
74829
|
"startAngle": {
|
|
74394
74830
|
"type": "number"
|
|
74395
74831
|
},
|
|
@@ -74475,6 +74911,7 @@
|
|
|
74475
74911
|
"endAngle",
|
|
74476
74912
|
"fill",
|
|
74477
74913
|
"fillOpacity",
|
|
74914
|
+
"html",
|
|
74478
74915
|
"innerBorder",
|
|
74479
74916
|
"keepDirIn3d",
|
|
74480
74917
|
"layout",
|
|
@@ -74499,6 +74936,7 @@
|
|
|
74499
74936
|
"shadowColor",
|
|
74500
74937
|
"shadowOffsetX",
|
|
74501
74938
|
"shadowOffsetY",
|
|
74939
|
+
"shadowRootIdx",
|
|
74502
74940
|
"startAngle",
|
|
74503
74941
|
"stroke",
|
|
74504
74942
|
"strokeBoundsBuffer",
|
|
@@ -74596,6 +75034,9 @@
|
|
|
74596
75034
|
{
|
|
74597
75035
|
"$ref": "#/definitions/HTMLImageElement"
|
|
74598
75036
|
},
|
|
75037
|
+
{
|
|
75038
|
+
"typeof": "function"
|
|
75039
|
+
},
|
|
74599
75040
|
{
|
|
74600
75041
|
"type": "string"
|
|
74601
75042
|
}
|
|
@@ -74673,6 +75114,9 @@
|
|
|
74673
75114
|
"height": {
|
|
74674
75115
|
"type": "number"
|
|
74675
75116
|
},
|
|
75117
|
+
"html": {
|
|
75118
|
+
"typeof": "function"
|
|
75119
|
+
},
|
|
74676
75120
|
"innerBorder": {
|
|
74677
75121
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
74678
75122
|
},
|
|
@@ -74758,6 +75202,9 @@
|
|
|
74758
75202
|
"shadowOffsetY": {
|
|
74759
75203
|
"type": "number"
|
|
74760
75204
|
},
|
|
75205
|
+
"shadowRootIdx": {
|
|
75206
|
+
"type": "number"
|
|
75207
|
+
},
|
|
74761
75208
|
"stroke": {
|
|
74762
75209
|
"anyOf": [
|
|
74763
75210
|
{
|
|
@@ -74845,6 +75292,7 @@
|
|
|
74845
75292
|
"fill",
|
|
74846
75293
|
"fillOpacity",
|
|
74847
75294
|
"height",
|
|
75295
|
+
"html",
|
|
74848
75296
|
"innerBorder",
|
|
74849
75297
|
"keepDirIn3d",
|
|
74850
75298
|
"layout",
|
|
@@ -74869,6 +75317,7 @@
|
|
|
74869
75317
|
"shadowColor",
|
|
74870
75318
|
"shadowOffsetX",
|
|
74871
75319
|
"shadowOffsetY",
|
|
75320
|
+
"shadowRootIdx",
|
|
74872
75321
|
"stroke",
|
|
74873
75322
|
"strokeBoundsBuffer",
|
|
74874
75323
|
"strokeOpacity",
|
|
@@ -74983,6 +75432,9 @@
|
|
|
74983
75432
|
{
|
|
74984
75433
|
"$ref": "#/definitions/HTMLImageElement"
|
|
74985
75434
|
},
|
|
75435
|
+
{
|
|
75436
|
+
"typeof": "function"
|
|
75437
|
+
},
|
|
74986
75438
|
{
|
|
74987
75439
|
"type": "string"
|
|
74988
75440
|
}
|
|
@@ -75083,6 +75535,9 @@
|
|
|
75083
75535
|
"height": {
|
|
75084
75536
|
"type": "number"
|
|
75085
75537
|
},
|
|
75538
|
+
"html": {
|
|
75539
|
+
"typeof": "function"
|
|
75540
|
+
},
|
|
75086
75541
|
"innerBorder": {
|
|
75087
75542
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
75088
75543
|
},
|
|
@@ -75174,6 +75629,9 @@
|
|
|
75174
75629
|
"shadowOffsetY": {
|
|
75175
75630
|
"type": "number"
|
|
75176
75631
|
},
|
|
75632
|
+
"shadowRootIdx": {
|
|
75633
|
+
"type": "number"
|
|
75634
|
+
},
|
|
75177
75635
|
"stroke": {
|
|
75178
75636
|
"anyOf": [
|
|
75179
75637
|
{
|
|
@@ -75269,6 +75727,7 @@
|
|
|
75269
75727
|
"flexDirection",
|
|
75270
75728
|
"flexWrap",
|
|
75271
75729
|
"height",
|
|
75730
|
+
"html",
|
|
75272
75731
|
"innerBorder",
|
|
75273
75732
|
"justifyContent",
|
|
75274
75733
|
"keepDirIn3d",
|
|
@@ -75294,6 +75753,7 @@
|
|
|
75294
75753
|
"shadowColor",
|
|
75295
75754
|
"shadowOffsetX",
|
|
75296
75755
|
"shadowOffsetY",
|
|
75756
|
+
"shadowRootIdx",
|
|
75297
75757
|
"stroke",
|
|
75298
75758
|
"strokeBoundsBuffer",
|
|
75299
75759
|
"strokeOpacity",
|
|
@@ -75392,6 +75852,9 @@
|
|
|
75392
75852
|
{
|
|
75393
75853
|
"$ref": "#/definitions/HTMLImageElement"
|
|
75394
75854
|
},
|
|
75855
|
+
{
|
|
75856
|
+
"typeof": "function"
|
|
75857
|
+
},
|
|
75395
75858
|
{
|
|
75396
75859
|
"type": "string"
|
|
75397
75860
|
}
|
|
@@ -75429,6 +75892,19 @@
|
|
|
75429
75892
|
"childrenPickable": {
|
|
75430
75893
|
"type": "boolean"
|
|
75431
75894
|
},
|
|
75895
|
+
"cornerRadius": {
|
|
75896
|
+
"anyOf": [
|
|
75897
|
+
{
|
|
75898
|
+
"items": {
|
|
75899
|
+
"type": "number"
|
|
75900
|
+
},
|
|
75901
|
+
"type": "array"
|
|
75902
|
+
},
|
|
75903
|
+
{
|
|
75904
|
+
"type": "number"
|
|
75905
|
+
}
|
|
75906
|
+
]
|
|
75907
|
+
},
|
|
75432
75908
|
"cursor": {
|
|
75433
75909
|
"$ref": "#/definitions/Cursor"
|
|
75434
75910
|
},
|
|
@@ -75453,6 +75929,9 @@
|
|
|
75453
75929
|
"height": {
|
|
75454
75930
|
"type": "number"
|
|
75455
75931
|
},
|
|
75932
|
+
"html": {
|
|
75933
|
+
"typeof": "function"
|
|
75934
|
+
},
|
|
75456
75935
|
"image": {
|
|
75457
75936
|
"anyOf": [
|
|
75458
75937
|
{
|
|
@@ -75547,6 +76026,9 @@
|
|
|
75547
76026
|
"shadowOffsetY": {
|
|
75548
76027
|
"type": "number"
|
|
75549
76028
|
},
|
|
76029
|
+
"shadowRootIdx": {
|
|
76030
|
+
"type": "number"
|
|
76031
|
+
},
|
|
75550
76032
|
"stroke": {
|
|
75551
76033
|
"anyOf": [
|
|
75552
76034
|
{
|
|
@@ -75624,6 +76106,7 @@
|
|
|
75624
76106
|
"boundsMode",
|
|
75625
76107
|
"boundsPadding",
|
|
75626
76108
|
"childrenPickable",
|
|
76109
|
+
"cornerRadius",
|
|
75627
76110
|
"cursor",
|
|
75628
76111
|
"customPickShape",
|
|
75629
76112
|
"dx",
|
|
@@ -75632,6 +76115,7 @@
|
|
|
75632
76115
|
"fill",
|
|
75633
76116
|
"fillOpacity",
|
|
75634
76117
|
"height",
|
|
76118
|
+
"html",
|
|
75635
76119
|
"image",
|
|
75636
76120
|
"innerBorder",
|
|
75637
76121
|
"keepDirIn3d",
|
|
@@ -75658,6 +76142,7 @@
|
|
|
75658
76142
|
"shadowColor",
|
|
75659
76143
|
"shadowOffsetX",
|
|
75660
76144
|
"shadowOffsetY",
|
|
76145
|
+
"shadowRootIdx",
|
|
75661
76146
|
"stroke",
|
|
75662
76147
|
"strokeBoundsBuffer",
|
|
75663
76148
|
"strokeOpacity",
|
|
@@ -75755,6 +76240,9 @@
|
|
|
75755
76240
|
{
|
|
75756
76241
|
"$ref": "#/definitions/HTMLImageElement"
|
|
75757
76242
|
},
|
|
76243
|
+
{
|
|
76244
|
+
"typeof": "function"
|
|
76245
|
+
},
|
|
75758
76246
|
{
|
|
75759
76247
|
"type": "string"
|
|
75760
76248
|
}
|
|
@@ -75839,6 +76327,9 @@
|
|
|
75839
76327
|
"fillOpacity": {
|
|
75840
76328
|
"type": "number"
|
|
75841
76329
|
},
|
|
76330
|
+
"html": {
|
|
76331
|
+
"typeof": "function"
|
|
76332
|
+
},
|
|
75842
76333
|
"innerBorder": {
|
|
75843
76334
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
75844
76335
|
},
|
|
@@ -75926,6 +76417,9 @@
|
|
|
75926
76417
|
"shadowOffsetY": {
|
|
75927
76418
|
"type": "number"
|
|
75928
76419
|
},
|
|
76420
|
+
"shadowRootIdx": {
|
|
76421
|
+
"type": "number"
|
|
76422
|
+
},
|
|
75929
76423
|
"stroke": {
|
|
75930
76424
|
"anyOf": [
|
|
75931
76425
|
{
|
|
@@ -76014,6 +76508,7 @@
|
|
|
76014
76508
|
"dz",
|
|
76015
76509
|
"fill",
|
|
76016
76510
|
"fillOpacity",
|
|
76511
|
+
"html",
|
|
76017
76512
|
"innerBorder",
|
|
76018
76513
|
"keepDirIn3d",
|
|
76019
76514
|
"layout",
|
|
@@ -76039,6 +76534,7 @@
|
|
|
76039
76534
|
"shadowColor",
|
|
76040
76535
|
"shadowOffsetX",
|
|
76041
76536
|
"shadowOffsetY",
|
|
76537
|
+
"shadowRootIdx",
|
|
76042
76538
|
"stroke",
|
|
76043
76539
|
"strokeBoundsBuffer",
|
|
76044
76540
|
"strokeOpacity",
|
|
@@ -76135,6 +76631,9 @@
|
|
|
76135
76631
|
{
|
|
76136
76632
|
"$ref": "#/definitions/HTMLImageElement"
|
|
76137
76633
|
},
|
|
76634
|
+
{
|
|
76635
|
+
"typeof": "function"
|
|
76636
|
+
},
|
|
76138
76637
|
{
|
|
76139
76638
|
"type": "string"
|
|
76140
76639
|
}
|
|
@@ -76196,6 +76695,9 @@
|
|
|
76196
76695
|
"fillOpacity": {
|
|
76197
76696
|
"type": "number"
|
|
76198
76697
|
},
|
|
76698
|
+
"html": {
|
|
76699
|
+
"typeof": "function"
|
|
76700
|
+
},
|
|
76199
76701
|
"innerBorder": {
|
|
76200
76702
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
76201
76703
|
},
|
|
@@ -76281,6 +76783,9 @@
|
|
|
76281
76783
|
"shadowOffsetY": {
|
|
76282
76784
|
"type": "number"
|
|
76283
76785
|
},
|
|
76786
|
+
"shadowRootIdx": {
|
|
76787
|
+
"type": "number"
|
|
76788
|
+
},
|
|
76284
76789
|
"stroke": {
|
|
76285
76790
|
"anyOf": [
|
|
76286
76791
|
{
|
|
@@ -76363,6 +76868,7 @@
|
|
|
76363
76868
|
"dz",
|
|
76364
76869
|
"fill",
|
|
76365
76870
|
"fillOpacity",
|
|
76871
|
+
"html",
|
|
76366
76872
|
"innerBorder",
|
|
76367
76873
|
"keepDirIn3d",
|
|
76368
76874
|
"layout",
|
|
@@ -76387,6 +76893,7 @@
|
|
|
76387
76893
|
"shadowColor",
|
|
76388
76894
|
"shadowOffsetX",
|
|
76389
76895
|
"shadowOffsetY",
|
|
76896
|
+
"shadowRootIdx",
|
|
76390
76897
|
"stroke",
|
|
76391
76898
|
"strokeBoundsBuffer",
|
|
76392
76899
|
"strokeOpacity",
|
|
@@ -76483,6 +76990,9 @@
|
|
|
76483
76990
|
{
|
|
76484
76991
|
"$ref": "#/definitions/HTMLImageElement"
|
|
76485
76992
|
},
|
|
76993
|
+
{
|
|
76994
|
+
"typeof": "function"
|
|
76995
|
+
},
|
|
76486
76996
|
{
|
|
76487
76997
|
"type": "string"
|
|
76488
76998
|
}
|
|
@@ -76554,6 +77064,9 @@
|
|
|
76554
77064
|
"fillOpacity": {
|
|
76555
77065
|
"type": "number"
|
|
76556
77066
|
},
|
|
77067
|
+
"html": {
|
|
77068
|
+
"typeof": "function"
|
|
77069
|
+
},
|
|
76557
77070
|
"innerBorder": {
|
|
76558
77071
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
76559
77072
|
},
|
|
@@ -76635,6 +77148,9 @@
|
|
|
76635
77148
|
"shadowOffsetY": {
|
|
76636
77149
|
"type": "number"
|
|
76637
77150
|
},
|
|
77151
|
+
"shadowRootIdx": {
|
|
77152
|
+
"type": "number"
|
|
77153
|
+
},
|
|
76638
77154
|
"stroke": {
|
|
76639
77155
|
"anyOf": [
|
|
76640
77156
|
{
|
|
@@ -76717,6 +77233,7 @@
|
|
|
76717
77233
|
"dz",
|
|
76718
77234
|
"fill",
|
|
76719
77235
|
"fillOpacity",
|
|
77236
|
+
"html",
|
|
76720
77237
|
"innerBorder",
|
|
76721
77238
|
"keepDirIn3d",
|
|
76722
77239
|
"layout",
|
|
@@ -76741,6 +77258,7 @@
|
|
|
76741
77258
|
"shadowColor",
|
|
76742
77259
|
"shadowOffsetX",
|
|
76743
77260
|
"shadowOffsetY",
|
|
77261
|
+
"shadowRootIdx",
|
|
76744
77262
|
"stroke",
|
|
76745
77263
|
"strokeBoundsBuffer",
|
|
76746
77264
|
"strokeOpacity",
|
|
@@ -76837,6 +77355,9 @@
|
|
|
76837
77355
|
{
|
|
76838
77356
|
"$ref": "#/definitions/HTMLImageElement"
|
|
76839
77357
|
},
|
|
77358
|
+
{
|
|
77359
|
+
"typeof": "function"
|
|
77360
|
+
},
|
|
76840
77361
|
{
|
|
76841
77362
|
"type": "string"
|
|
76842
77363
|
}
|
|
@@ -76911,6 +77432,9 @@
|
|
|
76911
77432
|
"height": {
|
|
76912
77433
|
"type": "number"
|
|
76913
77434
|
},
|
|
77435
|
+
"html": {
|
|
77436
|
+
"typeof": "function"
|
|
77437
|
+
},
|
|
76914
77438
|
"innerBorder": {
|
|
76915
77439
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
76916
77440
|
},
|
|
@@ -76989,6 +77513,9 @@
|
|
|
76989
77513
|
"shadowOffsetY": {
|
|
76990
77514
|
"type": "number"
|
|
76991
77515
|
},
|
|
77516
|
+
"shadowRootIdx": {
|
|
77517
|
+
"type": "number"
|
|
77518
|
+
},
|
|
76992
77519
|
"stroke": {
|
|
76993
77520
|
"anyOf": [
|
|
76994
77521
|
{
|
|
@@ -77075,6 +77602,7 @@
|
|
|
77075
77602
|
"fill",
|
|
77076
77603
|
"fillOpacity",
|
|
77077
77604
|
"height",
|
|
77605
|
+
"html",
|
|
77078
77606
|
"innerBorder",
|
|
77079
77607
|
"keepDirIn3d",
|
|
77080
77608
|
"layout",
|
|
@@ -77099,6 +77627,7 @@
|
|
|
77099
77627
|
"shadowColor",
|
|
77100
77628
|
"shadowOffsetX",
|
|
77101
77629
|
"shadowOffsetY",
|
|
77630
|
+
"shadowRootIdx",
|
|
77102
77631
|
"stroke",
|
|
77103
77632
|
"strokeBoundsBuffer",
|
|
77104
77633
|
"strokeOpacity",
|
|
@@ -77196,6 +77725,9 @@
|
|
|
77196
77725
|
{
|
|
77197
77726
|
"$ref": "#/definitions/HTMLImageElement"
|
|
77198
77727
|
},
|
|
77728
|
+
{
|
|
77729
|
+
"typeof": "function"
|
|
77730
|
+
},
|
|
77199
77731
|
{
|
|
77200
77732
|
"type": "string"
|
|
77201
77733
|
}
|
|
@@ -77270,6 +77802,9 @@
|
|
|
77270
77802
|
"height": {
|
|
77271
77803
|
"type": "number"
|
|
77272
77804
|
},
|
|
77805
|
+
"html": {
|
|
77806
|
+
"typeof": "function"
|
|
77807
|
+
},
|
|
77273
77808
|
"innerBorder": {
|
|
77274
77809
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
77275
77810
|
},
|
|
@@ -77345,6 +77880,9 @@
|
|
|
77345
77880
|
"shadowOffsetY": {
|
|
77346
77881
|
"type": "number"
|
|
77347
77882
|
},
|
|
77883
|
+
"shadowRootIdx": {
|
|
77884
|
+
"type": "number"
|
|
77885
|
+
},
|
|
77348
77886
|
"stroke": {
|
|
77349
77887
|
"anyOf": [
|
|
77350
77888
|
{
|
|
@@ -77431,6 +77969,7 @@
|
|
|
77431
77969
|
"fill",
|
|
77432
77970
|
"fillOpacity",
|
|
77433
77971
|
"height",
|
|
77972
|
+
"html",
|
|
77434
77973
|
"innerBorder",
|
|
77435
77974
|
"keepDirIn3d",
|
|
77436
77975
|
"layout",
|
|
@@ -77454,6 +77993,7 @@
|
|
|
77454
77993
|
"shadowColor",
|
|
77455
77994
|
"shadowOffsetX",
|
|
77456
77995
|
"shadowOffsetY",
|
|
77996
|
+
"shadowRootIdx",
|
|
77457
77997
|
"stroke",
|
|
77458
77998
|
"strokeBoundsBuffer",
|
|
77459
77999
|
"strokeOpacity",
|
|
@@ -77551,6 +78091,9 @@
|
|
|
77551
78091
|
{
|
|
77552
78092
|
"$ref": "#/definitions/HTMLImageElement"
|
|
77553
78093
|
},
|
|
78094
|
+
{
|
|
78095
|
+
"typeof": "function"
|
|
78096
|
+
},
|
|
77554
78097
|
{
|
|
77555
78098
|
"type": "string"
|
|
77556
78099
|
}
|
|
@@ -77618,6 +78161,9 @@
|
|
|
77618
78161
|
"height": {
|
|
77619
78162
|
"type": "number"
|
|
77620
78163
|
},
|
|
78164
|
+
"html": {
|
|
78165
|
+
"typeof": "function"
|
|
78166
|
+
},
|
|
77621
78167
|
"innerBorder": {
|
|
77622
78168
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
77623
78169
|
},
|
|
@@ -77702,6 +78248,9 @@
|
|
|
77702
78248
|
"shadowOffsetY": {
|
|
77703
78249
|
"type": "number"
|
|
77704
78250
|
},
|
|
78251
|
+
"shadowRootIdx": {
|
|
78252
|
+
"type": "number"
|
|
78253
|
+
},
|
|
77705
78254
|
"singleLine": {
|
|
77706
78255
|
"type": "boolean"
|
|
77707
78256
|
},
|
|
@@ -77809,6 +78358,7 @@
|
|
|
77809
78358
|
"fill",
|
|
77810
78359
|
"fillOpacity",
|
|
77811
78360
|
"height",
|
|
78361
|
+
"html",
|
|
77812
78362
|
"innerBorder",
|
|
77813
78363
|
"keepDirIn3d",
|
|
77814
78364
|
"layout",
|
|
@@ -77835,6 +78385,7 @@
|
|
|
77835
78385
|
"shadowColor",
|
|
77836
78386
|
"shadowOffsetX",
|
|
77837
78387
|
"shadowOffsetY",
|
|
78388
|
+
"shadowRootIdx",
|
|
77838
78389
|
"singleLine",
|
|
77839
78390
|
"stroke",
|
|
77840
78391
|
"strokeBoundsBuffer",
|
|
@@ -77938,6 +78489,9 @@
|
|
|
77938
78489
|
{
|
|
77939
78490
|
"$ref": "#/definitions/HTMLImageElement"
|
|
77940
78491
|
},
|
|
78492
|
+
{
|
|
78493
|
+
"typeof": "function"
|
|
78494
|
+
},
|
|
77941
78495
|
{
|
|
77942
78496
|
"type": "string"
|
|
77943
78497
|
}
|
|
@@ -78036,6 +78590,19 @@
|
|
|
78036
78590
|
"childrenPickable": {
|
|
78037
78591
|
"type": "boolean"
|
|
78038
78592
|
},
|
|
78593
|
+
"cornerRadius": {
|
|
78594
|
+
"anyOf": [
|
|
78595
|
+
{
|
|
78596
|
+
"items": {
|
|
78597
|
+
"type": "number"
|
|
78598
|
+
},
|
|
78599
|
+
"type": "array"
|
|
78600
|
+
},
|
|
78601
|
+
{
|
|
78602
|
+
"type": "number"
|
|
78603
|
+
}
|
|
78604
|
+
]
|
|
78605
|
+
},
|
|
78039
78606
|
"cursor": {
|
|
78040
78607
|
"$ref": "#/definitions/Cursor"
|
|
78041
78608
|
},
|
|
@@ -78063,6 +78630,9 @@
|
|
|
78063
78630
|
"height": {
|
|
78064
78631
|
"type": "number"
|
|
78065
78632
|
},
|
|
78633
|
+
"html": {
|
|
78634
|
+
"typeof": "function"
|
|
78635
|
+
},
|
|
78066
78636
|
"id": {
|
|
78067
78637
|
"type": "string"
|
|
78068
78638
|
},
|
|
@@ -78173,6 +78743,9 @@
|
|
|
78173
78743
|
"shadowOffsetY": {
|
|
78174
78744
|
"type": "number"
|
|
78175
78745
|
},
|
|
78746
|
+
"shadowRootIdx": {
|
|
78747
|
+
"type": "number"
|
|
78748
|
+
},
|
|
78176
78749
|
"stroke": {
|
|
78177
78750
|
"anyOf": [
|
|
78178
78751
|
{
|
|
@@ -78264,6 +78837,7 @@
|
|
|
78264
78837
|
"boundsMode",
|
|
78265
78838
|
"boundsPadding",
|
|
78266
78839
|
"childrenPickable",
|
|
78840
|
+
"cornerRadius",
|
|
78267
78841
|
"cursor",
|
|
78268
78842
|
"customPickShape",
|
|
78269
78843
|
"direction",
|
|
@@ -78273,6 +78847,7 @@
|
|
|
78273
78847
|
"fill",
|
|
78274
78848
|
"fillOpacity",
|
|
78275
78849
|
"height",
|
|
78850
|
+
"html",
|
|
78276
78851
|
"id",
|
|
78277
78852
|
"image",
|
|
78278
78853
|
"innerBorder",
|
|
@@ -78301,6 +78876,7 @@
|
|
|
78301
78876
|
"shadowColor",
|
|
78302
78877
|
"shadowOffsetX",
|
|
78303
78878
|
"shadowOffsetY",
|
|
78879
|
+
"shadowRootIdx",
|
|
78304
78880
|
"stroke",
|
|
78305
78881
|
"strokeBoundsBuffer",
|
|
78306
78882
|
"strokeOpacity",
|
|
@@ -78400,6 +78976,9 @@
|
|
|
78400
78976
|
{
|
|
78401
78977
|
"$ref": "#/definitions/HTMLImageElement"
|
|
78402
78978
|
},
|
|
78979
|
+
{
|
|
78980
|
+
"typeof": "function"
|
|
78981
|
+
},
|
|
78403
78982
|
{
|
|
78404
78983
|
"type": "string"
|
|
78405
78984
|
}
|
|
@@ -78458,6 +79037,9 @@
|
|
|
78458
79037
|
"fillOpacity": {
|
|
78459
79038
|
"type": "number"
|
|
78460
79039
|
},
|
|
79040
|
+
"html": {
|
|
79041
|
+
"typeof": "function"
|
|
79042
|
+
},
|
|
78461
79043
|
"innerBorder": {
|
|
78462
79044
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
78463
79045
|
},
|
|
@@ -78533,6 +79115,9 @@
|
|
|
78533
79115
|
"shadowOffsetY": {
|
|
78534
79116
|
"type": "number"
|
|
78535
79117
|
},
|
|
79118
|
+
"shadowRootIdx": {
|
|
79119
|
+
"type": "number"
|
|
79120
|
+
},
|
|
78536
79121
|
"size": {
|
|
78537
79122
|
"anyOf": [
|
|
78538
79123
|
{
|
|
@@ -78637,6 +79222,7 @@
|
|
|
78637
79222
|
"dz",
|
|
78638
79223
|
"fill",
|
|
78639
79224
|
"fillOpacity",
|
|
79225
|
+
"html",
|
|
78640
79226
|
"innerBorder",
|
|
78641
79227
|
"keepDirIn3d",
|
|
78642
79228
|
"layout",
|
|
@@ -78660,6 +79246,7 @@
|
|
|
78660
79246
|
"shadowColor",
|
|
78661
79247
|
"shadowOffsetX",
|
|
78662
79248
|
"shadowOffsetY",
|
|
79249
|
+
"shadowRootIdx",
|
|
78663
79250
|
"size",
|
|
78664
79251
|
"stroke",
|
|
78665
79252
|
"strokeBoundsBuffer",
|
|
@@ -78758,6 +79345,9 @@
|
|
|
78758
79345
|
{
|
|
78759
79346
|
"$ref": "#/definitions/HTMLImageElement"
|
|
78760
79347
|
},
|
|
79348
|
+
{
|
|
79349
|
+
"typeof": "function"
|
|
79350
|
+
},
|
|
78761
79351
|
{
|
|
78762
79352
|
"type": "string"
|
|
78763
79353
|
}
|
|
@@ -78847,6 +79437,12 @@
|
|
|
78847
79437
|
"number"
|
|
78848
79438
|
]
|
|
78849
79439
|
},
|
|
79440
|
+
"html": {
|
|
79441
|
+
"typeof": "function"
|
|
79442
|
+
},
|
|
79443
|
+
"ignoreBuf": {
|
|
79444
|
+
"type": "boolean"
|
|
79445
|
+
},
|
|
78850
79446
|
"innerBorder": {
|
|
78851
79447
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
78852
79448
|
},
|
|
@@ -78934,6 +79530,9 @@
|
|
|
78934
79530
|
"shadowOffsetY": {
|
|
78935
79531
|
"type": "number"
|
|
78936
79532
|
},
|
|
79533
|
+
"shadowRootIdx": {
|
|
79534
|
+
"type": "number"
|
|
79535
|
+
},
|
|
78937
79536
|
"stroke": {
|
|
78938
79537
|
"anyOf": [
|
|
78939
79538
|
{
|
|
@@ -79060,6 +79659,8 @@
|
|
|
79060
79659
|
"fontStyle",
|
|
79061
79660
|
"fontVariant",
|
|
79062
79661
|
"fontWeight",
|
|
79662
|
+
"html",
|
|
79663
|
+
"ignoreBuf",
|
|
79063
79664
|
"innerBorder",
|
|
79064
79665
|
"keepDirIn3d",
|
|
79065
79666
|
"layout",
|
|
@@ -79087,6 +79688,7 @@
|
|
|
79087
79688
|
"shadowColor",
|
|
79088
79689
|
"shadowOffsetX",
|
|
79089
79690
|
"shadowOffsetY",
|
|
79691
|
+
"shadowRootIdx",
|
|
79090
79692
|
"stroke",
|
|
79091
79693
|
"strokeBoundsBuffer",
|
|
79092
79694
|
"strokeOpacity",
|
|
@@ -82615,8 +83217,10 @@
|
|
|
82615
83217
|
"description": "text",
|
|
82616
83218
|
"enum": [
|
|
82617
83219
|
"center",
|
|
83220
|
+
"end",
|
|
82618
83221
|
"left",
|
|
82619
|
-
"right"
|
|
83222
|
+
"right",
|
|
83223
|
+
"start"
|
|
82620
83224
|
],
|
|
82621
83225
|
"type": "string"
|
|
82622
83226
|
},
|
|
@@ -83211,7 +83815,7 @@
|
|
|
83211
83815
|
}
|
|
83212
83816
|
]
|
|
83213
83817
|
},
|
|
83214
|
-
"VisualType<
|
|
83818
|
+
"VisualType<TextAlignType>": {
|
|
83215
83819
|
"anyOf": [
|
|
83216
83820
|
{
|
|
83217
83821
|
"$ref": "#/definitions/IVisualScale"
|
|
@@ -83220,20 +83824,22 @@
|
|
|
83220
83824
|
"typeof": "function"
|
|
83221
83825
|
},
|
|
83222
83826
|
{
|
|
83223
|
-
"$ref": "#/definitions/IVisualSpecStyle<unknown,
|
|
83827
|
+
"$ref": "#/definitions/IVisualSpecStyle<unknown,TextAlignType>"
|
|
83224
83828
|
},
|
|
83225
83829
|
{
|
|
83226
83830
|
"enum": [
|
|
83227
83831
|
"center",
|
|
83832
|
+
"end",
|
|
83228
83833
|
"left",
|
|
83229
|
-
"right"
|
|
83834
|
+
"right",
|
|
83835
|
+
"start"
|
|
83230
83836
|
],
|
|
83231
83837
|
"type": "string"
|
|
83232
83838
|
}
|
|
83233
83839
|
],
|
|
83234
83840
|
"description": "text"
|
|
83235
83841
|
},
|
|
83236
|
-
"VisualType<
|
|
83842
|
+
"VisualType<TextBaselineType>": {
|
|
83237
83843
|
"anyOf": [
|
|
83238
83844
|
{
|
|
83239
83845
|
"$ref": "#/definitions/IVisualScale"
|
|
@@ -83242,7 +83848,7 @@
|
|
|
83242
83848
|
"typeof": "function"
|
|
83243
83849
|
},
|
|
83244
83850
|
{
|
|
83245
|
-
"$ref": "#/definitions/IVisualSpecStyle<unknown,
|
|
83851
|
+
"$ref": "#/definitions/IVisualSpecStyle<unknown,TextBaselineType>"
|
|
83246
83852
|
},
|
|
83247
83853
|
{
|
|
83248
83854
|
"enum": [
|