@visactor/vchart-schema 1.13.1-vstory.3 → 1.13.2-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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +416 -588
package/vchart.json CHANGED
@@ -7961,9 +7961,6 @@
7961
7961
  "cubicIn",
7962
7962
  "cubicInOut",
7963
7963
  "cubicOut",
7964
- "easeInOutElastic",
7965
- "easeInOutQuad",
7966
- "easeOutElastic",
7967
7964
  "elasticIn",
7968
7965
  "elasticInOut",
7969
7966
  "elasticOut",
@@ -8807,6 +8804,29 @@
8807
8804
  ],
8808
8805
  "description": "gradient"
8809
8806
  },
8807
+ "GraphicType": {
8808
+ "enum": [
8809
+ "arc",
8810
+ "arc3d",
8811
+ "area",
8812
+ "circle",
8813
+ "ellipse",
8814
+ "glyph",
8815
+ "group",
8816
+ "image",
8817
+ "line",
8818
+ "path",
8819
+ "polygon",
8820
+ "pyramid3d",
8821
+ "rect",
8822
+ "rect3d",
8823
+ "richtext",
8824
+ "shadowroot",
8825
+ "symbol",
8826
+ "text"
8827
+ ],
8828
+ "type": "string"
8829
+ },
8810
8830
  "GroupTooltipTriggerMark": {
8811
8831
  "enum": [
8812
8832
  "area",
@@ -18726,8 +18746,9 @@
18726
18746
  "description": "null,undefined等非法数据点连接方式。"
18727
18747
  },
18728
18748
  "label": {
18729
- "$ref": "#/definitions/IMultiLabelSpec<ILineLikeLabelSpec>",
18730
- "description": "标签配置"
18749
+ "$ref": "#/definitions/IMultiLabelSpec<Omit<ILineLikeLabelSpec,\"position\">&{position:\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\"|\"inside-middle\";}>",
18750
+ "description": "标签配置",
18751
+ "since": "1.13.1 新增支持 inside-middle 标签位置"
18731
18752
  },
18732
18753
  "large": {
18733
18754
  "description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
@@ -20091,8 +20112,9 @@
20091
20112
  "description": "null,undefined等非法数据点连接方式。"
20092
20113
  },
20093
20114
  "label": {
20094
- "$ref": "#/definitions/IMultiLabelSpec<ILineLikeLabelSpec>",
20095
- "description": "标签配置"
20115
+ "$ref": "#/definitions/IMultiLabelSpec<Omit<ILineLikeLabelSpec,\"position\">&{position:\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\"|\"inside-middle\";}>",
20116
+ "description": "标签配置",
20117
+ "since": "1.13.1 新增支持 inside-middle 标签位置"
20096
20118
  },
20097
20119
  "large": {
20098
20120
  "description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
@@ -25385,6 +25407,11 @@
25385
25407
  "$ref": "#/definitions/Partial<IPolygonMarkSpec>",
25386
25408
  "description": "brush 的框选样式"
25387
25409
  },
25410
+ "updateElementsState": {
25411
+ "default": true,
25412
+ "description": "是否更新图元状态\n关闭时, brush 事件不会触发图元状态更新, 优化缩放场景下的性能",
25413
+ "type": "boolean"
25414
+ },
25388
25415
  "visible": {
25389
25416
  "default": true,
25390
25417
  "description": "组件可见性",
@@ -30425,6 +30452,9 @@
30425
30452
  "description": "模块是否裁剪超出布局区域外的绘图内容",
30426
30453
  "type": "boolean"
30427
30454
  },
30455
+ "customFilter": {
30456
+ "typeof": "function"
30457
+ },
30428
30458
  "endText": {
30429
30459
  "typeof": "function"
30430
30460
  },
@@ -31938,9 +31968,6 @@
31938
31968
  "defined": {
31939
31969
  "type": "boolean"
31940
31970
  },
31941
- "draw": {
31942
- "typeof": "function"
31943
- },
31944
31971
  "getAngleAt": {
31945
31972
  "typeof": "function"
31946
31973
  },
@@ -31950,12 +31977,6 @@
31950
31977
  "getPointAt": {
31951
31978
  "typeof": "function"
31952
31979
  },
31953
- "getYAt": {
31954
- "typeof": "function"
31955
- },
31956
- "includeX": {
31957
- "typeof": "function"
31958
- },
31959
31980
  "originP1": {
31960
31981
  "$ref": "#/definitions/IPointLike"
31961
31982
  },
@@ -31980,12 +32001,9 @@
31980
32001
  },
31981
32002
  "required": [
31982
32003
  "defined",
31983
- "draw",
31984
32004
  "getAngleAt",
31985
32005
  "getLength",
31986
32006
  "getPointAt",
31987
- "getYAt",
31988
- "includeX",
31989
32007
  "p0",
31990
32008
  "type"
31991
32009
  ],
@@ -32417,9 +32435,6 @@
32417
32435
  },
32418
32436
  "type": "array"
32419
32437
  },
32420
- "drawWithClipRange": {
32421
- "typeof": "function"
32422
- },
32423
32438
  "ellipse": {
32424
32439
  "typeof": "function"
32425
32440
  },
@@ -32441,9 +32456,6 @@
32441
32456
  "getPointAt": {
32442
32457
  "typeof": "function"
32443
32458
  },
32444
- "getYAt": {
32445
- "typeof": "function"
32446
- },
32447
32459
  "lineTo": {
32448
32460
  "typeof": "function"
32449
32461
  },
@@ -32475,14 +32487,12 @@
32475
32487
  "closePath",
32476
32488
  "commandList",
32477
32489
  "curves",
32478
- "drawWithClipRange",
32479
32490
  "ellipse",
32480
32491
  "fromCustomPath2D",
32481
32492
  "fromString",
32482
32493
  "getCurveLengths",
32483
32494
  "getLength",
32484
32495
  "getPointAt",
32485
- "getYAt",
32486
32496
  "lineTo",
32487
32497
  "moveTo",
32488
32498
  "quadraticCurveTo",
@@ -33235,9 +33245,6 @@
33235
33245
  "angle": {
33236
33246
  "type": "number"
33237
33247
  },
33238
- "autoAnimateTexture": {
33239
- "type": "boolean"
33240
- },
33241
33248
  "autoPage": {
33242
33249
  "type": "boolean"
33243
33250
  },
@@ -33381,16 +33388,12 @@
33381
33388
  }
33382
33389
  ]
33383
33390
  },
33384
- "cornerType": {
33385
- "enum": [
33386
- "bevel",
33387
- "round"
33388
- ],
33389
- "type": "string"
33390
- },
33391
33391
  "cursor": {
33392
33392
  "$ref": "#/definitions/Cursor"
33393
33393
  },
33394
+ "customFilter": {
33395
+ "typeof": "function"
33396
+ },
33394
33397
  "customPickShape": {
33395
33398
  "typeof": "function"
33396
33399
  },
@@ -34128,13 +34131,9 @@
34128
34131
  "textureColor": {
34129
34132
  "type": "string"
34130
34133
  },
34131
- "textureOptions": {},
34132
34134
  "texturePadding": {
34133
34135
  "type": "number"
34134
34136
  },
34135
- "textureRatio": {
34136
- "type": "number"
34137
- },
34138
34137
  "textureSize": {
34139
34138
  "type": "number"
34140
34139
  },
@@ -39481,7 +39480,7 @@
39481
39480
  "typeof": "function"
39482
39481
  },
39483
39482
  "type": {
39484
- "type": "string"
39483
+ "$ref": "#/definitions/GraphicType"
39485
39484
  },
39486
39485
  "update": {
39487
39486
  "typeof": "function"
@@ -40039,7 +40038,7 @@
40039
40038
  "typeof": "function"
40040
40039
  },
40041
40040
  "type": {
40042
- "type": "string"
40041
+ "$ref": "#/definitions/GraphicType"
40043
40042
  },
40044
40043
  "update": {
40045
40044
  "typeof": "function"
@@ -40597,7 +40596,7 @@
40597
40596
  "typeof": "function"
40598
40597
  },
40599
40598
  "type": {
40600
- "type": "string"
40599
+ "$ref": "#/definitions/GraphicType"
40601
40600
  },
40602
40601
  "update": {
40603
40602
  "typeof": "function"
@@ -41265,7 +41264,7 @@
41265
41264
  "typeof": "function"
41266
41265
  },
41267
41266
  "type": {
41268
- "type": "string"
41267
+ "$ref": "#/definitions/GraphicType"
41269
41268
  },
41270
41269
  "update": {
41271
41270
  "typeof": "function"
@@ -46985,7 +46984,7 @@
46985
46984
  "typeof": "function"
46986
46985
  },
46987
46986
  "type": {
46988
- "type": "string"
46987
+ "$ref": "#/definitions/GraphicType"
46989
46988
  },
46990
46989
  "update": {
46991
46990
  "typeof": "function"
@@ -49234,11 +49233,14 @@
49234
49233
  "minItems": 2,
49235
49234
  "type": "array"
49236
49235
  },
49236
+ {
49237
+ "typeof": "function"
49238
+ },
49237
49239
  {
49238
49240
  "type": "number"
49239
49241
  }
49240
49242
  ],
49241
- "description": "连续轴上的 dimension tooltip 数据筛选范围\n如果配置为单个数字 d,则筛选区间为 [x0 - d, x0 + d];如果配置为二元组 [d1, d2],则筛选区间为 [x0 + d1, x0 + d2]",
49243
+ "description": "连续轴上的 dimension tooltip 数据筛选范围\n如果配置为单个数字 d,则筛选区间为 [x0 - d, x0 + d];如果配置为二元组 [d1, d2],则筛选区间为 [x0 + d1, x0 + d2]\n如果配置为函数 f, 函数的返回值将会作为数据筛选范围的值",
49242
49244
  "since": "1.4.0"
49243
49245
  },
