@visactor/vchart-schema 1.11.10-alpha.3 → 1.11.10

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 +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.10-alpha.3",
3
+ "version": "1.11.10",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -57835,7 +57835,7 @@
57835
57835
  "panel": {
57836
57836
  "allOf": [
57837
57837
  {
57838
- "$ref": "#/definitions/Partial<Omit<{visible:boolean;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>"
57838
+ "$ref": "#/definitions/Partial<Omit<{visible:boolean;customShape?:(text:Pick<TextContent,\"text\">,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>"
57839
57839
  },
57840
57840
  {
57841
57841
  "typeof": "function"
@@ -98247,7 +98247,7 @@
98247
98247
  },
98248
98248
  "type": "object"
98249
98249
  },
98250
- "Partial<Omit<{visible:boolean;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>": {
98250
+ "Partial<Omit<{visible:boolean;customShape?:(text:Pick<TextContent,\"text\">,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>": {
98251
98251
  "properties": {
98252
98252
  "_debug_bounds": {
98253
98253
  "anyOf": [
@@ -98433,6 +98433,9 @@
98433
98433
  "customPickShape": {
98434
98434
  "typeof": "function"
98435
98435
  },
98436
+ "customShape": {
98437
+ "typeof": "function"
98438
+ },
98436
98439
  "dx": {
98437
98440
  "type": "number"
98438
98441
  },