@visactor/vchart-schema 1.11.1-alpha.2 → 1.11.1-alpha.3

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 +76 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.1-alpha.2",
3
+ "version": "1.11.1-alpha.3",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -4714,6 +4714,9 @@
4714
4714
  "cursor": {
4715
4715
  "$ref": "#/definitions/VisualType<Cursor>"
4716
4716
  },
4717
+ "disableAutoWrapLine": {
4718
+ "$ref": "#/definitions/VisualType<boolean>"
4719
+ },
4717
4720
  "ellipsis": {
4718
4721
  "$ref": "#/definitions/VisualType<string|boolean>"
4719
4722
  },
@@ -4723,9 +4726,6 @@
4723
4726
  "fillOpacity": {
4724
4727
  "$ref": "#/definitions/VisualType<number>"
4725
4728
  },
4726
- "forceBreakLine": {
4727
- "$ref": "#/definitions/VisualType<boolean>"
4728
- },
4729
4729
  "height": {
4730
4730
  "$ref": "#/definitions/VisualType<number>"
4731
4731
  },
@@ -4849,8 +4849,8 @@
4849
4849
  }
4850
4850
  },
4851
4851
  "required": [
4852
+ "disableAutoWrapLine",
4852
4853
  "ellipsis",
4853
- "forceBreakLine",
4854
4854
  "height",
4855
4855
  "layoutDirection",
4856
4856
  "maxHeight",
@@ -29678,6 +29678,9 @@
29678
29678
  "arcTo": {
29679
29679
  "typeof": "function"
29680
29680
  },
29681
+ "baseGlobalAlpha": {
29682
+ "type": "number"
29683
+ },
29681
29684
  "beginPath": {
29682
29685
  "typeof": "function"
29683
29686
  },
@@ -32897,6 +32900,9 @@
32897
32900
  "backgroundOpacity": {
32898
32901
  "type": "number"
32899
32902
  },
32903
+ "baseOpacity": {
32904
+ "type": "number"
32905
+ },
32900
32906
  "beta": {
32901
32907
  "type": "number"
32902
32908
  },
@@ -33596,6 +33602,7 @@
33596
33602
  },
33597
33603
  "selectMode": {
33598
33604
  "enum": [
33605
+ "focus",
33599
33606
  "multiple",
33600
33607
  "single"
33601
33608
  ],
@@ -57344,6 +57351,9 @@
57344
57351
  "backgroundOpacity": {
57345
57352
  "type": "number"
57346
57353
  },
57354
+ "baseOpacity": {
57355
+ "type": "number"
57356
+ },
57347
57357
  "beta": {
57348
57358
  "type": "number"
57349
57359
  },
@@ -70151,6 +70161,9 @@
70151
70161
  "pauseRender": {
70152
70162
  "typeof": "function"
70153
70163
  },
70164
+ "pauseTriggerEvent": {
70165
+ "typeof": "function"
70166
+ },
70154
70167
  "pick": {
70155
70168
  "typeof": "function"
70156
70169
  },
@@ -70222,6 +70235,9 @@
70222
70235
  "resumeRender": {
70223
70236
  "typeof": "function"
70224
70237
  },
70238
+ "resumeTriggerEvent": {
70239
+ "typeof": "function"
70240
+ },
70225
70241
  "set3dOptions": {
70226
70242
  "typeof": "function"
70227
70243
  },
@@ -70372,6 +70388,7 @@
70372
70388
  "params",
70373
70389
  "parent",
70374
70390
  "pauseRender",
70391
+ "pauseTriggerEvent",
70375
70392
  "pick",
70376
70393
  "pluginService",
70377
70394
  "release",
@@ -70390,6 +70407,7 @@
70390
70407
  "resizeView",
70391
70408
  "resizeWindow",
70392
70409
  "resumeRender",
70410
+ "resumeTriggerEvent",
70393
70411
  "set3dOptions",
70394
70412
  "setAfterRender",
70395
70413
  "setAllDescendantsProps",
@@ -80328,7 +80346,7 @@
80328
80346
  },
