@visactor/vchart-schema 2.0.21 → 2.0.22-alpha.1

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 +579 -101
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.21",
3
+ "version": "2.0.22-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
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"
@@ -34828,12 +34838,24 @@
34828
34838
  "typeof": "function"
34829
34839
  },
34830
34840
  "texture": {
34831
- "type": "string"
34841
+ "anyOf": [
34842
+ {
34843
+ "$ref": "#/definitions/HTMLCanvasElement"
34844
+ },
34845
+ {
34846
+ "$ref": "#/definitions/HTMLImageElement"
34847
+ },
34848
+ {
34849
+ "type": "string"
34850
+ }
34851
+ ]
34832
34852
  },
34833
34853
  "textureColor": {
34834
34854
  "type": "string"
34835
34855
  },
34836
- "textureOptions": {},
34856
+ "textureOptions": {
34857
+ "typeof": "function"
34858
+ },
34837
34859
  "texturePadding": {
34838
34860
  "type": "number"
34839
34861
  },
@@ -59466,12 +59488,24 @@
59466
59488
  "typeof": "function"
59467
59489
  },
59468
59490
  "texture": {
59469
- "type": "string"
59491
+ "anyOf": [
59492
+ {
59493
+ "$ref": "#/definitions/HTMLCanvasElement"
59494
+ },
59495
+ {
59496
+ "$ref": "#/definitions/HTMLImageElement"
59497
+ },
59498
+ {
59499
+ "type": "string"
59500
+ }
59501
+ ]
59470
59502
  },
59471
59503
  "textureColor": {
59472
59504
  "type": "string"
59473
59505
  },
59474
- "textureOptions": {},
59506
+ "textureOptions": {
59507
+ "typeof": "function"
59508
+ },
59475
59509
  "texturePadding": {
59476
59510
  "type": "number"
59477
59511
  },
