@visactor/vchart-schema 1.13.2-vstory.1 → 1.13.3-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 +49 -379
package/vchart.json
CHANGED
|
@@ -8923,9 +8923,6 @@
|
|
|
8923
8923
|
"cubicIn",
|
|
8924
8924
|
"cubicInOut",
|
|
8925
8925
|
"cubicOut",
|
|
8926
|
-
"easeInOutElastic",
|
|
8927
|
-
"easeInOutQuad",
|
|
8928
|
-
"easeOutElastic",
|
|
8929
8926
|
"elasticIn",
|
|
8930
8927
|
"elasticInOut",
|
|
8931
8928
|
"elasticOut",
|
|
@@ -9769,6 +9766,29 @@
|
|
|
9769
9766
|
],
|
|
9770
9767
|
"description": "gradient"
|
|
9771
9768
|
},
|
|
9769
|
+
"GraphicType": {
|
|
9770
|
+
"enum": [
|
|
9771
|
+
"arc",
|
|
9772
|
+
"arc3d",
|
|
9773
|
+
"area",
|
|
9774
|
+
"circle",
|
|
9775
|
+
"ellipse",
|
|
9776
|
+
"glyph",
|
|
9777
|
+
"group",
|
|
9778
|
+
"image",
|
|
9779
|
+
"line",
|
|
9780
|
+
"path",
|
|
9781
|
+
"polygon",
|
|
9782
|
+
"pyramid3d",
|
|
9783
|
+
"rect",
|
|
9784
|
+
"rect3d",
|
|
9785
|
+
"richtext",
|
|
9786
|
+
"shadowroot",
|
|
9787
|
+
"symbol",
|
|
9788
|
+
"text"
|
|
9789
|
+
],
|
|
9790
|
+
"type": "string"
|
|
9791
|
+
},
|
|
9772
9792
|
"GroupTooltipTriggerMark": {
|
|
9773
9793
|
"enum": [
|
|
9774
9794
|
"area",
|
|
@@ -33052,9 +33072,6 @@
|
|
|
33052
33072
|
"defined": {
|
|
33053
33073
|
"type": "boolean"
|
|
33054
33074
|
},
|
|
33055
|
-
"draw": {
|
|
33056
|
-
"typeof": "function"
|
|
33057
|
-
},
|
|
33058
33075
|
"getAngleAt": {
|
|
33059
33076
|
"typeof": "function"
|
|
33060
33077
|
},
|
|
@@ -33064,12 +33081,6 @@
|
|
|
33064
33081
|
"getPointAt": {
|
|
33065
33082
|
"typeof": "function"
|
|
33066
33083
|
},
|
|
33067
|
-
"getYAt": {
|
|
33068
|
-
"typeof": "function"
|
|
33069
|
-
},
|
|
33070
|
-
"includeX": {
|
|
33071
|
-
"typeof": "function"
|
|
33072
|
-
},
|
|
33073
33084
|
"originP1": {
|
|
33074
33085
|
"$ref": "#/definitions/IPointLike"
|
|
33075
33086
|
},
|
|
@@ -33094,12 +33105,9 @@
|
|
|
33094
33105
|
},
|
|
33095
33106
|
"required": [
|
|
33096
33107
|
"defined",
|
|
33097
|
-
"draw",
|
|
33098
33108
|
"getAngleAt",
|
|
33099
33109
|
"getLength",
|
|
33100
33110
|
"getPointAt",
|
|
33101
|
-
"getYAt",
|
|
33102
|
-
"includeX",
|
|
33103
33111
|
"p0",
|
|
33104
33112
|
"type"
|
|
33105
33113
|
],
|
|
@@ -33531,9 +33539,6 @@
|
|
|
33531
33539
|
},
|
|
33532
33540
|
"type": "array"
|
|
33533
33541
|
},
|
|
33534
|
-
"drawWithClipRange": {
|
|
33535
|
-
"typeof": "function"
|
|
33536
|
-
},
|
|
33537
33542
|
"ellipse": {
|
|
33538
33543
|
"typeof": "function"
|
|
33539
33544
|
},
|
|
@@ -33555,9 +33560,6 @@
|
|
|
33555
33560
|
"getPointAt": {
|
|
33556
33561
|
"typeof": "function"
|
|
33557
33562
|
},
|
|
33558
|
-
"getYAt": {
|
|
33559
|
-
"typeof": "function"
|
|
33560
|
-
},
|
|
33561
33563
|
"lineTo": {
|
|
33562
33564
|
"typeof": "function"
|
|
33563
33565
|
},
|
|
@@ -33589,14 +33591,12 @@
|
|
|
33589
33591
|
"closePath",
|
|
33590
33592
|
"commandList",
|
|
33591
33593
|
"curves",
|
|
33592
|
-
"drawWithClipRange",
|
|
33593
33594
|
"ellipse",
|
|
33594
33595
|
"fromCustomPath2D",
|
|
33595
33596
|
"fromString",
|
|
33596
33597
|
"getCurveLengths",
|
|
33597
33598
|
"getLength",
|
|
33598
33599
|
"getPointAt",
|
|
33599
|
-
"getYAt",
|
|
33600
33600
|
"lineTo",
|
|
33601
33601
|
"moveTo",
|
|
33602
33602
|
"quadraticCurveTo",
|
|
@@ -34361,9 +34361,6 @@
|
|
|
34361
34361
|
"angle": {
|
|
34362
34362
|
"type": "number"
|
|
34363
34363
|
},
|
|
34364
|
-
"autoAnimateTexture": {
|
|
34365
|
-
"type": "boolean"
|
|
34366
|
-
},
|
|
34367
34364
|
"autoPage": {
|
|
34368
34365
|
"type": "boolean"
|
|
34369
34366
|
},
|
|
@@ -35250,13 +35247,9 @@
|
|
|
35250
35247
|
"textureColor": {
|
|
35251
35248
|
"type": "string"
|
|
35252
35249
|
},
|
|
35253
|
-
"textureOptions": {},
|
|
35254
35250
|
"texturePadding": {
|
|
35255
35251
|
"type": "number"
|
|
35256
35252
|
},
|
|
35257
|
-
"textureRatio": {
|
|
35258
|
-
"type": "number"
|
|
35259
|
-
},
|
|
35260
35253
|
"textureSize": {
|
|
35261
35254
|
"type": "number"
|
|
35262
35255
|
},
|
|
@@ -40626,7 +40619,7 @@
|
|
|
40626
40619
|
"typeof": "function"
|
|
40627
40620
|
},
|
|
40628
40621
|
"type": {
|
|
40629
|
-
"
|
|
40622
|
+
"$ref": "#/definitions/GraphicType"
|
|
40630
40623
|
},
|
|
40631
40624
|
"update": {
|
|
40632
40625
|
"typeof": "function"
|
|
@@ -41184,7 +41177,7 @@
|
|
|
41184
41177
|
"typeof": "function"
|
|
41185
41178
|
},
|
|
41186
41179
|
"type": {
|
|
41187
|
-
"
|
|
41180
|
+
"$ref": "#/definitions/GraphicType"
|
|
41188
41181
|
},
|
|
41189
41182
|
"update": {
|
|
41190
41183
|
"typeof": "function"
|
|
@@ -41742,7 +41735,7 @@
|
|
|
41742
41735
|
"typeof": "function"
|
|
41743
41736
|
},
|
|
41744
41737
|
"type": {
|
|
41745
|
-
"
|
|
41738
|
+
"$ref": "#/definitions/GraphicType"
|
|
41746
41739
|
},
|
|
41747
41740
|
"update": {
|
|
41748
41741
|
"typeof": "function"
|
|
@@ -42410,7 +42403,7 @@
|
|
|
42410
42403
|
"typeof": "function"
|
|
42411
42404
|
},
|
|
42412
42405
|
"type": {
|
|
42413
|
-
"
|
|
42406
|
+
"$ref": "#/definitions/GraphicType"
|
|
42414
42407
|
},
|
|
42415
42408
|
"update": {
|
|
42416
42409
|
"typeof": "function"
|
|
@@ -48150,7 +48143,7 @@
|
|
|
48150
48143
|
"typeof": "function"
|
|
48151
48144
|
},
|
|
48152
48145
|
"type": {
|
|
48153
|
-
"
|
|
48146
|
+
"$ref": "#/definitions/GraphicType"
|
|
48154
48147
|
},
|
|
48155
48148
|
"update": {
|
|
48156
48149
|
"typeof": "function"
|
|
@@ -59910,9 +59903,6 @@
|
|
|
59910
59903
|
"angle": {
|
|
59911
59904
|
"type": "number"
|
|
59912
59905
|
},
|
|
59913
|
-
"autoAnimateTexture": {
|
|
59914
|
-
"type": "boolean"
|
|
59915
|
-
},
|
|
59916
59906
|
"backgroundCornerRadius": {
|
|
59917
59907
|
"anyOf": [
|
|
59918
59908
|
{
|
|
@@ -60390,13 +60380,9 @@
|
|
|
60390
60380
|
"textureColor": {
|
|
60391
60381
|
"type": "string"
|
|
60392
60382
|
},
|
|
60393
|
-
"textureOptions": {},
|
|
60394
60383
|
"texturePadding": {
|
|
60395
60384
|
"type": "number"
|
|
60396
60385
|
},
|
|
60397
|
-
"textureRatio": {
|
|
60398
|
-
"type": "number"
|
|
60399
|
-
},
|
|
60400
60386
|
"textureSize": {
|
|
60401
60387
|
"type": "number"
|
|
60402
60388
|
},
|
|
@@ -67411,7 +67397,7 @@
|
|
|
67411
67397
|
"IRichTextGraphicAttribute": {
|
|
67412
67398
|
"allOf": [
|
|
67413
67399
|
{
|
|
67414
|
-
"$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;
|
|
67400
|
+
"$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;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;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"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;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
|
|
67415
67401
|
},
|
|
67416
67402
|
{
|
|
67417
67403
|
"$ref": "#/definitions/Partial<IRichTextAttribute>"
|
|
@@ -73069,7 +73055,7 @@
|
|
|
73069
73055
|
"typeof": "function"
|
|
73070
73056
|
},
|
|
73071
73057
|
"type": {
|
|
73072
|
-
"
|
|
73058
|
+
"$ref": "#/definitions/GraphicType"
|
|
73073
73059
|
},
|
|
73074
73060
|
"update": {
|
|
73075
73061
|
"typeof": "function"
|
|
@@ -75643,24 +75629,15 @@
|
|
|
75643
75629
|
"addTimeline": {
|
|
75644
75630
|
"typeof": "function"
|
|
75645
75631
|
},
|
|
75646
|
-
"autoStop": {
|
|
75647
|
-
"type": "boolean"
|
|
75648
|
-
},
|
|
75649
75632
|
"getFPS": {
|
|
75650
75633
|
"typeof": "function"
|
|
75651
75634
|
},
|
|
75652
75635
|
"getInterval": {
|
|
75653
75636
|
"typeof": "function"
|
|
75654
75637
|
},
|
|
75655
|
-
"getTimelines": {
|
|
75656
|
-
"typeof": "function"
|
|
75657
|
-
},
|
|
75658
75638
|
"pause": {
|
|
75659
75639
|
"typeof": "function"
|
|
75660
75640
|
},
|
|
75661
|
-
"release": {
|
|
75662
|
-
"typeof": "function"
|
|
75663
|
-
},
|
|
75664
75641
|
"remTimeline": {
|
|
75665
75642
|
"typeof": "function"
|
|
75666
75643
|
},
|
|
@@ -75691,10 +75668,7 @@
|
|
|
75691
75668
|
},
|
|
75692
75669
|
"required": [
|
|
75693
75670
|
"addTimeline",
|
|
75694
|
-
"autoStop",
|
|
75695
|
-
"getTimelines",
|
|
75696
75671
|
"pause",
|
|
75697
|
-
"release",
|
|
75698
75672
|
"remTimeline",
|
|
75699
75673
|
"resume",
|
|
75700
75674
|
"start",
|
|
@@ -84088,7 +84062,7 @@
|
|
|
84088
84062
|
},
|
|
84089
84063
|
"Map<Function,(...args:any[])=>void>": {
|
|
84090
84064
|
"properties": {
|
|
84091
|
-
"__@toStringTag@
|
|
84065
|
+
"__@toStringTag@12099": {
|
|
84092
84066
|
"type": "string"
|
|
84093
84067
|
},
|
|
84094
84068
|
"size": {
|
|
@@ -84096,14 +84070,14 @@
|
|
|
84096
84070
|
}
|
|
84097
84071
|
},
|
|
84098
84072
|
"required": [
|
|
84099
|
-
"__@toStringTag@
|
|
84073
|
+
"__@toStringTag@12099",
|
|
84100
84074
|
"size"
|
|
84101
84075
|
],
|
|
84102
84076
|
"type": "object"
|
|
84103
84077
|
},
|
|
84104
84078
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
84105
84079
|
"properties": {
|
|
84106
|
-
"__@toStringTag@
|
|
84080
|
+
"__@toStringTag@12099": {
|
|
84107
84081
|
"type": "string"
|
|
84108
84082
|
},
|
|
84109
84083
|
"size": {
|
|
@@ -84111,14 +84085,14 @@
|
|
|
84111
84085
|
}
|
|
84112
84086
|
},
|
|
84113
84087
|
"required": [
|
|
84114
|
-
"__@toStringTag@
|
|
84088
|
+
"__@toStringTag@12099",
|
|
84115
84089
|
"size"
|
|
84116
84090
|
],
|
|
84117
84091
|
"type": "object"
|
|
84118
84092
|
},
|
|
84119
84093
|
"Map<string,any>": {
|
|
84120
84094
|
"properties": {
|
|
84121
|
-
"__@toStringTag@
|
|
84095
|
+
"__@toStringTag@12099": {
|
|
84122
84096
|
"type": "string"
|
|
84123
84097
|
},
|
|
84124
84098
|
"size": {
|
|
@@ -84126,14 +84100,14 @@
|
|
|
84126
84100
|
}
|
|
84127
84101
|
},
|
|
84128
84102
|
"required": [
|
|
84129
|
-
"__@toStringTag@
|
|
84103
|
+
"__@toStringTag@12099",
|
|
84130
84104
|
"size"
|
|
84131
84105
|
],
|
|
84132
84106
|
"type": "object"
|
|
84133
84107
|
},
|
|
84134
84108
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
84135
84109
|
"properties": {
|
|
84136
|
-
"__@toStringTag@
|
|
84110
|
+
"__@toStringTag@12099": {
|
|
84137
84111
|
"type": "string"
|
|
84138
84112
|
},
|
|
84139
84113
|
"size": {
|
|
@@ -84141,14 +84115,14 @@
|
|
|
84141
84115
|
}
|
|
84142
84116
|
},
|
|
84143
84117
|
"required": [
|
|
84144
|
-
"__@toStringTag@
|
|
84118
|
+
"__@toStringTag@12099",
|
|
84145
84119
|
"size"
|
|
84146
84120
|
],
|
|
84147
84121
|
"type": "object"
|
|
84148
84122
|
},
|
|
84149
84123
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
84150
84124
|
"properties": {
|
|
84151
|
-
"__@toStringTag@
|
|
84125
|
+
"__@toStringTag@12099": {
|
|
84152
84126
|
"type": "string"
|
|
84153
84127
|
},
|
|
84154
84128
|
"size": {
|
|
@@ -84156,14 +84130,14 @@
|
|
|
84156
84130
|
}
|
|
84157
84131
|
},
|
|
84158
84132
|
"required": [
|
|
84159
|
-
"__@toStringTag@
|
|
84133
|
+
"__@toStringTag@12099",
|
|
84160
84134
|
"size"
|
|
84161
84135
|
],
|
|
84162
84136
|
"type": "object"
|
|
84163
84137
|
},
|
|
84164
84138
|
"Map<string|number,IAnimate>": {
|
|
84165
84139
|
"properties": {
|
|
84166
|
-
"__@toStringTag@
|
|
84140
|
+
"__@toStringTag@12099": {
|
|
84167
84141
|
"type": "string"
|
|
84168
84142
|
},
|
|
84169
84143
|
"size": {
|
|
@@ -84171,7 +84145,7 @@
|
|
|
84171
84145
|
}
|
|
84172
84146
|
},
|
|
84173
84147
|
"required": [
|
|
84174
|
-
"__@toStringTag@
|
|
84148
|
+
"__@toStringTag@12099",
|
|
84175
84149
|
"size"
|
|
84176
84150
|
],
|
|
84177
84151
|
"type": "object"
|
|
@@ -84752,9 +84726,6 @@
|
|
|
84752
84726
|
"angle": {
|
|
84753
84727
|
"type": "number"
|
|
84754
84728
|
},
|
|
84755
|
-
"autoAnimateTexture": {
|
|
84756
|
-
"type": "boolean"
|
|
84757
|
-
},
|
|
84758
84729
|
"autoPage": {
|
|
84759
84730
|
"type": "boolean"
|
|
84760
84731
|
},
|
|
@@ -85236,13 +85207,9 @@
|
|
|
85236
85207
|
"textureColor": {
|
|
85237
85208
|
"type": "string"
|
|
85238
85209
|
},
|
|
85239
|
-
"textureOptions": {},
|
|
85240
85210
|
"texturePadding": {
|
|
85241
85211
|
"type": "number"
|
|
85242
85212
|
},
|
|
85243
|
-
"textureRatio": {
|
|
85244
|
-
"type": "number"
|
|
85245
|
-
},
|
|
85246
85213
|
"textureSize": {
|
|
85247
85214
|
"type": "number"
|
|
85248
85215
|
},
|
|
@@ -87687,9 +87654,6 @@
|
|
|
87687
87654
|
"angle": {
|
|
87688
87655
|
"type": "number"
|
|
87689
87656
|
},
|
|
87690
|
-
"autoAnimateTexture": {
|
|
87691
|
-
"type": "boolean"
|
|
87692
|
-
},
|
|
87693
87657
|
"backgroundCornerRadius": {
|
|
87694
87658
|
"anyOf": [
|
|
87695
87659
|
{
|
|
@@ -88086,13 +88050,9 @@
|
|
|
88086
88050
|
"textureColor": {
|
|
88087
88051
|
"type": "string"
|
|
88088
88052
|
},
|
|
88089
|
-
"textureOptions": {},
|
|
88090
88053
|
"texturePadding": {
|
|
88091
88054
|
"type": "number"
|
|
88092
88055
|
},
|
|
88093
|
-
"textureRatio": {
|
|
88094
|
-
"type": "number"
|
|
88095
|
-
},
|
|
88096
88056
|
"textureSize": {
|
|
88097
88057
|
"type": "number"
|
|
88098
88058
|
},
|
|
@@ -90453,9 +90413,6 @@
|
|
|
90453
90413
|
"animationEasing": {
|
|
90454
90414
|
"$ref": "#/definitions/EasingType"
|
|
90455
90415
|
},
|
|
90456
|
-
"autoAnimateTexture": {
|
|
90457
|
-
"type": "boolean"
|
|
90458
|
-
},
|
|
90459
90416
|
"background": {
|
|
90460
90417
|
"anyOf": [
|
|
90461
90418
|
{
|
|
@@ -90901,13 +90858,9 @@
|
|
|
90901
90858
|
"textureColor": {
|
|
90902
90859
|
"type": "string"
|
|
90903
90860
|
},
|
|
90904
|
-
"textureOptions": {},
|
|
90905
90861
|
"texturePadding": {
|
|
90906
90862
|
"type": "number"
|
|
90907
90863
|
},
|
|
90908
|
-
"textureRatio": {
|
|
90909
|
-
"type": "number"
|
|
90910
|
-
},
|
|
90911
90864
|
"textureSize": {
|
|
90912
90865
|
"type": "number"
|
|
90913
90866
|
},
|
|
@@ -91052,9 +91005,6 @@
|
|
|
91052
91005
|
"animationEasing": {
|
|
91053
91006
|
"$ref": "#/definitions/EasingType"
|
|
91054
91007
|
},
|
|
91055
|
-
"autoAnimateTexture": {
|
|
91056
|
-
"type": "boolean"
|
|
91057
|
-
},
|
|
91058
91008
|
"background": {
|
|
91059
91009
|
"anyOf": [
|
|
91060
91010
|
{
|
|
@@ -91512,13 +91462,9 @@
|
|
|
91512
91462
|
"textureColor": {
|
|
91513
91463
|
"type": "string"
|
|
91514
91464
|
},
|
|
91515
|
-
"textureOptions": {},
|
|
91516
91465
|
"texturePadding": {
|
|
91517
91466
|
"type": "number"
|
|
91518
91467
|
},
|
|
91519
|
-
"textureRatio": {
|
|
91520
|
-
"type": "number"
|
|
91521
|
-
},
|
|
91522
91468
|
"textureSize": {
|
|
91523
91469
|
"type": "number"
|
|
91524
91470
|
},
|
|
@@ -91992,9 +91938,6 @@
|
|
|
91992
91938
|
"angle": {
|
|
91993
91939
|
"type": "number"
|
|
91994
91940
|
},
|
|
91995
|
-
"autoAnimateTexture": {
|
|
91996
|
-
"type": "boolean"
|
|
91997
|
-
},
|
|
91998
91941
|
"background": {
|
|
91999
91942
|
"anyOf": [
|
|
92000
91943
|
{
|
|
@@ -92414,13 +92357,9 @@
|
|
|
92414
92357
|
"textureColor": {
|
|
92415
92358
|
"type": "string"
|
|
92416
92359
|
},
|
|
92417
|
-
"textureOptions": {},
|
|
92418
92360
|
"texturePadding": {
|
|
92419
92361
|
"type": "number"
|
|
92420
92362
|
},
|
|
92421
|
-
"textureRatio": {
|
|
92422
|
-
"type": "number"
|
|
92423
|
-
},
|
|
92424
92363
|
"textureSize": {
|
|
92425
92364
|
"type": "number"
|
|
92426
92365
|
},
|
|
@@ -92533,9 +92472,6 @@
|
|
|
92533
92472
|
"angle": {
|
|
92534
92473
|
"type": "number"
|
|
92535
92474
|
},
|
|
92536
|
-
"autoAnimateTexture": {
|
|
92537
|
-
"type": "boolean"
|
|
92538
|
-
},
|
|
92539
92475
|
"background": {
|
|
92540
92476
|
"anyOf": [
|
|
92541
92477
|
{
|
|
@@ -92930,13 +92866,9 @@
|
|
|
92930
92866
|
"textureColor": {
|
|
92931
92867
|
"type": "string"
|
|
92932
92868
|
},
|
|
92933
|
-
"textureOptions": {},
|
|
92934
92869
|
"texturePadding": {
|
|
92935
92870
|
"type": "number"
|
|
92936
92871
|
},
|
|
92937
|
-
"textureRatio": {
|
|
92938
|
-
"type": "number"
|
|
92939
|
-
},
|
|
92940
92872
|
"textureSize": {
|
|
92941
92873
|
"type": "number"
|
|
92942
92874
|
},
|
|
@@ -93115,9 +93047,6 @@
|
|
|
93115
93047
|
"angle": {
|
|
93116
93048
|
"type": "number"
|
|
93117
93049
|
},
|
|
93118
|
-
"autoAnimateTexture": {
|
|
93119
|
-
"type": "boolean"
|
|
93120
|
-
},
|
|
93121
93050
|
"background": {
|
|
93122
93051
|
"anyOf": [
|
|
93123
93052
|
{
|
|
@@ -93480,13 +93409,9 @@
|
|
|
93480
93409
|
"textureColor": {
|
|
93481
93410
|
"type": "string"
|
|
93482
93411
|
},
|
|
93483
|
-
"textureOptions": {},
|
|
93484
93412
|
"texturePadding": {
|
|
93485
93413
|
"type": "number"
|
|
93486
93414
|
},
|
|
93487
|
-
"textureRatio": {
|
|
93488
|
-
"type": "number"
|
|
93489
|
-
},
|
|
93490
93415
|
"textureSize": {
|
|
93491
93416
|
"type": "number"
|
|
93492
93417
|
},
|
|
@@ -93569,7 +93494,7 @@
|
|
|
93569
93494
|
},
|
|
93570
93495
|
"type": "object"
|
|
93571
93496
|
},
|
|
93572
|
-
"Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;
|
|
93497
|
+
"Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;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;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"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;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
|
|
93573
93498
|
"properties": {
|
|
93574
93499
|
"_debug_bounds": {
|
|
93575
93500
|
"anyOf": [
|
|
@@ -93660,9 +93585,6 @@
|
|
|
93660
93585
|
"angle": {
|
|
93661
93586
|
"type": "number"
|
|
93662
93587
|
},
|
|
93663
|
-
"autoAnimateTexture": {
|
|
93664
|
-
"type": "boolean"
|
|
93665
|
-
},
|
|
93666
93588
|
"background": {
|
|
93667
93589
|
"anyOf": [
|
|
93668
93590
|
{
|
|
@@ -94119,13 +94041,9 @@
|
|
|
94119
94041
|
"textureColor": {
|
|
94120
94042
|
"type": "string"
|
|
94121
94043
|
},
|
|
94122
|
-
"textureOptions": {},
|
|
94123
94044
|
"texturePadding": {
|
|
94124
94045
|
"type": "number"
|
|
94125
94046
|
},
|
|
94126
|
-
"textureRatio": {
|
|
94127
|
-
"type": "number"
|
|
94128
|
-
},
|
|
94129
94047
|
"textureSize": {
|
|
94130
94048
|
"type": "number"
|
|
94131
94049
|
},
|
|
@@ -94271,9 +94189,6 @@
|
|
|
94271
94189
|
"angle": {
|
|
94272
94190
|
"type": "number"
|
|
94273
94191
|
},
|
|
94274
|
-
"autoAnimateTexture": {
|
|
94275
|
-
"type": "boolean"
|
|
94276
|
-
},
|
|
94277
94192
|
"background": {
|
|
94278
94193
|
"anyOf": [
|
|
94279
94194
|
{
|
|
@@ -94656,13 +94571,9 @@
|
|
|
94656
94571
|
"textureColor": {
|
|
94657
94572
|
"type": "string"
|
|
94658
94573
|
},
|
|
94659
|
-
"textureOptions": {},
|
|
94660
94574
|
"texturePadding": {
|
|
94661
94575
|
"type": "number"
|
|
94662
94576
|
},
|
|
94663
|
-
"textureRatio": {
|
|
94664
|
-
"type": "number"
|
|
94665
|
-
},
|
|
94666
94577
|
"textureSize": {
|
|
94667
94578
|
"type": "number"
|
|
94668
94579
|
},
|
|
@@ -94778,9 +94689,6 @@
|
|
|
94778
94689
|
"angle": {
|
|
94779
94690
|
"type": "number"
|
|
94780
94691
|
},
|
|
94781
|
-
"autoAnimateTexture": {
|
|
94782
|
-
"type": "boolean"
|
|
94783
|
-
},
|
|
94784
94692
|
"background": {
|
|
94785
94693
|
"anyOf": [
|
|
94786
94694
|
{
|
|
@@ -95134,13 +95042,9 @@
|
|
|
95134
95042
|
"textureColor": {
|
|
95135
95043
|
"type": "string"
|
|
95136
95044
|
},
|
|
95137
|
-
"textureOptions": {},
|
|
95138
95045
|
"texturePadding": {
|
|
95139
95046
|
"type": "number"
|
|
95140
95047
|
},
|
|
95141
|
-
"textureRatio": {
|
|
95142
|
-
"type": "number"
|
|
95143
|
-
},
|
|
95144
95048
|
"textureSize": {
|
|
95145
95049
|
"type": "number"
|
|
95146
95050
|
},
|
|
@@ -95360,9 +95264,6 @@
|
|
|
95360
95264
|
"angle": {
|
|
95361
95265
|
"type": "number"
|
|
95362
95266
|
},
|
|
95363
|
-
"autoAnimateTexture": {
|
|
95364
|
-
"type": "boolean"
|
|
95365
|
-
},
|
|
95366
95267
|
"background": {
|
|
95367
95268
|
"anyOf": [
|
|
95368
95269
|
{
|
|
@@ -95778,13 +95679,9 @@
|
|
|
95778
95679
|
"textureColor": {
|
|
95779
95680
|
"type": "string"
|
|
95780
95681
|
},
|
|
95781
|
-
"textureOptions": {},
|
|
95782
95682
|
"texturePadding": {
|
|
95783
95683
|
"type": "number"
|
|
95784
95684
|
},
|
|
95785
|
-
"textureRatio": {
|
|
95786
|
-
"type": "number"
|
|
95787
|
-
},
|
|
95788
95685
|
"textureSize": {
|
|
95789
95686
|
"type": "number"
|
|
95790
95687
|
},
|
|
@@ -95946,9 +95843,6 @@
|
|
|
95946
95843
|
"angle": {
|
|
95947
95844
|
"type": "number"
|
|
95948
95845
|
},
|
|
95949
|
-
"autoAnimateTexture": {
|
|
95950
|
-
"type": "boolean"
|
|
95951
|
-
},
|
|
95952
95846
|
"background": {
|
|
95953
95847
|
"anyOf": [
|
|
95954
95848
|
{
|
|
@@ -96337,13 +96231,9 @@
|
|
|
96337
96231
|
"textureColor": {
|
|
96338
96232
|
"type": "string"
|
|
96339
96233
|
},
|
|
96340
|
-
"textureOptions": {},
|
|
96341
96234
|
"texturePadding": {
|
|
96342
96235
|
"type": "number"
|
|
96343
96236
|
},
|
|
96344
|
-
"textureRatio": {
|
|
96345
|
-
"type": "number"
|
|
96346
|
-
},
|
|
96347
96237
|
"textureSize": {
|
|
96348
96238
|
"type": "number"
|
|
96349
96239
|
},
|
|
@@ -96774,9 +96664,6 @@
|
|
|
96774
96664
|
"angle": {
|
|
96775
96665
|
"type": "number"
|
|
96776
96666
|
},
|
|
96777
|
-
"autoAnimateTexture": {
|
|
96778
|
-
"type": "boolean"
|
|
96779
|
-
},
|
|
96780
96667
|
"background": {
|
|
96781
96668
|
"anyOf": [
|
|
96782
96669
|
{
|
|
@@ -97174,13 +97061,9 @@
|
|
|
97174
97061
|
"textureColor": {
|
|
97175
97062
|
"type": "string"
|
|
97176
97063
|
},
|
|
97177
|
-
"textureOptions": {},
|
|
97178
97064
|
"texturePadding": {
|
|
97179
97065
|
"type": "number"
|
|
97180
97066
|
},
|
|
97181
|
-
"textureRatio": {
|
|
97182
|
-
"type": "number"
|
|
97183
|
-
},
|
|
97184
97067
|
"textureSize": {
|
|
97185
97068
|
"type": "number"
|
|
97186
97069
|
},
|
|
@@ -98312,9 +98195,6 @@
|
|
|
98312
98195
|
"angle": {
|
|
98313
98196
|
"type": "number"
|
|
98314
98197
|
},
|
|
98315
|
-
"autoAnimateTexture": {
|
|
98316
|
-
"type": "boolean"
|
|
98317
|
-
},
|
|
98318
98198
|
"background": {
|
|
98319
98199
|
"anyOf": [
|
|
98320
98200
|
{
|
|
@@ -98391,9 +98271,6 @@
|
|
|
98391
98271
|
"childrenPickable": {
|
|
98392
98272
|
"type": "boolean"
|
|
98393
98273
|
},
|
|
98394
|
-
"clipRange": {
|
|
98395
|
-
"type": "number"
|
|
98396
|
-
},
|
|
98397
98274
|
"cursor": {
|
|
98398
98275
|
"$ref": "#/definitions/Cursor"
|
|
98399
98276
|
},
|
|
@@ -98684,13 +98561,9 @@
|
|
|
98684
98561
|
"textureColor": {
|
|
98685
98562
|
"type": "string"
|
|
98686
98563
|
},
|
|
98687
|
-
"textureOptions": {},
|
|
98688
98564
|
"texturePadding": {
|
|
98689
98565
|
"type": "number"
|
|
98690
98566
|
},
|
|
98691
|
-
"textureRatio": {
|
|
98692
|
-
"type": "number"
|
|
98693
|
-
},
|
|
98694
98567
|
"textureSize": {
|
|
98695
98568
|
"type": "number"
|
|
98696
98569
|
},
|
|
@@ -98803,9 +98676,6 @@
|
|
|
98803
98676
|
"angle": {
|
|
98804
98677
|
"type": "number"
|
|
98805
98678
|
},
|
|
98806
|
-
"autoAnimateTexture": {
|
|
98807
|
-
"type": "boolean"
|
|
98808
|
-
},
|
|
98809
98679
|
"background": {
|
|
98810
98680
|
"anyOf": [
|
|
98811
98681
|
{
|
|
@@ -99181,13 +99051,9 @@
|
|
|
99181
99051
|
"textureColor": {
|
|
99182
99052
|
"type": "string"
|
|
99183
99053
|
},
|
|
99184
|
-
"textureOptions": {},
|
|
99185
99054
|
"texturePadding": {
|
|
99186
99055
|
"type": "number"
|
|
99187
99056
|
},
|
|
99188
|
-
"textureRatio": {
|
|
99189
|
-
"type": "number"
|
|
99190
|
-
},
|
|
99191
99057
|
"textureSize": {
|
|
99192
99058
|
"type": "number"
|
|
99193
99059
|
},
|
|
@@ -99586,9 +99452,6 @@
|
|
|
99586
99452
|
"angle": {
|
|
99587
99453
|
"type": "number"
|
|
99588
99454
|
},
|
|
99589
|
-
"autoAnimateTexture": {
|
|
99590
|
-
"type": "boolean"
|
|
99591
|
-
},
|
|
99592
99455
|
"background": {
|
|
99593
99456
|
"anyOf": [
|
|
99594
99457
|
{
|
|
@@ -99958,13 +99821,9 @@
|
|
|
99958
99821
|
"textureColor": {
|
|
99959
99822
|
"type": "string"
|
|
99960
99823
|
},
|
|
99961
|
-
"textureOptions": {},
|
|
99962
99824
|
"texturePadding": {
|
|
99963
99825
|
"type": "number"
|
|
99964
99826
|
},
|
|
99965
|
-
"textureRatio": {
|
|
99966
|
-
"type": "number"
|
|
99967
|
-
},
|
|
99968
99827
|
"textureSize": {
|
|
99969
99828
|
"type": "number"
|
|
99970
99829
|
},
|
|
@@ -100548,9 +100407,6 @@
|
|
|
100548
100407
|
"angle": {
|
|
100549
100408
|
"type": "number"
|
|
100550
100409
|
},
|
|
100551
|
-
"autoAnimateTexture": {
|
|
100552
|
-
"type": "boolean"
|
|
100553
|
-
},
|
|
100554
100410
|
"background": {
|
|
100555
100411
|
"anyOf": [
|
|
100556
100412
|
{
|
|
@@ -100627,9 +100483,6 @@
|
|
|
100627
100483
|
"childrenPickable": {
|
|
100628
100484
|
"type": "boolean"
|
|
100629
100485
|
},
|
|
100630
|
-
"clipRange": {
|
|
100631
|
-
"type": "number"
|
|
100632
|
-
},
|
|
100633
100486
|
"cursor": {
|
|
100634
100487
|
"$ref": "#/definitions/Cursor"
|
|
100635
100488
|
},
|
|
@@ -100930,13 +100783,9 @@
|
|
|
100930
100783
|
"textureColor": {
|
|
100931
100784
|
"type": "string"
|
|
100932
100785
|
},
|
|
100933
|
-
"textureOptions": {},
|
|
100934
100786
|
"texturePadding": {
|
|
100935
100787
|
"type": "number"
|
|
100936
100788
|
},
|
|
100937
|
-
"textureRatio": {
|
|
100938
|
-
"type": "number"
|
|
100939
|
-
},
|
|
100940
100789
|
"textureSize": {
|
|
100941
100790
|
"type": "number"
|
|
100942
100791
|
},
|
|
@@ -101049,9 +100898,6 @@
|
|
|
101049
100898
|
"angle": {
|
|
101050
100899
|
"type": "number"
|
|
101051
100900
|
},
|
|
101052
|
-
"autoAnimateTexture": {
|
|
101053
|
-
"type": "boolean"
|
|
101054
|
-
},
|
|
101055
100901
|
"background": {
|
|
101056
100902
|
"anyOf": [
|
|
101057
100903
|
{
|
|
@@ -101508,13 +101354,9 @@
|
|
|
101508
101354
|
"textureColor": {
|
|
101509
101355
|
"type": "string"
|
|
101510
101356
|
},
|
|
101511
|
-
"textureOptions": {},
|
|
101512
101357
|
"texturePadding": {
|
|
101513
101358
|
"type": "number"
|
|
101514
101359
|
},
|
|
101515
|
-
"textureRatio": {
|
|
101516
|
-
"type": "number"
|
|
101517
|
-
},
|
|
101518
101360
|
"textureSize": {
|
|
101519
101361
|
"type": "number"
|
|
101520
101362
|
},
|
|
@@ -102330,9 +102172,6 @@
|
|
|
102330
102172
|
"angle": {
|
|
102331
102173
|
"type": "number"
|
|
102332
102174
|
},
|
|
102333
|
-
"autoAnimateTexture": {
|
|
102334
|
-
"type": "boolean"
|
|
102335
|
-
},
|
|
102336
102175
|
"background": {
|
|
102337
102176
|
"anyOf": [
|
|
102338
102177
|
{
|
|
@@ -102783,13 +102622,9 @@
|
|
|
102783
102622
|
"textureColor": {
|
|
102784
102623
|
"type": "string"
|
|
102785
102624
|
},
|
|
102786
|
-
"textureOptions": {},
|
|
102787
102625
|
"texturePadding": {
|
|
102788
102626
|
"type": "number"
|
|
102789
102627
|
},
|
|
102790
|
-
"textureRatio": {
|
|
102791
|
-
"type": "number"
|
|
102792
|
-
},
|
|
102793
102628
|
"textureSize": {
|
|
102794
102629
|
"type": "number"
|
|
102795
102630
|
},
|
|
@@ -102935,9 +102770,6 @@
|
|
|
102935
102770
|
"angle": {
|
|
102936
102771
|
"type": "number"
|
|
102937
102772
|
},
|
|
102938
|
-
"autoAnimateTexture": {
|
|
102939
|
-
"type": "boolean"
|
|
102940
|
-
},
|
|
102941
102773
|
"background": {
|
|
102942
102774
|
"anyOf": [
|
|
102943
102775
|
{
|
|
@@ -103014,9 +102846,6 @@
|
|
|
103014
102846
|
"childrenPickable": {
|
|
103015
102847
|
"type": "boolean"
|
|
103016
102848
|
},
|
|
103017
|
-
"clipRange": {
|
|
103018
|
-
"type": "number"
|
|
103019
|
-
},
|
|
103020
102849
|
"cornerRadius": {
|
|
103021
102850
|
"anyOf": [
|
|
103022
102851
|
{
|
|
@@ -103308,13 +103137,9 @@
|
|
|
103308
103137
|
"textureColor": {
|
|
103309
103138
|
"type": "string"
|
|
103310
103139
|
},
|
|
103311
|
-
"textureOptions": {},
|
|
103312
103140
|
"texturePadding": {
|
|
103313
103141
|
"type": "number"
|
|
103314
103142
|
},
|
|
103315
|
-
"textureRatio": {
|
|
103316
|
-
"type": "number"
|
|
103317
|
-
},
|
|
103318
103143
|
"textureSize": {
|
|
103319
103144
|
"type": "number"
|
|
103320
103145
|
},
|
|
@@ -103436,9 +103261,6 @@
|
|
|
103436
103261
|
"angle": {
|
|
103437
103262
|
"type": "number"
|
|
103438
103263
|
},
|
|
103439
|
-
"autoAnimateTexture": {
|
|
103440
|
-
"type": "boolean"
|
|
103441
|
-
},
|
|
103442
103264
|
"background": {
|
|
103443
103265
|
"anyOf": [
|
|
103444
103266
|
{
|
|
@@ -103792,13 +103614,9 @@
|
|
|
103792
103614
|
"textureColor": {
|
|
103793
103615
|
"type": "string"
|
|
103794
103616
|
},
|
|
103795
|
-
"textureOptions": {},
|
|
103796
103617
|
"texturePadding": {
|
|
103797
103618
|
"type": "number"
|
|
103798
103619
|
},
|
|
103799
|
-
"textureRatio": {
|
|
103800
|
-
"type": "number"
|
|
103801
|
-
},
|
|
103802
103620
|
"textureSize": {
|
|
103803
103621
|
"type": "number"
|
|
103804
103622
|
},
|
|
@@ -106053,34 +105871,34 @@
|
|
|
106053
105871
|
},
|
|
106054
105872
|
"Promise<FontFaceSet>": {
|
|
106055
105873
|
"properties": {
|
|
106056
|
-
"__@toStringTag@
|
|
105874
|
+
"__@toStringTag@12099": {
|
|
106057
105875
|
"type": "string"
|
|
106058
105876
|
}
|
|
106059
105877
|
},
|
|
106060
105878
|
"required": [
|
|
106061
|
-
"__@toStringTag@
|
|
105879
|
+
"__@toStringTag@12099"
|
|
106062
105880
|
],
|
|
106063
105881
|
"type": "object"
|
|
106064
105882
|
},
|
|
106065
105883
|
"Promise<ServiceWorkerRegistration>": {
|
|
106066
105884
|
"properties": {
|
|
106067
|
-
"__@toStringTag@
|
|
105885
|
+
"__@toStringTag@12099": {
|
|
106068
105886
|
"type": "string"
|
|
106069
105887
|
}
|
|
106070
105888
|
},
|
|
106071
105889
|
"required": [
|
|
106072
|
-
"__@toStringTag@
|
|
105890
|
+
"__@toStringTag@12099"
|
|
106073
105891
|
],
|
|
106074
105892
|
"type": "object"
|
|
106075
105893
|
},
|
|
106076
105894
|
"Promise<any>": {
|
|
106077
105895
|
"properties": {
|
|
106078
|
-
"__@toStringTag@
|
|
105896
|
+
"__@toStringTag@12099": {
|
|
106079
105897
|
"type": "string"
|
|
106080
105898
|
}
|
|
106081
105899
|
},
|
|
106082
105900
|
"required": [
|
|
106083
|
-
"__@toStringTag@
|
|
105901
|
+
"__@toStringTag@12099"
|
|
106084
105902
|
],
|
|
106085
105903
|
"type": "object"
|
|
106086
105904
|
},
|
|
@@ -106730,9 +106548,6 @@
|
|
|
106730
106548
|
"angle": {
|
|
106731
106549
|
"type": "number"
|
|
106732
106550
|
},
|
|
106733
|
-
"autoAnimateTexture": {
|
|
106734
|
-
"type": "boolean"
|
|
106735
|
-
},
|
|
106736
106551
|
"background": {
|
|
106737
106552
|
"anyOf": [
|
|
106738
106553
|
{
|
|
@@ -107152,13 +106967,9 @@
|
|
|
107152
106967
|
"textureColor": {
|
|
107153
106968
|
"type": "string"
|
|
107154
106969
|
},
|
|
107155
|
-
"textureOptions": {},
|
|
107156
106970
|
"texturePadding": {
|
|
107157
106971
|
"type": "number"
|
|
107158
106972
|
},
|
|
107159
|
-
"textureRatio": {
|
|
107160
|
-
"type": "number"
|
|
107161
|
-
},
|
|
107162
106973
|
"textureSize": {
|
|
107163
106974
|
"type": "number"
|
|
107164
106975
|
},
|
|
@@ -107185,7 +106996,6 @@
|
|
|
107185
106996
|
"anchor",
|
|
107186
106997
|
"anchor3d",
|
|
107187
106998
|
"angle",
|
|
107188
|
-
"autoAnimateTexture",
|
|
107189
106999
|
"background",
|
|
107190
107000
|
"backgroundCornerRadius",
|
|
107191
107001
|
"backgroundFit",
|
|
@@ -107261,9 +107071,7 @@
|
|
|
107261
107071
|
"strokeSeg",
|
|
107262
107072
|
"texture",
|
|
107263
107073
|
"textureColor",
|
|
107264
|
-
"textureOptions",
|
|
107265
107074
|
"texturePadding",
|
|
107266
|
-
"textureRatio",
|
|
107267
107075
|
"textureSize",
|
|
107268
107076
|
"visible",
|
|
107269
107077
|
"x",
|
|
@@ -107364,9 +107172,6 @@
|
|
|
107364
107172
|
"angle": {
|
|
107365
107173
|
"type": "number"
|
|
107366
107174
|
},
|
|
107367
|
-
"autoAnimateTexture": {
|
|
107368
|
-
"type": "boolean"
|
|
107369
|
-
},
|
|
107370
107175
|
"background": {
|
|
107371
107176
|
"anyOf": [
|
|
107372
107177
|
{
|
|
@@ -107761,13 +107566,9 @@
|
|
|
107761
107566
|
"textureColor": {
|
|
107762
107567
|
"type": "string"
|
|
107763
107568
|
},
|
|
107764
|
-
"textureOptions": {},
|
|
107765
107569
|
"texturePadding": {
|
|
107766
107570
|
"type": "number"
|
|
107767
107571
|
},
|
|
107768
|
-
"textureRatio": {
|
|
107769
|
-
"type": "number"
|
|
107770
|
-
},
|
|
107771
107572
|
"textureSize": {
|
|
107772
107573
|
"type": "number"
|
|
107773
107574
|
},
|
|
@@ -107794,7 +107595,6 @@
|
|
|
107794
107595
|
"anchor",
|
|
107795
107596
|
"anchor3d",
|
|
107796
107597
|
"angle",
|
|
107797
|
-
"autoAnimateTexture",
|
|
107798
107598
|
"background",
|
|
107799
107599
|
"backgroundCornerRadius",
|
|
107800
107600
|
"backgroundFit",
|
|
@@ -107869,9 +107669,7 @@
|
|
|
107869
107669
|
"strokeSeg",
|
|
107870
107670
|
"texture",
|
|
107871
107671
|
"textureColor",
|
|
107872
|
-
"textureOptions",
|
|
107873
107672
|
"texturePadding",
|
|
107874
|
-
"textureRatio",
|
|
107875
107673
|
"textureSize",
|
|
107876
107674
|
"visible",
|
|
107877
107675
|
"x",
|
|
@@ -107972,9 +107770,6 @@
|
|
|
107972
107770
|
"angle": {
|
|
107973
107771
|
"type": "number"
|
|
107974
107772
|
},
|
|
107975
|
-
"autoAnimateTexture": {
|
|
107976
|
-
"type": "boolean"
|
|
107977
|
-
},
|
|
107978
107773
|
"background": {
|
|
107979
107774
|
"anyOf": [
|
|
107980
107775
|
{
|
|
@@ -108337,13 +108132,9 @@
|
|
|
108337
108132
|
"textureColor": {
|
|
108338
108133
|
"type": "string"
|
|
108339
108134
|
},
|
|
108340
|
-
"textureOptions": {},
|
|
108341
108135
|
"texturePadding": {
|
|
108342
108136
|
"type": "number"
|
|
108343
108137
|
},
|
|
108344
|
-
"textureRatio": {
|
|
108345
|
-
"type": "number"
|
|
108346
|
-
},
|
|
108347
108138
|
"textureSize": {
|
|
108348
108139
|
"type": "number"
|
|
108349
108140
|
},
|
|
@@ -108370,7 +108161,6 @@
|
|
|
108370
108161
|
"anchor",
|
|
108371
108162
|
"anchor3d",
|
|
108372
108163
|
"angle",
|
|
108373
|
-
"autoAnimateTexture",
|
|
108374
108164
|
"background",
|
|
108375
108165
|
"backgroundCornerRadius",
|
|
108376
108166
|
"backgroundFit",
|
|
@@ -108438,9 +108228,7 @@
|
|
|
108438
108228
|
"strokeSeg",
|
|
108439
108229
|
"texture",
|
|
108440
108230
|
"textureColor",
|
|
108441
|
-
"textureOptions",
|
|
108442
108231
|
"texturePadding",
|
|
108443
|
-
"textureRatio",
|
|
108444
108232
|
"textureSize",
|
|
108445
108233
|
"visible",
|
|
108446
108234
|
"x",
|
|
@@ -108541,9 +108329,6 @@
|
|
|
108541
108329
|
"angle": {
|
|
108542
108330
|
"type": "number"
|
|
108543
108331
|
},
|
|
108544
|
-
"autoAnimateTexture": {
|
|
108545
|
-
"type": "boolean"
|
|
108546
|
-
},
|
|
108547
108332
|
"background": {
|
|
108548
108333
|
"anyOf": [
|
|
108549
108334
|
{
|
|
@@ -108926,13 +108711,9 @@
|
|
|
108926
108711
|
"textureColor": {
|
|
108927
108712
|
"type": "string"
|
|
108928
108713
|
},
|
|
108929
|
-
"textureOptions": {},
|
|
108930
108714
|
"texturePadding": {
|
|
108931
108715
|
"type": "number"
|
|
108932
108716
|
},
|
|
108933
|
-
"textureRatio": {
|
|
108934
|
-
"type": "number"
|
|
108935
|
-
},
|
|
108936
108717
|
"textureSize": {
|
|
108937
108718
|
"type": "number"
|
|
108938
108719
|
},
|
|
@@ -108962,7 +108743,6 @@
|
|
|
108962
108743
|
"anchor",
|
|
108963
108744
|
"anchor3d",
|
|
108964
108745
|
"angle",
|
|
108965
|
-
"autoAnimateTexture",
|
|
108966
108746
|
"background",
|
|
108967
108747
|
"backgroundCornerRadius",
|
|
108968
108748
|
"backgroundFit",
|
|
@@ -109031,9 +108811,7 @@
|
|
|
109031
108811
|
"strokeSeg",
|
|
109032
108812
|
"texture",
|
|
109033
108813
|
"textureColor",
|
|
109034
|
-
"textureOptions",
|
|
109035
108814
|
"texturePadding",
|
|
109036
|
-
"textureRatio",
|
|
109037
108815
|
"textureSize",
|
|
109038
108816
|
"visible",
|
|
109039
108817
|
"width",
|
|
@@ -109152,9 +108930,6 @@
|
|
|
109152
108930
|
"angle": {
|
|
109153
108931
|
"type": "number"
|
|
109154
108932
|
},
|
|
109155
|
-
"autoAnimateTexture": {
|
|
109156
|
-
"type": "boolean"
|
|
109157
|
-
},
|
|
109158
108933
|
"background": {
|
|
109159
108934
|
"anyOf": [
|
|
109160
108935
|
{
|
|
@@ -109570,13 +109345,9 @@
|
|
|
109570
109345
|
"textureColor": {
|
|
109571
109346
|
"type": "string"
|
|
109572
109347
|
},
|
|
109573
|
-
"textureOptions": {},
|
|
109574
109348
|
"texturePadding": {
|
|
109575
109349
|
"type": "number"
|
|
109576
109350
|
},
|
|
109577
|
-
"textureRatio": {
|
|
109578
|
-
"type": "number"
|
|
109579
|
-
},
|
|
109580
109351
|
"textureSize": {
|
|
109581
109352
|
"type": "number"
|
|
109582
109353
|
},
|
|
@@ -109611,7 +109382,6 @@
|
|
|
109611
109382
|
"anchor",
|
|
109612
109383
|
"anchor3d",
|
|
109613
109384
|
"angle",
|
|
109614
|
-
"autoAnimateTexture",
|
|
109615
109385
|
"background",
|
|
109616
109386
|
"backgroundCornerRadius",
|
|
109617
109387
|
"backgroundFit",
|
|
@@ -109685,9 +109455,7 @@
|
|
|
109685
109455
|
"strokeSeg",
|
|
109686
109456
|
"texture",
|
|
109687
109457
|
"textureColor",
|
|
109688
|
-
"textureOptions",
|
|
109689
109458
|
"texturePadding",
|
|
109690
|
-
"textureRatio",
|
|
109691
109459
|
"textureSize",
|
|
109692
109460
|
"visible",
|
|
109693
109461
|
"visibleAll",
|
|
@@ -109790,9 +109558,6 @@
|
|
|
109790
109558
|
"angle": {
|
|
109791
109559
|
"type": "number"
|
|
109792
109560
|
},
|
|
109793
|
-
"autoAnimateTexture": {
|
|
109794
|
-
"type": "boolean"
|
|
109795
|
-
},
|
|
109796
109561
|
"background": {
|
|
109797
109562
|
"anyOf": [
|
|
109798
109563
|
{
|
|
@@ -110181,13 +109946,9 @@
|
|
|
110181
109946
|
"textureColor": {
|
|
110182
109947
|
"type": "string"
|
|
110183
109948
|
},
|
|
110184
|
-
"textureOptions": {},
|
|
110185
109949
|
"texturePadding": {
|
|
110186
109950
|
"type": "number"
|
|
110187
109951
|
},
|
|
110188
|
-
"textureRatio": {
|
|
110189
|
-
"type": "number"
|
|
110190
|
-
},
|
|
110191
109952
|
"textureSize": {
|
|
110192
109953
|
"type": "number"
|
|
110193
109954
|
},
|
|
@@ -110217,7 +109978,6 @@
|
|
|
110217
109978
|
"anchor",
|
|
110218
109979
|
"anchor3d",
|
|
110219
109980
|
"angle",
|
|
110220
|
-
"autoAnimateTexture",
|
|
110221
109981
|
"background",
|
|
110222
109982
|
"backgroundCornerRadius",
|
|
110223
109983
|
"backgroundFit",
|
|
@@ -110287,9 +110047,7 @@
|
|
|
110287
110047
|
"strokeSeg",
|
|
110288
110048
|
"texture",
|
|
110289
110049
|
"textureColor",
|
|
110290
|
-
"textureOptions",
|
|
110291
110050
|
"texturePadding",
|
|
110292
|
-
"textureRatio",
|
|
110293
110051
|
"textureSize",
|
|
110294
110052
|
"visible",
|
|
110295
110053
|
"width",
|
|
@@ -110391,9 +110149,6 @@
|
|
|
110391
110149
|
"angle": {
|
|
110392
110150
|
"type": "number"
|
|
110393
110151
|
},
|
|
110394
|
-
"autoAnimateTexture": {
|
|
110395
|
-
"type": "boolean"
|
|
110396
|
-
},
|
|
110397
110152
|
"background": {
|
|
110398
110153
|
"anyOf": [
|
|
110399
110154
|
{
|
|
@@ -110791,13 +110546,9 @@
|
|
|
110791
110546
|
"textureColor": {
|
|
110792
110547
|
"type": "string"
|
|
110793
110548
|
},
|
|
110794
|
-
"textureOptions": {},
|
|
110795
110549
|
"texturePadding": {
|
|
110796
110550
|
"type": "number"
|
|
110797
110551
|
},
|
|
110798
|
-
"textureRatio": {
|
|
110799
|
-
"type": "number"
|
|
110800
|
-
},
|
|
110801
110552
|
"textureSize": {
|
|
110802
110553
|
"type": "number"
|
|
110803
110554
|
},
|
|
@@ -110824,7 +110575,6 @@
|
|
|
110824
110575
|
"anchor",
|
|
110825
110576
|
"anchor3d",
|
|
110826
110577
|
"angle",
|
|
110827
|
-
"autoAnimateTexture",
|
|
110828
110578
|
"background",
|
|
110829
110579
|
"backgroundCornerRadius",
|
|
110830
110580
|
"backgroundFit",
|
|
@@ -110900,9 +110650,7 @@
|
|
|
110900
110650
|
"strokeSeg",
|
|
110901
110651
|
"texture",
|
|
110902
110652
|
"textureColor",
|
|
110903
|
-
"textureOptions",
|
|
110904
110653
|
"texturePadding",
|
|
110905
|
-
"textureRatio",
|
|
110906
110654
|
"textureSize",
|
|
110907
110655
|
"visible",
|
|
110908
110656
|
"x",
|
|
@@ -111003,9 +110751,6 @@
|
|
|
111003
110751
|
"angle": {
|
|
111004
110752
|
"type": "number"
|
|
111005
110753
|
},
|
|
111006
|
-
"autoAnimateTexture": {
|
|
111007
|
-
"type": "boolean"
|
|
111008
|
-
},
|
|
111009
110754
|
"background": {
|
|
111010
110755
|
"anyOf": [
|
|
111011
110756
|
{
|
|
@@ -111082,9 +110827,6 @@
|
|
|
111082
110827
|
"childrenPickable": {
|
|
111083
110828
|
"type": "boolean"
|
|
111084
110829
|
},
|
|
111085
|
-
"clipRange": {
|
|
111086
|
-
"type": "number"
|
|
111087
|
-
},
|
|
111088
110830
|
"cursor": {
|
|
111089
110831
|
"$ref": "#/definitions/Cursor"
|
|
111090
110832
|
},
|
|
@@ -111375,13 +111117,9 @@
|
|
|
111375
111117
|
"textureColor": {
|
|
111376
111118
|
"type": "string"
|
|
111377
111119
|
},
|
|
111378
|
-
"textureOptions": {},
|
|
111379
111120
|
"texturePadding": {
|
|
111380
111121
|
"type": "number"
|
|
111381
111122
|
},
|
|
111382
|
-
"textureRatio": {
|
|
111383
|
-
"type": "number"
|
|
111384
|
-
},
|
|
111385
111123
|
"textureSize": {
|
|
111386
111124
|
"type": "number"
|
|
111387
111125
|
},
|
|
@@ -111408,7 +111146,6 @@
|
|
|
111408
111146
|
"anchor",
|
|
111409
111147
|
"anchor3d",
|
|
111410
111148
|
"angle",
|
|
111411
|
-
"autoAnimateTexture",
|
|
111412
111149
|
"background",
|
|
111413
111150
|
"backgroundCornerRadius",
|
|
111414
111151
|
"backgroundFit",
|
|
@@ -111419,7 +111156,6 @@
|
|
|
111419
111156
|
"boundsMode",
|
|
111420
111157
|
"boundsPadding",
|
|
111421
111158
|
"childrenPickable",
|
|
111422
|
-
"clipRange",
|
|
111423
111159
|
"cursor",
|
|
111424
111160
|
"customPath",
|
|
111425
111161
|
"customPickShape",
|
|
@@ -111476,9 +111212,7 @@
|
|
|
111476
111212
|
"strokeSeg",
|
|
111477
111213
|
"texture",
|
|
111478
111214
|
"textureColor",
|
|
111479
|
-
"textureOptions",
|
|
111480
111215
|
"texturePadding",
|
|
111481
|
-
"textureRatio",
|
|
111482
111216
|
"textureSize",
|
|
111483
111217
|
"visible",
|
|
111484
111218
|
"x",
|
|
@@ -111579,9 +111313,6 @@
|
|
|
111579
111313
|
"angle": {
|
|
111580
111314
|
"type": "number"
|
|
111581
111315
|
},
|
|
111582
|
-
"autoAnimateTexture": {
|
|
111583
|
-
"type": "boolean"
|
|
111584
|
-
},
|
|
111585
111316
|
"background": {
|
|
111586
111317
|
"anyOf": [
|
|
111587
111318
|
{
|
|
@@ -111957,13 +111688,9 @@
|
|
|
111957
111688
|
"textureColor": {
|
|
111958
111689
|
"type": "string"
|
|
111959
111690
|
},
|
|
111960
|
-
"textureOptions": {},
|
|
111961
111691
|
"texturePadding": {
|
|
111962
111692
|
"type": "number"
|
|
111963
111693
|
},
|
|
111964
|
-
"textureRatio": {
|
|
111965
|
-
"type": "number"
|
|
111966
|
-
},
|
|
111967
111694
|
"textureSize": {
|
|
111968
111695
|
"type": "number"
|
|
111969
111696
|
},
|
|
@@ -111990,7 +111717,6 @@
|
|
|
111990
111717
|
"anchor",
|
|
111991
111718
|
"anchor3d",
|
|
111992
111719
|
"angle",
|
|
111993
|
-
"autoAnimateTexture",
|
|
111994
111720
|
"background",
|
|
111995
111721
|
"backgroundCornerRadius",
|
|
111996
111722
|
"backgroundFit",
|
|
@@ -112058,9 +111784,7 @@
|
|
|
112058
111784
|
"strokeSeg",
|
|
112059
111785
|
"texture",
|
|
112060
111786
|
"textureColor",
|
|
112061
|
-
"textureOptions",
|
|
112062
111787
|
"texturePadding",
|
|
112063
|
-
"textureRatio",
|
|
112064
111788
|
"textureSize",
|
|
112065
111789
|
"visible",
|
|
112066
111790
|
"x",
|
|
@@ -112161,9 +111885,6 @@
|
|
|
112161
111885
|
"angle": {
|
|
112162
111886
|
"type": "number"
|
|
112163
111887
|
},
|
|
112164
|
-
"autoAnimateTexture": {
|
|
112165
|
-
"type": "boolean"
|
|
112166
|
-
},
|
|
112167
111888
|
"background": {
|
|
112168
111889
|
"anyOf": [
|
|
112169
111890
|
{
|
|
@@ -112533,13 +112254,9 @@
|
|
|
112533
112254
|
"textureColor": {
|
|
112534
112255
|
"type": "string"
|
|
112535
112256
|
},
|
|
112536
|
-
"textureOptions": {},
|
|
112537
112257
|
"texturePadding": {
|
|
112538
112258
|
"type": "number"
|
|
112539
112259
|
},
|
|
112540
|
-
"textureRatio": {
|
|
112541
|
-
"type": "number"
|
|
112542
|
-
},
|
|
112543
112260
|
"textureSize": {
|
|
112544
112261
|
"type": "number"
|
|
112545
112262
|
},
|
|
@@ -112575,7 +112292,6 @@
|
|
|
112575
112292
|
"anchor",
|
|
112576
112293
|
"anchor3d",
|
|
112577
112294
|
"angle",
|
|
112578
|
-
"autoAnimateTexture",
|
|
112579
112295
|
"background",
|
|
112580
112296
|
"backgroundCornerRadius",
|
|
112581
112297
|
"backgroundFit",
|
|
@@ -112642,9 +112358,7 @@
|
|
|
112642
112358
|
"strokeSeg",
|
|
112643
112359
|
"texture",
|
|
112644
112360
|
"textureColor",
|
|
112645
|
-
"textureOptions",
|
|
112646
112361
|
"texturePadding",
|
|
112647
|
-
"textureRatio",
|
|
112648
112362
|
"textureSize",
|
|
112649
112363
|
"visible",
|
|
112650
112364
|
"width",
|
|
@@ -112748,9 +112462,6 @@
|
|
|
112748
112462
|
"angle": {
|
|
112749
112463
|
"type": "number"
|
|
112750
112464
|
},
|
|
112751
|
-
"autoAnimateTexture": {
|
|
112752
|
-
"type": "boolean"
|
|
112753
|
-
},
|
|
112754
112465
|
"background": {
|
|
112755
112466
|
"anyOf": [
|
|
112756
112467
|
{
|
|
@@ -113231,13 +112942,9 @@
|
|
|
113231
112942
|
"textureColor": {
|
|
113232
112943
|
"type": "string"
|
|
113233
112944
|
},
|
|
113234
|
-
"textureOptions": {},
|
|
113235
112945
|
"texturePadding": {
|
|
113236
112946
|
"type": "number"
|
|
113237
112947
|
},
|
|
113238
|
-
"textureRatio": {
|
|
113239
|
-
"type": "number"
|
|
113240
|
-
},
|
|
113241
112948
|
"textureSize": {
|
|
113242
112949
|
"type": "number"
|
|
113243
112950
|
},
|
|
@@ -113302,7 +113009,6 @@
|
|
|
113302
113009
|
"anchor",
|
|
113303
113010
|
"anchor3d",
|
|
113304
113011
|
"angle",
|
|
113305
|
-
"autoAnimateTexture",
|
|
113306
113012
|
"background",
|
|
113307
113013
|
"backgroundCornerRadius",
|
|
113308
113014
|
"backgroundFit",
|
|
@@ -113396,9 +113102,7 @@
|
|
|
113396
113102
|
"textConfig",
|
|
113397
113103
|
"texture",
|
|
113398
113104
|
"textureColor",
|
|
113399
|
-
"textureOptions",
|
|
113400
113105
|
"texturePadding",
|
|
113401
|
-
"textureRatio",
|
|
113402
113106
|
"textureSize",
|
|
113403
113107
|
"underline",
|
|
113404
113108
|
"underlineDash",
|
|
@@ -113508,9 +113212,6 @@
|
|
|
113508
113212
|
"angle": {
|
|
113509
113213
|
"type": "number"
|
|
113510
113214
|
},
|
|
113511
|
-
"autoAnimateTexture": {
|
|
113512
|
-
"type": "boolean"
|
|
113513
|
-
},
|
|
113514
113215
|
"background": {
|
|
113515
113216
|
"anyOf": [
|
|
113516
113217
|
{
|
|
@@ -113985,13 +113686,9 @@
|
|
|
113985
113686
|
"textureColor": {
|
|
113986
113687
|
"type": "string"
|
|
113987
113688
|
},
|
|
113988
|
-
"textureOptions": {},
|
|
113989
113689
|
"texturePadding": {
|
|
113990
113690
|
"type": "number"
|
|
113991
113691
|
},
|
|
113992
|
-
"textureRatio": {
|
|
113993
|
-
"type": "number"
|
|
113994
|
-
},
|
|
113995
113692
|
"textureSize": {
|
|
113996
113693
|
"type": "number"
|
|
113997
113694
|
},
|
|
@@ -114021,7 +113718,6 @@
|
|
|
114021
113718
|
"anchor",
|
|
114022
113719
|
"anchor3d",
|
|
114023
113720
|
"angle",
|
|
114024
|
-
"autoAnimateTexture",
|
|
114025
113721
|
"background",
|
|
114026
113722
|
"backgroundCornerRadius",
|
|
114027
113723
|
"backgroundFill",
|
|
@@ -114104,9 +113800,7 @@
|
|
|
114104
113800
|
"textBaseline",
|
|
114105
113801
|
"texture",
|
|
114106
113802
|
"textureColor",
|
|
114107
|
-
"textureOptions",
|
|
114108
113803
|
"texturePadding",
|
|
114109
|
-
"textureRatio",
|
|
114110
113804
|
"textureSize",
|
|
114111
113805
|
"visible",
|
|
114112
113806
|
"width",
|
|
@@ -114208,9 +113902,6 @@
|
|
|
114208
113902
|
"angle": {
|
|
114209
113903
|
"type": "number"
|
|
114210
113904
|
},
|
|
114211
|
-
"autoAnimateTexture": {
|
|
114212
|
-
"type": "boolean"
|
|
114213
|
-
},
|
|
114214
113905
|
"background": {
|
|
114215
113906
|
"anyOf": [
|
|
114216
113907
|
{
|
|
@@ -114287,9 +113978,6 @@
|
|
|
114287
113978
|
"childrenPickable": {
|
|
114288
113979
|
"type": "boolean"
|
|
114289
113980
|
},
|
|
114290
|
-
"clipRange": {
|
|
114291
|
-
"type": "number"
|
|
114292
|
-
},
|
|
114293
113981
|
"cursor": {
|
|
114294
113982
|
"$ref": "#/definitions/Cursor"
|
|
114295
113983
|
},
|
|
@@ -114590,13 +114278,9 @@
|
|
|
114590
114278
|
"textureColor": {
|
|
114591
114279
|
"type": "string"
|
|
114592
114280
|
},
|
|
114593
|
-
"textureOptions": {},
|
|
114594
114281
|
"texturePadding": {
|
|
114595
114282
|
"type": "number"
|
|
114596
114283
|
},
|
|
114597
|
-
"textureRatio": {
|
|
114598
|
-
"type": "number"
|
|
114599
|
-
},
|
|
114600
114284
|
"textureSize": {
|
|
114601
114285
|
"type": "number"
|
|
114602
114286
|
},
|
|
@@ -114623,7 +114307,6 @@
|
|
|
114623
114307
|
"anchor",
|
|
114624
114308
|
"anchor3d",
|
|
114625
114309
|
"angle",
|
|
114626
|
-
"autoAnimateTexture",
|
|
114627
114310
|
"background",
|
|
114628
114311
|
"backgroundCornerRadius",
|
|
114629
114312
|
"backgroundFit",
|
|
@@ -114634,7 +114317,6 @@
|
|
|
114634
114317
|
"boundsMode",
|
|
114635
114318
|
"boundsPadding",
|
|
114636
114319
|
"childrenPickable",
|
|
114637
|
-
"clipRange",
|
|
114638
114320
|
"cursor",
|
|
114639
114321
|
"customPickShape",
|
|
114640
114322
|
"dx",
|
|
@@ -114691,9 +114373,7 @@
|
|
|
114691
114373
|
"symbolType",
|
|
114692
114374
|
"texture",
|
|
114693
114375
|
"textureColor",
|
|
114694
|
-
"textureOptions",
|
|
114695
114376
|
"texturePadding",
|
|
114696
|
-
"textureRatio",
|
|
114697
114377
|
"textureSize",
|
|
114698
114378
|
"visible",
|
|
114699
114379
|
"x",
|
|
@@ -114794,9 +114474,6 @@
|
|
|
114794
114474
|
"angle": {
|
|
114795
114475
|
"type": "number"
|
|
114796
114476
|
},
|
|
114797
|
-
"autoAnimateTexture": {
|
|
114798
|
-
"type": "boolean"
|
|
114799
|
-
},
|
|
114800
114477
|
"background": {
|
|
114801
114478
|
"anyOf": [
|
|
114802
114479
|
{
|
|
@@ -115253,13 +114930,9 @@
|
|
|
115253
114930
|
"textureColor": {
|
|
115254
114931
|
"type": "string"
|
|
115255
114932
|
},
|
|
115256
|
-
"textureOptions": {},
|
|
115257
114933
|
"texturePadding": {
|
|
115258
114934
|
"type": "number"
|
|
115259
114935
|
},
|
|
115260
|
-
"textureRatio": {
|
|
115261
|
-
"type": "number"
|
|
115262
|
-
},
|
|
115263
114936
|
"textureSize": {
|
|
115264
114937
|
"type": "number"
|
|
115265
114938
|
},
|
|
@@ -115319,7 +114992,6 @@
|
|
|
115319
114992
|
"anchor",
|
|
115320
114993
|
"anchor3d",
|
|
115321
114994
|
"angle",
|
|
115322
|
-
"autoAnimateTexture",
|
|
115323
114995
|
"background",
|
|
115324
114996
|
"backgroundCornerRadius",
|
|
115325
114997
|
"backgroundFit",
|
|
@@ -115406,9 +115078,7 @@
|
|
|
115406
115078
|
"textBaseline",
|
|
115407
115079
|
"texture",
|
|
115408
115080
|
"textureColor",
|
|
115409
|
-
"textureOptions",
|
|
115410
115081
|
"texturePadding",
|
|
115411
|
-
"textureRatio",
|
|
115412
115082
|
"textureSize",
|
|
115413
115083
|
"underline",
|
|
115414
115084
|
"underlineDash",
|