@visactor/vchart-schema 1.13.3-alpha.0 → 1.13.3-vstory.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +579 -51
package/vchart.json CHANGED
@@ -8923,6 +8923,9 @@
8923
8923
  "cubicIn",
8924
8924
  "cubicInOut",
8925
8925
  "cubicOut",
8926
+ "easeInOutElastic",
8927
+ "easeInOutQuad",
8928
+ "easeOutElastic",
8926
8929
  "elasticIn",
8927
8930
  "elasticInOut",
8928
8931
  "elasticOut",
@@ -9766,29 +9769,6 @@
9766
9769
  ],
9767
9770
  "description": "gradient"
9768
9771
  },
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
- },
9792
9772
  "GroupTooltipTriggerMark": {
9793
9773
  "enum": [
9794
9774
  "area",
@@ -33072,6 +33052,9 @@
33072
33052
  "defined": {
33073
33053
  "type": "boolean"
33074
33054
  },
33055
+ "draw": {
33056
+ "typeof": "function"
33057
+ },
33075
33058
  "getAngleAt": {
33076
33059
  "typeof": "function"
33077
33060
  },
@@ -33081,6 +33064,12 @@
33081
33064
  "getPointAt": {
33082
33065
  "typeof": "function"
33083
33066
  },
33067
+ "getYAt": {
33068
+ "typeof": "function"
33069
+ },
33070
+ "includeX": {
33071
+ "typeof": "function"
33072
+ },
33084
33073
  "originP1": {
33085
33074
  "$ref": "#/definitions/IPointLike"
33086
33075
  },
@@ -33105,9 +33094,12 @@
33105
33094
  },
33106
33095
  "required": [
33107
33096
  "defined",
33097
+ "draw",
33108
33098
  "getAngleAt",
33109
33099
  "getLength",
33110
33100
  "getPointAt",
33101
+ "getYAt",
33102
+ "includeX",
33111
33103
  "p0",
33112
33104
  "type"
33113
33105
  ],
@@ -33539,6 +33531,9 @@
33539
33531
  },
33540
33532
  "type": "array"
33541
33533
  },
33534
+ "drawWithClipRange": {
33535
+ "typeof": "function"
33536
+ },
33542
33537
  "ellipse": {
33543
33538
  "typeof": "function"
33544
33539
  },
@@ -33560,6 +33555,9 @@
33560
33555
  "getPointAt": {
33561
33556
  "typeof": "function"
33562
33557
  },
33558
+ "getYAt": {
33559
+ "typeof": "function"
33560
+ },
33563
33561
  "lineTo": {
33564
33562
  "typeof": "function"
33565
33563
  },
@@ -33591,12 +33589,14 @@
33591
33589
  "closePath",
33592
33590
  "commandList",
33593
33591
  "curves",
33592
+ "drawWithClipRange",
33594
33593
  "ellipse",
33595
33594
  "fromCustomPath2D",
33596
33595
  "fromString",
33597
33596
  "getCurveLengths",
33598
33597
  "getLength",
33599
33598
  "getPointAt",
33599
+ "getYAt",
33600
33600
  "lineTo",
33601
33601
  "moveTo",
33602
33602
  "quadraticCurveTo",
@@ -34361,6 +34361,9 @@
34361
34361
  "angle": {
34362
34362
  "type": "number"
34363
34363
  },
34364
+ "autoAnimateTexture": {
34365
+ "type": "boolean"
34366
+ },
34364
34367
  "autoPage": {
34365
34368
  "type": "boolean"
34366
34369
  },
@@ -34504,6 +34507,13 @@
34504
34507
  }
34505
34508
  ]
34506
34509
  },
34510
+ "cornerType": {
34511
+ "enum": [
34512
+ "bevel",
34513
+ "round"
34514
+ ],
34515
+ "type": "string"
34516
+ },
34507
34517
  "cursor": {
34508
34518
  "$ref": "#/definitions/Cursor"
34509
34519
  },
@@ -35247,9 +35257,13 @@
35247
35257
  "textureColor": {
35248
35258
  "type": "string"
35249
35259
  },
35260
+ "textureOptions": {},
35250
35261
  "texturePadding": {
35251
35262
  "type": "number"
35252
35263
  },
35264
+ "textureRatio": {
35265
+ "type": "number"
35266
+ },
35253
35267
  "textureSize": {
35254
35268
  "type": "number"
35255
35269
  },
@@ -40619,7 +40633,7 @@
40619
40633
  "typeof": "function"
40620
40634
  },
40621
40635
  "type": {
40622
- "$ref": "#/definitions/GraphicType"
40636
+ "type": "string"
40623
40637
  },
40624
40638
  "update": {
40625
40639
  "typeof": "function"
@@ -41177,7 +41191,7 @@
41177
41191
  "typeof": "function"
41178
41192
  },
41179
41193
  "type": {
41180
- "$ref": "#/definitions/GraphicType"
41194
+ "type": "string"
41181
41195
  },
41182
41196
  "update": {
41183
41197
  "typeof": "function"
@@ -41735,7 +41749,7 @@
41735
41749
  "typeof": "function"
41736
41750
  },
41737
41751
  "type": {
41738
- "$ref": "#/definitions/GraphicType"
41752
+ "type": "string"
41739
41753
  },
41740
41754
  "update": {
41741
41755
  "typeof": "function"
@@ -42403,7 +42417,7 @@
42403
42417
  "typeof": "function"
42404
42418
  },
42405
42419
  "type": {
42406
- "$ref": "#/definitions/GraphicType"
42420
+ "type": "string"
42407
42421
  },
42408
42422
  "update": {
42409
42423
  "typeof": "function"
@@ -48143,7 +48157,7 @@
48143
48157
  "typeof": "function"
48144
48158
  },
48145
48159
  "type": {
48146
- "$ref": "#/definitions/GraphicType"
48160
+ "type": "string"
48147
48161
  },
