@visactor/vchart-schema 2.0.7-alpha.4 → 2.0.7-alpha.6

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 +25 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.7-alpha.4",
3
+ "version": "2.0.7-alpha.6",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -21912,6 +21912,11 @@
21912
21912
  },
21913
21913
  "IBaseLayoutSpec": {
21914
21914
  "properties": {
21915
+ "secondLayoutLeftRight": {
21916
+ "description": "是否在第一次布局完成后,再次布局一次,用于解决第一次布局时,元素宽度或高度为0的问题",
21917
+ "since": "2.0.7",
21918
+ "type": "boolean"
21919
+ },
21915
21920
  "type": {
21916
21921
  "const": "base",
21917
21922
  "description": "设置布局类型为默认布局",
@@ -79030,7 +79035,7 @@
79030
79035
  },
79031
79036
  "Map<Function,(...args:any[])=>void>": {
79032
79037
  "properties": {
79033
- "__@toStringTag@12868": {
79038
+ "__@toStringTag@12872": {
79034
79039
  "type": "string"
79035
79040
  },
79036
79041
  "size": {
@@ -79038,14 +79043,14 @@
79038
79043
  }
79039
79044
  },
79040
79045
  "required": [
79041
- "__@toStringTag@12868",
79046
+ "__@toStringTag@12872",
79042
79047
  "size"
79043
79048
  ],
79044
79049
  "type": "object"
79045
79050
  },
79046
79051
  "Map<number,IGraphicRender>": {
79047
79052
  "properties": {
79048
- "__@toStringTag@12868": {
79053
+ "__@toStringTag@12872": {
79049
79054
  "type": "string"
79050
79055
  },
79051
79056
  "size": {
@@ -79053,14 +79058,14 @@
79053
79058
  }
79054
79059
  },
79055
79060
  "required": [
79056
- "__@toStringTag@12868",
79061
+ "__@toStringTag@12872",
79057
79062
  "size"
79058
79063
  ],
79059
79064
  "type": "object"
79060
79065
  },
79061
79066
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
79062
79067
  "properties": {
79063
- "__@toStringTag@12868": {
79068
+ "__@toStringTag@12872": {
79064
79069
  "type": "string"
79065
79070
  },
79066
79071
  "size": {
@@ -79068,14 +79073,14 @@
79068
79073
  }
79069
79074
  },
79070
79075
  "required": [
79071
- "__@toStringTag@12868",
79076
+ "__@toStringTag@12872",
79072
79077
  "size"
79073
79078
  ],
79074
79079
  "type": "object"
79075
79080
  },
79076
79081
  "Map<string,Map<number,IGraphicRender>>": {
79077
79082
  "properties": {
79078
- "__@toStringTag@12868": {
79083
+ "__@toStringTag@12872": {
79079
79084
  "type": "string"
79080
79085
  },
79081
79086
  "size": {
@@ -79083,14 +79088,14 @@
79083
79088
  }
79084
79089
  },
79085
79090
  "required": [
79086
- "__@toStringTag@12868",
79091
+ "__@toStringTag@12872",
79087
79092
  "size"
79088
79093
  ],
79089
79094
  "type": "object"
79090
79095
  },
79091
79096
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
79092
79097
  "properties": {
79093
- "__@toStringTag@12868": {
79098
+ "__@toStringTag@12872": {
79094
79099
  "type": "string"
79095
79100
  },
79096
79101
  "size": {
@@ -79098,14 +79103,14 @@
79098
79103
  }
79099
79104
  },
79100
79105
  "required": [
79101
- "__@toStringTag@12868",
79106
+ "__@toStringTag@12872",
79102
79107
  "size"
79103
79108
  ],
79104
79109
  "type": "object"
79105
79110
  },
79106
79111
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
79107
79112
  "properties": {
79108
- "__@toStringTag@12868": {
79113
+ "__@toStringTag@12872": {
79109
79114
  "type": "string"
79110
79115
  },
79111
79116
  "size": {
@@ -79113,14 +79118,14 @@
79113
79118
  }
79114
79119
  },
79115
79120
  "required": [
79116
- "__@toStringTag@12868",
79121
+ "__@toStringTag@12872",
79117
79122
  "size"
79118
79123
  ],
79119
79124
  "type": "object"
79120
79125
  },
79121
79126
  "Map<string|number,IAnimate>": {
79122
79127
  "properties": {
79123
- "__@toStringTag@12868": {
79128
+ "__@toStringTag@12872": {
79124
79129
  "type": "string"
79125
79130
  },
79126
79131
  "size": {
@@ -79128,7 +79133,7 @@
79128
79133
  }
79129
79134
  },
79130
79135
  "required": [
79131
- "__@toStringTag@12868",
79136
+ "__@toStringTag@12872",
79132
79137
  "size"
79133
79138
  ],
79134
79139
  "type": "object"
@@ -100621,34 +100626,34 @@
100621
100626
  },
100622
100627
  "Promise<FontFaceSet>": {
100623
100628
  "properties": {
100624
- "__@toStringTag@12868": {
100629
+ "__@toStringTag@12872": {
100625
100630
  "type": "string"
100626
100631
  }
100627
100632
  },
100628
100633
  "required": [
100629
- "__@toStringTag@12868"
100634
+ "__@toStringTag@12872"
100630
100635
  ],
100631
100636
  "type": "object"
100632
100637
  },
100633
100638
  "Promise<ServiceWorkerRegistration>": {
100634
100639
  "properties": {
100635
- "__@toStringTag@12868": {
100640
+ "__@toStringTag@12872": {
100636
100641
  "type": "string"
100637
100642
  }
100638
100643
  },
100639
100644
  "required": [
100640
- "__@toStringTag@12868"
100645
+ "__@toStringTag@12872"
100641
100646
  ],
100642
100647
  "type": "object"
100643
100648
  },
100644
100649
  "Promise<any>": {
100645
100650
  "properties": {
100646
- "__@toStringTag@12868": {
100651
+ "__@toStringTag@12872": {
100647
100652
  "type": "string"
100648
100653
  }
100649
100654
  },
100650
100655
  "required": [
100651
- "__@toStringTag@12868"
100656
+ "__@toStringTag@12872"
100652
100657
  ],
100653
100658
  "type": "object"
100654
100659
  },