@@ -64441,7 +64475,7 @@
64441
64475
  "IRichTextGraphicAttribute": {
64442
64476
  "allOf": [
64443
64477
  {
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>>"
64478
+ "$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;debugAlign?:boolean;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
64479
  },
64446
64480
  {
64447
64481
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -81900,7 +81934,7 @@
81900
81934
  },
81901
81935
  "Map<Function,(...args:any[])=>void>": {
81902
81936
  "properties": {
81903
- "__@toStringTag@12647": {
81937
+ "__@toStringTag@12649": {
81904
81938
  "type": "string"
81905
81939
  },
81906
81940
  "size": {
@@ -81908,14 +81942,14 @@
81908
81942
  }
81909
81943
  },
81910
81944
  "required": [
81911
- "__@toStringTag@12647",
81945
+ "__@toStringTag@12649",
81912
81946
  "size"
81913
81947
  ],
81914
81948
  "type": "object"
81915
81949
  },
81916
81950
  "Map<number,IGraphicRender>": {
81917
81951
  "properties": {
81918
- "__@toStringTag@12647": {
81952
+ "__@toStringTag@12649": {
81919
81953
  "type": "string"
81920
81954
  },
81921
81955
  "size": {
@@ -81923,14 +81957,14 @@
81923
81957
  }
81924
81958
  },
81925
81959
  "required": [
81926
- "__@toStringTag@12647",
81960
+ "__@toStringTag@12649",
81927
81961
  "size"
81928
81962
  ],
81929
81963
  "type": "object"
81930
81964
  },
81931
81965
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
81932
81966
  "properties": {
81933
- "__@toStringTag@12647": {
81967
+ "__@toStringTag@12649": {
81934
81968
  "type": "string"
81935
81969
  },
81936
81970
  "size": {
@@ -81938,14 +81972,14 @@
81938
81972
  }
81939
81973
  },
81940
81974
  "required": [
81941
- "__@toStringTag@12647",
81975
+ "__@toStringTag@12649",
81942
81976
  "size"
81943
81977
  ],
81944
81978
  "type": "object"
81945
81979
  },
81946
81980
  "Map<string,Map<number,IGraphicRender>>": {
81947
81981
  "properties": {
81948
- "__@toStringTag@12647": {
81982
+ "__@toStringTag@12649": {
81949
81983
  "type": "string"
81950
81984
  },
81951
81985
  "size": {
@@ -81953,14 +81987,14 @@
81953
81987
  }
81954
81988
  },
81955
81989
  "required": [
81956
- "__@toStringTag@12647",
81990
+ "__@toStringTag@12649",
81957
81991
  "size"
81958
81992
  ],
81959
81993
  "type": "object"
81960
81994
  },
81961
81995
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
81962
81996
  "properties": {
81963
- "__@toStringTag@12647": {
81997
+ "__@toStringTag@12649": {
81964
81998
  "type": "string"
81965
81999
  },
81966
82000
  "size": {
@@ -81968,14 +82002,14 @@
81968
82002
  }
81969
82003
  },
81970
82004
  "required": [
81971
- "__@toStringTag@12647",
82005
+ "__@toStringTag@12649",
81972
82006
  "size"
81973
82007
  ],
81974
82008
  "type": "object"
81975
82009
  },
81976
82010
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
81977
82011
  "properties": {
81978
- "__@toStringTag@12647": {
82012
+ "__@toStringTag@12649": {
81979
82013
  "type": "string"
81980
82014
  },
81981
82015
  "size": {
@@ -81983,14 +82017,14 @@
81983
82017
  }
81984
82018
  },
81985
82019
  "required": [
81986
- "__@toStringTag@12647",
82020
+ "__@toStringTag@12649",
81987
82021
  "size"
81988
82022
  ],
81989
82023
  "type": "object"
81990
82024
  },
81991
82025
  "Map<string|number,IAnimate>": {
81992
82026
  "properties": {
81993
- "__@toStringTag@12647": {
82027
+ "__@toStringTag@12649": {
81994
82028
  "type": "string"
81995
82029
  },
81996
82030
  "size": {
@@ -81998,7 +82032,7 @@
81998
82032
  }
81999
82033
  },
82000
82034
  "required": [
82001
- "__@toStringTag@12647",
82035
+ "__@toStringTag@12649",
82002
82036
  "size"
82003
82037
  ],
82004
82038
  "type": "object"
@@ -83066,12 +83100,24 @@
83066
83100
  "typeof": "function"
83067
83101
  },
83068
83102
  "texture": {
83069
- "type": "string"
83103
+ "anyOf": [
83104
+ {
83105
+ "$ref": "#/definitions/HTMLCanvasElement"
83106
+ },
83107
+ {
83108
+ "$ref": "#/definitions/HTMLImageElement"
83109
+ },
83110
+ {
83111
+ "type": "string"
83112
+ }
83113
+ ]
83070
83114
  },
83071
83115
  "textureColor": {
83072
83116
  "type": "string"
83073
83117
  },
83074
- "textureOptions": {},
83118
+ "textureOptions": {
83119
+ "typeof": "function"
83120
+ },
83075
83121
  "texturePadding": {
83076
83122
  "type": "number"
83077
83123
  },
@@ -85236,12 +85282,24 @@
85236
85282
  "typeof": "function"
85237
85283
  },
85238
85284
  "texture": {
85239
- "type": "string"
85285
+ "anyOf": [
85286
+ {
85287
+ "$ref": "#/definitions/HTMLCanvasElement"
85288
+ },
85289
+ {
85290
+ "$ref": "#/definitions/HTMLImageElement"
85291
+ },
85292
+ {
85293
+ "type": "string"
85294
+ }
85295
+ ]
85240
85296
  },
85241
85297
  "textureColor": {
85242
85298
  "type": "string"
85243
85299
  },
85244
- "textureOptions": {},
85300
+ "textureOptions": {
85301
+ "typeof": "function"
85302
+ },
85245
85303
  "texturePadding": {
85246
85304
  "type": "number"
85247
85305
  },
@@ -87005,12 +87063,24 @@
87005
87063
  "typeof": "function"
87006
87064
  },
87007
87065
  "texture": {
87008
- "type": "string"
87066
+ "anyOf": [
87067
+ {
87068
+ "$ref": "#/definitions/HTMLCanvasElement"
87069
+ },
87070
+ {
87071
+ "$ref": "#/definitions/HTMLImageElement"
87072
+ },
87073
+ {
87074
+ "type": "string"
87075
+ }
87076
+ ]
87009
87077
  },
87010
87078
  "textureColor": {
87011
87079
  "type": "string"
87012
87080
  },
87013
- "textureOptions": {},
87081
+ "textureOptions": {
87082
+ "typeof": "function"
87083
+ },
87014
87084
  "texturePadding": {
87015
87085
  "type": "number"
87016
87086
  },
@@ -87669,12 +87739,24 @@
87669
87739
  "typeof": "function"
87670
87740
  },
87671
87741
  "texture": {
87672
- "type": "string"
87742
+ "anyOf": [
87743
+ {
87744
+ "$ref": "#/definitions/HTMLCanvasElement"
87745
+ },
87746
+ {
87747
+ "$ref": "#/definitions/HTMLImageElement"
87748
+ },
87749
+ {
87750
+ "type": "string"
87751
+ }
87752
+ ]
87673
87753
  },
87674
87754
  "textureColor": {
87675
87755
  "type": "string"
87676
87756
  },
87677
- "textureOptions": {},
87757
+ "textureOptions": {
87758
+ "typeof": "function"
87759
+ },
87678
87760
  "texturePadding": {
87679
87761
  "type": "number"
87680
87762
  },
@@ -88612,12 +88694,24 @@
88612
88694
  "typeof": "function"
88613
88695
  },
88614
88696
  "texture": {
88615
- "type": "string"
88697
+ "anyOf": [
88698
+ {
88699
+ "$ref": "#/definitions/HTMLCanvasElement"
88700
+ },
88701
+ {
88702
+ "$ref": "#/definitions/HTMLImageElement"
88703
+ },
88704
+ {
88705
+ "type": "string"
88706
+ }
88707
+ ]
88616
88708
  },
88617
88709
  "textureColor": {
88618
88710
  "type": "string"
88619
88711
  },
88620
- "textureOptions": {},
88712
+ "textureOptions": {
88713
+ "typeof": "function"
88714
+ },
88621
88715
  "texturePadding": {
88622
88716
  "type": "number"
88623
88717
  },
@@ -89162,12 +89256,24 @@
89162
89256
  "typeof": "function"
89163
89257
  },
89164
89258
  "texture": {
89165
- "type": "string"
89259
+ "anyOf": [
89260
+ {
89261
+ "$ref": "#/definitions/HTMLCanvasElement"
89262
+ },
89263
+ {
89264
+ "$ref": "#/definitions/HTMLImageElement"
89265
+ },
89266
+ {
89267
+ "type": "string"
89268
+ }
89269
+ ]
89166
89270
  },
89167
89271
  "textureColor": {
89168
89272
  "type": "string"
89169
89273
  },
89170
- "textureOptions": {},
89274
+ "textureOptions": {
89275
+ "typeof": "function"
89276
+ },
89171
89277
  "texturePadding": {
89172
89278
  "type": "number"
89173
89279
  },
@@ -89747,12 +89853,24 @@
89747
89853
  "typeof": "function"
89748
89854
  },
