@visactor/vchart-schema 1.13.1-alpha.0 → 1.13.1-alpha.2

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 +28 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.13.1-alpha.0",
3
+ "version": "1.13.1-alpha.2",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -30445,6 +30445,9 @@
30445
30445
  "description": "模块是否裁剪超出布局区域外的绘图内容",
30446
30446
  "type": "boolean"
30447
30447
  },
30448
+ "customFilter": {
30449
+ "typeof": "function"
30450
+ },
30448
30451
  "endText": {
30449
30452
  "typeof": "function"
30450
30453
  },
@@ -33381,6 +33384,9 @@
33381
33384
  "cursor": {
33382
33385
  "$ref": "#/definitions/Cursor"
33383
33386
  },
33387
+ "customFilter": {
33388
+ "typeof": "function"
33389
+ },
33384
33390
  "customPickShape": {
33385
33391
  "typeof": "function"
33386
33392
  },
@@ -49220,11 +49226,14 @@
49220
49226
  "minItems": 2,
49221
49227
  "type": "array"
49222
49228
  },
49229
+ {
49230
+ "typeof": "function"
49231
+ },
49223
49232
  {
49224
49233
  "type": "number"
49225
49234
  }
49226
49235
  ],
49227
- "description": "连续轴上的 dimension tooltip 数据筛选范围\n如果配置为单个数字 d,则筛选区间为 [x0 - d, x0 + d];如果配置为二元组 [d1, d2],则筛选区间为 [x0 + d1, x0 + d2]",
49236
+ "description": "连续轴上的 dimension tooltip 数据筛选范围\n如果配置为单个数字 d,则筛选区间为 [x0 - d, x0 + d];如果配置为二元组 [d1, d2],则筛选区间为 [x0 + d1, x0 + d2]\n如果配置为函数 f, 函数的返回值将会作为数据筛选范围的值",
49228
49237
  "since": "1.4.0"
49229
49238
  },
49230
49239
  "zero": {
@@ -82516,7 +82525,7 @@
82516
82525
  },
82517
82526
  "Map<Function,(...args:any[])=>void>": {
82518
82527
  "properties": {
82519
- "__@toStringTag@15543": {
82528
+ "__@toStringTag@15544": {
82520
82529
  "type": "string"
82521
82530
  },
82522
82531
  "size": {
@@ -82524,14 +82533,14 @@
82524
82533
  }
82525
82534
  },
82526
82535
  "required": [
82527
- "__@toStringTag@15543",
82536
+ "__@toStringTag@15544",
82528
82537
  "size"
82529
82538
  ],
82530
82539
  "type": "object"
82531
82540
  },
82532
82541
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
82533
82542
  "properties": {
82534
- "__@toStringTag@15543": {
82543
+ "__@toStringTag@15544": {
82535
82544
  "type": "string"
82536
82545
  },
82537
82546
  "size": {
@@ -82539,14 +82548,14 @@
82539
82548
  }
82540
82549
  },
82541
82550
  "required": [
82542
- "__@toStringTag@15543",
82551
+ "__@toStringTag@15544",
82543
82552
  "size"
82544
82553
  ],
82545
82554
  "type": "object"
82546
82555
  },
82547
82556
  "Map<string,any>": {
82548
82557
  "properties": {
82549
- "__@toStringTag@15543": {
82558
+ "__@toStringTag@15544": {
82550
82559
  "type": "string"
82551
82560
  },
82552
82561
  "size": {
@@ -82554,14 +82563,14 @@
82554
82563
  }
82555
82564
  },
82556
82565
  "required": [
82557
- "__@toStringTag@15543",
82566
+ "__@toStringTag@15544",
82558
82567
  "size"
82559
82568
  ],
82560
82569
  "type": "object"
82561
82570
  },
82562
82571
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82563
82572
  "properties": {
82564
- "__@toStringTag@15543": {
82573
+ "__@toStringTag@15544": {
82565
82574
  "type": "string"
82566
82575
  },
82567
82576
  "size": {
@@ -82569,14 +82578,14 @@
82569
82578
  }
82570
82579
  },
82571
82580
  "required": [
82572
- "__@toStringTag@15543",
82581
+ "__@toStringTag@15544",
82573
82582
  "size"
82574
82583
  ],
82575
82584
  "type": "object"
82576
82585
  },
82577
82586
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82578
82587
  "properties": {
82579
- "__@toStringTag@15543": {
82588
+ "__@toStringTag@15544": {
82580
82589
  "type": "string"
82581
82590
  },
82582
82591
  "size": {
@@ -82584,14 +82593,14 @@
82584
82593
  }
82585
82594
  },
82586
82595
  "required": [
82587
- "__@toStringTag@15543",
82596
+ "__@toStringTag@15544",
82588
82597
  "size"
82589
82598
  ],
82590
82599
  "type": "object"
82591
82600
  },
82592
82601
  "Map<string|number,IAnimate>": {
82593
82602
  "properties": {
82594
- "__@toStringTag@15543": {
82603
+ "__@toStringTag@15544": {
82595
82604
  "type": "string"
82596
82605
  },
82597
82606
  "size": {
@@ -82599,7 +82608,7 @@
82599
82608
  }
82600
82609
  },
82601
82610
  "required": [
82602
- "__@toStringTag@15543",
82611
+ "__@toStringTag@15544",
82603
82612
  "size"
82604
82613
  ],
82605
82614
  "type": "object"
@@ -103907,34 +103916,34 @@
103907
103916
  },
103908
103917
  "Promise<FontFaceSet>": {
103909
103918
  "properties": {
103910
- "__@toStringTag@15543": {
103919
+ "__@toStringTag@15544": {
103911
103920
  "type": "string"
103912
103921
  }
103913
103922
  },
103914
103923
  "required": [
103915
- "__@toStringTag@15543"
103924
+ "__@toStringTag@15544"
103916
103925
  ],
103917
103926
  "type": "object"
103918
103927
  },
103919
103928
  "Promise<ServiceWorkerRegistration>": {
103920
103929
  "properties": {
103921
- "__@toStringTag@15543": {
103930
+ "__@toStringTag@15544": {
103922
103931
  "type": "string"
103923
103932
  }
103924
103933
  },
103925
103934
  "required": [
103926
- "__@toStringTag@15543"
103935
+ "__@toStringTag@15544"
103927
103936
  ],
103928
103937
  "type": "object"
103929
103938
  },
103930
103939
  "Promise<any>": {
103931
103940
  "properties": {
103932
- "__@toStringTag@15543": {
103941
+ "__@toStringTag@15544": {
103933
103942
  "type": "string"
103934
103943
  }
103935
103944
  },
103936
103945
  "required": [
103937
- "__@toStringTag@15543"
103946
+ "__@toStringTag@15544"
103938
103947
  ],
103939
103948
  "type": "object"
103940
103949
  },