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