@visactor/vchart-schema 1.11.3 → 1.11.5-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 +40 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.3",
3
+ "version": "1.11.5-alpha.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -73646,6 +73646,14 @@
73646
73646
  },
73647
73647
  "ITooltipTheme<string|IColorKey>": {
73648
73648
  "properties": {
73649
+ "align": {
73650
+ "enum": [
73651
+ "left",
73652
+ "right"
73653
+ ],
73654
+ "since": "1.11.5\n\nshape、key、value的对齐方式,可选项如下:\n'left': 从左到右对齐\n'right': 从右到左对齐",
73655
+ "type": "string"
73656
+ },
73649
73657
  "keyLabel": {
73650
73658
  "$ref": "#/definitions/Omit<ITooltipTextTheme<string|IColorKey>,\"autoWidth\">",
73651
73659
  "description": "tooltip内容,key字段"
@@ -80545,7 +80553,7 @@
80545
80553
  },
80546
80554
  "Map<Function,(...args:any[])=>void>": {
80547
80555
  "properties": {
80548
- "__@toStringTag@13427": {
80556
+ "__@toStringTag@13435": {
80549
80557
  "type": "string"
80550
80558
  },
80551
80559
  "size": {
@@ -80553,14 +80561,14 @@
80553
80561
  }
80554
80562
  },
80555
80563
  "required": [
80556
- "__@toStringTag@13427",
80564
+ "__@toStringTag@13435",
80557
80565
  "size"
80558
80566
  ],
80559
80567
  "type": "object"
80560
80568
  },
80561
80569
  "Map<number,IGraphicPicker>": {
80562
80570
  "properties": {
80563
- "__@toStringTag@13427": {
80571
+ "__@toStringTag@13435": {
80564
80572
  "type": "string"
80565
80573
  },
80566
80574
  "size": {
@@ -80568,14 +80576,14 @@
80568
80576
  }
80569
80577
  },
80570
80578
  "required": [
80571
- "__@toStringTag@13427",
80579
+ "__@toStringTag@13435",
80572
80580
  "size"
80573
80581
  ],
80574
80582
  "type": "object"
80575
80583
  },
80576
80584
  "Map<number,IGraphicRender>": {
80577
80585
  "properties": {
80578
- "__@toStringTag@13427": {
80586
+ "__@toStringTag@13435": {
80579
80587
  "type": "string"
80580
80588
  },
80581
80589
  "size": {
@@ -80583,14 +80591,14 @@
80583
80591
  }
80584
80592
  },
80585
80593
  "required": [
80586
- "__@toStringTag@13427",
80594
+ "__@toStringTag@13435",
80587
80595
  "size"
80588
80596
  ],
80589
80597
  "type": "object"
80590
80598
  },
80591
80599
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
80592
80600
  "properties": {
80593
- "__@toStringTag@13427": {
80601
+ "__@toStringTag@13435": {
80594
80602
  "type": "string"
80595
80603
  },
80596
80604
  "size": {
@@ -80598,14 +80606,14 @@
80598
80606
  }
80599
80607
  },
80600
80608
  "required": [
80601
- "__@toStringTag@13427",
80609
+ "__@toStringTag@13435",
80602
80610
  "size"
80603
80611
  ],
80604
80612
  "type": "object"
80605
80613
  },
80606
80614
  "Map<string,Map<number,IGraphicRender>>": {
80607
80615
  "properties": {
80608
- "__@toStringTag@13427": {
80616
+ "__@toStringTag@13435": {
80609
80617
  "type": "string"
80610
80618
  },
80611
80619
  "size": {
@@ -80613,14 +80621,14 @@
80613
80621
  }
80614
80622
  },
80615
80623
  "required": [
80616
- "__@toStringTag@13427",
80624
+ "__@toStringTag@13435",
80617
80625
  "size"
80618
80626
  ],
80619
80627
  "type": "object"
80620
80628
  },
80621
80629
  "Map<string,any>": {
80622
80630
  "properties": {
80623
- "__@toStringTag@13427": {
80631
+ "__@toStringTag@13435": {
80624
80632
  "type": "string"
80625
80633
  },
80626
80634
  "size": {
@@ -80628,14 +80636,14 @@
80628
80636
  }
80629
80637
  },
80630
80638
  "required": [
80631
- "__@toStringTag@13427",
80639
+ "__@toStringTag@13435",
80632
80640
  "size"
80633
80641
  ],
80634
80642
  "type": "object"
80635
80643
  },
80636
80644
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
80637
80645
  "properties": {
80638
- "__@toStringTag@13427": {
80646
+ "__@toStringTag@13435": {
80639
80647
  "type": "string"
80640
80648
  },
80641
80649
  "size": {
@@ -80643,14 +80651,14 @@
80643
80651
  }
80644
80652
  },
80645
80653
  "required": [
80646
- "__@toStringTag@13427",
80654
+ "__@toStringTag@13435",
80647
80655
  "size"
80648
80656
  ],
80649
80657
  "type": "object"
80650
80658
  },
80651
80659
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
80652
80660
  "properties": {
80653
- "__@toStringTag@13427": {
80661
+ "__@toStringTag@13435": {
80654
80662
  "type": "string"
80655
80663
  },
80656
80664
  "size": {
@@ -80658,14 +80666,14 @@
80658
80666
  }
80659
80667
  },
80660
80668
  "required": [
80661
- "__@toStringTag@13427",
80669
+ "__@toStringTag@13435",
80662
80670
  "size"
80663
80671
  ],
80664
80672
  "type": "object"
80665
80673
  },
80666
80674
  "Map<string|number,IAnimate>": {
80667
80675
  "properties": {
80668
- "__@toStringTag@13427": {
80676
+ "__@toStringTag@13435": {
80669
80677
  "type": "string"
80670
80678
  },
80671
80679
  "size": {
@@ -80673,7 +80681,7 @@
80673
80681
  }
80674
80682
  },
80675
80683
  "required": [
80676
- "__@toStringTag@13427",
80684
+ "__@toStringTag@13435",
80677
80685
  "size"
80678
80686
  ],
80679
80687
  "type": "object"
@@ -86002,6 +86010,14 @@
86002
86010
  },
86003
86011
  "Omit<ITooltipTheme<string>,\"offset\">": {
86004
86012
  "properties": {
86013
+ "align": {
86014
+ "enum": [
86015
+ "left",
86016
+ "right"
86017
+ ],
86018
+ "since": "1.11.5\n\nshape、key、value的对齐方式,可选项如下:\n'left': 从左到右对齐\n'right': 从右到左对齐",
86019
+ "type": "string"
86020
+ },
86005
86021
  "keyLabel": {
86006
86022
  "$ref": "#/definitions/Omit<ITooltipTextTheme<string>,\"autoWidth\">",
86007
86023
  "description": "tooltip内容,key字段"
@@ -101149,34 +101165,34 @@
101149
101165
  },
101150
101166
  "Promise<FontFaceSet>": {
101151
101167
  "properties": {
101152
- "__@toStringTag@13427": {
101168
+ "__@toStringTag@13435": {
101153
101169
  "type": "string"
101154
101170
  }
101155
101171
  },
101156
101172
  "required": [
101157
- "__@toStringTag@13427"
101173
+ "__@toStringTag@13435"
101158
101174
  ],
101159
101175
  "type": "object"
101160
101176
  },
101161
101177
  "Promise<ServiceWorkerRegistration>": {
101162
101178
  "properties": {
101163
- "__@toStringTag@13427": {
101179
+ "__@toStringTag@13435": {
101164
101180
  "type": "string"
101165
101181
  }
101166
101182
  },
101167
101183
  "required": [
101168
- "__@toStringTag@13427"
101184
+ "__@toStringTag@13435"
101169
101185
  ],
101170
101186
  "type": "object"
101171
101187
  },
101172
101188
  "Promise<any>": {
101173
101189
  "properties": {
101174
- "__@toStringTag@13427": {
101190
+ "__@toStringTag@13435": {
101175
101191
  "type": "string"
101176
101192
  }
101177
101193
  },
101178
101194
  "required": [
101179
- "__@toStringTag@13427"
101195
+ "__@toStringTag@13435"
101180
101196
  ],
101181
101197
  "type": "object"
101182
101198
  },