@visactor/vchart-schema 1.8.8-alpha.1 → 1.8.10-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vchart.json +388 -244
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -18110,7 +18110,6 @@
|
|
|
18110
18110
|
"$ref": "#/definitions/ILabelAnimation"
|
|
18111
18111
|
},
|
|
18112
18112
|
{
|
|
18113
|
-
"const": false,
|
|
18114
18113
|
"type": "boolean"
|
|
18115
18114
|
}
|
|
18116
18115
|
],
|
|
@@ -18161,11 +18160,6 @@
|
|
|
18161
18160
|
"id": {
|
|
18162
18161
|
"$ref": "#/definitions/StringOrNumber"
|
|
18163
18162
|
},
|
|
18164
|
-
"indent": {
|
|
18165
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
18166
|
-
"description": "模块的布局锁进",
|
|
18167
|
-
"since": "1.8.6"
|
|
18168
|
-
},
|
|
18169
18163
|
"interactive": {
|
|
18170
18164
|
"description": "是否支持交互。@default false",
|
|
18171
18165
|
"type": "boolean"
|
|
@@ -18245,7 +18239,6 @@
|
|
|
18245
18239
|
"$ref": "#/definitions/OverlapAttrs"
|
|
18246
18240
|
},
|
|
18247
18241
|
{
|
|
18248
|
-
"const": false,
|
|
18249
18242
|
"type": "boolean"
|
|
18250
18243
|
}
|
|
18251
18244
|
],
|
|
@@ -18354,7 +18347,6 @@
|
|
|
18354
18347
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
18355
18348
|
},
|
|
18356
18349
|
{
|
|
18357
|
-
"const": false,
|
|
18358
18350
|
"type": "boolean"
|
|
18359
18351
|
}
|
|
18360
18352
|
],
|
|
@@ -19724,6 +19716,9 @@
|
|
|
19724
19716
|
{
|
|
19725
19717
|
"typeof": "function"
|
|
19726
19718
|
},
|
|
19719
|
+
{
|
|
19720
|
+
"typeof": "function"
|
|
19721
|
+
},
|
|
19727
19722
|
{
|
|
19728
19723
|
"type": "string"
|
|
19729
19724
|
}
|
|
@@ -24271,38 +24266,256 @@
|
|
|
24271
24266
|
"ICartesianAxisSpec": {
|
|
24272
24267
|
"anyOf": [
|
|
24273
24268
|
{
|
|
24274
|
-
"
|
|
24269
|
+
"allOf": [
|
|
24270
|
+
{
|
|
24271
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24272
|
+
},
|
|
24273
|
+
{
|
|
24274
|
+
"typeof": "function"
|
|
24275
|
+
},
|
|
24276
|
+
{
|
|
24277
|
+
"typeof": "function"
|
|
24278
|
+
},
|
|
24279
|
+
{
|
|
24280
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24281
|
+
},
|
|
24282
|
+
{
|
|
24283
|
+
"typeof": "function"
|
|
24284
|
+
}
|
|
24285
|
+
]
|
|
24286
|
+
},
|
|
24287
|
+
{
|
|
24288
|
+
"allOf": [
|
|
24289
|
+
{
|
|
24290
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24291
|
+
},
|
|
24292
|
+
{
|
|
24293
|
+
"typeof": "function"
|
|
24294
|
+
},
|
|
24295
|
+
{
|
|
24296
|
+
"typeof": "function"
|
|
24297
|
+
},
|
|
24298
|
+
{
|
|
24299
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24300
|
+
},
|
|
24301
|
+
{
|
|
24302
|
+
"typeof": "function"
|
|
24303
|
+
}
|
|
24304
|
+
]
|
|
24305
|
+
},
|
|
24306
|
+
{
|
|
24307
|
+
"allOf": [
|
|
24308
|
+
{
|
|
24309
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24310
|
+
},
|
|
24311
|
+
{
|
|
24312
|
+
"typeof": "function"
|
|
24313
|
+
},
|
|
24314
|
+
{
|
|
24315
|
+
"typeof": "function"
|
|
24316
|
+
},
|
|
24317
|
+
{
|
|
24318
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24319
|
+
},
|
|
24320
|
+
{
|
|
24321
|
+
"typeof": "function"
|
|
24322
|
+
}
|
|
24323
|
+
]
|
|
24324
|
+
},
|
|
24325
|
+
{
|
|
24326
|
+
"allOf": [
|
|
24327
|
+
{
|
|
24328
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24329
|
+
},
|
|
24330
|
+
{
|
|
24331
|
+
"typeof": "function"
|
|
24332
|
+
},
|
|
24333
|
+
{
|
|
24334
|
+
"typeof": "function"
|
|
24335
|
+
},
|
|
24336
|
+
{
|
|
24337
|
+
"$ref": "#/definitions/IBandAxisSpec"
|
|
24338
|
+
},
|
|
24339
|
+
{
|
|
24340
|
+
"typeof": "function"
|
|
24341
|
+
}
|
|
24342
|
+
]
|
|
24343
|
+
},
|
|
24344
|
+
{
|
|
24345
|
+
"allOf": [
|
|
24346
|
+
{
|
|
24347
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24348
|
+
},
|
|
24349
|
+
{
|
|
24350
|
+
"typeof": "function"
|
|
24351
|
+
},
|
|
24352
|
+
{
|
|
24353
|
+
"typeof": "function"
|
|
24354
|
+
},
|
|
24355
|
+
{
|
|
24356
|
+
"$ref": "#/definitions/IBandAxisSpec"
|
|
24357
|
+
},
|
|
24358
|
+
{
|
|
24359
|
+
"typeof": "function"
|
|
24360
|
+
}
|
|
24361
|
+
]
|
|
24275
24362
|
},
|
|
24276
24363
|
{
|
|
24277
|
-
"
|
|
24364
|
+
"allOf": [
|
|
24365
|
+
{
|
|
24366
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24367
|
+
},
|
|
24368
|
+
{
|
|
24369
|
+
"typeof": "function"
|
|
24370
|
+
},
|
|
24371
|
+
{
|
|
24372
|
+
"typeof": "function"
|
|
24373
|
+
},
|
|
24374
|
+
{
|
|
24375
|
+
"$ref": "#/definitions/IBandAxisSpec"
|
|
24376
|
+
},
|
|
24377
|
+
{
|
|
24378
|
+
"typeof": "function"
|
|
24379
|
+
}
|
|
24380
|
+
]
|
|
24278
24381
|
},
|
|
24279
24382
|
{
|
|
24280
24383
|
"$ref": "#/definitions/ICartesianTimeAxisSpec"
|
|
24281
24384
|
},
|
|
24282
24385
|
{
|
|
24283
|
-
"
|
|
24386
|
+
"allOf": [
|
|
24387
|
+
{
|
|
24388
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24389
|
+
},
|
|
24390
|
+
{
|
|
24391
|
+
"typeof": "function"
|
|
24392
|
+
},
|
|
24393
|
+
{
|
|
24394
|
+
"typeof": "function"
|
|
24395
|
+
},
|
|
24396
|
+
{
|
|
24397
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24398
|
+
},
|
|
24399
|
+
{
|
|
24400
|
+
"typeof": "function"
|
|
24401
|
+
},
|
|
24402
|
+
{
|
|
24403
|
+
"typeof": "function"
|
|
24404
|
+
}
|
|
24405
|
+
]
|
|
24284
24406
|
},
|
|
24285
24407
|
{
|
|
24286
|
-
"
|
|
24287
|
-
|
|
24288
|
-
|
|
24289
|
-
|
|
24290
|
-
|
|
24291
|
-
|
|
24292
|
-
|
|
24408
|
+
"allOf": [
|
|
24409
|
+
{
|
|
24410
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24411
|
+
},
|
|
24412
|
+
{
|
|
24413
|
+
"typeof": "function"
|
|
24414
|
+
},
|
|
24415
|
+
{
|
|
24416
|
+
"typeof": "function"
|
|
24417
|
+
},
|
|
24418
|
+
{
|
|
24419
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24420
|
+
},
|
|
24421
|
+
{
|
|
24422
|
+
"typeof": "function"
|
|
24423
|
+
},
|
|
24424
|
+
{
|
|
24425
|
+
"typeof": "function"
|
|
24426
|
+
}
|
|
24427
|
+
]
|
|
24428
|
+
},
|
|
24293
24429
|
{
|
|
24294
|
-
"
|
|
24430
|
+
"allOf": [
|
|
24431
|
+
{
|
|
24432
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24433
|
+
},
|
|
24434
|
+
{
|
|
24435
|
+
"typeof": "function"
|
|
24436
|
+
},
|
|
24437
|
+
{
|
|
24438
|
+
"typeof": "function"
|
|
24439
|
+
},
|
|
24440
|
+
{
|
|
24441
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24442
|
+
},
|
|
24443
|
+
{
|
|
24444
|
+
"typeof": "function"
|
|
24445
|
+
},
|
|
24446
|
+
{
|
|
24447
|
+
"typeof": "function"
|
|
24448
|
+
}
|
|
24449
|
+
]
|
|
24295
24450
|
},
|
|
24296
24451
|
{
|
|
24297
|
-
"
|
|
24452
|
+
"allOf": [
|
|
24453
|
+
{
|
|
24454
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24455
|
+
},
|
|
24456
|
+
{
|
|
24457
|
+
"typeof": "function"
|
|
24458
|
+
},
|
|
24459
|
+
{
|
|
24460
|
+
"typeof": "function"
|
|
24461
|
+
},
|
|
24462
|
+
{
|
|
24463
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24464
|
+
},
|
|
24465
|
+
{
|
|
24466
|
+
"typeof": "function"
|
|
24467
|
+
},
|
|
24468
|
+
{
|
|
24469
|
+
"typeof": "function"
|
|
24470
|
+
}
|
|
24471
|
+
]
|
|
24298
24472
|
},
|
|
24299
24473
|
{
|
|
24300
|
-
"
|
|
24474
|
+
"allOf": [
|
|
24475
|
+
{
|
|
24476
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24477
|
+
},
|
|
24478
|
+
{
|
|
24479
|
+
"typeof": "function"
|
|
24480
|
+
},
|
|
24481
|
+
{
|
|
24482
|
+
"typeof": "function"
|
|
24483
|
+
},
|
|
24484
|
+
{
|
|
24485
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24486
|
+
},
|
|
24487
|
+
{
|
|
24488
|
+
"typeof": "function"
|
|
24489
|
+
},
|
|
24490
|
+
{
|
|
24491
|
+
"typeof": "function"
|
|
24492
|
+
}
|
|
24493
|
+
]
|
|
24301
24494
|
},
|
|
24302
24495
|
{
|
|
24303
|
-
"
|
|
24496
|
+
"allOf": [
|
|
24497
|
+
{
|
|
24498
|
+
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24499
|
+
},
|
|
24500
|
+
{
|
|
24501
|
+
"typeof": "function"
|
|
24502
|
+
},
|
|
24503
|
+
{
|
|
24504
|
+
"typeof": "function"
|
|
24505
|
+
},
|
|
24506
|
+
{
|
|
24507
|
+
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24508
|
+
},
|
|
24509
|
+
{
|
|
24510
|
+
"typeof": "function"
|
|
24511
|
+
},
|
|
24512
|
+
{
|
|
24513
|
+
"typeof": "function"
|
|
24514
|
+
}
|
|
24515
|
+
]
|
|
24304
24516
|
}
|
|
24305
|
-
]
|
|
24517
|
+
],
|
|
24518
|
+
"description": "spec"
|
|
24306
24519
|
},
|
|
24307
24520
|
"ICartesianCrosshairSpec": {
|
|
24308
24521
|
"properties": {
|
|
@@ -24329,11 +24542,6 @@
|
|
|
24329
24542
|
"id": {
|
|
24330
24543
|
"$ref": "#/definitions/StringOrNumber"
|
|
24331
24544
|
},
|
|
24332
|
-
"indent": {
|
|
24333
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
24334
|
-
"description": "模块的布局锁进",
|
|
24335
|
-
"since": "1.8.6"
|
|
24336
|
-
},
|
|
24337
24545
|
"labelZIndex": {
|
|
24338
24546
|
"description": "crosshair 文本的显示层级",
|
|
24339
24547
|
"type": "number"
|
|
@@ -24532,41 +24740,6 @@
|
|
|
24532
24740
|
}
|
|
24533
24741
|
]
|
|
24534
24742
|
},
|
|
24535
|
-
"ICartesianLinearAxisSpec": {
|
|
24536
|
-
"allOf": [
|
|
24537
|
-
{
|
|
24538
|
-
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24539
|
-
},
|
|
24540
|
-
{
|
|
24541
|
-
"typeof": "function"
|
|
24542
|
-
},
|
|
24543
|
-
{
|
|
24544
|
-
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24545
|
-
},
|
|
24546
|
-
{
|
|
24547
|
-
"typeof": "function"
|
|
24548
|
-
}
|
|
24549
|
-
]
|
|
24550
|
-
},
|
|
24551
|
-
"ICartesianLogAxisSpec": {
|
|
24552
|
-
"allOf": [
|
|
24553
|
-
{
|
|
24554
|
-
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24555
|
-
},
|
|
24556
|
-
{
|
|
24557
|
-
"typeof": "function"
|
|
24558
|
-
},
|
|
24559
|
-
{
|
|
24560
|
-
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24561
|
-
},
|
|
24562
|
-
{
|
|
24563
|
-
"typeof": "function"
|
|
24564
|
-
},
|
|
24565
|
-
{
|
|
24566
|
-
"typeof": "function"
|
|
24567
|
-
}
|
|
24568
|
-
]
|
|
24569
|
-
},
|
|
24570
24743
|
"ICartesianSeriesSpec": {
|
|
24571
24744
|
"properties": {
|
|
24572
24745
|
"animation": {
|
|
@@ -24766,25 +24939,6 @@
|
|
|
24766
24939
|
],
|
|
24767
24940
|
"type": "object"
|
|
24768
24941
|
},
|
|
24769
|
-
"ICartesianSymlogAxisSpec": {
|
|
24770
|
-
"allOf": [
|
|
24771
|
-
{
|
|
24772
|
-
"$ref": "#/definitions/ICommonAxisSpec"
|
|
24773
|
-
},
|
|
24774
|
-
{
|
|
24775
|
-
"typeof": "function"
|
|
24776
|
-
},
|
|
24777
|
-
{
|
|
24778
|
-
"$ref": "#/definitions/ILinearAxisSpec"
|
|
24779
|
-
},
|
|
24780
|
-
{
|
|
24781
|
-
"typeof": "function"
|
|
24782
|
-
},
|
|
24783
|
-
{
|
|
24784
|
-
"typeof": "function"
|
|
24785
|
-
}
|
|
24786
|
-
]
|
|
24787
|
-
},
|
|
24788
24942
|
"ICartesianTimeAxisSpec": {
|
|
24789
24943
|
"allOf": [
|
|
24790
24944
|
{
|
|
@@ -26873,11 +27027,6 @@
|
|
|
26873
27027
|
"id": {
|
|
26874
27028
|
"$ref": "#/definitions/StringOrNumber"
|
|
26875
27029
|
},
|
|
26876
|
-
"indent": {
|
|
26877
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
26878
|
-
"description": "模块的布局锁进",
|
|
26879
|
-
"since": "1.8.6"
|
|
26880
|
-
},
|
|
26881
27030
|
"inverse": {
|
|
26882
27031
|
"default": false,
|
|
26883
27032
|
"description": "是否开启反向坐标轴。",
|
|
@@ -27541,11 +27690,6 @@
|
|
|
27541
27690
|
"id": {
|
|
27542
27691
|
"$ref": "#/definitions/StringOrNumber"
|
|
27543
27692
|
},
|
|
27544
|
-
"indent": {
|
|
27545
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
27546
|
-
"description": "模块的布局锁进",
|
|
27547
|
-
"since": "1.8.6"
|
|
27548
|
-
},
|
|
27549
27693
|
"layoutLevel": {
|
|
27550
27694
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
27551
27695
|
"type": "number"
|
|
@@ -28239,11 +28383,6 @@
|
|
|
28239
28383
|
"$ref": "#/definitions/ILayoutNumber",
|
|
28240
28384
|
"description": "模块的布局大小:高度"
|
|
28241
28385
|
},
|
|
28242
|
-
"indent": {
|
|
28243
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
28244
|
-
"description": "模块的布局锁进",
|
|
28245
|
-
"since": "1.8.6"
|
|
28246
|
-
},
|
|
28247
28386
|
"interactive": {
|
|
28248
28387
|
"default": true,
|
|
28249
28388
|
"description": "是否允许交互",
|
|
@@ -29438,11 +29577,6 @@
|
|
|
29438
29577
|
"id": {
|
|
29439
29578
|
"$ref": "#/definitions/StringOrNumber"
|
|
29440
29579
|
},
|
|
29441
|
-
"indent": {
|
|
29442
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
29443
|
-
"description": "模块的布局锁进",
|
|
29444
|
-
"since": "1.8.6"
|
|
29445
|
-
},
|
|
29446
29580
|
"labelZIndex": {
|
|
29447
29581
|
"description": "crosshair 文本的显示层级",
|
|
29448
29582
|
"type": "number"
|
|
@@ -30223,11 +30357,6 @@
|
|
|
30223
30357
|
"since": "1.7.0",
|
|
30224
30358
|
"type": "boolean"
|
|
30225
30359
|
},
|
|
30226
|
-
"indent": {
|
|
30227
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
30228
|
-
"description": "模块的布局锁进",
|
|
30229
|
-
"since": "1.8.6"
|
|
30230
|
-
},
|
|
30231
30360
|
"layoutLevel": {
|
|
30232
30361
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
30233
30362
|
"type": "number"
|
|
@@ -30758,6 +30887,16 @@
|
|
|
30758
30887
|
}
|
|
30759
30888
|
]
|
|
30760
30889
|
},
|
|
30890
|
+
{
|
|
30891
|
+
"allOf": [
|
|
30892
|
+
{
|
|
30893
|
+
"typeof": "function"
|
|
30894
|
+
},
|
|
30895
|
+
{
|
|
30896
|
+
"typeof": "function"
|
|
30897
|
+
}
|
|
30898
|
+
]
|
|
30899
|
+
},
|
|
30761
30900
|
{
|
|
30762
30901
|
"allOf": [
|
|
30763
30902
|
{
|
|
@@ -30964,11 +31103,6 @@
|
|
|
30964
31103
|
"html": {
|
|
30965
31104
|
"typeof": "function"
|
|
30966
31105
|
},
|
|
30967
|
-
"indent": {
|
|
30968
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
30969
|
-
"description": "模块的布局锁进",
|
|
30970
|
-
"since": "1.8.6"
|
|
30971
|
-
},
|
|
30972
31106
|
"innerBorder": {
|
|
30973
31107
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
30974
31108
|
},
|
|
@@ -39913,11 +40047,6 @@
|
|
|
39913
40047
|
"id": {
|
|
39914
40048
|
"$ref": "#/definitions/StringOrNumber"
|
|
39915
40049
|
},
|
|
39916
|
-
"indent": {
|
|
39917
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
39918
|
-
"description": "模块的布局锁进",
|
|
39919
|
-
"since": "1.8.6"
|
|
39920
|
-
},
|
|
39921
40050
|
"layoutLevel": {
|
|
39922
40051
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
39923
40052
|
"type": "number"
|
|
@@ -40128,11 +40257,6 @@
|
|
|
40128
40257
|
"id": {
|
|
40129
40258
|
"$ref": "#/definitions/StringOrNumber"
|
|
40130
40259
|
},
|
|
40131
|
-
"indent": {
|
|
40132
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
40133
|
-
"description": "模块的布局锁进",
|
|
40134
|
-
"since": "1.8.6"
|
|
40135
|
-
},
|
|
40136
40260
|
"layoutLevel": {
|
|
40137
40261
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
40138
40262
|
"type": "number"
|
|
@@ -40468,7 +40592,6 @@
|
|
|
40468
40592
|
"$ref": "#/definitions/ILabelAnimation"
|
|
40469
40593
|
},
|
|
40470
40594
|
{
|
|
40471
|
-
"const": false,
|
|
40472
40595
|
"type": "boolean"
|
|
40473
40596
|
}
|
|
40474
40597
|
],
|
|
@@ -40514,11 +40637,6 @@
|
|
|
40514
40637
|
"id": {
|
|
40515
40638
|
"$ref": "#/definitions/StringOrNumber"
|
|
40516
40639
|
},
|
|
40517
|
-
"indent": {
|
|
40518
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
40519
|
-
"description": "模块的布局锁进",
|
|
40520
|
-
"since": "1.8.6"
|
|
40521
|
-
},
|
|
40522
40640
|
"interactive": {
|
|
40523
40641
|
"description": "是否支持交互。@default false",
|
|
40524
40642
|
"type": "boolean"
|
|
@@ -40585,7 +40703,6 @@
|
|
|
40585
40703
|
"$ref": "#/definitions/OverlapAttrs"
|
|
40586
40704
|
},
|
|
40587
40705
|
{
|
|
40588
|
-
"const": false,
|
|
40589
40706
|
"type": "boolean"
|
|
40590
40707
|
}
|
|
40591
40708
|
],
|
|
@@ -40672,7 +40789,6 @@
|
|
|
40672
40789
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
40673
40790
|
},
|
|
40674
40791
|
{
|
|
40675
|
-
"const": false,
|
|
40676
40792
|
"type": "boolean"
|
|
40677
40793
|
}
|
|
40678
40794
|
],
|
|
@@ -41460,11 +41576,6 @@
|
|
|
41460
41576
|
"$ref": "#/definitions/ILayoutNumber",
|
|
41461
41577
|
"description": "模块的布局大小:高度"
|
|
41462
41578
|
},
|
|
41463
|
-
"indent": {
|
|
41464
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
41465
|
-
"description": "模块的布局锁进",
|
|
41466
|
-
"since": "1.8.6"
|
|
41467
|
-
},
|
|
41468
41579
|
"layoutLevel": {
|
|
41469
41580
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
41470
41581
|
"type": "number"
|
|
@@ -41597,7 +41708,8 @@
|
|
|
41597
41708
|
"normal",
|
|
41598
41709
|
"normal-inline",
|
|
41599
41710
|
"region",
|
|
41600
|
-
"region-relative"
|
|
41711
|
+
"region-relative",
|
|
41712
|
+
"region-relative-overlap"
|
|
41601
41713
|
],
|
|
41602
41714
|
"type": "string"
|
|
41603
41715
|
},
|
|
@@ -45888,11 +46000,6 @@
|
|
|
45888
46000
|
"id": {
|
|
45889
46001
|
"$ref": "#/definitions/StringOrNumber"
|
|
45890
46002
|
},
|
|
45891
|
-
"indent": {
|
|
45892
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
45893
|
-
"description": "模块的布局锁进",
|
|
45894
|
-
"since": "1.8.6"
|
|
45895
|
-
},
|
|
45896
46003
|
"interactive": {
|
|
45897
46004
|
"default": false,
|
|
45898
46005
|
"description": "marker组件是否可交互",
|
|
@@ -48474,11 +48581,6 @@
|
|
|
48474
48581
|
"description": "组件高度",
|
|
48475
48582
|
"type": "number"
|
|
48476
48583
|
},
|
|
48477
|
-
"indent": {
|
|
48478
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
48479
|
-
"description": "模块的布局锁进",
|
|
48480
|
-
"since": "1.8.6"
|
|
48481
|
-
},
|
|
48482
48584
|
"interval": {
|
|
48483
48585
|
"default": 1000,
|
|
48484
48586
|
"description": "该配置与totalDuration互斥, 若配置播放间隔, 则会重新计算总时长.",
|
|
@@ -48689,11 +48791,6 @@
|
|
|
48689
48791
|
"description": "组件高度",
|
|
48690
48792
|
"type": "number"
|
|
48691
48793
|
},
|
|
48692
|
-
"indent": {
|
|
48693
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
48694
|
-
"description": "模块的布局锁进",
|
|
48695
|
-
"since": "1.8.6"
|
|
48696
|
-
},
|
|
48697
48794
|
"layoutLevel": {
|
|
48698
48795
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
48699
48796
|
"type": "number"
|
|
@@ -48994,11 +49091,6 @@
|
|
|
48994
49091
|
"id": {
|
|
48995
49092
|
"$ref": "#/definitions/StringOrNumber"
|
|
48996
49093
|
},
|
|
48997
|
-
"indent": {
|
|
48998
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
48999
|
-
"description": "模块的布局锁进",
|
|
49000
|
-
"since": "1.8.6"
|
|
49001
|
-
},
|
|
49002
49094
|
"labelZIndex": {
|
|
49003
49095
|
"description": "crosshair 文本的显示层级",
|
|
49004
49096
|
"type": "number"
|
|
@@ -55652,11 +55744,6 @@
|
|
|
55652
55744
|
"id": {
|
|
55653
55745
|
"$ref": "#/definitions/StringOrNumber"
|
|
55654
55746
|
},
|
|
55655
|
-
"indent": {
|
|
55656
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
55657
|
-
"description": "模块的布局锁进",
|
|
55658
|
-
"since": "1.8.6"
|
|
55659
|
-
},
|
|
55660
55747
|
"layoutLevel": {
|
|
55661
55748
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
55662
55749
|
"type": "number"
|
|
@@ -59092,11 +59179,6 @@
|
|
|
59092
59179
|
"id": {
|
|
59093
59180
|
"$ref": "#/definitions/StringOrNumber"
|
|
59094
59181
|
},
|
|
59095
|
-
"indent": {
|
|
59096
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
59097
|
-
"description": "模块的布局锁进",
|
|
59098
|
-
"since": "1.8.6"
|
|
59099
|
-
},
|
|
59100
59182
|
"innerPadding": {
|
|
59101
59183
|
"anyOf": [
|
|
59102
59184
|
{
|
|
@@ -63161,11 +63243,6 @@
|
|
|
63161
63243
|
"id": {
|
|
63162
63244
|
"$ref": "#/definitions/StringOrNumber"
|
|
63163
63245
|
},
|
|
63164
|
-
"indent": {
|
|
63165
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
63166
|
-
"description": "模块的布局锁进",
|
|
63167
|
-
"since": "1.8.6"
|
|
63168
|
-
},
|
|
63169
63246
|
"innerPadding": {
|
|
63170
63247
|
"anyOf": [
|
|
63171
63248
|
{
|
|
@@ -63484,11 +63561,6 @@
|
|
|
63484
63561
|
"$ref": "#/definitions/ILayoutNumber",
|
|
63485
63562
|
"description": "模块的布局大小:高度"
|
|
63486
63563
|
},
|
|
63487
|
-
"indent": {
|
|
63488
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
63489
|
-
"description": "模块的布局锁进",
|
|
63490
|
-
"since": "1.8.6"
|
|
63491
|
-
},
|
|
63492
63564
|
"layoutLevel": {
|
|
63493
63565
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
63494
63566
|
"type": "number"
|
|
@@ -64066,7 +64138,6 @@
|
|
|
64066
64138
|
"$ref": "#/definitions/ILabelAnimation"
|
|
64067
64139
|
},
|
|
64068
64140
|
{
|
|
64069
|
-
"const": false,
|
|
64070
64141
|
"type": "boolean"
|
|
64071
64142
|
}
|
|
64072
64143
|
],
|
|
@@ -64086,7 +64157,6 @@
|
|
|
64086
64157
|
"$ref": "#/definitions/OverlapAttrs"
|
|
64087
64158
|
},
|
|
64088
64159
|
{
|
|
64089
|
-
"const": false,
|
|
64090
64160
|
"type": "boolean"
|
|
64091
64161
|
}
|
|
64092
64162
|
],
|
|
@@ -64098,7 +64168,6 @@
|
|
|
64098
64168
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
64099
64169
|
},
|
|
64100
64170
|
{
|
|
64101
|
-
"const": false,
|
|
64102
64171
|
"type": "boolean"
|
|
64103
64172
|
}
|
|
64104
64173
|
],
|
|
@@ -70109,7 +70178,7 @@
|
|
|
70109
70178
|
},
|
|
70110
70179
|
"Map<Function,(...args:any[])=>void>": {
|
|
70111
70180
|
"properties": {
|
|
70112
|
-
"__@toStringTag@
|
|
70181
|
+
"__@toStringTag@12626": {
|
|
70113
70182
|
"type": "string"
|
|
70114
70183
|
},
|
|
70115
70184
|
"size": {
|
|
@@ -70117,14 +70186,14 @@
|
|
|
70117
70186
|
}
|
|
70118
70187
|
},
|
|
70119
70188
|
"required": [
|
|
70120
|
-
"__@toStringTag@
|
|
70189
|
+
"__@toStringTag@12626",
|
|
70121
70190
|
"size"
|
|
70122
70191
|
],
|
|
70123
70192
|
"type": "object"
|
|
70124
70193
|
},
|
|
70125
70194
|
"Map<number,IGraphicPicker>": {
|
|
70126
70195
|
"properties": {
|
|
70127
|
-
"__@toStringTag@
|
|
70196
|
+
"__@toStringTag@12626": {
|
|
70128
70197
|
"type": "string"
|
|
70129
70198
|
},
|
|
70130
70199
|
"size": {
|
|
@@ -70132,14 +70201,14 @@
|
|
|
70132
70201
|
}
|
|
70133
70202
|
},
|
|
70134
70203
|
"required": [
|
|
70135
|
-
"__@toStringTag@
|
|
70204
|
+
"__@toStringTag@12626",
|
|
70136
70205
|
"size"
|
|
70137
70206
|
],
|
|
70138
70207
|
"type": "object"
|
|
70139
70208
|
},
|
|
70140
70209
|
"Map<number,IGraphicRender>": {
|
|
70141
70210
|
"properties": {
|
|
70142
|
-
"__@toStringTag@
|
|
70211
|
+
"__@toStringTag@12626": {
|
|
70143
70212
|
"type": "string"
|
|
70144
70213
|
},
|
|
70145
70214
|
"size": {
|
|
@@ -70147,14 +70216,14 @@
|
|
|
70147
70216
|
}
|
|
70148
70217
|
},
|
|
70149
70218
|
"required": [
|
|
70150
|
-
"__@toStringTag@
|
|
70219
|
+
"__@toStringTag@12626",
|
|
70151
70220
|
"size"
|
|
70152
70221
|
],
|
|
70153
70222
|
"type": "object"
|
|
70154
70223
|
},
|
|
70155
70224
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
70156
70225
|
"properties": {
|
|
70157
|
-
"__@toStringTag@
|
|
70226
|
+
"__@toStringTag@12626": {
|
|
70158
70227
|
"type": "string"
|
|
70159
70228
|
},
|
|
70160
70229
|
"size": {
|
|
@@ -70162,14 +70231,14 @@
|
|
|
70162
70231
|
}
|
|
70163
70232
|
},
|
|
70164
70233
|
"required": [
|
|
70165
|
-
"__@toStringTag@
|
|
70234
|
+
"__@toStringTag@12626",
|
|
70166
70235
|
"size"
|
|
70167
70236
|
],
|
|
70168
70237
|
"type": "object"
|
|
70169
70238
|
},
|
|
70170
70239
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
70171
70240
|
"properties": {
|
|
70172
|
-
"__@toStringTag@
|
|
70241
|
+
"__@toStringTag@12626": {
|
|
70173
70242
|
"type": "string"
|
|
70174
70243
|
},
|
|
70175
70244
|
"size": {
|
|
@@ -70177,14 +70246,14 @@
|
|
|
70177
70246
|
}
|
|
70178
70247
|
},
|
|
70179
70248
|
"required": [
|
|
70180
|
-
"__@toStringTag@
|
|
70249
|
+
"__@toStringTag@12626",
|
|
70181
70250
|
"size"
|
|
70182
70251
|
],
|
|
70183
70252
|
"type": "object"
|
|
70184
70253
|
},
|
|
70185
70254
|
"Map<string,any>": {
|
|
70186
70255
|
"properties": {
|
|
70187
|
-
"__@toStringTag@
|
|
70256
|
+
"__@toStringTag@12626": {
|
|
70188
70257
|
"type": "string"
|
|
70189
70258
|
},
|
|
70190
70259
|
"size": {
|
|
@@ -70192,14 +70261,14 @@
|
|
|
70192
70261
|
}
|
|
70193
70262
|
},
|
|
70194
70263
|
"required": [
|
|
70195
|
-
"__@toStringTag@
|
|
70264
|
+
"__@toStringTag@12626",
|
|
70196
70265
|
"size"
|
|
70197
70266
|
],
|
|
70198
70267
|
"type": "object"
|
|
70199
70268
|
},
|
|
70200
70269
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
70201
70270
|
"properties": {
|
|
70202
|
-
"__@toStringTag@
|
|
70271
|
+
"__@toStringTag@12626": {
|
|
70203
70272
|
"type": "string"
|
|
70204
70273
|
},
|
|
70205
70274
|
"size": {
|
|
@@ -70207,14 +70276,14 @@
|
|
|
70207
70276
|
}
|
|
70208
70277
|
},
|
|
70209
70278
|
"required": [
|
|
70210
|
-
"__@toStringTag@
|
|
70279
|
+
"__@toStringTag@12626",
|
|
70211
70280
|
"size"
|
|
70212
70281
|
],
|
|
70213
70282
|
"type": "object"
|
|
70214
70283
|
},
|
|
70215
70284
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
70216
70285
|
"properties": {
|
|
70217
|
-
"__@toStringTag@
|
|
70286
|
+
"__@toStringTag@12626": {
|
|
70218
70287
|
"type": "string"
|
|
70219
70288
|
},
|
|
70220
70289
|
"size": {
|
|
@@ -70222,14 +70291,14 @@
|
|
|
70222
70291
|
}
|
|
70223
70292
|
},
|
|
70224
70293
|
"required": [
|
|
70225
|
-
"__@toStringTag@
|
|
70294
|
+
"__@toStringTag@12626",
|
|
70226
70295
|
"size"
|
|
70227
70296
|
],
|
|
70228
70297
|
"type": "object"
|
|
70229
70298
|
},
|
|
70230
70299
|
"Map<string|number,IAnimate>": {
|
|
70231
70300
|
"properties": {
|
|
70232
|
-
"__@toStringTag@
|
|
70301
|
+
"__@toStringTag@12626": {
|
|
70233
70302
|
"type": "string"
|
|
70234
70303
|
},
|
|
70235
70304
|
"size": {
|
|
@@ -70237,7 +70306,7 @@
|
|
|
70237
70306
|
}
|
|
70238
70307
|
},
|
|
70239
70308
|
"required": [
|
|
70240
|
-
"__@toStringTag@
|
|
70309
|
+
"__@toStringTag@12626",
|
|
70241
70310
|
"size"
|
|
70242
70311
|
],
|
|
70243
70312
|
"type": "object"
|
|
@@ -70763,6 +70832,9 @@
|
|
|
70763
70832
|
{
|
|
70764
70833
|
"typeof": "function"
|
|
70765
70834
|
},
|
|
70835
|
+
{
|
|
70836
|
+
"typeof": "function"
|
|
70837
|
+
},
|
|
70766
70838
|
{
|
|
70767
70839
|
"type": "string"
|
|
70768
70840
|
}
|
|
@@ -71642,11 +71714,6 @@
|
|
|
71642
71714
|
"id": {
|
|
71643
71715
|
"$ref": "#/definitions/StringOrNumber"
|
|
71644
71716
|
},
|
|
71645
|
-
"indent": {
|
|
71646
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
71647
|
-
"description": "模块的布局锁进",
|
|
71648
|
-
"since": "1.8.6"
|
|
71649
|
-
},
|
|
71650
71717
|
"label": {
|
|
71651
71718
|
"$ref": "#/definitions/ICartesianLabel",
|
|
71652
71719
|
"description": "轴标签配置"
|
|
@@ -71700,8 +71767,14 @@
|
|
|
71700
71767
|
"description": "模块的布局位置偏移:Y"
|
|
71701
71768
|
},
|
|
71702
71769
|
"orient": {
|
|
71703
|
-
"
|
|
71704
|
-
|
|
71770
|
+
"enum": [
|
|
71771
|
+
"bottom",
|
|
71772
|
+
"left",
|
|
71773
|
+
"right",
|
|
71774
|
+
"top",
|
|
71775
|
+
"z"
|
|
71776
|
+
],
|
|
71777
|
+
"type": "string"
|
|
71705
71778
|
},
|
|
71706
71779
|
"padding": {
|
|
71707
71780
|
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
@@ -72272,11 +72345,6 @@
|
|
|
72272
72345
|
"id": {
|
|
72273
72346
|
"$ref": "#/definitions/StringOrNumber"
|
|
72274
72347
|
},
|
|
72275
|
-
"indent": {
|
|
72276
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
72277
|
-
"description": "模块的布局锁进",
|
|
72278
|
-
"since": "1.8.6"
|
|
72279
|
-
},
|
|
72280
72348
|
"inverse": {
|
|
72281
72349
|
"default": false,
|
|
72282
72350
|
"description": "是否开启反向坐标轴。",
|
|
@@ -72457,11 +72525,6 @@
|
|
|
72457
72525
|
"id": {
|
|
72458
72526
|
"$ref": "#/definitions/StringOrNumber"
|
|
72459
72527
|
},
|
|
72460
|
-
"indent": {
|
|
72461
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
72462
|
-
"description": "模块的布局锁进",
|
|
72463
|
-
"since": "1.8.6"
|
|
72464
|
-
},
|
|
72465
72528
|
"layoutLevel": {
|
|
72466
72529
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
72467
72530
|
"type": "number"
|
|
@@ -73716,7 +73779,6 @@
|
|
|
73716
73779
|
"$ref": "#/definitions/ILabelAnimation"
|
|
73717
73780
|
},
|
|
73718
73781
|
{
|
|
73719
|
-
"const": false,
|
|
73720
73782
|
"type": "boolean"
|
|
73721
73783
|
}
|
|
73722
73784
|
],
|
|
@@ -73762,11 +73824,6 @@
|
|
|
73762
73824
|
"id": {
|
|
73763
73825
|
"$ref": "#/definitions/StringOrNumber"
|
|
73764
73826
|
},
|
|
73765
|
-
"indent": {
|
|
73766
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
73767
|
-
"description": "模块的布局锁进",
|
|
73768
|
-
"since": "1.8.6"
|
|
73769
|
-
},
|
|
73770
73827
|
"interactive": {
|
|
73771
73828
|
"description": "是否支持交互。@default false",
|
|
73772
73829
|
"type": "boolean"
|
|
@@ -73833,7 +73890,6 @@
|
|
|
73833
73890
|
"$ref": "#/definitions/OverlapAttrs"
|
|
73834
73891
|
},
|
|
73835
73892
|
{
|
|
73836
|
-
"const": false,
|
|
73837
73893
|
"type": "boolean"
|
|
73838
73894
|
}
|
|
73839
73895
|
],
|
|
@@ -73916,7 +73972,6 @@
|
|
|
73916
73972
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
73917
73973
|
},
|
|
73918
73974
|
{
|
|
73919
|
-
"const": false,
|
|
73920
73975
|
"type": "boolean"
|
|
73921
73976
|
}
|
|
73922
73977
|
],
|
|
@@ -75189,6 +75244,9 @@
|
|
|
75189
75244
|
{
|
|
75190
75245
|
"typeof": "function"
|
|
75191
75246
|
},
|
|
75247
|
+
{
|
|
75248
|
+
"typeof": "function"
|
|
75249
|
+
},
|
|
75192
75250
|
{
|
|
75193
75251
|
"type": "string"
|
|
75194
75252
|
}
|
|
@@ -75919,6 +75977,9 @@
|
|
|
75919
75977
|
{
|
|
75920
75978
|
"typeof": "function"
|
|
75921
75979
|
},
|
|
75980
|
+
{
|
|
75981
|
+
"typeof": "function"
|
|
75982
|
+
},
|
|
75922
75983
|
{
|
|
75923
75984
|
"type": "string"
|
|
75924
75985
|
}
|
|
@@ -76343,6 +76404,9 @@
|
|
|
76343
76404
|
{
|
|
76344
76405
|
"typeof": "function"
|
|
76345
76406
|
},
|
|
76407
|
+
{
|
|
76408
|
+
"typeof": "function"
|
|
76409
|
+
},
|
|
76346
76410
|
{
|
|
76347
76411
|
"type": "string"
|
|
76348
76412
|
}
|
|
@@ -76824,6 +76888,9 @@
|
|
|
76824
76888
|
{
|
|
76825
76889
|
"typeof": "function"
|
|
76826
76890
|
},
|
|
76891
|
+
{
|
|
76892
|
+
"typeof": "function"
|
|
76893
|
+
},
|
|
76827
76894
|
{
|
|
76828
76895
|
"type": "string"
|
|
76829
76896
|
}
|
|
@@ -77271,6 +77338,9 @@
|
|
|
77271
77338
|
{
|
|
77272
77339
|
"typeof": "function"
|
|
77273
77340
|
},
|
|
77341
|
+
{
|
|
77342
|
+
"typeof": "function"
|
|
77343
|
+
},
|
|
77274
77344
|
{
|
|
77275
77345
|
"type": "string"
|
|
77276
77346
|
}
|
|
@@ -77680,6 +77750,9 @@
|
|
|
77680
77750
|
{
|
|
77681
77751
|
"typeof": "function"
|
|
77682
77752
|
},
|
|
77753
|
+
{
|
|
77754
|
+
"typeof": "function"
|
|
77755
|
+
},
|
|
77683
77756
|
{
|
|
77684
77757
|
"type": "string"
|
|
77685
77758
|
}
|
|
@@ -78074,6 +78147,9 @@
|
|
|
78074
78147
|
{
|
|
78075
78148
|
"typeof": "function"
|
|
78076
78149
|
},
|
|
78150
|
+
{
|
|
78151
|
+
"typeof": "function"
|
|
78152
|
+
},
|
|
78077
78153
|
{
|
|
78078
78154
|
"type": "string"
|
|
78079
78155
|
}
|
|
@@ -78515,6 +78591,9 @@
|
|
|
78515
78591
|
{
|
|
78516
78592
|
"typeof": "function"
|
|
78517
78593
|
},
|
|
78594
|
+
{
|
|
78595
|
+
"typeof": "function"
|
|
78596
|
+
},
|
|
78518
78597
|
{
|
|
78519
78598
|
"type": "string"
|
|
78520
78599
|
}
|
|
@@ -78845,7 +78924,6 @@
|
|
|
78845
78924
|
"$ref": "#/definitions/ILabelAnimation"
|
|
78846
78925
|
},
|
|
78847
78926
|
{
|
|
78848
|
-
"const": false,
|
|
78849
78927
|
"type": "boolean"
|
|
78850
78928
|
}
|
|
78851
78929
|
],
|
|
@@ -78891,11 +78969,6 @@
|
|
|
78891
78969
|
"id": {
|
|
78892
78970
|
"$ref": "#/definitions/StringOrNumber"
|
|
78893
78971
|
},
|
|
78894
|
-
"indent": {
|
|
78895
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
78896
|
-
"description": "模块的布局锁进",
|
|
78897
|
-
"since": "1.8.6"
|
|
78898
|
-
},
|
|
78899
78972
|
"interactive": {
|
|
78900
78973
|
"description": "是否支持交互。@default false",
|
|
78901
78974
|
"type": "boolean"
|
|
@@ -78962,7 +79035,6 @@
|
|
|
78962
79035
|
"$ref": "#/definitions/OverlapAttrs"
|
|
78963
79036
|
},
|
|
78964
79037
|
{
|
|
78965
|
-
"const": false,
|
|
78966
79038
|
"type": "boolean"
|
|
78967
79039
|
}
|
|
78968
79040
|
],
|
|
@@ -79049,7 +79121,6 @@
|
|
|
79049
79121
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
79050
79122
|
},
|
|
79051
79123
|
{
|
|
79052
|
-
"const": false,
|
|
79053
79124
|
"type": "boolean"
|
|
79054
79125
|
}
|
|
79055
79126
|
],
|
|
@@ -79181,6 +79252,9 @@
|
|
|
79181
79252
|
{
|
|
79182
79253
|
"typeof": "function"
|
|
79183
79254
|
},
|
|
79255
|
+
{
|
|
79256
|
+
"typeof": "function"
|
|
79257
|
+
},
|
|
79184
79258
|
{
|
|
79185
79259
|
"type": "string"
|
|
79186
79260
|
}
|
|
@@ -79514,7 +79588,6 @@
|
|
|
79514
79588
|
"$ref": "#/definitions/ILabelAnimation"
|
|
79515
79589
|
},
|
|
79516
79590
|
{
|
|
79517
|
-
"const": false,
|
|
79518
79591
|
"type": "boolean"
|
|
79519
79592
|
}
|
|
79520
79593
|
],
|
|
@@ -79560,11 +79633,6 @@
|
|
|
79560
79633
|
"id": {
|
|
79561
79634
|
"$ref": "#/definitions/StringOrNumber"
|
|
79562
79635
|
},
|
|
79563
|
-
"indent": {
|
|
79564
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
79565
|
-
"description": "模块的布局锁进",
|
|
79566
|
-
"since": "1.8.6"
|
|
79567
|
-
},
|
|
79568
79636
|
"interactive": {
|
|
79569
79637
|
"description": "是否支持交互。@default false",
|
|
79570
79638
|
"type": "boolean"
|
|
@@ -79631,7 +79699,6 @@
|
|
|
79631
79699
|
"$ref": "#/definitions/OverlapAttrs"
|
|
79632
79700
|
},
|
|
79633
79701
|
{
|
|
79634
|
-
"const": false,
|
|
79635
79702
|
"type": "boolean"
|
|
79636
79703
|
}
|
|
79637
79704
|
],
|
|
@@ -79719,7 +79786,6 @@
|
|
|
79719
79786
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
79720
79787
|
},
|
|
79721
79788
|
{
|
|
79722
|
-
"const": false,
|
|
79723
79789
|
"type": "boolean"
|
|
79724
79790
|
}
|
|
79725
79791
|
],
|
|
@@ -80380,6 +80446,9 @@
|
|
|
80380
80446
|
{
|
|
80381
80447
|
"typeof": "function"
|
|
80382
80448
|
},
|
|
80449
|
+
{
|
|
80450
|
+
"typeof": "function"
|
|
80451
|
+
},
|
|
80383
80452
|
{
|
|
80384
80453
|
"type": "string"
|
|
80385
80454
|
}
|
|
@@ -80770,6 +80839,9 @@
|
|
|
80770
80839
|
{
|
|
80771
80840
|
"typeof": "function"
|
|
80772
80841
|
},
|
|
80842
|
+
{
|
|
80843
|
+
"typeof": "function"
|
|
80844
|
+
},
|
|
80773
80845
|
{
|
|
80774
80846
|
"type": "string"
|
|
80775
80847
|
}
|
|
@@ -81418,6 +81490,9 @@
|
|
|
81418
81490
|
{
|
|
81419
81491
|
"typeof": "function"
|
|
81420
81492
|
},
|
|
81493
|
+
{
|
|
81494
|
+
"typeof": "function"
|
|
81495
|
+
},
|
|
81421
81496
|
{
|
|
81422
81497
|
"type": "string"
|
|
81423
81498
|
}
|
|
@@ -81823,6 +81898,9 @@
|
|
|
81823
81898
|
{
|
|
81824
81899
|
"typeof": "function"
|
|
81825
81900
|
},
|
|
81901
|
+
{
|
|
81902
|
+
"typeof": "function"
|
|
81903
|
+
},
|
|
81826
81904
|
{
|
|
81827
81905
|
"type": "string"
|
|
81828
81906
|
}
|
|
@@ -82473,6 +82551,12 @@
|
|
|
82473
82551
|
"renderStyle": {
|
|
82474
82552
|
"type": "string"
|
|
82475
82553
|
},
|
|
82554
|
+
"supportsPointerEvents": {
|
|
82555
|
+
"type": "boolean"
|
|
82556
|
+
},
|
|
82557
|
+
"supportsTouchEvents": {
|
|
82558
|
+
"type": "boolean"
|
|
82559
|
+
},
|
|
82476
82560
|
"ticker": {
|
|
82477
82561
|
"$ref": "#/definitions/ITicker"
|
|
82478
82562
|
},
|
|
@@ -82581,6 +82665,9 @@
|
|
|
82581
82665
|
{
|
|
82582
82666
|
"typeof": "function"
|
|
82583
82667
|
},
|
|
82668
|
+
{
|
|
82669
|
+
"typeof": "function"
|
|
82670
|
+
},
|
|
82584
82671
|
{
|
|
82585
82672
|
"type": "string"
|
|
82586
82673
|
}
|
|
@@ -82981,6 +83068,9 @@
|
|
|
82981
83068
|
{
|
|
82982
83069
|
"typeof": "function"
|
|
82983
83070
|
},
|
|
83071
|
+
{
|
|
83072
|
+
"typeof": "function"
|
|
83073
|
+
},
|
|
82984
83074
|
{
|
|
82985
83075
|
"type": "string"
|
|
82986
83076
|
}
|
|
@@ -84063,6 +84153,9 @@
|
|
|
84063
84153
|
{
|
|
84064
84154
|
"typeof": "function"
|
|
84065
84155
|
},
|
|
84156
|
+
{
|
|
84157
|
+
"typeof": "function"
|
|
84158
|
+
},
|
|
84066
84159
|
{
|
|
84067
84160
|
"type": "string"
|
|
84068
84161
|
}
|
|
@@ -84554,6 +84647,9 @@
|
|
|
84554
84647
|
{
|
|
84555
84648
|
"typeof": "function"
|
|
84556
84649
|
},
|
|
84650
|
+
{
|
|
84651
|
+
"typeof": "function"
|
|
84652
|
+
},
|
|
84557
84653
|
{
|
|
84558
84654
|
"type": "string"
|
|
84559
84655
|
}
|
|
@@ -84951,6 +85047,9 @@
|
|
|
84951
85047
|
{
|
|
84952
85048
|
"typeof": "function"
|
|
84953
85049
|
},
|
|
85050
|
+
{
|
|
85051
|
+
"typeof": "function"
|
|
85052
|
+
},
|
|
84954
85053
|
{
|
|
84955
85054
|
"type": "string"
|
|
84956
85055
|
}
|
|
@@ -86658,34 +86757,34 @@
|
|
|
86658
86757
|
},
|
|
86659
86758
|
"Promise<FontFaceSet>": {
|
|
86660
86759
|
"properties": {
|
|
86661
|
-
"__@toStringTag@
|
|
86760
|
+
"__@toStringTag@12626": {
|
|
86662
86761
|
"type": "string"
|
|
86663
86762
|
}
|
|
86664
86763
|
},
|
|
86665
86764
|
"required": [
|
|
86666
|
-
"__@toStringTag@
|
|
86765
|
+
"__@toStringTag@12626"
|
|
86667
86766
|
],
|
|
86668
86767
|
"type": "object"
|
|
86669
86768
|
},
|
|
86670
86769
|
"Promise<ServiceWorkerRegistration>": {
|
|
86671
86770
|
"properties": {
|
|
86672
|
-
"__@toStringTag@
|
|
86771
|
+
"__@toStringTag@12626": {
|
|
86673
86772
|
"type": "string"
|
|
86674
86773
|
}
|
|
86675
86774
|
},
|
|
86676
86775
|
"required": [
|
|
86677
|
-
"__@toStringTag@
|
|
86776
|
+
"__@toStringTag@12626"
|
|
86678
86777
|
],
|
|
86679
86778
|
"type": "object"
|
|
86680
86779
|
},
|
|
86681
86780
|
"Promise<any>": {
|
|
86682
86781
|
"properties": {
|
|
86683
|
-
"__@toStringTag@
|
|
86782
|
+
"__@toStringTag@12626": {
|
|
86684
86783
|
"type": "string"
|
|
86685
86784
|
}
|
|
86686
86785
|
},
|
|
86687
86786
|
"required": [
|
|
86688
|
-
"__@toStringTag@
|
|
86787
|
+
"__@toStringTag@12626"
|
|
86689
86788
|
],
|
|
86690
86789
|
"type": "object"
|
|
86691
86790
|
},
|
|
@@ -86860,6 +86959,9 @@
|
|
|
86860
86959
|
{
|
|
86861
86960
|
"typeof": "function"
|
|
86862
86961
|
},
|
|
86962
|
+
{
|
|
86963
|
+
"typeof": "function"
|
|
86964
|
+
},
|
|
86863
86965
|
{
|
|
86864
86966
|
"type": "string"
|
|
86865
86967
|
}
|
|
@@ -87360,6 +87462,9 @@
|
|
|
87360
87462
|
{
|
|
87361
87463
|
"typeof": "function"
|
|
87362
87464
|
},
|
|
87465
|
+
{
|
|
87466
|
+
"typeof": "function"
|
|
87467
|
+
},
|
|
87363
87468
|
{
|
|
87364
87469
|
"type": "string"
|
|
87365
87470
|
}
|
|
@@ -87851,6 +87956,9 @@
|
|
|
87851
87956
|
{
|
|
87852
87957
|
"typeof": "function"
|
|
87853
87958
|
},
|
|
87959
|
+
{
|
|
87960
|
+
"typeof": "function"
|
|
87961
|
+
},
|
|
87854
87962
|
{
|
|
87855
87963
|
"type": "string"
|
|
87856
87964
|
}
|
|
@@ -88307,6 +88415,9 @@
|
|
|
88307
88415
|
{
|
|
88308
88416
|
"typeof": "function"
|
|
88309
88417
|
},
|
|
88418
|
+
{
|
|
88419
|
+
"typeof": "function"
|
|
88420
|
+
},
|
|
88310
88421
|
{
|
|
88311
88422
|
"type": "string"
|
|
88312
88423
|
}
|
|
@@ -88805,6 +88916,9 @@
|
|
|
88805
88916
|
{
|
|
88806
88917
|
"typeof": "function"
|
|
88807
88918
|
},
|
|
88919
|
+
{
|
|
88920
|
+
"typeof": "function"
|
|
88921
|
+
},
|
|
88808
88922
|
{
|
|
88809
88923
|
"type": "string"
|
|
88810
88924
|
}
|
|
@@ -89325,6 +89439,9 @@
|
|
|
89325
89439
|
{
|
|
89326
89440
|
"typeof": "function"
|
|
89327
89441
|
},
|
|
89442
|
+
{
|
|
89443
|
+
"typeof": "function"
|
|
89444
|
+
},
|
|
89328
89445
|
{
|
|
89329
89446
|
"type": "string"
|
|
89330
89447
|
}
|
|
@@ -89813,6 +89930,9 @@
|
|
|
89813
89930
|
{
|
|
89814
89931
|
"typeof": "function"
|
|
89815
89932
|
},
|
|
89933
|
+
{
|
|
89934
|
+
"typeof": "function"
|
|
89935
|
+
},
|
|
89816
89936
|
{
|
|
89817
89937
|
"type": "string"
|
|
89818
89938
|
}
|
|
@@ -90308,6 +90428,9 @@
|
|
|
90308
90428
|
{
|
|
90309
90429
|
"typeof": "function"
|
|
90310
90430
|
},
|
|
90431
|
+
{
|
|
90432
|
+
"typeof": "function"
|
|
90433
|
+
},
|
|
90311
90434
|
{
|
|
90312
90435
|
"type": "string"
|
|
90313
90436
|
}
|
|
@@ -90767,6 +90890,9 @@
|
|
|
90767
90890
|
{
|
|
90768
90891
|
"typeof": "function"
|
|
90769
90892
|
},
|
|
90893
|
+
{
|
|
90894
|
+
"typeof": "function"
|
|
90895
|
+
},
|
|
90770
90896
|
{
|
|
90771
90897
|
"type": "string"
|
|
90772
90898
|
}
|
|
@@ -91236,6 +91362,9 @@
|
|
|
91236
91362
|
{
|
|
91237
91363
|
"typeof": "function"
|
|
91238
91364
|
},
|
|
91365
|
+
{
|
|
91366
|
+
"typeof": "function"
|
|
91367
|
+
},
|
|
91239
91368
|
{
|
|
91240
91369
|
"type": "string"
|
|
91241
91370
|
}
|
|
@@ -91714,6 +91843,9 @@
|
|
|
91714
91843
|
{
|
|
91715
91844
|
"typeof": "function"
|
|
91716
91845
|
},
|
|
91846
|
+
{
|
|
91847
|
+
"typeof": "function"
|
|
91848
|
+
},
|
|
91717
91849
|
{
|
|
91718
91850
|
"type": "string"
|
|
91719
91851
|
}
|
|
@@ -92188,6 +92320,9 @@
|
|
|
92188
92320
|
{
|
|
92189
92321
|
"typeof": "function"
|
|
92190
92322
|
},
|
|
92323
|
+
{
|
|
92324
|
+
"typeof": "function"
|
|
92325
|
+
},
|
|
92191
92326
|
{
|
|
92192
92327
|
"type": "string"
|
|
92193
92328
|
}
|
|
@@ -92686,6 +92821,9 @@
|
|
|
92686
92821
|
{
|
|
92687
92822
|
"typeof": "function"
|
|
92688
92823
|
},
|
|
92824
|
+
{
|
|
92825
|
+
"typeof": "function"
|
|
92826
|
+
},
|
|
92689
92827
|
{
|
|
92690
92828
|
"type": "string"
|
|
92691
92829
|
}
|
|
@@ -93273,6 +93411,9 @@
|
|
|
93273
93411
|
{
|
|
93274
93412
|
"typeof": "function"
|
|
93275
93413
|
},
|
|
93414
|
+
{
|
|
93415
|
+
"typeof": "function"
|
|
93416
|
+
},
|
|
93276
93417
|
{
|
|
93277
93418
|
"type": "string"
|
|
93278
93419
|
}
|
|
@@ -93742,6 +93883,9 @@
|
|
|
93742
93883
|
{
|
|
93743
93884
|
"typeof": "function"
|
|
93744
93885
|
},
|
|
93886
|
+
{
|
|
93887
|
+
"typeof": "function"
|
|
93888
|
+
},
|
|
93745
93889
|
{
|
|
93746
93890
|
"type": "string"
|
|
93747
93891
|
}
|