80329
80347
  "Map<Function,(...args:any[])=>void>": {
80330
80348
  "properties": {
80331
- "__@toStringTag@13386": {
80349
+ "__@toStringTag@13395": {
80332
80350
  "type": "string"
80333
80351
  },
80334
80352
  "size": {
@@ -80336,14 +80354,14 @@
80336
80354
  }
80337
80355
  },
80338
80356
  "required": [
80339
- "__@toStringTag@13386",
80357
+ "__@toStringTag@13395",
80340
80358
  "size"
80341
80359
  ],
80342
80360
  "type": "object"
80343
80361
  },
80344
80362
  "Map<number,IGraphicPicker>": {
80345
80363
  "properties": {
80346
- "__@toStringTag@13386": {
80364
+ "__@toStringTag@13395": {
80347
80365
  "type": "string"
80348
80366
  },
80349
80367
  "size": {
@@ -80351,14 +80369,14 @@
80351
80369
  }
80352
80370
  },
80353
80371
  "required": [
80354
- "__@toStringTag@13386",
80372
+ "__@toStringTag@13395",
80355
80373
  "size"
80356
80374
  ],
80357
80375
  "type": "object"
80358
80376
  },
80359
80377
  "Map<number,IGraphicRender>": {
80360
80378
  "properties": {
80361
- "__@toStringTag@13386": {
80379
+ "__@toStringTag@13395": {
80362
80380
  "type": "string"
80363
80381
  },
80364
80382
  "size": {
@@ -80366,14 +80384,14 @@
80366
80384
  }
80367
80385
  },
80368
80386
  "required": [
80369
- "__@toStringTag@13386",
80387
+ "__@toStringTag@13395",
80370
80388
  "size"
80371
80389
  ],
80372
80390
  "type": "object"
80373
80391
  },
80374
80392
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
80375
80393
  "properties": {
80376
- "__@toStringTag@13386": {
80394
+ "__@toStringTag@13395": {
80377
80395
  "type": "string"
80378
80396
  },
80379
80397
  "size": {
@@ -80381,14 +80399,14 @@
80381
80399
  }
80382
80400
  },
80383
80401
  "required": [
80384
- "__@toStringTag@13386",
80402
+ "__@toStringTag@13395",
80385
80403
  "size"
80386
80404
  ],
80387
80405
  "type": "object"
80388
80406
  },
80389
80407
  "Map<string,Map<number,IGraphicRender>>": {
80390
80408
  "properties": {
80391
- "__@toStringTag@13386": {
80409
+ "__@toStringTag@13395": {
80392
80410
  "type": "string"
80393
80411
  },
80394
80412
  "size": {
@@ -80396,14 +80414,14 @@
80396
80414
  }
80397
80415
  },
80398
80416
  "required": [
80399
- "__@toStringTag@13386",
80417
+ "__@toStringTag@13395",
80400
80418
  "size"
80401
80419
  ],
80402
80420
  "type": "object"
80403
80421
  },
80404
80422
  "Map<string,any>": {
80405
80423
  "properties": {
80406
- "__@toStringTag@13386": {
80424
+ "__@toStringTag@13395": {
80407
80425
  "type": "string"
80408
80426
  },
80409
80427
  "size": {
@@ -80411,14 +80429,14 @@
80411
80429
  }
80412
80430
  },
80413
80431
  "required": [
80414
- "__@toStringTag@13386",
80432
+ "__@toStringTag@13395",
80415
80433
  "size"
80416
80434
  ],
80417
80435
  "type": "object"
80418
80436
  },
80419
80437
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
80420
80438
  "properties": {
80421
- "__@toStringTag@13386": {
80439
+ "__@toStringTag@13395": {
80422
80440
  "type": "string"
80423
80441
  },
80424
80442
  "size": {
@@ -80426,14 +80444,14 @@
80426
80444
  }
80427
80445
  },
80428
80446
  "required": [
80429
- "__@toStringTag@13386",
80447
+ "__@toStringTag@13395",
80430
80448
  "size"
80431
80449
  ],
80432
80450
  "type": "object"
80433
80451
  },
80434
80452
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
80435
80453
  "properties": {
80436
- "__@toStringTag@13386": {
80454
+ "__@toStringTag@13395": {
80437
80455
  "type": "string"
80438
80456
  },
80439
80457
  "size": {
@@ -80441,14 +80459,14 @@
80441
80459
  }
80442
80460
  },
80443
80461
  "required": [
80444
- "__@toStringTag@13386",
80462
+ "__@toStringTag@13395",
80445
80463
  "size"
80446
80464
  ],
80447
80465
  "type": "object"
80448
80466
  },
80449
80467
  "Map<string|number,IAnimate>": {
80450
80468
  "properties": {
80451
- "__@toStringTag@13386": {
80469
+ "__@toStringTag@13395": {
80452
80470
  "type": "string"
80453
80471
  },
80454
80472
  "size": {
@@ -80456,7 +80474,7 @@
80456
80474
  }
80457
80475
  },
80458
80476
  "required": [
80459
- "__@toStringTag@13386",
80477
+ "__@toStringTag@13395",
80460
80478
  "size"
80461
80479
  ],
80462
80480
  "type": "object"
@@ -81053,6 +81071,9 @@
81053
81071
  "backgroundOpacity": {
81054
81072
  "type": "number"
81055
81073
  },
81074
+ "baseOpacity": {
81075
+ "type": "number"
81076
+ },
81056
81077
  "beta": {
81057
81078
  "type": "number"
81058
81079
  },
@@ -81386,6 +81407,7 @@
81386
81407
  },
81387
81408
  "selectMode": {
81388
81409
  "enum": [
81410
+ "focus",
81389
81411
  "multiple",
81390
81412
  "single"
81391
81413
  ],
@@ -83806,6 +83828,9 @@
83806
83828
  "backgroundOpacity": {
83807
83829
  "type": "number"
83808
83830
  },
83831
+ "baseOpacity": {
83832
+ "type": "number"
83833
+ },
83809
83834
  "beta": {
83810
83835
  "type": "number"
83811
83836
  },
@@ -86030,6 +86055,9 @@
86030
86055
  "backgroundOpacity": {
86031
86056
  "type": "number"
86032
86057
  },
86058
+ "baseOpacity": {
86059
+ "type": "number"
86060
+ },
86033
86061
  "beta": {
86034
86062
  "type": "number"
86035
86063
  },
@@ -86602,6 +86630,9 @@
86602
86630
  "backgroundOpacity": {
86603
86631
  "type": "number"
86604
86632
  },
86633
+ "baseOpacity": {
86634
+ "type": "number"
86635
+ },
86605
86636
  "beta": {
86606
86637
  "type": "number"
86607
86638
  },
@@ -90471,6 +90502,9 @@
90471
90502
  ],
90472
90503
  "type": "string"
90473
90504
  },
90505
+ "baseOpacity": {
90506
+ "type": "number"
90507
+ },
90474
90508
  "clip": {
90475
90509
  "type": "boolean"
90476
90510
  },
@@ -90693,6 +90727,9 @@
90693
90727
  "backgroundOpacity": {
90694
90728
  "type": "number"
90695
90729
  },
90730
+ "baseOpacity": {
90731
+ "type": "number"
90732
+ },
90696
90733
  "beta": {
90697
90734
  "type": "number"
90698
90735
  },
@@ -95273,15 +95310,15 @@
95273
95310
  },
95274
95311
  "Partial<IRichTextAttribute>": {
95275
95312
  "properties": {
95313
+ "disableAutoWrapLine": {
95314
+ "type": "boolean"
95315
+ },
95276
95316
  "ellipsis": {
95277
95317
  "type": [
95278
95318
  "string",
95279
95319
  "boolean"
95280
95320
  ]
95281
95321
  },
95282
- "forceBreakLine": {
95283
- "type": "boolean"
95284
- },
95285
95322
  "height": {
95286
95323
  "type": "number"
95287
95324
  },
@@ -100814,34 +100851,34 @@
100814
100851
  },
100815
100852
  "Promise<FontFaceSet>": {
100816
100853
  "properties": {
100817
- "__@toStringTag@13386": {
100854
+ "__@toStringTag@13395": {
100818
100855
  "type": "string"
100819
100856
  }
100820
100857
  },
100821
100858
  "required": [
100822
- "__@toStringTag@13386"
100859
+ "__@toStringTag@13395"
100823
100860
  ],
100824
100861
  "type": "object"
100825
100862
  },
100826
100863
  "Promise<ServiceWorkerRegistration>": {
100827
100864
  "properties": {
100828
- "__@toStringTag@13386": {
100865
+ "__@toStringTag@13395": {
100829
100866
  "type": "string"
100830
100867
  }
100831
100868
  },
100832
100869
  "required": [
100833
- "__@toStringTag@13386"
100870
+ "__@toStringTag@13395"
100834
100871
  ],
100835
100872
  "type": "object"
100836
100873
  },
100837
100874
  "Promise<any>": {
100838
100875
  "properties": {
100839
- "__@toStringTag@13386": {
100876
+ "__@toStringTag@13395": {
100840
100877
  "type": "string"
100841
100878
  }
100842
100879
  },
100843
100880
  "required": [
100844
- "__@toStringTag@13386"
100881
+ "__@toStringTag@13395"
100845
100882
  ],
100846
100883
  "type": "object"
100847
100884
  },
@@ -103820,6 +103857,9 @@
103820
103857
  "backgroundOpacity": {
103821
103858
  "type": "number"
103822
103859
  },
103860
+ "baseOpacity": {
103861
+ "type": "number"
103862
+ },
103823
103863
  "beta": {
103824
103864
  "type": "number"
103825
103865
  },
@@ -104210,6 +104250,7 @@
104210
104250
  "backgroundFit",
104211
104251
  "backgroundMode",
104212
104252
  "backgroundOpacity",
104253
+ "baseOpacity",
104213
104254
  "beta",
104214
104255
  "blur",
104215
104256
  "boundsMode",
@@ -107268,6 +107309,9 @@
107268
107309
  "disableAutoClipedPoptip": {
107269
107310
  "type": "boolean"
107270
107311
  },
107312
+ "disableAutoWrapLine": {
107313
+ "type": "boolean"
107314
+ },
107271
107315
  "dx": {
107272
107316
  "type": "number"
107273
107317
  },
@@ -107330,9 +107374,6 @@
107330
107374
  }
107331
107375
  ]
107332
107376
  },
107333
- "forceBreakLine": {
107334
- "type": "boolean"
107335
- },
107336
107377
  "globalCompositeOperation": {
107337
107378
  "enum": [
107338
107379
  "",
@@ -107712,6 +107753,7 @@
107712
107753
  "customPickShape",
107713
107754
  "direction",
107714
107755
  "disableAutoClipedPoptip",
107756
+ "disableAutoWrapLine",
107715
107757
  "dx",
107716
107758
  "dy",
107717
107759
  "dz",
@@ -107726,7 +107768,6 @@
107726
107768
  "fontWeight",
107727
107769
  "forceBoundsHeight",
107728
107770
  "forceBoundsWidth",
107729
- "forceBreakLine",
107730
107771
  "globalCompositeOperation",
107731
107772
  "globalZIndex",
107732
107773
  "height",