89749
89855
  "texture": {
89750
- "type": "string"
89856
+ "anyOf": [
89857
+ {
89858
+ "$ref": "#/definitions/HTMLCanvasElement"
89859
+ },
89860
+ {
89861
+ "$ref": "#/definitions/HTMLImageElement"
89862
+ },
89863
+ {
89864
+ "type": "string"
89865
+ }
89866
+ ]
89751
89867
  },
89752
89868
  "textureColor": {
89753
89869
  "type": "string"
89754
89870
  },
89755
- "textureOptions": {},
89871
+ "textureOptions": {
89872
+ "typeof": "function"
89873
+ },
89756
89874
  "texturePadding": {
89757
89875
  "type": "number"
89758
89876
  },
@@ -89854,7 +89972,7 @@
89854
89972
  },
89855
89973
  "type": "object"
89856
89974
  },
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>>": {
89975
+ "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;debugAlign?:boolean;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
89976
  "properties": {
89859
89977
  "_debug_bounds": {
89860
89978
  "anyOf": [
@@ -90421,12 +90539,24 @@
90421
90539
  "$ref": "#/definitions/TextBaselineType"
90422
90540
  },
90423
90541
  "texture": {
90424
- "type": "string"
90542
+ "anyOf": [
90543
+ {
90544
+ "$ref": "#/definitions/HTMLCanvasElement"
90545
+ },
90546
+ {
90547
+ "$ref": "#/definitions/HTMLImageElement"
90548
+ },
90549
+ {
90550
+ "type": "string"
90551
+ }
90552
+ ]
90425
90553
  },
90426
90554
  "textureColor": {
90427
90555
  "type": "string"
90428
90556
  },
90429
- "textureOptions": {},
90557
+ "textureOptions": {
90558
+ "typeof": "function"
90559
+ },
90430
90560
  "texturePadding": {
90431
90561
  "type": "number"
90432
90562
  },
@@ -90993,12 +91123,24 @@
90993
91123
  "typeof": "function"
90994
91124
  },
90995
91125
  "texture": {
90996
- "type": "string"
91126
+ "anyOf": [
91127
+ {
91128
+ "$ref": "#/definitions/HTMLCanvasElement"
91129
+ },
91130
+ {
91131
+ "$ref": "#/definitions/HTMLImageElement"
91132
+ },
91133
+ {
91134
+ "type": "string"
91135
+ }
91136
+ ]
90997
91137
  },
90998
91138
  "textureColor": {
90999
91139
  "type": "string"
91000
91140
  },
91001
- "textureOptions": {},
91141
+ "textureOptions": {
91142
+ "typeof": "function"
91143
+ },
91002
91144
  "texturePadding": {
91003
91145
  "type": "number"
91004
91146
  },
@@ -91506,12 +91648,24 @@
91506
91648
  "typeof": "function"
91507
91649
  },
91508
91650
  "texture": {
91509
- "type": "string"
91651
+ "anyOf": [
91652
+ {
91653
+ "$ref": "#/definitions/HTMLCanvasElement"
91654
+ },
91655
+ {
91656
+ "$ref": "#/definitions/HTMLImageElement"
91657
+ },
91658
+ {
91659
+ "type": "string"
91660
+ }
91661
+ ]
91510
91662
  },
91511
91663
  "textureColor": {
91512
91664
  "type": "string"
91513
91665
  },
