@visactor/vchart-schema 1.8.8-alpha.1 → 1.8.8

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +147 -43
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.8.8-alpha.1",
3
+ "version": "1.8.8",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
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
  ],
@@ -18245,7 +18244,6 @@
18245
18244
  "$ref": "#/definitions/OverlapAttrs"
18246
18245
  },
18247
18246
  {
18248
- "const": false,
18249
18247
  "type": "boolean"
18250
18248
  }
18251
18249
  ],
@@ -18354,7 +18352,6 @@
18354
18352
  "$ref": "#/definitions/SmartInvertAttrs"
18355
18353
  },
18356
18354
  {
18357
- "const": false,
18358
18355
  "type": "boolean"
18359
18356
  }
18360
18357
  ],
@@ -19724,6 +19721,9 @@
19724
19721
  {
19725
19722
  "typeof": "function"
19726
19723
  },
19724
+ {
19725
+ "typeof": "function"
19726
+ },
19727
19727
  {
19728
19728
  "type": "string"
19729
19729
  }
@@ -30758,6 +30758,16 @@
30758
30758
  }
30759
30759
  ]
30760
30760
  },
30761
+ {
30762
+ "allOf": [
30763
+ {
30764
+ "typeof": "function"
30765
+ },
30766
+ {
30767
+ "typeof": "function"
30768
+ }
30769
+ ]
30770
+ },
30761
30771
  {
30762
30772
  "allOf": [
30763
30773
  {
@@ -40468,7 +40478,6 @@
40468
40478
  "$ref": "#/definitions/ILabelAnimation"
40469
40479
  },
40470
40480
  {
40471
- "const": false,
40472
40481
  "type": "boolean"
40473
40482
  }
40474
40483
  ],
@@ -40585,7 +40594,6 @@
40585
40594
  "$ref": "#/definitions/OverlapAttrs"
40586
40595
  },
40587
40596
  {
40588
- "const": false,
40589
40597
  "type": "boolean"
40590
40598
  }
40591
40599
  ],
@@ -40672,7 +40680,6 @@
40672
40680
  "$ref": "#/definitions/SmartInvertAttrs"
40673
40681
  },
40674
40682
  {
40675
- "const": false,
40676
40683
  "type": "boolean"
40677
40684
  }
40678
40685
  ],
@@ -41597,7 +41604,8 @@
41597
41604
  "normal",
41598
41605
  "normal-inline",
41599
41606
  "region",
41600
- "region-relative"
41607
+ "region-relative",
41608
+ "region-relative-overlap"
41601
41609
  ],
41602
41610
  "type": "string"
41603
41611
  },
@@ -64066,7 +64074,6 @@
64066
64074
  "$ref": "#/definitions/ILabelAnimation"
64067
64075
  },
64068
64076
  {
64069
- "const": false,
64070
64077
  "type": "boolean"
64071
64078
  }
64072
64079
  ],
@@ -64086,7 +64093,6 @@
64086
64093
  "$ref": "#/definitions/OverlapAttrs"
64087
64094
  },
64088
64095
  {
64089
- "const": false,
64090
64096
  "type": "boolean"
64091
64097
  }
64092
64098
  ],
@@ -64098,7 +64104,6 @@
64098
64104
  "$ref": "#/definitions/SmartInvertAttrs"
64099
64105
  },
64100
64106
  {
64101
- "const": false,
64102
64107
  "type": "boolean"
64103
64108
  }
64104
64109
  ],
@@ -70109,7 +70114,7 @@
70109
70114
  },