48148
48162
  "update": {
48149
48163
  "typeof": "function"
@@ -59903,6 +59917,9 @@
59903
59917
  "angle": {
59904
59918
  "type": "number"
59905
59919
  },
59920
+ "autoAnimateTexture": {
59921
+ "type": "boolean"
59922
+ },
59906
59923
  "backgroundCornerRadius": {
59907
59924
  "anyOf": [
59908
59925
  {
@@ -60014,6 +60031,13 @@
60014
60031
  }
60015
60032
  ]
60016
60033
  },
60034
+ "cornerType": {
60035
+ "enum": [
60036
+ "bevel",
60037
+ "round"
60038
+ ],
60039
+ "type": "string"
60040
+ },
60017
60041
  "cursor": {
60018
60042
  "$ref": "#/definitions/Cursor"
60019
60043
  },
@@ -60174,6 +60198,34 @@
60174
60198
  "lineWidth": {
60175
60199
  "type": "number"
60176
60200
  },
60201
+ "logoSymbol": {
60202
+ "$ref": "#/definitions/ISymbolGraphicAttribute"
60203
+ },
60204
+ "logoText": {
60205
+ "anyOf": [
60206
+ {
60207
+ "items": {
60208
+ "type": "string"
60209
+ },
60210
+ "type": "array"
60211
+ },
60212
+ {
60213
+ "items": {
60214
+ "type": "number"
60215
+ },
60216
+ "type": "array"
60217
+ },
60218
+ {
60219
+ "type": [
60220
+ "string",
60221
+ "number"
60222
+ ]
60223
+ }
60224
+ ]
60225
+ },
60226
+ "logoTextStyle": {
60227
+ "$ref": "#/definitions/Partial<ITextGraphicAttribute>"
60228
+ },
60177
60229
  "maxWidth": {
60178
60230
  "type": "number"
60179
60231
  },
@@ -60207,7 +60259,7 @@
60207
60259
  "panel": {
60208
60260
  "allOf": [
60209
60261
  {
60210
- "$ref": "#/definitions/Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>"
60262
+ "$ref": "#/definitions/Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;square?:boolean;panelSymbolType?:string;},\"shadowColor\"|\"fill\"|\"stroke\">>"
60211
60263
  },
60212
60264
  {
60213
60265
  "typeof": "function"
@@ -60380,9 +60432,13 @@
60380
60432
  "textureColor": {
60381
60433
  "type": "string"
60382
60434
  },
60435
+ "textureOptions": {},
60383
60436
  "texturePadding": {
60384
60437
  "type": "number"
60385
60438
  },
60439
+ "textureRatio": {
60440
+ "type": "number"
60441
+ },
60386
60442
  "textureSize": {
60387
60443
  "type": "number"
60388
60444
  },
@@ -60421,6 +60477,13 @@
60421
60477
  }
60422
60478
  ]
60423
60479
  },
60480
+ "triangleMode": {
60481
+ "enum": [
60482
+ "concise",
60483
+ "default"
60484
+ ],
60485
+ "type": "string"
60486
+ },
60424
60487
  "visible": {
60425
60488
  "type": "boolean"
60426
60489
  },
@@ -67397,7 +67460,7 @@
67397
67460
  "IRichTextGraphicAttribute": {
67398
67461
  "allOf": [
67399
67462
  {
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>>"
67463
+ "$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;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;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>>"
67401
67464
  },
67402
67465
  {
67403
67466
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -73055,7 +73118,7 @@
73055
73118
  "typeof": "function"
73056
73119
  },
73057
73120
  "type": {
73058
- "$ref": "#/definitions/GraphicType"
73121
+ "type": "string"
73059
73122
  },
73060
73123
  "update": {
73061
73124
  "typeof": "function"
@@ -74759,6 +74822,16 @@
74759
74822
  },
74760
74823
  "type": "object"
74761
74824
  },
74825
+ "ISymbolGraphicAttribute": {
74826
+ "allOf": [
74827
+ {
74828
+ "$ref": "#/definitions/Partial<IGraphicAttribute>"
74829
+ },
74830
+ {
74831
+ "$ref": "#/definitions/Partial<ISymbolAttribute>"
74832
+ }
74833
+ ]
74834
+ },
74762
74835
  "ISymbolMarkSpec": {
74763
74836
  "properties": {
74764
74837
  "alpha": {
@@ -75629,15 +75702,24 @@
75629
75702
  "addTimeline": {
75630
75703
  "typeof": "function"
75631
75704
  },
75705
+ "autoStop": {
75706
+ "type": "boolean"
75707
+ },
75632
75708
  "getFPS": {
75633
75709
  "typeof": "function"
75634
75710
  },
75635
75711
  "getInterval": {
75636
75712
  "typeof": "function"
75637
75713
  },
75714
+ "getTimelines": {
75715
+ "typeof": "function"
75716
+ },
75638
75717
  "pause": {
75639
75718
  "typeof": "function"
75640
75719
  },
75720
+ "release": {
75721
+ "typeof": "function"
75722
+ },
75641
75723
  "remTimeline": {
75642
75724
  "typeof": "function"
75643
75725
  },
@@ -75668,7 +75750,10 @@
75668
75750
  },
75669
75751
  "required": [
75670
75752
  "addTimeline",
75753
+ "autoStop",
75754
+ "getTimelines",
75671
75755
  "pause",
75756
+ "release",
75672
75757
  "remTimeline",
75673
75758
  "resume",
75674
75759
  "start",
@@ -84062,7 +84147,7 @@
84062
84147
  },
84063
84148
  "Map<Function,(...args:any[])=>void>": {
84064
84149
  "properties": {
84065
- "__@toStringTag@12099": {
84150
+ "__@toStringTag@12191": {
84066
84151
  "type": "string"
84067
84152
  },
84068
84153
  "size": {
@@ -84070,14 +84155,14 @@
84070
84155
  }
84071
84156
  },
84072
84157
  "required": [
84073
- "__@toStringTag@12099",
84158
+ "__@toStringTag@12191",
84074
84159
  "size"
84075
84160
  ],
84076
84161
  "type": "object"
84077
84162
  },
84078
84163
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
84079
84164
  "properties": {
84080
- "__@toStringTag@12099": {
84165
+ "__@toStringTag@12191": {
84081
84166
  "type": "string"
84082
84167
  },
84083
84168
  "size": {
@@ -84085,14 +84170,14 @@
84085
84170
  }
84086
84171
  },
84087
84172
  "required": [
84088
- "__@toStringTag@12099",
84173
+ "__@toStringTag@12191",
84089
84174
  "size"
84090
84175
  ],
84091
84176
  "type": "object"
84092
84177
  },
84093
84178
  "Map<string,any>": {
84094
84179
  "properties": {
84095
- "__@toStringTag@12099": {
84180
+ "__@toStringTag@12191": {
84096
84181
  "type": "string"
84097
84182
  },
84098
84183
  "size": {
@@ -84100,14 +84185,14 @@
84100
84185
  }
84101
84186
  },
84102
84187
  "required": [
84103
- "__@toStringTag@12099",
84188
+ "__@toStringTag@12191",
84104
84189
  "size"
84105
84190
  ],
84106
84191
  "type": "object"
84107
84192
  },
84108
84193
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
84109
84194
  "properties": {
84110
- "__@toStringTag@12099": {
84195
+ "__@toStringTag@12191": {
84111
84196
  "type": "string"
84112
84197
  },
84113
84198
  "size": {
@@ -84115,14 +84200,14 @@
84115
84200
  }
84116
84201
  },
84117
84202
  "required": [
84118
- "__@toStringTag@12099",
84203
+ "__@toStringTag@12191",
84119
84204
  "size"
84120
84205
  ],
84121
84206
  "type": "object"
84122
84207
  },
84123
84208
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
84124
84209
  "properties": {
84125
- "__@toStringTag@12099": {
84210
+ "__@toStringTag@12191": {
84126
84211
  "type": "string"
84127
84212
  },
84128
84213
  "size": {
@@ -84130,14 +84215,14 @@
84130
84215
  }
84131
84216
  },
84132
84217
  "required": [
84133
- "__@toStringTag@12099",
84218
+ "__@toStringTag@12191",
84134
84219
  "size"
84135
84220
  ],
84136
84221
  "type": "object"
84137
84222
  },
84138
84223
  "Map<string|number,IAnimate>": {
84139
84224
  "properties": {
84140
- "__@toStringTag@12099": {
84225
+ "__@toStringTag@12191": {
84141
84226
  "type": "string"
84142
84227
  },
84143
84228
  "size": {
@@ -84145,7 +84230,7 @@
84145
84230
  }
84146
84231
  },
84147
84232
  "required": [
84148
- "__@toStringTag@12099",
84233
+ "__@toStringTag@12191",
84149
84234
  "size"
84150
84235
  ],
84151
84236
  "type": "object"
@@ -84726,6 +84811,9 @@
84726
84811
  "angle": {
84727
84812
  "type": "number"
84728
84813
  },
84814
+ "autoAnimateTexture": {
84815
+ "type": "boolean"
84816
+ },
84729
84817
  "autoPage": {
84730
84818
  "type": "boolean"
84731
84819
  },
@@ -84824,6 +84912,13 @@
84824
84912
  }
84825
84913
  ]
84826
84914
  },
84915
+ "cornerType": {
84916
+ "enum": [
84917
+ "bevel",
84918
+ "round"
84919
+ ],
84920
+ "type": "string"
84921
+ },
84827
84922
  "cursor": {
84828
84923
  "$ref": "#/definitions/Cursor"
84829
84924
  },
@@ -85207,9 +85302,13 @@
85207
85302
  "textureColor": {
85208
85303
  "type": "string"
85209
85304
  },
85305
+ "textureOptions": {},
85210
85306
  "texturePadding": {
85211
85307
  "type": "number"
85212
85308
  },
85309
+ "textureRatio": {
85310
+ "type": "number"
85311
+ },
85213
85312
  "textureSize": {
85214
85313
  "type": "number"
85215
85314
  },
@@ -87654,6 +87753,9 @@
87654
87753
  "angle": {
87655
87754
  "type": "number"
87656
87755
  },
87756
+ "autoAnimateTexture": {
87757
+ "type": "boolean"
87758
+ },
87657
87759
  "backgroundCornerRadius": {
87658
87760
  "anyOf": [
87659
87761
  {
@@ -87730,6 +87832,13 @@
87730
87832
  }
87731
87833
  ]
87732
87834
  },
87835
+ "cornerType": {
87836
+ "enum": [
87837
+ "bevel",
87838
+ "round"
87839
+ ],
87840
+ "type": "string"
87841
+ },
87733
87842
  "cursor": {
87734
87843
  "$ref": "#/definitions/Cursor"
87735
87844
  },
@@ -88050,9 +88159,13 @@
88050
88159
  "textureColor": {
88051
88160
  "type": "string"
88052
88161
  },
88162
+ "textureOptions": {},
88053
88163
  "texturePadding": {
88054
88164
  "type": "number"
88055
88165
  },
88166
+ "textureRatio": {
88167
+ "type": "number"
88168
+ },
88056
88169
  "textureSize": {
88057
88170
  "type": "number"
88058
88171
  },
@@ -90413,6 +90526,9 @@
90413
90526
  "animationEasing": {
90414
90527
  "$ref": "#/definitions/EasingType"
90415
90528
  },
90529
+ "autoAnimateTexture": {
90530
+ "type": "boolean"
90531
+ },
90416
90532
  "background": {
90417
90533
  "anyOf": [
90418
90534
  {
@@ -90508,6 +90624,13 @@
90508
90624
  }
90509
90625
  ]
90510
90626
  },
90627
+ "cornerType": {
90628
+ "enum": [
90629
+ "bevel",
90630
+ "round"
90631
+ ],
90632
+ "type": "string"
90633
+ },
90511
90634
  "cursor": {
90512
90635
  "$ref": "#/definitions/Cursor"
90513
90636
  },
@@ -90858,9 +90981,13 @@
90858
90981
  "textureColor": {
90859
90982
  "type": "string"
90860
90983
  },
90984
+ "textureOptions": {},
90861
90985
  "texturePadding": {
90862
90986
  "type": "number"
90863
90987
  },
90988
+ "textureRatio": {
90989
+ "type": "number"
90990
+ },
90864
90991
  "textureSize": {
90865
90992
  "type": "number"
90866
90993
  },
@@ -91005,6 +91132,9 @@
91005
91132
  "animationEasing": {
91006
91133
  "$ref": "#/definitions/EasingType"
91007
91134
  },
91135
+ "autoAnimateTexture": {
91136
+ "type": "boolean"
91137
+ },
91008
91138
  "background": {
91009
91139
  "anyOf": [
91010
91140
  {
@@ -91100,6 +91230,13 @@
91100
91230
  }
91101
91231
  ]
91102
91232
  },
91233
+ "cornerType": {
91234
+ "enum": [
91235
+ "bevel",
91236
+ "round"
91237
+ ],
91238
+ "type": "string"
91239
+ },
91103
91240
  "cursor": {
91104
91241
  "$ref": "#/definitions/Cursor"
91105
91242
  },
@@ -91462,9 +91599,13 @@
91462
91599
  "textureColor": {
91463
91600
  "type": "string"
91464
91601
  },
91602
+ "textureOptions": {},
91465
91603
  "texturePadding": {
91466
91604
  "type": "number"
91467
91605
  },
91606
+ "textureRatio": {
91607
+ "type": "number"
91608
+ },
91468
91609
  "textureSize": {
91469
91610
  "type": "number"
91470
91611
  },
@@ -91938,6 +92079,9 @@
91938
92079
  "angle": {
91939
92080
  "type": "number"
91940
92081
  },
92082
+ "autoAnimateTexture": {
92083
+ "type": "boolean"
92084
+ },
91941
92085
  "background": {
91942
92086
  "anyOf": [
91943
92087
  {
@@ -92357,9 +92501,13 @@
92357
92501
  "textureColor": {
92358
92502
  "type": "string"
92359
92503
  },
92504
+ "textureOptions": {},
92360
92505
  "texturePadding": {
92361
92506
  "type": "number"
92362
92507
  },
92508
+ "textureRatio": {
92509
+ "type": "number"
92510
+ },
92363
92511
  "textureSize": {
92364
92512
  "type": "number"
92365
92513
  },
@@ -92472,6 +92620,9 @@
92472
92620
  "angle": {
92473
92621
  "type": "number"
92474
92622
  },
92623
+ "autoAnimateTexture": {
92624
+ "type": "boolean"
92625
+ },
92475
92626
  "background": {
92476
92627
  "anyOf": [
92477
92628
  {
@@ -92866,9 +93017,13 @@
92866
93017
  "textureColor": {
92867
93018
  "type": "string"
92868
93019
  },
93020
+ "textureOptions": {},
92869
93021
  "texturePadding": {
92870
93022
  "type": "number"
92871
93023
  },
93024
+ "textureRatio": {
93025
+ "type": "number"
93026
+ },
92872
93027
  "textureSize": {
92873
93028
  "type": "number"
92874
93029
  },
@@ -93047,6 +93202,9 @@
93047
93202
  "angle": {
93048
93203
  "type": "number"
93049
93204
  },
93205
+ "autoAnimateTexture": {
93206
+ "type": "boolean"
93207
+ },
93050
93208
  "background": {
93051
93209
  "anyOf": [
93052
93210
  {
@@ -93409,9 +93567,13 @@
93409
93567
  "textureColor": {
93410
93568
  "type": "string"
93411
93569
  },
93570
+ "textureOptions": {},
93412
93571
  "texturePadding": {
93413
93572
  "type": "number"
93414
93573
  },
93574
+ "textureRatio": {
93575
+ "type": "number"
93576
+ },
93415
93577
  "textureSize": {
93416
93578
  "type": "number"
93417
93579
  },
@@ -93494,7 +93656,7 @@
93494
93656
  },
93495
93657
  "type": "object"
93496
93658
  },
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>>": {
93659
+ "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;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;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>>": {
93498
93660
  "properties": {
93499
93661
  "_debug_bounds": {
93500
93662
  "anyOf": [
@@ -93585,6 +93747,9 @@
93585
93747
  "angle": {
93586
93748
  "type": "number"
93587
93749
  },
93750
+ "autoAnimateTexture": {
93751
+ "type": "boolean"
93752
+ },
93588
93753
  "background": {
93589
93754
  "anyOf": [
93590
93755
  {
@@ -94041,9 +94206,13 @@
94041
94206
  "textureColor": {
94042
94207
  "type": "string"
94043
94208
  },
94209
+ "textureOptions": {},
94044
94210
  "texturePadding": {
94045
94211
  "type": "number"
94046
94212
  },
94213
+ "textureRatio": {
94214
+ "type": "number"
94215
+ },
94047
94216
  "textureSize": {
94048
94217
  "type": "number"
94049
94218
  },
@@ -94189,6 +94358,9 @@
94189
94358
  "angle": {
94190
94359
  "type": "number"
94191
94360
  },
94361
+ "autoAnimateTexture": {
94362
+ "type": "boolean"
94363
+ },
94192
94364
  "background": {
94193
94365
  "anyOf": [
94194
94366
  {
@@ -94571,9 +94743,13 @@
94571
94743
  "textureColor": {
94572
94744
  "type": "string"
94573
94745
  },
94746
+ "textureOptions": {},
94574
94747
  "texturePadding": {
94575
94748
  "type": "number"
94576
94749
  },
94750
+ "textureRatio": {
94751
+ "type": "number"
94752
+ },
94577
94753
  "textureSize": {
94578
94754
  "type": "number"
94579
94755
  },
@@ -94689,6 +94865,9 @@
94689
94865
  "angle": {
94690
94866
  "type": "number"
94691
94867
  },
94868
+ "autoAnimateTexture": {
94869
+ "type": "boolean"
94870
+ },
94692
94871
  "background": {
94693
94872
  "anyOf": [
94694
94873
  {
@@ -95042,9 +95221,13 @@
95042
95221
  "textureColor": {
95043
95222
  "type": "string"
95044
95223
  },
95224
+ "textureOptions": {},
95045
95225
  "texturePadding": {
95046
95226
  "type": "number"
95047
95227
  },
95228
+ "textureRatio": {
95229
+ "type": "number"
95230
+ },
95048
95231
  "textureSize": {
95049
95232
  "type": "number"
95050
95233
  },
@@ -95104,6 +95287,13 @@
95104
95287
  }
95105
95288
  ]
95106
95289
  },
95290
+ "cornerType": {
95291
+ "enum": [
95292
+ "bevel",
95293
+ "round"
95294
+ ],
95295
+ "type": "string"
95296
+ },
95107
95297
  "display": {
95108
95298
  "enum": [
95109
95299
  "flex",
@@ -95264,6 +95454,9 @@
95264
95454
  "angle": {
95265
95455
  "type": "number"
95266
95456
  },
95457
+ "autoAnimateTexture": {
95458
+ "type": "boolean"
95459
+ },
95267
95460
  "background": {
95268
95461
  "anyOf": [
95269
95462
  {
@@ -95359,6 +95552,13 @@
95359
95552
  }
95360
95553
  ]
95361
95554
  },
95555
+ "cornerType": {
95556
+ "enum": [
95557
+ "bevel",
95558
+ "round"
95559
+ ],
95560
+ "type": "string"
95561
+ },
95362
95562
  "cursor": {
95363
95563
  "$ref": "#/definitions/Cursor"
95364
95564
  },
@@ -95679,9 +95879,13 @@
95679
95879
  "textureColor": {
95680
95880
  "type": "string"
95681
95881
  },
95882
+ "textureOptions": {},
95682
95883
  "texturePadding": {
95683
95884
  "type": "number"
95684
95885
  },
95886
+ "textureRatio": {
95887
+ "type": "number"
95888
+ },
95685
95889
  "textureSize": {
95686
95890
  "type": "number"
95687
95891
  },
@@ -95724,6 +95928,13 @@
95724
95928
  }
95725
95929
  ]
95726
95930
  },
95931
+ "cornerType": {
95932
+ "enum": [
95933
+ "bevel",
95934
+ "round"
95935
+ ],
95936
+ "type": "string"
95937
+ },
95727
95938
  "height": {
95728
95939
  "type": "number"
95729
95940
  },
@@ -95843,6 +96054,9 @@
95843
96054
  "angle": {
95844
96055
  "type": "number"
95845
96056
  },
96057
+ "autoAnimateTexture": {
96058
+ "type": "boolean"
96059
+ },
95846
96060
  "background": {
95847
96061
  "anyOf": [
95848
96062
  {
@@ -95932,6 +96146,13 @@
95932
96146
  }
95933
96147
  ]
95934
96148
  },
96149
+ "cornerType": {
96150
+ "enum": [
96151
+ "bevel",
96152
+ "round"
96153
+ ],
96154
+ "type": "string"
96155
+ },
95935
96156
  "cursor": {
95936
96157
  "$ref": "#/definitions/Cursor"
95937
96158
  },
@@ -96231,9 +96452,13 @@
96231
96452
  "textureColor": {
96232
96453
  "type": "string"
96233
96454
  },
96455
+ "textureOptions": {},
96234
96456
  "texturePadding": {
96235
96457
  "type": "number"
96236
96458
  },
96459
+ "textureRatio": {
96460
+ "type": "number"
96461
+ },
96237
96462
  "textureSize": {
96238
96463
  "type": "number"
96239
96464
  },
@@ -96664,6 +96889,9 @@
96664
96889
  "angle": {
96665
96890
  "type": "number"
96666
96891
  },
96892
+ "autoAnimateTexture": {
96893
+ "type": "boolean"
96894
+ },
96667
96895
  "background": {
96668
96896
  "anyOf": [
96669
96897
  {
@@ -97061,9 +97289,13 @@
97061
97289
  "textureColor": {
97062
97290
  "type": "string"
97063
97291
  },
97292
+ "textureOptions": {},
97064
97293
  "texturePadding": {
97065
97294
  "type": "number"
97066
97295
  },
97296
+ "textureRatio": {
97297
+ "type": "number"
97298
+ },
97067
97299
  "textureSize": {
97068
97300
  "type": "number"
97069
97301
  },
@@ -98195,6 +98427,9 @@
98195
98427
  "angle": {
98196
98428
  "type": "number"
98197
98429
  },
98430
+ "autoAnimateTexture": {
98431
+ "type": "boolean"
98432
+ },
98198
98433
  "background": {
98199
98434
  "anyOf": [
98200
98435
  {
@@ -98271,6 +98506,9 @@
98271
98506
  "childrenPickable": {
98272
98507
  "type": "boolean"
98273
98508
  },
98509
+ "clipRange": {
98510
+ "type": "number"
98511
+ },
98274
98512
  "cursor": {
98275
98513
  "$ref": "#/definitions/Cursor"
98276
98514
  },
@@ -98561,9 +98799,13 @@
98561
98799
  "textureColor": {
98562
98800
  "type": "string"
98563
98801
  },
98802
+ "textureOptions": {},
98564
98803
  "texturePadding": {
98565
98804
  "type": "number"
98566
98805
  },
98806
+ "textureRatio": {
98807
+ "type": "number"
98808
+ },
98567
98809
  "textureSize": {
98568
98810
  "type": "number"
98569
98811
  },
@@ -98676,6 +98918,9 @@
98676
98918
  "angle": {
98677
98919
  "type": "number"
98678
98920
  },
98921
+ "autoAnimateTexture": {
98922
+ "type": "boolean"
98923
+ },
98679
98924
  "background": {
98680
98925
  "anyOf": [
98681
98926
  {
@@ -99051,9 +99296,13 @@
99051
99296
  "textureColor": {
99052
99297
  "type": "string"
99053
99298
  },
99299
+ "textureOptions": {},
99054
99300
  "texturePadding": {
99055
99301
  "type": "number"
99056
99302
  },
99303
+ "textureRatio": {
99304
+ "type": "number"
99305
+ },
99057
99306
  "textureSize": {
99058
99307
  "type": "number"
99059
99308
  },
@@ -99452,6 +99701,9 @@
99452
99701
  "angle": {
99453
99702
  "type": "number"
99454
99703
  },
99704
+ "autoAnimateTexture": {
99705
+ "type": "boolean"
99706
+ },
99455
99707
  "background": {
99456
99708
  "anyOf": [
99457
99709
  {
@@ -99541,6 +99793,13 @@
99541
99793
  }
99542
99794
  ]
99543
99795
  },
99796
+ "cornerType": {
99797
+ "enum": [
99798
+ "bevel",
99799
+ "round"
99800
+ ],
99801
+ "type": "string"
99802
+ },
99544
99803
  "cursor": {
99545
99804
  "$ref": "#/definitions/Cursor"
99546
99805
  },
@@ -99821,9 +100080,13 @@
99821
100080
  "textureColor": {
99822
100081
  "type": "string"
99823
100082
  },
100083
+ "textureOptions": {},
99824
100084
  "texturePadding": {
99825
100085
  "type": "number"
99826
100086
  },
100087
+ "textureRatio": {
100088
+ "type": "number"
100089
+ },
99827
100090
  "textureSize": {
99828
100091
  "type": "number"
99829
100092
  },
@@ -100316,6 +100579,37 @@
100316
100579
  },
100317
100580
  "type": "object"
100318
100581
  },
100582
+ "Partial<ISymbolAttribute>": {
100583
+ "properties": {
100584
+ "clipRange": {
100585
+ "type": "number"
100586
+ },
100587
+ "size": {
100588
+ "anyOf": [
100589
+ {
100590
+ "items": [
100591
+ {
100592
+ "type": "number"
100593
+ },
100594
+ {
100595
+ "type": "number"
100596
+ }
100597
+ ],
100598
+ "maxItems": 2,
100599
+ "minItems": 2,
100600
+ "type": "array"
100601
+ },
100602
+ {
100603
+ "type": "number"
100604
+ }
100605
+ ]
100606
+ },
100607
+ "symbolType": {
100608
+ "type": "string"
100609
+ }
100610
+ },
100611
+ "type": "object"
100612
+ },
100319
100613
  "Partial<ISymbolGraphicAttribute>": {
100320
100614
  "properties": {
100321
100615
  "_debug_bounds": {
@@ -100407,6 +100701,9 @@
100407
100701
  "angle": {
100408
100702
  "type": "number"
100409
100703
  },
100704
+ "autoAnimateTexture": {
100705
+ "type": "boolean"
100706
+ },
100410
100707
  "background": {
100411
100708
  "anyOf": [
100412
100709
  {
@@ -100483,6 +100780,9 @@
100483
100780
  "childrenPickable": {
100484
100781
  "type": "boolean"
100485
100782
  },
100783
+ "clipRange": {
100784
+ "type": "number"
100785
+ },
100486
100786
  "cursor": {
100487
100787
  "$ref": "#/definitions/Cursor"
100488
100788
  },
@@ -100783,9 +101083,13 @@
100783
101083
  "textureColor": {
100784
101084
  "type": "string"
100785
101085
  },
101086
+ "textureOptions": {},
100786
101087
  "texturePadding": {
100787
101088
  "type": "number"
100788
101089
  },
101090
+ "textureRatio": {
101091
+ "type": "number"
101092
+ },
100789
101093
  "textureSize": {
100790
101094
  "type": "number"
100791
101095
  },
@@ -100898,6 +101202,9 @@
100898
101202
  "angle": {
100899
101203
  "type": "number"
100900
101204
  },
101205
+ "autoAnimateTexture": {
101206
+ "type": "boolean"
101207
+ },
100901
101208
  "background": {
100902
101209
  "anyOf": [
100903
101210
  {
@@ -101354,9 +101661,13 @@
101354
101661
  "textureColor": {
101355
101662
  "type": "string"
101356
101663
  },
101664
+ "textureOptions": {},
101357
101665
  "texturePadding": {
101358
101666
  "type": "number"
101359
101667
  },
101668
+ "textureRatio": {
101669
+ "type": "number"
101670
+ },
101360
101671
  "textureSize": {
101361
101672
  "type": "number"
101362
101673
  },
@@ -102172,6 +102483,9 @@
102172
102483
  "angle": {
102173
102484
  "type": "number"
102174
102485
  },
102486
+ "autoAnimateTexture": {
102487
+ "type": "boolean"
102488
+ },
102175
102489
  "background": {
102176
102490
  "anyOf": [
102177
102491
  {
@@ -102622,9 +102936,13 @@
102622
102936
  "textureColor": {
102623
102937
  "type": "string"
102624
102938
  },
102939
+ "textureOptions": {},
102625
102940
  "texturePadding": {
102626
102941
  "type": "number"
102627
102942
  },
102943
+ "textureRatio": {
102944
+ "type": "number"
102945
+ },
102628
102946
  "textureSize": {
102629
102947
  "type": "number"
102630
102948
  },
@@ -102679,7 +102997,7 @@
102679
102997
  },
102680
102998
  "type": "object"
102681
102999
  },
102682
- "Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>": {
103000
+ "Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;square?:boolean;panelSymbolType?:string;},\"shadowColor\"|\"fill\"|\"stroke\">>": {
102683
103001
  "properties": {
102684
103002
  "_debug_bounds": {
102685
103003
  "anyOf": [
@@ -102770,6 +103088,9 @@
102770
103088
  "angle": {
102771
103089
  "type": "number"
102772
103090
  },
103091
+ "autoAnimateTexture": {
103092
+ "type": "boolean"
103093
+ },
102773
103094
  "background": {
102774
103095
  "anyOf": [
102775
103096
  {
@@ -102846,6 +103167,9 @@
102846
103167
  "childrenPickable": {
102847
103168
  "type": "boolean"
102848
103169
  },
103170
+ "clipRange": {
103171
+ "type": "number"
103172
+ },
102849
103173
  "cornerRadius": {
102850
103174
  "anyOf": [
102851
103175
  {
@@ -102859,6 +103183,13 @@
102859
103183
  }
102860
103184
  ]
102861
103185
  },
103186
+ "cornerType": {
103187
+ "enum": [
103188
+ "bevel",
103189
+ "round"
103190
+ ],
103191
+ "type": "string"
103192
+ },
102862
103193
  "cursor": {
102863
103194
  "$ref": "#/definitions/Cursor"
102864
103195
  },
@@ -103003,6 +103334,9 @@
103003
103334
  ],
103004
103335
  "type": "string"
103005
103336
  },
103337
+ "panelSymbolType": {
103338
+ "type": "string"
103339
+ },
103006
103340
  "pickMode": {
103007
103341
  "enum": [
103008
103342
  "accurate",
@@ -103116,6 +103450,9 @@
103116
103450
  "space": {
103117
103451
  "type": "number"
103118
103452
  },
103453
+ "square": {
103454
+ "type": "boolean"
103455
+ },
103119
103456
  "strokeBoundsBuffer": {
103120
103457
  "type": "number"
103121
103458
  },
@@ -103137,9 +103474,13 @@
103137
103474
  "textureColor": {
103138
103475
  "type": "string"
103139
103476
  },
103477
+ "textureOptions": {},
103140
103478
  "texturePadding": {
103141
103479
  "type": "number"
103142
103480
  },
103481
+ "textureRatio": {
103482
+ "type": "number"
103483
+ },
103143
103484
  "textureSize": {
103144
103485
  "type": "number"
103145
103486
  },
@@ -103261,6 +103602,9 @@
103261
103602
  "angle": {
103262
103603
  "type": "number"
103263
103604
  },
103605
+ "autoAnimateTexture": {
103606
+ "type": "boolean"
103607
+ },
103264
103608
  "background": {
103265
103609
  "anyOf": [
103266
103610
  {
@@ -103614,9 +103958,13 @@
103614
103958
  "textureColor": {
103615
103959
  "type": "string"
103616
103960
  },
103961
+ "textureOptions": {},
103617
103962
  "texturePadding": {
103618
103963
  "type": "number"
103619
103964
  },
103965
+ "textureRatio": {
103966
+ "type": "number"
103967
+ },
103620
103968
  "textureSize": {
103621
103969
  "type": "number"
103622
103970
  },
@@ -105871,34 +106219,34 @@
105871
106219
  },
105872
106220
  "Promise<FontFaceSet>": {
105873
106221
  "properties": {
105874
- "__@toStringTag@12099": {
106222
+ "__@toStringTag@12191": {
105875
106223
  "type": "string"
105876
106224
  }
105877
106225
  },
105878
106226
  "required": [
105879
- "__@toStringTag@12099"
106227
+ "__@toStringTag@12191"
105880
106228
  ],
105881
106229
  "type": "object"
105882
106230
  },
105883
106231
  "Promise<ServiceWorkerRegistration>": {
105884
106232
  "properties": {
105885
- "__@toStringTag@12099": {
106233
+ "__@toStringTag@12191": {
105886
106234
  "type": "string"
105887
106235
  }
105888
106236
  },
105889
106237
  "required": [
105890
- "__@toStringTag@12099"
106238
+ "__@toStringTag@12191"
105891
106239
  ],
105892
106240
  "type": "object"
105893
106241
  },
105894
106242
  "Promise<any>": {
105895
106243
  "properties": {
105896
- "__@toStringTag@12099": {
106244
+ "__@toStringTag@12191": {
105897
106245
  "type": "string"
105898
106246
  }
105899
106247
  },
105900
106248
  "required": [
105901
- "__@toStringTag@12099"
106249
+ "__@toStringTag@12191"
105902
106250
  ],
105903
106251
  "type": "object"
105904
106252
  },
@@ -106548,6 +106896,9 @@
106548
106896
  "angle": {
106549
106897
  "type": "number"
106550
106898
  },
106899
+ "autoAnimateTexture": {
106900
+ "type": "boolean"
106901
+ },
106551
106902
  "background": {
106552
106903
  "anyOf": [
106553
106904
  {
@@ -106967,9 +107318,13 @@
106967
107318
  "textureColor": {
106968
107319
  "type": "string"
106969
107320
  },
107321
+ "textureOptions": {},
106970
107322
  "texturePadding": {
106971
107323
  "type": "number"
106972
107324
  },
107325
+ "textureRatio": {
107326
+ "type": "number"
107327
+ },
106973
107328
  "textureSize": {
106974
107329
  "type": "number"
106975
107330
  },
@@ -106996,6 +107351,7 @@
106996
107351
  "anchor",
106997
107352
  "anchor3d",
106998
107353
  "angle",
107354
+ "autoAnimateTexture",
106999
107355
  "background",
107000
107356
  "backgroundCornerRadius",
107001
107357
  "backgroundFit",
@@ -107071,7 +107427,9 @@
107071
107427
  "strokeSeg",
107072
107428
  "texture",
107073
107429
  "textureColor",
107430
+ "textureOptions",
107074
107431
  "texturePadding",
107432
+ "textureRatio",
107075
107433
  "textureSize",
107076
107434
  "visible",
107077
107435
  "x",
@@ -107172,6 +107530,9 @@
107172
107530
  "angle": {
107173
107531
  "type": "number"
107174
107532
  },
107533
+ "autoAnimateTexture": {
107534
+ "type": "boolean"
107535
+ },
107175
107536
  "background": {
107176
107537
  "anyOf": [
107177
107538
  {
@@ -107566,9 +107927,13 @@
107566
107927
  "textureColor": {
107567
107928
  "type": "string"
107568
107929
  },
107930
+ "textureOptions": {},
107569
107931
  "texturePadding": {
107570
107932
  "type": "number"
107571
107933
  },
107934
+ "textureRatio": {
107935
+ "type": "number"
107936
+ },
107572
107937
  "textureSize": {
107573
107938
  "type": "number"
107574
107939
  },
@@ -107595,6 +107960,7 @@
107595
107960
  "anchor",
107596
107961
  "anchor3d",
107597
107962
  "angle",
107963
+ "autoAnimateTexture",
107598
107964
  "background",
107599
107965
  "backgroundCornerRadius",
107600
107966
  "backgroundFit",
@@ -107669,7 +108035,9 @@
107669
108035
  "strokeSeg",
107670
108036
  "texture",
107671
108037
  "textureColor",
108038
+ "textureOptions",
107672
108039
  "texturePadding",
108040
+ "textureRatio",
107673
108041
  "textureSize",
107674
108042
  "visible",
107675
108043
  "x",
@@ -107770,6 +108138,9 @@
107770
108138
  "angle": {
107771
108139
  "type": "number"
107772
108140
  },
108141
+ "autoAnimateTexture": {
108142
+ "type": "boolean"
108143
+ },
107773
108144
  "background": {
107774
108145
  "anyOf": [
107775
108146
  {
@@ -108132,9 +108503,13 @@
108132
108503
  "textureColor": {
108133
108504
  "type": "string"
108134
108505
  },
108506
+ "textureOptions": {},
108135
108507
  "texturePadding": {
108136
108508
  "type": "number"
108137
108509
  },
108510
+ "textureRatio": {
108511
+ "type": "number"
108512
+ },
108138
108513
  "textureSize": {
108139
108514
  "type": "number"
108140
108515
  },
@@ -108161,6 +108536,7 @@
108161
108536
  "anchor",
108162
108537
  "anchor3d",
108163
108538
  "angle",
108539
+ "autoAnimateTexture",
108164
108540
  "background",
108165
108541
  "backgroundCornerRadius",
108166
108542
  "backgroundFit",
@@ -108228,7 +108604,9 @@
108228
108604
  "strokeSeg",
108229
108605
  "texture",
108230
108606
  "textureColor",
108607
+ "textureOptions",
108231
108608
  "texturePadding",
108609
+ "textureRatio",
108232
108610
  "textureSize",
108233
108611
  "visible",
108234
108612
  "x",
@@ -108329,6 +108707,9 @@
108329
108707
  "angle": {
108330
108708
  "type": "number"
108331
108709
  },
108710
+ "autoAnimateTexture": {
108711
+ "type": "boolean"
108712
+ },
108332
108713
  "background": {
108333
108714
  "anyOf": [
108334
108715
  {
@@ -108711,9 +109092,13 @@
108711
109092
  "textureColor": {
108712
109093
  "type": "string"
108713
109094
  },
109095
+ "textureOptions": {},
108714
109096
  "texturePadding": {
108715
109097
  "type": "number"
108716
109098
  },
109099
+ "textureRatio": {
109100
+ "type": "number"
109101
+ },
108717
109102
  "textureSize": {
108718
109103
  "type": "number"
108719
109104
  },
@@ -108743,6 +109128,7 @@
108743
109128
  "anchor",
108744
109129
  "anchor3d",
108745
109130
  "angle",
109131
+ "autoAnimateTexture",
108746
109132
  "background",
108747
109133
  "backgroundCornerRadius",
108748
109134
  "backgroundFit",
@@ -108811,7 +109197,9 @@
108811
109197
  "strokeSeg",
108812
109198
  "texture",
108813
109199
  "textureColor",
109200
+ "textureOptions",
108814
109201
  "texturePadding",
109202
+ "textureRatio",
108815
109203
  "textureSize",
108816
109204
  "visible",
108817
109205
  "width",
@@ -108930,6 +109318,9 @@
108930
109318
  "angle": {
108931
109319
  "type": "number"
108932
109320
  },
109321
+ "autoAnimateTexture": {
109322
+ "type": "boolean"
109323
+ },
108933
109324
  "background": {
108934
109325
  "anyOf": [
108935
109326
  {
@@ -109025,6 +109416,13 @@
109025
109416
  }
109026
109417
  ]
109027
109418
  },
109419
+ "cornerType": {
109420
+ "enum": [
109421
+ "bevel",
109422
+ "round"
109423
+ ],
109424
+ "type": "string"
109425
+ },
109028
109426
  "cursor": {
109029
109427
  "$ref": "#/definitions/Cursor"
109030
109428
  },
@@ -109345,9 +109743,13 @@
109345
109743
  "textureColor": {
109346
109744
  "type": "string"
109347
109745
  },
109746
+ "textureOptions": {},
109348
109747
  "texturePadding": {
109349
109748
  "type": "number"
109350
109749
  },
109750
+ "textureRatio": {
109751
+ "type": "number"
109752
+ },
109351
109753
  "textureSize": {
109352
109754
  "type": "number"
109353
109755
  },
@@ -109382,6 +109784,7 @@
109382
109784
  "anchor",
109383
109785
  "anchor3d",
109384
109786
  "angle",
109787
+ "autoAnimateTexture",
109385
109788
  "background",
109386
109789
  "backgroundCornerRadius",
109387
109790
  "backgroundFit",
@@ -109395,6 +109798,7 @@
109395
109798
  "childrenPickable",
109396
109799
  "clip",
109397
109800
  "cornerRadius",
109801
+ "cornerType",
109398
109802
  "cursor",
109399
109803
  "customPickShape",
109400
109804
  "display",
@@ -109455,7 +109859,9 @@
109455
109859
  "strokeSeg",
109456
109860
  "texture",
109457
109861
  "textureColor",
109862
+ "textureOptions",
109458
109863
  "texturePadding",
109864
+ "textureRatio",
109459
109865
  "textureSize",
109460
109866
  "visible",
109461
109867
  "visibleAll",
@@ -109558,6 +109964,9 @@
109558
109964
  "angle": {
109559
109965
  "type": "number"
109560
109966
  },
109967
+ "autoAnimateTexture": {
109968
+ "type": "boolean"
109969
+ },
109561
109970
  "background": {
109562
109971
  "anyOf": [
109563
109972
  {
@@ -109647,6 +110056,13 @@
109647
110056
  }
109648
110057
  ]
109649
110058
  },
110059
+ "cornerType": {
110060
+ "enum": [
110061
+ "bevel",
110062
+ "round"
110063
+ ],
110064
+ "type": "string"
110065
+ },
109650
110066
  "cursor": {
109651
110067
  "$ref": "#/definitions/Cursor"
109652
110068
  },
@@ -109946,9 +110362,13 @@
109946
110362
  "textureColor": {
109947
110363
  "type": "string"
109948
110364
  },
110365
+ "textureOptions": {},
109949
110366
  "texturePadding": {
109950
110367
  "type": "number"
109951
110368
  },
110369
+ "textureRatio": {
110370
+ "type": "number"
110371
+ },
109952
110372
  "textureSize": {
109953
110373
  "type": "number"
109954
110374
  },
@@ -109978,6 +110398,7 @@
109978
110398
  "anchor",
109979
110399
  "anchor3d",
109980
110400
  "angle",
110401
+ "autoAnimateTexture",
109981
110402
  "background",
109982
110403
  "backgroundCornerRadius",
109983
110404
  "backgroundFit",
@@ -109989,6 +110410,7 @@
109989
110410
  "boundsPadding",
109990
110411
  "childrenPickable",
109991
110412
  "cornerRadius",
110413
+ "cornerType",
109992
110414
  "cursor",
109993
110415
  "customPickShape",
109994
110416
  "dx",
@@ -110047,7 +110469,9 @@
110047
110469
  "strokeSeg",
110048
110470
  "texture",
110049
110471
  "textureColor",
110472
+ "textureOptions",
110050
110473
  "texturePadding",
110474
+ "textureRatio",
110051
110475
  "textureSize",
110052
110476
  "visible",
110053
110477
  "width",
@@ -110149,6 +110573,9 @@
110149
110573
  "angle": {
110150
110574
  "type": "number"
110151
110575
  },
110576
+ "autoAnimateTexture": {
110577
+ "type": "boolean"
110578
+ },
110152
110579
  "background": {
110153
110580
  "anyOf": [
110154
110581
  {
@@ -110546,9 +110973,13 @@
110546
110973
  "textureColor": {
110547
110974
  "type": "string"
110548
110975
  },
110976
+ "textureOptions": {},
110549
110977
  "texturePadding": {
110550
110978
  "type": "number"
110551
110979
  },
110980
+ "textureRatio": {
110981
+ "type": "number"
110982
+ },
110552
110983
  "textureSize": {
110553
110984
  "type": "number"
110554
110985
  },
@@ -110575,6 +111006,7 @@
110575
111006
  "anchor",
110576
111007
  "anchor3d",
110577
111008
  "angle",
111009
+ "autoAnimateTexture",
110578
111010
  "background",
110579
111011
  "backgroundCornerRadius",
110580
111012
  "backgroundFit",
@@ -110650,7 +111082,9 @@
110650
111082
  "strokeSeg",
110651
111083
  "texture",
110652
111084
  "textureColor",
111085
+ "textureOptions",
110653
111086
  "texturePadding",
111087
+ "textureRatio",
110654
111088
  "textureSize",
110655
111089
  "visible",
110656
111090
  "x",
@@ -110751,6 +111185,9 @@
110751
111185
  "angle": {
110752
111186
  "type": "number"
110753
111187
  },
111188
+ "autoAnimateTexture": {
111189
+ "type": "boolean"
111190
+ },
110754
111191
  "background": {
110755
111192
  "anyOf": [
110756
111193
  {
@@ -110827,6 +111264,9 @@
110827
111264
  "childrenPickable": {
110828
111265
  "type": "boolean"
110829
111266
  },
111267
+ "clipRange": {
111268
+ "type": "number"
111269
+ },
110830
111270
  "cursor": {
110831
111271
  "$ref": "#/definitions/Cursor"
110832
111272
  },
@@ -111117,9 +111557,13 @@
111117
111557
  "textureColor": {
111118
111558
  "type": "string"
111119
111559
  },
111560
+ "textureOptions": {},
111120
111561
  "texturePadding": {
111121
111562
  "type": "number"
111122
111563
  },
111564
+ "textureRatio": {
111565
+ "type": "number"
111566
+ },
111123
111567
  "textureSize": {
111124
111568
  "type": "number"
111125
111569
  },
@@ -111146,6 +111590,7 @@
111146
111590
  "anchor",
111147
111591
  "anchor3d",
111148
111592
  "angle",
111593
+ "autoAnimateTexture",
111149
111594
  "background",
111150
111595
  "backgroundCornerRadius",
111151
111596
  "backgroundFit",
@@ -111156,6 +111601,7 @@
111156
111601
  "boundsMode",
111157
111602
  "boundsPadding",
111158
111603
  "childrenPickable",
111604
+ "clipRange",
111159
111605
  "cursor",
111160
111606
  "customPath",
111161
111607
  "customPickShape",
@@ -111212,7 +111658,9 @@
111212
111658
  "strokeSeg",
111213
111659
  "texture",
111214
111660
  "textureColor",
111661
+ "textureOptions",
111215
111662
  "texturePadding",
111663
+ "textureRatio",
111216
111664
  "textureSize",
111217
111665
  "visible",
111218
111666
  "x",
@@ -111313,6 +111761,9 @@
111313
111761
  "angle": {
111314
111762
  "type": "number"
111315
111763
  },
111764
+ "autoAnimateTexture": {
111765
+ "type": "boolean"
111766
+ },
111316
111767
  "background": {
111317
111768
  "anyOf": [
111318
111769
  {
@@ -111688,9 +112139,13 @@
111688
112139
  "textureColor": {
111689
112140
  "type": "string"
111690
112141
  },
112142
+ "textureOptions": {},
111691
112143
  "texturePadding": {
111692
112144
  "type": "number"
111693
112145
  },
112146
+ "textureRatio": {
112147
+ "type": "number"
112148
+ },
111694
112149
  "textureSize": {
111695
112150
  "type": "number"
111696
112151
  },
@@ -111717,6 +112172,7 @@
111717
112172
  "anchor",
111718
112173
  "anchor3d",
111719
112174
  "angle",
112175
+ "autoAnimateTexture",
111720
112176
  "background",
111721
112177
  "backgroundCornerRadius",
111722
112178
  "backgroundFit",
@@ -111784,7 +112240,9 @@
111784
112240
  "strokeSeg",
111785
112241
  "texture",
111786
112242
  "textureColor",
112243
+ "textureOptions",
111787
112244
  "texturePadding",
112245
+ "textureRatio",
111788
112246
  "textureSize",
111789
112247
  "visible",
111790
112248
  "x",
@@ -111885,6 +112343,9 @@
111885
112343
  "angle": {
111886
112344
  "type": "number"
111887
112345
  },
112346
+ "autoAnimateTexture": {
112347
+ "type": "boolean"
112348
+ },
111888
112349
  "background": {
111889
112350
  "anyOf": [
111890
112351
  {
@@ -111974,6 +112435,13 @@
111974
112435
  }
111975
112436
  ]
111976
112437
  },
112438
+ "cornerType": {
112439
+ "enum": [
112440
+ "bevel",
112441
+ "round"
112442
+ ],
112443
+ "type": "string"
112444
+ },
111977
112445
  "cursor": {
111978
112446
  "$ref": "#/definitions/Cursor"
111979
112447
  },
@@ -112254,9 +112722,13 @@
112254
112722
  "textureColor": {
112255
112723
  "type": "string"
112256
112724
  },
112725
+ "textureOptions": {},
112257
112726
  "texturePadding": {
112258
112727
  "type": "number"
112259
112728
  },
112729
+ "textureRatio": {
112730
+ "type": "number"
112731
+ },
112260
112732
  "textureSize": {
112261
112733
  "type": "number"
112262
112734
  },
@@ -112292,6 +112764,7 @@
112292
112764
  "anchor",
112293
112765
  "anchor3d",
112294
112766
  "angle",
112767
+ "autoAnimateTexture",
112295
112768
  "background",
112296
112769
  "backgroundCornerRadius",
112297
112770
  "backgroundFit",
@@ -112303,6 +112776,7 @@
112303
112776
  "boundsPadding",
112304
112777
  "childrenPickable",
112305
112778
  "cornerRadius",
112779
+ "cornerType",
112306
112780
  "cursor",
112307
112781
  "customPickShape",
112308
112782
  "dx",
@@ -112358,7 +112832,9 @@
112358
112832
  "strokeSeg",
112359
112833
  "texture",
112360
112834
  "textureColor",
112835
+ "textureOptions",
112361
112836
  "texturePadding",
112837
+ "textureRatio",
112362
112838
  "textureSize",
112363
112839
  "visible",
112364
112840
  "width",
@@ -112462,6 +112938,9 @@
112462
112938
  "angle": {
112463
112939
  "type": "number"
112464
112940
  },
112941
+ "autoAnimateTexture": {
112942
+ "type": "boolean"
112943
+ },
112465
112944
  "background": {
112466
112945
  "anyOf": [
112467
112946
  {
@@ -112942,9 +113421,13 @@
112942
113421
  "textureColor": {
112943
113422
  "type": "string"
112944
113423
  },
113424
+ "textureOptions": {},
112945
113425
  "texturePadding": {
112946
113426
  "type": "number"
112947
113427
  },
113428
+ "textureRatio": {
113429
+ "type": "number"
113430
+ },
112948
113431
  "textureSize": {
112949
113432
  "type": "number"
112950
113433
  },
@@ -113009,6 +113492,7 @@
113009
113492
  "anchor",
113010
113493
  "anchor3d",
113011
113494
  "angle",
113495
+ "autoAnimateTexture",
113012
113496
  "background",
113013
113497
  "backgroundCornerRadius",
113014
113498
  "backgroundFit",
@@ -113102,7 +113586,9 @@
113102
113586
  "textConfig",
113103
113587
  "texture",
113104
113588
  "textureColor",
113589
+ "textureOptions",
113105
113590
  "texturePadding",
113591
+ "textureRatio",
113106
113592
  "textureSize",
113107
113593
  "underline",
113108
113594
  "underlineDash",
@@ -113212,6 +113698,9 @@
113212
113698
  "angle": {
113213
113699
  "type": "number"
113214
113700
  },
113701
+ "autoAnimateTexture": {
113702
+ "type": "boolean"
113703
+ },
113215
113704
  "background": {
113216
113705
  "anyOf": [
113217
113706
  {
@@ -113362,6 +113851,13 @@
113362
113851
  }
113363
113852
  ]
113364
113853
  },
113854
+ "cornerType": {
113855
+ "enum": [
113856
+ "bevel",
113857
+ "round"
113858
+ ],
113859
+ "type": "string"
113860
+ },
113365
113861
  "cursor": {
113366
113862
  "$ref": "#/definitions/Cursor"
113367
113863
  },
@@ -113686,9 +114182,13 @@
113686
114182
  "textureColor": {
113687
114183
  "type": "string"
113688
114184
  },
114185
+ "textureOptions": {},
113689
114186
  "texturePadding": {
113690
114187
  "type": "number"
113691
114188
  },
114189
+ "textureRatio": {
114190
+ "type": "number"
114191
+ },
113692
114192
  "textureSize": {
113693
114193
  "type": "number"
113694
114194
  },
@@ -113718,6 +114218,7 @@
113718
114218
  "anchor",
113719
114219
  "anchor3d",
113720
114220
  "angle",
114221
+ "autoAnimateTexture",
113721
114222
  "background",
113722
114223
  "backgroundCornerRadius",
113723
114224
  "backgroundFill",
@@ -113737,6 +114238,7 @@
113737
114238
  "boundsPadding",
113738
114239
  "childrenPickable",
113739
114240
  "cornerRadius",
114241
+ "cornerType",
113740
114242
  "cursor",
113741
114243
  "customPickShape",
113742
114244
  "direction",
@@ -113800,7 +114302,9 @@
113800
114302
  "textBaseline",
113801
114303
  "texture",
113802
114304
  "textureColor",
114305
+ "textureOptions",
113803
114306
  "texturePadding",
114307
+ "textureRatio",
113804
114308
  "textureSize",
113805
114309
  "visible",
113806
114310
  "width",
@@ -113902,6 +114406,9 @@
113902
114406
  "angle": {
113903
114407
  "type": "number"
113904
114408
  },
114409
+ "autoAnimateTexture": {
114410
+ "type": "boolean"
114411
+ },
113905
114412
  "background": {
113906
114413
  "anyOf": [
113907
114414
  {
@@ -113978,6 +114485,9 @@
113978
114485
  "childrenPickable": {
113979
114486
  "type": "boolean"
113980
114487
  },
114488
+ "clipRange": {
114489
+ "type": "number"
114490
+ },
113981
114491
  "cursor": {
113982
114492
  "$ref": "#/definitions/Cursor"
113983
114493
  },
@@ -114278,9 +114788,13 @@
114278
114788
  "textureColor": {
114279
114789
  "type": "string"
114280
114790
  },
114791
+ "textureOptions": {},
114281
114792
  "texturePadding": {
114282
114793
  "type": "number"
114283
114794
  },
114795
+ "textureRatio": {
114796
+ "type": "number"
114797
+ },
114284
114798
  "textureSize": {
114285
114799
  "type": "number"
114286
114800
  },
@@ -114307,6 +114821,7 @@
114307
114821
  "anchor",
114308
114822
  "anchor3d",
114309
114823
  "angle",
114824
+ "autoAnimateTexture",
114310
114825
  "background",
114311
114826
  "backgroundCornerRadius",
114312
114827
  "backgroundFit",
@@ -114317,6 +114832,7 @@
114317
114832
  "boundsMode",
114318
114833
  "boundsPadding",
114319
114834
  "childrenPickable",
114835
+ "clipRange",
114320
114836
  "cursor",
114321
114837
  "customPickShape",
114322
114838
  "dx",
@@ -114373,7 +114889,9 @@
114373
114889
  "symbolType",
114374
114890
  "texture",
114375
114891
  "textureColor",
114892
+ "textureOptions",
114376
114893
  "texturePadding",
114894
+ "textureRatio",
114377
114895
  "textureSize",
114378
114896
  "visible",
114379
114897
  "x",
@@ -114474,6 +114992,9 @@
114474
114992
  "angle": {
114475
114993
  "type": "number"
114476
114994
  },
114995
+ "autoAnimateTexture": {
114996
+ "type": "boolean"
114997
+ },
114477
114998
  "background": {
114478
114999
  "anyOf": [
114479
115000
  {
@@ -114930,9 +115451,13 @@
114930
115451
  "textureColor": {
114931
115452
  "type": "string"
114932
115453
  },
115454
+ "textureOptions": {},
114933
115455
  "texturePadding": {
114934
115456
  "type": "number"
114935
115457
  },
115458
+ "textureRatio": {
115459
+ "type": "number"
115460
+ },
114936
115461
  "textureSize": {
114937
115462
  "type": "number"
114938
115463
  },
@@ -114992,6 +115517,7 @@
114992
115517
  "anchor",
114993
115518
  "anchor3d",
114994
115519
  "angle",
115520
+ "autoAnimateTexture",
114995
115521
  "background",
114996
115522
  "backgroundCornerRadius",
114997
115523
  "backgroundFit",
@@ -115078,7 +115604,9 @@
115078
115604
  "textBaseline",
115079
115605
  "texture",
115080
115606
  "textureColor",
115607
+ "textureOptions",
115081
115608
  "texturePadding",
115609
+ "textureRatio",
115082
115610
  "textureSize",
115083
115611
  "underline",
115084
115612
  "underlineDash",