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