70110
70115
  "Map<Function,(...args:any[])=>void>": {
70111
70116
  "properties": {
70112
- "__@toStringTag@12611": {
70117
+ "__@toStringTag@12617": {
70113
70118
  "type": "string"
70114
70119
  },
70115
70120
  "size": {
@@ -70117,14 +70122,14 @@
70117
70122
  }
70118
70123
  },
70119
70124
  "required": [
70120
- "__@toStringTag@12611",
70125
+ "__@toStringTag@12617",
70121
70126
  "size"
70122
70127
  ],
70123
70128
  "type": "object"
70124
70129
  },
70125
70130
  "Map<number,IGraphicPicker>": {
70126
70131
  "properties": {
70127
- "__@toStringTag@12611": {
70132
+ "__@toStringTag@12617": {
70128
70133
  "type": "string"
70129
70134
  },
70130
70135
  "size": {
@@ -70132,14 +70137,14 @@
70132
70137
  }
70133
70138
  },
70134
70139
  "required": [
70135
- "__@toStringTag@12611",
70140
+ "__@toStringTag@12617",
70136
70141
  "size"
70137
70142
  ],
70138
70143
  "type": "object"
70139
70144
  },
70140
70145
  "Map<number,IGraphicRender>": {
70141
70146
  "properties": {
70142
- "__@toStringTag@12611": {
70147
+ "__@toStringTag@12617": {
70143
70148
  "type": "string"
70144
70149
  },
70145
70150
  "size": {
@@ -70147,14 +70152,14 @@
70147
70152
  }
70148
70153
  },
70149
70154
  "required": [
70150
- "__@toStringTag@12611",
70155
+ "__@toStringTag@12617",
70151
70156
  "size"
70152
70157
  ],
70153
70158
  "type": "object"
70154
70159
  },
70155
70160
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
70156
70161
  "properties": {
70157
- "__@toStringTag@12611": {
70162
+ "__@toStringTag@12617": {
70158
70163
  "type": "string"
70159
70164
  },
70160
70165
  "size": {
@@ -70162,14 +70167,14 @@
70162
70167
  }
70163
70168
  },
70164
70169
  "required": [
70165
- "__@toStringTag@12611",
70170
+ "__@toStringTag@12617",
70166
70171
  "size"
70167
70172
  ],
70168
70173
  "type": "object"
70169
70174
  },
70170
70175
  "Map<string,Map<number,IGraphicRender>>": {
70171
70176
  "properties": {
70172
- "__@toStringTag@12611": {
70177
+ "__@toStringTag@12617": {
70173
70178
  "type": "string"
70174
70179
  },
70175
70180
  "size": {
@@ -70177,14 +70182,14 @@
70177
70182
  }
70178
70183
  },
70179
70184
  "required": [
70180
- "__@toStringTag@12611",
70185
+ "__@toStringTag@12617",
70181
70186
  "size"
70182
70187
  ],
70183
70188
  "type": "object"
70184
70189
  },
70185
70190
  "Map<string,any>": {
70186
70191
  "properties": {
70187
- "__@toStringTag@12611": {
70192
+ "__@toStringTag@12617": {
70188
70193
  "type": "string"
70189
70194
  },
70190
70195
  "size": {
@@ -70192,14 +70197,14 @@
70192
70197
  }
70193
70198
  },
70194
70199
  "required": [
70195
- "__@toStringTag@12611",
70200
+ "__@toStringTag@12617",
70196
70201
  "size"
70197
70202
  ],
70198
70203
  "type": "object"
70199
70204
  },
70200
70205
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
70201
70206
  "properties": {
70202
- "__@toStringTag@12611": {
70207
+ "__@toStringTag@12617": {
70203
70208
  "type": "string"
70204
70209
  },
70205
70210
  "size": {
@@ -70207,14 +70212,14 @@
70207
70212
  }
70208
70213
  },
70209
70214
  "required": [
70210
- "__@toStringTag@12611",
70215
+ "__@toStringTag@12617",
70211
70216
  "size"
70212
70217
  ],
70213
70218
  "type": "object"
70214
70219
  },
70215
70220
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
70216
70221
  "properties": {
70217
- "__@toStringTag@12611": {
70222
+ "__@toStringTag@12617": {
70218
70223
  "type": "string"
70219
70224
  },
70220
70225
  "size": {
@@ -70222,14 +70227,14 @@
70222
70227
  }
70223
70228
  },
70224
70229
  "required": [
70225
- "__@toStringTag@12611",
70230
+ "__@toStringTag@12617",
70226
70231
  "size"
70227
70232
  ],
70228
70233
  "type": "object"
70229
70234
  },
70230
70235
  "Map<string|number,IAnimate>": {
70231
70236
  "properties": {
70232
- "__@toStringTag@12611": {
70237
+ "__@toStringTag@12617": {
70233
70238
  "type": "string"
70234
70239
  },
70235
70240
  "size": {
@@ -70237,7 +70242,7 @@
70237
70242
  }
70238
70243
  },
70239
70244
  "required": [
70240
- "__@toStringTag@12611",
70245
+ "__@toStringTag@12617",
70241
70246
  "size"
70242
70247
  ],
70243
70248
  "type": "object"
@@ -70763,6 +70768,9 @@
70763
70768
  {
70764
70769
  "typeof": "function"
70765
70770
  },
70771
+ {
70772
+ "typeof": "function"
70773
+ },
70766
70774
  {
70767
70775
  "type": "string"
70768
70776
  }
@@ -73716,7 +73724,6 @@
73716
73724
  "$ref": "#/definitions/ILabelAnimation"
73717
73725
  },
73718
73726
  {
73719
- "const": false,
73720
73727
  "type": "boolean"
73721
73728
  }
73722
73729
  ],
@@ -73833,7 +73840,6 @@
73833
73840
  "$ref": "#/definitions/OverlapAttrs"
73834
73841
  },
73835
73842
  {
73836
- "const": false,
73837
73843
  "type": "boolean"
73838
73844
  }
73839
73845
  ],
@@ -73916,7 +73922,6 @@
73916
73922
  "$ref": "#/definitions/SmartInvertAttrs"
73917
73923
  },
73918
73924
  {
73919
- "const": false,
73920
73925
  "type": "boolean"
73921
73926
  }
73922
73927
  ],
@@ -75189,6 +75194,9 @@
75189
75194
  {
75190
75195
  "typeof": "function"
75191
75196
  },
75197
+ {
75198
+ "typeof": "function"
75199
+ },
75192
75200
  {
75193
75201
  "type": "string"
75194
75202
  }
@@ -75919,6 +75927,9 @@
75919
75927
  {
75920
75928
  "typeof": "function"
75921
75929
  },
75930
+ {
75931
+ "typeof": "function"
75932
+ },
75922
75933
  {
75923
75934
  "type": "string"
75924
75935
  }
@@ -76343,6 +76354,9 @@
76343
76354
  {
76344
76355
  "typeof": "function"
76345
76356
  },
76357
+ {
76358
+ "typeof": "function"
76359
+ },
76346
76360
  {
76347
76361
  "type": "string"
76348
76362
  }
@@ -76824,6 +76838,9 @@
76824
76838
  {
76825
76839
  "typeof": "function"
76826
76840
  },
76841
+ {
76842
+ "typeof": "function"
76843
+ },
76827
76844
  {
76828
76845
  "type": "string"
76829
76846
  }
@@ -77271,6 +77288,9 @@
77271
77288
  {
77272
77289
  "typeof": "function"
77273
77290
  },
77291
+ {
77292
+ "typeof": "function"
77293
+ },
77274
77294
  {
77275
77295
  "type": "string"
77276
77296
  }
@@ -77680,6 +77700,9 @@
77680
77700
  {
77681
77701
  "typeof": "function"
77682
77702
  },
77703
+ {
77704
+ "typeof": "function"
77705
+ },
77683
77706
  {
77684
77707
  "type": "string"
77685
77708
  }
@@ -78074,6 +78097,9 @@
78074
78097
  {
78075
78098
  "typeof": "function"
78076
78099
  },
78100
+ {
78101
+ "typeof": "function"
78102
+ },
78077
78103
  {
78078
78104
  "type": "string"
78079
78105
  }
@@ -78515,6 +78541,9 @@
78515
78541
  {
78516
78542
  "typeof": "function"
78517
78543
  },
78544
+ {
78545
+ "typeof": "function"
78546
+ },
78518
78547
  {
78519
78548
  "type": "string"
78520
78549
  }
@@ -78845,7 +78874,6 @@
78845
78874
  "$ref": "#/definitions/ILabelAnimation"
78846
78875
  },
