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

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 +37 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.7-alpha.3",
3
+ "version": "1.11.7",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -73469,6 +73469,11 @@
73469
73469
  "$ref": "#/definitions/Partial<ITooltipHandlerSpec>",
73470
73470
  "description": "自定义handler方法"
73471
73471
  },
73472
+ "hideTimer": {
73473
+ "description": "隐藏计时器",
73474
+ "since": "1.11.7",
73475
+ "type": "number"
73476
+ },
73472
73477
  "lockAfterClick": {
73473
73478
  "description": "点击后锁定,只有点击才可以更新位置或者解锁,通常用于 trigger 为 `['hover', 'click']` 的场景\n(*会影响自定义handler)",
73474
73479
  "since": "1.10.0",
@@ -78799,11 +78804,8 @@
78799
78804
  "type": "array"
78800
78805
  },
78801
78806
  "colorMode": {
78802
- "description": "颜色模式",
78803
- "enum": [
78804
- "linear",
78805
- "ordinal"
78806
- ],
78807
+ "const": "ordinal",
78808
+ "description": "颜色模式\nTODO: 'linear' 待支持",
78807
78809
  "type": "string"
78808
78810
  },
78809
78811
  "crosshair": {
@@ -79310,11 +79312,8 @@
79310
79312
  "type": "array"
79311
79313
  },
79312
79314
  "colorMode": {
79313
- "description": "颜色模式",
79314
- "enum": [
79315
- "linear",
79316
- "ordinal"
79317
- ],
79315
+ "const": "ordinal",
79316
+ "description": "颜色模式\nTODO: 'linear' 待支持",
79318
79317
  "type": "string"
79319
79318
  },
79320
79319
  "data": {
@@ -79743,11 +79742,8 @@
79743
79742
  "type": "array"
79744
79743
  },
79745
79744
  "colorMode": {
79746
- "description": "颜色模式",
79747
- "enum": [
79748
- "linear",
79749
- "ordinal"
79750
- ],
79745
+ "const": "ordinal",
79746
+ "description": "颜色模式\nTODO: 'linear' 待支持",
79751
79747
  "type": "string"
79752
79748
  },
79753
79749
  "crosshair": {
@@ -80247,11 +80243,8 @@
80247
80243
  "type": "array"
80248
80244
  },
80249
80245
  "colorMode": {
80250
- "description": "颜色模式",
80251
- "enum": [
80252
- "linear",
80253
- "ordinal"
80254
- ],
80246
+ "const": "ordinal",
80247
+ "description": "颜色模式\nTODO: 'linear' 待支持",
80255
80248
  "type": "string"
80256
80249
  },
80257
80250
  "data": {
@@ -80692,7 +80685,7 @@
80692
80685
  },
