@visactor/vchart-schema 2.0.22-alpha.4 → 2.0.23-alpha.0

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 +755 -102
package/vchart.json CHANGED
@@ -21624,7 +21624,17 @@
21624
21624
  "type": "array"
21625
21625
  },
21626
21626
  "texture": {
21627
- "type": "string"
21627
+ "anyOf": [
21628
+ {
21629
+ "$ref": "#/definitions/HTMLCanvasElement"
21630
+ },
21631
+ {
21632
+ "$ref": "#/definitions/HTMLImageElement"
21633
+ },
21634
+ {
21635
+ "type": "string"
21636
+ }
21637
+ ]
21628
21638
  },
21629
21639
  "textureColor": {
21630
21640
  "type": "string"
@@ -30583,7 +30593,14 @@
30583
30593
  "description": "图表标题配置"
30584
30594
  },
30585
30595
  "tooltip": {
30586
- "$ref": "#/definitions/ITooltipTheme<string|IColorKey>",
30596
+ "allOf": [
30597
+ {
30598
+ "$ref": "#/definitions/ITooltipTheme<string|IColorKey>"
30599
+ },
30600
+ {
30601
+ "$ref": "#/definitions/Partial<Pick<ITooltipSpec,\"mark\"|\"visible\"|\"group\"|\"dimension\"|\"activeType\"|\"trigger\"|\"triggerOff\"|\"showDelay\"|\"hideTimer\"|\"lockAfterClick\"|\"renderMode\"|\"confine\"|\"className\"|\"parentElement\"|\"enterable\"|\"throttleInterval\">>"
30602
+ }
30603
+ ],
30587
30604
  "description": "tooltip 组件配置"
30588
30605
  },
30589
30606
  "totalLabel": {
@@ -34828,12 +34845,24 @@
34828
34845
  "typeof": "function"
34829
34846
  },
34830
34847
  "texture": {
34831
- "type": "string"
34848
+ "anyOf": [
34849
+ {
34850
+ "$ref": "#/definitions/HTMLCanvasElement"
34851
+ },
34852
+ {
34853
+ "$ref": "#/definitions/HTMLImageElement"
34854
+ },
34855
+ {
34856
+ "type": "string"
34857
+ }
34858
+ ]
34832
34859
  },
34833
34860
  "textureColor": {
34834
34861
  "type": "string"
34835
34862
  },
34836
- "textureOptions": {},
34863
+ "textureOptions": {
34864
+ "typeof": "function"
34865
+ },
34837
34866
  "texturePadding": {
34838
34867
  "type": "number"
34839
34868
  },
@@ -59466,12 +59495,24 @@
59466
59495
  "typeof": "function"
59467
59496
  },
59468
59497
  "texture": {
59469
- "type": "string"
59498
+ "anyOf": [
59499
+ {
59500
+ "$ref": "#/definitions/HTMLCanvasElement"
59501
+ },
59502
+ {
59503
+ "$ref": "#/definitions/HTMLImageElement"
59504
+ },
59505
+ {
59506
+ "type": "string"
59507
+ }
59508
+ ]
59470
59509
  },
59471
59510
  "textureColor": {
59472
59511
  "type": "string"
59473
59512
  },
59474
- "textureOptions": {},
59513
+ "textureOptions": {
59514
+ "typeof": "function"
59515
+ },
59475
59516
  "texturePadding": {
59476
59517
  "type": "number"
59477
59518
  },