78847
78876
  {
78848
- "const": false,
78849
78877
  "type": "boolean"
78850
78878
  }
78851
78879
  ],
@@ -78962,7 +78990,6 @@
78962
78990
  "$ref": "#/definitions/OverlapAttrs"
78963
78991
  },
78964
78992
  {
78965
- "const": false,
78966
78993
  "type": "boolean"
78967
78994
  }
78968
78995
  ],
@@ -79049,7 +79076,6 @@
79049
79076
  "$ref": "#/definitions/SmartInvertAttrs"
79050
79077
  },
79051
79078
  {
79052
- "const": false,
79053
79079
  "type": "boolean"
79054
79080
  }
79055
79081
  ],
@@ -79181,6 +79207,9 @@
79181
79207
  {
79182
79208
  "typeof": "function"
79183
79209
  },
79210
+ {
79211
+ "typeof": "function"
79212
+ },
79184
79213
  {
79185
79214
  "type": "string"
79186
79215
  }
@@ -79514,7 +79543,6 @@
79514
79543
  "$ref": "#/definitions/ILabelAnimation"
79515
79544
  },
79516
79545
  {
79517
- "const": false,
79518
79546
  "type": "boolean"
79519
79547
  }
79520
79548
  ],
@@ -79631,7 +79659,6 @@
79631
79659
  "$ref": "#/definitions/OverlapAttrs"
79632
79660
  },
