@visactor/vchart-schema 1.2.1-beta.1 → 1.2.1
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 +24 -560
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -708,17 +708,6 @@
|
|
|
708
708
|
}
|
|
709
709
|
]
|
|
710
710
|
},
|
|
711
|
-
"CommonParseOptions": {
|
|
712
|
-
"properties": {
|
|
713
|
-
"clone": {
|
|
714
|
-
"default": true,
|
|
715
|
-
"description": "是否需要对数据进行 clone,默认为 true。\n如果考虑性能,你可以将其关闭,但是这会带了一些副作用,即我们会对传入的数据进行修改(不会对原有字段及值修改,只会在原有数据基础上添加一些字段)。",
|
|
716
|
-
"since": "1.3.0",
|
|
717
|
-
"type": "boolean"
|
|
718
|
-
}
|
|
719
|
-
},
|
|
720
|
-
"type": "object"
|
|
721
|
-
},
|
|
722
711
|
"ControllerTypeEnum": {
|
|
723
712
|
"enum": [
|
|
724
713
|
"backward",
|
|
@@ -18454,23 +18443,6 @@
|
|
|
18454
18443
|
}
|
|
18455
18444
|
]
|
|
18456
18445
|
},
|
|
18457
|
-
"connectedStyle": {
|
|
18458
|
-
"typeof": "function"
|
|
18459
|
-
},
|
|
18460
|
-
"connectedType": {
|
|
18461
|
-
"enum": [
|
|
18462
|
-
"connect",
|
|
18463
|
-
"none",
|
|
18464
|
-
"zero"
|
|
18465
|
-
],
|
|
18466
|
-
"type": "string"
|
|
18467
|
-
},
|
|
18468
|
-
"connectedX": {
|
|
18469
|
-
"type": "number"
|
|
18470
|
-
},
|
|
18471
|
-
"connectedY": {
|
|
18472
|
-
"type": "number"
|
|
18473
|
-
},
|
|
18474
18446
|
"fill": {
|
|
18475
18447
|
"$ref": "#/definitions/IFillType"
|
|
18476
18448
|
},
|
|
@@ -25292,12 +25264,6 @@
|
|
|
25292
25264
|
"getPointAt": {
|
|
25293
25265
|
"typeof": "function"
|
|
25294
25266
|
},
|
|
25295
|
-
"originP1": {
|
|
25296
|
-
"$ref": "#/definitions/IPointLike"
|
|
25297
|
-
},
|
|
25298
|
-
"originP2": {
|
|
25299
|
-
"$ref": "#/definitions/IPointLike"
|
|
25300
|
-
},
|
|
25301
25267
|
"p0": {
|
|
25302
25268
|
"$ref": "#/definitions/IPoint"
|
|
25303
25269
|
},
|
|
@@ -25669,14 +25635,7 @@
|
|
|
25669
25635
|
"description": "数据唯一标识"
|
|
25670
25636
|
},
|
|
25671
25637
|
"parser": {
|
|
25672
|
-
"
|
|
25673
|
-
{
|
|
25674
|
-
"$ref": "#/definitions/SheetParseOptions"
|
|
25675
|
-
},
|
|
25676
|
-
{
|
|
25677
|
-
"$ref": "#/definitions/CommonParseOptions"
|
|
25678
|
-
}
|
|
25679
|
-
]
|
|
25638
|
+
"typeof": "function"
|
|
25680
25639
|
},
|
|
25681
25640
|
"transforms": {
|
|
25682
25641
|
"description": "数据 transform 配置",
|
|
@@ -26105,23 +26064,6 @@
|
|
|
26105
26064
|
},
|
|
26106
26065
|
"IDiscreteLegendTheme": {
|
|
26107
26066
|
"properties": {
|
|
26108
|
-
"alignContent": {
|
|
26109
|
-
"enum": [
|
|
26110
|
-
"center",
|
|
26111
|
-
"flex-start",
|
|
26112
|
-
"space-around",
|
|
26113
|
-
"space-between"
|
|
26114
|
-
],
|
|
26115
|
-
"type": "string"
|
|
26116
|
-
},
|
|
26117
|
-
"alignItems": {
|
|
26118
|
-
"enum": [
|
|
26119
|
-
"center",
|
|
26120
|
-
"flex-end",
|
|
26121
|
-
"flex-start"
|
|
26122
|
-
],
|
|
26123
|
-
"type": "string"
|
|
26124
|
-
},
|
|
26125
26067
|
"allowAllCanceled": {
|
|
26126
26068
|
"type": "boolean"
|
|
26127
26069
|
},
|
|
@@ -26296,13 +26238,6 @@
|
|
|
26296
26238
|
"customPickShape": {
|
|
26297
26239
|
"typeof": "function"
|
|
26298
26240
|
},
|
|
26299
|
-
"display": {
|
|
26300
|
-
"enum": [
|
|
26301
|
-
"flex",
|
|
26302
|
-
"relative"
|
|
26303
|
-
],
|
|
26304
|
-
"type": "string"
|
|
26305
|
-
},
|
|
26306
26241
|
"dx": {
|
|
26307
26242
|
"type": "number"
|
|
26308
26243
|
},
|
|
@@ -26326,22 +26261,6 @@
|
|
|
26326
26261
|
"description": "是否进行数据筛选,默认为 true",
|
|
26327
26262
|
"type": "boolean"
|
|
26328
26263
|
},
|
|
26329
|
-
"flexDirection": {
|
|
26330
|
-
"enum": [
|
|
26331
|
-
"column",
|
|
26332
|
-
"column-reverse",
|
|
26333
|
-
"row",
|
|
26334
|
-
"row-reverse"
|
|
26335
|
-
],
|
|
26336
|
-
"type": "string"
|
|
26337
|
-
},
|
|
26338
|
-
"flexWrap": {
|
|
26339
|
-
"enum": [
|
|
26340
|
-
"nowrap",
|
|
26341
|
-
"wrap"
|
|
26342
|
-
],
|
|
26343
|
-
"type": "string"
|
|
26344
|
-
},
|
|
26345
26264
|
"height": {
|
|
26346
26265
|
"anyOf": [
|
|
26347
26266
|
{
|
|
@@ -26373,16 +26292,6 @@
|
|
|
26373
26292
|
"$ref": "#/definitions/IItem",
|
|
26374
26293
|
"description": "图例项配置"
|
|
26375
26294
|
},
|
|
26376
|
-
"justifyContent": {
|
|
26377
|
-
"enum": [
|
|
26378
|
-
"center",
|
|
26379
|
-
"flex-end",
|
|
26380
|
-
"flex-start",
|
|
26381
|
-
"space-around",
|
|
26382
|
-
"space-between"
|
|
26383
|
-
],
|
|
26384
|
-
"type": "string"
|
|
26385
|
-
},
|
|
26386
26295
|
"keepDirIn3d": {
|
|
26387
26296
|
"type": "boolean"
|
|
26388
26297
|
},
|
|
@@ -27154,14 +27063,6 @@
|
|
|
27154
27063
|
],
|
|
27155
27064
|
"type": "object"
|
|
27156
27065
|
},
|
|
27157
|
-
"IDsvParserOptions": {
|
|
27158
|
-
"properties": {
|
|
27159
|
-
"delimiter": {
|
|
27160
|
-
"type": "string"
|
|
27161
|
-
}
|
|
27162
|
-
},
|
|
27163
|
-
"type": "object"
|
|
27164
|
-
},
|
|
27165
27066
|
"IExtensionGroupMarkSpec": {
|
|
27166
27067
|
"properties": {
|
|
27167
27068
|
"children": {
|
|
@@ -32795,14 +32696,7 @@
|
|
|
32795
32696
|
"description": "数据唯一标识"
|
|
32796
32697
|
},
|
|
32797
32698
|
"parser": {
|
|
32798
|
-
"
|
|
32799
|
-
{
|
|
32800
|
-
"$ref": "#/definitions/SheetParseOptions"
|
|
32801
|
-
},
|
|
32802
|
-
{
|
|
32803
|
-
"$ref": "#/definitions/CommonParseOptions"
|
|
32804
|
-
}
|
|
32805
|
-
]
|
|
32699
|
+
"typeof": "function"
|
|
32806
32700
|
},
|
|
32807
32701
|
"transforms": {
|
|
32808
32702
|
"description": "数据 transform 配置",
|
|
@@ -48711,23 +48605,6 @@
|
|
|
48711
48605
|
},
|
|
48712
48606
|
"ISegment": {
|
|
48713
48607
|
"properties": {
|
|
48714
|
-
"connectedStyle": {
|
|
48715
|
-
"typeof": "function"
|
|
48716
|
-
},
|
|
48717
|
-
"connectedType": {
|
|
48718
|
-
"enum": [
|
|
48719
|
-
"connect",
|
|
48720
|
-
"none",
|
|
48721
|
-
"zero"
|
|
48722
|
-
],
|
|
48723
|
-
"type": "string"
|
|
48724
|
-
},
|
|
48725
|
-
"connectedX": {
|
|
48726
|
-
"type": "number"
|
|
48727
|
-
},
|
|
48728
|
-
"connectedY": {
|
|
48729
|
-
"type": "number"
|
|
48730
|
-
},
|
|
48731
48608
|
"lineCap": {
|
|
48732
48609
|
"$ref": "#/definitions/CanvasLineCap"
|
|
48733
48610
|
},
|
|
@@ -51861,12 +51738,6 @@
|
|
|
51861
51738
|
"description": "刻度线朝向,默认朝外(坐标线包围盒外部)",
|
|
51862
51739
|
"type": "boolean"
|
|
51863
51740
|
},
|
|
51864
|
-
"noDecimals": {
|
|
51865
|
-
"default": false,
|
|
51866
|
-
"description": "当配置了 tickStep 或 forceTickCount 时不生效。",
|
|
51867
|
-
"since": "1.3.0",
|
|
51868
|
-
"type": "boolean"
|
|
51869
|
-
},
|
|
51870
51741
|
"state": {
|
|
51871
51742
|
"typeof": "function"
|
|
51872
51743
|
},
|
|
@@ -51886,16 +51757,6 @@
|
|
|
51886
51757
|
"description": "建议的tick数量,并不保证结果一定是配置值",
|
|
51887
51758
|
"type": "number"
|
|
51888
51759
|
},
|
|
51889
|
-
"tickMode": {
|
|
51890
|
-
"default": "'average'",
|
|
51891
|
-
"description": "连续轴 tick 生成算法:\n'average': 尽可能均分;\n'd3':与 d3 默认逻辑一致,以 [1, 2, 5] 为基数生成;",
|
|
51892
|
-
"enum": [
|
|
51893
|
-
"average",
|
|
51894
|
-
"d3"
|
|
51895
|
-
],
|
|
51896
|
-
"since": "1.3.0",
|
|
51897
|
-
"type": "string"
|
|
51898
|
-
},
|
|
51899
51760
|
"tickSize": {
|
|
51900
51761
|
"default": 4,
|
|
51901
51762
|
"description": "Length of tick lines\n坐标轴刻度线的长度",
|
|
@@ -57893,7 +57754,7 @@
|
|
|
57893
57754
|
},
|
|
57894
57755
|
"Map<Function,(...args:any[])=>void>": {
|
|
57895
57756
|
"properties": {
|
|
57896
|
-
"__@toStringTag@
|
|
57757
|
+
"__@toStringTag@11030": {
|
|
57897
57758
|
"type": "string"
|
|
57898
57759
|
},
|
|
57899
57760
|
"size": {
|
|
@@ -57901,14 +57762,14 @@
|
|
|
57901
57762
|
}
|
|
57902
57763
|
},
|
|
57903
57764
|
"required": [
|
|
57904
|
-
"__@toStringTag@
|
|
57765
|
+
"__@toStringTag@11030",
|
|
57905
57766
|
"size"
|
|
57906
57767
|
],
|
|
57907
57768
|
"type": "object"
|
|
57908
57769
|
},
|
|
57909
57770
|
"Map<number,IGraphicPicker>": {
|
|
57910
57771
|
"properties": {
|
|
57911
|
-
"__@toStringTag@
|
|
57772
|
+
"__@toStringTag@11030": {
|
|
57912
57773
|
"type": "string"
|
|
57913
57774
|
},
|
|
57914
57775
|
"size": {
|
|
@@ -57916,14 +57777,14 @@
|
|
|
57916
57777
|
}
|
|
57917
57778
|
},
|
|
57918
57779
|
"required": [
|
|
57919
|
-
"__@toStringTag@
|
|
57780
|
+
"__@toStringTag@11030",
|
|
57920
57781
|
"size"
|
|
57921
57782
|
],
|
|
57922
57783
|
"type": "object"
|
|
57923
57784
|
},
|
|
57924
57785
|
"Map<number,IGraphicRender>": {
|
|
57925
57786
|
"properties": {
|
|
57926
|
-
"__@toStringTag@
|
|
57787
|
+
"__@toStringTag@11030": {
|
|
57927
57788
|
"type": "string"
|
|
57928
57789
|
},
|
|
57929
57790
|
"size": {
|
|
@@ -57931,14 +57792,14 @@
|
|
|
57931
57792
|
}
|
|
57932
57793
|
},
|
|
57933
57794
|
"required": [
|
|
57934
|
-
"__@toStringTag@
|
|
57795
|
+
"__@toStringTag@11030",
|
|
57935
57796
|
"size"
|
|
57936
57797
|
],
|
|
57937
57798
|
"type": "object"
|
|
57938
57799
|
},
|
|
57939
57800
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
57940
57801
|
"properties": {
|
|
57941
|
-
"__@toStringTag@
|
|
57802
|
+
"__@toStringTag@11030": {
|
|
57942
57803
|
"type": "string"
|
|
57943
57804
|
},
|
|
57944
57805
|
"size": {
|
|
@@ -57946,14 +57807,14 @@
|
|
|
57946
57807
|
}
|
|
57947
57808
|
},
|
|
57948
57809
|
"required": [
|
|
57949
|
-
"__@toStringTag@
|
|
57810
|
+
"__@toStringTag@11030",
|
|
57950
57811
|
"size"
|
|
57951
57812
|
],
|
|
57952
57813
|
"type": "object"
|
|
57953
57814
|
},
|
|
57954
57815
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
57955
57816
|
"properties": {
|
|
57956
|
-
"__@toStringTag@
|
|
57817
|
+
"__@toStringTag@11030": {
|
|
57957
57818
|
"type": "string"
|
|
57958
57819
|
},
|
|
57959
57820
|
"size": {
|
|
@@ -57961,14 +57822,14 @@
|
|
|
57961
57822
|
}
|
|
57962
57823
|
},
|
|
57963
57824
|
"required": [
|
|
57964
|
-
"__@toStringTag@
|
|
57825
|
+
"__@toStringTag@11030",
|
|
57965
57826
|
"size"
|
|
57966
57827
|
],
|
|
57967
57828
|
"type": "object"
|
|
57968
57829
|
},
|
|
57969
57830
|
"Map<string,any>": {
|
|
57970
57831
|
"properties": {
|
|
57971
|
-
"__@toStringTag@
|
|
57832
|
+
"__@toStringTag@11030": {
|
|
57972
57833
|
"type": "string"
|
|
57973
57834
|
},
|
|
57974
57835
|
"size": {
|
|
@@ -57976,14 +57837,14 @@
|
|
|
57976
57837
|
}
|
|
57977
57838
|
},
|
|
57978
57839
|
"required": [
|
|
57979
|
-
"__@toStringTag@
|
|
57840
|
+
"__@toStringTag@11030",
|
|
57980
57841
|
"size"
|
|
57981
57842
|
],
|
|
57982
57843
|
"type": "object"
|
|
57983
57844
|
},
|
|
57984
57845
|
"Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
57985
57846
|
"properties": {
|
|
57986
|
-
"__@toStringTag@
|
|
57847
|
+
"__@toStringTag@11030": {
|
|
57987
57848
|
"type": "string"
|
|
57988
57849
|
},
|
|
57989
57850
|
"size": {
|
|
@@ -57991,14 +57852,14 @@
|
|
|
57991
57852
|
}
|
|
57992
57853
|
},
|
|
57993
57854
|
"required": [
|
|
57994
|
-
"__@toStringTag@
|
|
57855
|
+
"__@toStringTag@11030",
|
|
57995
57856
|
"size"
|
|
57996
57857
|
],
|
|
57997
57858
|
"type": "object"
|
|
57998
57859
|
},
|
|
57999
57860
|
"Map<string|number,IAnimate>": {
|
|
58000
57861
|
"properties": {
|
|
58001
|
-
"__@toStringTag@
|
|
57862
|
+
"__@toStringTag@11030": {
|
|
58002
57863
|
"type": "string"
|
|
58003
57864
|
},
|
|
58004
57865
|
"size": {
|
|
@@ -58006,7 +57867,7 @@
|
|
|
58006
57867
|
}
|
|
58007
57868
|
},
|
|
58008
57869
|
"required": [
|
|
58009
|
-
"__@toStringTag@
|
|
57870
|
+
"__@toStringTag@11030",
|
|
58010
57871
|
"size"
|
|
58011
57872
|
],
|
|
58012
57873
|
"type": "object"
|
|
@@ -58334,23 +58195,6 @@
|
|
|
58334
58195
|
},
|
|
58335
58196
|
"Omit<DiscreteLegendAttrs,\"title\"|\"layout\"|\"items\"|\"pager\"|\"item\">": {
|
|
58336
58197
|
"properties": {
|
|
58337
|
-
"alignContent": {
|
|
58338
|
-
"enum": [
|
|
58339
|
-
"center",
|
|
58340
|
-
"flex-start",
|
|
58341
|
-
"space-around",
|
|
58342
|
-
"space-between"
|
|
58343
|
-
],
|
|
58344
|
-
"type": "string"
|
|
58345
|
-
},
|
|
58346
|
-
"alignItems": {
|
|
58347
|
-
"enum": [
|
|
58348
|
-
"center",
|
|
58349
|
-
"flex-end",
|
|
58350
|
-
"flex-start"
|
|
58351
|
-
],
|
|
58352
|
-
"type": "string"
|
|
58353
|
-
},
|
|
58354
58198
|
"allowAllCanceled": {
|
|
58355
58199
|
"type": "boolean"
|
|
58356
58200
|
},
|
|
@@ -58503,13 +58347,6 @@
|
|
|
58503
58347
|
},
|
|
58504
58348
|
"type": "array"
|
|
58505
58349
|
},
|
|
58506
|
-
"display": {
|
|
58507
|
-
"enum": [
|
|
58508
|
-
"flex",
|
|
58509
|
-
"relative"
|
|
58510
|
-
],
|
|
58511
|
-
"type": "string"
|
|
58512
|
-
},
|
|
58513
58350
|
"dx": {
|
|
58514
58351
|
"type": "number"
|
|
58515
58352
|
},
|
|
@@ -58525,22 +58362,6 @@
|
|
|
58525
58362
|
"fillOpacity": {
|
|
58526
58363
|
"type": "number"
|
|
58527
58364
|
},
|
|
58528
|
-
"flexDirection": {
|
|
58529
|
-
"enum": [
|
|
58530
|
-
"column",
|
|
58531
|
-
"column-reverse",
|
|
58532
|
-
"row",
|
|
58533
|
-
"row-reverse"
|
|
58534
|
-
],
|
|
58535
|
-
"type": "string"
|
|
58536
|
-
},
|
|
58537
|
-
"flexWrap": {
|
|
58538
|
-
"enum": [
|
|
58539
|
-
"nowrap",
|
|
58540
|
-
"wrap"
|
|
58541
|
-
],
|
|
58542
|
-
"type": "string"
|
|
58543
|
-
},
|
|
58544
58365
|
"height": {
|
|
58545
58366
|
"type": "number"
|
|
58546
58367
|
},
|
|
@@ -58553,16 +58374,6 @@
|
|
|
58553
58374
|
"interactive": {
|
|
58554
58375
|
"type": "boolean"
|
|
58555
58376
|
},
|
|
58556
|
-
"justifyContent": {
|
|
58557
|
-
"enum": [
|
|
58558
|
-
"center",
|
|
58559
|
-
"flex-end",
|
|
58560
|
-
"flex-start",
|
|
58561
|
-
"space-around",
|
|
58562
|
-
"space-between"
|
|
58563
|
-
],
|
|
58564
|
-
"type": "string"
|
|
58565
|
-
},
|
|
58566
58377
|
"keepDirIn3d": {
|
|
58567
58378
|
"type": "boolean"
|
|
58568
58379
|
},
|
|
@@ -60285,23 +60096,6 @@
|
|
|
60285
60096
|
},
|
|
60286
60097
|
"Omit<IGroupGraphicAttribute,\"background\">": {
|
|
60287
60098
|
"properties": {
|
|
60288
|
-
"alignContent": {
|
|
60289
|
-
"enum": [
|
|
60290
|
-
"center",
|
|
60291
|
-
"flex-start",
|
|
60292
|
-
"space-around",
|
|
60293
|
-
"space-between"
|
|
60294
|
-
],
|
|
60295
|
-
"type": "string"
|
|
60296
|
-
},
|
|
60297
|
-
"alignItems": {
|
|
60298
|
-
"enum": [
|
|
60299
|
-
"center",
|
|
60300
|
-
"flex-end",
|
|
60301
|
-
"flex-start"
|
|
60302
|
-
],
|
|
60303
|
-
"type": "string"
|
|
60304
|
-
},
|
|
60305
60099
|
"alpha": {
|
|
60306
60100
|
"type": "number"
|
|
60307
60101
|
},
|
|
@@ -60426,13 +60220,6 @@
|
|
|
60426
60220
|
"customPickShape": {
|
|
60427
60221
|
"typeof": "function"
|
|
60428
60222
|
},
|
|
60429
|
-
"display": {
|
|
60430
|
-
"enum": [
|
|
60431
|
-
"flex",
|
|
60432
|
-
"relative"
|
|
60433
|
-
],
|
|
60434
|
-
"type": "string"
|
|
60435
|
-
},
|
|
60436
60223
|
"dx": {
|
|
60437
60224
|
"type": "number"
|
|
60438
60225
|
},
|
|
@@ -60448,38 +60235,12 @@
|
|
|
60448
60235
|
"fillOpacity": {
|
|
60449
60236
|
"type": "number"
|
|
60450
60237
|
},
|
|
60451
|
-
"flexDirection": {
|
|
60452
|
-
"enum": [
|
|
60453
|
-
"column",
|
|
60454
|
-
"column-reverse",
|
|
60455
|
-
"row",
|
|
60456
|
-
"row-reverse"
|
|
60457
|
-
],
|
|
60458
|
-
"type": "string"
|
|
60459
|
-
},
|
|
60460
|
-
"flexWrap": {
|
|
60461
|
-
"enum": [
|
|
60462
|
-
"nowrap",
|
|
60463
|
-
"wrap"
|
|
60464
|
-
],
|
|
60465
|
-
"type": "string"
|
|
60466
|
-
},
|
|
60467
60238
|
"height": {
|
|
60468
60239
|
"type": "number"
|
|
60469
60240
|
},
|
|
60470
60241
|
"innerBorder": {
|
|
60471
60242
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
60472
60243
|
},
|
|
60473
|
-
"justifyContent": {
|
|
60474
|
-
"enum": [
|
|
60475
|
-
"center",
|
|
60476
|
-
"flex-end",
|
|
60477
|
-
"flex-start",
|
|
60478
|
-
"space-around",
|
|
60479
|
-
"space-between"
|
|
60480
|
-
],
|
|
60481
|
-
"type": "string"
|
|
60482
|
-
},
|
|
60483
60244
|
"keepDirIn3d": {
|
|
60484
60245
|
"type": "boolean"
|
|
60485
60246
|
},
|
|
@@ -61545,23 +61306,6 @@
|
|
|
61545
61306
|
},
|
|
61546
61307
|
"Omit<Omit<PagerAttributes,\"total\">&{space?:number;animation?:boolean;animationDuration?:number;animationEasing?:EasingType;},\"textStyle\"|\"handler\">": {
|
|
61547
61308
|
"properties": {
|
|
61548
|
-
"alignContent": {
|
|
61549
|
-
"enum": [
|
|
61550
|
-
"center",
|
|
61551
|
-
"flex-start",
|
|
61552
|
-
"space-around",
|
|
61553
|
-
"space-between"
|
|
61554
|
-
],
|
|
61555
|
-
"type": "string"
|
|
61556
|
-
},
|
|
61557
|
-
"alignItems": {
|
|
61558
|
-
"enum": [
|
|
61559
|
-
"center",
|
|
61560
|
-
"flex-end",
|
|
61561
|
-
"flex-start"
|
|
61562
|
-
],
|
|
61563
|
-
"type": "string"
|
|
61564
|
-
},
|
|
61565
61309
|
"alpha": {
|
|
61566
61310
|
"type": "number"
|
|
61567
61311
|
},
|
|
@@ -61711,13 +61455,6 @@
|
|
|
61711
61455
|
"defaultCurrent": {
|
|
61712
61456
|
"type": "number"
|
|
61713
61457
|
},
|
|
61714
|
-
"display": {
|
|
61715
|
-
"enum": [
|
|
61716
|
-
"flex",
|
|
61717
|
-
"relative"
|
|
61718
|
-
],
|
|
61719
|
-
"type": "string"
|
|
61720
|
-
},
|
|
61721
61458
|
"dx": {
|
|
61722
61459
|
"type": "number"
|
|
61723
61460
|
},
|
|
@@ -61733,38 +61470,12 @@
|
|
|
61733
61470
|
"fillOpacity": {
|
|
61734
61471
|
"type": "number"
|
|
61735
61472
|
},
|
|
61736
|
-
"flexDirection": {
|
|
61737
|
-
"enum": [
|
|
61738
|
-
"column",
|
|
61739
|
-
"column-reverse",
|
|
61740
|
-
"row",
|
|
61741
|
-
"row-reverse"
|
|
61742
|
-
],
|
|
61743
|
-
"type": "string"
|
|
61744
|
-
},
|
|
61745
|
-
"flexWrap": {
|
|
61746
|
-
"enum": [
|
|
61747
|
-
"nowrap",
|
|
61748
|
-
"wrap"
|
|
61749
|
-
],
|
|
61750
|
-
"type": "string"
|
|
61751
|
-
},
|
|
61752
61473
|
"height": {
|
|
61753
61474
|
"type": "number"
|
|
61754
61475
|
},
|
|
61755
61476
|
"innerBorder": {
|
|
61756
61477
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
61757
61478
|
},
|
|
61758
|
-
"justifyContent": {
|
|
61759
|
-
"enum": [
|
|
61760
|
-
"center",
|
|
61761
|
-
"flex-end",
|
|
61762
|
-
"flex-start",
|
|
61763
|
-
"space-around",
|
|
61764
|
-
"space-between"
|
|
61765
|
-
],
|
|
61766
|
-
"type": "string"
|
|
61767
|
-
},
|
|
61768
61479
|
"keepDirIn3d": {
|
|
61769
61480
|
"type": "boolean"
|
|
61770
61481
|
},
|
|
@@ -61945,22 +61656,6 @@
|
|
|
61945
61656
|
"avoidBaseMark": {
|
|
61946
61657
|
"type": "boolean"
|
|
61947
61658
|
},
|
|
61948
|
-
"avoidMarks": {
|
|
61949
|
-
"anyOf": [
|
|
61950
|
-
{
|
|
61951
|
-
"items": {
|
|
61952
|
-
"type": "string"
|
|
61953
|
-
},
|
|
61954
|
-
"type": "array"
|
|
61955
|
-
},
|
|
61956
|
-
{
|
|
61957
|
-
"items": {
|
|
61958
|
-
"$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
|
|
61959
|
-
},
|
|
61960
|
-
"type": "array"
|
|
61961
|
-
}
|
|
61962
|
-
]
|
|
61963
|
-
},
|
|
61964
61659
|
"clampForce": {
|
|
61965
61660
|
"type": "boolean"
|
|
61966
61661
|
},
|
|
@@ -62626,23 +62321,6 @@
|
|
|
62626
62321
|
"clipRange": {
|
|
62627
62322
|
"type": "number"
|
|
62628
62323
|
},
|
|
62629
|
-
"connectedStyle": {
|
|
62630
|
-
"typeof": "function"
|
|
62631
|
-
},
|
|
62632
|
-
"connectedType": {
|
|
62633
|
-
"enum": [
|
|
62634
|
-
"connect",
|
|
62635
|
-
"none",
|
|
62636
|
-
"zero"
|
|
62637
|
-
],
|
|
62638
|
-
"type": "string"
|
|
62639
|
-
},
|
|
62640
|
-
"connectedX": {
|
|
62641
|
-
"type": "number"
|
|
62642
|
-
},
|
|
62643
|
-
"connectedY": {
|
|
62644
|
-
"type": "number"
|
|
62645
|
-
},
|
|
62646
62324
|
"cursor": {
|
|
62647
62325
|
"$ref": "#/definitions/Cursor"
|
|
62648
62326
|
},
|
|
@@ -63755,23 +63433,6 @@
|
|
|
63755
63433
|
},
|
|
63756
63434
|
"Partial<IGroupGraphicAttribute>": {
|
|
63757
63435
|
"properties": {
|
|
63758
|
-
"alignContent": {
|
|
63759
|
-
"enum": [
|
|
63760
|
-
"center",
|
|
63761
|
-
"flex-start",
|
|
63762
|
-
"space-around",
|
|
63763
|
-
"space-between"
|
|
63764
|
-
],
|
|
63765
|
-
"type": "string"
|
|
63766
|
-
},
|
|
63767
|
-
"alignItems": {
|
|
63768
|
-
"enum": [
|
|
63769
|
-
"center",
|
|
63770
|
-
"flex-end",
|
|
63771
|
-
"flex-start"
|
|
63772
|
-
],
|
|
63773
|
-
"type": "string"
|
|
63774
|
-
},
|
|
63775
63436
|
"alpha": {
|
|
63776
63437
|
"type": "number"
|
|
63777
63438
|
},
|
|
@@ -63909,13 +63570,6 @@
|
|
|
63909
63570
|
"customPickShape": {
|
|
63910
63571
|
"typeof": "function"
|
|
63911
63572
|
},
|
|
63912
|
-
"display": {
|
|
63913
|
-
"enum": [
|
|
63914
|
-
"flex",
|
|
63915
|
-
"relative"
|
|
63916
|
-
],
|
|
63917
|
-
"type": "string"
|
|
63918
|
-
},
|
|
63919
63573
|
"dx": {
|
|
63920
63574
|
"type": "number"
|
|
63921
63575
|
},
|
|
@@ -63931,38 +63585,12 @@
|
|
|
63931
63585
|
"fillOpacity": {
|
|
63932
63586
|
"type": "number"
|
|
63933
63587
|
},
|
|
63934
|
-
"flexDirection": {
|
|
63935
|
-
"enum": [
|
|
63936
|
-
"column",
|
|
63937
|
-
"column-reverse",
|
|
63938
|
-
"row",
|
|
63939
|
-
"row-reverse"
|
|
63940
|
-
],
|
|
63941
|
-
"type": "string"
|
|
63942
|
-
},
|
|
63943
|
-
"flexWrap": {
|
|
63944
|
-
"enum": [
|
|
63945
|
-
"nowrap",
|
|
63946
|
-
"wrap"
|
|
63947
|
-
],
|
|
63948
|
-
"type": "string"
|
|
63949
|
-
},
|
|
63950
63588
|
"height": {
|
|
63951
63589
|
"type": "number"
|
|
63952
63590
|
},
|
|
63953
63591
|
"innerBorder": {
|
|
63954
63592
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
63955
63593
|
},
|
|
63956
|
-
"justifyContent": {
|
|
63957
|
-
"enum": [
|
|
63958
|
-
"center",
|
|
63959
|
-
"flex-end",
|
|
63960
|
-
"flex-start",
|
|
63961
|
-
"space-around",
|
|
63962
|
-
"space-between"
|
|
63963
|
-
],
|
|
63964
|
-
"type": "string"
|
|
63965
|
-
},
|
|
63966
63594
|
"keepDirIn3d": {
|
|
63967
63595
|
"type": "boolean"
|
|
63968
63596
|
},
|
|
@@ -64681,23 +64309,6 @@
|
|
|
64681
64309
|
"clipRangeByDimension": {
|
|
64682
64310
|
"$ref": "#/definitions/IClipRangeByDimensionType"
|
|
64683
64311
|
},
|
|
64684
|
-
"connectedStyle": {
|
|
64685
|
-
"typeof": "function"
|
|
64686
|
-
},
|
|
64687
|
-
"connectedType": {
|
|
64688
|
-
"enum": [
|
|
64689
|
-
"connect",
|
|
64690
|
-
"none",
|
|
64691
|
-
"zero"
|
|
64692
|
-
],
|
|
64693
|
-
"type": "string"
|
|
64694
|
-
},
|
|
64695
|
-
"connectedX": {
|
|
64696
|
-
"type": "number"
|
|
64697
|
-
},
|
|
64698
|
-
"connectedY": {
|
|
64699
|
-
"type": "number"
|
|
64700
|
-
},
|
|
64701
64312
|
"cursor": {
|
|
64702
64313
|
"$ref": "#/definitions/Cursor"
|
|
64703
64314
|
},
|
|
@@ -67436,13 +67047,6 @@
|
|
|
67436
67047
|
"customPickShape": {
|
|
67437
67048
|
"typeof": "function"
|
|
67438
67049
|
},
|
|
67439
|
-
"direction": {
|
|
67440
|
-
"enum": [
|
|
67441
|
-
"horizontal",
|
|
67442
|
-
"vertical"
|
|
67443
|
-
],
|
|
67444
|
-
"type": "string"
|
|
67445
|
-
},
|
|
67446
67050
|
"dx": {
|
|
67447
67051
|
"type": "number"
|
|
67448
67052
|
},
|
|
@@ -67649,13 +67253,6 @@
|
|
|
67649
67253
|
"visible": {
|
|
67650
67254
|
"type": "boolean"
|
|
67651
67255
|
},
|
|
67652
|
-
"wordBreak": {
|
|
67653
|
-
"enum": [
|
|
67654
|
-
"break-all",
|
|
67655
|
-
"break-word"
|
|
67656
|
-
],
|
|
67657
|
-
"type": "string"
|
|
67658
|
-
},
|
|
67659
67256
|
"x": {
|
|
67660
67257
|
"type": "number"
|
|
67661
67258
|
},
|
|
@@ -69717,34 +69314,34 @@
|
|
|
69717
69314
|
},
|
|
69718
69315
|
"Promise<FontFaceSet>": {
|
|
69719
69316
|
"properties": {
|
|
69720
|
-
"__@toStringTag@
|
|
69317
|
+
"__@toStringTag@11030": {
|
|
69721
69318
|
"type": "string"
|
|
69722
69319
|
}
|
|
69723
69320
|
},
|
|
69724
69321
|
"required": [
|
|
69725
|
-
"__@toStringTag@
|
|
69322
|
+
"__@toStringTag@11030"
|
|
69726
69323
|
],
|
|
69727
69324
|
"type": "object"
|
|
69728
69325
|
},
|
|
69729
69326
|
"Promise<ServiceWorkerRegistration>": {
|
|
69730
69327
|
"properties": {
|
|
69731
|
-
"__@toStringTag@
|
|
69328
|
+
"__@toStringTag@11030": {
|
|
69732
69329
|
"type": "string"
|
|
69733
69330
|
}
|
|
69734
69331
|
},
|
|
69735
69332
|
"required": [
|
|
69736
|
-
"__@toStringTag@
|
|
69333
|
+
"__@toStringTag@11030"
|
|
69737
69334
|
],
|
|
69738
69335
|
"type": "object"
|
|
69739
69336
|
},
|
|
69740
69337
|
"Promise<any>": {
|
|
69741
69338
|
"properties": {
|
|
69742
|
-
"__@toStringTag@
|
|
69339
|
+
"__@toStringTag@11030": {
|
|
69743
69340
|
"type": "string"
|
|
69744
69341
|
}
|
|
69745
69342
|
},
|
|
69746
69343
|
"required": [
|
|
69747
|
-
"__@toStringTag@
|
|
69344
|
+
"__@toStringTag@11030"
|
|
69748
69345
|
],
|
|
69749
69346
|
"type": "object"
|
|
69750
69347
|
},
|
|
@@ -70335,23 +69932,6 @@
|
|
|
70335
69932
|
"clipRange": {
|
|
70336
69933
|
"type": "number"
|
|
70337
69934
|
},
|
|
70338
|
-
"connectedStyle": {
|
|
70339
|
-
"typeof": "function"
|
|
70340
|
-
},
|
|
70341
|
-
"connectedType": {
|
|
70342
|
-
"enum": [
|
|
70343
|
-
"connect",
|
|
70344
|
-
"none",
|
|
70345
|
-
"zero"
|
|
70346
|
-
],
|
|
70347
|
-
"type": "string"
|
|
70348
|
-
},
|
|
70349
|
-
"connectedX": {
|
|
70350
|
-
"type": "number"
|
|
70351
|
-
},
|
|
70352
|
-
"connectedY": {
|
|
70353
|
-
"type": "number"
|
|
70354
|
-
},
|
|
70355
69935
|
"cursor": {
|
|
70356
69936
|
"$ref": "#/definitions/Cursor"
|
|
70357
69937
|
},
|
|
@@ -70538,10 +70118,6 @@
|
|
|
70538
70118
|
"boundsPadding",
|
|
70539
70119
|
"childrenPickable",
|
|
70540
70120
|
"clipRange",
|
|
70541
|
-
"connectedStyle",
|
|
70542
|
-
"connectedType",
|
|
70543
|
-
"connectedX",
|
|
70544
|
-
"connectedY",
|
|
70545
70121
|
"cursor",
|
|
70546
70122
|
"curveType",
|
|
70547
70123
|
"customPickShape",
|
|
@@ -71308,23 +70884,6 @@
|
|
|
71308
70884
|
},
|
|
71309
70885
|
"Required<IGroupGraphicAttribute>": {
|
|
71310
70886
|
"properties": {
|
|
71311
|
-
"alignContent": {
|
|
71312
|
-
"enum": [
|
|
71313
|
-
"center",
|
|
71314
|
-
"flex-start",
|
|
71315
|
-
"space-around",
|
|
71316
|
-
"space-between"
|
|
71317
|
-
],
|
|
71318
|
-
"type": "string"
|
|
71319
|
-
},
|
|
71320
|
-
"alignItems": {
|
|
71321
|
-
"enum": [
|
|
71322
|
-
"center",
|
|
71323
|
-
"flex-end",
|
|
71324
|
-
"flex-start"
|
|
71325
|
-
],
|
|
71326
|
-
"type": "string"
|
|
71327
|
-
},
|
|
71328
70887
|
"alpha": {
|
|
71329
70888
|
"type": "number"
|
|
71330
70889
|
},
|
|
@@ -71462,13 +71021,6 @@
|
|
|
71462
71021
|
"customPickShape": {
|
|
71463
71022
|
"typeof": "function"
|
|
71464
71023
|
},
|
|
71465
|
-
"display": {
|
|
71466
|
-
"enum": [
|
|
71467
|
-
"flex",
|
|
71468
|
-
"relative"
|
|
71469
|
-
],
|
|
71470
|
-
"type": "string"
|
|
71471
|
-
},
|
|
71472
71024
|
"dx": {
|
|
71473
71025
|
"type": "number"
|
|
71474
71026
|
},
|
|
@@ -71484,38 +71036,12 @@
|
|
|
71484
71036
|
"fillOpacity": {
|
|
71485
71037
|
"type": "number"
|
|
71486
71038
|
},
|
|
71487
|
-
"flexDirection": {
|
|
71488
|
-
"enum": [
|
|
71489
|
-
"column",
|
|
71490
|
-
"column-reverse",
|
|
71491
|
-
"row",
|
|
71492
|
-
"row-reverse"
|
|
71493
|
-
],
|
|
71494
|
-
"type": "string"
|
|
71495
|
-
},
|
|
71496
|
-
"flexWrap": {
|
|
71497
|
-
"enum": [
|
|
71498
|
-
"nowrap",
|
|
71499
|
-
"wrap"
|
|
71500
|
-
],
|
|
71501
|
-
"type": "string"
|
|
71502
|
-
},
|
|
71503
71039
|
"height": {
|
|
71504
71040
|
"type": "number"
|
|
71505
71041
|
},
|
|
71506
71042
|
"innerBorder": {
|
|
71507
71043
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71508
71044
|
},
|
|
71509
|
-
"justifyContent": {
|
|
71510
|
-
"enum": [
|
|
71511
|
-
"center",
|
|
71512
|
-
"flex-end",
|
|
71513
|
-
"flex-start",
|
|
71514
|
-
"space-around",
|
|
71515
|
-
"space-between"
|
|
71516
|
-
],
|
|
71517
|
-
"type": "string"
|
|
71518
|
-
},
|
|
71519
71045
|
"keepDirIn3d": {
|
|
71520
71046
|
"type": "boolean"
|
|
71521
71047
|
},
|
|
@@ -71663,8 +71189,6 @@
|
|
|
71663
71189
|
}
|
|
71664
71190
|
},
|
|
71665
71191
|
"required": [
|
|
71666
|
-
"alignContent",
|
|
71667
|
-
"alignItems",
|
|
71668
71192
|
"alpha",
|
|
71669
71193
|
"anchor",
|
|
71670
71194
|
"anchor3d",
|
|
@@ -71680,17 +71204,13 @@
|
|
|
71680
71204
|
"cornerRadius",
|
|
71681
71205
|
"cursor",
|
|
71682
71206
|
"customPickShape",
|
|
71683
|
-
"display",
|
|
71684
71207
|
"dx",
|
|
71685
71208
|
"dy",
|
|
71686
71209
|
"dz",
|
|
71687
71210
|
"fill",
|
|
71688
71211
|
"fillOpacity",
|
|
71689
|
-
"flexDirection",
|
|
71690
|
-
"flexWrap",
|
|
71691
71212
|
"height",
|
|
71692
71213
|
"innerBorder",
|
|
71693
|
-
"justifyContent",
|
|
71694
71214
|
"keepDirIn3d",
|
|
71695
71215
|
"layout",
|
|
71696
71216
|
"lineCap",
|
|
@@ -72218,23 +71738,6 @@
|
|
|
72218
71738
|
"clipRangeByDimension": {
|
|
72219
71739
|
"$ref": "#/definitions/IClipRangeByDimensionType"
|
|
72220
71740
|
},
|
|
72221
|
-
"connectedStyle": {
|
|
72222
|
-
"typeof": "function"
|
|
72223
|
-
},
|
|
72224
|
-
"connectedType": {
|
|
72225
|
-
"enum": [
|
|
72226
|
-
"connect",
|
|
72227
|
-
"none",
|
|
72228
|
-
"zero"
|
|
72229
|
-
],
|
|
72230
|
-
"type": "string"
|
|
72231
|
-
},
|
|
72232
|
-
"connectedX": {
|
|
72233
|
-
"type": "number"
|
|
72234
|
-
},
|
|
72235
|
-
"connectedY": {
|
|
72236
|
-
"type": "number"
|
|
72237
|
-
},
|
|
72238
71741
|
"cursor": {
|
|
72239
71742
|
"$ref": "#/definitions/Cursor"
|
|
72240
71743
|
},
|
|
@@ -72422,10 +71925,6 @@
|
|
|
72422
71925
|
"childrenPickable",
|
|
72423
71926
|
"clipRange",
|
|
72424
71927
|
"clipRangeByDimension",
|
|
72425
|
-
"connectedStyle",
|
|
72426
|
-
"connectedType",
|
|
72427
|
-
"connectedX",
|
|
72428
|
-
"connectedY",
|
|
72429
71928
|
"cursor",
|
|
72430
71929
|
"curveType",
|
|
72431
71930
|
"customPickShape",
|
|
@@ -75221,13 +74720,6 @@
|
|
|
75221
74720
|
"customPickShape": {
|
|
75222
74721
|
"typeof": "function"
|
|
75223
74722
|
},
|
|
75224
|
-
"direction": {
|
|
75225
|
-
"enum": [
|
|
75226
|
-
"horizontal",
|
|
75227
|
-
"vertical"
|
|
75228
|
-
],
|
|
75229
|
-
"type": "string"
|
|
75230
|
-
},
|
|
75231
74723
|
"dx": {
|
|
75232
74724
|
"type": "number"
|
|
75233
74725
|
},
|
|
@@ -75434,13 +74926,6 @@
|
|
|
75434
74926
|
"visible": {
|
|
75435
74927
|
"type": "boolean"
|
|
75436
74928
|
},
|
|
75437
|
-
"wordBreak": {
|
|
75438
|
-
"enum": [
|
|
75439
|
-
"break-all",
|
|
75440
|
-
"break-word"
|
|
75441
|
-
],
|
|
75442
|
-
"type": "string"
|
|
75443
|
-
},
|
|
75444
74929
|
"x": {
|
|
75445
74930
|
"type": "number"
|
|
75446
74931
|
},
|
|
@@ -75468,7 +74953,6 @@
|
|
|
75468
74953
|
"childrenPickable",
|
|
75469
74954
|
"cursor",
|
|
75470
74955
|
"customPickShape",
|
|
75471
|
-
"direction",
|
|
75472
74956
|
"dx",
|
|
75473
74957
|
"dy",
|
|
75474
74958
|
"dz",
|
|
@@ -75520,7 +75004,6 @@
|
|
|
75520
75004
|
"textureSize",
|
|
75521
75005
|
"underline",
|
|
75522
75006
|
"visible",
|
|
75523
|
-
"wordBreak",
|
|
75524
75007
|
"x",
|
|
75525
75008
|
"y",
|
|
75526
75009
|
"z",
|
|
@@ -78865,25 +78348,6 @@
|
|
|
78865
78348
|
],
|
|
78866
78349
|
"type": "string"
|
|
78867
78350
|
},
|
|
78868
|
-
"SheetParseOptions": {
|
|
78869
|
-
"properties": {
|
|
78870
|
-
"options": {
|
|
78871
|
-
"$ref": "#/definitions/IDsvParserOptions"
|
|
78872
|
-
},
|
|
78873
|
-
"type": {
|
|
78874
|
-
"enum": [
|
|
78875
|
-
"csv",
|
|
78876
|
-
"dsv",
|
|
78877
|
-
"tsv"
|
|
78878
|
-
],
|
|
78879
|
-
"type": "string"
|
|
78880
|
-
}
|
|
78881
|
-
},
|
|
78882
|
-
"required": [
|
|
78883
|
-
"type"
|
|
78884
|
-
],
|
|
78885
|
-
"type": "object"
|
|
78886
|
-
},
|
|
78887
78351
|
"SlotAssignmentMode": {
|
|
78888
78352
|
"enum": [
|
|
78889
78353
|
"manual",
|