@visactor/vchart-schema 2.0.23-alpha.0 → 2.0.23-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 +101 -579
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.23-alpha.0",
3
+ "version": "2.0.23-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -21624,17 +21624,7 @@
21624
21624
  "type": "array"
21625
21625
  },
21626
21626
  "texture": {
21627
- "anyOf": [
21628
- {
21629
- "$ref": "#/definitions/HTMLCanvasElement"
21630
- },
21631
- {
21632
- "$ref": "#/definitions/HTMLImageElement"
21633
- },
21634
- {
21635
- "type": "string"
21636
- }
21637
- ]
21627
+ "type": "string"
21638
21628
  },
21639
21629
  "textureColor": {
21640
21630
  "type": "string"
@@ -34845,24 +34835,12 @@
34845
34835
  "typeof": "function"
34846
34836
  },
34847
34837
  "texture": {
34848
- "anyOf": [
34849
- {
34850
- "$ref": "#/definitions/HTMLCanvasElement"
34851
- },
34852
- {
34853
- "$ref": "#/definitions/HTMLImageElement"
34854
- },
34855
- {
34856
- "type": "string"
34857
- }
34858
- ]
34838
+ "type": "string"
34859
34839
  },
34860
34840
  "textureColor": {
34861
34841
  "type": "string"
34862
34842
  },
34863
- "textureOptions": {
34864
- "typeof": "function"
34865
- },
34843
+ "textureOptions": {},
34866
34844
  "texturePadding": {
34867
34845
  "type": "number"
34868
34846
  },
@@ -59495,24 +59473,12 @@
59495
59473
  "typeof": "function"
59496
59474
  },
59497
59475
  "texture": {
59498
- "anyOf": [
59499
- {
59500
- "$ref": "#/definitions/HTMLCanvasElement"
59501
- },
59502
- {
59503
- "$ref": "#/definitions/HTMLImageElement"
59504
- },
59505
- {
59506
- "type": "string"
59507
- }
59508
- ]
59476
+ "type": "string"
59509
59477
  },
59510
59478
  "textureColor": {
59511
59479
  "type": "string"
59512
59480
  },
59513
- "textureOptions": {
59514
- "typeof": "function"
59515
- },
59481
+ "textureOptions": {},
59516
59482
  "texturePadding": {
59517
59483
  "type": "number"
59518
59484
  },
