@visactor/vchart-schema 1.4.0-alpha.3 → 1.4.0-alpha.4
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 +192 -80
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -2431,12 +2431,9 @@
|
|
|
2431
2431
|
},
|
|
2432
2432
|
"type": "object"
|
|
2433
2433
|
},
|
|
2434
|
-
"ConvertToMarkStyleSpec<
|
|
2434
|
+
"ConvertToMarkStyleSpec<ILineMarkSpec>_2": {
|
|
2435
2435
|
"description": "style格式转换",
|
|
2436
2436
|
"properties": {
|
|
2437
|
-
"align": {
|
|
2438
|
-
"$ref": "#/definitions/VisualType<\"center\"|\"end\"|\"start\">"
|
|
2439
|
-
},
|
|
2440
2437
|
"alpha": {
|
|
2441
2438
|
"$ref": "#/definitions/VisualType<number>"
|
|
2442
2439
|
},
|
|
@@ -2452,7 +2449,6 @@
|
|
|
2452
2449
|
"background": {
|
|
2453
2450
|
"$ref": "#/definitions/VisualType<string|HTMLCanvasElement|HTMLImageElement>"
|
|
2454
2451
|
},
|
|
2455
|
-
"backgroundStyle": {},
|
|
2456
2452
|
"beta": {
|
|
2457
2453
|
"$ref": "#/definitions/VisualType<number>"
|
|
2458
2454
|
},
|
|
@@ -2462,13 +2458,13 @@
|
|
|
2462
2458
|
"cursor": {
|
|
2463
2459
|
"$ref": "#/definitions/VisualType<Cursor>"
|
|
2464
2460
|
},
|
|
2465
|
-
"
|
|
2466
|
-
"$ref": "#/definitions/VisualType<
|
|
2461
|
+
"curveType": {
|
|
2462
|
+
"$ref": "#/definitions/VisualType<InterpolateType>"
|
|
2467
2463
|
},
|
|
2468
|
-
"
|
|
2469
|
-
"$ref": "#/definitions/VisualType
|
|
2464
|
+
"defined": {
|
|
2465
|
+
"$ref": "#/definitions/VisualType<boolean>"
|
|
2470
2466
|
},
|
|
2471
|
-
"
|
|
2467
|
+
"enableSegments": {
|
|
2472
2468
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
2473
2469
|
},
|
|
2474
2470
|
"fill": {
|
|
@@ -2481,15 +2477,24 @@
|
|
|
2481
2477
|
"$ref": "#/definitions/VisualType<IBorder>",
|
|
2482
2478
|
"description": "内边框"
|
|
2483
2479
|
},
|
|
2480
|
+
"lineCap": {
|
|
2481
|
+
"$ref": "#/definitions/VisualType<LineStrokeCap>"
|
|
2482
|
+
},
|
|
2484
2483
|
"lineDash": {
|
|
2485
2484
|
"$ref": "#/definitions/VisualType<number[]>"
|
|
2486
2485
|
},
|
|
2487
2486
|
"lineDashOffset": {
|
|
2488
2487
|
"$ref": "#/definitions/VisualType<number>"
|
|
2489
2488
|
},
|
|
2489
|
+
"lineJoin": {
|
|
2490
|
+
"$ref": "#/definitions/VisualType<LineStrokeJoin>"
|
|
2491
|
+
},
|
|
2490
2492
|
"lineWidth": {
|
|
2491
2493
|
"$ref": "#/definitions/VisualType<number>"
|
|
2492
2494
|
},
|
|
2495
|
+
"miterLimit": {
|
|
2496
|
+
"$ref": "#/definitions/VisualType<number>"
|
|
2497
|
+
},
|
|
2493
2498
|
"opacity": {
|
|
2494
2499
|
"$ref": "#/definitions/VisualType<number>"
|
|
2495
2500
|
},
|
|
@@ -2497,27 +2502,16 @@
|
|
|
2497
2502
|
"$ref": "#/definitions/VisualType<IBorder>",
|
|
2498
2503
|
"description": "外边框"
|
|
2499
2504
|
},
|
|
2500
|
-
"pathType": {
|
|
2501
|
-
"$ref": "#/definitions/VisualType<\"line\"|\"polyline\"|\"smooth\">"
|
|
2502
|
-
},
|
|
2503
2505
|
"pickMode": {
|
|
2504
2506
|
"$ref": "#/definitions/VisualType<\"custom\"|\"accurate\"|\"imprecise\">",
|
|
2505
2507
|
"description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
|
|
2506
2508
|
},
|
|
2507
|
-
"ratio": {
|
|
2508
|
-
"$ref": "#/definitions/VisualType<number>",
|
|
2509
|
-
"description": "the ratio of normal style path"
|
|
2510
|
-
},
|
|
2511
|
-
"round": {
|
|
2512
|
-
"$ref": "#/definitions/VisualType<boolean>",
|
|
2513
|
-
"description": "round all the coordinates"
|
|
2514
|
-
},
|
|
2515
|
-
"startArrow": {
|
|
2516
|
-
"$ref": "#/definitions/VisualType<boolean>"
|
|
2517
|
-
},
|
|
2518
2509
|
"stroke": {
|
|
2519
2510
|
"$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
|
|
2520
2511
|
},
|
|
2512
|
+
"strokeBoundsBuffer": {
|
|
2513
|
+
"$ref": "#/definitions/VisualType<number>"
|
|
2514
|
+
},
|
|
2521
2515
|
"strokeOpacity": {
|
|
2522
2516
|
"$ref": "#/definitions/VisualType<number>"
|
|
2523
2517
|
},
|
|
@@ -2537,30 +2531,15 @@
|
|
|
2537
2531
|
"$ref": "#/definitions/VisualType<number>",
|
|
2538
2532
|
"description": "纹理单元的大小"
|
|
2539
2533
|
},
|
|
2540
|
-
"thickness": {
|
|
2541
|
-
"$ref": "#/definitions/VisualType<number>"
|
|
2542
|
-
},
|
|
2543
2534
|
"visible": {
|
|
2544
2535
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
2545
2536
|
},
|
|
2546
2537
|
"x": {
|
|
2547
2538
|
"$ref": "#/definitions/VisualType<number>"
|
|
2548
2539
|
},
|
|
2549
|
-
"x0": {
|
|
2550
|
-
"$ref": "#/definitions/VisualType<number>"
|
|
2551
|
-
},
|
|
2552
|
-
"x1": {
|
|
2553
|
-
"$ref": "#/definitions/VisualType<number>"
|
|
2554
|
-
},
|
|
2555
2540
|
"y": {
|
|
2556
2541
|
"$ref": "#/definitions/VisualType<number>"
|
|
2557
2542
|
},
|
|
2558
|
-
"y0": {
|
|
2559
|
-
"$ref": "#/definitions/VisualType<number>"
|
|
2560
|
-
},
|
|
2561
|
-
"y1": {
|
|
2562
|
-
"$ref": "#/definitions/VisualType<number>"
|
|
2563
|
-
},
|
|
2564
2543
|
"z": {
|
|
2565
2544
|
"$ref": "#/definitions/VisualType<number>"
|
|
2566
2545
|
},
|
|
@@ -2570,7 +2549,7 @@
|
|
|
2570
2549
|
},
|
|
2571
2550
|
"type": "object"
|
|
2572
2551
|
},
|
|
2573
|
-
"ConvertToMarkStyleSpec<ILinkPathMarkSpec>
|
|
2552
|
+
"ConvertToMarkStyleSpec<ILinkPathMarkSpec>": {
|
|
2574
2553
|
"description": "style格式转换",
|
|
2575
2554
|
"properties": {
|
|
2576
2555
|
"align": {
|
|
@@ -2709,9 +2688,12 @@
|
|
|
2709
2688
|
},
|
|
2710
2689
|
"type": "object"
|
|
2711
2690
|
},
|
|
2712
|
-
"ConvertToMarkStyleSpec<
|
|
2691
|
+
"ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1": {
|
|
2713
2692
|
"description": "style格式转换",
|
|
2714
2693
|
"properties": {
|
|
2694
|
+
"align": {
|
|
2695
|
+
"$ref": "#/definitions/VisualType<\"center\"|\"end\"|\"start\">"
|
|
2696
|
+
},
|
|
2715
2697
|
"alpha": {
|
|
2716
2698
|
"$ref": "#/definitions/VisualType<number>"
|
|
2717
2699
|
},
|
|
@@ -2727,6 +2709,7 @@
|
|
|
2727
2709
|
"background": {
|
|
2728
2710
|
"$ref": "#/definitions/VisualType<string|HTMLCanvasElement|HTMLImageElement>"
|
|
2729
2711
|
},
|
|
2712
|
+
"backgroundStyle": {},
|
|
2730
2713
|
"beta": {
|
|
2731
2714
|
"$ref": "#/definitions/VisualType<number>"
|
|
2732
2715
|
},
|
|
@@ -2736,6 +2719,15 @@
|
|
|
2736
2719
|
"cursor": {
|
|
2737
2720
|
"$ref": "#/definitions/VisualType<Cursor>"
|
|
2738
2721
|
},
|
|
2722
|
+
"curvature": {
|
|
2723
|
+
"$ref": "#/definitions/VisualType<number>"
|
|
2724
|
+
},
|
|
2725
|
+
"direction": {
|
|
2726
|
+
"$ref": "#/definitions/VisualType<\"radial\"|\"horizontal\"|\"vertical\"|\"LR\"|\"RL\"|\"TB\"|\"BL\">"
|
|
2727
|
+
},
|
|
2728
|
+
"endArrow": {
|
|
2729
|
+
"$ref": "#/definitions/VisualType<boolean>"
|
|
2730
|
+
},
|
|
2739
2731
|
"fill": {
|
|
2740
2732
|
"$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
|
|
2741
2733
|
},
|
|
@@ -2762,23 +2754,22 @@
|
|
|
2762
2754
|
"$ref": "#/definitions/VisualType<IBorder>",
|
|
2763
2755
|
"description": "外边框"
|
|
2764
2756
|
},
|
|
2765
|
-
"
|
|
2766
|
-
"$ref": "#/definitions/VisualType
|
|
2757
|
+
"pathType": {
|
|
2758
|
+
"$ref": "#/definitions/VisualType<\"line\"|\"polyline\"|\"smooth\">"
|
|
2767
2759
|
},
|
|
2768
2760
|
"pickMode": {
|
|
2769
2761
|
"$ref": "#/definitions/VisualType<\"custom\"|\"accurate\"|\"imprecise\">",
|
|
2770
2762
|
"description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
|
|
2771
2763
|
},
|
|
2772
|
-
"
|
|
2773
|
-
"$ref": "#/definitions/VisualType<
|
|
2774
|
-
|
|
2775
|
-
"scaleX": {
|
|
2776
|
-
"$ref": "#/definitions/VisualType<number>"
|
|
2764
|
+
"ratio": {
|
|
2765
|
+
"$ref": "#/definitions/VisualType<number>",
|
|
2766
|
+
"description": "the ratio of normal style path"
|
|
2777
2767
|
},
|
|
2778
|
-
"
|
|
2779
|
-
"$ref": "#/definitions/VisualType<
|
|
2768
|
+
"round": {
|
|
2769
|
+
"$ref": "#/definitions/VisualType<boolean>",
|
|
2770
|
+
"description": "round all the coordinates"
|
|
2780
2771
|
},
|
|
2781
|
-
"
|
|
2772
|
+
"startArrow": {
|
|
2782
2773
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
2783
2774
|
},
|
|
2784
2775
|
"stroke": {
|
|
@@ -2803,15 +2794,30 @@
|
|
|
2803
2794
|
"$ref": "#/definitions/VisualType<number>",
|
|
2804
2795
|
"description": "纹理单元的大小"
|
|
2805
2796
|
},
|
|
2797
|
+
"thickness": {
|
|
2798
|
+
"$ref": "#/definitions/VisualType<number>"
|
|
2799
|
+
},
|
|
2806
2800
|
"visible": {
|
|
2807
2801
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
2808
2802
|
},
|
|
2809
2803
|
"x": {
|
|
2810
2804
|
"$ref": "#/definitions/VisualType<number>"
|
|
2811
2805
|
},
|
|
2806
|
+
"x0": {
|
|
2807
|
+
"$ref": "#/definitions/VisualType<number>"
|
|
2808
|
+
},
|
|
2809
|
+
"x1": {
|
|
2810
|
+
"$ref": "#/definitions/VisualType<number>"
|
|
2811
|
+
},
|
|
2812
2812
|
"y": {
|
|
2813
2813
|
"$ref": "#/definitions/VisualType<number>"
|
|
2814
2814
|
},
|
|
2815
|
+
"y0": {
|
|
2816
|
+
"$ref": "#/definitions/VisualType<number>"
|
|
2817
|
+
},
|
|
2818
|
+
"y1": {
|
|
2819
|
+
"$ref": "#/definitions/VisualType<number>"
|
|
2820
|
+
},
|
|
2815
2821
|
"z": {
|
|
2816
2822
|
"$ref": "#/definitions/VisualType<number>"
|
|
2817
2823
|
},
|
|
@@ -2821,7 +2827,7 @@
|
|
|
2821
2827
|
},
|
|
2822
2828
|
"type": "object"
|
|
2823
2829
|
},
|
|
2824
|
-
"ConvertToMarkStyleSpec<IPathMarkSpec>
|
|
2830
|
+
"ConvertToMarkStyleSpec<IPathMarkSpec>": {
|
|
2825
2831
|
"description": "style格式转换",
|
|
2826
2832
|
"properties": {
|
|
2827
2833
|
"alpha": {
|
|
@@ -2933,7 +2939,7 @@
|
|
|
2933
2939
|
},
|
|
2934
2940
|
"type": "object"
|
|
2935
2941
|
},
|
|
2936
|
-
"ConvertToMarkStyleSpec<IPathMarkSpec>
|
|
2942
|
+
"ConvertToMarkStyleSpec<IPathMarkSpec>_1": {
|
|
2937
2943
|
"description": "style格式转换",
|
|
2938
2944
|
"properties": {
|
|
2939
2945
|
"alpha": {
|
|
@@ -16982,12 +16988,17 @@
|
|
|
16982
16988
|
"description": "开启分片渲染的阀值,对应的是单系列data的长度",
|
|
16983
16989
|
"type": "number"
|
|
16984
16990
|
},
|
|
16991
|
+
"smooth": {
|
|
16992
|
+
"default": false,
|
|
16993
|
+
"description": "引导线是否光滑",
|
|
16994
|
+
"type": "boolean"
|
|
16995
|
+
},
|
|
16985
16996
|
"state": {
|
|
16986
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<
|
|
16997
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>",
|
|
16987
16998
|
"description": "不同状态下的样式配置"
|
|
16988
16999
|
},
|
|
16989
17000
|
"style": {
|
|
16990
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
17001
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>_2",
|
|
16991
17002
|
"description": "默认样式设置"
|
|
16992
17003
|
},
|
|
16993
17004
|
"support3d": {
|
|
@@ -21744,6 +21755,9 @@
|
|
|
21744
21755
|
},
|
|
21745
21756
|
{
|
|
21746
21757
|
"$ref": "#/definitions/IBandAxisSpec"
|
|
21758
|
+
},
|
|
21759
|
+
{
|
|
21760
|
+
"typeof": "function"
|
|
21747
21761
|
}
|
|
21748
21762
|
]
|
|
21749
21763
|
},
|
|
@@ -26127,6 +26141,11 @@
|
|
|
26127
26141
|
"IDataZoomSpec": {
|
|
26128
26142
|
"description": "spec",
|
|
26129
26143
|
"properties": {
|
|
26144
|
+
"auto": {
|
|
26145
|
+
"description": "是否为自动模式。开启以后,组件不会导致轴 scale 缩放,end、roam 等可能导致缩放的配置将被忽略,且组件可以自动消失",
|
|
26146
|
+
"since": "1.4.0",
|
|
26147
|
+
"type": "boolean"
|
|
26148
|
+
},
|
|
26130
26149
|
"autoIndent": {
|
|
26131
26150
|
"description": "是否进行自动缩进",
|
|
26132
26151
|
"type": "boolean"
|
|
@@ -36071,6 +36090,91 @@
|
|
|
36071
36090
|
],
|
|
36072
36091
|
"type": "object"
|
|
36073
36092
|
},
|
|
36093
|
+
"ILayoutItemSpec": {
|
|
36094
|
+
"properties": {
|
|
36095
|
+
"bottom": {
|
|
36096
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36097
|
+
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
36098
|
+
},
|
|
36099
|
+
"center": {
|
|
36100
|
+
"description": "模块绝对布局下,元素将放置在图表的正中间。注意仅在 layoutType === 'absolute' 时生效,同时将忽略 padding 属性",
|
|
36101
|
+
"type": "boolean"
|
|
36102
|
+
},
|
|
36103
|
+
"clip": {
|
|
36104
|
+
"description": "模块是否裁剪超出布局区域外的绘图内容",
|
|
36105
|
+
"type": "boolean"
|
|
36106
|
+
},
|
|
36107
|
+
"height": {
|
|
36108
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36109
|
+
"description": "模块的布局大小:高度"
|
|
36110
|
+
},
|
|
36111
|
+
"layoutLevel": {
|
|
36112
|
+
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
36113
|
+
"type": "number"
|
|
36114
|
+
},
|
|
36115
|
+
"layoutType": {
|
|
36116
|
+
"$ref": "#/definitions/ILayoutType",
|
|
36117
|
+
"description": "当前模块的布局类型,配置为 absolute 的话,当前元素会以图表左上角为原点进行绝对布局"
|
|
36118
|
+
},
|
|
36119
|
+
"left": {
|
|
36120
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36121
|
+
"description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
36122
|
+
},
|
|
36123
|
+
"maxHeight": {
|
|
36124
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36125
|
+
"description": "模块的布局最大高度"
|
|
36126
|
+
},
|
|
36127
|
+
"maxWidth": {
|
|
36128
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36129
|
+
"description": "模块的布局最大宽度"
|
|
36130
|
+
},
|
|
36131
|
+
"minHeight": {
|
|
36132
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36133
|
+
"description": "模块的布局最小高度"
|
|
36134
|
+
},
|
|
36135
|
+
"minWidth": {
|
|
36136
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36137
|
+
"description": "模块的布局最小宽度"
|
|
36138
|
+
},
|
|
36139
|
+
"noOuterPadding": {
|
|
36140
|
+
"description": "是否按照 orient 自动修改 padding,隐藏位于外侧的 padding。目前只在组件上生效",
|
|
36141
|
+
"type": "boolean"
|
|
36142
|
+
},
|
|
36143
|
+
"offsetX": {
|
|
36144
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36145
|
+
"description": "模块的布局位置偏移:X"
|
|
36146
|
+
},
|
|
36147
|
+
"offsetY": {
|
|
36148
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36149
|
+
"description": "模块的布局位置偏移:Y"
|
|
36150
|
+
},
|
|
36151
|
+
"orient": {
|
|
36152
|
+
"$ref": "#/definitions/IOrientType",
|
|
36153
|
+
"description": "模块布局位置"
|
|
36154
|
+
},
|
|
36155
|
+
"padding": {
|
|
36156
|
+
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
36157
|
+
"description": "模块的布局间距"
|
|
36158
|
+
},
|
|
36159
|
+
"right": {
|
|
36160
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36161
|
+
"description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
36162
|
+
},
|
|
36163
|
+
"top": {
|
|
36164
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36165
|
+
"description": "模块绝对布局下,与图表顶部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
36166
|
+
},
|
|
36167
|
+
"width": {
|
|
36168
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
36169
|
+
"description": "模块的布局大小:宽度"
|
|
36170
|
+
},
|
|
36171
|
+
"zIndex": {
|
|
36172
|
+
"description": "模块的展示层级,当2个模块重叠时,层级较大的展示在上方",
|
|
36173
|
+
"type": "number"
|
|
36174
|
+
}
|
|
36175
|
+
},
|
|
36176
|
+
"type": "object"
|
|
36177
|
+
},
|
|
36074
36178
|
"ILayoutNumber": {
|
|
36075
36179
|
"anyOf": [
|
|
36076
36180
|
{
|
|
@@ -50396,6 +50500,11 @@
|
|
|
50396
50500
|
},
|
|
50397
50501
|
"IScrollBarSpec": {
|
|
50398
50502
|
"properties": {
|
|
50503
|
+
"auto": {
|
|
50504
|
+
"description": "是否为自动模式。开启以后,组件不会导致轴 scale 缩放,end、roam 等可能导致缩放的配置将被忽略,且组件可以自动消失",
|
|
50505
|
+
"since": "1.4.0",
|
|
50506
|
+
"type": "boolean"
|
|
50507
|
+
},
|
|
50399
50508
|
"autoIndent": {
|
|
50400
50509
|
"description": "是否进行自动缩进",
|
|
50401
50510
|
"type": "boolean"
|
|
@@ -50726,6 +50835,9 @@
|
|
|
50726
50835
|
},
|
|
50727
50836
|
"IScrollBarTheme": {
|
|
50728
50837
|
"allOf": [
|
|
50838
|
+
{
|
|
50839
|
+
"$ref": "#/definitions/ILayoutItemSpec"
|
|
50840
|
+
},
|
|
50729
50841
|
{
|
|
50730
50842
|
"$ref": "#/definitions/IScrollBarStyle"
|
|
50731
50843
|
},
|
|
@@ -60239,7 +60351,7 @@
|
|
|
60239
60351
|
},
|
|
60240
60352
|
"Map<Function,(...args:any[])=>void>": {
|
|
60241
60353
|
"properties": {
|
|
60242
|
-
"__@toStringTag@
|
|
60354
|
+
"__@toStringTag@12955": {
|
|
60243
60355
|
"type": "string"
|
|
60244
60356
|
},
|
|
60245
60357
|
"size": {
|
|
@@ -60247,14 +60359,14 @@
|
|
|
60247
60359
|
}
|
|
60248
60360
|
},
|
|
60249
60361
|
"required": [
|
|
60250
|
-
"__@toStringTag@
|
|
60362
|
+
"__@toStringTag@12955",
|
|
60251
60363
|
"size"
|
|
60252
60364
|
],
|
|
60253
60365
|
"type": "object"
|
|
60254
60366
|
},
|
|
60255
60367
|
"Map<number,IGraphicPicker>": {
|
|
60256
60368
|
"properties": {
|
|
60257
|
-
"__@toStringTag@
|
|
60369
|
+
"__@toStringTag@12955": {
|
|
60258
60370
|
"type": "string"
|
|
60259
60371
|
},
|
|
60260
60372
|
"size": {
|
|
@@ -60262,14 +60374,14 @@
|
|
|
60262
60374
|
}
|
|
60263
60375
|
},
|
|
60264
60376
|
"required": [
|
|
60265
|
-
"__@toStringTag@
|
|
60377
|
+
"__@toStringTag@12955",
|
|
60266
60378
|
"size"
|
|
60267
60379
|
],
|
|
60268
60380
|
"type": "object"
|
|
60269
60381
|
},
|
|
60270
60382
|
"Map<number,IGraphicRender>": {
|
|
60271
60383
|
"properties": {
|
|
60272
|
-
"__@toStringTag@
|
|
60384
|
+
"__@toStringTag@12955": {
|
|
60273
60385
|
"type": "string"
|
|
60274
60386
|
},
|
|
60275
60387
|
"size": {
|
|
@@ -60277,14 +60389,14 @@
|
|
|
60277
60389
|
}
|
|
60278
60390
|
},
|
|
60279
60391
|
"required": [
|
|
60280
|
-
"__@toStringTag@
|
|
60392
|
+
"__@toStringTag@12955",
|
|
60281
60393
|
"size"
|
|
60282
60394
|
],
|
|
60283
60395
|
"type": "object"
|
|
60284
60396
|
},
|
|
60285
60397
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
60286
60398
|
"properties": {
|
|
60287
|
-
"__@toStringTag@
|
|
60399
|
+
"__@toStringTag@12955": {
|
|
60288
60400
|
"type": "string"
|
|
60289
60401
|
},
|
|
60290
60402
|
"size": {
|
|
@@ -60292,14 +60404,14 @@
|
|
|
60292
60404
|
}
|
|
60293
60405
|
},
|
|
60294
60406
|
"required": [
|
|
60295
|
-
"__@toStringTag@
|
|
60407
|
+
"__@toStringTag@12955",
|
|
60296
60408
|
"size"
|
|
60297
60409
|
],
|
|
60298
60410
|
"type": "object"
|
|
60299
60411
|
},
|
|
60300
60412
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
60301
60413
|
"properties": {
|
|
60302
|
-
"__@toStringTag@
|
|
60414
|
+
"__@toStringTag@12955": {
|
|
60303
60415
|
"type": "string"
|
|
60304
60416
|
},
|
|
60305
60417
|
"size": {
|
|
@@ -60307,14 +60419,14 @@
|
|
|
60307
60419
|
}
|
|
60308
60420
|
},
|
|
60309
60421
|
"required": [
|
|
60310
|
-
"__@toStringTag@
|
|
60422
|
+
"__@toStringTag@12955",
|
|
60311
60423
|
"size"
|
|
60312
60424
|
],
|
|
60313
60425
|
"type": "object"
|
|
60314
60426
|
},
|
|
60315
60427
|
"Map<string,any>": {
|
|
60316
60428
|
"properties": {
|
|
60317
|
-
"__@toStringTag@
|
|
60429
|
+
"__@toStringTag@12955": {
|
|
60318
60430
|
"type": "string"
|
|
60319
60431
|
},
|
|
60320
60432
|
"size": {
|
|
@@ -60322,14 +60434,14 @@
|
|
|
60322
60434
|
}
|
|
60323
60435
|
},
|
|
60324
60436
|
"required": [
|
|
60325
|
-
"__@toStringTag@
|
|
60437
|
+
"__@toStringTag@12955",
|
|
60326
60438
|
"size"
|
|
60327
60439
|
],
|
|
60328
60440
|
"type": "object"
|
|
60329
60441
|
},
|
|
60330
60442
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
60331
60443
|
"properties": {
|
|
60332
|
-
"__@toStringTag@
|
|
60444
|
+
"__@toStringTag@12955": {
|
|
60333
60445
|
"type": "string"
|
|
60334
60446
|
},
|
|
60335
60447
|
"size": {
|
|
@@ -60337,14 +60449,14 @@
|
|
|
60337
60449
|
}
|
|
60338
60450
|
},
|
|
60339
60451
|
"required": [
|
|
60340
|
-
"__@toStringTag@
|
|
60452
|
+
"__@toStringTag@12955",
|
|
60341
60453
|
"size"
|
|
60342
60454
|
],
|
|
60343
60455
|
"type": "object"
|
|
60344
60456
|
},
|
|
60345
60457
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
60346
60458
|
"properties": {
|
|
60347
|
-
"__@toStringTag@
|
|
60459
|
+
"__@toStringTag@12955": {
|
|
60348
60460
|
"type": "string"
|
|
60349
60461
|
},
|
|
60350
60462
|
"size": {
|
|
@@ -60352,14 +60464,14 @@
|
|
|
60352
60464
|
}
|
|
60353
60465
|
},
|
|
60354
60466
|
"required": [
|
|
60355
|
-
"__@toStringTag@
|
|
60467
|
+
"__@toStringTag@12955",
|
|
60356
60468
|
"size"
|
|
60357
60469
|
],
|
|
60358
60470
|
"type": "object"
|
|
60359
60471
|
},
|
|
60360
60472
|
"Map<string|number,IAnimate>": {
|
|
60361
60473
|
"properties": {
|
|
60362
|
-
"__@toStringTag@
|
|
60474
|
+
"__@toStringTag@12955": {
|
|
60363
60475
|
"type": "string"
|
|
60364
60476
|
},
|
|
60365
60477
|
"size": {
|
|
@@ -60367,7 +60479,7 @@
|
|
|
60367
60479
|
}
|
|
60368
60480
|
},
|
|
60369
60481
|
"required": [
|
|
60370
|
-
"__@toStringTag@
|
|
60482
|
+
"__@toStringTag@12955",
|
|
60371
60483
|
"size"
|
|
60372
60484
|
],
|
|
60373
60485
|
"type": "object"
|
|
@@ -73991,41 +74103,41 @@
|
|
|
73991
74103
|
},
|
|
73992
74104
|
"Promise<FontFaceSet>": {
|
|
73993
74105
|
"properties": {
|
|
73994
|
-
"__@toStringTag@
|
|
74106
|
+
"__@toStringTag@12955": {
|
|
73995
74107
|
"type": "string"
|
|
73996
74108
|
}
|
|
73997
74109
|
},
|
|
73998
74110
|
"required": [
|
|
73999
|
-
"__@toStringTag@
|
|
74111
|
+
"__@toStringTag@12955"
|
|
74000
74112
|
],
|
|
74001
74113
|
"type": "object"
|
|
74002
74114
|
},
|
|
74003
74115
|
"Promise<ServiceWorkerRegistration>": {
|
|
74004
74116
|
"properties": {
|
|
74005
|
-
"__@toStringTag@
|
|
74117
|
+
"__@toStringTag@12955": {
|
|
74006
74118
|
"type": "string"
|
|
74007
74119
|
}
|
|
74008
74120
|
},
|
|
74009
74121
|
"required": [
|
|
74010
|
-
"__@toStringTag@
|
|
74122
|
+
"__@toStringTag@12955"
|
|
74011
74123
|
],
|
|
74012
74124
|
"type": "object"
|
|
74013
74125
|
},
|
|
74014
74126
|
"Promise<any>": {
|
|
74015
74127
|
"properties": {
|
|
74016
|
-
"__@toStringTag@
|
|
74128
|
+
"__@toStringTag@12955": {
|
|
74017
74129
|
"type": "string"
|
|
74018
74130
|
}
|
|
74019
74131
|
},
|
|
74020
74132
|
"required": [
|
|
74021
|
-
"__@toStringTag@
|
|
74133
|
+
"__@toStringTag@12955"
|
|
74022
74134
|
],
|
|
74023
74135
|
"type": "object"
|
|
74024
74136
|
},
|
|
74025
74137
|
"Record<string,ConvertToMarkStyleSpec<IGroupMarkSpec>|IMarkStateSpec<IGroupMarkSpec>>": {
|
|
74026
74138
|
"type": "object"
|
|
74027
74139
|
},
|
|
74028
|
-
"Record<string,ConvertToMarkStyleSpec<
|
|
74140
|
+
"Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>": {
|
|
74029
74141
|
"type": "object"
|
|
74030
74142
|
},
|
|
74031
74143
|
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|IRectMarkSpec|IArcMarkSpec|IProgressArcMarkSpec|IImageMarkSpec|IRect3dMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>>": {
|