@visactor/vchart-schema 1.5.1-alpha.2 → 1.5.1-alpha.4

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 +109 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.5.1-alpha.2",
3
+ "version": "1.5.1-alpha.4",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -28296,6 +28296,9 @@
28296
28296
  "customPickShape": {
28297
28297
  "typeof": "function"
28298
28298
  },
28299
+ "disableTriggerEvent": {
28300
+ "type": "boolean"
28301
+ },
28299
28302
  "display": {
28300
28303
  "enum": [
28301
28304
  "flex",
@@ -58834,6 +58837,11 @@
58834
58837
  },
58835
58838
  "ITooltipTextTheme": {
58836
58839
  "properties": {
58840
+ "autoWidth": {
58841
+ "description": "是否开启自动宽度。效果分为以下几种情况:\n- tooltip 标题:`autoWidth` 默认为 `false`。如果配置为 `true`,则 tooltip 标题会保持和 tooltip 内容一致的宽度\n- tooltip key 标签:`autoWidth` 不适用\n- tooltip value 标签:`autoWidth` 默认为 `true`。如果配置为 `true`,则 tooltip value 标签会自动占满 tooltip 整体宽度的剩余部分",
58842
+ "since": "1.4.2",
58843
+ "type": "boolean"
58844
+ },
58837
58845
  "fill": {
58838
58846
  "anyOf": [
58839
58847
  {
@@ -58904,7 +58912,7 @@
58904
58912
  "ITooltipTheme": {
58905
58913
  "properties": {
58906
58914
  "keyLabel": {
58907
- "$ref": "#/definitions/ITooltipTextTheme",
58915
+ "$ref": "#/definitions/Omit<ITooltipTextTheme,\"autoWidth\">",
58908
58916
  "description": "tooltip内容,key字段"
58909
58917
  },
58910
58918
  "offset": {
@@ -64634,7 +64642,7 @@
64634
64642
  },
64635
64643
  "Map<Function,(...args:any[])=>void>": {
64636
64644
  "properties": {
64637
- "__@toStringTag@13350": {
64645
+ "__@toStringTag@13372": {
64638
64646
  "type": "string"
64639
64647
  },
64640
64648
  "size": {
@@ -64642,14 +64650,14 @@
64642
64650
  }
64643
64651
  },
64644
64652
  "required": [
64645
- "__@toStringTag@13350",
64653
+ "__@toStringTag@13372",
64646
64654
  "size"
64647
64655
  ],
64648
64656
  "type": "object"
64649
64657
  },
64650
64658
  "Map<number,IGraphicPicker>": {
64651
64659
  "properties": {
64652
- "__@toStringTag@13350": {
64660
+ "__@toStringTag@13372": {
64653
64661
  "type": "string"
64654
64662
  },
64655
64663
  "size": {
@@ -64657,14 +64665,14 @@
64657
64665
  }
64658
64666
  },
64659
64667
  "required": [
64660
- "__@toStringTag@13350",
64668
+ "__@toStringTag@13372",
64661
64669
  "size"
64662
64670
  ],
64663
64671
  "type": "object"
64664
64672
  },
64665
64673
  "Map<number,IGraphicRender>": {
64666
64674
  "properties": {
64667
- "__@toStringTag@13350": {
64675
+ "__@toStringTag@13372": {
64668
64676
  "type": "string"
64669
64677
  },
64670
64678
  "size": {
@@ -64672,14 +64680,14 @@
64672
64680
  }
64673
64681
  },
64674
64682
  "required": [
64675
- "__@toStringTag@13350",
64683
+ "__@toStringTag@13372",
64676
64684
  "size"
64677
64685
  ],
64678
64686
  "type": "object"
64679
64687
  },
64680
64688
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
64681
64689
  "properties": {
64682
- "__@toStringTag@13350": {
64690
+ "__@toStringTag@13372": {
64683
64691
  "type": "string"
64684
64692
  },
64685
64693
  "size": {
@@ -64687,14 +64695,14 @@
64687
64695
  }
64688
64696
  },
64689
64697
  "required": [
64690
- "__@toStringTag@13350",
64698
+ "__@toStringTag@13372",
64691
64699
  "size"
64692
64700
  ],
64693
64701
  "type": "object"
64694
64702
  },
64695
64703
  "Map<string,Map<number,IGraphicRender>>": {
64696
64704
  "properties": {
64697
- "__@toStringTag@13350": {
64705
+ "__@toStringTag@13372": {
64698
64706
  "type": "string"
64699
64707
  },
64700
64708
  "size": {
@@ -64702,14 +64710,14 @@
64702
64710
  }
64703
64711
  },
64704
64712
  "required": [
64705
- "__@toStringTag@13350",
64713
+ "__@toStringTag@13372",
64706
64714
  "size"
64707
64715
  ],
64708
64716
  "type": "object"
64709
64717
  },
64710
64718
  "Map<string,any>": {
64711
64719
  "properties": {
64712
- "__@toStringTag@13350": {
64720
+ "__@toStringTag@13372": {
64713
64721
  "type": "string"
64714
64722
  },
64715
64723
  "size": {
@@ -64717,14 +64725,14 @@
64717
64725
  }
64718
64726
  },
64719
64727
  "required": [
64720
- "__@toStringTag@13350",
64728
+ "__@toStringTag@13372",
64721
64729
  "size"
64722
64730
  ],
64723
64731
  "type": "object"
64724
64732
  },
64725
64733
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
64726
64734
  "properties": {
64727
- "__@toStringTag@13350": {
64735
+ "__@toStringTag@13372": {
64728
64736
  "type": "string"
64729
64737
  },
64730
64738
  "size": {
@@ -64732,14 +64740,14 @@
64732
64740
  }
64733
64741
  },
64734
64742
  "required": [
64735
- "__@toStringTag@13350",
64743
+ "__@toStringTag@13372",
64736
64744
  "size"
64737
64745
  ],
64738
64746
  "type": "object"
64739
64747
  },
64740
64748
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
64741
64749
  "properties": {
64742
- "__@toStringTag@13350": {
64750
+ "__@toStringTag@13372": {
64743
64751
  "type": "string"
64744
64752
  },
64745
64753
  "size": {
@@ -64747,14 +64755,14 @@
64747
64755
  }
64748
64756
  },
64749
64757
  "required": [
64750
- "__@toStringTag@13350",
64758
+ "__@toStringTag@13372",
64751
64759
  "size"
64752
64760
  ],
64753
64761
  "type": "object"
64754
64762
  },
64755
64763
  "Map<string|number,IAnimate>": {
64756
64764
  "properties": {
64757
- "__@toStringTag@13350": {
64765
+ "__@toStringTag@13372": {
64758
64766
  "type": "string"
64759
64767
  },
64760
64768
  "size": {
@@ -64762,7 +64770,7 @@
64762
64770
  }
64763
64771
  },
64764
64772
  "required": [
64765
- "__@toStringTag@13350",
64773
+ "__@toStringTag@13372",
64766
64774
  "size"
64767
64775
  ],
64768
64776
  "type": "object"
@@ -65253,6 +65261,9 @@
65253
65261
  },
65254
65262
  "type": "array"
65255
65263
  },
65264
+ "disableTriggerEvent": {
65265
+ "type": "boolean"
65266
+ },
65256
65267
  "display": {
65257
65268
  "enum": [
65258
65269
  "flex",
@@ -68857,10 +68868,79 @@
68857
68868
  },
68858
68869
  "type": "object"
68859
68870
  },
68871
+ "Omit<ITooltipTextTheme,\"autoWidth\">": {
68872
+ "properties": {
68873
+ "fill": {
68874
+ "anyOf": [
68875
+ {
68876
+ "$ref": "#/definitions/IColorKey"
68877
+ },
68878
+ {
68879
+ "type": "string"
68880
+ }
68881
+ ],
68882
+ "description": "字体颜色"
68883
+ },
68884
+ "fontColor": {
68885
+ "anyOf": [
68886
+ {
68887
+ "$ref": "#/definitions/IColorKey"
68888
+ },
68889
+ {
68890
+ "type": "string"
68891
+ }
68892
+ ]
68893
+ },
68894
+ "fontFamily": {
68895
+ "description": "字体",
68896
+ "type": "string"
68897
+ },
68898
+ "fontSize": {
68899
+ "description": "字体大小",
68900
+ "type": "number"
68901
+ },
68902
+ "fontWeight": {
68903
+ "$ref": "#/definitions/StringOrNumber",
68904
+ "description": "字重"
68905
+ },
68906
+ "lineHeight": {
68907
+ "description": "行高",
68908
+ "type": [
68909
+ "string",
68910
+ "number"
68911
+ ]
68912
+ },
68913
+ "maxWidth": {
68914
+ "description": "最大宽度",
68915
+ "type": "number"
68916
+ },
68917
+ "multiLine": {
68918
+ "description": "是否支持换行",
68919
+ "type": "boolean"
68920
+ },
68921
+ "spacing": {
68922
+ "description": "与相邻元素的水平间距",
68923
+ "type": "number"
68924
+ },
68925
+ "textAlign": {
68926
+ "$ref": "#/definitions/TextAlign",
68927
+ "description": "对齐方式"
68928
+ },
68929
+ "textBaseline": {
68930
+ "$ref": "#/definitions/TextBaseLine",
68931
+ "description": "字体基线"
68932
+ },
68933
+ "wordBreak": {
68934
+ "$ref": "#/definitions/RichTextWordBreak",
68935
+ "description": "换行模式,默认为'break-word'"
68936
+ }
68937
+ },
68938
+ "type": "object"
68939
+ },
68860
68940
  "Omit<ITooltipTheme,\"offset\">": {
68861
68941
  "properties": {
68862
68942
  "keyLabel": {
68863
- "$ref": "#/definitions/ITooltipTextTheme",
68943
+ "$ref": "#/definitions/Omit<ITooltipTextTheme,\"autoWidth\">",
68864
68944
  "description": "tooltip内容,key字段"
68865
68945
  },
68866
68946
  "panel": {
@@ -69176,6 +69256,9 @@
69176
69256
  "defaultCurrent": {
69177
69257
  "type": "number"
69178
69258
  },
69259
+ "disableTriggerEvent": {
69260
+ "type": "boolean"
69261
+ },
69179
69262
  "display": {
69180
69263
  "enum": [
69181
69264
  "flex",
@@ -79877,34 +79960,34 @@
79877
79960
  },
79878
79961
  "Promise<FontFaceSet>": {
79879
79962
  "properties": {
79880
- "__@toStringTag@13350": {
79963
+ "__@toStringTag@13372": {
79881
79964
  "type": "string"
79882
79965
  }
79883
79966
  },
79884
79967
  "required": [
79885
- "__@toStringTag@13350"
79968
+ "__@toStringTag@13372"
79886
79969
  ],
79887
79970
  "type": "object"
79888
79971
  },
79889
79972
  "Promise<ServiceWorkerRegistration>": {
79890
79973
  "properties": {
79891
- "__@toStringTag@13350": {
79974
+ "__@toStringTag@13372": {
79892
79975
  "type": "string"
79893
79976
  }
79894
79977
  },
79895
79978
  "required": [
79896
- "__@toStringTag@13350"
79979
+ "__@toStringTag@13372"
79897
79980
  ],
79898
79981
  "type": "object"
79899
79982
  },
79900
79983
  "Promise<any>": {
79901
79984
  "properties": {
79902
- "__@toStringTag@13350": {
79985
+ "__@toStringTag@13372": {
79903
79986
  "type": "string"
79904
79987
  }
79905
79988
  },
79906
79989
  "required": [
79907
- "__@toStringTag@13350"
79990
+ "__@toStringTag@13372"
79908
79991
  ],
79909
79992
  "type": "object"
79910
79993
  },