@@ -64482,7 +64448,7 @@
64482
64448
  "IRichTextGraphicAttribute": {
64483
64449
  "allOf": [
64484
64450
  {
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>>"
64451
+ "$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>>"
64486
64452
  },
64487
64453
  {
64488
64454
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -81941,7 +81907,7 @@
81941
81907
  },
81942
81908
  "Map<Function,(...args:any[])=>void>": {
81943
81909
  "properties": {
81944
- "__@toStringTag@12649": {
81910
+ "__@toStringTag@12647": {
81945
81911
  "type": "string"
81946
81912
  },
81947
81913
  "size": {
@@ -81949,14 +81915,14 @@
81949
81915
  }
81950
81916
  },
81951
81917
  "required": [
81952
- "__@toStringTag@12649",
81918
+ "__@toStringTag@12647",
81953
81919
  "size"
81954
81920
  ],
81955
81921
  "type": "object"
81956
81922
  },
81957
81923
  "Map<number,IGraphicRender>": {
81958
81924
  "properties": {
81959
- "__@toStringTag@12649": {
81925
+ "__@toStringTag@12647": {
81960
81926
  "type": "string"
81961
81927
  },
81962
81928
  "size": {
@@ -81964,14 +81930,14 @@
81964
81930
  }
81965
81931
  },
81966
81932
  "required": [
81967
- "__@toStringTag@12649",
81933
+ "__@toStringTag@12647",
81968
81934
  "size"
81969
81935
  ],
81970
81936
  "type": "object"
81971
81937
  },
81972
81938
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
81973
81939
  "properties": {
81974
- "__@toStringTag@12649": {
81940
+ "__@toStringTag@12647": {
81975
81941
  "type": "string"
81976
81942
  },
81977
81943
  "size": {
@@ -81979,14 +81945,14 @@
81979
81945
  }
81980
81946
  },
81981
81947
  "required": [
81982
- "__@toStringTag@12649",
81948
+ "__@toStringTag@12647",
81983
81949
  "size"
81984
81950
  ],
81985
81951
  "type": "object"
81986
81952
  },
81987
81953
  "Map<string,Map<number,IGraphicRender>>": {
81988
81954
  "properties": {
81989
- "__@toStringTag@12649": {
81955
+ "__@toStringTag@12647": {
81990
81956
  "type": "string"
81991
81957
  },
81992
81958
  "size": {
@@ -81994,14 +81960,14 @@
81994
81960
  }
81995
81961
  },
81996
81962
  "required": [
81997
- "__@toStringTag@12649",
81963
+ "__@toStringTag@12647",
81998
81964
  "size"
81999
81965
  ],
82000
81966
  "type": "object"
82001
81967
  },
82002
81968
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82003
81969
  "properties": {
82004
- "__@toStringTag@12649": {
81970
+ "__@toStringTag@12647": {
82005
81971
  "type": "string"
82006
81972
  },
82007
81973
  "size": {
@@ -82009,14 +81975,14 @@
82009
81975
  }
82010
81976
  },
82011
81977
  "required": [
82012
- "__@toStringTag@12649",
81978
+ "__@toStringTag@12647",
82013
81979
  "size"
82014
81980
  ],
82015
81981
  "type": "object"
82016
81982
  },
82017
81983
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82018
81984
  "properties": {
82019
- "__@toStringTag@12649": {
81985
+ "__@toStringTag@12647": {
82020
81986
  "type": "string"
82021
81987
  },
82022
81988
  "size": {
@@ -82024,14 +81990,14 @@
82024
81990
  }
82025
81991
  },
82026
81992
  "required": [
82027
- "__@toStringTag@12649",
81993
+ "__@toStringTag@12647",
82028
81994
  "size"
82029
81995
  ],
82030
81996
  "type": "object"
82031
81997
  },
82032
81998
  "Map<string|number,IAnimate>": {
82033
81999
  "properties": {
82034
- "__@toStringTag@12649": {
82000
+ "__@toStringTag@12647": {
82035
82001
  "type": "string"
82036
82002
  },
82037
82003
  "size": {
@@ -82039,7 +82005,7 @@
82039
82005
  }
82040
82006
  },
82041
82007
  "required": [
82042
- "__@toStringTag@12649",
82008
+ "__@toStringTag@12647",
82043
82009
  "size"
82044
82010
  ],
82045
82011
  "type": "object"
@@ -83107,24 +83073,12 @@
83107
83073
  "typeof": "function"
83108
83074
  },
83109
83075
  "texture": {
83110
- "anyOf": [
83111
- {
83112
- "$ref": "#/definitions/HTMLCanvasElement"
83113
- },
83114
- {
83115
- "$ref": "#/definitions/HTMLImageElement"
83116
- },
83117
- {
83118
- "type": "string"
83119
- }
83120
- ]
83076
+ "type": "string"
83121
83077
  },
83122
83078
  "textureColor": {
83123
83079
  "type": "string"
83124
83080
  },
83125
- "textureOptions": {
83126
- "typeof": "function"
83127
- },
83081
+ "textureOptions": {},
83128
83082
  "texturePadding": {
83129
83083
  "type": "number"
83130
83084
  },
@@ -85289,24 +85243,12 @@
85289
85243
  "typeof": "function"
85290
85244
  },
85291
85245
  "texture": {
85292
- "anyOf": [
85293
- {
85294
- "$ref": "#/definitions/HTMLCanvasElement"
85295
- },
85296
- {
85297
- "$ref": "#/definitions/HTMLImageElement"
85298
- },
85299
- {
85300
- "type": "string"
85301
- }
85302
- ]
85246
+ "type": "string"
85303
85247
  },
85304
85248
  "textureColor": {
85305
85249
  "type": "string"
85306
85250
  },
85307
- "textureOptions": {
85308
- "typeof": "function"
85309
- },
85251
+ "textureOptions": {},
85310
85252
  "texturePadding": {
85311
85253
  "type": "number"
85312
85254
  },
@@ -87070,24 +87012,12 @@
87070
87012
  "typeof": "function"
87071
87013
  },
87072
87014
  "texture": {
87073
- "anyOf": [
87074
- {
87075
- "$ref": "#/definitions/HTMLCanvasElement"
87076
- },
87077
- {
87078
- "$ref": "#/definitions/HTMLImageElement"
87079
- },
87080
- {
87081
- "type": "string"
87082
- }
87083
- ]
87015
+ "type": "string"
87084
87016
  },
87085
87017
  "textureColor": {
87086
87018
  "type": "string"
87087
87019
  },
87088
- "textureOptions": {
87089
- "typeof": "function"
87090
- },
87020
+ "textureOptions": {},
87091
87021
  "texturePadding": {
87092
87022
  "type": "number"
87093
87023
  },
@@ -87746,24 +87676,12 @@
87746
87676
  "typeof": "function"
87747
87677
  },
87748
87678
  "texture": {
87749
- "anyOf": [
87750
- {
87751
- "$ref": "#/definitions/HTMLCanvasElement"
87752
- },
87753
- {
87754
- "$ref": "#/definitions/HTMLImageElement"
87755
- },
87756
- {
87757
- "type": "string"
87758
- }
87759
- ]
87679
+ "type": "string"
87760
87680
  },
87761
87681
  "textureColor": {
87762
87682
  "type": "string"
87763
87683
  },
87764
- "textureOptions": {
87765
- "typeof": "function"
87766
- },
87684
+ "textureOptions": {},
87767
87685
  "texturePadding": {
87768
87686
  "type": "number"
87769
87687
  },
@@ -88701,24 +88619,12 @@
88701
88619
  "typeof": "function"
88702
88620
  },
88703
88621
  "texture": {
88704
- "anyOf": [
88705
- {
88706
- "$ref": "#/definitions/HTMLCanvasElement"
88707
- },
88708
- {
88709
- "$ref": "#/definitions/HTMLImageElement"
88710
- },
88711
- {
88712
- "type": "string"
88713
- }
88714
- ]
88622
+ "type": "string"
88715
88623
  },
88716
88624
  "textureColor": {
88717
88625
  "type": "string"
88718
88626
  },
88719
- "textureOptions": {
88720
- "typeof": "function"
88721
- },
88627
+ "textureOptions": {},
88722
88628
  "texturePadding": {
88723
88629
  "type": "number"
88724
88630
  },
@@ -89263,24 +89169,12 @@
89263
89169
  "typeof": "function"
89264
89170
  },
89265
89171
  "texture": {
89266
- "anyOf": [
89267
- {
89268
- "$ref": "#/definitions/HTMLCanvasElement"
89269
- },
89270
- {
89271
- "$ref": "#/definitions/HTMLImageElement"
89272
- },
89273
- {
89274
- "type": "string"
89275
- }
89276
- ]
89172
+ "type": "string"
89277
89173
  },
89278
89174
  "textureColor": {
89279
89175
  "type": "string"
89280
89176
  },
89281
- "textureOptions": {
89282
- "typeof": "function"
89283
- },
89177
+ "textureOptions": {},
89284
89178
  "texturePadding": {
89285
89179
  "type": "number"
89286
89180
  },
@@ -89860,24 +89754,12 @@
89860
89754
  "typeof": "function"
89861
89755
  },