@@ -64441,7 +64482,7 @@
64441
64482
  "IRichTextGraphicAttribute": {
64442
64483
  "allOf": [
64443
64484
  {
64444
- "$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:BackgroundMode;backgroundFit:boolean;backgroundKeepAspectRatio:boolean;backgroundScale:number;backgroundOffsetX:number;backgroundOffsetY:number;backgroundPosition:BackgroundPosition;backgroundClip:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:any;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;filter:string;renderStyle?:any;roughStyle?:IRoughStyle;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;vue:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"empty\"|\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;clipConfig:{shape:string;};}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
64485
+ "$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:BackgroundMode;backgroundFit:boolean;backgroundKeepAspectRatio:boolean;backgroundScale:number;backgroundOffsetX:number;backgroundOffsetY:number;backgroundPosition:BackgroundPosition;backgroundClip:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:{[key:string]:any;alignToGraphic?:boolean;alignOffsetX?:number;alignOffsetY?:number;radius?:number;dynamicTexture?:(ctx:IContext2d,row:number,column:number,rowCount:number,columnCount:number,ratio:number,graphic:IGraphic<Partial<IGraphicAttribute>>,width?:number,height?:number)=>void;beforeDynamicTexture?:(ctx:IContext2d,row:number,column:number,rowCount:number,columnCount:number,ratio:number,graphic:IGraphic<Partial<IGraphicAttribute>>,width?:number,height?:number)=>void;gridConfig?:{columns?:number;rows?:number;gutterColumn?:number;gutterRow?:number;};useNewCanvas?:boolean;};background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string|HTMLCanvasElement|HTMLImageElement;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;filter:string;renderStyle?:any;roughStyle?:IRoughStyle;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;vue:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"empty\"|\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;clipConfig:{shape:string;};}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
64445
64486
  },
64446
64487
  {
64447
64488
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -81900,7 +81941,7 @@
81900
81941
  },
81901
81942
  "Map<Function,(...args:any[])=>void>": {
81902
81943
  "properties": {
81903
- "__@toStringTag@12647": {
81944
+ "__@toStringTag@12649": {
81904
81945
  "type": "string"
81905
81946
  },
81906
81947
  "size": {
@@ -81908,14 +81949,14 @@
81908
81949
  }
81909
81950
  },
81910
81951
  "required": [
81911
- "__@toStringTag@12647",
81952
+ "__@toStringTag@12649",
81912
81953
  "size"
81913
81954
  ],
81914
81955
  "type": "object"
81915
81956
  },
81916
81957
  "Map<number,IGraphicRender>": {
81917
81958
  "properties": {
81918
- "__@toStringTag@12647": {
81959
+ "__@toStringTag@12649": {
81919
81960
  "type": "string"
81920
81961
  },
81921
81962
  "size": {
@@ -81923,14 +81964,14 @@
81923
81964
  }
81924
81965
  },
81925
81966
  "required": [
81926
- "__@toStringTag@12647",
81967
+ "__@toStringTag@12649",
81927
81968
  "size"
81928
81969
  ],
81929
81970
  "type": "object"
81930
81971
  },
81931
81972
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
81932
81973
  "properties": {
81933
- "__@toStringTag@12647": {
81974
+ "__@toStringTag@12649": {
81934
81975
  "type": "string"
81935
81976
  },
81936
81977
  "size": {
@@ -81938,14 +81979,14 @@
81938
81979
  }
81939
81980
  },
81940
81981
  "required": [
81941
- "__@toStringTag@12647",
81982
+ "__@toStringTag@12649",
81942
81983
  "size"
81943
81984
  ],
81944
81985
  "type": "object"
81945
81986
  },
81946
81987
  "Map<string,Map<number,IGraphicRender>>": {
81947
81988
  "properties": {
81948
- "__@toStringTag@12647": {
81989
+ "__@toStringTag@12649": {
81949
81990
  "type": "string"
81950
81991
  },
81951
81992
  "size": {
@@ -81953,14 +81994,14 @@
81953
81994
  }
81954
81995
  },
81955
81996
  "required": [
81956
- "__@toStringTag@12647",
81997
+ "__@toStringTag@12649",
81957
81998
  "size"
81958
81999
  ],
81959
82000
  "type": "object"
81960
82001
  },
81961
82002
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
81962
82003
  "properties": {
81963
- "__@toStringTag@12647": {
82004
+ "__@toStringTag@12649": {
81964
82005
  "type": "string"
81965
82006
  },
81966
82007
  "size": {
@@ -81968,14 +82009,14 @@
81968
82009
  }
81969
82010
  },
81970
82011
  "required": [
81971
- "__@toStringTag@12647",
82012
+ "__@toStringTag@12649",
81972
82013
  "size"
81973
82014
  ],
81974
82015
  "type": "object"
81975
82016
  },
81976
82017
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
81977
82018
  "properties": {
81978
- "__@toStringTag@12647": {
82019
+ "__@toStringTag@12649": {
81979
82020
  "type": "string"
81980
82021
  },
81981
82022
  "size": {
@@ -81983,14 +82024,14 @@
81983
82024
  }
81984
82025
  },
81985
82026
  "required": [
81986
- "__@toStringTag@12647",
82027
+ "__@toStringTag@12649",
81987
82028
  "size"
81988
82029
  ],
81989
82030
  "type": "object"
81990
82031
  },
81991
82032
  "Map<string|number,IAnimate>": {
81992
82033
  "properties": {
81993
- "__@toStringTag@12647": {
82034
+ "__@toStringTag@12649": {
81994
82035
  "type": "string"
81995
82036
  },
81996
82037
  "size": {
@@ -81998,7 +82039,7 @@
81998
82039
  }
81999
82040
  },
82000
82041
  "required": [
82001
- "__@toStringTag@12647",
82042
+ "__@toStringTag@12649",
82002
82043
  "size"
82003
82044
  ],
82004
82045
  "type": "object"
@@ -83066,12 +83107,24 @@
83066
83107
  "typeof": "function"
83067
83108
  },
83068
83109
  "texture": {
83069
- "type": "string"
83110
+ "anyOf": [
83111
+ {
83112
+ "$ref": "#/definitions/HTMLCanvasElement"
83113
+ },
83114
+ {
83115
+ "$ref": "#/definitions/HTMLImageElement"
83116
+ },
83117
+ {
83118
+ "type": "string"
83119
+ }
83120
+ ]
83070
83121
  },
83071
83122
  "textureColor": {
83072
83123
  "type": "string"
83073
83124
  },
83074
- "textureOptions": {},
83125
+ "textureOptions": {
83126
+ "typeof": "function"
83127
+ },
83075
83128
  "texturePadding": {
83076
83129
  "type": "number"
83077
83130
  },
@@ -85236,12 +85289,24 @@
85236
85289
  "typeof": "function"
85237
85290
  },
85238
85291
  "texture": {
85239
- "type": "string"
85292
+ "anyOf": [
85293
+ {
85294
+ "$ref": "#/definitions/HTMLCanvasElement"
85295
+ },
85296
+ {
85297
+ "$ref": "#/definitions/HTMLImageElement"
85298
+ },
85299
+ {
85300
+ "type": "string"
85301
+ }
85302
+ ]
85240
85303
  },
85241
85304
  "textureColor": {
85242
85305
  "type": "string"
85243
85306
  },
85244
- "textureOptions": {},
85307
+ "textureOptions": {
85308
+ "typeof": "function"
85309
+ },
85245
85310
  "texturePadding": {
85246
85311
  "type": "number"
85247
85312
  },
@@ -87005,12 +87070,24 @@
87005
87070
  "typeof": "function"
87006
87071
  },
87007
87072
  "texture": {
87008
- "type": "string"
87073
+ "anyOf": [
87074
+ {
87075
+ "$ref": "#/definitions/HTMLCanvasElement"
87076
+ },
87077
+ {
87078
+ "$ref": "#/definitions/HTMLImageElement"
87079
+ },
87080
+ {
87081
+ "type": "string"
87082
+ }
87083
+ ]
87009
87084
  },
87010
87085
  "textureColor": {
87011
87086
  "type": "string"
87012
87087
  },
87013
- "textureOptions": {},
87088
+ "textureOptions": {
87089
+ "typeof": "function"
87090
+ },
87014
87091
  "texturePadding": {
87015
87092
  "type": "number"
87016
87093
  },
@@ -87669,12 +87746,24 @@
87669
87746
  "typeof": "function"
87670
87747
  },
87671
87748
  "texture": {
87672
- "type": "string"
87749
+ "anyOf": [
87750
+ {
87751
+ "$ref": "#/definitions/HTMLCanvasElement"
87752
+ },
87753
+ {
87754
+ "$ref": "#/definitions/HTMLImageElement"
87755
+ },
87756
+ {
87757
+ "type": "string"
87758
+ }
87759
+ ]
87673
87760
  },
87674
87761
  "textureColor": {
87675
87762
  "type": "string"
87676
87763
  },
87677
- "textureOptions": {},
87764
+ "textureOptions": {
87765
+ "typeof": "function"
87766
+ },
87678
87767
  "texturePadding": {
87679
87768
  "type": "number"
87680
87769
  },
@@ -88612,12 +88701,24 @@
88612
88701
  "typeof": "function"
88613
88702
  },
88614
88703
  "texture": {
88615
- "type": "string"
88704
+ "anyOf": [
88705
+ {
88706
+ "$ref": "#/definitions/HTMLCanvasElement"
88707
+ },
88708
+ {
88709
+ "$ref": "#/definitions/HTMLImageElement"
88710
+ },
88711
+ {
88712
+ "type": "string"
88713
+ }
88714
+ ]
88616
88715
  },
88617
88716
  "textureColor": {
88618
88717
  "type": "string"
88619
88718
  },
88620
- "textureOptions": {},
88719
+ "textureOptions": {
88720
+ "typeof": "function"
88721
+ },
88621
88722
  "texturePadding": {
88622
88723
  "type": "number"
88623
88724
  },
@@ -89162,12 +89263,24 @@
89162
89263
  "typeof": "function"
89163
89264
  },
89164
89265
  "texture": {
89165
- "type": "string"
89266
+ "anyOf": [
89267
+ {
89268
+ "$ref": "#/definitions/HTMLCanvasElement"
89269
+ },
89270
+ {
89271
+ "$ref": "#/definitions/HTMLImageElement"
89272
+ },
89273
+ {
89274
+ "type": "string"
89275
+ }
89276
+ ]
89166
89277
  },
89167
89278
  "textureColor": {
89168
89279
  "type": "string"
89169
89280
  },
89170
- "textureOptions": {},
89281
+ "textureOptions": {
89282
+ "typeof": "function"
89283
+ },
89171
89284
  "texturePadding": {
89172
89285
  "type": "number"
89173
89286
  },
@@ -89747,12 +89860,24 @@
89747
89860
  "typeof": "function"
89748
89861
  },
