@visactor/vchart-schema 1.8.8-alpha.0 → 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 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.8.8-alpha.0",
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
@@ -19721,6 +19721,9 @@
19721
19721
  {
19722
19722
  "typeof": "function"
19723
19723
  },
19724
+ {
19725
+ "typeof": "function"
19726
+ },
19724
19727
  {
19725
19728
  "type": "string"
19726
19729
  }
@@ -30755,6 +30758,16 @@
30755
30758
  }
30756
30759
  ]
30757
30760
  },
30761
+ {
30762
+ "allOf": [
30763
+ {
30764
+ "typeof": "function"
30765
+ },
30766
+ {
30767
+ "typeof": "function"
30768
+ }
30769
+ ]
30770
+ },
30758
30771
  {
30759
30772
  "allOf": [
30760
30773
  {
@@ -41591,7 +41604,8 @@
41591
41604
  "normal",
41592
41605
  "normal-inline",
41593
41606
  "region",
41594
- "region-relative"
41607
+ "region-relative",
41608
+ "region-relative-overlap"
41595
41609
  ],
41596
41610
  "type": "string"
41597
41611
  },
@@ -70100,7 +70114,7 @@
70100
70114
  },
70101
70115
  "Map<Function,(...args:any[])=>void>": {
70102
70116
  "properties": {
70103
- "__@toStringTag@12611": {
70117
+ "__@toStringTag@12617": {
70104
70118
  "type": "string"
70105
70119
  },
70106
70120
  "size": {
@@ -70108,14 +70122,14 @@
70108
70122
  }
70109
70123
  },
70110
70124
  "required": [
70111
- "__@toStringTag@12611",
70125
+ "__@toStringTag@12617",
70112
70126
  "size"
70113
70127
  ],
70114
70128
  "type": "object"
70115
70129
  },
70116
70130
  "Map<number,IGraphicPicker>": {
70117
70131
  "properties": {
70118
- "__@toStringTag@12611": {
70132
+ "__@toStringTag@12617": {
70119
70133
  "type": "string"
70120
70134
  },
70121
70135
  "size": {
@@ -70123,14 +70137,14 @@
70123
70137
  }
70124
70138
  },
70125
70139
  "required": [
70126
- "__@toStringTag@12611",
70140
+ "__@toStringTag@12617",
70127
70141
  "size"
70128
70142
  ],
70129
70143
  "type": "object"
70130
70144
  },
70131
70145
  "Map<number,IGraphicRender>": {
70132
70146
  "properties": {
70133
- "__@toStringTag@12611": {
70147
+ "__@toStringTag@12617": {
70134
70148
  "type": "string"
70135
70149
  },
70136
70150
  "size": {
@@ -70138,14 +70152,14 @@
70138
70152
  }
70139
70153
  },
70140
70154
  "required": [
70141
- "__@toStringTag@12611",
70155
+ "__@toStringTag@12617",
70142
70156
  "size"
70143
70157
  ],
70144
70158
  "type": "object"
70145
70159
  },
70146
70160
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
70147
70161
  "properties": {
70148
- "__@toStringTag@12611": {
70162
+ "__@toStringTag@12617": {
70149
70163
  "type": "string"
70150
70164
  },
70151
70165
  "size": {
@@ -70153,14 +70167,14 @@
70153
70167
  }
70154
70168
  },
70155
70169
  "required": [
70156
- "__@toStringTag@12611",
70170
+ "__@toStringTag@12617",
70157
70171
  "size"
70158
70172
  ],
70159
70173
  "type": "object"
70160
70174
  },
70161
70175
  "Map<string,Map<number,IGraphicRender>>": {
70162
70176
  "properties": {
70163
- "__@toStringTag@12611": {
70177
+ "__@toStringTag@12617": {
70164
70178
  "type": "string"
70165
70179
  },
70166
70180
  "size": {
@@ -70168,14 +70182,14 @@
70168
70182
  }
70169
70183
  },
70170
70184
  "required": [
70171
- "__@toStringTag@12611",
70185
+ "__@toStringTag@12617",
70172
70186
  "size"
70173
70187
  ],
70174
70188
  "type": "object"
70175
70189
  },
70176
70190
  "Map<string,any>": {
70177
70191
  "properties": {
70178
- "__@toStringTag@12611": {
70192
+ "__@toStringTag@12617": {
70179
70193
  "type": "string"
70180
70194
  },
70181
70195
  "size": {
@@ -70183,14 +70197,14 @@
70183
70197
  }
70184
70198
  },
70185
70199
  "required": [
70186
- "__@toStringTag@12611",
70200
+ "__@toStringTag@12617",
70187
70201
  "size"
70188
70202
  ],
70189
70203
  "type": "object"
70190
70204
  },
70191
70205
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
70192
70206
  "properties": {
70193
- "__@toStringTag@12611": {
70207
+ "__@toStringTag@12617": {
70194
70208
  "type": "string"
70195
70209
  },
70196
70210
  "size": {
@@ -70198,14 +70212,14 @@
70198
70212
  }
70199
70213
  },
70200
70214
  "required": [
70201
- "__@toStringTag@12611",
70215
+ "__@toStringTag@12617",
70202
70216
  "size"
70203
70217
  ],
70204
70218
  "type": "object"
70205
70219
  },
70206
70220
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
70207
70221
  "properties": {
70208
- "__@toStringTag@12611": {
70222
+ "__@toStringTag@12617": {
70209
70223
  "type": "string"
70210
70224
  },
70211
70225
  "size": {
@@ -70213,14 +70227,14 @@
70213
70227
  }
70214
70228
  },
70215
70229
  "required": [
70216
- "__@toStringTag@12611",
70230
+ "__@toStringTag@12617",
70217
70231
  "size"
70218
70232
  ],
70219
70233
  "type": "object"
70220
70234
  },
70221
70235
  "Map<string|number,IAnimate>": {
70222
70236
  "properties": {
70223
- "__@toStringTag@12611": {
70237
+ "__@toStringTag@12617": {
70224
70238
  "type": "string"
70225
70239
  },
70226
70240
  "size": {
@@ -70228,7 +70242,7 @@
70228
70242
  }
70229
70243
  },
70230
70244
  "required": [
70231
- "__@toStringTag@12611",
70245
+ "__@toStringTag@12617",
70232
70246
  "size"
70233
70247
  ],
70234
70248
  "type": "object"
@@ -70754,6 +70768,9 @@
70754
70768
  {
70755
70769
  "typeof": "function"
70756
70770
  },
70771
+ {
70772
+ "typeof": "function"
70773
+ },
70757
70774
  {
70758
70775
  "type": "string"
70759
70776
  }
@@ -75177,6 +75194,9 @@
75177
75194
  {
75178
75195
  "typeof": "function"
75179
75196
  },
75197
+ {
75198
+ "typeof": "function"
75199
+ },
75180
75200
  {
75181
75201
  "type": "string"
75182
75202
  }
@@ -75907,6 +75927,9 @@
75907
75927
  {
75908
75928
  "typeof": "function"
75909
75929
  },
75930
+ {
75931
+ "typeof": "function"
75932
+ },
75910
75933
  {
75911
75934
  "type": "string"
75912
75935
  }
@@ -76331,6 +76354,9 @@
76331
76354
  {
76332
76355
  "typeof": "function"
76333
76356
  },
76357
+ {
76358
+ "typeof": "function"
76359
+ },
76334
76360
  {
76335
76361
  "type": "string"
76336
76362
  }
@@ -76812,6 +76838,9 @@
76812
76838
  {
76813
76839
  "typeof": "function"
76814
76840
  },
76841
+ {
76842
+ "typeof": "function"
76843
+ },
76815
76844
  {
76816
76845
  "type": "string"
76817
76846
  }
@@ -77259,6 +77288,9 @@
77259
77288
  {
77260
77289
  "typeof": "function"
77261
77290
  },
77291
+ {
77292
+ "typeof": "function"
77293
+ },
77262
77294
  {
77263
77295
  "type": "string"
77264
77296
  }
@@ -77668,6 +77700,9 @@
77668
77700
  {
77669
77701
  "typeof": "function"
77670
77702
  },
77703
+ {
77704
+ "typeof": "function"
77705
+ },
77671
77706
  {
77672
77707
  "type": "string"
77673
77708
  }
@@ -78062,6 +78097,9 @@
78062
78097
  {
78063
78098
  "typeof": "function"
78064
78099
  },
78100
+ {
78101
+ "typeof": "function"
78102
+ },
78065
78103
  {
78066
78104
  "type": "string"
78067
78105
  }
@@ -78503,6 +78541,9 @@
78503
78541
  {
78504
78542
  "typeof": "function"
78505
78543
  },
78544
+ {
78545
+ "typeof": "function"
78546
+ },
78506
78547
  {
78507
78548
  "type": "string"
78508
78549
  }
@@ -79166,6 +79207,9 @@
79166
79207
  {
79167
79208
  "typeof": "function"
79168
79209
  },
79210
+ {
79211
+ "typeof": "function"
79212
+ },
79169
79213
  {
79170
79214
  "type": "string"
79171
79215
  }
@@ -80362,6 +80406,9 @@
80362
80406
  {
80363
80407
  "typeof": "function"
80364
80408
  },
80409
+ {
80410
+ "typeof": "function"
80411
+ },
80365
80412
  {
80366
80413
  "type": "string"
80367
80414
  }
@@ -80752,6 +80799,9 @@
80752
80799
  {
80753
80800
  "typeof": "function"
80754
80801
  },
80802
+ {
80803
+ "typeof": "function"
80804
+ },
80755
80805
  {
80756
80806
  "type": "string"
80757
80807
  }
@@ -81400,6 +81450,9 @@
81400
81450
  {
81401
81451
  "typeof": "function"
81402
81452
  },
81453
+ {
81454
+ "typeof": "function"
81455
+ },
81403
81456
  {
81404
81457
  "type": "string"
81405
81458
  }
@@ -81805,6 +81858,9 @@
81805
81858
  {
81806
81859
  "typeof": "function"
81807
81860
  },
81861
+ {
81862
+ "typeof": "function"
81863
+ },
81808
81864
  {
81809
81865
  "type": "string"
81810
81866
  }
@@ -82455,6 +82511,12 @@
82455
82511
  "renderStyle": {
82456
82512
  "type": "string"
82457
82513
  },
82514
+ "supportsPointerEvents": {
82515
+ "type": "boolean"
82516
+ },
82517
+ "supportsTouchEvents": {
82518
+ "type": "boolean"
82519
+ },
82458
82520
  "ticker": {
82459
82521
  "$ref": "#/definitions/ITicker"
82460
82522
  },
@@ -82563,6 +82625,9 @@
82563
82625
  {
82564
82626
  "typeof": "function"
82565
82627
  },
82628
+ {
82629
+ "typeof": "function"
82630
+ },
82566
82631
  {
82567
82632
  "type": "string"
82568
82633
  }
@@ -82963,6 +83028,9 @@
82963
83028
  {
82964
83029
  "typeof": "function"
82965
83030
  },
83031
+ {
83032
+ "typeof": "function"
83033
+ },
82966
83034
  {
82967
83035
  "type": "string"
82968
83036
  }
@@ -84045,6 +84113,9 @@
84045
84113
  {
84046
84114
  "typeof": "function"
84047
84115
  },
84116
+ {
84117
+ "typeof": "function"
84118
+ },
84048
84119
  {
84049
84120
  "type": "string"
84050
84121
  }
@@ -84536,6 +84607,9 @@
84536
84607
  {
84537
84608
  "typeof": "function"
84538
84609
  },
84610
+ {
84611
+ "typeof": "function"
84612
+ },
84539
84613
  {
84540
84614
  "type": "string"
84541
84615
  }
@@ -84933,6 +85007,9 @@
84933
85007
  {
84934
85008
  "typeof": "function"
84935
85009
  },
85010
+ {
85011
+ "typeof": "function"
85012
+ },
84936
85013
  {
84937
85014
  "type": "string"
84938
85015
  }
@@ -86640,34 +86717,34 @@
86640
86717
  },
86641
86718
  "Promise<FontFaceSet>": {
86642
86719
  "properties": {
86643
- "__@toStringTag@12611": {
86720
+ "__@toStringTag@12617": {
86644
86721
  "type": "string"
86645
86722
  }
86646
86723
  },
86647
86724
  "required": [
86648
- "__@toStringTag@12611"
86725
+ "__@toStringTag@12617"
86649
86726
  ],
86650
86727
  "type": "object"
86651
86728
  },
86652
86729
  "Promise<ServiceWorkerRegistration>": {
86653
86730
  "properties": {
86654
- "__@toStringTag@12611": {
86731
+ "__@toStringTag@12617": {
86655
86732
  "type": "string"
86656
86733
  }
86657
86734
  },
86658
86735
  "required": [
86659
- "__@toStringTag@12611"
86736
+ "__@toStringTag@12617"
86660
86737
  ],
86661
86738
  "type": "object"
86662
86739
  },
86663
86740
  "Promise<any>": {
86664
86741
  "properties": {
86665
- "__@toStringTag@12611": {
86742
+ "__@toStringTag@12617": {
86666
86743
  "type": "string"
86667
86744
  }
86668
86745
  },
86669
86746
  "required": [
86670
- "__@toStringTag@12611"
86747
+ "__@toStringTag@12617"
86671
86748
  ],
86672
86749
  "type": "object"
86673
86750
  },
@@ -86842,6 +86919,9 @@
86842
86919
  {
86843
86920
  "typeof": "function"
86844
86921
  },
86922
+ {
86923
+ "typeof": "function"
86924
+ },
86845
86925
  {
86846
86926
  "type": "string"
86847
86927
  }
@@ -87342,6 +87422,9 @@
87342
87422
  {
87343
87423
  "typeof": "function"
87344
87424
  },
87425
+ {
87426
+ "typeof": "function"
87427
+ },
87345
87428
  {
87346
87429
  "type": "string"
87347
87430
  }
@@ -87833,6 +87916,9 @@
87833
87916
  {
87834
87917
  "typeof": "function"
87835
87918
  },
87919
+ {
87920
+ "typeof": "function"
87921
+ },
87836
87922
  {
87837
87923
  "type": "string"
87838
87924
  }
@@ -88289,6 +88375,9 @@
88289
88375
  {
88290
88376
  "typeof": "function"
88291
88377
  },
88378
+ {
88379
+ "typeof": "function"
88380
+ },
88292
88381
  {
88293
88382
  "type": "string"
88294
88383
  }
@@ -88787,6 +88876,9 @@
88787
88876
  {
88788
88877
  "typeof": "function"
88789
88878
  },
88879
+ {
88880
+ "typeof": "function"
88881
+ },
88790
88882
  {
88791
88883
  "type": "string"
88792
88884
  }
@@ -89307,6 +89399,9 @@
89307
89399
  {
89308
89400
  "typeof": "function"
89309
89401
  },
89402
+ {
89403
+ "typeof": "function"
89404
+ },
89310
89405
  {
89311
89406
  "type": "string"
89312
89407
  }
@@ -89795,6 +89890,9 @@
89795
89890
  {
89796
89891
  "typeof": "function"
89797
89892
  },
89893
+ {
89894
+ "typeof": "function"
89895
+ },
89798
89896
  {
89799
89897
  "type": "string"
89800
89898
  }
@@ -90290,6 +90388,9 @@
90290
90388
  {
90291
90389
  "typeof": "function"
90292
90390
  },
90391
+ {
90392
+ "typeof": "function"
90393
+ },
90293
90394
  {
90294
90395
  "type": "string"
90295
90396
  }
@@ -90749,6 +90850,9 @@
90749
90850
  {
90750
90851
  "typeof": "function"
90751
90852
  },
90853
+ {
90854
+ "typeof": "function"
90855
+ },
90752
90856
  {
90753
90857
  "type": "string"
90754
90858
  }
@@ -91218,6 +91322,9 @@
91218
91322
  {
91219
91323
  "typeof": "function"
91220
91324
  },
91325
+ {
91326
+ "typeof": "function"
91327
+ },
91221
91328
  {
91222
91329
  "type": "string"
91223
91330
  }
@@ -91696,6 +91803,9 @@
91696
91803
  {
91697
91804
  "typeof": "function"
91698
91805
  },
91806
+ {
91807
+ "typeof": "function"
91808
+ },
91699
91809
  {
91700
91810
  "type": "string"
91701
91811
  }
@@ -92170,6 +92280,9 @@
92170
92280
  {
92171
92281
  "typeof": "function"
92172
92282
  },
92283
+ {
92284
+ "typeof": "function"
92285
+ },
92173
92286
  {
92174
92287
  "type": "string"
92175
92288
  }
@@ -92668,6 +92781,9 @@
92668
92781
  {
92669
92782
  "typeof": "function"
92670
92783
  },
92784
+ {
92785
+ "typeof": "function"
92786
+ },
92671
92787
  {
92672
92788
  "type": "string"
92673
92789
  }
@@ -93255,6 +93371,9 @@
93255
93371
  {
93256
93372
  "typeof": "function"
93257
93373
  },
93374
+ {
93375
+ "typeof": "function"
93376
+ },
93258
93377
  {
93259
93378
  "type": "string"
93260
93379
  }
@@ -93724,6 +93843,9 @@
93724
93843
  {
93725
93844
  "typeof": "function"
93726
93845
  },
93846
+ {
93847
+ "typeof": "function"
93848
+ },
93727
93849
  {
93728
93850
  "type": "string"
93729
93851
  }