89862
89756
  "texture": {
89863
- "anyOf": [
89864
- {
89865
- "$ref": "#/definitions/HTMLCanvasElement"
89866
- },
89867
- {
89868
- "$ref": "#/definitions/HTMLImageElement"
89869
- },
89870
- {
89871
- "type": "string"
89872
- }
89873
- ]
89757
+ "type": "string"
89874
89758
  },
89875
89759
  "textureColor": {
89876
89760
  "type": "string"
89877
89761
  },
89878
- "textureOptions": {
89879
- "typeof": "function"
89880
- },
89762
+ "textureOptions": {},
89881
89763
  "texturePadding": {
89882
89764
  "type": "number"
89883
89765
  },
@@ -89979,7 +89861,7 @@
89979
89861
  },
89980
89862
  "type": "object"
89981
89863
  },
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>>": {
89864
+ "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>>": {
89983
89865
  "properties": {
89984
89866
  "_debug_bounds": {
89985
89867
  "anyOf": [
@@ -90546,24 +90428,12 @@
90546
90428
  "$ref": "#/definitions/TextBaselineType"
90547
90429
  },
90548
90430
  "texture": {
90549
- "anyOf": [
90550
- {
90551
- "$ref": "#/definitions/HTMLCanvasElement"
90552
- },
90553
- {
90554
- "$ref": "#/definitions/HTMLImageElement"
90555
- },
90556
- {
90557
- "type": "string"
90558
- }
90559
- ]
90431
+ "type": "string"
90560
90432
  },
90561
90433
  "textureColor": {
90562
90434
  "type": "string"
90563
90435
  },
90564
- "textureOptions": {
90565
- "typeof": "function"
90566
- },
90436
+ "textureOptions": {},
90567
90437
  "texturePadding": {
90568
90438
  "type": "number"
90569
90439
  },
@@ -91130,24 +91000,12 @@
91130
91000
  "typeof": "function"
91131
91001
  },
91132
91002
  "texture": {
91133
- "anyOf": [
91134
- {
91135
- "$ref": "#/definitions/HTMLCanvasElement"
91136
- },
91137
- {
91138
- "$ref": "#/definitions/HTMLImageElement"
91139
- },
91140
- {
91141
- "type": "string"
91142
- }
91143
- ]
91003
+ "type": "string"
91144
91004
  },
91145
91005
  "textureColor": {
91146
91006
  "type": "string"
91147
91007
  },
91148
- "textureOptions": {
91149
- "typeof": "function"
91150
- },
91008
+ "textureOptions": {},
91151
91009
  "texturePadding": {
91152
91010
  "type": "number"
91153
91011
  },
@@ -91655,24 +91513,12 @@
91655
91513
  "typeof": "function"
91656
91514
  },
91657
91515
  "texture": {
91658
- "anyOf": [
91659
- {
91660
- "$ref": "#/definitions/HTMLCanvasElement"
91661
- },
91662
- {
91663
- "$ref": "#/definitions/HTMLImageElement"
91664
- },
91665
- {
91666
- "type": "string"
91667
- }
91668
- ]
91516
+ "type": "string"
91669
91517
  },
91670
91518
  "textureColor": {
91671
91519
  "type": "string"
91672
91520
  },
91673
- "textureOptions": {
91674
- "typeof": "function"
91675
- },
91521
+ "textureOptions": {},
91676
91522
  "texturePadding": {
91677
91523
  "type": "number"
91678
91524
  },
@@ -92376,24 +92222,12 @@
92376
92222
  "typeof": "function"
92377
92223
  },