89749
89862
  "texture": {
89750
- "type": "string"
89863
+ "anyOf": [
89864
+ {
89865
+ "$ref": "#/definitions/HTMLCanvasElement"
89866
+ },
89867
+ {
89868
+ "$ref": "#/definitions/HTMLImageElement"
89869
+ },
89870
+ {
89871
+ "type": "string"
89872
+ }
89873
+ ]
89751
89874
  },
89752
89875
  "textureColor": {
89753
89876
  "type": "string"
89754
89877
  },
89755
- "textureOptions": {},
89878
+ "textureOptions": {
89879
+ "typeof": "function"
89880
+ },
89756
89881
  "texturePadding": {
89757
89882
  "type": "number"
89758
89883
  },
@@ -89854,7 +89979,7 @@
89854
89979
  },
89855
89980
  "type": "object"
89856
89981
  },
89857
- "Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:BackgroundMode;backgroundFit:boolean;backgroundKeepAspectRatio:boolean;backgroundScale:number;backgroundOffsetX:number;backgroundOffsetY:number;backgroundPosition:BackgroundPosition;backgroundClip:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:any;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;filter:string;renderStyle?:any;roughStyle?:IRoughStyle;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;vue:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"empty\"|\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;clipConfig:{shape:string;};}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
89982
+ "Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:BackgroundMode;backgroundFit:boolean;backgroundKeepAspectRatio:boolean;backgroundScale:number;backgroundOffsetX:number;backgroundOffsetY:number;backgroundPosition:BackgroundPosition;backgroundClip:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:{[key:string]:any;alignToGraphic?:boolean;alignOffsetX?:number;alignOffsetY?:number;radius?:number;dynamicTexture?:(ctx:IContext2d,row:number,column:number,rowCount:number,columnCount:number,ratio:number,graphic:IGraphic<Partial<IGraphicAttribute>>,width?:number,height?:number)=>void;beforeDynamicTexture?:(ctx:IContext2d,row:number,column:number,rowCount:number,columnCount:number,ratio:number,graphic:IGraphic<Partial<IGraphicAttribute>>,width?:number,height?:number)=>void;gridConfig?:{columns?:number;rows?:number;gutterColumn?:number;gutterRow?:number;};useNewCanvas?:boolean;};background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string|HTMLCanvasElement|HTMLImageElement;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;filter:string;renderStyle?:any;roughStyle?:IRoughStyle;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;vue:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"empty\"|\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;clipConfig:{shape:string;};}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
89858
89983
  "properties": {
89859
89984
  "_debug_bounds": {
89860
89985
  "anyOf": [
@@ -90421,12 +90546,24 @@
90421
90546
  "$ref": "#/definitions/TextBaselineType"
90422
90547
  },
90423
90548
  "texture": {
90424
- "type": "string"
90549
+ "anyOf": [
90550
+ {
90551
+ "$ref": "#/definitions/HTMLCanvasElement"
90552
+ },
90553
+ {
90554
+ "$ref": "#/definitions/HTMLImageElement"
90555
+ },
90556
+ {
90557
+ "type": "string"
90558
+ }
90559
+ ]
90425
90560
  },
90426
90561
  "textureColor": {
90427
90562
  "type": "string"
90428
90563
  },
90429
- "textureOptions": {},
90564
+ "textureOptions": {
90565
+ "typeof": "function"
90566
+ },
90430
90567
  "texturePadding": {
90431
90568
  "type": "number"
90432
90569
  },
@@ -90993,12 +91130,24 @@
90993
91130
  "typeof": "function"
90994
91131
  },
90995
91132
  "texture": {
90996
- "type": "string"
91133
+ "anyOf": [
91134
+ {
91135
+ "$ref": "#/definitions/HTMLCanvasElement"
91136
+ },
91137
+ {
91138
+ "$ref": "#/definitions/HTMLImageElement"
91139
+ },
91140
+ {
91141
+ "type": "string"
91142
+ }
91143
+ ]
90997
91144
  },
90998
91145
  "textureColor": {
90999
91146
  "type": "string"
91000
91147
  },
91001
- "textureOptions": {},
91148
+ "textureOptions": {
91149
+ "typeof": "function"
91150
+ },
91002
91151
  "texturePadding": {
91003
91152
  "type": "number"
91004
91153
  },
@@ -91506,12 +91655,24 @@
91506
91655
  "typeof": "function"
91507
91656
  },
