@visactor/vchart-schema 1.8.0-beta.0 → 1.8.0

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 +3 -3
  2. package/vchart.json +49 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.8.0-beta.0",
3
+ "version": "1.8.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
@@ -19,8 +19,8 @@
19
19
  "jest-electron": "^0.1.12",
20
20
  "ts-jest": "^26.0.0",
21
21
  "@types/semver": "7.3.12",
22
- "@internal/ts-config": "0.0.1",
23
- "@internal/eslint-config": "0.0.1"
22
+ "@internal/eslint-config": "0.0.1",
23
+ "@internal/ts-config": "0.0.1"
24
24
  },
25
25
  "homepage": "",
26
26
  "bugs": "https://github.com/VisActor/VChart/issues",
package/vchart.json CHANGED
@@ -48438,6 +48438,9 @@
48438
48438
  },
48439
48439
  "stage": {
48440
48440
  "$ref": "#/definitions/IStage"
48441
+ },
48442
+ "unRegister": {
48443
+ "typeof": "function"
48441
48444
  }
48442
48445
  },
48443
48446
  "required": [
@@ -48446,7 +48449,8 @@
48446
48449
  "findPluginsByName",
48447
48450
  "register",
48448
48451
  "release",
48449
- "stage"
48452
+ "stage",
48453
+ "unRegister"
48450
48454
  ],
48451
48455
  "type": "object"
48452
48456
  },
@@ -69566,7 +69570,7 @@
69566
69570
  },
69567
69571
  "Map<Function,(...args:any[])=>void>": {
69568
69572
  "properties": {
69569
- "__@toStringTag@12572": {
69573
+ "__@toStringTag@12577": {
69570
69574
  "type": "string"
69571
69575
  },
69572
69576
  "size": {
@@ -69574,14 +69578,14 @@
69574
69578
  }
69575
69579
  },
69576
69580
  "required": [
69577
- "__@toStringTag@12572",
69581
+ "__@toStringTag@12577",
69578
69582
  "size"
69579
69583
  ],
69580
69584
  "type": "object"
69581
69585
  },
69582
69586
  "Map<number,IGraphicPicker>": {
69583
69587
  "properties": {
69584
- "__@toStringTag@12572": {
69588
+ "__@toStringTag@12577": {
69585
69589
  "type": "string"
69586
69590
  },
69587
69591
  "size": {
@@ -69589,14 +69593,14 @@
69589
69593
  }
69590
69594
  },
69591
69595
  "required": [
69592
- "__@toStringTag@12572",
69596
+ "__@toStringTag@12577",
69593
69597
  "size"
69594
69598
  ],
69595
69599
  "type": "object"
69596
69600
  },
69597
69601
  "Map<number,IGraphicRender>": {
69598
69602
  "properties": {
69599
- "__@toStringTag@12572": {
69603
+ "__@toStringTag@12577": {
69600
69604
  "type": "string"
69601
69605
  },
69602
69606
  "size": {
@@ -69604,14 +69608,14 @@
69604
69608
  }
69605
69609
  },
69606
69610
  "required": [
69607
- "__@toStringTag@12572",
69611
+ "__@toStringTag@12577",
69608
69612
  "size"
69609
69613
  ],
69610
69614
  "type": "object"
69611
69615
  },
69612
69616
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
69613
69617
  "properties": {
69614
- "__@toStringTag@12572": {
69618
+ "__@toStringTag@12577": {
69615
69619
  "type": "string"
69616
69620
  },
69617
69621
  "size": {
@@ -69619,14 +69623,14 @@
69619
69623
  }
69620
69624
  },
69621
69625
  "required": [
69622
- "__@toStringTag@12572",
69626
+ "__@toStringTag@12577",
69623
69627
  "size"
69624
69628
  ],
69625
69629
  "type": "object"
69626
69630
  },
69627
69631
  "Map<string,Map<number,IGraphicRender>>": {
69628
69632
  "properties": {
69629
- "__@toStringTag@12572": {
69633
+ "__@toStringTag@12577": {
69630
69634
  "type": "string"
69631
69635
  },
69632
69636
  "size": {
@@ -69634,14 +69638,14 @@
69634
69638
  }
69635
69639
  },
69636
69640
  "required": [
69637
- "__@toStringTag@12572",
69641
+ "__@toStringTag@12577",
69638
69642
  "size"
69639
69643
  ],
69640
69644
  "type": "object"
69641
69645
  },
69642
69646
  "Map<string,any>": {
69643
69647
  "properties": {
69644
- "__@toStringTag@12572": {
69648
+ "__@toStringTag@12577": {
69645
69649
  "type": "string"
69646
69650
  },
69647
69651
  "size": {
@@ -69649,14 +69653,14 @@
69649
69653
  }
69650
69654
  },
69651
69655
  "required": [
69652
- "__@toStringTag@12572",
69656
+ "__@toStringTag@12577",
69653
69657
  "size"
69654
69658
  ],
69655
69659
  "type": "object"
69656
69660
  },
69657
69661
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
69658
69662
  "properties": {
69659
- "__@toStringTag@12572": {
69663
+ "__@toStringTag@12577": {
69660
69664
  "type": "string"
69661
69665
  },
69662
69666
  "size": {
@@ -69664,14 +69668,14 @@
69664
69668
  }
69665
69669
  },
69666
69670
  "required": [
69667
- "__@toStringTag@12572",
69671
+ "__@toStringTag@12577",
69668
69672
  "size"
69669
69673
  ],
69670
69674
  "type": "object"
69671
69675
  },
69672
69676
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
69673
69677
  "properties": {
69674
- "__@toStringTag@12572": {
69678
+ "__@toStringTag@12577": {
69675
69679
  "type": "string"
69676
69680
  },
69677
69681
  "size": {
@@ -69679,14 +69683,14 @@
69679
69683
  }
69680
69684
  },
69681
69685
  "required": [
69682
- "__@toStringTag@12572",
69686
+ "__@toStringTag@12577",
69683
69687
  "size"
69684
69688
  ],
69685
69689
  "type": "object"
69686
69690
  },
69687
69691
  "Map<string|number,IAnimate>": {
69688
69692
  "properties": {
69689
- "__@toStringTag@12572": {
69693
+ "__@toStringTag@12577": {
69690
69694
  "type": "string"
69691
69695
  },
69692
69696
  "size": {
@@ -69694,7 +69698,7 @@
69694
69698
  }
69695
69699
  },
69696
69700
  "required": [
69697
- "__@toStringTag@12572",
69701
+ "__@toStringTag@12577",
69698
69702
  "size"
69699
69703
  ],
69700
69704
  "type": "object"
@@ -82217,6 +82221,9 @@
82217
82221
  ],
82218
82222
  "type": "string"
82219
82223
  },
82224
+ "disableAutoClipedPoptip": {
82225
+ "type": "boolean"
82226
+ },
82220
82227
  "dx": {
82221
82228
  "type": "number"
82222
82229
  },
@@ -82532,6 +82539,9 @@
82532
82539
  ],
82533
82540
  "type": "string"
82534
82541
  },
82542
+ "wrap": {
82543
+ "type": "boolean"
82544
+ },
82535
82545
  "x": {
82536
82546
  "type": "number"
82537
82547
  },
@@ -83276,6 +83286,9 @@
83276
83286
  ],
83277
83287
  "type": "string"
83278
83288
  },
83289
+ "disableAutoClipedPoptip": {
83290
+ "type": "boolean"
83291
+ },
83279
83292
  "dx": {
83280
83293
  "type": "number"
83281
83294
  },
@@ -83588,6 +83601,9 @@
83588
83601
  ],
