@visactor/vchart-schema 2.0.8 → 2.0.9

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 +23 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -79035,7 +79035,7 @@
79035
79035
  },
79036
79036
  "Map<Function,(...args:any[])=>void>": {
79037
79037
  "properties": {
79038
- "__@toStringTag@12872": {
79038
+ "__@toStringTag@12877": {
79039
79039
  "type": "string"
79040
79040
  },
79041
79041
  "size": {
@@ -79043,14 +79043,14 @@
79043
79043
  }
79044
79044
  },
79045
79045
  "required": [
79046
- "__@toStringTag@12872",
79046
+ "__@toStringTag@12877",
79047
79047
  "size"
79048
79048
  ],
79049
79049
  "type": "object"
79050
79050
  },
79051
79051
  "Map<number,IGraphicRender>": {
79052
79052
  "properties": {
79053
- "__@toStringTag@12872": {
79053
+ "__@toStringTag@12877": {
79054
79054
  "type": "string"
79055
79055
  },
79056
79056
  "size": {
@@ -79058,14 +79058,14 @@
79058
79058
  }
79059
79059
  },
79060
79060
  "required": [
79061
- "__@toStringTag@12872",
79061
+ "__@toStringTag@12877",
79062
79062
  "size"
79063
79063
  ],
79064
79064
  "type": "object"
79065
79065
  },
79066
79066
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
79067
79067
  "properties": {
79068
- "__@toStringTag@12872": {
79068
+ "__@toStringTag@12877": {
79069
79069
  "type": "string"
79070
79070
  },
79071
79071
  "size": {
@@ -79073,14 +79073,14 @@
79073
79073
  }
79074
79074
  },
79075
79075
  "required": [
79076
- "__@toStringTag@12872",
79076
+ "__@toStringTag@12877",
79077
79077
  "size"
79078
79078
  ],
79079
79079
  "type": "object"
79080
79080
  },
79081
79081
  "Map<string,Map<number,IGraphicRender>>": {
79082
79082
  "properties": {
79083
- "__@toStringTag@12872": {
79083
+ "__@toStringTag@12877": {
79084
79084
  "type": "string"
79085
79085
  },
79086
79086
  "size": {
@@ -79088,14 +79088,14 @@
79088
79088
  }
79089
79089
  },
79090
79090
  "required": [
79091
- "__@toStringTag@12872",
79091
+ "__@toStringTag@12877",
79092
79092
  "size"
79093
79093
  ],
79094
79094
  "type": "object"
79095
79095
  },
79096
79096
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
79097
79097
  "properties": {
79098
- "__@toStringTag@12872": {
79098
+ "__@toStringTag@12877": {
79099
79099
  "type": "string"
79100
79100
  },
79101
79101
  "size": {
@@ -79103,14 +79103,14 @@
79103
79103
  }
79104
79104
  },
79105
79105
  "required": [
79106
- "__@toStringTag@12872",
79106
+ "__@toStringTag@12877",
79107
79107
  "size"
79108
79108
  ],
79109
79109
  "type": "object"
79110
79110
  },
79111
79111
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
79112
79112
  "properties": {
79113
- "__@toStringTag@12872": {
79113
+ "__@toStringTag@12877": {
79114
79114
  "type": "string"
79115
79115
  },
79116
79116
  "size": {
@@ -79118,14 +79118,14 @@
79118
79118
  }
79119
79119
  },
79120
79120
  "required": [
79121
- "__@toStringTag@12872",
79121
+ "__@toStringTag@12877",
79122
79122
  "size"
79123
79123
  ],
79124
79124
  "type": "object"
79125
79125
  },
79126
79126
  "Map<string|number,IAnimate>": {
79127
79127
  "properties": {
79128
- "__@toStringTag@12872": {
79128
+ "__@toStringTag@12877": {
79129
79129
  "type": "string"
79130
79130
  },
79131
79131
  "size": {
@@ -79133,7 +79133,7 @@
79133
79133
  }
79134
79134
  },
79135
79135
  "required": [
79136
- "__@toStringTag@12872",
79136
+ "__@toStringTag@12877",
79137
79137
  "size"
79138
79138
  ],
79139
79139
  "type": "object"
@@ -84980,6 +84980,9 @@
84980
84980
  "clampForce": {
84981
84981
  "type": "boolean"
84982
84982
  },
84983
+ "filterBeforeOverlap": {
84984
+ "typeof": "function"
84985
+ },
84983
84986
  "hideOnHit": {
84984
84987
  "type": "boolean"
84985
84988
  },
@@ -100626,34 +100629,34 @@
100626
100629
  },
100627
100630
  "Promise<FontFaceSet>": {
100628
100631
  "properties": {
100629
- "__@toStringTag@12872": {
100632
+ "__@toStringTag@12877": {
100630
100633
  "type": "string"
100631
100634
  }
100632
100635
  },
100633
100636
  "required": [
100634
- "__@toStringTag@12872"
100637
+ "__@toStringTag@12877"
100635
100638
  ],
100636
100639
  "type": "object"
100637
100640
  },
100638
100641
  "Promise<ServiceWorkerRegistration>": {
100639
100642
  "properties": {
100640
- "__@toStringTag@12872": {
100643
+ "__@toStringTag@12877": {
100641
100644
  "type": "string"
100642
100645
  }
100643
100646
  },
100644
100647
  "required": [
100645
- "__@toStringTag@12872"
100648
+ "__@toStringTag@12877"
100646
100649
  ],
100647
100650
  "type": "object"
100648
100651
  },
100649
100652
  "Promise<any>": {
100650
100653
  "properties": {
100651
- "__@toStringTag@12872": {
100654
+ "__@toStringTag@12877": {
100652
100655
  "type": "string"
100653
100656
  }
100654
100657
  },
100655
100658
  "required": [
100656
- "__@toStringTag@12872"
100659
+ "__@toStringTag@12877"
100657
100660
  ],
100658
100661
  "type": "object"
100659
100662
  },