91508
91657
  "texture": {
91509
- "type": "string"
91658
+ "anyOf": [
91659
+ {
91660
+ "$ref": "#/definitions/HTMLCanvasElement"
91661
+ },
91662
+ {
91663
+ "$ref": "#/definitions/HTMLImageElement"
91664
+ },
91665
+ {
91666
+ "type": "string"
91667
+ }
91668
+ ]
91510
91669
  },
91511
91670
  "textureColor": {
91512
91671
  "type": "string"
91513
91672
  },
91514
- "textureOptions": {},
91673
+ "textureOptions": {
91674
+ "typeof": "function"
91675
+ },
91515
91676
  "texturePadding": {
91516
91677
  "type": "number"
91517
91678
  },
@@ -92215,12 +92376,24 @@
92215
92376
  "typeof": "function"
92216
92377
  },
92217
92378
  "texture": {
92218
- "type": "string"
92379
+ "anyOf": [
92380
+ {
92381
+ "$ref": "#/definitions/HTMLCanvasElement"
92382
+ },
92383
+ {
92384
+ "$ref": "#/definitions/HTMLImageElement"
92385
+ },
92386
+ {
92387
+ "type": "string"
92388
+ }
92389
+ ]
92219
92390
  },
92220
92391
  "textureColor": {
92221
92392
  "type": "string"
92222
92393
  },
92223
- "textureOptions": {},
92394
+ "textureOptions": {
92395
+ "typeof": "function"
92396
+ },
92224
92397
  "texturePadding": {
92225
92398
  "type": "number"
92226
92399
  },
@@ -92865,12 +93038,24 @@
92865
93038
  "typeof": "function"
92866
93039
  },
92867
93040
  "texture": {
92868
- "type": "string"
93041
+ "anyOf": [
93042
+ {
93043
+ "$ref": "#/definitions/HTMLCanvasElement"
93044
+ },
93045
+ {
93046
+ "$ref": "#/definitions/HTMLImageElement"
93047
+ },
93048
+ {
93049
+ "type": "string"
93050
+ }
93051
+ ]
92869
93052
  },
92870
93053
  "textureColor": {
92871
93054
  "type": "string"
92872
93055
  },
92873
- "textureOptions": {},
93056
+ "textureOptions": {
93057
+ "typeof": "function"
93058
+ },
92874
93059
  "texturePadding": {
92875
93060
  "type": "number"
92876
93061
  },
@@ -93620,12 +93805,24 @@
93620
93805
  "typeof": "function"
93621
93806
  },
93622
93807
  "texture": {
93623
- "type": "string"
93808
+ "anyOf": [
93809
+ {
93810
+ "$ref": "#/definitions/HTMLCanvasElement"
93811
+ },
93812
+ {
93813
+ "$ref": "#/definitions/HTMLImageElement"
93814
+ },
93815
+ {
93816
+ "type": "string"
93817
+ }
93818
+ ]
93624
93819
  },
93625
93820
  "textureColor": {
93626
93821
  "type": "string"
93627
93822
  },
93628
- "textureOptions": {},
93823
+ "textureOptions": {
93824
+ "typeof": "function"
93825
+ },
93629
93826
  "texturePadding": {
93630
93827
  "type": "number"
93631
93828
  },
@@ -94988,12 +95185,24 @@
94988
95185
  "typeof": "function"
94989
95186
  },
94990
95187
  "texture": {
94991
- "type": "string"
95188
+ "anyOf": [
95189
+ {
95190
+ "$ref": "#/definitions/HTMLCanvasElement"
95191
+ },
95192
+ {
95193
+ "$ref": "#/definitions/HTMLImageElement"
95194
+ },
95195
+ {
95196
+ "type": "string"
95197
+ }
95198
+ ]
94992
95199
  },
94993
95200
  "textureColor": {
94994
95201
  "type": "string"
94995
95202
  },
94996
- "textureOptions": {},
95203
+ "textureOptions": {
95204
+ "typeof": "function"
95205
+ },
94997
95206
  "texturePadding": {
94998
95207
  "type": "number"
94999
95208
  },
@@ -95520,12 +95729,24 @@
95520
95729
  "typeof": "function"
95521
95730
  },
95522
95731
  "texture": {
95523
- "type": "string"
95732
+ "anyOf": [
95733
+ {
95734
+ "$ref": "#/definitions/HTMLCanvasElement"
95735
+ },
95736
+ {
95737
+ "$ref": "#/definitions/HTMLImageElement"
95738
+ },
95739
+ {
95740
+ "type": "string"
95741
+ }
95742
+ ]
95524
95743
  },
95525
95744
  "textureColor": {
95526
95745
  "type": "string"
95527
95746
  },
95528
- "textureOptions": {},
95747
+ "textureOptions": {
95748
+ "typeof": "function"
95749
+ },
95529
95750
  "texturePadding": {
95530
95751
  "type": "number"
95531
95752
  },
@@ -96410,12 +96631,24 @@
96410
96631
  "typeof": "function"
96411
96632
  },
96412
96633
  "texture": {
96413
- "type": "string"
96634
+ "anyOf": [
96635
+ {
96636
+ "$ref": "#/definitions/HTMLCanvasElement"
96637
+ },
96638
+ {
96639
+ "$ref": "#/definitions/HTMLImageElement"
96640
+ },
96641
+ {
96642
+ "type": "string"
96643
+ }
96644
+ ]
96414
96645
  },
96415
96646
  "textureColor": {
96416
96647
  "type": "string"
96417
96648
  },
96418
- "textureOptions": {},
96649
+ "textureOptions": {
96650
+ "typeof": "function"
96651
+ },
96419
96652
  "texturePadding": {
96420
96653
  "type": "number"
96421
96654
  },
@@ -97512,12 +97745,24 @@
97512
97745
  "typeof": "function"
97513
97746
  },
97514
97747
  "texture": {
97515
- "type": "string"
97748
+ "anyOf": [
97749
+ {
97750
+ "$ref": "#/definitions/HTMLCanvasElement"
97751
+ },
97752
+ {
97753
+ "$ref": "#/definitions/HTMLImageElement"
97754
+ },
97755
+ {
97756
+ "type": "string"
97757
+ }
97758
+ ]
97516
97759
  },
97517
97760
  "textureColor": {
97518
97761
  "type": "string"
97519
97762
  },