92378
92224
  "texture": {
92379
- "anyOf": [
92380
- {
92381
- "$ref": "#/definitions/HTMLCanvasElement"
92382
- },
92383
- {
92384
- "$ref": "#/definitions/HTMLImageElement"
92385
- },
92386
- {
92387
- "type": "string"
92388
- }
92389
- ]
92225
+ "type": "string"
92390
92226
  },
92391
92227
  "textureColor": {
92392
92228
  "type": "string"
92393
92229
  },
92394
- "textureOptions": {
92395
- "typeof": "function"
92396
- },
92230
+ "textureOptions": {},
92397
92231
  "texturePadding": {
92398
92232
  "type": "number"
92399
92233
  },
@@ -93038,24 +92872,12 @@
93038
92872
  "typeof": "function"
93039
92873
  },
93040
92874
  "texture": {
93041
- "anyOf": [
93042
- {
93043
- "$ref": "#/definitions/HTMLCanvasElement"
93044
- },
93045
- {
93046
- "$ref": "#/definitions/HTMLImageElement"
93047
- },
93048
- {
93049
- "type": "string"
93050
- }
93051
- ]
92875
+ "type": "string"
93052
92876
  },
93053
92877
  "textureColor": {
93054
92878
  "type": "string"
93055
92879
  },
93056
- "textureOptions": {
93057
- "typeof": "function"
93058
- },
92880
+ "textureOptions": {},
93059
92881
  "texturePadding": {
93060
92882
  "type": "number"
93061
92883
  },
@@ -93805,24 +93627,12 @@
93805
93627
  "typeof": "function"
93806
93628
  },
93807
93629
  "texture": {
93808
- "anyOf": [
93809
- {
93810
- "$ref": "#/definitions/HTMLCanvasElement"
93811
- },
93812
- {
93813
- "$ref": "#/definitions/HTMLImageElement"
93814
- },
93815
- {
93816
- "type": "string"
93817
- }
93818
- ]
93630
+ "type": "string"
93819
93631
  },
93820
93632
  "textureColor": {
93821
93633
  "type": "string"
93822
93634
  },
93823
- "textureOptions": {
93824
- "typeof": "function"
93825
- },
93635
+ "textureOptions": {},
93826
93636
  "texturePadding": {
93827
93637
  "type": "number"
93828
93638
  },
@@ -95185,24 +94995,12 @@
95185
94995
  "typeof": "function"
95186
94996
  },
95187
94997
  "texture": {
95188
- "anyOf": [
95189
- {
95190
- "$ref": "#/definitions/HTMLCanvasElement"
95191
- },
95192
- {
95193
- "$ref": "#/definitions/HTMLImageElement"
95194
- },
95195
- {
95196
- "type": "string"
95197
- }
95198
- ]
94998
+ "type": "string"
95199
94999
  },
95200
95000
  "textureColor": {
95201
95001
  "type": "string"
95202
95002
  },
95203
- "textureOptions": {
95204
- "typeof": "function"
95205
- },
95003
+ "textureOptions": {},
95206
95004
  "texturePadding": {
95207
95005
  "type": "number"
95208
95006
  },
@@ -95729,24 +95527,12 @@
95729
95527
  "typeof": "function"
95730
95528
  },
95731
95529
  "texture": {
95732
- "anyOf": [
95733
- {
95734
- "$ref": "#/definitions/HTMLCanvasElement"
95735
- },
95736
- {
95737
- "$ref": "#/definitions/HTMLImageElement"
95738
- },
95739
- {
95740
- "type": "string"
95741
- }
95742
- ]
95530
+ "type": "string"
95743
95531
  },
95744
95532
  "textureColor": {
95745
95533
  "type": "string"
95746
95534
  },
95747
- "textureOptions": {
95748
- "typeof": "function"
95749
- },
95535
+ "textureOptions": {},
95750
95536
  "texturePadding": {
95751
95537
  "type": "number"
95752
95538
  },
@@ -96631,24 +96417,12 @@
96631
96417
  "typeof": "function"
96632
96418
  },
