@visactor/vchart-schema 1.8.8-alpha.1 → 1.8.9
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 +381 -43
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -18104,13 +18104,21 @@
|
|
|
18104
18104
|
},
|
|
18105
18105
|
"IArcLabelSpec": {
|
|
18106
18106
|
"properties": {
|
|
18107
|
+
"alignSelf": {
|
|
18108
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
18109
|
+
"enum": [
|
|
18110
|
+
"end",
|
|
18111
|
+
"middle",
|
|
18112
|
+
"start"
|
|
18113
|
+
],
|
|
18114
|
+
"type": "string"
|
|
18115
|
+
},
|
|
18107
18116
|
"animation": {
|
|
18108
18117
|
"anyOf": [
|
|
18109
18118
|
{
|
|
18110
18119
|
"$ref": "#/definitions/ILabelAnimation"
|
|
18111
18120
|
},
|
|
18112
18121
|
{
|
|
18113
|
-
"const": false,
|
|
18114
18122
|
"type": "boolean"
|
|
18115
18123
|
}
|
|
18116
18124
|
],
|
|
@@ -18245,7 +18253,6 @@
|
|
|
18245
18253
|
"$ref": "#/definitions/OverlapAttrs"
|
|
18246
18254
|
},
|
|
18247
18255
|
{
|
|
18248
|
-
"const": false,
|
|
18249
18256
|
"type": "boolean"
|
|
18250
18257
|
}
|
|
18251
18258
|
],
|
|
@@ -18354,7 +18361,6 @@
|
|
|
18354
18361
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
18355
18362
|
},
|
|
18356
18363
|
{
|
|
18357
|
-
"const": false,
|
|
18358
18364
|
"type": "boolean"
|
|
18359
18365
|
}
|
|
18360
18366
|
],
|
|
@@ -19724,6 +19730,9 @@
|
|
|
19724
19730
|
{
|
|
19725
19731
|
"typeof": "function"
|
|
19726
19732
|
},
|
|
19733
|
+
{
|
|
19734
|
+
"typeof": "function"
|
|
19735
|
+
},
|
|
19727
19736
|
{
|
|
19728
19737
|
"type": "string"
|
|
19729
19738
|
}
|
|
@@ -24306,6 +24315,15 @@
|
|
|
24306
24315
|
},
|
|
24307
24316
|
"ICartesianCrosshairSpec": {
|
|
24308
24317
|
"properties": {
|
|
24318
|
+
"alignSelf": {
|
|
24319
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
24320
|
+
"enum": [
|
|
24321
|
+
"end",
|
|
24322
|
+
"middle",
|
|
24323
|
+
"start"
|
|
24324
|
+
],
|
|
24325
|
+
"type": "string"
|
|
24326
|
+
},
|
|
24309
24327
|
"bottom": {
|
|
24310
24328
|
"$ref": "#/definitions/ILayoutNumber",
|
|
24311
24329
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -26774,6 +26792,15 @@
|
|
|
26774
26792
|
},
|
|
26775
26793
|
"ICommonAxisSpec": {
|
|
26776
26794
|
"properties": {
|
|
26795
|
+
"alignSelf": {
|
|
26796
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
26797
|
+
"enum": [
|
|
26798
|
+
"end",
|
|
26799
|
+
"middle",
|
|
26800
|
+
"start"
|
|
26801
|
+
],
|
|
26802
|
+
"type": "string"
|
|
26803
|
+
},
|
|
26777
26804
|
"animation": {
|
|
26778
26805
|
"default": false,
|
|
26779
26806
|
"description": "是否开启动画,默认关闭",
|
|
@@ -27522,6 +27549,15 @@
|
|
|
27522
27549
|
},
|
|
27523
27550
|
"IComponentSpec": {
|
|
27524
27551
|
"properties": {
|
|
27552
|
+
"alignSelf": {
|
|
27553
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
27554
|
+
"enum": [
|
|
27555
|
+
"end",
|
|
27556
|
+
"middle",
|
|
27557
|
+
"start"
|
|
27558
|
+
],
|
|
27559
|
+
"type": "string"
|
|
27560
|
+
},
|
|
27525
27561
|
"bottom": {
|
|
27526
27562
|
"$ref": "#/definitions/ILayoutNumber",
|
|
27527
27563
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -28207,6 +28243,15 @@
|
|
|
28207
28243
|
},
|
|
28208
28244
|
"IContinuousLegendTheme": {
|
|
28209
28245
|
"properties": {
|
|
28246
|
+
"alignSelf": {
|
|
28247
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
28248
|
+
"enum": [
|
|
28249
|
+
"end",
|
|
28250
|
+
"middle",
|
|
28251
|
+
"start"
|
|
28252
|
+
],
|
|
28253
|
+
"type": "string"
|
|
28254
|
+
},
|
|
28210
28255
|
"background": {
|
|
28211
28256
|
"typeof": "function"
|
|
28212
28257
|
},
|
|
@@ -29407,6 +29452,15 @@
|
|
|
29407
29452
|
},
|
|
29408
29453
|
"ICrosshairTheme": {
|
|
29409
29454
|
"properties": {
|
|
29455
|
+
"alignSelf": {
|
|
29456
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
29457
|
+
"enum": [
|
|
29458
|
+
"end",
|
|
29459
|
+
"middle",
|
|
29460
|
+
"start"
|
|
29461
|
+
],
|
|
29462
|
+
"type": "string"
|
|
29463
|
+
},
|
|
29410
29464
|
"bandField": {
|
|
29411
29465
|
"$ref": "#/definitions/Partial<ICrosshairCategoryFieldSpec>",
|
|
29412
29466
|
"description": "band 轴 crosshair 的公共配置",
|
|
@@ -30115,6 +30169,15 @@
|
|
|
30115
30169
|
"IDataZoomSpec": {
|
|
30116
30170
|
"description": "spec",
|
|
30117
30171
|
"properties": {
|
|
30172
|
+
"alignSelf": {
|
|
30173
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
30174
|
+
"enum": [
|
|
30175
|
+
"end",
|
|
30176
|
+
"middle",
|
|
30177
|
+
"start"
|
|
30178
|
+
],
|
|
30179
|
+
"type": "string"
|
|
30180
|
+
},
|
|
30118
30181
|
"auto": {
|
|
30119
30182
|
"description": "是否为自动模式。开启以后,组件不会导致轴 scale 缩放,end、roam 等可能导致缩放的配置将被忽略,且组件可以自动消失",
|
|
30120
30183
|
"since": "1.4.0",
|
|
@@ -30650,6 +30713,15 @@
|
|
|
30650
30713
|
],
|
|
30651
30714
|
"type": "string"
|
|
30652
30715
|
},
|
|
30716
|
+
"alignSelf": {
|
|
30717
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
30718
|
+
"enum": [
|
|
30719
|
+
"end",
|
|
30720
|
+
"middle",
|
|
30721
|
+
"start"
|
|
30722
|
+
],
|
|
30723
|
+
"type": "string"
|
|
30724
|
+
},
|
|
30653
30725
|
"allowAllCanceled": {
|
|
30654
30726
|
"type": "boolean"
|
|
30655
30727
|
},
|
|
@@ -30758,6 +30830,16 @@
|
|
|
30758
30830
|
}
|
|
30759
30831
|
]
|
|
30760
30832
|
},
|
|
30833
|
+
{
|
|
30834
|
+
"allOf": [
|
|
30835
|
+
{
|
|
30836
|
+
"typeof": "function"
|
|
30837
|
+
},
|
|
30838
|
+
{
|
|
30839
|
+
"typeof": "function"
|
|
30840
|
+
}
|
|
30841
|
+
]
|
|
30842
|
+
},
|
|
30761
30843
|
{
|
|
30762
30844
|
"allOf": [
|
|
30763
30845
|
{
|
|
@@ -39870,6 +39952,15 @@
|
|
|
39870
39952
|
},
|
|
39871
39953
|
"IIndicatorSpec": {
|
|
39872
39954
|
"properties": {
|
|
39955
|
+
"alignSelf": {
|
|
39956
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
39957
|
+
"enum": [
|
|
39958
|
+
"end",
|
|
39959
|
+
"middle",
|
|
39960
|
+
"start"
|
|
39961
|
+
],
|
|
39962
|
+
"type": "string"
|
|
39963
|
+
},
|
|
39873
39964
|
"bottom": {
|
|
39874
39965
|
"$ref": "#/definitions/ILayoutNumber",
|
|
39875
39966
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -40095,6 +40186,15 @@
|
|
|
40095
40186
|
},
|
|
40096
40187
|
"IIndicatorTheme": {
|
|
40097
40188
|
"properties": {
|
|
40189
|
+
"alignSelf": {
|
|
40190
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
40191
|
+
"enum": [
|
|
40192
|
+
"end",
|
|
40193
|
+
"middle",
|
|
40194
|
+
"start"
|
|
40195
|
+
],
|
|
40196
|
+
"type": "string"
|
|
40197
|
+
},
|
|
40098
40198
|
"bottom": {
|
|
40099
40199
|
"$ref": "#/definitions/ILayoutNumber",
|
|
40100
40200
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -40462,13 +40562,21 @@
|
|
|
40462
40562
|
},
|
|
40463
40563
|
"ILabelSpec": {
|
|
40464
40564
|
"properties": {
|
|
40565
|
+
"alignSelf": {
|
|
40566
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
40567
|
+
"enum": [
|
|
40568
|
+
"end",
|
|
40569
|
+
"middle",
|
|
40570
|
+
"start"
|
|
40571
|
+
],
|
|
40572
|
+
"type": "string"
|
|
40573
|
+
},
|
|
40465
40574
|
"animation": {
|
|
40466
40575
|
"anyOf": [
|
|
40467
40576
|
{
|
|
40468
40577
|
"$ref": "#/definitions/ILabelAnimation"
|
|
40469
40578
|
},
|
|
40470
40579
|
{
|
|
40471
|
-
"const": false,
|
|
40472
40580
|
"type": "boolean"
|
|
40473
40581
|
}
|
|
40474
40582
|
],
|
|
@@ -40585,7 +40693,6 @@
|
|
|
40585
40693
|
"$ref": "#/definitions/OverlapAttrs"
|
|
40586
40694
|
},
|
|
40587
40695
|
{
|
|
40588
|
-
"const": false,
|
|
40589
40696
|
"type": "boolean"
|
|
40590
40697
|
}
|
|
40591
40698
|
],
|
|
@@ -40672,7 +40779,6 @@
|
|
|
40672
40779
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
40673
40780
|
},
|
|
40674
40781
|
{
|
|
40675
|
-
"const": false,
|
|
40676
40782
|
"type": "boolean"
|
|
40677
40783
|
}
|
|
40678
40784
|
],
|
|
@@ -41444,6 +41550,15 @@
|
|
|
41444
41550
|
},
|
|
41445
41551
|
"ILayoutItemSpec": {
|
|
41446
41552
|
"properties": {
|
|
41553
|
+
"alignSelf": {
|
|
41554
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
41555
|
+
"enum": [
|
|
41556
|
+
"end",
|
|
41557
|
+
"middle",
|
|
41558
|
+
"start"
|
|
41559
|
+
],
|
|
41560
|
+
"type": "string"
|
|
41561
|
+
},
|
|
41447
41562
|
"bottom": {
|
|
41448
41563
|
"$ref": "#/definitions/ILayoutNumber",
|
|
41449
41564
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -41597,7 +41712,8 @@
|
|
|
41597
41712
|
"normal",
|
|
41598
41713
|
"normal-inline",
|
|
41599
41714
|
"region",
|
|
41600
|
-
"region-relative"
|
|
41715
|
+
"region-relative",
|
|
41716
|
+
"region-relative-overlap"
|
|
41601
41717
|
],
|
|
41602
41718
|
"type": "string"
|
|
41603
41719
|
},
|
|
@@ -45861,6 +45977,15 @@
|
|
|
45861
45977
|
},
|
|
45862
45978
|
"IMarkerSpec": {
|
|
45863
45979
|
"properties": {
|
|
45980
|
+
"alignSelf": {
|
|
45981
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
45982
|
+
"enum": [
|
|
45983
|
+
"end",
|
|
45984
|
+
"middle",
|
|
45985
|
+
"start"
|
|
45986
|
+
],
|
|
45987
|
+
"type": "string"
|
|
45988
|
+
},
|
|
45864
45989
|
"autoRange": {
|
|
45865
45990
|
"default": false,
|
|
45866
45991
|
"description": "marker组件是否自动拓展轴范围",
|
|
@@ -48429,6 +48554,15 @@
|
|
|
48429
48554
|
},
|
|
48430
48555
|
"IPlayer": {
|
|
48431
48556
|
"properties": {
|
|
48557
|
+
"alignSelf": {
|
|
48558
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
48559
|
+
"enum": [
|
|
48560
|
+
"end",
|
|
48561
|
+
"middle",
|
|
48562
|
+
"start"
|
|
48563
|
+
],
|
|
48564
|
+
"type": "string"
|
|
48565
|
+
},
|
|
48432
48566
|
"alternate": {
|
|
48433
48567
|
"default": false,
|
|
48434
48568
|
"description": "下一次播放时更换方向",
|
|
@@ -48659,6 +48793,15 @@
|
|
|
48659
48793
|
},
|
|
48660
48794
|
"IPlayerTheme": {
|
|
48661
48795
|
"properties": {
|
|
48796
|
+
"alignSelf": {
|
|
48797
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
48798
|
+
"enum": [
|
|
48799
|
+
"end",
|
|
48800
|
+
"middle",
|
|
48801
|
+
"start"
|
|
48802
|
+
],
|
|
48803
|
+
"type": "string"
|
|
48804
|
+
},
|
|
48662
48805
|
"bottom": {
|
|
48663
48806
|
"$ref": "#/definitions/ILayoutNumber",
|
|
48664
48807
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -48967,6 +49110,15 @@
|
|
|
48967
49110
|
},
|
|
48968
49111
|
"IPolarCrosshairSpec": {
|
|
48969
49112
|
"properties": {
|
|
49113
|
+
"alignSelf": {
|
|
49114
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
49115
|
+
"enum": [
|
|
49116
|
+
"end",
|
|
49117
|
+
"middle",
|
|
49118
|
+
"start"
|
|
49119
|
+
],
|
|
49120
|
+
"type": "string"
|
|
49121
|
+
},
|
|
48970
49122
|
"bottom": {
|
|
48971
49123
|
"$ref": "#/definitions/ILayoutNumber",
|
|
48972
49124
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -55630,6 +55782,15 @@
|
|
|
55630
55782
|
},
|
|
55631
55783
|
"IRegionSpec": {
|
|
55632
55784
|
"properties": {
|
|
55785
|
+
"alignSelf": {
|
|
55786
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
55787
|
+
"enum": [
|
|
55788
|
+
"end",
|
|
55789
|
+
"middle",
|
|
55790
|
+
"start"
|
|
55791
|
+
],
|
|
55792
|
+
"type": "string"
|
|
55793
|
+
},
|
|
55633
55794
|
"bottom": {
|
|
55634
55795
|
"$ref": "#/definitions/ILayoutNumber",
|
|
55635
55796
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -59016,6 +59177,15 @@
|
|
|
59016
59177
|
},
|
|
59017
59178
|
"IScrollBarSpec": {
|
|
59018
59179
|
"properties": {
|
|
59180
|
+
"alignSelf": {
|
|
59181
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
59182
|
+
"enum": [
|
|
59183
|
+
"end",
|
|
59184
|
+
"middle",
|
|
59185
|
+
"start"
|
|
59186
|
+
],
|
|
59187
|
+
"type": "string"
|
|
59188
|
+
},
|
|
59019
59189
|
"auto": {
|
|
59020
59190
|
"description": "是否为自动模式。开启以后,组件不会导致轴 scale 缩放,end、roam 等可能导致缩放的配置将被忽略,且组件可以自动消失",
|
|
59021
59191
|
"since": "1.4.0",
|
|
@@ -63142,6 +63312,15 @@
|
|
|
63142
63312
|
"description": "文字水平对齐方式\n'left' | 'center' | 'right'",
|
|
63143
63313
|
"type": "string"
|
|
63144
63314
|
},
|
|
63315
|
+
"alignSelf": {
|
|
63316
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
63317
|
+
"enum": [
|
|
63318
|
+
"end",
|
|
63319
|
+
"middle",
|
|
63320
|
+
"start"
|
|
63321
|
+
],
|
|
63322
|
+
"type": "string"
|
|
63323
|
+
},
|
|
63145
63324
|
"bottom": {
|
|
63146
63325
|
"$ref": "#/definitions/ILayoutNumber",
|
|
63147
63326
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -63468,6 +63647,15 @@
|
|
|
63468
63647
|
},
|
|
63469
63648
|
"ITitleTheme": {
|
|
63470
63649
|
"properties": {
|
|
63650
|
+
"alignSelf": {
|
|
63651
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
63652
|
+
"enum": [
|
|
63653
|
+
"end",
|
|
63654
|
+
"middle",
|
|
63655
|
+
"start"
|
|
63656
|
+
],
|
|
63657
|
+
"type": "string"
|
|
63658
|
+
},
|
|
63471
63659
|
"bottom": {
|
|
63472
63660
|
"$ref": "#/definitions/ILayoutNumber",
|
|
63473
63661
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -64066,7 +64254,6 @@
|
|
|
64066
64254
|
"$ref": "#/definitions/ILabelAnimation"
|
|
64067
64255
|
},
|
|
64068
64256
|
{
|
|
64069
|
-
"const": false,
|
|
64070
64257
|
"type": "boolean"
|
|
64071
64258
|
}
|
|
64072
64259
|
],
|
|
@@ -64086,7 +64273,6 @@
|
|
|
64086
64273
|
"$ref": "#/definitions/OverlapAttrs"
|
|
64087
64274
|
},
|
|
64088
64275
|
{
|
|
64089
|
-
"const": false,
|
|
64090
64276
|
"type": "boolean"
|
|
64091
64277
|
}
|
|
64092
64278
|
],
|
|
@@ -64098,7 +64284,6 @@
|
|
|
64098
64284
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
64099
64285
|
},
|
|
64100
64286
|
{
|
|
64101
|
-
"const": false,
|
|
64102
64287
|
"type": "boolean"
|
|
64103
64288
|
}
|
|
64104
64289
|
],
|
|
@@ -70109,7 +70294,7 @@
|
|
|
70109
70294
|
},
|
|
70110
70295
|
"Map<Function,(...args:any[])=>void>": {
|
|
70111
70296
|
"properties": {
|
|
70112
|
-
"__@toStringTag@
|
|
70297
|
+
"__@toStringTag@12621": {
|
|
70113
70298
|
"type": "string"
|
|
70114
70299
|
},
|
|
70115
70300
|
"size": {
|
|
@@ -70117,14 +70302,14 @@
|
|
|
70117
70302
|
}
|
|
70118
70303
|
},
|
|
70119
70304
|
"required": [
|
|
70120
|
-
"__@toStringTag@
|
|
70305
|
+
"__@toStringTag@12621",
|
|
70121
70306
|
"size"
|
|
70122
70307
|
],
|
|
70123
70308
|
"type": "object"
|
|
70124
70309
|
},
|
|
70125
70310
|
"Map<number,IGraphicPicker>": {
|
|
70126
70311
|
"properties": {
|
|
70127
|
-
"__@toStringTag@
|
|
70312
|
+
"__@toStringTag@12621": {
|
|
70128
70313
|
"type": "string"
|
|
70129
70314
|
},
|
|
70130
70315
|
"size": {
|
|
@@ -70132,14 +70317,14 @@
|
|
|
70132
70317
|
}
|
|
70133
70318
|
},
|
|
70134
70319
|
"required": [
|
|
70135
|
-
"__@toStringTag@
|
|
70320
|
+
"__@toStringTag@12621",
|
|
70136
70321
|
"size"
|
|
70137
70322
|
],
|
|
70138
70323
|
"type": "object"
|
|
70139
70324
|
},
|
|
70140
70325
|
"Map<number,IGraphicRender>": {
|
|
70141
70326
|
"properties": {
|
|
70142
|
-
"__@toStringTag@
|
|
70327
|
+
"__@toStringTag@12621": {
|
|
70143
70328
|
"type": "string"
|
|
70144
70329
|
},
|
|
70145
70330
|
"size": {
|
|
@@ -70147,14 +70332,14 @@
|
|
|
70147
70332
|
}
|
|
70148
70333
|
},
|
|
70149
70334
|
"required": [
|
|
70150
|
-
"__@toStringTag@
|
|
70335
|
+
"__@toStringTag@12621",
|
|
70151
70336
|
"size"
|
|
70152
70337
|
],
|
|
70153
70338
|
"type": "object"
|
|
70154
70339
|
},
|
|
70155
70340
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
70156
70341
|
"properties": {
|
|
70157
|
-
"__@toStringTag@
|
|
70342
|
+
"__@toStringTag@12621": {
|
|
70158
70343
|
"type": "string"
|
|
70159
70344
|
},
|
|
70160
70345
|
"size": {
|
|
@@ -70162,14 +70347,14 @@
|
|
|
70162
70347
|
}
|
|
70163
70348
|
},
|
|
70164
70349
|
"required": [
|
|
70165
|
-
"__@toStringTag@
|
|
70350
|
+
"__@toStringTag@12621",
|
|
70166
70351
|
"size"
|
|
70167
70352
|
],
|
|
70168
70353
|
"type": "object"
|
|
70169
70354
|
},
|
|
70170
70355
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
70171
70356
|
"properties": {
|
|
70172
|
-
"__@toStringTag@
|
|
70357
|
+
"__@toStringTag@12621": {
|
|
70173
70358
|
"type": "string"
|
|
70174
70359
|
},
|
|
70175
70360
|
"size": {
|
|
@@ -70177,14 +70362,14 @@
|
|
|
70177
70362
|
}
|
|
70178
70363
|
},
|
|
70179
70364
|
"required": [
|
|
70180
|
-
"__@toStringTag@
|
|
70365
|
+
"__@toStringTag@12621",
|
|
70181
70366
|
"size"
|
|
70182
70367
|
],
|
|
70183
70368
|
"type": "object"
|
|
70184
70369
|
},
|
|
70185
70370
|
"Map<string,any>": {
|
|
70186
70371
|
"properties": {
|
|
70187
|
-
"__@toStringTag@
|
|
70372
|
+
"__@toStringTag@12621": {
|
|
70188
70373
|
"type": "string"
|
|
70189
70374
|
},
|
|
70190
70375
|
"size": {
|
|
@@ -70192,14 +70377,14 @@
|
|
|
70192
70377
|
}
|
|
70193
70378
|
},
|
|
70194
70379
|
"required": [
|
|
70195
|
-
"__@toStringTag@
|
|
70380
|
+
"__@toStringTag@12621",
|
|
70196
70381
|
"size"
|
|
70197
70382
|
],
|
|
70198
70383
|
"type": "object"
|
|
70199
70384
|
},
|
|
70200
70385
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
70201
70386
|
"properties": {
|
|
70202
|
-
"__@toStringTag@
|
|
70387
|
+
"__@toStringTag@12621": {
|
|
70203
70388
|
"type": "string"
|
|
70204
70389
|
},
|
|
70205
70390
|
"size": {
|
|
@@ -70207,14 +70392,14 @@
|
|
|
70207
70392
|
}
|
|
70208
70393
|
},
|
|
70209
70394
|
"required": [
|
|
70210
|
-
"__@toStringTag@
|
|
70395
|
+
"__@toStringTag@12621",
|
|
70211
70396
|
"size"
|
|
70212
70397
|
],
|
|
70213
70398
|
"type": "object"
|
|
70214
70399
|
},
|
|
70215
70400
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
70216
70401
|
"properties": {
|
|
70217
|
-
"__@toStringTag@
|
|
70402
|
+
"__@toStringTag@12621": {
|
|
70218
70403
|
"type": "string"
|
|
70219
70404
|
},
|
|
70220
70405
|
"size": {
|
|
@@ -70222,14 +70407,14 @@
|
|
|
70222
70407
|
}
|
|
70223
70408
|
},
|
|
70224
70409
|
"required": [
|
|
70225
|
-
"__@toStringTag@
|
|
70410
|
+
"__@toStringTag@12621",
|
|
70226
70411
|
"size"
|
|
70227
70412
|
],
|
|
70228
70413
|
"type": "object"
|
|
70229
70414
|
},
|
|
70230
70415
|
"Map<string|number,IAnimate>": {
|
|
70231
70416
|
"properties": {
|
|
70232
|
-
"__@toStringTag@
|
|
70417
|
+
"__@toStringTag@12621": {
|
|
70233
70418
|
"type": "string"
|
|
70234
70419
|
},
|
|
70235
70420
|
"size": {
|
|
@@ -70237,7 +70422,7 @@
|
|
|
70237
70422
|
}
|
|
70238
70423
|
},
|
|
70239
70424
|
"required": [
|
|
70240
|
-
"__@toStringTag@
|
|
70425
|
+
"__@toStringTag@12621",
|
|
70241
70426
|
"size"
|
|
70242
70427
|
],
|
|
70243
70428
|
"type": "object"
|
|
@@ -70763,6 +70948,9 @@
|
|
|
70763
70948
|
{
|
|
70764
70949
|
"typeof": "function"
|
|
70765
70950
|
},
|
|
70951
|
+
{
|
|
70952
|
+
"typeof": "function"
|
|
70953
|
+
},
|
|
70766
70954
|
{
|
|
70767
70955
|
"type": "string"
|
|
70768
70956
|
}
|
|
@@ -71524,6 +71712,15 @@
|
|
|
71524
71712
|
},
|
|
71525
71713
|
"Omit<ICartesianAxisCommonSpec,\"inverse\">": {
|
|
71526
71714
|
"properties": {
|
|
71715
|
+
"alignSelf": {
|
|
71716
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
71717
|
+
"enum": [
|
|
71718
|
+
"end",
|
|
71719
|
+
"middle",
|
|
71720
|
+
"start"
|
|
71721
|
+
],
|
|
71722
|
+
"type": "string"
|
|
71723
|
+
},
|
|
71527
71724
|
"animation": {
|
|
71528
71725
|
"default": false,
|
|
71529
71726
|
"description": "是否开启动画,默认关闭",
|
|
@@ -72173,6 +72370,15 @@
|
|
|
72173
72370
|
},
|
|
72174
72371
|
"Omit<ICommonAxisSpec,\"center\">": {
|
|
72175
72372
|
"properties": {
|
|
72373
|
+
"alignSelf": {
|
|
72374
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
72375
|
+
"enum": [
|
|
72376
|
+
"end",
|
|
72377
|
+
"middle",
|
|
72378
|
+
"start"
|
|
72379
|
+
],
|
|
72380
|
+
"type": "string"
|
|
72381
|
+
},
|
|
72176
72382
|
"animation": {
|
|
72177
72383
|
"default": false,
|
|
72178
72384
|
"description": "是否开启动画,默认关闭",
|
|
@@ -72438,6 +72644,15 @@
|
|
|
72438
72644
|
},
|
|
72439
72645
|
"Omit<IComponentSpec,\"orient\">": {
|
|
72440
72646
|
"properties": {
|
|
72647
|
+
"alignSelf": {
|
|
72648
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
72649
|
+
"enum": [
|
|
72650
|
+
"end",
|
|
72651
|
+
"middle",
|
|
72652
|
+
"start"
|
|
72653
|
+
],
|
|
72654
|
+
"type": "string"
|
|
72655
|
+
},
|
|
72441
72656
|
"bottom": {
|
|
72442
72657
|
"$ref": "#/definitions/ILayoutNumber",
|
|
72443
72658
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
@@ -73710,13 +73925,21 @@
|
|
|
73710
73925
|
},
|
|
73711
73926
|
"Omit<ILabelSpec,\"position\">": {
|
|
73712
73927
|
"properties": {
|
|
73928
|
+
"alignSelf": {
|
|
73929
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
73930
|
+
"enum": [
|
|
73931
|
+
"end",
|
|
73932
|
+
"middle",
|
|
73933
|
+
"start"
|
|
73934
|
+
],
|
|
73935
|
+
"type": "string"
|
|
73936
|
+
},
|
|
73713
73937
|
"animation": {
|
|
73714
73938
|
"anyOf": [
|
|
73715
73939
|
{
|
|
73716
73940
|
"$ref": "#/definitions/ILabelAnimation"
|
|
73717
73941
|
},
|
|
73718
73942
|
{
|
|
73719
|
-
"const": false,
|
|
73720
73943
|
"type": "boolean"
|
|
73721
73944
|
}
|
|
73722
73945
|
],
|
|
@@ -73833,7 +74056,6 @@
|
|
|
73833
74056
|
"$ref": "#/definitions/OverlapAttrs"
|
|
73834
74057
|
},
|
|
73835
74058
|
{
|
|
73836
|
-
"const": false,
|
|
73837
74059
|
"type": "boolean"
|
|
73838
74060
|
}
|
|
73839
74061
|
],
|
|
@@ -73916,7 +74138,6 @@
|
|
|
73916
74138
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
73917
74139
|
},
|
|
73918
74140
|
{
|
|
73919
|
-
"const": false,
|
|
73920
74141
|
"type": "boolean"
|
|
73921
74142
|
}
|
|
73922
74143
|
],
|
|
@@ -75189,6 +75410,9 @@
|
|
|
75189
75410
|
{
|
|
75190
75411
|
"typeof": "function"
|
|
75191
75412
|
},
|
|
75413
|
+
{
|
|
75414
|
+
"typeof": "function"
|
|
75415
|
+
},
|
|
75192
75416
|
{
|
|
75193
75417
|
"type": "string"
|
|
75194
75418
|
}
|
|
@@ -75919,6 +76143,9 @@
|
|
|
75919
76143
|
{
|
|
75920
76144
|
"typeof": "function"
|
|
75921
76145
|
},
|
|
76146
|
+
{
|
|
76147
|
+
"typeof": "function"
|
|
76148
|
+
},
|
|
75922
76149
|
{
|
|
75923
76150
|
"type": "string"
|
|
75924
76151
|
}
|
|
@@ -76343,6 +76570,9 @@
|
|
|
76343
76570
|
{
|
|
76344
76571
|
"typeof": "function"
|
|
76345
76572
|
},
|
|
76573
|
+
{
|
|
76574
|
+
"typeof": "function"
|
|
76575
|
+
},
|
|
76346
76576
|
{
|
|
76347
76577
|
"type": "string"
|
|
76348
76578
|
}
|
|
@@ -76824,6 +77054,9 @@
|
|
|
76824
77054
|
{
|
|
76825
77055
|
"typeof": "function"
|
|
76826
77056
|
},
|
|
77057
|
+
{
|
|
77058
|
+
"typeof": "function"
|
|
77059
|
+
},
|
|
76827
77060
|
{
|
|
76828
77061
|
"type": "string"
|
|
76829
77062
|
}
|
|
@@ -77271,6 +77504,9 @@
|
|
|
77271
77504
|
{
|
|
77272
77505
|
"typeof": "function"
|
|
77273
77506
|
},
|
|
77507
|
+
{
|
|
77508
|
+
"typeof": "function"
|
|
77509
|
+
},
|
|
77274
77510
|
{
|
|
77275
77511
|
"type": "string"
|
|
77276
77512
|
}
|
|
@@ -77680,6 +77916,9 @@
|
|
|
77680
77916
|
{
|
|
77681
77917
|
"typeof": "function"
|
|
77682
77918
|
},
|
|
77919
|
+
{
|
|
77920
|
+
"typeof": "function"
|
|
77921
|
+
},
|
|
77683
77922
|
{
|
|
77684
77923
|
"type": "string"
|
|
77685
77924
|
}
|
|
@@ -78074,6 +78313,9 @@
|
|
|
78074
78313
|
{
|
|
78075
78314
|
"typeof": "function"
|
|
78076
78315
|
},
|
|
78316
|
+
{
|
|
78317
|
+
"typeof": "function"
|
|
78318
|
+
},
|
|
78077
78319
|
{
|
|
78078
78320
|
"type": "string"
|
|
78079
78321
|
}
|
|
@@ -78515,6 +78757,9 @@
|
|
|
78515
78757
|
{
|
|
78516
78758
|
"typeof": "function"
|
|
78517
78759
|
},
|
|
78760
|
+
{
|
|
78761
|
+
"typeof": "function"
|
|
78762
|
+
},
|
|
78518
78763
|
{
|
|
78519
78764
|
"type": "string"
|
|
78520
78765
|
}
|
|
@@ -78839,13 +79084,21 @@
|
|
|
78839
79084
|
},
|
|
78840
79085
|
"Partial<ILabelSpec>": {
|
|
78841
79086
|
"properties": {
|
|
79087
|
+
"alignSelf": {
|
|
79088
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
79089
|
+
"enum": [
|
|
79090
|
+
"end",
|
|
79091
|
+
"middle",
|
|
79092
|
+
"start"
|
|
79093
|
+
],
|
|
79094
|
+
"type": "string"
|
|
79095
|
+
},
|
|
78842
79096
|
"animation": {
|
|
78843
79097
|
"anyOf": [
|
|
78844
79098
|
{
|
|
78845
79099
|
"$ref": "#/definitions/ILabelAnimation"
|
|
78846
79100
|
},
|
|
78847
79101
|
{
|
|
78848
|
-
"const": false,
|
|
78849
79102
|
"type": "boolean"
|
|
78850
79103
|
}
|
|
78851
79104
|
],
|
|
@@ -78962,7 +79215,6 @@
|
|
|
78962
79215
|
"$ref": "#/definitions/OverlapAttrs"
|
|
78963
79216
|
},
|
|
78964
79217
|
{
|
|
78965
|
-
"const": false,
|
|
78966
79218
|
"type": "boolean"
|
|
78967
79219
|
}
|
|
78968
79220
|
],
|
|
@@ -79049,7 +79301,6 @@
|
|
|
79049
79301
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
79050
79302
|
},
|
|
79051
79303
|
{
|
|
79052
|
-
"const": false,
|
|
79053
79304
|
"type": "boolean"
|
|
79054
79305
|
}
|
|
79055
79306
|
],
|
|
@@ -79181,6 +79432,9 @@
|
|
|
79181
79432
|
{
|
|
79182
79433
|
"typeof": "function"
|
|
79183
79434
|
},
|
|
79435
|
+
{
|
|
79436
|
+
"typeof": "function"
|
|
79437
|
+
},
|
|
79184
79438
|
{
|
|
79185
79439
|
"type": "string"
|
|
79186
79440
|
}
|
|
@@ -79508,13 +79762,21 @@
|
|
|
79508
79762
|
},
|
|
79509
79763
|
"Partial<ILineLikeLabelSpec>": {
|
|
79510
79764
|
"properties": {
|
|
79765
|
+
"alignSelf": {
|
|
79766
|
+
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
79767
|
+
"enum": [
|
|
79768
|
+
"end",
|
|
79769
|
+
"middle",
|
|
79770
|
+
"start"
|
|
79771
|
+
],
|
|
79772
|
+
"type": "string"
|
|
79773
|
+
},
|
|
79511
79774
|
"animation": {
|
|
79512
79775
|
"anyOf": [
|
|
79513
79776
|
{
|
|
79514
79777
|
"$ref": "#/definitions/ILabelAnimation"
|
|
79515
79778
|
},
|
|
79516
79779
|
{
|
|
79517
|
-
"const": false,
|
|
79518
79780
|
"type": "boolean"
|
|
79519
79781
|
}
|
|
79520
79782
|
],
|
|
@@ -79631,7 +79893,6 @@
|
|
|
79631
79893
|
"$ref": "#/definitions/OverlapAttrs"
|
|
79632
79894
|
},
|
|
79633
79895
|
{
|
|
79634
|
-
"const": false,
|
|
79635
79896
|
"type": "boolean"
|
|
79636
79897
|
}
|
|
79637
79898
|
],
|
|
@@ -79719,7 +79980,6 @@
|
|
|
79719
79980
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
79720
79981
|
},
|
|
79721
79982
|
{
|
|
79722
|
-
"const": false,
|
|
79723
79983
|
"type": "boolean"
|
|
79724
79984
|
}
|
|
79725
79985
|
],
|
|
@@ -80380,6 +80640,9 @@
|
|
|
80380
80640
|
{
|
|
80381
80641
|
"typeof": "function"
|
|
80382
80642
|
},
|
|
80643
|
+
{
|
|
80644
|
+
"typeof": "function"
|
|
80645
|
+
},
|
|
80383
80646
|
{
|
|
80384
80647
|
"type": "string"
|
|
80385
80648
|
}
|
|
@@ -80770,6 +81033,9 @@
|
|
|
80770
81033
|
{
|
|
80771
81034
|
"typeof": "function"
|
|
80772
81035
|
},
|
|
81036
|
+
{
|
|
81037
|
+
"typeof": "function"
|
|
81038
|
+
},
|
|
80773
81039
|
{
|
|
80774
81040
|
"type": "string"
|
|
80775
81041
|
}
|
|
@@ -81418,6 +81684,9 @@
|
|
|
81418
81684
|
{
|
|
81419
81685
|
"typeof": "function"
|
|
81420
81686
|
},
|
|
81687
|
+
{
|
|
81688
|
+
"typeof": "function"
|
|
81689
|
+
},
|
|
81421
81690
|
{
|
|
81422
81691
|
"type": "string"
|
|
81423
81692
|
}
|
|
@@ -81823,6 +82092,9 @@
|
|
|
81823
82092
|
{
|
|
81824
82093
|
"typeof": "function"
|
|
81825
82094
|
},
|
|
82095
|
+
{
|
|
82096
|
+
"typeof": "function"
|
|
82097
|
+
},
|
|
81826
82098
|
{
|
|
81827
82099
|
"type": "string"
|
|
81828
82100
|
}
|
|
@@ -82473,6 +82745,12 @@
|
|
|
82473
82745
|
"renderStyle": {
|
|
82474
82746
|
"type": "string"
|
|
82475
82747
|
},
|
|
82748
|
+
"supportsPointerEvents": {
|
|
82749
|
+
"type": "boolean"
|
|
82750
|
+
},
|
|
82751
|
+
"supportsTouchEvents": {
|
|
82752
|
+
"type": "boolean"
|
|
82753
|
+
},
|
|
82476
82754
|
"ticker": {
|
|
82477
82755
|
"$ref": "#/definitions/ITicker"
|
|
82478
82756
|
},
|
|
@@ -82581,6 +82859,9 @@
|
|
|
82581
82859
|
{
|
|
82582
82860
|
"typeof": "function"
|
|
82583
82861
|
},
|
|
82862
|
+
{
|
|
82863
|
+
"typeof": "function"
|
|
82864
|
+
},
|
|
82584
82865
|
{
|
|
82585
82866
|
"type": "string"
|
|
82586
82867
|
}
|
|
@@ -82981,6 +83262,9 @@
|
|
|
82981
83262
|
{
|
|
82982
83263
|
"typeof": "function"
|
|
82983
83264
|
},
|
|
83265
|
+
{
|
|
83266
|
+
"typeof": "function"
|
|
83267
|
+
},
|
|
82984
83268
|
{
|
|
82985
83269
|
"type": "string"
|
|
82986
83270
|
}
|
|
@@ -84063,6 +84347,9 @@
|
|
|
84063
84347
|
{
|
|
84064
84348
|
"typeof": "function"
|
|
84065
84349
|
},
|
|
84350
|
+
{
|
|
84351
|
+
"typeof": "function"
|
|
84352
|
+
},
|
|
84066
84353
|
{
|
|
84067
84354
|
"type": "string"
|
|
84068
84355
|
}
|
|
@@ -84554,6 +84841,9 @@
|
|
|
84554
84841
|
{
|
|
84555
84842
|
"typeof": "function"
|
|
84556
84843
|
},
|
|
84844
|
+
{
|
|
84845
|
+
"typeof": "function"
|
|
84846
|
+
},
|
|
84557
84847
|
{
|
|
84558
84848
|
"type": "string"
|
|
84559
84849
|
}
|
|
@@ -84951,6 +85241,9 @@
|
|
|
84951
85241
|
{
|
|
84952
85242
|
"typeof": "function"
|
|
84953
85243
|
},
|
|
85244
|
+
{
|
|
85245
|
+
"typeof": "function"
|
|
85246
|
+
},
|
|
84954
85247
|
{
|
|
84955
85248
|
"type": "string"
|
|
84956
85249
|
}
|
|
@@ -86658,34 +86951,34 @@
|
|
|
86658
86951
|
},
|
|
86659
86952
|
"Promise<FontFaceSet>": {
|
|
86660
86953
|
"properties": {
|
|
86661
|
-
"__@toStringTag@
|
|
86954
|
+
"__@toStringTag@12621": {
|
|
86662
86955
|
"type": "string"
|
|
86663
86956
|
}
|
|
86664
86957
|
},
|
|
86665
86958
|
"required": [
|
|
86666
|
-
"__@toStringTag@
|
|
86959
|
+
"__@toStringTag@12621"
|
|
86667
86960
|
],
|
|
86668
86961
|
"type": "object"
|
|
86669
86962
|
},
|
|
86670
86963
|
"Promise<ServiceWorkerRegistration>": {
|
|
86671
86964
|
"properties": {
|
|
86672
|
-
"__@toStringTag@
|
|
86965
|
+
"__@toStringTag@12621": {
|
|
86673
86966
|
"type": "string"
|
|
86674
86967
|
}
|
|
86675
86968
|
},
|
|
86676
86969
|
"required": [
|
|
86677
|
-
"__@toStringTag@
|
|
86970
|
+
"__@toStringTag@12621"
|
|
86678
86971
|
],
|
|
86679
86972
|
"type": "object"
|
|
86680
86973
|
},
|
|
86681
86974
|
"Promise<any>": {
|
|
86682
86975
|
"properties": {
|
|
86683
|
-
"__@toStringTag@
|
|
86976
|
+
"__@toStringTag@12621": {
|
|
86684
86977
|
"type": "string"
|
|
86685
86978
|
}
|
|
86686
86979
|
},
|
|
86687
86980
|
"required": [
|
|
86688
|
-
"__@toStringTag@
|
|
86981
|
+
"__@toStringTag@12621"
|
|
86689
86982
|
],
|
|
86690
86983
|
"type": "object"
|
|
86691
86984
|
},
|
|
@@ -86860,6 +87153,9 @@
|
|
|
86860
87153
|
{
|
|
86861
87154
|
"typeof": "function"
|
|
86862
87155
|
},
|
|
87156
|
+
{
|
|
87157
|
+
"typeof": "function"
|
|
87158
|
+
},
|
|
86863
87159
|
{
|
|
86864
87160
|
"type": "string"
|
|
86865
87161
|
}
|
|
@@ -87360,6 +87656,9 @@
|
|
|
87360
87656
|
{
|
|
87361
87657
|
"typeof": "function"
|
|
87362
87658
|
},
|
|
87659
|
+
{
|
|
87660
|
+
"typeof": "function"
|
|
87661
|
+
},
|
|
87363
87662
|
{
|
|
87364
87663
|
"type": "string"
|
|
87365
87664
|
}
|
|
@@ -87851,6 +88150,9 @@
|
|
|
87851
88150
|
{
|
|
87852
88151
|
"typeof": "function"
|
|
87853
88152
|
},
|
|
88153
|
+
{
|
|
88154
|
+
"typeof": "function"
|
|
88155
|
+
},
|
|
87854
88156
|
{
|
|
87855
88157
|
"type": "string"
|
|
87856
88158
|
}
|
|
@@ -88307,6 +88609,9 @@
|
|
|
88307
88609
|
{
|
|
88308
88610
|
"typeof": "function"
|
|
88309
88611
|
},
|
|
88612
|
+
{
|
|
88613
|
+
"typeof": "function"
|
|
88614
|
+
},
|
|
88310
88615
|
{
|
|
88311
88616
|
"type": "string"
|
|
88312
88617
|
}
|
|
@@ -88805,6 +89110,9 @@
|
|
|
88805
89110
|
{
|
|
88806
89111
|
"typeof": "function"
|
|
88807
89112
|
},
|
|
89113
|
+
{
|
|
89114
|
+
"typeof": "function"
|
|
89115
|
+
},
|
|
88808
89116
|
{
|
|
88809
89117
|
"type": "string"
|
|
88810
89118
|
}
|
|
@@ -89325,6 +89633,9 @@
|
|
|
89325
89633
|
{
|
|
89326
89634
|
"typeof": "function"
|
|
89327
89635
|
},
|
|
89636
|
+
{
|
|
89637
|
+
"typeof": "function"
|
|
89638
|
+
},
|
|
89328
89639
|
{
|
|
89329
89640
|
"type": "string"
|
|
89330
89641
|
}
|
|
@@ -89813,6 +90124,9 @@
|
|
|
89813
90124
|
{
|
|
89814
90125
|
"typeof": "function"
|
|
89815
90126
|
},
|
|
90127
|
+
{
|
|
90128
|
+
"typeof": "function"
|
|
90129
|
+
},
|
|
89816
90130
|
{
|
|
89817
90131
|
"type": "string"
|
|
89818
90132
|
}
|
|
@@ -90308,6 +90622,9 @@
|
|
|
90308
90622
|
{
|
|
90309
90623
|
"typeof": "function"
|
|
90310
90624
|
},
|
|
90625
|
+
{
|
|
90626
|
+
"typeof": "function"
|
|
90627
|
+
},
|
|
90311
90628
|
{
|
|
90312
90629
|
"type": "string"
|
|
90313
90630
|
}
|
|
@@ -90767,6 +91084,9 @@
|
|
|
90767
91084
|
{
|
|
90768
91085
|
"typeof": "function"
|
|
90769
91086
|
},
|
|
91087
|
+
{
|
|
91088
|
+
"typeof": "function"
|
|
91089
|
+
},
|
|
90770
91090
|
{
|
|
90771
91091
|
"type": "string"
|
|
90772
91092
|
}
|
|
@@ -91236,6 +91556,9 @@
|
|
|
91236
91556
|
{
|
|
91237
91557
|
"typeof": "function"
|
|
91238
91558
|
},
|
|
91559
|
+
{
|
|
91560
|
+
"typeof": "function"
|
|
91561
|
+
},
|
|
91239
91562
|
{
|
|
91240
91563
|
"type": "string"
|
|
91241
91564
|
}
|
|
@@ -91714,6 +92037,9 @@
|
|
|
91714
92037
|
{
|
|
91715
92038
|
"typeof": "function"
|
|
91716
92039
|
},
|
|
92040
|
+
{
|
|
92041
|
+
"typeof": "function"
|
|
92042
|
+
},
|
|
91717
92043
|
{
|
|
91718
92044
|
"type": "string"
|
|
91719
92045
|
}
|
|
@@ -92188,6 +92514,9 @@
|
|
|
92188
92514
|
{
|
|
92189
92515
|
"typeof": "function"
|
|
92190
92516
|
},
|
|
92517
|
+
{
|
|
92518
|
+
"typeof": "function"
|
|
92519
|
+
},
|
|
92191
92520
|
{
|
|
92192
92521
|
"type": "string"
|
|
92193
92522
|
}
|
|
@@ -92686,6 +93015,9 @@
|
|
|
92686
93015
|
{
|
|
92687
93016
|
"typeof": "function"
|
|
92688
93017
|
},
|
|
93018
|
+
{
|
|
93019
|
+
"typeof": "function"
|
|
93020
|
+
},
|
|
92689
93021
|
{
|
|
92690
93022
|
"type": "string"
|
|
92691
93023
|
}
|
|
@@ -93273,6 +93605,9 @@
|
|
|
93273
93605
|
{
|
|
93274
93606
|
"typeof": "function"
|
|
93275
93607
|
},
|
|
93608
|
+
{
|
|
93609
|
+
"typeof": "function"
|
|
93610
|
+
},
|
|
93276
93611
|
{
|
|
93277
93612
|
"type": "string"
|
|
93278
93613
|
}
|
|
@@ -93742,6 +94077,9 @@
|
|
|
93742
94077
|
{
|
|
93743
94078
|
"typeof": "function"
|
|
93744
94079
|
},
|
|
94080
|
+
{
|
|
94081
|
+
"typeof": "function"
|
|
94082
|
+
},
|
|
93745
94083
|
{
|
|
93746
94084
|
"type": "string"
|
|
93747
94085
|
}
|