97520
- "textureOptions": {},
97763
+ "textureOptions": {
97764
+ "typeof": "function"
97765
+ },
97521
97766
  "texturePadding": {
97522
97767
  "type": "number"
97523
97768
  },
@@ -98085,12 +98330,24 @@
98085
98330
  "type": "string"
98086
98331
  },
98087
98332
  "texture": {
98088
- "type": "string"
98333
+ "anyOf": [
98334
+ {
98335
+ "$ref": "#/definitions/HTMLCanvasElement"
98336
+ },
98337
+ {
98338
+ "$ref": "#/definitions/HTMLImageElement"
98339
+ },
98340
+ {
98341
+ "type": "string"
98342
+ }
98343
+ ]
98089
98344
  },
98090
98345
  "textureColor": {
98091
98346
  "type": "string"
98092
98347
  },
98093
- "textureOptions": {},
98348
+ "textureOptions": {
98349
+ "typeof": "function"
98350
+ },
98094
98351
  "texturePadding": {
98095
98352
  "type": "number"
98096
98353
  },
@@ -98698,12 +98955,24 @@
98698
98955
  "$ref": "#/definitions/TextBaselineType"
98699
98956
  },
98700
98957
  "texture": {
98701
- "type": "string"
98958
+ "anyOf": [
98959
+ {
98960
+ "$ref": "#/definitions/HTMLCanvasElement"
98961
+ },
98962
+ {
98963
+ "$ref": "#/definitions/HTMLImageElement"
98964
+ },
98965
+ {
98966
+ "type": "string"
98967
+ }
98968
+ ]
98702
98969
  },
98703
98970
  "textureColor": {
98704
98971
  "type": "string"
98705
98972
  },
98706
- "textureOptions": {},
98973
+ "textureOptions": {
98974
+ "typeof": "function"
98975
+ },
98707
98976
  "texturePadding": {
98708
98977
  "type": "number"
98709
98978
  },
@@ -100114,12 +100383,24 @@
100114
100383
  "$ref": "#/definitions/TextBaselineType"
100115
100384
  },
100116
100385
  "texture": {
100117
- "type": "string"
100386
+ "anyOf": [
100387
+ {
100388
+ "$ref": "#/definitions/HTMLCanvasElement"
100389
+ },
100390
+ {
100391
+ "$ref": "#/definitions/HTMLImageElement"
100392
+ },
100393
+ {
100394
+ "type": "string"
100395
+ }
100396
+ ]
100118
100397
  },
100119
100398
  "textureColor": {
100120
100399
  "type": "string"
100121
100400
  },
100122
- "textureOptions": {},
100401
+ "textureOptions": {
100402
+ "typeof": "function"
100403
+ },
100123
100404
  "texturePadding": {
100124
100405
  "type": "number"
100125
100406
  },
@@ -100690,12 +100971,24 @@
100690
100971
  "type": "string"
100691
100972
  },
100692
100973
  "texture": {
100693
- "type": "string"
100974
+ "anyOf": [
100975
+ {
100976
+ "$ref": "#/definitions/HTMLCanvasElement"
100977
+ },
100978
+ {
100979
+ "$ref": "#/definitions/HTMLImageElement"
100980
+ },
100981
+ {
100982
+ "type": "string"
100983
+ }
100984
+ ]
100694
100985
  },
100695
100986
  "textureColor": {
100696
100987
  "type": "string"
100697
100988
  },
100698
- "textureOptions": {},
100989
+ "textureOptions": {
100990
+ "typeof": "function"
100991
+ },
100699
100992
  "texturePadding": {
100700
100993
  "type": "number"
100701
100994
  },
@@ -101209,12 +101502,24 @@
101209
101502
  "typeof": "function"
101210
101503
  },
101211
101504
  "texture": {
101212
- "type": "string"
101505
+ "anyOf": [
101506
+ {
101507
+ "$ref": "#/definitions/HTMLCanvasElement"
101508
+ },
101509
+ {
101510
+ "$ref": "#/definitions/HTMLImageElement"
101511
+ },
101512
+ {
101513
+ "type": "string"
101514
+ }
101515
+ ]
101213
101516
  },
101214
101517
  "textureColor": {
101215
101518
  "type": "string"
101216
101519
  },
101217
- "textureOptions": {},
101520
+ "textureOptions": {
101521
+ "typeof": "function"
101522
+ },
101218
101523
  "texturePadding": {
101219
101524
  "type": "number"
101220
101525
  },
@@ -101255,6 +101560,174 @@
101255
101560
  },
101256
101561
  "type": "object"
101257
101562
  },