96633
96419
  "texture": {
96634
- "anyOf": [
96635
- {
96636
- "$ref": "#/definitions/HTMLCanvasElement"
96637
- },
96638
- {
96639
- "$ref": "#/definitions/HTMLImageElement"
96640
- },
96641
- {
96642
- "type": "string"
96643
- }
96644
- ]
96420
+ "type": "string"
96645
96421
  },
96646
96422
  "textureColor": {
96647
96423
  "type": "string"
96648
96424
  },
96649
- "textureOptions": {
96650
- "typeof": "function"
96651
- },
96425
+ "textureOptions": {},
96652
96426
  "texturePadding": {
96653
96427
  "type": "number"
96654
96428
  },
@@ -97745,24 +97519,12 @@
97745
97519
  "typeof": "function"
97746
97520
  },
97747
97521
  "texture": {
97748
- "anyOf": [
97749
- {
97750
- "$ref": "#/definitions/HTMLCanvasElement"
97751
- },
97752
- {
97753
- "$ref": "#/definitions/HTMLImageElement"
97754
- },
97755
- {
97756
- "type": "string"
97757
- }
97758
- ]
97522
+ "type": "string"
97759
97523
  },
97760
97524
  "textureColor": {
97761
97525
  "type": "string"
97762
97526
  },
97763
- "textureOptions": {
97764
- "typeof": "function"
97765
- },
97527
+ "textureOptions": {},
97766
97528
  "texturePadding": {
97767
97529
  "type": "number"
97768
97530
  },
@@ -98330,24 +98092,12 @@
98330
98092
  "type": "string"
98331
98093
  },
98332
98094
  "texture": {
98333
- "anyOf": [
98334
- {
98335
- "$ref": "#/definitions/HTMLCanvasElement"
98336
- },
98337
- {
98338
- "$ref": "#/definitions/HTMLImageElement"
98339
- },
98340
- {
98341
- "type": "string"
98342
- }
98343
- ]
98095
+ "type": "string"
98344
98096
  },
98345
98097
  "textureColor": {
98346
98098
  "type": "string"
98347
98099
  },
98348
- "textureOptions": {
98349
- "typeof": "function"
98350
- },
98100
+ "textureOptions": {},
98351
98101
  "texturePadding": {
98352
98102
  "type": "number"
98353
98103
  },
@@ -98955,24 +98705,12 @@
98955
98705
  "$ref": "#/definitions/TextBaselineType"
98956
98706
  },
98957
98707
  "texture": {
98958
- "anyOf": [
98959
- {
98960
- "$ref": "#/definitions/HTMLCanvasElement"
98961
- },
98962
- {
98963
- "$ref": "#/definitions/HTMLImageElement"
98964
- },
98965
- {
98966
- "type": "string"
98967
- }
98968
- ]
98708
+ "type": "string"
98969
98709
  },
98970
98710
  "textureColor": {
98971
98711
  "type": "string"
98972
98712
  },
98973
- "textureOptions": {
98974
- "typeof": "function"
98975
- },
98713
+ "textureOptions": {},
98976
98714
  "texturePadding": {
98977
98715
  "type": "number"
98978
98716
  },
@@ -100383,24 +100121,12 @@
100383
100121
  "$ref": "#/definitions/TextBaselineType"
100384
100122
  },
100385
100123
  "texture": {
100386
- "anyOf": [
100387
- {
100388
- "$ref": "#/definitions/HTMLCanvasElement"
100389
- },
100390
- {
100391
- "$ref": "#/definitions/HTMLImageElement"
100392
- },
100393
- {
100394
- "type": "string"
100395
- }
100396
- ]
100124
+ "type": "string"
100397
100125
  },
100398
100126
  "textureColor": {
100399
100127
  "type": "string"
100400
100128
  },
100401
- "textureOptions": {
100402
- "typeof": "function"
100403
- },
100129
+ "textureOptions": {},
100404
100130
  "texturePadding": {
100405
100131
  "type": "number"
100406
100132
  },
@@ -100971,24 +100697,12 @@
100971
100697
  "type": "string"
100972
100698
  },
100973
100699
  "texture": {
100974
- "anyOf": [
100975
- {
100976
- "$ref": "#/definitions/HTMLCanvasElement"
100977
- },
100978
- {
100979
- "$ref": "#/definitions/HTMLImageElement"
100980
- },
100981
- {
100982
- "type": "string"
100983
- }
100984
- ]
100700
+ "type": "string"
100985
100701
  },
100986
100702
  "textureColor": {
100987
100703
  "type": "string"
100988
100704
  },
100989
- "textureOptions": {
100990
- "typeof": "function"
100991
- },
100705
+ "textureOptions": {},
100992
100706
  "texturePadding": {
100993
100707
  "type": "number"
100994
100708
  },