91514
- "textureOptions": {},
91666
+ "textureOptions": {
91667
+ "typeof": "function"
91668
+ },
91515
91669
  "texturePadding": {
91516
91670
  "type": "number"
91517
91671
  },
@@ -92215,12 +92369,24 @@
92215
92369
  "typeof": "function"
92216
92370
  },
92217
92371
  "texture": {
92218
- "type": "string"
92372
+ "anyOf": [
92373
+ {
92374
+ "$ref": "#/definitions/HTMLCanvasElement"
92375
+ },
92376
+ {
92377
+ "$ref": "#/definitions/HTMLImageElement"
92378
+ },
92379
+ {
92380
+ "type": "string"
92381
+ }
92382
+ ]
92219
92383
  },
92220
92384
  "textureColor": {
92221
92385
  "type": "string"
92222
92386
  },
92223
- "textureOptions": {},
92387
+ "textureOptions": {
92388
+ "typeof": "function"
92389
+ },
92224
92390
  "texturePadding": {
92225
92391
  "type": "number"
92226
92392
  },
@@ -92865,12 +93031,24 @@
92865
93031
  "typeof": "function"
92866
93032
  },
92867
93033
  "texture": {
92868
- "type": "string"
93034
+ "anyOf": [
93035
+ {
93036
+ "$ref": "#/definitions/HTMLCanvasElement"
93037
+ },
93038
+ {
93039
+ "$ref": "#/definitions/HTMLImageElement"
93040
+ },
93041
+ {
93042
+ "type": "string"
93043
+ }
93044
+ ]
92869
93045
  },
92870
93046
  "textureColor": {
92871
93047
  "type": "string"
92872
93048
  },
92873
- "textureOptions": {},
93049
+ "textureOptions": {
93050
+ "typeof": "function"
93051
+ },
92874
93052
  "texturePadding": {
92875
93053
  "type": "number"
92876
93054
  },
@@ -93620,12 +93798,24 @@
93620
93798
  "typeof": "function"
93621
93799
  },
93622
93800
  "texture": {
93623
- "type": "string"
93801
+ "anyOf": [
93802
+ {
93803
+ "$ref": "#/definitions/HTMLCanvasElement"
93804
+ },
93805
+ {
93806
+ "$ref": "#/definitions/HTMLImageElement"
93807
+ },
93808
+ {
93809
+ "type": "string"
93810
+ }
93811
+ ]
93624
93812
  },
93625
93813
  "textureColor": {
93626
93814
  "type": "string"
93627
93815
  },
93628
- "textureOptions": {},
93816
+ "textureOptions": {
93817
+ "typeof": "function"
93818
+ },
93629
93819
  "texturePadding": {
93630
93820
  "type": "number"
93631
93821
  },
@@ -94988,12 +95178,24 @@
94988
95178
  "typeof": "function"
94989
95179
  },
94990
95180
  "texture": {
94991
- "type": "string"
95181
+ "anyOf": [
95182
+ {
95183
+ "$ref": "#/definitions/HTMLCanvasElement"
95184
+ },
95185
+ {
95186
+ "$ref": "#/definitions/HTMLImageElement"
95187
+ },
95188
+ {
95189
+ "type": "string"
95190
+ }
95191
+ ]
94992
95192
  },
94993
95193
  "textureColor": {
94994
95194
  "type": "string"
94995
95195
  },
94996
- "textureOptions": {},
95196
+ "textureOptions": {
95197
+ "typeof": "function"
95198
+ },
94997
95199
  "texturePadding": {
94998
95200
  "type": "number"
94999
95201
  },
@@ -95520,12 +95722,24 @@
95520
95722
  "typeof": "function"
95521
95723
  },
95522
95724
  "texture": {
95523
- "type": "string"
95725
+ "anyOf": [
95726
+ {
95727
+ "$ref": "#/definitions/HTMLCanvasElement"
95728
+ },
95729
+ {
95730
+ "$ref": "#/definitions/HTMLImageElement"
95731
+ },
95732
+ {
95733
+ "type": "string"
95734
+ }
95735
+ ]
95524
95736
  },
95525
95737
  "textureColor": {
95526
95738
  "type": "string"
95527
95739
  },
95528
- "textureOptions": {},
95740
+ "textureOptions": {
95741
+ "typeof": "function"
95742
+ },
95529
95743
  "texturePadding": {
95530
95744
  "type": "number"
95531
95745
  },
@@ -96410,12 +96624,24 @@
96410
96624
  "typeof": "function"
96411
96625
  },
96412
96626
  "texture": {
96413
- "type": "string"
96627
+ "anyOf": [
96628
+ {
96629
+ "$ref": "#/definitions/HTMLCanvasElement"
96630
+ },
96631
+ {
96632
+ "$ref": "#/definitions/HTMLImageElement"
96633
+ },
96634
+ {
96635
+ "type": "string"
96636
+ }
96637
+ ]
96414
96638
  },