101563
+ "Partial<Pick<ITooltipSpec,\"mark\"|\"visible\"|\"group\"|\"dimension\"|\"activeType\"|\"trigger\"|\"triggerOff\"|\"showDelay\"|\"hideTimer\"|\"lockAfterClick\"|\"renderMode\"|\"confine\"|\"className\"|\"parentElement\"|\"enterable\"|\"throttleInterval\">>": {
101564
+ "properties": {
101565
+ "activeType": {
101566
+ "anyOf": [
101567
+ {
101568
+ "items": {
101569
+ "$ref": "#/definitions/TooltipActiveType"
101570
+ },
101571
+ "type": "array"
101572
+ },
101573
+ {
101574
+ "enum": [
101575
+ "dimension",
101576
+ "group",
101577
+ "mark"
101578
+ ],
101579
+ "type": "string"
101580
+ }
101581
+ ],
101582
+ "description": "受支持的激活类型\n(*支持在series上设置)\n(*会影响自定义handler)"
101583
+ },
101584
+ "className": {
101585
+ "description": "tooltip dom元素的 className,仅当 renderMode: 'html' 时生效",
101586
+ "type": "string"
101587
+ },
101588
+ "confine": {
101589
+ "description": "是否将 tooltip 框限制在画布区域内,renderMode 为 canvas 时,默认开启。",
101590
+ "type": "boolean"
101591
+ },
101592
+ "dimension": {
101593
+ "$ref": "#/definitions/ITooltipPattern",
101594
+ "description": "dimension tooltip 对应的配置,其中dimension tooltip 用于展示维度对应的数据信息,比如x轴对应的数据信息"
101595
+ },
101596
+ "enterable": {
101597
+ "description": "鼠标是否可进入提示框浮层中,默认为false,如需详情内交互,如添加链接,按钮,可设置为 true。\n该属性目前只对 renderMode 为 html 时生效\nTODO: 支持 renderMode: canvas",
101598
+ "type": "boolean"
101599
+ },
101600
+ "group": {
101601
+ "$ref": "#/definitions/IGroupTooltipPattern",
101602
+ "description": "group tooltip 对应的配置,其中group tooltip 用于展示整个分组数据对应的数据信息,比如说线图中一条线代表一个相同的分组,可以使用 group tooltip展示整条线所有点对应的数据"
101603
+ },
101604
+ "hideTimer": {
101605
+ "description": "隐藏计时器",
101606
+ "since": "1.11.7",
101607
+ "type": "number"
101608
+ },
101609
+ "lockAfterClick": {
101610
+ "description": "点击后锁定,只有点击才可以更新位置或者解锁,通常用于 trigger 为 `['hover', 'click']` 的场景\n(*会影响自定义handler)",
101611
+ "since": "1.10.0",
101612
+ "type": "boolean"
101613
+ },
101614
+ "mark": {
101615
+ "allOf": [
101616
+ {
101617
+ "$ref": "#/definitions/ITooltipPattern"
101618
+ },
101619
+ {
101620
+ "typeof": "function"
101621
+ }
101622
+ ],
101623
+ "description": "mark tooltip对应的配置,其中mark tooltip 用于展示图元对应的数据信息,比如柱图中的柱子,散点图中的点,面积图中的点灯"
101624
+ },
101625
+ "parentElement": {
101626
+ "anyOf": [
101627
+ {
101628
+ "$ref": "#/definitions/HTMLElement"
101629
+ },
101630
+ {
101631
+ "$ref": "#/definitions/HTMLCanvasElement"
101632
+ },
101633
+ {
101634
+ "type": "string"
101635
+ }
101636
+ ],
101637
+ "description": "tooltip dom 元素的挂载点,可传 id 或 dom 对象"
101638
+ },
101639
+ "renderMode": {
101640
+ "description": "tooltip 渲染方式,默认为 html",
101641
+ "enum": [
101642
+ "canvas",
101643
+ "html"
101644
+ ],
101645
+ "type": "string"
101646
+ },
101647
+ "showDelay": {
101648
+ "description": "当设置了`enterable: true`,且 trigger类型为`hover`的时候,为了方便鼠标进入提示信息的内容区域,设置的显示延迟时长\n其他情况设置无效",
101649
+ "since": "1.12.8",
101650
+ "type": "number"
101651
+ },
101652
+ "throttleInterval": {
101653
+ "description": "更新 tooltip 的防抖动时间间隔,单位是 ms",
101654
+ "type": "number"
101655
+ },
101656
+ "trigger": {
101657
+ "anyOf": [
101658
+ {
101659
+ "typeof": "function"
101660
+ },
101661
+ {
101662
+ "items": {
101663
+ "anyOf": [
101664
+ {
101665
+ "typeof": "function"
101666
+ },
101667
+ {
101668
+ "enum": [
101669
+ "click",
101670
+ "hover"
101671
+ ],
101672
+ "type": "string"
101673
+ }
101674
+ ]
101675
+ },
101676
+ "type": "array"
101677
+ },
101678
+ {
101679
+ "enum": [
101680
+ "click",
101681
+ "hover",
101682
+ "none"
101683
+ ],
101684
+ "type": "string"
101685
+ }
101686
+ ],
101687
+ "description": "tooltip触发方式\n(*会影响自定义handler)",
101688
+ "since": "1.12.10 支持自定义的事件触发"
101689
+ },
101690
+ "triggerOff": {
101691
+ "anyOf": [
101692
+ {
101693
+ "typeof": "function"
101694
+ },
101695
+ {
101696
+ "items": {
101697
+ "anyOf": [
101698
+ {
101699
+ "typeof": "function"
101700
+ },
101701
+ {
101702
+ "enum": [
101703
+ "click",
101704
+ "hover"
101705
+ ],
101706
+ "type": "string"
101707
+ }
101708
+ ]
101709
+ },
101710
+ "type": "array"
101711
+ },
101712
+ {
101713
+ "enum": [
101714
+ "click",
101715
+ "hover",
101716
+ "none"
101717
+ ],
101718
+ "type": "string"
101719
+ }
101720
+ ],
101721
+ "description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)",
101722
+ "since": "1.12.10 支持自定义的事件触发"
101723
+ },
101724
+ "visible": {
101725
+ "description": "是否显示\n(*支持在series上设置)\n(*会影响自定义handler)",
101726
+ "type": "boolean"
101727
+ }
101728
+ },
101729
+ "type": "object"
101730
+ },
101258
101731
  "Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>": {
101259
101732
  "properties": {
101260
101733
  "area": {
@@ -103693,34 +104166,34 @@
103693
104166
  },
103694
104167
  "Promise<FontFaceSet>": {
103695
104168
  "properties": {
103696
- "__@toStringTag@12647": {
104169
+ "__@toStringTag@12649": {
103697
104170
  "type": "string"
103698
104171
  }
103699
104172
  },
103700
104173
  "required": [
103701
- "__@toStringTag@12647"
104174
+ "__@toStringTag@12649"
103702
104175
  ],
103703
104176
  "type": "object"
103704
104177
  },
103705
104178
  "Promise<ServiceWorkerRegistration>": {
103706
104179
  "properties": {
103707
- "__@toStringTag@12647": {
104180
+ "__@toStringTag@12649": {
103708
104181
  "type": "string"
103709
104182
  }
103710
104183
  },
103711
104184
  "required": [
103712
- "__@toStringTag@12647"
104185
+ "__@toStringTag@12649"
103713
104186
  ],
103714
104187
  "type": "object"
103715
104188
  },
103716
104189
  "Promise<any>": {
103717
104190
  "properties": {
103718
- "__@toStringTag@12647": {
104191
+ "__@toStringTag@12649": {
103719
104192
  "type": "string"
103720
104193
  }
103721
104194
  },
103722
104195
  "required": [
103723
- "__@toStringTag@12647"
104196
+ "__@toStringTag@12649"
103724
104197
  ],
103725
104198
  "type": "object"
103726
104199
  },
@@ -104824,12 +105297,24 @@
104824
105297
  "typeof": "function"
104825
105298
  },
104826
105299
  "texture": {
104827
- "type": "string"
105300
+ "anyOf": [
105301
+ {
105302
+ "$ref": "#/definitions/HTMLCanvasElement"
105303
+ },
105304
+ {
105305
+ "$ref": "#/definitions/HTMLImageElement"
105306
+ },
105307
+ {
105308
+ "type": "string"
105309
+ }
105310
+ ]
104828
105311
  },
104829
105312
  "textureColor": {
104830
105313
  "type": "string"
104831
105314
  },
104832
- "textureOptions": {},
105315
+ "textureOptions": {
105316
+ "typeof": "function"
105317
+ },
104833
105318
  "texturePadding": {
104834
105319
  "type": "number"
104835
105320
  },
@@ -105477,12 +105962,24 @@
105477
105962
  "typeof": "function"
105478
105963
  },
105479
105964
  "texture": {
105480
- "type": "string"
105965
+ "anyOf": [
105966
+ {
105967
+ "$ref": "#/definitions/HTMLCanvasElement"
105968
+ },
105969
+ {
105970
+ "$ref": "#/definitions/HTMLImageElement"
105971
+ },
105972
+ {
105973
+ "type": "string"
105974
+ }
105975
+ ]
105481
105976
  },
105482
105977
  "textureColor": {
105483
105978
  "type": "string"
105484
105979
  },
105485
- "textureOptions": {},
105980
+ "textureOptions": {
105981
+ "typeof": "function"
105982
+ },
105486
105983
  "texturePadding": {
105487
105984
  "type": "number"
105488
105985
  },
@@ -106098,12 +106595,24 @@
106098
106595
  "typeof": "function"
106099
106596
  },
106100
106597
  "texture": {
106101
- "type": "string"
106598
+ "anyOf": [
106599
+ {
106600
+ "$ref": "#/definitions/HTMLCanvasElement"
106601
+ },
106602
+ {
106603
+ "$ref": "#/definitions/HTMLImageElement"
106604
+ },
106605
+ {
106606
+ "type": "string"
106607
+ }
106608
+ ]
106102
106609
  },
106103
106610
  "textureColor": {
106104
106611
  "type": "string"
106105
106612
  },
106106
- "textureOptions": {},
106613
+ "textureOptions": {
106614
+ "typeof": "function"
106615
+ },
106107
106616
  "texturePadding": {
106108
106617
  "type": "number"
106109
106618
  },
@@ -106732,12 +107241,24 @@
106732
107241
  "typeof": "function"
106733
107242
  },
106734
107243
  "texture": {
106735
- "type": "string"
107244
+ "anyOf": [
107245
+ {
107246
+ "$ref": "#/definitions/HTMLCanvasElement"
107247
+ },
107248
+ {
107249
+ "$ref": "#/definitions/HTMLImageElement"
107250
+ },
107251
+ {
107252
+ "type": "string"
107253
+ }
107254
+ ]
106736
107255
  },
106737
107256
  "textureColor": {
106738
107257
  "type": "string"
106739
107258
  },
106740
- "textureOptions": {},
107259
+ "textureOptions": {
107260
+ "typeof": "function"
107261
+ },
106741
107262
  "texturePadding": {
106742
107263
  "type": "number"
106743
107264
  },
@@ -107436,12 +107957,24 @@
107436
107957
  "typeof": "function"
107437
107958
  },