80693
80686
  "Map<Function,(...args:any[])=>void>": {
80694
80687
  "properties": {
80695
- "__@toStringTag@13444": {
80688
+ "__@toStringTag@13445": {
80696
80689
  "type": "string"
80697
80690
  },
80698
80691
  "size": {
@@ -80700,14 +80693,14 @@
80700
80693
  }
80701
80694
  },
80702
80695
  "required": [
80703
- "__@toStringTag@13444",
80696
+ "__@toStringTag@13445",
80704
80697
  "size"
80705
80698
  ],
80706
80699
  "type": "object"
80707
80700
  },
80708
80701
  "Map<number,IGraphicPicker>": {
80709
80702
  "properties": {
80710
- "__@toStringTag@13444": {
80703
+ "__@toStringTag@13445": {
80711
80704
  "type": "string"
80712
80705
  },
80713
80706
  "size": {
@@ -80715,14 +80708,14 @@
80715
80708
  }
80716
80709
  },
80717
80710
  "required": [
80718
- "__@toStringTag@13444",
80711
+ "__@toStringTag@13445",
80719
80712
  "size"
80720
80713
  ],
80721
80714
  "type": "object"
80722
80715
  },
80723
80716
  "Map<number,IGraphicRender>": {
80724
80717
  "properties": {
80725
- "__@toStringTag@13444": {
80718
+ "__@toStringTag@13445": {
80726
80719
  "type": "string"
80727
80720
  },
80728
80721
  "size": {
@@ -80730,14 +80723,14 @@
80730
80723
  }
80731
80724
  },
80732
80725
  "required": [
80733
- "__@toStringTag@13444",
80726
+ "__@toStringTag@13445",
80734
80727
  "size"
80735
80728
  ],
80736
80729
  "type": "object"
80737
80730
  },
80738
80731
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
80739
80732
  "properties": {
80740
- "__@toStringTag@13444": {
80733
+ "__@toStringTag@13445": {
80741
80734
  "type": "string"
80742
80735
  },
80743
80736
  "size": {
@@ -80745,14 +80738,14 @@
80745
80738
  }
80746
80739
  },
80747
80740
  "required": [
80748
- "__@toStringTag@13444",
80741
+ "__@toStringTag@13445",
80749
80742
  "size"
80750
80743
  ],
80751
80744
  "type": "object"
80752
80745
  },
80753
80746
  "Map<string,Map<number,IGraphicRender>>": {
80754
80747
  "properties": {
80755
- "__@toStringTag@13444": {
80748
+ "__@toStringTag@13445": {
80756
80749
  "type": "string"
80757
80750
  },
80758
80751
  "size": {
@@ -80760,14 +80753,14 @@
80760
80753
  }
80761
80754
  },
80762
80755
  "required": [
80763
- "__@toStringTag@13444",
80756
+ "__@toStringTag@13445",
80764
80757
  "size"
80765
80758
  ],
80766
80759
  "type": "object"
80767
80760
  },
80768
80761
  "Map<string,any>": {
80769
80762
  "properties": {
80770
- "__@toStringTag@13444": {
80763
+ "__@toStringTag@13445": {
80771
80764
  "type": "string"
80772
80765
  },
80773
80766
  "size": {
@@ -80775,14 +80768,14 @@
80775
80768
  }
80776
80769
  },
80777
80770
  "required": [
80778
- "__@toStringTag@13444",
80771
+ "__@toStringTag@13445",
80779
80772
  "size"
80780
80773
  ],
80781
80774
  "type": "object"
80782
80775
  },
80783
80776
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
80784
80777
  "properties": {
80785
- "__@toStringTag@13444": {
80778
+ "__@toStringTag@13445": {
80786
80779
  "type": "string"
80787
80780
  },
80788
80781
  "size": {
@@ -80790,14 +80783,14 @@
80790
80783
  }
80791
80784
  },
80792
80785
  "required": [
80793
- "__@toStringTag@13444",
80786
+ "__@toStringTag@13445",
80794
80787
  "size"
80795
80788
  ],
80796
80789
  "type": "object"
80797
80790
  },
80798
80791
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
80799
80792
  "properties": {
80800
- "__@toStringTag@13444": {
80793
+ "__@toStringTag@13445": {
80801
80794
  "type": "string"
80802
80795
  },
80803
80796
  "size": {
@@ -80805,14 +80798,14 @@
80805
80798
  }
80806
80799
  },
80807
80800
  "required": [
80808
- "__@toStringTag@13444",
80801
+ "__@toStringTag@13445",
80809
80802
  "size"
80810
80803
  ],
80811
80804
  "type": "object"
80812
80805
  },
80813
80806
  "Map<string|number,IAnimate>": {
80814
80807
  "properties": {
80815
- "__@toStringTag@13444": {
80808
+ "__@toStringTag@13445": {
80816
80809
  "type": "string"
80817
80810
  },
80818
80811
  "size": {
@@ -80820,7 +80813,7 @@
80820
80813
  }
80821
80814
  },
80822
80815
  "required": [
80823
- "__@toStringTag@13444",
80816
+ "__@toStringTag@13445",
80824
80817
  "size"
80825
80818
  ],
80826
80819
  "type": "object"
@@ -101376,34 +101369,34 @@
101376
101369
  },
101377
101370
  "Promise<FontFaceSet>": {
101378
101371
  "properties": {
101379
- "__@toStringTag@13444": {
101372
+ "__@toStringTag@13445": {
101380
101373
  "type": "string"
101381
101374
  }
101382
101375
  },
101383
101376
  "required": [
101384
- "__@toStringTag@13444"
101377
+ "__@toStringTag@13445"
101385
101378
  ],
101386
101379
  "type": "object"
101387
101380
  },
101388
101381
  "Promise<ServiceWorkerRegistration>": {
101389
101382
  "properties": {
101390
- "__@toStringTag@13444": {
101383
+ "__@toStringTag@13445": {
101391
101384
  "type": "string"
101392
101385
  }
101393
101386
  },
101394
101387
  "required": [
101395
- "__@toStringTag@13444"
101388
+ "__@toStringTag@13445"
101396
101389
  ],
101397
101390
  "type": "object"
101398
101391
  },
101399
101392
  "Promise<any>": {
101400
101393
  "properties": {
101401
- "__@toStringTag@13444": {
101394
+ "__@toStringTag@13445": {
101402
101395
  "type": "string"
101403
101396
  }
101404
101397
  },
101405
101398
  "required": [
101406
- "__@toStringTag@13444"
101399
+ "__@toStringTag@13445"
101407
101400
  ],
101408
101401
  "type": "object"
101409
101402
  },