96415
96639
  "textureColor": {
96416
96640
  "type": "string"
96417
96641
  },
96418
- "textureOptions": {},
96642
+ "textureOptions": {
96643
+ "typeof": "function"
96644
+ },
96419
96645
  "texturePadding": {
96420
96646
  "type": "number"
96421
96647
  },
@@ -97512,12 +97738,24 @@
97512
97738
  "typeof": "function"
97513
97739
  },
97514
97740
  "texture": {
97515
- "type": "string"
97741
+ "anyOf": [
97742
+ {
97743
+ "$ref": "#/definitions/HTMLCanvasElement"
97744
+ },
97745
+ {
97746
+ "$ref": "#/definitions/HTMLImageElement"
97747
+ },
97748
+ {
97749
+ "type": "string"
97750
+ }
97751
+ ]
97516
97752
  },
97517
97753
  "textureColor": {
97518
97754
  "type": "string"
97519
97755
  },
97520
- "textureOptions": {},
97756
+ "textureOptions": {
97757
+ "typeof": "function"
97758
+ },
97521
97759
  "texturePadding": {
97522
97760
  "type": "number"
97523
97761
  },
@@ -98085,12 +98323,24 @@
98085
98323
  "type": "string"
98086
98324
  },
98087
98325
  "texture": {
98088
- "type": "string"
98326
+ "anyOf": [
98327
+ {
98328
+ "$ref": "#/definitions/HTMLCanvasElement"
98329
+ },
98330
+ {
98331
+ "$ref": "#/definitions/HTMLImageElement"
98332
+ },
98333
+ {
98334
+ "type": "string"
98335
+ }
98336
+ ]
98089
98337
  },
98090
98338
  "textureColor": {
98091
98339
  "type": "string"
98092
98340
  },
98093
- "textureOptions": {},
98341
+ "textureOptions": {
98342
+ "typeof": "function"
98343
+ },
98094
98344
  "texturePadding": {
98095
98345
  "type": "number"
98096
98346
  },
@@ -98698,12 +98948,24 @@
98698
98948
  "$ref": "#/definitions/TextBaselineType"
98699
98949
  },
98700
98950
  "texture": {
98701
- "type": "string"
98951
+ "anyOf": [
98952
+ {
98953
+ "$ref": "#/definitions/HTMLCanvasElement"
98954
+ },
98955
+ {
98956
+ "$ref": "#/definitions/HTMLImageElement"
98957
+ },
98958
+ {
98959
+ "type": "string"
98960
+ }
98961
+ ]
98702
98962
  },
98703
98963
  "textureColor": {
98704
98964
  "type": "string"
98705
98965
  },
98706
- "textureOptions": {},
98966
+ "textureOptions": {
98967
+ "typeof": "function"
98968
+ },
98707
98969
  "texturePadding": {
98708
98970
  "type": "number"
98709
98971
  },
@@ -100114,12 +100376,24 @@
100114
100376
  "$ref": "#/definitions/TextBaselineType"
100115
100377
  },
100116
100378
  "texture": {
100117
- "type": "string"
100379
+ "anyOf": [
100380
+ {
100381
+ "$ref": "#/definitions/HTMLCanvasElement"
100382
+ },
100383
+ {
100384
+ "$ref": "#/definitions/HTMLImageElement"
100385
+ },
100386
+ {
100387
+ "type": "string"
100388
+ }
100389
+ ]
100118
100390
  },
100119
100391
  "textureColor": {
100120
100392
  "type": "string"
100121
100393
  },
100122
- "textureOptions": {},
100394
+ "textureOptions": {
100395
+ "typeof": "function"
100396
+ },
100123
100397
  "texturePadding": {
100124
100398
  "type": "number"
100125
100399
  },
@@ -100690,12 +100964,24 @@
100690
100964
  "type": "string"
100691
100965
  },
100692
100966
  "texture": {
100693
- "type": "string"
100967
+ "anyOf": [
100968
+ {
100969
+ "$ref": "#/definitions/HTMLCanvasElement"
100970
+ },
100971
+ {
100972
+ "$ref": "#/definitions/HTMLImageElement"
100973
+ },
100974
+ {
100975
+ "type": "string"
100976
+ }
100977
+ ]
100694
100978
  },
100695
100979
  "textureColor": {
100696
100980
  "type": "string"
100697
100981
  },
100698
- "textureOptions": {},
100982
+ "textureOptions": {
100983
+ "typeof": "function"
100984
+ },
100699
100985
  "texturePadding": {
100700
100986
  "type": "number"
100701
100987
  },
@@ -101209,12 +101495,24 @@
101209
101495
  "typeof": "function"
101210
101496
  },