79633
79661
  {
79634
- "const": false,
79635
79662
  "type": "boolean"
79636
79663
  }
79637
79664
  ],
@@ -79719,7 +79746,6 @@
79719
79746
  "$ref": "#/definitions/SmartInvertAttrs"
79720
79747
  },
79721
79748
  {
79722
- "const": false,
79723
79749
  "type": "boolean"
79724
79750
  }
79725
79751
  ],
@@ -80380,6 +80406,9 @@
80380
80406
  {
80381
80407
  "typeof": "function"
80382
80408
  },
80409
+ {
80410
+ "typeof": "function"
80411
+ },
80383
80412
  {
80384
80413
  "type": "string"
80385
80414
  }
@@ -80770,6 +80799,9 @@
80770
80799
  {
80771
80800
  "typeof": "function"
80772
80801
  },
80802
+ {
80803
+ "typeof": "function"
80804
+ },
80773
80805
  {
80774
80806
  "type": "string"
80775
80807
  }
@@ -81418,6 +81450,9 @@
81418
81450
  {
81419
81451
  "typeof": "function"
81420
81452
  },
81453
+ {
81454
+ "typeof": "function"
81455
+ },
81421
81456
  {
81422
81457
  "type": "string"
81423
81458
  }
@@ -81823,6 +81858,9 @@
81823
81858
  {
81824
81859
  "typeof": "function"
81825
81860
  },
81861
+ {
81862
+ "typeof": "function"
81863
+ },
81826
81864
  {
81827
81865
  "type": "string"
81828
81866
  }
@@ -82473,6 +82511,12 @@
82473
82511
  "renderStyle": {
82474
82512
  "type": "string"
82475
82513
  },
82514
+ "supportsPointerEvents": {
82515
+ "type": "boolean"
82516
+ },
82517
+ "supportsTouchEvents": {
82518
+ "type": "boolean"
82519
+ },
82476
82520
  "ticker": {
82477
82521
  "$ref": "#/definitions/ITicker"
82478
82522
  },
@@ -82581,6 +82625,9 @@
82581
82625
  {
82582
82626
  "typeof": "function"
82583
82627
  },
82628
+ {
82629
+ "typeof": "function"
82630
+ },
82584
82631
  {
82585
82632
  "type": "string"
82586
82633
  }
@@ -82981,6 +83028,9 @@
82981
83028
  {
82982
83029
  "typeof": "function"
82983
83030
  },
83031
+ {
83032
+ "typeof": "function"
83033
+ },
82984
83034
  {
82985
83035
  "type": "string"
82986
83036
  }
@@ -84063,6 +84113,9 @@
84063
84113
  {
84064
84114
  "typeof": "function"
84065
84115
  },
84116
+ {
84117
+ "typeof": "function"
84118
+ },
84066
84119
  {
84067
84120
  "type": "string"
84068
84121
  }
@@ -84554,6 +84607,9 @@
84554
84607
  {
84555
84608
  "typeof": "function"
84556
84609
  },
84610
+ {
84611
+ "typeof": "function"
84612
+ },
84557
84613
  {
84558
84614
  "type": "string"
84559
84615
  }
@@ -84951,6 +85007,9 @@
84951
85007
  {
84952
85008
  "typeof": "function"
84953
85009
  },
85010
+ {
85011
+ "typeof": "function"
85012
+ },
84954
85013
  {
84955
85014
  "type": "string"
84956
85015
  }
@@ -86658,34 +86717,34 @@
86658
86717
  },
