@visactor/vchart-schema 1.8.1 → 1.9.0-alpha.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 +1 -1
  2. package/vchart.json +31 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.8.1",
3
+ "version": "1.9.0-alpha.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -28151,6 +28151,11 @@
28151
28151
  "$ref": "#/definitions/ILayoutNumber",
28152
28152
  "description": "模块的布局大小:高度"
28153
28153
  },
28154
+ "interactive": {
28155
+ "default": true,
28156
+ "description": "是否允许交互",
28157
+ "type": "boolean"
28158
+ },
28154
28159
  "layout": {
28155
28160
  "description": "图例组件的布局配置,默认自动跟随显示位置进行调整。\n1. `orient` 为 'top' 或者 'bottom' 时,默认为 'horizontal' 水平布局\n2. `orient` 为 'left' 或者 'right' 时,默认为 'vertical' 垂直布局",
28156
28161
  "enum": [
@@ -30846,6 +30851,8 @@
30846
30851
  "$ref": "#/definitions/Partial<IBorderStyle>"
30847
30852
  },
30848
30853
  "interactive": {
30854
+ "default": true,
30855
+ "description": "是否允许交互",
30849
30856
  "type": "boolean"
30850
30857
  },
30851
30858
  "item": {
@@ -69570,7 +69577,7 @@
69570
69577
  },
69571
69578
  "Map<Function,(...args:any[])=>void>": {
69572
69579
  "properties": {
69573
- "__@toStringTag@12575": {
69580
+ "__@toStringTag@12578": {
69574
69581
  "type": "string"
69575
69582
  },
69576
69583
  "size": {
@@ -69578,14 +69585,14 @@
69578
69585
  }
69579
69586
  },
69580
69587
  "required": [
69581
- "__@toStringTag@12575",
69588
+ "__@toStringTag@12578",
69582
69589
  "size"
69583
69590
  ],
69584
69591
  "type": "object"
69585
69592
  },
69586
69593
  "Map<number,IGraphicPicker>": {
69587
69594
  "properties": {
69588
- "__@toStringTag@12575": {
69595
+ "__@toStringTag@12578": {
69589
69596
  "type": "string"
69590
69597
  },
69591
69598
  "size": {
@@ -69593,14 +69600,14 @@
69593
69600
  }
69594
69601
  },
69595
69602
  "required": [
69596
- "__@toStringTag@12575",
69603
+ "__@toStringTag@12578",
69597
69604
  "size"
69598
69605
  ],
69599
69606
  "type": "object"
69600
69607
  },
69601
69608
  "Map<number,IGraphicRender>": {
69602
69609
  "properties": {
69603
- "__@toStringTag@12575": {
69610
+ "__@toStringTag@12578": {
69604
69611
  "type": "string"
69605
69612
  },
69606
69613
  "size": {
@@ -69608,14 +69615,14 @@
69608
69615
  }
69609
69616
  },
69610
69617
  "required": [
69611
- "__@toStringTag@12575",
69618
+ "__@toStringTag@12578",
69612
69619
  "size"
69613
69620
  ],
69614
69621
  "type": "object"
69615
69622
  },
69616
69623
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
69617
69624
  "properties": {
69618
- "__@toStringTag@12575": {
69625
+ "__@toStringTag@12578": {
69619
69626
  "type": "string"
69620
69627
  },
69621
69628
  "size": {
@@ -69623,14 +69630,14 @@
69623
69630
  }
69624
69631
  },
69625
69632
  "required": [
69626
- "__@toStringTag@12575",
69633
+ "__@toStringTag@12578",
69627
69634
  "size"
69628
69635
  ],
69629
69636
  "type": "object"
69630
69637
  },
69631
69638
  "Map<string,Map<number,IGraphicRender>>": {
69632
69639
  "properties": {
69633
- "__@toStringTag@12575": {
69640
+ "__@toStringTag@12578": {
69634
69641
  "type": "string"
69635
69642
  },
69636
69643
  "size": {
@@ -69638,14 +69645,14 @@
69638
69645
  }
69639
69646
  },
69640
69647
  "required": [
69641
- "__@toStringTag@12575",
69648
+ "__@toStringTag@12578",
69642
69649
  "size"
69643
69650
  ],
69644
69651
  "type": "object"
69645
69652
  },
69646
69653
  "Map<string,any>": {
69647
69654
  "properties": {
69648
- "__@toStringTag@12575": {
69655
+ "__@toStringTag@12578": {
69649
69656
  "type": "string"
69650
69657
  },
69651
69658
  "size": {
@@ -69653,14 +69660,14 @@
69653
69660
  }
69654
69661
  },
69655
69662
  "required": [
69656
- "__@toStringTag@12575",
69663
+ "__@toStringTag@12578",
69657
69664
  "size"
69658
69665
  ],
69659
69666
  "type": "object"
69660
69667
  },
69661
69668
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
69662
69669
  "properties": {
69663
- "__@toStringTag@12575": {
69670
+ "__@toStringTag@12578": {
69664
69671
  "type": "string"
69665
69672
  },
69666
69673
  "size": {
@@ -69668,14 +69675,14 @@
69668
69675
  }
69669
69676
  },
69670
69677
  "required": [
69671
- "__@toStringTag@12575",
69678
+ "__@toStringTag@12578",
69672
69679
  "size"
69673
69680
  ],
69674
69681
  "type": "object"
69675
69682
  },
69676
69683
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
69677
69684
  "properties": {
69678
- "__@toStringTag@12575": {
69685
+ "__@toStringTag@12578": {
69679
69686
  "type": "string"
69680
69687
  },
69681
69688
  "size": {
@@ -69683,14 +69690,14 @@
69683
69690
  }
69684
69691
  },
69685
69692
  "required": [
69686
- "__@toStringTag@12575",
69693
+ "__@toStringTag@12578",
69687
69694
  "size"
69688
69695
  ],
69689
69696
  "type": "object"
69690
69697
  },
69691
69698
  "Map<string|number,IAnimate>": {
69692
69699
  "properties": {
69693
- "__@toStringTag@12575": {
69700
+ "__@toStringTag@12578": {
69694
69701
  "type": "string"
69695
69702
  },
69696
69703
  "size": {
@@ -69698,7 +69705,7 @@
69698
69705
  }
69699
69706
  },
69700
69707
  "required": [
69701
- "__@toStringTag@12575",
69708
+ "__@toStringTag@12578",
69702
69709
  "size"
69703
69710
  ],
69704
69711
  "type": "object"
@@ -85795,34 +85802,34 @@
85795
85802
  },
85796
85803
  "Promise<FontFaceSet>": {
85797
85804
  "properties": {
85798
- "__@toStringTag@12575": {
85805
+ "__@toStringTag@12578": {
85799
85806
  "type": "string"
85800
85807
  }
85801
85808
  },
85802
85809
  "required": [
85803
- "__@toStringTag@12575"
85810
+ "__@toStringTag@12578"
85804
85811
  ],
85805
85812
  "type": "object"
85806
85813
  },
85807
85814
  "Promise<ServiceWorkerRegistration>": {
85808
85815
  "properties": {
85809
- "__@toStringTag@12575": {
85816
+ "__@toStringTag@12578": {
85810
85817
  "type": "string"
85811
85818
  }
85812
85819
  },
85813
85820
  "required": [
85814
- "__@toStringTag@12575"
85821
+ "__@toStringTag@12578"
85815
85822
  ],
85816
85823
  "type": "object"
85817
85824
  },
85818
85825
  "Promise<any>": {
85819
85826
  "properties": {
85820
- "__@toStringTag@12575": {
85827
+ "__@toStringTag@12578": {
85821
85828
  "type": "string"
85822
85829
  }
85823
85830
  },
85824
85831
  "required": [
85825
- "__@toStringTag@12575"
85832
+ "__@toStringTag@12578"
85826
85833
  ],
85827
85834
  "type": "object"
85828
85835
  },