101211
101497
  "texture": {
101212
- "type": "string"
101498
+ "anyOf": [
101499
+ {
101500
+ "$ref": "#/definitions/HTMLCanvasElement"
101501
+ },
101502
+ {
101503
+ "$ref": "#/definitions/HTMLImageElement"
101504
+ },
101505
+ {
101506
+ "type": "string"
101507
+ }
101508
+ ]
101213
101509
  },
101214
101510
  "textureColor": {
101215
101511
  "type": "string"
101216
101512
  },
101217
- "textureOptions": {},
101513
+ "textureOptions": {
101514
+ "typeof": "function"
101515
+ },
101218
101516
  "texturePadding": {
101219
101517
  "type": "number"
101220
101518
  },
@@ -103693,34 +103991,34 @@
103693
103991
  },
103694
103992
  "Promise<FontFaceSet>": {
103695
103993
  "properties": {
103696
- "__@toStringTag@12647": {
103994
+ "__@toStringTag@12649": {
103697
103995
  "type": "string"
103698
103996
  }
103699
103997
  },
103700
103998
  "required": [
103701
- "__@toStringTag@12647"
103999
+ "__@toStringTag@12649"
103702
104000
  ],
103703
104001
  "type": "object"
103704
104002
  },
103705
104003
  "Promise<ServiceWorkerRegistration>": {
103706
104004
  "properties": {
103707
- "__@toStringTag@12647": {
104005
+ "__@toStringTag@12649": {
103708
104006
  "type": "string"
103709
104007
  }
103710
104008
  },
103711
104009
  "required": [
103712
- "__@toStringTag@12647"
104010
+ "__@toStringTag@12649"
103713
104011
  ],
103714
104012
  "type": "object"
103715
104013
  },
103716
104014
  "Promise<any>": {
103717
104015
  "properties": {
103718
- "__@toStringTag@12647": {
104016
+ "__@toStringTag@12649": {
103719
104017
  "type": "string"
103720
104018
  }
103721
104019
  },
103722
104020
  "required": [
103723
- "__@toStringTag@12647"
104021
+ "__@toStringTag@12649"
103724
104022
  ],
103725
104023
  "type": "object"
103726
104024
  },
@@ -104824,12 +105122,24 @@
104824
105122
  "typeof": "function"
104825
105123
  },
104826
105124
  "texture": {
104827
- "type": "string"
105125
+ "anyOf": [
105126
+ {
105127
+ "$ref": "#/definitions/HTMLCanvasElement"
105128
+ },
105129
+ {
105130
+ "$ref": "#/definitions/HTMLImageElement"
105131
+ },
105132
+ {
105133
+ "type": "string"
105134
+ }
105135
+ ]
104828
105136
  },
104829
105137
  "textureColor": {
104830
105138
  "type": "string"
104831
105139
  },
104832
- "textureOptions": {},
105140
+ "textureOptions": {
105141
+ "typeof": "function"
105142
+ },
104833
105143
  "texturePadding": {
104834
105144
  "type": "number"
104835
105145
  },
@@ -105477,12 +105787,24 @@
105477
105787
  "typeof": "function"
105478
105788
  },
105479
105789
  "texture": {
105480
- "type": "string"
105790
+ "anyOf": [
105791
+ {
105792
+ "$ref": "#/definitions/HTMLCanvasElement"
105793
+ },
105794
+ {
105795
+ "$ref": "#/definitions/HTMLImageElement"
105796
+ },
105797
+ {
105798
+ "type": "string"
105799
+ }
105800
+ ]
105481
105801
  },
105482
105802
  "textureColor": {
105483
105803
  "type": "string"
105484
105804
  },
105485
- "textureOptions": {},
105805
+ "textureOptions": {
105806
+ "typeof": "function"
105807
+ },
105486
105808
  "texturePadding": {
105487
105809
  "type": "number"
105488
105810
  },
@@ -106098,12 +106420,24 @@
106098
106420
  "typeof": "function"
106099
106421
  },
106100
106422
  "texture": {
106101
- "type": "string"
106423
+ "anyOf": [
106424
+ {
106425
+ "$ref": "#/definitions/HTMLCanvasElement"
106426
+ },
106427
+ {
106428
+ "$ref": "#/definitions/HTMLImageElement"
106429
+ },
106430
+ {
106431
+ "type": "string"
106432
+ }
106433
+ ]
106102
106434
  },
106103
106435
  "textureColor": {
106104
106436
  "type": "string"
106105
106437
  },
106106
- "textureOptions": {},
106438
+ "textureOptions": {
106439
+ "typeof": "function"
106440
+ },
106107
106441
  "texturePadding": {
106108
106442
  "type": "number"
106109
106443
  },
@@ -106732,12 +107066,24 @@
106732
107066
  "typeof": "function"
106733
107067
  },
106734
107068
  "texture": {
106735
- "type": "string"
107069
+ "anyOf": [
107070
+ {
107071
+ "$ref": "#/definitions/HTMLCanvasElement"
107072
+ },
107073
+ {
107074
+ "$ref": "#/definitions/HTMLImageElement"
107075
+ },
107076
+ {
107077
+ "type": "string"
107078
+ }
107079
+ ]
106736
107080
  },