107438
107959
  "texture": {
107439
- "type": "string"
107960
+ "anyOf": [
107961
+ {
107962
+ "$ref": "#/definitions/HTMLCanvasElement"
107963
+ },
107964
+ {
107965
+ "$ref": "#/definitions/HTMLImageElement"
107966
+ },
107967
+ {
107968
+ "type": "string"
107969
+ }
107970
+ ]
107440
107971
  },
107441
107972
  "textureColor": {
107442
107973
  "type": "string"
107443
107974
  },
107444
- "textureOptions": {},
107975
+ "textureOptions": {
107976
+ "typeof": "function"
107977
+ },
107445
107978
  "texturePadding": {
107446
107979
  "type": "number"
107447
107980
  },
@@ -108122,12 +108655,24 @@
108122
108655
  "typeof": "function"
108123
108656
  },
108124
108657
  "texture": {
108125
- "type": "string"
108658
+ "anyOf": [
108659
+ {
108660
+ "$ref": "#/definitions/HTMLCanvasElement"
108661
+ },
108662
+ {
108663
+ "$ref": "#/definitions/HTMLImageElement"
108664
+ },
108665
+ {
108666
+ "type": "string"
108667
+ }
108668
+ ]
108126
108669
  },
108127
108670
  "textureColor": {
108128
108671
  "type": "string"
108129
108672
  },
108130
- "textureOptions": {},
108673
+ "textureOptions": {
108674
+ "typeof": "function"
108675
+ },
108131
108676
  "texturePadding": {
108132
108677
  "type": "number"
108133
108678
  },
@@ -108784,12 +109329,24 @@
108784
109329
  "typeof": "function"
108785
109330
  },
108786
109331
  "texture": {
108787
- "type": "string"
109332
+ "anyOf": [
109333
+ {
109334
+ "$ref": "#/definitions/HTMLCanvasElement"
109335
+ },
109336
+ {
109337
+ "$ref": "#/definitions/HTMLImageElement"
109338
+ },
109339
+ {
109340
+ "type": "string"
109341
+ }
109342
+ ]
108788
109343
  },
108789
109344
  "textureColor": {
108790
109345
  "type": "string"
108791
109346
  },
108792
- "textureOptions": {},
109347
+ "textureOptions": {
109348
+ "typeof": "function"
109349
+ },
108793
109350
  "texturePadding": {
108794
109351
  "type": "number"
108795
109352
  },
@@ -109413,12 +109970,24 @@
109413
109970
  "typeof": "function"
109414
109971
  },
109415
109972
  "texture": {
109416
- "type": "string"
109973
+ "anyOf": [
109974
+ {
109975
+ "$ref": "#/definitions/HTMLCanvasElement"
109976
+ },
109977
+ {
109978
+ "$ref": "#/definitions/HTMLImageElement"
109979
+ },
109980
+ {
109981
+ "type": "string"
109982
+ }
109983
+ ]
109417
109984
  },