@@ -101502,24 +101216,12 @@
101502
101216
  "typeof": "function"
101503
101217
  },
101504
101218
  "texture": {
101505
- "anyOf": [
101506
- {
101507
- "$ref": "#/definitions/HTMLCanvasElement"
101508
- },
101509
- {
101510
- "$ref": "#/definitions/HTMLImageElement"
101511
- },
101512
- {
101513
- "type": "string"
101514
- }
101515
- ]
101219
+ "type": "string"
101516
101220
  },
101517
101221
  "textureColor": {
101518
101222
  "type": "string"
101519
101223
  },
101520
- "textureOptions": {
101521
- "typeof": "function"
101522
- },
101224
+ "textureOptions": {},
101523
101225
  "texturePadding": {
101524
101226
  "type": "number"
101525
101227
  },
@@ -104166,34 +103868,34 @@
104166
103868
  },
104167
103869
  "Promise<FontFaceSet>": {
104168
103870
  "properties": {
104169
- "__@toStringTag@12649": {
103871
+ "__@toStringTag@12647": {
104170
103872
  "type": "string"
104171
103873
  }
104172
103874
  },
104173
103875
  "required": [
104174
- "__@toStringTag@12649"
103876
+ "__@toStringTag@12647"
104175
103877
  ],
104176
103878
  "type": "object"
104177
103879
  },
104178
103880
  "Promise<ServiceWorkerRegistration>": {
104179
103881
  "properties": {
104180
- "__@toStringTag@12649": {
103882
+ "__@toStringTag@12647": {
104181
103883
  "type": "string"
104182
103884
  }
104183
103885
  },
104184
103886
  "required": [
104185
- "__@toStringTag@12649"
103887
+ "__@toStringTag@12647"
104186
103888
  ],
104187
103889
  "type": "object"
104188
103890
  },
104189
103891
  "Promise<any>": {
104190
103892
  "properties": {
104191
- "__@toStringTag@12649": {
103893
+ "__@toStringTag@12647": {
104192
103894
  "type": "string"
104193
103895
  }
104194
103896
  },
104195
103897
  "required": [
104196
- "__@toStringTag@12649"
103898
+ "__@toStringTag@12647"
104197
103899
  ],
104198
103900
  "type": "object"
104199
103901
  },
@@ -105297,24 +104999,12 @@
105297
104999
  "typeof": "function"
105298
105000
  },
105299
105001
  "texture": {
105300
- "anyOf": [
105301
- {
105302
- "$ref": "#/definitions/HTMLCanvasElement"
105303
- },
105304
- {
105305
- "$ref": "#/definitions/HTMLImageElement"
105306
- },
105307
- {
105308
- "type": "string"
105309
- }
105310
- ]
105002
+ "type": "string"
105311
105003
  },
105312
105004
  "textureColor": {
105313
105005
  "type": "string"
105314
105006
  },
105315
- "textureOptions": {
105316
- "typeof": "function"
105317
- },
105007
+ "textureOptions": {},
105318
105008
  "texturePadding": {
105319
105009
  "type": "number"
105320
105010
  },
@@ -105962,24 +105652,12 @@
105962
105652
  "typeof": "function"
105963
105653
  },
105964
105654
  "texture": {
105965
- "anyOf": [
105966
- {
105967
- "$ref": "#/definitions/HTMLCanvasElement"
105968
- },
105969
- {
105970
- "$ref": "#/definitions/HTMLImageElement"
105971
- },
105972
- {
105973
- "type": "string"
105974
- }
105975
- ]
105655
+ "type": "string"
105976
105656
  },
105977
105657
  "textureColor": {
105978
105658
  "type": "string"
105979
105659
  },
105980
- "textureOptions": {
105981
- "typeof": "function"
105982
- },
105660
+ "textureOptions": {},
105983
105661
  "texturePadding": {
105984
105662
  "type": "number"
105985
105663
  },
@@ -106595,24 +106273,12 @@
106595
106273
  "typeof": "function"
106596
106274
  },
106597
106275
  "texture": {
106598
- "anyOf": [
106599
- {
106600
- "$ref": "#/definitions/HTMLCanvasElement"
106601
- },
106602
- {
106603
- "$ref": "#/definitions/HTMLImageElement"
106604
- },
106605
- {
106606
- "type": "string"
106607
- }
106608
- ]
106276
+ "type": "string"
106609
106277
  },
106610
106278
  "textureColor": {
106611
106279
  "type": "string"
106612
106280
  },
106613
- "textureOptions": {
106614
- "typeof": "function"
106615
- },
106281
+ "textureOptions": {},
106616
106282
  "texturePadding": {
106617
106283
  "type": "number"
106618
106284
  },
@@ -107241,24 +106907,12 @@
107241
106907
  "typeof": "function"
107242
106908
  },