83589
83602
  "type": "string"
83590
83603
  },
83604
+ "wrap": {
83605
+ "type": "boolean"
83606
+ },
83591
83607
  "x": {
83592
83608
  "type": "number"
83593
83609
  },
@@ -85779,34 +85795,34 @@
85779
85795
  },
85780
85796
  "Promise<FontFaceSet>": {
85781
85797
  "properties": {
85782
- "__@toStringTag@12572": {
85798
+ "__@toStringTag@12577": {
85783
85799
  "type": "string"
85784
85800
  }
85785
85801
  },
85786
85802
  "required": [
85787
- "__@toStringTag@12572"
85803
+ "__@toStringTag@12577"
85788
85804
  ],
85789
85805
  "type": "object"
85790
85806
  },
85791
85807
  "Promise<ServiceWorkerRegistration>": {
85792
85808
  "properties": {
85793
- "__@toStringTag@12572": {
85809
+ "__@toStringTag@12577": {
85794
85810
  "type": "string"
85795
85811
  }
85796
85812
  },
85797
85813
  "required": [
85798
- "__@toStringTag@12572"
85814
+ "__@toStringTag@12577"
85799
85815
  ],
85800
85816
  "type": "object"
85801
85817
  },
85802
85818
  "Promise<any>": {
85803
85819
  "properties": {
85804
- "__@toStringTag@12572": {
85820
+ "__@toStringTag@12577": {
85805
85821
  "type": "string"
85806
85822
  }
85807
85823
  },
85808
85824
  "required": [
85809
- "__@toStringTag@12572"
85825
+ "__@toStringTag@12577"
85810
85826
  ],
85811
85827
  "type": "object"
85812
85828
  },
@@ -92751,6 +92767,9 @@
92751
92767
  ],
92752
92768
  "type": "string"
92753
92769
  },
92770
+ "disableAutoClipedPoptip": {
92771
+ "type": "boolean"
92772
+ },
92754
92773
  "dx": {
92755
92774
  "type": "number"
92756
92775
  },
@@ -93066,6 +93085,9 @@
93066
93085
  ],
93067
93086
  "type": "string"
93068
93087
  },
93088
+ "wrap": {
93089
+ "type": "boolean"
93090
+ },
93069
93091
  "x": {
93070
93092
  "type": "number"
93071
93093
  },
@@ -93095,6 +93117,7 @@
93095
93117
  "cursor",
93096
93118
  "customPickShape",
93097
93119
  "direction",
93120
+ "disableAutoClipedPoptip",
93098
93121
  "dx",
93099
93122
  "dy",
93100
93123
  "dz",
@@ -93160,6 +93183,7 @@
93160
93183
  "visible",
93161
93184
  "whiteSpace",
93162
93185
  "wordBreak",
93186
+ "wrap",
93163
93187
  "x",
93164
93188
  "y",
93165
93189
  "z",