@visactor/vchart-schema 1.7.0-alpha.1 → 1.7.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vchart.json +89 -54
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -1477,9 +1477,6 @@
|
|
|
1477
1477
|
"defined": {
|
|
1478
1478
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
1479
1479
|
},
|
|
1480
|
-
"enableSegments": {
|
|
1481
|
-
"$ref": "#/definitions/VisualType<boolean>"
|
|
1482
|
-
},
|
|
1483
1480
|
"fill": {
|
|
1484
1481
|
"$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
|
|
1485
1482
|
},
|
|
@@ -1603,9 +1600,6 @@
|
|
|
1603
1600
|
"defined": {
|
|
1604
1601
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
1605
1602
|
},
|
|
1606
|
-
"enableSegments": {
|
|
1607
|
-
"$ref": "#/definitions/VisualType<boolean>"
|
|
1608
|
-
},
|
|
1609
1603
|
"fill": {
|
|
1610
1604
|
"$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
|
|
1611
1605
|
},
|
|
@@ -2501,9 +2495,6 @@
|
|
|
2501
2495
|
"defined": {
|
|
2502
2496
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
2503
2497
|
},
|
|
2504
|
-
"enableSegments": {
|
|
2505
|
-
"$ref": "#/definitions/VisualType<boolean>"
|
|
2506
|
-
},
|
|
2507
2498
|
"fill": {
|
|
2508
2499
|
"$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
|
|
2509
2500
|
},
|
|
@@ -2630,9 +2621,6 @@
|
|
|
2630
2621
|
"defined": {
|
|
2631
2622
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
2632
2623
|
},
|
|
2633
|
-
"enableSegments": {
|
|
2634
|
-
"$ref": "#/definitions/VisualType<boolean>"
|
|
2635
|
-
},
|
|
2636
2624
|
"fill": {
|
|
2637
2625
|
"$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
|
|
2638
2626
|
},
|
|
@@ -2759,9 +2747,6 @@
|
|
|
2759
2747
|
"defined": {
|
|
2760
2748
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
2761
2749
|
},
|
|
2762
|
-
"enableSegments": {
|
|
2763
|
-
"$ref": "#/definitions/VisualType<boolean>"
|
|
2764
|
-
},
|
|
2765
2750
|
"fill": {
|
|
2766
2751
|
"$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
|
|
2767
2752
|
},
|
|
@@ -5008,9 +4993,6 @@
|
|
|
5008
4993
|
"defined": {
|
|
5009
4994
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
5010
4995
|
},
|
|
5011
|
-
"enableSegments": {
|
|
5012
|
-
"$ref": "#/definitions/VisualType<boolean>"
|
|
5013
|
-
},
|
|
5014
4996
|
"fill": {
|
|
5015
4997
|
"$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
|
|
5016
4998
|
},
|
|
@@ -5143,9 +5125,6 @@
|
|
|
5143
5125
|
"defined": {
|
|
5144
5126
|
"$ref": "#/definitions/VisualType<boolean>"
|
|
5145
5127
|
},
|
|
5146
|
-
"enableSegments": {
|
|
5147
|
-
"$ref": "#/definitions/VisualType<boolean>"
|
|
5148
|
-
},
|
|
5149
5128
|
"fill": {
|
|
5150
5129
|
"$ref": "#/definitions/VisualType<false|IColorKey|IGradient|VisualType<string>>"
|
|
5151
5130
|
},
|
|
@@ -17317,6 +17296,9 @@
|
|
|
17317
17296
|
"delay": {
|
|
17318
17297
|
"$ref": "#/definitions/MarkFunctionValueType<number>"
|
|
17319
17298
|
},
|
|
17299
|
+
"delayAfter": {
|
|
17300
|
+
"$ref": "#/definitions/MarkFunctionValueType<number>"
|
|
17301
|
+
},
|
|
17320
17302
|
"duration": {
|
|
17321
17303
|
"$ref": "#/definitions/MarkFunctionValueType<number>"
|
|
17322
17304
|
},
|
|
@@ -17416,6 +17398,9 @@
|
|
|
17416
17398
|
"delay": {
|
|
17417
17399
|
"$ref": "#/definitions/MarkFunctionValueType<number>"
|
|
17418
17400
|
},
|
|
17401
|
+
"delayAfter": {
|
|
17402
|
+
"$ref": "#/definitions/MarkFunctionValueType<number>"
|
|
17403
|
+
},
|
|
17419
17404
|
"duration": {
|
|
17420
17405
|
"$ref": "#/definitions/MarkFunctionValueType<number>"
|
|
17421
17406
|
},
|
|
@@ -17742,6 +17727,9 @@
|
|
|
17742
17727
|
},
|
|
17743
17728
|
"IArcLabelLineSpec": {
|
|
17744
17729
|
"properties": {
|
|
17730
|
+
"customShape": {
|
|
17731
|
+
"typeof": "function"
|
|
17732
|
+
},
|
|
17745
17733
|
"id": {
|
|
17746
17734
|
"$ref": "#/definitions/StringOrNumber",
|
|
17747
17735
|
"description": "用户id"
|
|
@@ -17779,6 +17767,7 @@
|
|
|
17779
17767
|
"smooth": {
|
|
17780
17768
|
"default": false,
|
|
17781
17769
|
"description": "引导线是否光滑",
|
|
17770
|
+
"since": "1.4.0",
|
|
17782
17771
|
"type": "boolean"
|
|
17783
17772
|
},
|
|
17784
17773
|
"state": {
|
|
@@ -17851,6 +17840,11 @@
|
|
|
17851
17840
|
"formatMethod": {
|
|
17852
17841
|
"typeof": "function"
|
|
17853
17842
|
},
|
|
17843
|
+
"formatter": {
|
|
17844
|
+
"description": "字符串模版\n用{}包裹变量名的字符串模版, 变量名取自数据属性值\n在饼图中支持配置百分比, {_percent_}\neg: 'type={type},value={value},percent={_percent_}'",
|
|
17845
|
+
"since": "1.7.0",
|
|
17846
|
+
"type": "string"
|
|
17847
|
+
},
|
|
17854
17848
|
"height": {
|
|
17855
17849
|
"$ref": "#/definitions/ILayoutNumber",
|
|
17856
17850
|
"description": "模块的布局大小:高度"
|
|
@@ -19157,9 +19151,6 @@
|
|
|
19157
19151
|
"defined": {
|
|
19158
19152
|
"type": "boolean"
|
|
19159
19153
|
},
|
|
19160
|
-
"enableSegments": {
|
|
19161
|
-
"type": "boolean"
|
|
19162
|
-
},
|
|
19163
19154
|
"fill": {
|
|
19164
19155
|
"anyOf": [
|
|
19165
19156
|
{
|
|
@@ -19936,6 +19927,12 @@
|
|
|
19936
19927
|
],
|
|
19937
19928
|
"default": 0.3,
|
|
19938
19929
|
"description": "band 轴的外边距\n** 因为有可能存在多层 scale( xField 设置成了数组,即分组场景),所以支持了数组类型,用于多层 scale 的 paddingOuter 配置**"
|
|
19930
|
+
},
|
|
19931
|
+
"trimPadding": {
|
|
19932
|
+
"default": false,
|
|
19933
|
+
"description": "是否去除 band 轴两端的留白,如果为 true,则两端的 padding 为 0,\n**并且 bandPadding、paddingInner 和 paddingOuter 的设置将被忽略**。",
|
|
19934
|
+
"since": "1.7.0",
|
|
19935
|
+
"type": "boolean"
|
|
19939
19936
|
}
|
|
19940
19937
|
},
|
|
19941
19938
|
"type": "object"
|
|
@@ -28884,6 +28881,9 @@
|
|
|
28884
28881
|
},
|
|
28885
28882
|
"ICustomMarkSpec<keyofIBuildinMarkSpec>": {
|
|
28886
28883
|
"properties": {
|
|
28884
|
+
"customShape": {
|
|
28885
|
+
"typeof": "function"
|
|
28886
|
+
},
|
|
28887
28887
|
"dataId": {
|
|
28888
28888
|
"$ref": "#/definitions/StringOrNumber",
|
|
28889
28889
|
"description": "关联的数据id"
|
|
@@ -30985,6 +30985,9 @@
|
|
|
30985
30985
|
},
|
|
30986
30986
|
"type": "array"
|
|
30987
30987
|
},
|
|
30988
|
+
"customShape": {
|
|
30989
|
+
"typeof": "function"
|
|
30990
|
+
},
|
|
30988
30991
|
"dataId": {
|
|
30989
30992
|
"$ref": "#/definitions/StringOrNumber",
|
|
30990
30993
|
"description": "关联的数据id"
|
|
@@ -31049,6 +31052,9 @@
|
|
|
31049
31052
|
},
|
|
31050
31053
|
"IExtensionMarkSpec<MarkTypeEnum.symbol|MarkTypeEnum.rule|MarkTypeEnum.line|MarkTypeEnum.text|MarkTypeEnum.rect|MarkTypeEnum.rect3d|MarkTypeEnum.image|MarkTypeEnum.path|MarkTypeEnum.area|MarkTypeEnum.arc|MarkTypeEnum.arc3d|MarkTypeEnum.polygon|MarkTypeEnum.pyramid3d|MarkTypeEnum.boxPlot|MarkTypeEnum.linkPath|MarkTypeEnum.progressArc|MarkTypeEnum.ripple>": {
|
|
31051
31054
|
"properties": {
|
|
31055
|
+
"customShape": {
|
|
31056
|
+
"typeof": "function"
|
|
31057
|
+
},
|
|
31052
31058
|
"dataId": {
|
|
31053
31059
|
"$ref": "#/definitions/StringOrNumber",
|
|
31054
31060
|
"description": "关联的数据id"
|
|
@@ -32211,6 +32217,9 @@
|
|
|
32211
32217
|
},
|
|
32212
32218
|
"IFunnelLabelSpec": {
|
|
32213
32219
|
"properties": {
|
|
32220
|
+
"customShape": {
|
|
32221
|
+
"typeof": "function"
|
|
32222
|
+
},
|
|
32214
32223
|
"formatMethod": {
|
|
32215
32224
|
"typeof": "function"
|
|
32216
32225
|
},
|
|
@@ -32279,6 +32288,9 @@
|
|
|
32279
32288
|
"description": "文字是否对齐",
|
|
32280
32289
|
"type": "boolean"
|
|
32281
32290
|
},
|
|
32291
|
+
"customShape": {
|
|
32292
|
+
"typeof": "function"
|
|
32293
|
+
},
|
|
32282
32294
|
"formatMethod": {
|
|
32283
32295
|
"typeof": "function"
|
|
32284
32296
|
},
|
|
@@ -39333,6 +39345,11 @@
|
|
|
39333
39345
|
"formatMethod": {
|
|
39334
39346
|
"typeof": "function"
|
|
39335
39347
|
},
|
|
39348
|
+
"formatter": {
|
|
39349
|
+
"description": "字符串模版\n用{}包裹变量名的字符串模版, 变量名取自数据属性值\n在饼图中支持配置百分比, {_percent_}\neg: 'type={type},value={value},percent={_percent_}'",
|
|
39350
|
+
"since": "1.7.0",
|
|
39351
|
+
"type": "string"
|
|
39352
|
+
},
|
|
39336
39353
|
"height": {
|
|
39337
39354
|
"$ref": "#/definitions/ILayoutNumber",
|
|
39338
39355
|
"description": "模块的布局大小:高度"
|
|
@@ -41254,9 +41271,6 @@
|
|
|
41254
41271
|
"defined": {
|
|
41255
41272
|
"type": "boolean"
|
|
41256
41273
|
},
|
|
41257
|
-
"enableSegments": {
|
|
41258
|
-
"type": "boolean"
|
|
41259
|
-
},
|
|
41260
41274
|
"fill": {
|
|
41261
41275
|
"anyOf": [
|
|
41262
41276
|
{
|
|
@@ -54804,9 +54818,6 @@
|
|
|
54804
54818
|
"defined": {
|
|
54805
54819
|
"type": "boolean"
|
|
54806
54820
|
},
|
|
54807
|
-
"enableSegments": {
|
|
54808
|
-
"type": "boolean"
|
|
54809
|
-
},
|
|
54810
54821
|
"fill": {
|
|
54811
54822
|
"anyOf": [
|
|
54812
54823
|
{
|
|
@@ -67650,7 +67661,7 @@
|
|
|
67650
67661
|
},
|
|
67651
67662
|
"Map<Function,(...args:any[])=>void>": {
|
|
67652
67663
|
"properties": {
|
|
67653
|
-
"__@toStringTag@
|
|
67664
|
+
"__@toStringTag@13814": {
|
|
67654
67665
|
"type": "string"
|
|
67655
67666
|
},
|
|
67656
67667
|
"size": {
|
|
@@ -67658,14 +67669,14 @@
|
|
|
67658
67669
|
}
|
|
67659
67670
|
},
|
|
67660
67671
|
"required": [
|
|
67661
|
-
"__@toStringTag@
|
|
67672
|
+
"__@toStringTag@13814",
|
|
67662
67673
|
"size"
|
|
67663
67674
|
],
|
|
67664
67675
|
"type": "object"
|
|
67665
67676
|
},
|
|
67666
67677
|
"Map<number,IGraphicPicker>": {
|
|
67667
67678
|
"properties": {
|
|
67668
|
-
"__@toStringTag@
|
|
67679
|
+
"__@toStringTag@13814": {
|
|
67669
67680
|
"type": "string"
|
|
67670
67681
|
},
|
|
67671
67682
|
"size": {
|
|
@@ -67673,14 +67684,14 @@
|
|
|
67673
67684
|
}
|
|
67674
67685
|
},
|
|
67675
67686
|
"required": [
|
|
67676
|
-
"__@toStringTag@
|
|
67687
|
+
"__@toStringTag@13814",
|
|
67677
67688
|
"size"
|
|
67678
67689
|
],
|
|
67679
67690
|
"type": "object"
|
|
67680
67691
|
},
|
|
67681
67692
|
"Map<number,IGraphicRender>": {
|
|
67682
67693
|
"properties": {
|
|
67683
|
-
"__@toStringTag@
|
|
67694
|
+
"__@toStringTag@13814": {
|
|
67684
67695
|
"type": "string"
|
|
67685
67696
|
},
|
|
67686
67697
|
"size": {
|
|
@@ -67688,14 +67699,14 @@
|
|
|
67688
67699
|
}
|
|
67689
67700
|
},
|
|
67690
67701
|
"required": [
|
|
67691
|
-
"__@toStringTag@
|
|
67702
|
+
"__@toStringTag@13814",
|
|
67692
67703
|
"size"
|
|
67693
67704
|
],
|
|
67694
67705
|
"type": "object"
|
|
67695
67706
|
},
|
|
67696
67707
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
67697
67708
|
"properties": {
|
|
67698
|
-
"__@toStringTag@
|
|
67709
|
+
"__@toStringTag@13814": {
|
|
67699
67710
|
"type": "string"
|
|
67700
67711
|
},
|
|
67701
67712
|
"size": {
|
|
@@ -67703,14 +67714,14 @@
|
|
|
67703
67714
|
}
|
|
67704
67715
|
},
|
|
67705
67716
|
"required": [
|
|
67706
|
-
"__@toStringTag@
|
|
67717
|
+
"__@toStringTag@13814",
|
|
67707
67718
|
"size"
|
|
67708
67719
|
],
|
|
67709
67720
|
"type": "object"
|
|
67710
67721
|
},
|
|
67711
67722
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
67712
67723
|
"properties": {
|
|
67713
|
-
"__@toStringTag@
|
|
67724
|
+
"__@toStringTag@13814": {
|
|
67714
67725
|
"type": "string"
|
|
67715
67726
|
},
|
|
67716
67727
|
"size": {
|
|
@@ -67718,14 +67729,14 @@
|
|
|
67718
67729
|
}
|
|
67719
67730
|
},
|
|
67720
67731
|
"required": [
|
|
67721
|
-
"__@toStringTag@
|
|
67732
|
+
"__@toStringTag@13814",
|
|
67722
67733
|
"size"
|
|
67723
67734
|
],
|
|
67724
67735
|
"type": "object"
|
|
67725
67736
|
},
|
|
67726
67737
|
"Map<string,any>": {
|
|
67727
67738
|
"properties": {
|
|
67728
|
-
"__@toStringTag@
|
|
67739
|
+
"__@toStringTag@13814": {
|
|
67729
67740
|
"type": "string"
|
|
67730
67741
|
},
|
|
67731
67742
|
"size": {
|
|
@@ -67733,14 +67744,14 @@
|
|
|
67733
67744
|
}
|
|
67734
67745
|
},
|
|
67735
67746
|
"required": [
|
|
67736
|
-
"__@toStringTag@
|
|
67747
|
+
"__@toStringTag@13814",
|
|
67737
67748
|
"size"
|
|
67738
67749
|
],
|
|
67739
67750
|
"type": "object"
|
|
67740
67751
|
},
|
|
67741
67752
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
67742
67753
|
"properties": {
|
|
67743
|
-
"__@toStringTag@
|
|
67754
|
+
"__@toStringTag@13814": {
|
|
67744
67755
|
"type": "string"
|
|
67745
67756
|
},
|
|
67746
67757
|
"size": {
|
|
@@ -67748,14 +67759,14 @@
|
|
|
67748
67759
|
}
|
|
67749
67760
|
},
|
|
67750
67761
|
"required": [
|
|
67751
|
-
"__@toStringTag@
|
|
67762
|
+
"__@toStringTag@13814",
|
|
67752
67763
|
"size"
|
|
67753
67764
|
],
|
|
67754
67765
|
"type": "object"
|
|
67755
67766
|
},
|
|
67756
67767
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
67757
67768
|
"properties": {
|
|
67758
|
-
"__@toStringTag@
|
|
67769
|
+
"__@toStringTag@13814": {
|
|
67759
67770
|
"type": "string"
|
|
67760
67771
|
},
|
|
67761
67772
|
"size": {
|
|
@@ -67763,14 +67774,14 @@
|
|
|
67763
67774
|
}
|
|
67764
67775
|
},
|
|
67765
67776
|
"required": [
|
|
67766
|
-
"__@toStringTag@
|
|
67777
|
+
"__@toStringTag@13814",
|
|
67767
67778
|
"size"
|
|
67768
67779
|
],
|
|
67769
67780
|
"type": "object"
|
|
67770
67781
|
},
|
|
67771
67782
|
"Map<string|number,IAnimate>": {
|
|
67772
67783
|
"properties": {
|
|
67773
|
-
"__@toStringTag@
|
|
67784
|
+
"__@toStringTag@13814": {
|
|
67774
67785
|
"type": "string"
|
|
67775
67786
|
},
|
|
67776
67787
|
"size": {
|
|
@@ -67778,7 +67789,7 @@
|
|
|
67778
67789
|
}
|
|
67779
67790
|
},
|
|
67780
67791
|
"required": [
|
|
67781
|
-
"__@toStringTag@
|
|
67792
|
+
"__@toStringTag@13814",
|
|
67782
67793
|
"size"
|
|
67783
67794
|
],
|
|
67784
67795
|
"type": "object"
|
|
@@ -71126,6 +71137,11 @@
|
|
|
71126
71137
|
"formatMethod": {
|
|
71127
71138
|
"typeof": "function"
|
|
71128
71139
|
},
|
|
71140
|
+
"formatter": {
|
|
71141
|
+
"description": "字符串模版\n用{}包裹变量名的字符串模版, 变量名取自数据属性值\n在饼图中支持配置百分比, {_percent_}\neg: 'type={type},value={value},percent={_percent_}'",
|
|
71142
|
+
"since": "1.7.0",
|
|
71143
|
+
"type": "string"
|
|
71144
|
+
},
|
|
71129
71145
|
"height": {
|
|
71130
71146
|
"$ref": "#/definitions/ILayoutNumber",
|
|
71131
71147
|
"description": "模块的布局大小:高度"
|
|
@@ -71331,6 +71347,9 @@
|
|
|
71331
71347
|
},
|
|
71332
71348
|
"Omit<IMarkSpec<IArcMarkSpec>,\"state\">": {
|
|
71333
71349
|
"properties": {
|
|
71350
|
+
"customShape": {
|
|
71351
|
+
"typeof": "function"
|
|
71352
|
+
},
|
|
71334
71353
|
"id": {
|
|
71335
71354
|
"$ref": "#/definitions/StringOrNumber",
|
|
71336
71355
|
"description": "用户id"
|
|
@@ -76077,6 +76096,11 @@
|
|
|
76077
76096
|
"formatMethod": {
|
|
76078
76097
|
"typeof": "function"
|
|
76079
76098
|
},
|
|
76099
|
+
"formatter": {
|
|
76100
|
+
"description": "字符串模版\n用{}包裹变量名的字符串模版, 变量名取自数据属性值\n在饼图中支持配置百分比, {_percent_}\neg: 'type={type},value={value},percent={_percent_}'",
|
|
76101
|
+
"since": "1.7.0",
|
|
76102
|
+
"type": "string"
|
|
76103
|
+
},
|
|
76080
76104
|
"height": {
|
|
76081
76105
|
"$ref": "#/definitions/ILayoutNumber",
|
|
76082
76106
|
"description": "模块的布局大小:高度"
|
|
@@ -76715,6 +76739,11 @@
|
|
|
76715
76739
|
"formatMethod": {
|
|
76716
76740
|
"typeof": "function"
|
|
76717
76741
|
},
|
|
76742
|
+
"formatter": {
|
|
76743
|
+
"description": "字符串模版\n用{}包裹变量名的字符串模版, 变量名取自数据属性值\n在饼图中支持配置百分比, {_percent_}\neg: 'type={type},value={value},percent={_percent_}'",
|
|
76744
|
+
"since": "1.7.0",
|
|
76745
|
+
"type": "string"
|
|
76746
|
+
},
|
|
76718
76747
|
"height": {
|
|
76719
76748
|
"$ref": "#/definitions/ILayoutNumber",
|
|
76720
76749
|
"description": "模块的布局大小:高度"
|
|
@@ -79499,6 +79528,9 @@
|
|
|
79499
79528
|
"enableScroll": {
|
|
79500
79529
|
"type": "boolean"
|
|
79501
79530
|
},
|
|
79531
|
+
"event": {
|
|
79532
|
+
"typeof": "function"
|
|
79533
|
+
},
|
|
79502
79534
|
"height": {
|
|
79503
79535
|
"type": "number"
|
|
79504
79536
|
},
|
|
@@ -83527,34 +83559,34 @@
|
|
|
83527
83559
|
},
|
|
83528
83560
|
"Promise<FontFaceSet>": {
|
|
83529
83561
|
"properties": {
|
|
83530
|
-
"__@toStringTag@
|
|
83562
|
+
"__@toStringTag@13814": {
|
|
83531
83563
|
"type": "string"
|
|
83532
83564
|
}
|
|
83533
83565
|
},
|
|
83534
83566
|
"required": [
|
|
83535
|
-
"__@toStringTag@
|
|
83567
|
+
"__@toStringTag@13814"
|
|
83536
83568
|
],
|
|
83537
83569
|
"type": "object"
|
|
83538
83570
|
},
|
|
83539
83571
|
"Promise<ServiceWorkerRegistration>": {
|
|
83540
83572
|
"properties": {
|
|
83541
|
-
"__@toStringTag@
|
|
83573
|
+
"__@toStringTag@13814": {
|
|
83542
83574
|
"type": "string"
|
|
83543
83575
|
}
|
|
83544
83576
|
},
|
|
83545
83577
|
"required": [
|
|
83546
|
-
"__@toStringTag@
|
|
83578
|
+
"__@toStringTag@13814"
|
|
83547
83579
|
],
|
|
83548
83580
|
"type": "object"
|
|
83549
83581
|
},
|
|
83550
83582
|
"Promise<any>": {
|
|
83551
83583
|
"properties": {
|
|
83552
|
-
"__@toStringTag@
|
|
83584
|
+
"__@toStringTag@13814": {
|
|
83553
83585
|
"type": "string"
|
|
83554
83586
|
}
|
|
83555
83587
|
},
|
|
83556
83588
|
"required": [
|
|
83557
|
-
"__@toStringTag@
|
|
83589
|
+
"__@toStringTag@13814"
|
|
83558
83590
|
],
|
|
83559
83591
|
"type": "object"
|
|
83560
83592
|
},
|
|
@@ -94142,6 +94174,9 @@
|
|
|
94142
94174
|
],
|
|
94143
94175
|
"type": "string"
|
|
94144
94176
|
},
|
|
94177
|
+
"mode": {
|
|
94178
|
+
"type": "string"
|
|
94179
|
+
},
|
|
94145
94180
|
"outsideEnable": {
|
|
94146
94181
|
"type": "boolean"
|
|
94147
94182
|
},
|