109418
109985
  "textureColor": {
109419
109986
  "type": "string"
109420
109987
  },
109421
- "textureOptions": {},
109988
+ "textureOptions": {
109989
+ "typeof": "function"
109990
+ },
109422
109991
  "texturePadding": {
109423
109992
  "type": "number"
109424
109993
  },
@@ -110040,12 +110609,24 @@
110040
110609
  "typeof": "function"
110041
110610
  },
110042
110611
  "texture": {
110043
- "type": "string"
110612
+ "anyOf": [
110613
+ {
110614
+ "$ref": "#/definitions/HTMLCanvasElement"
110615
+ },
110616
+ {
110617
+ "$ref": "#/definitions/HTMLImageElement"
110618
+ },
110619
+ {
110620
+ "type": "string"
110621
+ }
110622
+ ]
110044
110623
  },
110045
110624
  "textureColor": {
110046
110625
  "type": "string"
110047
110626
  },
110048
- "textureOptions": {},
110627
+ "textureOptions": {
110628
+ "typeof": "function"
110629
+ },
110049
110630
  "texturePadding": {
110050
110631
  "type": "number"
110051
110632
  },
@@ -110671,12 +111252,24 @@
110671
111252
  "typeof": "function"
110672
111253
  },
110673
111254
  "texture": {
110674
- "type": "string"
111255
+ "anyOf": [
111256
+ {
111257
+ "$ref": "#/definitions/HTMLCanvasElement"
111258
+ },
111259
+ {
111260
+ "$ref": "#/definitions/HTMLImageElement"
111261
+ },
111262
+ {
111263
+ "type": "string"
111264
+ }
111265
+ ]
110675
111266
  },
110676
111267
  "textureColor": {
110677
111268
  "type": "string"
110678
111269
  },
110679
- "textureOptions": {},
111270
+ "textureOptions": {
111271
+ "typeof": "function"
111272
+ },
110680
111273
  "texturePadding": {
110681
111274
  "type": "number"
110682
111275
  },
@@ -111426,12 +112019,24 @@
111426
112019
  "type": "array"
111427
112020
  },
111428
112021
  "texture": {
111429
- "type": "string"
112022
+ "anyOf": [
112023
+ {
112024
+ "$ref": "#/definitions/HTMLCanvasElement"
112025
+ },
112026
+ {
112027
+ "$ref": "#/definitions/HTMLImageElement"
112028
+ },
112029
+ {
112030
+ "type": "string"
112031
+ }
112032
+ ]
111430
112033
  },
111431
112034
  "textureColor": {
111432
112035
  "type": "string"
111433
112036
  },
111434
- "textureOptions": {},
112037
+ "textureOptions": {
112038
+ "typeof": "function"
112039
+ },
111435
112040
  "texturePadding": {
111436
112041
  "type": "number"
111437
112042
  },
@@ -112259,12 +112864,24 @@
112259
112864
  "$ref": "#/definitions/CanvasTextBaseline"
112260
112865
  },
112261
112866
  "texture": {
112262
- "type": "string"
112867
+ "anyOf": [
112868
+ {
112869
+ "$ref": "#/definitions/HTMLCanvasElement"
112870
+ },
112871
+ {
112872
+ "$ref": "#/definitions/HTMLImageElement"
112873
+ },
112874
+ {
112875
+ "type": "string"
112876
+ }
112877
+ ]
112263
112878
  },
112264
112879
  "textureColor": {
112265
112880
  "type": "string"
112266
112881
  },
112267
- "textureOptions": {},
112882
+ "textureOptions": {
112883
+ "typeof": "function"
112884
+ },
112268
112885
  "texturePadding": {
112269
112886
  "type": "number"
112270
112887
  },
@@ -112897,12 +113514,24 @@
112897
113514
  "typeof": "function"
112898
113515
  },
112899
113516
  "texture": {
112900
- "type": "string"
113517
+ "anyOf": [
113518
+ {
113519
+ "$ref": "#/definitions/HTMLCanvasElement"
113520
+ },
113521
+ {
113522
+ "$ref": "#/definitions/HTMLImageElement"
113523
+ },
113524
+ {
113525
+ "type": "string"
113526
+ }
113527
+ ]
112901
113528
  },
112902
113529
  "textureColor": {
112903
113530
  "type": "string"
112904
113531
  },
112905
- "textureOptions": {},
113532
+ "textureOptions": {
113533
+ "typeof": "function"
113534
+ },
112906
113535
  "texturePadding": {
112907
113536
  "type": "number"
112908
113537
  },
@@ -113535,12 +114164,24 @@
113535
114164
  "type": "string"
113536
114165
  },
113537
114166
  "texture": {
113538
- "type": "string"
114167
+ "anyOf": [
114168
+ {
114169
+ "$ref": "#/definitions/HTMLCanvasElement"
114170
+ },
114171
+ {
114172
+ "$ref": "#/definitions/HTMLImageElement"
114173
+ },
114174
+ {
114175
+ "type": "string"
114176
+ }
114177
+ ]
113539
114178
  },
113540
114179
  "textureColor": {
113541
114180
  "type": "string"
113542
114181
  },
113543
- "textureOptions": {},
114182
+ "textureOptions": {
114183
+ "typeof": "function"
114184
+ },
113544
114185
  "texturePadding": {
113545
114186
  "type": "number"
113546
114187
  },
@@ -114243,12 +114884,24 @@
114243
114884
  "$ref": "#/definitions/TextBaselineType"
114244
114885
  },
114245
114886
  "texture": {
114246
- "type": "string"
114887
+ "anyOf": [
114888
+ {
114889
+ "$ref": "#/definitions/HTMLCanvasElement"
114890
+ },
114891
+ {
114892
+ "$ref": "#/definitions/HTMLImageElement"
114893
+ },
114894
+ {
114895
+ "type": "string"
114896
+ }
114897
+ ]
114247
114898
  },
114248
114899
  "textureColor": {
114249
114900
  "type": "string"
114250
114901
  },
114251
- "textureOptions": {},
114902
+ "textureOptions": {
114903
+ "typeof": "function"
114904
+ },
114252
114905
  "texturePadding": {
114253
114906
  "type": "number"
114254
114907
  },