86659
86718
  "Promise<FontFaceSet>": {
86660
86719
  "properties": {
86661
- "__@toStringTag@12611": {
86720
+ "__@toStringTag@12617": {
86662
86721
  "type": "string"
86663
86722
  }
86664
86723
  },
86665
86724
  "required": [
86666
- "__@toStringTag@12611"
86725
+ "__@toStringTag@12617"
86667
86726
  ],
86668
86727
  "type": "object"
86669
86728
  },
86670
86729
  "Promise<ServiceWorkerRegistration>": {
86671
86730
  "properties": {
86672
- "__@toStringTag@12611": {
86731
+ "__@toStringTag@12617": {
86673
86732
  "type": "string"
86674
86733
  }
86675
86734
  },
86676
86735
  "required": [
86677
- "__@toStringTag@12611"
86736
+ "__@toStringTag@12617"
86678
86737
  ],
86679
86738
  "type": "object"
86680
86739
  },
86681
86740
  "Promise<any>": {
86682
86741
  "properties": {
86683
- "__@toStringTag@12611": {
86742
+ "__@toStringTag@12617": {
86684
86743
  "type": "string"
86685
86744
  }
86686
86745
  },
86687
86746
  "required": [
86688
- "__@toStringTag@12611"
86747
+ "__@toStringTag@12617"
86689
86748
  ],
86690
86749
  "type": "object"
86691
86750
  },
@@ -86860,6 +86919,9 @@
86860
86919
  {
86861
86920
  "typeof": "function"
86862
86921
  },
86922
+ {
86923
+ "typeof": "function"
86924
+ },
86863
86925
  {
86864
86926
  "type": "string"
86865
86927
  }
@@ -87360,6 +87422,9 @@
87360
87422
  {
87361
87423
  "typeof": "function"
87362
87424
  },
87425
+ {
87426
+ "typeof": "function"
87427
+ },
87363
87428
  {
87364
87429
  "type": "string"
87365
87430
  }
@@ -87851,6 +87916,9 @@
87851
87916
  {
87852
87917
  "typeof": "function"
87853
87918
  },
87919
+ {
87920
+ "typeof": "function"
87921
+ },
87854
87922
  {
87855
87923
  "type": "string"
87856
87924
  }
@@ -88307,6 +88375,9 @@
88307
88375
  {
88308
88376
  "typeof": "function"
88309
88377
  },
88378
+ {
88379
+ "typeof": "function"
88380
+ },
88310
88381
  {
88311
88382
  "type": "string"
88312
88383
  }
@@ -88805,6 +88876,9 @@
88805
88876
  {
88806
88877
  "typeof": "function"
88807
88878
  },
88879
+ {
88880
+ "typeof": "function"
88881
+ },
88808
88882
  {
88809
88883
  "type": "string"
88810
88884
  }
@@ -89325,6 +89399,9 @@
89325
89399
  {
89326
89400
  "typeof": "function"
89327
89401
  },
89402
+ {
89403
+ "typeof": "function"
89404
+ },
89328
89405
  {
89329
89406
  "type": "string"
89330
89407
  }
@@ -89813,6 +89890,9 @@
89813
89890
  {
89814
89891
  "typeof": "function"
89815
89892
  },
89893
+ {
89894
+ "typeof": "function"
89895
+ },
89816
89896
  {
89817
89897
  "type": "string"
89818
89898
  }
@@ -90308,6 +90388,9 @@
90308
90388
  {
90309
90389
  "typeof": "function"
90310
90390
  },
90391
+ {
90392
+ "typeof": "function"
90393
+ },
90311
90394
  {
90312
90395
  "type": "string"
90313
90396
  }
@@ -90767,6 +90850,9 @@
90767
90850
  {
90768
90851
  "typeof": "function"
90769
90852
  },
90853
+ {
90854
+ "typeof": "function"
90855
+ },
90770
90856
  {
90771
90857
  "type": "string"
90772
90858
  }
@@ -91236,6 +91322,9 @@
91236
91322
  {
91237
91323
  "typeof": "function"
91238
91324
  },
91325
+ {
91326
+ "typeof": "function"
91327
+ },
91239
91328
  {
91240
91329
  "type": "string"
91241
91330
  }
@@ -91714,6 +91803,9 @@
91714
91803
  {
91715
91804
  "typeof": "function"
91716
91805
  },
91806
+ {
91807
+ "typeof": "function"
91808
+ },
91717
91809
  {
91718
91810
  "type": "string"
91719
91811
  }
@@ -92188,6 +92280,9 @@
92188
92280
  {
92189
92281
  "typeof": "function"
92190
92282
  },
92283
+ {
92284
+ "typeof": "function"
92285
+ },
92191
92286
  {
92192
92287
  "type": "string"
92193
92288
  }
@@ -92686,6 +92781,9 @@
92686
92781
  {
92687
92782
  "typeof": "function"
92688
92783
  },
92784
+ {
92785
+ "typeof": "function"
92786
+ },
92689
92787
  {
92690
92788
  "type": "string"
92691
92789
  }
@@ -93273,6 +93371,9 @@
93273
93371
  {
93274
93372
  "typeof": "function"
93275
93373
  },
93374
+ {
93375
+ "typeof": "function"
93376
+ },
93276
93377
  {
93277
93378
  "type": "string"
93278
93379
  }
@@ -93742,6 +93843,9 @@
93742
93843
  {
93743
93844
  "typeof": "function"
93744
93845
  },
93846
+ {
93847
+ "typeof": "function"
93848
+ },
93745
93849
  {
93746
93850
  "type": "string"
93747
93851
  }