106737
107081
  "textureColor": {
106738
107082
  "type": "string"
106739
107083
  },
106740
- "textureOptions": {},
107084
+ "textureOptions": {
107085
+ "typeof": "function"
107086
+ },
106741
107087
  "texturePadding": {
106742
107088
  "type": "number"
106743
107089
  },
@@ -107436,12 +107782,24 @@
107436
107782
  "typeof": "function"
107437
107783
  },
107438
107784
  "texture": {
107439
- "type": "string"
107785
+ "anyOf": [
107786
+ {
107787
+ "$ref": "#/definitions/HTMLCanvasElement"
107788
+ },
107789
+ {
107790
+ "$ref": "#/definitions/HTMLImageElement"
107791
+ },
107792
+ {
107793
+ "type": "string"
107794
+ }
107795
+ ]
107440
107796
  },
107441
107797
  "textureColor": {
107442
107798
  "type": "string"
107443
107799
  },
107444
- "textureOptions": {},
107800
+ "textureOptions": {
107801
+ "typeof": "function"
107802
+ },
107445
107803
  "texturePadding": {
107446
107804
  "type": "number"
107447
107805
  },
@@ -108122,12 +108480,24 @@
108122
108480
  "typeof": "function"
108123
108481
  },
108124
108482
  "texture": {
108125
- "type": "string"
108483
+ "anyOf": [
108484
+ {
108485
+ "$ref": "#/definitions/HTMLCanvasElement"
108486
+ },
108487
+ {
108488
+ "$ref": "#/definitions/HTMLImageElement"
108489
+ },
108490
+ {
108491
+ "type": "string"
108492
+ }
108493
+ ]
108126
108494
  },
108127
108495
  "textureColor": {
108128
108496
  "type": "string"
108129
108497
  },
108130
- "textureOptions": {},
108498
+ "textureOptions": {
108499
+ "typeof": "function"
108500
+ },
108131
108501
  "texturePadding": {
108132
108502
  "type": "number"
108133
108503
  },
@@ -108784,12 +109154,24 @@
108784
109154
  "typeof": "function"
108785
109155
  },
108786
109156
  "texture": {
108787
- "type": "string"
109157
+ "anyOf": [
109158
+ {
109159
+ "$ref": "#/definitions/HTMLCanvasElement"
109160
+ },
109161
+ {
109162
+ "$ref": "#/definitions/HTMLImageElement"
109163
+ },
109164
+ {
109165
+ "type": "string"
109166
+ }
109167
+ ]
108788
109168
  },
108789
109169
  "textureColor": {
108790
109170
  "type": "string"
108791
109171
  },
108792
- "textureOptions": {},
109172
+ "textureOptions": {
109173
+ "typeof": "function"
109174
+ },
108793
109175
  "texturePadding": {
108794
109176
  "type": "number"
108795
109177
  },
@@ -109413,12 +109795,24 @@
109413
109795
  "typeof": "function"
109414
109796
  },
109415
109797
  "texture": {
109416
- "type": "string"
109798
+ "anyOf": [
109799
+ {
109800
+ "$ref": "#/definitions/HTMLCanvasElement"
109801
+ },
109802
+ {
109803
+ "$ref": "#/definitions/HTMLImageElement"
109804
+ },
109805
+ {
109806
+ "type": "string"
109807
+ }
109808
+ ]
109417
109809
  },
109418
109810
  "textureColor": {
109419
109811
  "type": "string"
109420
109812
  },
109421
- "textureOptions": {},
109813
+ "textureOptions": {
109814
+ "typeof": "function"
109815
+ },
109422
109816
  "texturePadding": {
109423
109817
  "type": "number"
109424
109818
  },
@@ -110040,12 +110434,24 @@
110040
110434
  "typeof": "function"
110041
110435
  },
110042
110436
  "texture": {
110043
- "type": "string"
110437
+ "anyOf": [
110438
+ {
110439
+ "$ref": "#/definitions/HTMLCanvasElement"
110440
+ },
110441
+ {
110442
+ "$ref": "#/definitions/HTMLImageElement"
110443
+ },
110444
+ {
110445
+ "type": "string"
110446
+ }
110447
+ ]
110044
110448
  },
110045
110449
  "textureColor": {
110046
110450
  "type": "string"
110047
110451
  },
110048
- "textureOptions": {},
110452
+ "textureOptions": {
110453
+ "typeof": "function"
110454
+ },
110049
110455
  "texturePadding": {
110050
110456
  "type": "number"
110051
110457
  },
@@ -110671,12 +111077,24 @@
110671
111077
  "typeof": "function"
110672
111078
  },