107243
106909
  "texture": {
107244
- "anyOf": [
107245
- {
107246
- "$ref": "#/definitions/HTMLCanvasElement"
107247
- },
107248
- {
107249
- "$ref": "#/definitions/HTMLImageElement"
107250
- },
107251
- {
107252
- "type": "string"
107253
- }
107254
- ]
106910
+ "type": "string"
107255
106911
  },
107256
106912
  "textureColor": {
107257
106913
  "type": "string"
107258
106914
  },
107259
- "textureOptions": {
107260
- "typeof": "function"
107261
- },
106915
+ "textureOptions": {},
107262
106916
  "texturePadding": {
107263
106917
  "type": "number"
107264
106918
  },
@@ -107957,24 +107611,12 @@
107957
107611
  "typeof": "function"
107958
107612
  },
107959
107613
  "texture": {
107960
- "anyOf": [
107961
- {
107962
- "$ref": "#/definitions/HTMLCanvasElement"
107963
- },
107964
- {
107965
- "$ref": "#/definitions/HTMLImageElement"
107966
- },
107967
- {
107968
- "type": "string"
107969
- }
107970
- ]
107614
+ "type": "string"
107971
107615
  },
107972
107616
  "textureColor": {
107973
107617
  "type": "string"
107974
107618
  },
107975
- "textureOptions": {
107976
- "typeof": "function"
107977
- },
107619
+ "textureOptions": {},
107978
107620
  "texturePadding": {
107979
107621
  "type": "number"
107980
107622
  },
@@ -108655,24 +108297,12 @@
108655
108297
  "typeof": "function"
108656
108298
  },
108657
108299
  "texture": {
108658
- "anyOf": [
108659
- {
108660
- "$ref": "#/definitions/HTMLCanvasElement"
108661
- },
108662
- {
108663
- "$ref": "#/definitions/HTMLImageElement"
108664
- },
108665
- {
108666
- "type": "string"
108667
- }
108668
- ]
108300
+ "type": "string"
108669
108301
  },
108670
108302
  "textureColor": {
108671
108303
  "type": "string"
108672
108304
  },
108673
- "textureOptions": {
108674
- "typeof": "function"
108675
- },
108305
+ "textureOptions": {},
108676
108306
  "texturePadding": {
108677
108307
  "type": "number"
108678
108308
  },
@@ -109329,24 +108959,12 @@
109329
108959
  "typeof": "function"
109330
108960
  },
109331
108961
  "texture": {
109332
- "anyOf": [
109333
- {
109334
- "$ref": "#/definitions/HTMLCanvasElement"
109335
- },
109336
- {
109337
- "$ref": "#/definitions/HTMLImageElement"
109338
- },
109339
- {
109340
- "type": "string"
109341
- }
109342
- ]
108962
+ "type": "string"
109343
108963
  },
109344
108964
  "textureColor": {
109345
108965
  "type": "string"
109346
108966
  },
109347
- "textureOptions": {
109348
- "typeof": "function"
109349
- },
108967
+ "textureOptions": {},
109350
108968
  "texturePadding": {
109351
108969
  "type": "number"
109352
108970
  },
@@ -109970,24 +109588,12 @@
109970
109588
  "typeof": "function"
109971
109589
  },
109972
109590
  "texture": {
109973
- "anyOf": [
109974
- {
109975
- "$ref": "#/definitions/HTMLCanvasElement"
109976
- },
109977
- {
109978
- "$ref": "#/definitions/HTMLImageElement"
109979
- },
109980
- {
109981
- "type": "string"
109982
- }
109983
- ]
109591
+ "type": "string"
109984
109592
  },
109985
109593
  "textureColor": {
109986
109594
  "type": "string"
109987
109595
  },
109988
- "textureOptions": {
109989
- "typeof": "function"
109990
- },
109596
+ "textureOptions": {},
109991
109597
  "texturePadding": {
109992
109598
  "type": "number"
109993
109599
  },
@@ -110609,24 +110215,12 @@
110609
110215
  "typeof": "function"
110610
110216
  },
110611
110217
  "texture": {
110612
- "anyOf": [
110613
- {
110614
- "$ref": "#/definitions/HTMLCanvasElement"
110615
- },
110616
- {
110617
- "$ref": "#/definitions/HTMLImageElement"
110618
- },
110619
- {
110620
- "type": "string"
110621
- }
110622
- ]
110218
+ "type": "string"
110623
110219
  },
110624
110220
  "textureColor": {
110625
110221
  "type": "string"
110626
110222
  },
110627
- "textureOptions": {
110628
- "typeof": "function"
110629
- },
110223
+ "textureOptions": {},
110630
110224
  "texturePadding": {
110631
110225
  "type": "number"
110632
110226
  },
@@ -111252,24 +110846,12 @@
111252
110846
  "typeof": "function"