49244
49246
  "zero": {
@@ -55080,6 +55082,33 @@
55080
55082
  }
55081
55083
  ]
55082
55084
  },
55085
+ "IMultiLabelSpec<Omit<ILineLikeLabelSpec,\"position\">&{position:\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\"|\"inside-middle\";}>": {
55086
+ "anyOf": [
55087
+ {
55088
+ "allOf": [
55089
+ {
55090
+ "$ref": "#/definitions/Omit<ILineLikeLabelSpec,\"position\">"
55091
+ },
55092
+ {
55093
+ "typeof": "function"
55094
+ }
55095
+ ]
55096
+ },
55097
+ {
55098
+ "items": {
55099
+ "allOf": [
55100
+ {
55101
+ "$ref": "#/definitions/Omit<ILineLikeLabelSpec,\"position\">"
55102
+ },
55103
+ {
55104
+ "typeof": "function"
55105
+ }
55106
+ ]
55107
+ },
55108
+ "type": "array"
55109
+ }
55110
+ ]
55111
+ },
55083
55112
  "INode": {
55084
55113
  "properties": {
55085
55114
  "_next": {
@@ -58586,9 +58615,6 @@
58586
58615
  "angle": {
58587
58616
  "type": "number"
58588
58617
  },
58589
- "autoAnimateTexture": {
58590
- "type": "boolean"
58591
- },
58592
58618
  "backgroundCornerRadius": {
58593
58619
  "anyOf": [
58594
58620
  {
@@ -58700,13 +58726,6 @@
58700
58726
  }
58701
58727
  ]
58702
58728
  },
58703
- "cornerType": {
58704
- "enum": [
58705
- "bevel",
58706
- "round"
58707
- ],
58708
- "type": "string"
58709
- },
58710
58729
  "cursor": {
58711
58730
  "$ref": "#/definitions/Cursor"
58712
58731
  },
@@ -58867,34 +58886,6 @@
58867
58886
  "lineWidth": {
58868
58887
  "type": "number"
58869
58888
  },
58870
- "logoSymbol": {
58871
- "$ref": "#/definitions/ISymbolGraphicAttribute"
58872
- },
58873
- "logoText": {
58874
- "anyOf": [
58875
- {
58876
- "items": {
58877
- "type": "string"
58878
- },
58879
- "type": "array"
58880
- },
58881
- {
58882
- "items": {
58883
- "type": "number"
58884
- },
58885
- "type": "array"
58886
- },
58887
- {
58888
- "type": [
58889
- "string",
58890
- "number"
58891
- ]
58892
- }
58893
- ]
58894
- },
58895
- "logoTextStyle": {
58896
- "$ref": "#/definitions/Partial<ITextGraphicAttribute>"
58897
- },
58898
58889
  "maxWidth": {
58899
58890
  "type": "number"
58900
58891
  },
@@ -58928,7 +58919,7 @@
58928
58919
  "panel": {
58929
58920
  "allOf": [
58930
58921
  {
58931
- "$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\">>"
58922
+ "$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\">>"
58932
58923
  },
58933
58924
  {
58934
58925
  "typeof": "function"
@@ -59101,13 +59092,9 @@
59101
59092
  "textureColor": {
59102
59093
  "type": "string"
59103
59094
  },
59104
- "textureOptions": {},
59105
59095
  "texturePadding": {
59106
59096
  "type": "number"
59107
59097
  },
59108
- "textureRatio": {
59109
- "type": "number"
59110
- },
59111
59098
  "textureSize": {
59112
59099
  "type": "number"
59113
59100
  },
@@ -59146,13 +59133,6 @@
59146
59133
  }
59147
59134
  ]
59148
59135
  },
59149
- "triangleMode": {
59150
- "enum": [
59151
- "concise",
59152
- "default"
59153
- ],
59154
- "type": "string"
59155
- },
59156
59136
  "visible": {
59157
59137
  "type": "boolean"
59158
59138
  },
@@ -60802,8 +60782,9 @@
60802
60782
  "description": "null,undefined等非法数据点连接方式。"
60803
60783
  },
60804
60784
  "label": {
60805
- "$ref": "#/definitions/IMultiLabelSpec<ILineLikeLabelSpec>",
60806
- "description": "标签配置"
60785
+ "$ref": "#/definitions/IMultiLabelSpec<Omit<ILineLikeLabelSpec,\"position\">&{position:\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\"|\"inside-middle\";}>",
60786
+ "description": "标签配置",
60787
+ "since": "1.13.1 新增支持 inside-middle 标签位置"
60807
60788
  },
60808
60789
  "large": {
60809
60790
  "description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
@@ -61845,8 +61826,9 @@
61845
61826
  "description": "null,undefined等非法数据点连接方式。"
61846
61827
  },
61847
61828
  "label": {
61848
- "$ref": "#/definitions/IMultiLabelSpec<ILineLikeLabelSpec>",
61849
- "description": "标签配置"
61829
+ "$ref": "#/definitions/IMultiLabelSpec<Omit<ILineLikeLabelSpec,\"position\">&{position:\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\"|\"inside-middle\";}>",
61830
+ "description": "标签配置",
61831
+ "since": "1.13.1 新增支持 inside-middle 标签位置"
61850
61832
  },
61851
61833
  "large": {
61852
61834
  "description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
@@ -66032,7 +66014,7 @@
66032
66014
  "IRichTextGraphicAttribute": {
66033
66015
  "allOf": [
66034
66016
  {
66035
- "$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>>"
66017
+ "$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>>"
66036
66018
  },
66037
66019
  {
66038
66020
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -71641,7 +71623,7 @@
71641
71623
  "typeof": "function"
71642
71624
  },
71643
71625
  "type": {
71644
- "type": "string"
71626
+ "$ref": "#/definitions/GraphicType"
71645
71627
  },
71646
71628
  "update": {
71647
71629
  "typeof": "function"
@@ -73341,16 +73323,6 @@
73341
73323
  },
73342
73324
  "type": "object"
73343
73325
  },
73344
- "ISymbolGraphicAttribute": {
73345
- "allOf": [
73346
- {
73347
- "$ref": "#/definitions/Partial<IGraphicAttribute>"
73348
- },
73349
- {
73350
- "$ref": "#/definitions/Partial<ISymbolAttribute>"
73351
- }
73352
- ]
73353
- },
73354
73326
  "ISymbolMarkSpec": {
73355
73327
  "properties": {
73356
73328
  "alpha": {
@@ -74172,24 +74144,15 @@
74172
74144
  "addTimeline": {
74173
74145
  "typeof": "function"
74174
74146
  },
74175
- "autoStop": {
74176
- "type": "boolean"
74177
- },
74178
74147
  "getFPS": {
74179
74148
  "typeof": "function"
74180
74149
  },
74181
74150
  "getInterval": {
74182
74151
  "typeof": "function"
74183
74152
  },
74184
- "getTimelines": {
74185
- "typeof": "function"
74186
- },
74187
74153
  "pause": {
74188
74154
  "typeof": "function"
74189
74155
  },
74190
- "release": {
74191
- "typeof": "function"
74192
- },
74193
74156
  "remTimeline": {
74194
74157
  "typeof": "function"
74195
74158
  },
@@ -74220,10 +74183,7 @@
74220
74183
  },
74221
74184
  "required": [
74222
74185
  "addTimeline",
74223
- "autoStop",
74224
- "getTimelines",
74225
74186
  "pause",
74226
- "release",
74227
74187
  "remTimeline",
74228
74188
  "resume",
74229
74189
  "start",
@@ -82601,7 +82561,7 @@
82601
82561
  },
82602
82562
  "Map<Function,(...args:any[])=>void>": {
82603
82563
  "properties": {
82604
- "__@toStringTag@15635": {
82564
+ "__@toStringTag@15544": {
82605
82565
  "type": "string"
82606
82566
  },
82607
82567
  "size": {
@@ -82609,14 +82569,14 @@
82609
82569
  }
82610
82570
  },
82611
82571
  "required": [
82612
- "__@toStringTag@15635",
82572
+ "__@toStringTag@15544",
82613
82573
  "size"
82614
82574
  ],
82615
82575
  "type": "object"
82616
82576
  },
82617
82577
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
82618
82578
  "properties": {
82619
- "__@toStringTag@15635": {
82579
+ "__@toStringTag@15544": {
82620
82580
  "type": "string"
82621
82581
  },
82622
82582
  "size": {
@@ -82624,14 +82584,14 @@
82624
82584
  }
82625
82585
  },
82626
82586
  "required": [
82627
- "__@toStringTag@15635",
82587
+ "__@toStringTag@15544",
82628
82588
  "size"
82629
82589
  ],
82630
82590
  "type": "object"
82631
82591
  },
82632
82592
  "Map<string,any>": {
82633
82593
  "properties": {
82634
- "__@toStringTag@15635": {
82594
+ "__@toStringTag@15544": {
82635
82595
  "type": "string"
82636
82596
  },
82637
82597
  "size": {
@@ -82639,14 +82599,14 @@
82639
82599
  }
82640
82600
  },
82641
82601
  "required": [
82642
- "__@toStringTag@15635",
82602
+ "__@toStringTag@15544",
82643
82603
  "size"
82644
82604
  ],
82645
82605
  "type": "object"
82646
82606
  },
82647
82607
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82648
82608
  "properties": {
82649
- "__@toStringTag@15635": {
82609
+ "__@toStringTag@15544": {
82650
82610
  "type": "string"
82651
82611
  },
82652
82612
  "size": {
@@ -82654,14 +82614,14 @@
82654
82614
  }
82655
82615
  },
82656
82616
  "required": [
82657
- "__@toStringTag@15635",
82617
+ "__@toStringTag@15544",
82658
82618
  "size"
82659
82619
  ],
82660
82620
  "type": "object"
82661
82621
  },
82662
82622
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82663
82623
  "properties": {
82664
- "__@toStringTag@15635": {
82624
+ "__@toStringTag@15544": {
82665
82625
  "type": "string"
82666
82626
  },
82667
82627
  "size": {
@@ -82669,14 +82629,14 @@
82669
82629
  }
82670
82630
  },
82671
82631
  "required": [
82672
- "__@toStringTag@15635",
82632
+ "__@toStringTag@15544",
82673
82633
  "size"
82674
82634
  ],
82675
82635
  "type": "object"
82676
82636
  },
82677
82637
  "Map<string|number,IAnimate>": {
82678
82638
  "properties": {
82679
- "__@toStringTag@15635": {
82639
+ "__@toStringTag@15544": {
82680
82640
  "type": "string"
82681
82641
  },
82682
82642
  "size": {
@@ -82684,7 +82644,7 @@
82684
82644
  }
82685
82645
  },
82686
82646
  "required": [
82687
- "__@toStringTag@15635",
82647
+ "__@toStringTag@15544",
82688
82648
  "size"
82689
82649
  ],
82690
82650
  "type": "object"
@@ -83265,9 +83225,6 @@
83265
83225
  "angle": {
83266
83226
  "type": "number"
83267
83227
  },
83268
- "autoAnimateTexture": {
83269
- "type": "boolean"
83270
- },
83271
83228
  "autoPage": {
83272
83229
  "type": "boolean"
83273
83230
  },
@@ -83366,13 +83323,6 @@
83366
83323
  }
83367
83324
  ]
83368
83325
  },
83369
- "cornerType": {
83370
- "enum": [
83371
- "bevel",
83372
- "round"
83373
- ],
83374
- "type": "string"
83375
- },
83376
83326
  "cursor": {
83377
83327
  "$ref": "#/definitions/Cursor"
83378
83328
  },
@@ -83756,13 +83706,9 @@
83756
83706
  "textureColor": {
83757
83707
  "type": "string"
83758
83708
  },
83759
- "textureOptions": {},
83760
83709
  "texturePadding": {
83761
83710
  "type": "number"
83762
83711
  },
83763
- "textureRatio": {
83764
- "type": "number"
83765
- },
83766
83712
  "textureSize": {
83767
83713
  "type": "number"
83768
83714
  },
@@ -86195,9 +86141,6 @@
86195
86141
  "angle": {
86196
86142
  "type": "number"
86197
86143
  },
86198
- "autoAnimateTexture": {
86199
- "type": "boolean"
86200
- },
86201
86144
  "backgroundCornerRadius": {
86202
86145
  "anyOf": [
86203
86146
  {
@@ -86274,13 +86217,6 @@
86274
86217
  }
86275
86218
  ]
86276
86219
  },
86277
- "cornerType": {
86278
- "enum": [
86279
- "bevel",
86280
- "round"
86281
- ],
86282
- "type": "string"
86283
- },
86284
86220
  "cursor": {
86285
86221
  "$ref": "#/definitions/Cursor"
86286
86222
  },
@@ -86601,13 +86537,9 @@
86601
86537
  "textureColor": {
86602
86538
  "type": "string"
86603
86539
  },
86604
- "textureOptions": {},
86605
86540
  "texturePadding": {
86606
86541
  "type": "number"
86607
86542
  },
86608
- "textureRatio": {
86609
- "type": "number"
86610
- },
86611
86543
  "textureSize": {
86612
86544
  "type": "number"
86613
86545
  },
@@ -87246,6 +87178,317 @@
87246
87178
  },
87247
87179
  "type": "object"
87248
87180
  },
87181
+ "Omit<ILineLikeLabelSpec,\"position\">": {
87182
+ "properties": {
87183
+ "alignSelf": {
87184
+ "description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
87185
+ "enum": [
87186
+ "end",
87187
+ "middle",
87188
+ "start"
87189
+ ],
87190
+ "type": "string"
87191
+ },
87192
+ "animation": {
87193
+ "anyOf": [
87194
+ {
87195
+ "$ref": "#/definitions/ILabelAnimation"
87196
+ },
87197
+ {
87198
+ "type": "boolean"
87199
+ }
87200
+ ]
87201
+ },
87202
+ "animationEnter": {
87203
+ "anyOf": [
87204
+ {
87205
+ "$ref": "#/definitions/ILabelUpdateAnimation"
87206
+ },
87207
+ {
87208
+ "type": "boolean"
87209
+ }
87210
+ ]
87211
+ },
87212
+ "animationExit": {
87213
+ "anyOf": [
87214
+ {
87215
+ "$ref": "#/definitions/ILabelExitAnimation"
87216
+ },
87217
+ {
87218
+ "type": "boolean"
87219
+ }
87220
+ ]
87221
+ },
87222
+ "animationUpdate": {
87223
+ "anyOf": [
87224
+ {
87225
+ "$ref": "#/definitions/ILabelUpdateAnimation"
87226
+ },
87227
+ {
87228
+ "items": {
87229
+ "$ref": "#/definitions/ILabelUpdateChannelAnimation"
87230
+ },
87231
+ "type": "array"
87232
+ },
87233
+ {
87234
+ "type": "boolean"
87235
+ }
87236
+ ]
87237
+ },
87238
+ "bottom": {
87239
+ "$ref": "#/definitions/ILayoutNumber",
87240
+ "description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
87241
+ },
87242
+ "center": {
87243
+ "description": "模块绝对布局下,元素将放置在图表的正中间。注意仅在 layoutType === 'absolute' 时生效,同时将忽略 padding 属性",
87244
+ "type": "boolean"
87245
+ },
87246
+ "clip": {
87247
+ "description": "模块是否裁剪超出布局区域外的绘图内容",
87248
+ "type": "boolean"
87249
+ },
87250
+ "customLayoutFunc": {
87251
+ "typeof": "function"
87252
+ },
87253
+ "customOverlapFunc": {
87254
+ "typeof": "function"
87255
+ },
87256
+ "dataFilter": {
87257
+ "typeof": "function"
87258
+ },
87259
+ "formatMethod": {
87260
+ "typeof": "function"
87261
+ },
87262
+ "formatter": {
87263
+ "anyOf": [
87264
+ {
87265
+ "items": {
87266
+ "type": "string"
87267
+ },
87268
+ "type": "array"
87269
+ },
87270
+ {
87271
+ "type": "string"
87272
+ }
87273
+ ],
87274
+ "description": "字符串模版\n用{}包裹变量名的字符串模版, 变量名取自数据属性值\neg: 'type={type},value={value}'",
87275
+ "since": "1.7.0"
87276
+ },
87277
+ "height": {
87278
+ "$ref": "#/definitions/ILayoutNumber",
87279
+ "description": "模块的布局大小:高度"
87280
+ },
87281
+ "id": {
87282
+ "$ref": "#/definitions/StringOrNumber"
87283
+ },
87284
+ "interactive": {
87285
+ "default": false,
87286
+ "description": "是否支持交互。",
87287
+ "type": "boolean"
87288
+ },
87289
+ "labelLayout": {
87290
+ "description": "标签布局",
87291
+ "enum": [
87292
+ "region",
87293
+ "series"
87294
+ ],
87295
+ "type": "string"
87296
+ },
87297
+ "layoutLevel": {
87298
+ "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
87299
+ "type": "number"
87300
+ },
87301
+ "layoutType": {
87302
+ "$ref": "#/definitions/ILayoutType",
87303
+ "description": "当前模块的布局类型,配置为 absolute 的话,当前元素会以图表左上角为原点进行绝对布局"
87304
+ },
87305
+ "left": {
87306
+ "$ref": "#/definitions/ILayoutNumber",
87307
+ "description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
87308
+ },
87309
+ "maxHeight": {
87310
+ "$ref": "#/definitions/ILayoutNumber",
87311
+ "description": "模块的布局最大高度"
87312
+ },
87313
+ "maxWidth": {
87314
+ "$ref": "#/definitions/ILayoutNumber",
87315
+ "description": "模块的布局最大宽度"
87316
+ },
87317
+ "minHeight": {
87318
+ "$ref": "#/definitions/ILayoutNumber",
87319
+ "description": "模块的布局最小高度"
87320
+ },
87321
+ "minWidth": {
87322
+ "$ref": "#/definitions/ILayoutNumber",
87323
+ "description": "模块的布局最小宽度"
87324
+ },
87325
+ "noOuterPadding": {
87326
+ "description": "是否按照 orient 自动修改 padding,隐藏位于外侧的 padding。目前只在组件上生效",
87327
+ "type": "boolean"
87328
+ },
87329
+ "offset": {
87330
+ "description": "标签与其对应数据图元的间距",
87331
+ "type": "number"
87332
+ },
87333
+ "offsetX": {
87334
+ "$ref": "#/definitions/ILayoutNumber",
87335
+ "description": "模块的布局位置偏移:X"
87336
+ },
87337
+ "offsetY": {
87338
+ "$ref": "#/definitions/ILayoutNumber",
87339
+ "description": "模块的布局位置偏移:Y"
87340
+ },
87341
+ "orient": {
87342
+ "$ref": "#/definitions/IOrientType",
87343
+ "description": "模块布局位置"
87344
+ },
87345
+ "overlap": {
87346
+ "anyOf": [
87347
+ {
87348
+ "$ref": "#/definitions/OverlapAttrs"
87349
+ },
87350
+ {
87351
+ "type": "boolean"
87352
+ }
87353
+ ],
87354
+ "description": "标签防重叠配置"
87355
+ },
87356
+ "padding": {
87357
+ "$ref": "#/definitions/ILayoutPaddingSpec",
87358
+ "description": "模块的布局间距"
87359
+ },
87360
+ "regionId": {
87361
+ "anyOf": [
87362
+ {
87363
+ "items": {
87364
+ "$ref": "#/definitions/StringOrNumber"
87365
+ },
87366
+ "type": "array"
87367
+ },
87368
+ {
87369
+ "type": [
87370
+ "string",
87371
+ "number"
87372
+ ]
87373
+ }
87374
+ ],
87375
+ "description": "组件关联的region id"
87376
+ },
87377
+ "regionIndex": {
87378
+ "anyOf": [
87379
+ {
87380
+ "items": {
87381
+ "type": "number"
87382
+ },
87383
+ "type": "array"
87384
+ },
87385
+ {
87386
+ "type": "number"
87387
+ }
87388
+ ],
87389
+ "default": 0,
87390
+ "description": "组件关联的region索引"
87391
+ },
87392
+ "right": {
87393
+ "$ref": "#/definitions/ILayoutNumber",
87394
+ "description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
87395
+ },
87396
+ "seriesId": {
87397
+ "anyOf": [
87398
+ {
87399
+ "items": {
87400
+ "$ref": "#/definitions/StringOrNumber"
87401
+ },
87402
+ "type": "array"
87403
+ },
87404
+ {
87405
+ "type": [
87406
+ "string",
87407
+ "number"
87408
+ ]
87409
+ }
87410
+ ],
87411
+ "description": "组件关联的系列id"
87412
+ },
87413
+ "seriesIndex": {
87414
+ "anyOf": [
87415
+ {
87416
+ "items": {
87417
+ "type": "number"
87418
+ },
87419
+ "type": "array"
87420
+ },
87421
+ {
87422
+ "type": "number"
87423
+ }
87424
+ ],
87425
+ "description": "组件关联的系列索引"
87426
+ },
87427
+ "smartInvert": {
87428
+ "anyOf": [
87429
+ {
87430
+ "$ref": "#/definitions/SmartInvertAttrs"
87431
+ },
87432
+ {
87433
+ "type": "boolean"
87434
+ }
87435
+ ],
87436
+ "description": "标签智能反色配置"
87437
+ },
87438
+ "stackDataFilterType": {
87439
+ "description": "堆积数据过滤类型",
87440
+ "enum": [
87441
+ "max",
87442
+ "min"
87443
+ ],
87444
+ "since": "1.12.0",
87445
+ "type": "string"
87446
+ },
87447
+ "state": {
87448
+ "typeof": "function"
87449
+ },
87450
+ "style": {
87451
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IComposedTextMarkSpec>",
87452
+ "description": "标签样式配置"
87453
+ },
87454
+ "support3d": {
87455
+ "description": "是否支持3D",
87456
+ "type": "boolean"
87457
+ },
87458
+ "syncState": {
87459
+ "default": false,
87460
+ "description": "是否同步数据图元的状态变化",
87461
+ "since": "1.9.0",
87462
+ "type": "boolean"
87463
+ },
87464
+ "textType": {
87465
+ "description": "文本类型:text, rich,",
87466
+ "enum": [
87467
+ "rich",
87468
+ "text"
87469
+ ],
87470
+ "since": "1.7.0",
87471
+ "type": "string"
87472
+ },
87473
+ "top": {
87474
+ "$ref": "#/definitions/ILayoutNumber",
87475
+ "description": "模块绝对布局下,与图表顶部的距离。注意仅在 layoutType === 'absolute' 时生效"
87476
+ },
87477
+ "visible": {
87478
+ "description": "默认不显示标签",
87479
+ "type": "boolean"
87480
+ },
87481
+ "width": {
87482
+ "$ref": "#/definitions/ILayoutNumber",
87483
+ "description": "模块的布局大小:宽度"
87484
+ },
87485
+ "zIndex": {
87486
+ "description": "模块的展示层级,当2个模块重叠时,层级较大的展示在上方",
87487
+ "type": "number"
87488
+ }
87489
+ },
87490
+ "type": "object"
87491
+ },
87249
87492
  "Omit<IMarkLineTheme,\"line\"|\"label\">": {
87250
87493
  "properties": {
87251
87494
  "endSymbol": {
@@ -88644,9 +88887,6 @@
88644
88887
  "animationEasing": {
88645
88888
  "$ref": "#/definitions/EasingType"
88646
88889
  },
88647
- "autoAnimateTexture": {
88648
- "type": "boolean"
88649
- },
88650
88890
  "background": {
88651
88891
  "anyOf": [
88652
88892
  {
@@ -88742,13 +88982,6 @@
88742
88982
  }
88743
88983
  ]
88744
88984
  },
88745
- "cornerType": {
88746
- "enum": [
88747
- "bevel",
88748
- "round"
88749
- ],
88750
- "type": "string"
88751
- },
88752
88985
  "cursor": {
88753
88986
  "$ref": "#/definitions/Cursor"
88754
88987
  },
@@ -89099,13 +89332,9 @@
89099
89332
  "textureColor": {
89100
89333
  "type": "string"
89101
89334
  },
89102
- "textureOptions": {},
89103
89335
  "texturePadding": {
89104
89336
  "type": "number"
89105
89337
  },
89106
- "textureRatio": {
89107
- "type": "number"
89108
- },
89109
89338
  "textureSize": {
89110
89339
  "type": "number"
89111
89340
  },
@@ -89250,9 +89479,6 @@
89250
89479
  "animationEasing": {
89251
89480
  "$ref": "#/definitions/EasingType"
89252
89481
  },
89253
- "autoAnimateTexture": {
89254
- "type": "boolean"
89255
- },
89256
89482
  "background": {
89257
89483
  "anyOf": [
89258
89484
  {
@@ -89348,13 +89574,6 @@
89348
89574
  }
89349
89575
  ]
89350
89576
  },
89351
- "cornerType": {
89352
- "enum": [
89353
- "bevel",
89354
- "round"
89355
- ],
89356
- "type": "string"
89357
- },
89358
89577
  "cursor": {
89359
89578
  "$ref": "#/definitions/Cursor"
89360
89579
  },
@@ -89717,13 +89936,9 @@
89717
89936
  "textureColor": {
89718
89937
  "type": "string"
89719
89938
  },
89720
- "textureOptions": {},
89721
89939
  "texturePadding": {
89722
89940
  "type": "number"
89723
89941
  },
89724
- "textureRatio": {
89725
- "type": "number"
89726
- },
89727
89942
  "textureSize": {
89728
89943
  "type": "number"
89729
89944
  },
@@ -90197,9 +90412,6 @@
90197
90412
  "angle": {
90198
90413
  "type": "number"
90199
90414
  },
90200
- "autoAnimateTexture": {
90201
- "type": "boolean"
90202
- },
90203
90415
  "background": {
90204
90416
  "anyOf": [
90205
90417
  {
@@ -90619,13 +90831,9 @@
90619
90831
  "textureColor": {
90620
90832
  "type": "string"
90621
90833
  },
90622
- "textureOptions": {},
90623
90834
  "texturePadding": {
90624
90835
  "type": "number"
90625
90836
  },
90626
- "textureRatio": {
90627
- "type": "number"
90628
- },
90629
90837
  "textureSize": {
90630
90838
  "type": "number"
90631
90839
  },
@@ -90738,9 +90946,6 @@
90738
90946
  "angle": {
90739
90947
  "type": "number"
90740
90948
  },
90741
- "autoAnimateTexture": {
90742
- "type": "boolean"
90743
- },
90744
90949
  "background": {
90745
90950
  "anyOf": [
90746
90951
  {
@@ -91135,13 +91340,9 @@
91135
91340
  "textureColor": {
91136
91341
  "type": "string"
91137
91342
  },
91138
- "textureOptions": {},
91139
91343
  "texturePadding": {
91140
91344
  "type": "number"
91141
91345
  },
91142
- "textureRatio": {
91143
- "type": "number"
91144
- },
91145
91346
  "textureSize": {
91146
91347
  "type": "number"
91147
91348
  },
@@ -91320,9 +91521,6 @@
91320
91521
  "angle": {
91321
91522
  "type": "number"
91322
91523
  },
91323
- "autoAnimateTexture": {
91324
- "type": "boolean"
91325
- },
91326
91524
  "background": {
91327
91525
  "anyOf": [
91328
91526
  {
@@ -91685,13 +91883,9 @@
91685
91883
  "textureColor": {
91686
91884
  "type": "string"
91687
91885
  },
91688
- "textureOptions": {},
91689
91886
  "texturePadding": {
91690
91887
  "type": "number"
91691
91888
  },
91692
- "textureRatio": {
91693
- "type": "number"
91694
- },
91695
91889
  "textureSize": {
91696
91890
  "type": "number"
91697
91891
  },
@@ -91774,7 +91968,7 @@
91774
91968
  },
91775
91969
  "type": "object"
91776
91970
  },
91777
- "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>>": {
91971
+ "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>>": {
91778
91972
  "properties": {
91779
91973
  "_debug_bounds": {
91780
91974
  "anyOf": [
@@ -91865,9 +92059,6 @@
91865
92059
  "angle": {
91866
92060
  "type": "number"
91867
92061
  },
91868
- "autoAnimateTexture": {
91869
- "type": "boolean"
91870
- },
91871
92062
  "background": {
91872
92063
  "anyOf": [
91873
92064
  {
@@ -92324,13 +92515,9 @@
92324
92515
  "textureColor": {
92325
92516
  "type": "string"
92326
92517
  },
92327
- "textureOptions": {},
92328
92518
  "texturePadding": {
92329
92519
  "type": "number"
92330
92520
  },
92331
- "textureRatio": {
92332
- "type": "number"
92333
- },
92334
92521
  "textureSize": {
92335
92522
  "type": "number"
92336
92523
  },
@@ -92476,9 +92663,6 @@
92476
92663
  "angle": {
92477
92664
  "type": "number"
92478
92665
  },
92479
- "autoAnimateTexture": {
92480
- "type": "boolean"
92481
- },
92482
92666
  "background": {
92483
92667
  "anyOf": [
92484
92668
  {
@@ -92861,13 +93045,9 @@
92861
93045
  "textureColor": {
92862
93046
  "type": "string"
92863
93047
  },
92864
- "textureOptions": {},
92865
93048
  "texturePadding": {
92866
93049
  "type": "number"
92867
93050
  },
92868
- "textureRatio": {
92869
- "type": "number"
92870
- },
92871
93051
  "textureSize": {
92872
93052
  "type": "number"
92873
93053
  },
@@ -92983,9 +93163,6 @@
92983
93163
  "angle": {
92984
93164
  "type": "number"
92985
93165
  },
92986
- "autoAnimateTexture": {
92987
- "type": "boolean"
92988
- },
92989
93166
  "background": {
92990
93167
  "anyOf": [
92991
93168
  {
@@ -93339,13 +93516,9 @@
93339
93516
  "textureColor": {
93340
93517
  "type": "string"
93341
93518
  },
93342
- "textureOptions": {},
93343
93519
  "texturePadding": {
93344
93520
  "type": "number"
93345
93521
  },
93346
- "textureRatio": {
93347
- "type": "number"
93348
- },
93349
93522
  "textureSize": {
93350
93523
  "type": "number"
93351
93524
  },
@@ -93405,13 +93578,6 @@
93405
93578
  }
93406
93579
  ]
93407
93580
  },
93408
- "cornerType": {
93409
- "enum": [
93410
- "bevel",
93411
- "round"
93412
- ],
93413
- "type": "string"
93414
- },
93415
93581
  "display": {
93416
93582
  "enum": [
93417
93583
  "flex",
@@ -93572,9 +93738,6 @@
93572
93738
  "angle": {
93573
93739
  "type": "number"
93574
93740
  },
93575
- "autoAnimateTexture": {
93576
- "type": "boolean"
93577
- },
93578
93741
  "background": {
93579
93742
  "anyOf": [
93580
93743
  {
@@ -93670,13 +93833,6 @@
93670
93833
  }
93671
93834
  ]
93672
93835
  },
93673
- "cornerType": {
93674
- "enum": [
93675
- "bevel",
93676
- "round"
93677
- ],
93678
- "type": "string"
93679
- },
93680
93836
  "cursor": {
93681
93837
  "$ref": "#/definitions/Cursor"
93682
93838
  },
@@ -93997,13 +94153,9 @@
93997
94153
  "textureColor": {
93998
94154
  "type": "string"
93999
94155
  },
94000
- "textureOptions": {},
94001
94156
  "texturePadding": {
94002
94157
  "type": "number"
94003
94158
  },
94004
- "textureRatio": {
94005
- "type": "number"
94006
- },
94007
94159
  "textureSize": {
94008
94160
  "type": "number"
94009
94161
  },
@@ -94046,13 +94198,6 @@
94046
94198
  }
94047
94199
  ]
94048
94200
  },
94049
- "cornerType": {
94050
- "enum": [
94051
- "bevel",
94052
- "round"
94053
- ],
94054
- "type": "string"
94055
- },
94056
94201
  "height": {
94057
94202
  "type": "number"
94058
94203
  },
@@ -94172,9 +94317,6 @@
94172
94317
  "angle": {
94173
94318
  "type": "number"
94174
94319
  },
94175
- "autoAnimateTexture": {
94176
- "type": "boolean"
94177
- },
94178
94320
  "background": {
94179
94321
  "anyOf": [
94180
94322
  {
@@ -94264,13 +94406,6 @@
94264
94406
  }
94265
94407
  ]
94266
94408
  },
94267
- "cornerType": {
94268
- "enum": [
94269
- "bevel",
94270
- "round"
94271
- ],
94272
- "type": "string"
94273
- },
94274
94409
  "cursor": {
94275
94410
  "$ref": "#/definitions/Cursor"
94276
94411
  },
@@ -94570,13 +94705,9 @@
94570
94705
  "textureColor": {
94571
94706
  "type": "string"
94572
94707
  },
94573
- "textureOptions": {},
94574
94708
  "texturePadding": {
94575
94709
  "type": "number"
94576
94710
  },
94577
- "textureRatio": {
94578
- "type": "number"
94579
- },
94580
94711
  "textureSize": {
94581
94712
  "type": "number"
94582
94713
  },
@@ -95007,9 +95138,6 @@
95007
95138
  "angle": {
95008
95139
  "type": "number"
95009
95140
  },
95010
- "autoAnimateTexture": {
95011
- "type": "boolean"
95012
- },
95013
95141
  "background": {
95014
95142
  "anyOf": [
95015
95143
  {
@@ -95407,13 +95535,9 @@
95407
95535
  "textureColor": {
95408
95536
  "type": "string"
95409
95537
  },
95410
- "textureOptions": {},
95411
95538
  "texturePadding": {
95412
95539
  "type": "number"
95413
95540
  },
95414
- "textureRatio": {
95415
- "type": "number"
95416
- },
95417
95541
  "textureSize": {
95418
95542
  "type": "number"
95419
95543
  },
@@ -96545,9 +96669,6 @@
96545
96669
  "angle": {
96546
96670
  "type": "number"
96547
96671
  },
96548
- "autoAnimateTexture": {
96549
- "type": "boolean"
96550
- },
96551
96672
  "background": {
96552
96673
  "anyOf": [
96553
96674
  {
@@ -96624,9 +96745,6 @@
96624
96745
  "childrenPickable": {
96625
96746
  "type": "boolean"
96626
96747
  },
96627
- "clipRange": {
96628
- "type": "number"
96629
- },
96630
96748
  "cursor": {
96631
96749
  "$ref": "#/definitions/Cursor"
96632
96750
  },
@@ -96917,13 +97035,9 @@
96917
97035
  "textureColor": {
96918
97036
  "type": "string"
96919
97037
  },
96920
- "textureOptions": {},
96921
97038
  "texturePadding": {
96922
97039
  "type": "number"
96923
97040
  },
96924
- "textureRatio": {
96925
- "type": "number"
96926
- },
96927
97041
  "textureSize": {
96928
97042
  "type": "number"
96929
97043
  },
@@ -97036,9 +97150,6 @@
97036
97150
  "angle": {
97037
97151
  "type": "number"
97038
97152
  },
97039
- "autoAnimateTexture": {
97040
- "type": "boolean"
97041
- },
97042
97153
  "background": {
97043
97154
  "anyOf": [
97044
97155
  {
@@ -97414,13 +97525,9 @@
97414
97525
  "textureColor": {
97415
97526
  "type": "string"
97416
97527
  },
97417
- "textureOptions": {},
97418
97528
  "texturePadding": {
97419
97529
  "type": "number"
97420
97530
  },
97421
- "textureRatio": {
97422
- "type": "number"
97423
- },
97424
97531
  "textureSize": {
97425
97532
  "type": "number"
97426
97533
  },
@@ -97795,9 +97902,6 @@
97795
97902
  "angle": {
97796
97903
  "type": "number"
97797
97904
  },
97798
- "autoAnimateTexture": {
97799
- "type": "boolean"
97800
- },
97801
97905
  "background": {
97802
97906
  "anyOf": [
97803
97907
  {
@@ -97887,13 +97991,6 @@
97887
97991
  }
97888
97992
  ]
97889
97993
  },
97890
- "cornerType": {
97891
- "enum": [
97892
- "bevel",
97893
- "round"
97894
- ],
97895
- "type": "string"
97896
- },
97897
97994
  "cursor": {
97898
97995
  "$ref": "#/definitions/Cursor"
97899
97996
  },
@@ -98174,13 +98271,9 @@
98174
98271
  "textureColor": {
98175
98272
  "type": "string"
98176
98273
  },
98177
- "textureOptions": {},
98178
98274
  "texturePadding": {
98179
98275
  "type": "number"
98180
98276
  },
98181
- "textureRatio": {
98182
- "type": "number"
98183
- },
98184
98277
  "textureSize": {
98185
98278
  "type": "number"
98186
98279
  },
@@ -98646,37 +98739,6 @@
98646
98739
  },
98647
98740
  "type": "object"
98648
98741
  },
98649
- "Partial<ISymbolAttribute>": {
98650
- "properties": {
98651
- "clipRange": {
98652
- "type": "number"
98653
- },
98654
- "size": {
98655
- "anyOf": [
98656
- {
98657
- "items": [
98658
- {
98659
- "type": "number"
98660
- },
98661
- {
98662
- "type": "number"
98663
- }
98664
- ],
98665
- "maxItems": 2,
98666
- "minItems": 2,
98667
- "type": "array"
98668
- },
98669
- {
98670
- "type": "number"
98671
- }
98672
- ]
98673
- },
98674
- "symbolType": {
98675
- "type": "string"
98676
- }
98677
- },
98678
- "type": "object"
98679
- },
98680
98742
  "Partial<ISymbolGraphicAttribute>": {
98681
98743
  "properties": {
98682
98744
  "_debug_bounds": {
@@ -98768,9 +98830,6 @@
98768
98830
  "angle": {
98769
98831
  "type": "number"
98770
98832
  },
98771
- "autoAnimateTexture": {
98772
- "type": "boolean"
98773
- },
98774
98833
  "background": {
98775
98834
  "anyOf": [
98776
98835
  {
@@ -98847,9 +98906,6 @@
98847
98906
  "childrenPickable": {
98848
98907
  "type": "boolean"
98849
98908
  },
98850
- "clipRange": {
98851
- "type": "number"
98852
- },
98853
98909
  "cursor": {
98854
98910
  "$ref": "#/definitions/Cursor"
98855
98911
  },
@@ -99150,13 +99206,9 @@
99150
99206
  "textureColor": {
99151
99207
  "type": "string"
99152
99208
  },
99153
- "textureOptions": {},
99154
99209
  "texturePadding": {
99155
99210
  "type": "number"
99156
99211
  },
99157
- "textureRatio": {
99158
- "type": "number"
99159
- },
99160
99212
  "textureSize": {
99161
99213
  "type": "number"
99162
99214
  },
@@ -99269,9 +99321,6 @@
99269
99321
  "angle": {
99270
99322
  "type": "number"
99271
99323
  },
99272
- "autoAnimateTexture": {
99273
- "type": "boolean"
99274
- },
99275
99324
  "background": {
99276
99325
  "anyOf": [
99277
99326
  {
@@ -99728,13 +99777,9 @@
99728
99777
  "textureColor": {
99729
99778
  "type": "string"
99730
99779
  },
99731
- "textureOptions": {},
99732
99780
  "texturePadding": {
99733
99781
  "type": "number"
99734
99782
  },
99735
- "textureRatio": {
99736
- "type": "number"
99737
- },
99738
99783
  "textureSize": {
99739
99784
  "type": "number"
99740
99785
  },
@@ -100527,9 +100572,6 @@
100527
100572
  "angle": {
100528
100573
  "type": "number"
100529
100574
  },
100530
- "autoAnimateTexture": {
100531
- "type": "boolean"
100532
- },
100533
100575
  "background": {
100534
100576
  "anyOf": [
100535
100577
  {
@@ -100980,13 +101022,9 @@
100980
101022
  "textureColor": {
100981
101023
  "type": "string"
100982
101024
  },
100983
- "textureOptions": {},
100984
101025
  "texturePadding": {
100985
101026
  "type": "number"
100986
101027
  },
100987
- "textureRatio": {
100988
- "type": "number"
100989
- },
100990
101028
  "textureSize": {
100991
101029
  "type": "number"
100992
101030
  },
@@ -101041,7 +101079,7 @@
101041
101079
  },
101042
101080
  "type": "object"
101043
101081
  },
101044
- "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\">>": {
101082
+ "Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>": {
101045
101083
  "properties": {
101046
101084
  "_debug_bounds": {
101047
101085
  "anyOf": [
@@ -101132,9 +101170,6 @@
101132
101170
  "angle": {
101133
101171
  "type": "number"
101134
101172
  },
101135
- "autoAnimateTexture": {
101136
- "type": "boolean"
101137
- },
101138
101173
  "background": {
101139
101174
  "anyOf": [
101140
101175
  {
@@ -101211,9 +101246,6 @@
101211
101246
  "childrenPickable": {
101212
101247
  "type": "boolean"
101213
101248
  },
101214
- "clipRange": {
101215
- "type": "number"
101216
- },
101217
101249
  "cornerRadius": {
101218
101250
  "anyOf": [
101219
101251
  {
@@ -101227,13 +101259,6 @@
101227
101259
  }
101228
101260
  ]
101229
101261
  },
101230
- "cornerType": {
101231
- "enum": [
101232
- "bevel",
101233
- "round"
101234
- ],
101235
- "type": "string"
101236
- },
101237
101262
  "cursor": {
101238
101263
  "$ref": "#/definitions/Cursor"
101239
101264
  },
@@ -101378,9 +101403,6 @@
101378
101403
  ],
101379
101404
  "type": "string"
101380
101405
  },
101381
- "panelSymbolType": {
101382
- "type": "string"
101383
- },
101384
101406
  "pickMode": {
101385
101407
  "enum": [
101386
101408
  "accurate",
@@ -101494,9 +101516,6 @@
101494
101516
  "space": {
101495
101517
  "type": "number"
101496
101518
  },
101497
- "square": {
101498
- "type": "boolean"
101499
- },
101500
101519
  "strokeBoundsBuffer": {
101501
101520
  "type": "number"
101502
101521
  },
@@ -101518,13 +101537,9 @@
101518
101537
  "textureColor": {
101519
101538
  "type": "string"
101520
101539
  },
101521
- "textureOptions": {},
101522
101540
  "texturePadding": {
101523
101541
  "type": "number"
101524
101542
  },
101525
- "textureRatio": {
101526
- "type": "number"
101527
- },
101528
101543
  "textureSize": {
101529
101544
  "type": "number"
101530
101545
  },
@@ -101646,9 +101661,6 @@
101646
101661
  "angle": {
101647
101662
  "type": "number"
101648
101663
  },
101649
- "autoAnimateTexture": {
101650
- "type": "boolean"
101651
- },
101652
101664
  "background": {
101653
101665
  "anyOf": [
101654
101666
  {
@@ -102002,13 +102014,9 @@
102002
102014
  "textureColor": {
102003
102015
  "type": "string"
102004
102016
  },
102005
- "textureOptions": {},
102006
102017
  "texturePadding": {
102007
102018
  "type": "number"
102008
102019
  },
102009
- "textureRatio": {
102010
- "type": "number"
102011
- },
102012
102020
  "textureSize": {
102013
102021
  "type": "number"
102014
102022
  },
@@ -104255,34 +104263,34 @@
104255
104263
  },
104256
104264
  "Promise<FontFaceSet>": {
104257
104265
  "properties": {
104258
- "__@toStringTag@15635": {
104266
+ "__@toStringTag@15544": {
104259
104267
  "type": "string"
104260
104268
  }
104261
104269
  },
104262
104270
  "required": [
104263
- "__@toStringTag@15635"
104271
+ "__@toStringTag@15544"
104264
104272
  ],
104265
104273
  "type": "object"
104266
104274
  },
104267
104275
  "Promise<ServiceWorkerRegistration>": {
104268
104276
  "properties": {
104269
- "__@toStringTag@15635": {
104277
+ "__@toStringTag@15544": {
104270
104278
  "type": "string"
104271
104279
  }
104272
104280
  },
104273
104281
  "required": [
104274
- "__@toStringTag@15635"
104282
+ "__@toStringTag@15544"
104275
104283
  ],
104276
104284
  "type": "object"
104277
104285
  },
104278
104286
  "Promise<any>": {
104279
104287
  "properties": {
104280
- "__@toStringTag@15635": {
104288
+ "__@toStringTag@15544": {
104281
104289
  "type": "string"
104282
104290
  }
104283
104291
  },
104284
104292
  "required": [
104285
- "__@toStringTag@15635"
104293
+ "__@toStringTag@15544"
104286
104294
  ],
104287
104295
  "type": "object"
104288
104296
  },
@@ -104932,9 +104940,6 @@
104932
104940
  "angle": {
104933
104941
  "type": "number"
104934
104942
  },
104935
- "autoAnimateTexture": {
104936
- "type": "boolean"
104937
- },
104938
104943
  "background": {
104939
104944
  "anyOf": [
104940
104945
  {
@@ -105354,13 +105359,9 @@
105354
105359
  "textureColor": {
105355
105360
  "type": "string"
105356
105361
  },
105357
- "textureOptions": {},
105358
105362
  "texturePadding": {
105359
105363
  "type": "number"
105360
105364
  },
105361
- "textureRatio": {
105362
- "type": "number"
105363
- },
105364
105365
  "textureSize": {
105365
105366
  "type": "number"
105366
105367
  },
@@ -105387,7 +105388,6 @@
105387
105388
  "anchor",
105388
105389
  "anchor3d",
105389
105390
  "angle",
105390
- "autoAnimateTexture",
105391
105391
  "background",
105392
105392
  "backgroundCornerRadius",
105393
105393
  "backgroundFit",
@@ -105463,9 +105463,7 @@
105463
105463
  "strokeSeg",
105464
105464
  "texture",
105465
105465
  "textureColor",
105466
- "textureOptions",
105467
105466
  "texturePadding",
105468
- "textureRatio",
105469
105467
  "textureSize",
105470
105468
  "visible",
105471
105469
  "x",
@@ -105566,9 +105564,6 @@
105566
105564
  "angle": {
105567
105565
  "type": "number"
105568
105566
  },
105569
- "autoAnimateTexture": {
105570
- "type": "boolean"
105571
- },
105572
105567
  "background": {
105573
105568
  "anyOf": [
105574
105569
  {
@@ -105963,13 +105958,9 @@
105963
105958
  "textureColor": {
105964
105959
  "type": "string"
105965
105960
  },
105966
- "textureOptions": {},
105967
105961
  "texturePadding": {
105968
105962
  "type": "number"
105969
105963
  },
105970
- "textureRatio": {
105971
- "type": "number"
105972
- },
105973
105964
  "textureSize": {
105974
105965
  "type": "number"
105975
105966
  },
@@ -105996,7 +105987,6 @@
105996
105987
  "anchor",
105997
105988
  "anchor3d",
105998
105989
  "angle",
105999
- "autoAnimateTexture",
106000
105990
  "background",
106001
105991
  "backgroundCornerRadius",
106002
105992
  "backgroundFit",
@@ -106071,9 +106061,7 @@
106071
106061
  "strokeSeg",
106072
106062
  "texture",
106073
106063
  "textureColor",
106074
- "textureOptions",
106075
106064
  "texturePadding",
106076
- "textureRatio",
106077
106065
  "textureSize",
106078
106066
  "visible",
106079
106067
  "x",
@@ -106174,9 +106162,6 @@
106174
106162
  "angle": {
106175
106163
  "type": "number"
106176
106164
  },
106177
- "autoAnimateTexture": {
106178
- "type": "boolean"
106179
- },
106180
106165
  "background": {
106181
106166
  "anyOf": [
106182
106167
  {
@@ -106539,13 +106524,9 @@
106539
106524
  "textureColor": {
106540
106525
  "type": "string"
106541
106526
  },
106542
- "textureOptions": {},
106543
106527
  "texturePadding": {
106544
106528
  "type": "number"
106545
106529
  },
106546
- "textureRatio": {
106547
- "type": "number"
106548
- },
106549
106530
  "textureSize": {
106550
106531
  "type": "number"
106551
106532
  },
@@ -106572,7 +106553,6 @@
106572
106553
  "anchor",
106573
106554
  "anchor3d",
106574
106555
  "angle",
106575
- "autoAnimateTexture",
106576
106556
  "background",
106577
106557
  "backgroundCornerRadius",
106578
106558
  "backgroundFit",
@@ -106640,9 +106620,7 @@
106640
106620
  "strokeSeg",
106641
106621
  "texture",
106642
106622
  "textureColor",
106643
- "textureOptions",
106644
106623
  "texturePadding",
106645
- "textureRatio",
106646
106624
  "textureSize",
106647
106625
  "visible",
106648
106626
  "x",
@@ -106743,9 +106721,6 @@
106743
106721
  "angle": {
106744
106722
  "type": "number"
106745
106723
  },
106746
- "autoAnimateTexture": {
106747
- "type": "boolean"
106748
- },
106749
106724
  "background": {
106750
106725
  "anyOf": [
106751
106726
  {
@@ -107128,13 +107103,9 @@
107128
107103
  "textureColor": {
107129
107104
  "type": "string"
107130
107105
  },
107131
- "textureOptions": {},
107132
107106
  "texturePadding": {
107133
107107
  "type": "number"
107134
107108
  },
107135
- "textureRatio": {
107136
- "type": "number"
107137
- },
107138
107109
  "textureSize": {
107139
107110
  "type": "number"
107140
107111
  },
@@ -107164,7 +107135,6 @@
107164
107135
  "anchor",
107165
107136
  "anchor3d",
107166
107137
  "angle",
107167
- "autoAnimateTexture",
107168
107138
  "background",
107169
107139
  "backgroundCornerRadius",
107170
107140
  "backgroundFit",
@@ -107233,9 +107203,7 @@
107233
107203
  "strokeSeg",
107234
107204
  "texture",
107235
107205
  "textureColor",
107236
- "textureOptions",
107237
107206
  "texturePadding",
107238
- "textureRatio",
107239
107207
  "textureSize",
107240
107208
  "visible",
107241
107209
  "width",
@@ -107354,9 +107322,6 @@
107354
107322
  "angle": {
107355
107323
  "type": "number"
107356
107324
  },
107357
- "autoAnimateTexture": {
107358
- "type": "boolean"
107359
- },
107360
107325
  "background": {
107361
107326
  "anyOf": [
107362
107327
  {
@@ -107452,13 +107417,6 @@
107452
107417
  }
107453
107418
  ]
107454
107419
  },
107455
- "cornerType": {
107456
- "enum": [
107457
- "bevel",
107458
- "round"
107459
- ],
107460
- "type": "string"
107461
- },
107462
107420
  "cursor": {
107463
107421
  "$ref": "#/definitions/Cursor"
107464
107422
  },
@@ -107779,13 +107737,9 @@
107779
107737
  "textureColor": {
107780
107738
  "type": "string"
107781
107739
  },
107782
- "textureOptions": {},
107783
107740
  "texturePadding": {
107784
107741
  "type": "number"
107785
107742
  },
107786
- "textureRatio": {
107787
- "type": "number"
107788
- },
107789
107743
  "textureSize": {
107790
107744
  "type": "number"
107791
107745
  },
@@ -107820,7 +107774,6 @@
107820
107774
  "anchor",
107821
107775
  "anchor3d",
107822
107776
  "angle",
107823
- "autoAnimateTexture",
107824
107777
  "background",
107825
107778
  "backgroundCornerRadius",
107826
107779
  "backgroundFit",
@@ -107834,7 +107787,6 @@
107834
107787
  "childrenPickable",
107835
107788
  "clip",
107836
107789
  "cornerRadius",
107837
- "cornerType",
107838
107790
  "cursor",
107839
107791
  "customPickShape",
107840
107792
  "display",
@@ -107895,9 +107847,7 @@
107895
107847
  "strokeSeg",
107896
107848
  "texture",
107897
107849
  "textureColor",
107898
- "textureOptions",
107899
107850
  "texturePadding",
107900
- "textureRatio",
107901
107851
  "textureSize",
107902
107852
  "visible",
107903
107853
  "visibleAll",
@@ -108000,9 +107950,6 @@
108000
107950
  "angle": {
108001
107951
  "type": "number"
108002
107952
  },
108003
- "autoAnimateTexture": {
108004
- "type": "boolean"
108005
- },
108006
107953
  "background": {
108007
107954
  "anyOf": [
108008
107955
  {
@@ -108092,13 +108039,6 @@
108092
108039
  }
108093
108040
  ]
108094
108041
  },
108095
- "cornerType": {
108096
- "enum": [
108097
- "bevel",
108098
- "round"
108099
- ],
108100
- "type": "string"
108101
- },
108102
108042
  "cursor": {
108103
108043
  "$ref": "#/definitions/Cursor"
108104
108044
  },
@@ -108398,13 +108338,9 @@
108398
108338
  "textureColor": {
108399
108339
  "type": "string"
108400
108340
  },
108401
- "textureOptions": {},
108402
108341
  "texturePadding": {
108403
108342
  "type": "number"
108404
108343
  },
108405
- "textureRatio": {
108406
- "type": "number"
108407
- },
108408
108344
  "textureSize": {
108409
108345
  "type": "number"
108410
108346
  },
@@ -108434,7 +108370,6 @@
108434
108370
  "anchor",
108435
108371
  "anchor3d",
108436
108372
  "angle",
108437
- "autoAnimateTexture",
108438
108373
  "background",
108439
108374
  "backgroundCornerRadius",
108440
108375
  "backgroundFit",
@@ -108446,7 +108381,6 @@
108446
108381
  "boundsPadding",
108447
108382
  "childrenPickable",
108448
108383
  "cornerRadius",
108449
- "cornerType",
108450
108384
  "cursor",
108451
108385
  "customPickShape",
108452
108386
  "dx",
@@ -108505,9 +108439,7 @@
108505
108439
  "strokeSeg",
108506
108440
  "texture",
108507
108441
  "textureColor",
108508
- "textureOptions",
108509
108442
  "texturePadding",
108510
- "textureRatio",
108511
108443
  "textureSize",
108512
108444
  "visible",
108513
108445
  "width",
@@ -108609,9 +108541,6 @@
108609
108541
  "angle": {
108610
108542
  "type": "number"
108611
108543
  },
108612
- "autoAnimateTexture": {
108613
- "type": "boolean"
108614
- },
108615
108544
  "background": {
108616
108545
  "anyOf": [
108617
108546
  {
@@ -109009,13 +108938,9 @@
109009
108938
  "textureColor": {
109010
108939
  "type": "string"
109011
108940
  },
109012
- "textureOptions": {},
109013
108941
  "texturePadding": {
109014
108942
  "type": "number"
109015
108943
  },
109016
- "textureRatio": {
109017
- "type": "number"
109018
- },
109019
108944
  "textureSize": {
109020
108945
  "type": "number"
109021
108946
  },
@@ -109042,7 +108967,6 @@
109042
108967
  "anchor",
109043
108968
  "anchor3d",
109044
108969
  "angle",
109045
- "autoAnimateTexture",
109046
108970
  "background",
109047
108971
  "backgroundCornerRadius",
109048
108972
  "backgroundFit",
@@ -109118,9 +109042,7 @@
109118
109042
  "strokeSeg",
109119
109043
  "texture",
109120
109044
  "textureColor",
109121
- "textureOptions",
109122
109045
  "texturePadding",
109123
- "textureRatio",
109124
109046
  "textureSize",
109125
109047
  "visible",
109126
109048
  "x",
@@ -109221,9 +109143,6 @@
109221
109143
  "angle": {
109222
109144
  "type": "number"
109223
109145
  },
109224
- "autoAnimateTexture": {
109225
- "type": "boolean"
109226
- },
109227
109146
  "background": {
109228
109147
  "anyOf": [
109229
109148
  {
@@ -109300,9 +109219,6 @@
109300
109219
  "childrenPickable": {
109301
109220
  "type": "boolean"
109302
109221
  },
109303
- "clipRange": {
109304
- "type": "number"
109305
- },
109306
109222
  "cursor": {
109307
109223
  "$ref": "#/definitions/Cursor"
109308
109224
  },
@@ -109593,13 +109509,9 @@
109593
109509
  "textureColor": {
109594
109510
  "type": "string"
109595
109511
  },
109596
- "textureOptions": {},
109597
109512
  "texturePadding": {
109598
109513
  "type": "number"
109599
109514
  },
109600
- "textureRatio": {
109601
- "type": "number"
109602
- },
109603
109515
  "textureSize": {
109604
109516
  "type": "number"
109605
109517
  },
@@ -109626,7 +109538,6 @@
109626
109538
  "anchor",
109627
109539
  "anchor3d",
109628
109540
  "angle",
109629
- "autoAnimateTexture",
109630
109541
  "background",
109631
109542
  "backgroundCornerRadius",
109632
109543
  "backgroundFit",
@@ -109637,7 +109548,6 @@
109637
109548
  "boundsMode",
109638
109549
  "boundsPadding",
109639
109550
  "childrenPickable",
109640
- "clipRange",
109641
109551
  "cursor",
109642
109552
  "customPath",
109643
109553
  "customPickShape",
@@ -109694,9 +109604,7 @@
109694
109604
  "strokeSeg",
109695
109605
  "texture",
109696
109606
  "textureColor",
109697
- "textureOptions",
109698
109607
  "texturePadding",
109699
- "textureRatio",
109700
109608
  "textureSize",
109701
109609
  "visible",
109702
109610
  "x",
@@ -109797,9 +109705,6 @@
109797
109705
  "angle": {
109798
109706
  "type": "number"
109799
109707
  },
109800
- "autoAnimateTexture": {
109801
- "type": "boolean"
109802
- },
109803
109708
  "background": {
109804
109709
  "anyOf": [
109805
109710
  {
@@ -110175,13 +110080,9 @@
110175
110080
  "textureColor": {
110176
110081
  "type": "string"
110177
110082
  },
110178
- "textureOptions": {},
110179
110083
  "texturePadding": {
110180
110084
  "type": "number"
110181
110085
  },
110182
- "textureRatio": {
110183
- "type": "number"
110184
- },
110185
110086
  "textureSize": {
110186
110087
  "type": "number"
110187
110088
  },
@@ -110208,7 +110109,6 @@
110208
110109
  "anchor",
110209
110110
  "anchor3d",
110210
110111
  "angle",
110211
- "autoAnimateTexture",
110212
110112
  "background",
110213
110113
  "backgroundCornerRadius",
110214
110114
  "backgroundFit",
@@ -110276,9 +110176,7 @@
110276
110176
  "strokeSeg",
110277
110177
  "texture",
110278
110178
  "textureColor",
110279
- "textureOptions",
110280
110179
  "texturePadding",
110281
- "textureRatio",
110282
110180
  "textureSize",
110283
110181
  "visible",
110284
110182
  "x",
@@ -110379,9 +110277,6 @@
110379
110277
  "angle": {
110380
110278
  "type": "number"
110381
110279
  },
110382
- "autoAnimateTexture": {
110383
- "type": "boolean"
110384
- },
110385
110280
  "background": {
110386
110281
  "anyOf": [
110387
110282
  {
@@ -110471,13 +110366,6 @@
110471
110366
  }
110472
110367
  ]
110473
110368
  },
110474
- "cornerType": {
110475
- "enum": [
110476
- "bevel",
110477
- "round"
110478
- ],
110479
- "type": "string"
110480
- },
110481
110369
  "cursor": {
110482
110370
  "$ref": "#/definitions/Cursor"
110483
110371
  },
@@ -110758,13 +110646,9 @@
110758
110646
  "textureColor": {
110759
110647
  "type": "string"
110760
110648
  },
110761
- "textureOptions": {},
110762
110649
  "texturePadding": {
110763
110650
  "type": "number"
110764
110651
  },
110765
- "textureRatio": {
110766
- "type": "number"
110767
- },
110768
110652
  "textureSize": {
110769
110653
  "type": "number"
110770
110654
  },
@@ -110800,7 +110684,6 @@
110800
110684
  "anchor",
110801
110685
  "anchor3d",
110802
110686
  "angle",
110803
- "autoAnimateTexture",
110804
110687
  "background",
110805
110688
  "backgroundCornerRadius",
110806
110689
  "backgroundFit",
@@ -110812,7 +110695,6 @@
110812
110695
  "boundsPadding",
110813
110696
  "childrenPickable",
110814
110697
  "cornerRadius",
110815
- "cornerType",
110816
110698
  "cursor",
110817
110699
  "customPickShape",
110818
110700
  "dx",
@@ -110868,9 +110750,7 @@
110868
110750
  "strokeSeg",
110869
110751
  "texture",
110870
110752
  "textureColor",
110871
- "textureOptions",
110872
110753
  "texturePadding",
110873
- "textureRatio",
110874
110754
  "textureSize",
110875
110755
  "visible",
110876
110756
  "width",
@@ -110974,9 +110854,6 @@
110974
110854
  "angle": {
110975
110855
  "type": "number"
110976
110856
  },
110977
- "autoAnimateTexture": {
110978
- "type": "boolean"
110979
- },
110980
110857
  "background": {
110981
110858
  "anyOf": [
110982
110859
  {
@@ -111457,13 +111334,9 @@
111457
111334
  "textureColor": {
111458
111335
  "type": "string"
111459
111336
  },
111460
- "textureOptions": {},
111461
111337
  "texturePadding": {
111462
111338
  "type": "number"
111463
111339
  },
111464
- "textureRatio": {
111465
- "type": "number"
111466
- },
111467
111340
  "textureSize": {
111468
111341
  "type": "number"
111469
111342
  },
@@ -111528,7 +111401,6 @@
111528
111401
  "anchor",
111529
111402
  "anchor3d",
111530
111403
  "angle",
111531
- "autoAnimateTexture",
111532
111404
  "background",
111533
111405
  "backgroundCornerRadius",
111534
111406
  "backgroundFit",
@@ -111622,9 +111494,7 @@
111622
111494
  "textConfig",
111623
111495
  "texture",
111624
111496
  "textureColor",
111625
- "textureOptions",
111626
111497
  "texturePadding",
111627
- "textureRatio",
111628
111498
  "textureSize",
111629
111499
  "underline",
111630
111500
  "underlineDash",
@@ -111734,9 +111604,6 @@
111734
111604
  "angle": {
111735
111605
  "type": "number"
111736
111606
  },
111737
- "autoAnimateTexture": {
111738
- "type": "boolean"
111739
- },
111740
111607
  "background": {
111741
111608
  "anyOf": [
111742
111609
  {
@@ -111887,13 +111754,6 @@
111887
111754
  }
111888
111755
  ]
111889
111756
  },
111890
- "cornerType": {
111891
- "enum": [
111892
- "bevel",
111893
- "round"
111894
- ],
111895
- "type": "string"
111896
- },
111897
111757
  "cursor": {
111898
111758
  "$ref": "#/definitions/Cursor"
111899
111759
  },
@@ -112218,13 +112078,9 @@
112218
112078
  "textureColor": {
112219
112079
  "type": "string"
112220
112080
  },
112221
- "textureOptions": {},
112222
112081
  "texturePadding": {
112223
112082
  "type": "number"
112224
112083
  },
112225
- "textureRatio": {
112226
- "type": "number"
112227
- },
112228
112084
  "textureSize": {
112229
112085
  "type": "number"
112230
112086
  },
@@ -112254,7 +112110,6 @@
112254
112110
  "anchor",
112255
112111
  "anchor3d",
112256
112112
  "angle",
112257
- "autoAnimateTexture",
112258
112113
  "background",
112259
112114
  "backgroundCornerRadius",
112260
112115
  "backgroundFill",
@@ -112274,7 +112129,6 @@
112274
112129
  "boundsPadding",
112275
112130
  "childrenPickable",
112276
112131
  "cornerRadius",
112277
- "cornerType",
112278
112132
  "cursor",
112279
112133
  "customPickShape",
112280
112134
  "direction",
@@ -112338,9 +112192,7 @@
112338
112192
  "textBaseline",
112339
112193
  "texture",
112340
112194
  "textureColor",
112341
- "textureOptions",
112342
112195
  "texturePadding",
112343
- "textureRatio",
112344
112196
  "textureSize",
112345
112197
  "visible",
112346
112198
  "width",
@@ -112442,9 +112294,6 @@
112442
112294
  "angle": {
112443
112295
  "type": "number"
112444
112296
  },
112445
- "autoAnimateTexture": {
112446
- "type": "boolean"
112447
- },
112448
112297
  "background": {
112449
112298
  "anyOf": [
112450
112299
  {
@@ -112521,9 +112370,6 @@
112521
112370
  "childrenPickable": {
112522
112371
  "type": "boolean"
112523
112372
  },
112524
- "clipRange": {
112525
- "type": "number"
112526
- },
112527
112373
  "cursor": {
112528
112374
  "$ref": "#/definitions/Cursor"
112529
112375
  },
@@ -112824,13 +112670,9 @@
112824
112670
  "textureColor": {
112825
112671
  "type": "string"
112826
112672
  },
112827
- "textureOptions": {},
112828
112673
  "texturePadding": {
112829
112674
  "type": "number"
112830
112675
  },
112831
- "textureRatio": {
112832
- "type": "number"
112833
- },
112834
112676
  "textureSize": {
112835
112677
  "type": "number"
112836
112678
  },
@@ -112857,7 +112699,6 @@
112857
112699
  "anchor",
112858
112700
  "anchor3d",
112859
112701
  "angle",
112860
- "autoAnimateTexture",
112861
112702
  "background",
112862
112703
  "backgroundCornerRadius",
112863
112704
  "backgroundFit",
@@ -112868,7 +112709,6 @@
112868
112709
  "boundsMode",
112869
112710
  "boundsPadding",
112870
112711
  "childrenPickable",
112871
- "clipRange",
112872
112712
  "cursor",
112873
112713
  "customPickShape",
112874
112714
  "dx",
@@ -112925,9 +112765,7 @@
112925
112765
  "symbolType",
112926
112766
  "texture",
112927
112767
  "textureColor",
112928
- "textureOptions",
112929
112768
  "texturePadding",
112930
- "textureRatio",
112931
112769
  "textureSize",
112932
112770
  "visible",
112933
112771
  "x",
@@ -113028,9 +112866,6 @@
113028
112866
  "angle": {
113029
112867
  "type": "number"
113030
112868
  },
113031
- "autoAnimateTexture": {
113032
- "type": "boolean"
113033
- },
113034
112869
  "background": {
113035
112870
  "anyOf": [
113036
112871
  {
@@ -113487,13 +113322,9 @@
113487
113322
  "textureColor": {
113488
113323
  "type": "string"
113489
113324
  },
113490
- "textureOptions": {},
113491
113325
  "texturePadding": {
113492
113326
  "type": "number"
113493
113327
  },
113494
- "textureRatio": {
113495
- "type": "number"
113496
- },
113497
113328
  "textureSize": {
113498
113329
  "type": "number"
113499
113330
  },
@@ -113553,7 +113384,6 @@
113553
113384
  "anchor",
113554
113385
  "anchor3d",
113555
113386
  "angle",
113556
- "autoAnimateTexture",
113557
113387
  "background",
113558
113388
  "backgroundCornerRadius",
113559
113389
  "backgroundFit",
@@ -113640,9 +113470,7 @@
113640
113470
  "textBaseline",
113641
113471
  "texture",
113642
113472
  "textureColor",
113643
- "textureOptions",
113644
113473
  "texturePadding",
113645
- "textureRatio",
113646
113474
  "textureSize",
113647
113475
  "underline",
113648
113476
  "underlineDash",