110673
111079
  "texture": {
110674
- "type": "string"
111080
+ "anyOf": [
111081
+ {
111082
+ "$ref": "#/definitions/HTMLCanvasElement"
111083
+ },
111084
+ {
111085
+ "$ref": "#/definitions/HTMLImageElement"
111086
+ },
111087
+ {
111088
+ "type": "string"
111089
+ }
111090
+ ]
110675
111091
  },
110676
111092
  "textureColor": {
110677
111093
  "type": "string"
110678
111094
  },
110679
- "textureOptions": {},
111095
+ "textureOptions": {
111096
+ "typeof": "function"
111097
+ },
110680
111098
  "texturePadding": {
110681
111099
  "type": "number"
110682
111100
  },
@@ -111426,12 +111844,24 @@
111426
111844
  "type": "array"
111427
111845
  },
111428
111846
  "texture": {
111429
- "type": "string"
111847
+ "anyOf": [
111848
+ {
111849
+ "$ref": "#/definitions/HTMLCanvasElement"
111850
+ },
111851
+ {
111852
+ "$ref": "#/definitions/HTMLImageElement"
111853
+ },
111854
+ {
111855
+ "type": "string"
111856
+ }
111857
+ ]
111430
111858
  },
111431
111859
  "textureColor": {
111432
111860
  "type": "string"
111433
111861
  },
111434
- "textureOptions": {},
111862
+ "textureOptions": {
111863
+ "typeof": "function"
111864
+ },
111435
111865
  "texturePadding": {
111436
111866
  "type": "number"
111437
111867
  },
@@ -112259,12 +112689,24 @@
112259
112689
  "$ref": "#/definitions/CanvasTextBaseline"
112260
112690
  },
112261
112691
  "texture": {
112262
- "type": "string"
112692
+ "anyOf": [
112693
+ {
112694
+ "$ref": "#/definitions/HTMLCanvasElement"
112695
+ },
112696
+ {
112697
+ "$ref": "#/definitions/HTMLImageElement"
112698
+ },
112699
+ {
112700
+ "type": "string"
112701
+ }
112702
+ ]
112263
112703
  },
112264
112704
  "textureColor": {
112265
112705
  "type": "string"
112266
112706
  },
112267
- "textureOptions": {},
112707
+ "textureOptions": {
112708
+ "typeof": "function"
112709
+ },
112268
112710
  "texturePadding": {
112269
112711
  "type": "number"
112270
112712
  },
@@ -112897,12 +113339,24 @@
112897
113339
  "typeof": "function"
112898
113340
  },
112899
113341
  "texture": {
112900
- "type": "string"
113342
+ "anyOf": [
113343
+ {
113344
+ "$ref": "#/definitions/HTMLCanvasElement"
113345
+ },
113346
+ {
113347
+ "$ref": "#/definitions/HTMLImageElement"
113348
+ },
113349
+ {
113350
+ "type": "string"
113351
+ }
113352
+ ]
112901
113353
  },
112902
113354
  "textureColor": {
112903
113355
  "type": "string"
112904
113356
  },
112905
- "textureOptions": {},
113357
+ "textureOptions": {
113358
+ "typeof": "function"
113359
+ },
112906
113360
  "texturePadding": {
112907
113361
  "type": "number"
112908
113362
  },
@@ -113535,12 +113989,24 @@
113535
113989
  "type": "string"
113536
113990
  },
113537
113991
  "texture": {
113538
- "type": "string"
113992
+ "anyOf": [
113993
+ {
113994
+ "$ref": "#/definitions/HTMLCanvasElement"
113995
+ },
113996
+ {
113997
+ "$ref": "#/definitions/HTMLImageElement"
113998
+ },
113999
+ {
114000
+ "type": "string"
114001
+ }
114002
+ ]
113539
114003
  },
113540
114004
  "textureColor": {
113541
114005
  "type": "string"
113542
114006
  },
113543
- "textureOptions": {},
114007
+ "textureOptions": {
114008
+ "typeof": "function"
114009
+ },
113544
114010
  "texturePadding": {
113545
114011
  "type": "number"
113546
114012
  },
@@ -114243,12 +114709,24 @@
114243
114709
  "$ref": "#/definitions/TextBaselineType"
114244
114710
  },
114245
114711
  "texture": {
114246
- "type": "string"
114712
+ "anyOf": [
114713
+ {
114714
+ "$ref": "#/definitions/HTMLCanvasElement"
114715
+ },
114716
+ {
114717
+ "$ref": "#/definitions/HTMLImageElement"
114718
+ },
114719
+ {
114720
+ "type": "string"
114721
+ }
114722
+ ]
114247
114723
  },
114248
114724
  "textureColor": {
114249
114725
  "type": "string"
114250
114726
  },
114251
- "textureOptions": {},
114727
+ "textureOptions": {
114728
+ "typeof": "function"
114729
+ },
114252
114730
  "texturePadding": {
114253
114731
  "type": "number"
114254
114732
  },