111253
110847
  },
111254
110848
  "texture": {
111255
- "anyOf": [
111256
- {
111257
- "$ref": "#/definitions/HTMLCanvasElement"
111258
- },
111259
- {
111260
- "$ref": "#/definitions/HTMLImageElement"
111261
- },
111262
- {
111263
- "type": "string"
111264
- }
111265
- ]
110849
+ "type": "string"
111266
110850
  },
111267
110851
  "textureColor": {
111268
110852
  "type": "string"
111269
110853
  },
111270
- "textureOptions": {
111271
- "typeof": "function"
111272
- },
110854
+ "textureOptions": {},
111273
110855
  "texturePadding": {
111274
110856
  "type": "number"
111275
110857
  },
@@ -112019,24 +111601,12 @@
112019
111601
  "type": "array"
112020
111602
  },
112021
111603
  "texture": {
112022
- "anyOf": [
112023
- {
112024
- "$ref": "#/definitions/HTMLCanvasElement"
112025
- },
112026
- {
112027
- "$ref": "#/definitions/HTMLImageElement"
112028
- },
112029
- {
112030
- "type": "string"
112031
- }
112032
- ]
111604
+ "type": "string"
112033
111605
  },
112034
111606
  "textureColor": {
112035
111607
  "type": "string"
112036
111608
  },
112037
- "textureOptions": {
112038
- "typeof": "function"
112039
- },
111609
+ "textureOptions": {},
112040
111610
  "texturePadding": {
112041
111611
  "type": "number"
112042
111612
  },
@@ -112864,24 +112434,12 @@
112864
112434
  "$ref": "#/definitions/CanvasTextBaseline"
112865
112435
  },
112866
112436
  "texture": {
112867
- "anyOf": [
112868
- {
112869
- "$ref": "#/definitions/HTMLCanvasElement"
112870
- },
112871
- {
112872
- "$ref": "#/definitions/HTMLImageElement"
112873
- },
112874
- {
112875
- "type": "string"
112876
- }
112877
- ]
112437
+ "type": "string"
112878
112438
  },
112879
112439
  "textureColor": {
112880
112440
  "type": "string"
112881
112441
  },
112882
- "textureOptions": {
112883
- "typeof": "function"
112884
- },
112442
+ "textureOptions": {},
112885
112443
  "texturePadding": {
112886
112444
  "type": "number"
112887
112445
  },
@@ -113514,24 +113072,12 @@
113514
113072
  "typeof": "function"
113515
113073
  },
113516
113074
  "texture": {
113517
- "anyOf": [
113518
- {
113519
- "$ref": "#/definitions/HTMLCanvasElement"
113520
- },
113521
- {
113522
- "$ref": "#/definitions/HTMLImageElement"
113523
- },
113524
- {
113525
- "type": "string"
113526
- }
113527
- ]
113075
+ "type": "string"
113528
113076
  },
113529
113077
  "textureColor": {
113530
113078
  "type": "string"
113531
113079
  },
113532
- "textureOptions": {
113533
- "typeof": "function"
113534
- },
113080
+ "textureOptions": {},
113535
113081
  "texturePadding": {
113536
113082
  "type": "number"
113537
113083
  },
@@ -114164,24 +113710,12 @@
114164
113710
  "type": "string"
114165
113711
  },
114166
113712
  "texture": {
114167
- "anyOf": [
114168
- {
114169
- "$ref": "#/definitions/HTMLCanvasElement"
114170
- },
114171
- {
114172
- "$ref": "#/definitions/HTMLImageElement"
114173
- },
114174
- {
114175
- "type": "string"
114176
- }
114177
- ]
113713
+ "type": "string"
114178
113714
  },
114179
113715
  "textureColor": {
114180
113716
  "type": "string"
114181
113717
  },
114182
- "textureOptions": {
114183
- "typeof": "function"
114184
- },
113718
+ "textureOptions": {},
114185
113719
  "texturePadding": {
114186
113720
  "type": "number"
114187
113721
  },
@@ -114884,24 +114418,12 @@
114884
114418
  "$ref": "#/definitions/TextBaselineType"
114885
114419
  },
114886
114420
  "texture": {
114887
- "anyOf": [
114888
- {
114889
- "$ref": "#/definitions/HTMLCanvasElement"
114890
- },
114891
- {
114892
- "$ref": "#/definitions/HTMLImageElement"
114893
- },
114894
- {
114895
- "type": "string"
114896
- }
114897
- ]
114421
+ "type": "string"
114898
114422
  },
114899
114423
  "textureColor": {
114900
114424
  "type": "string"
114901
114425
  },
114902
- "textureOptions": {
114903
- "typeof": "function"
114904
- },
114426
+ "textureOptions": {},
114905
114427
  "texturePadding": {
114906
114428
  "type": "number"
114907
114429
  },