@visactor/vchart-schema 1.12.8 → 1.12.9-alpha.1

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 +170 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.8",
3
+ "version": "1.12.9-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -17610,6 +17610,9 @@
17610
17610
  },
17611
17611
  "IAnimationControlOptions": {
17612
17612
  "properties": {
17613
+ "ignoreLoopFinalAttributes": {
17614
+ "type": "boolean"
17615
+ },
17613
17616
  "immediatelyApply": {
17614
17617
  "type": "boolean"
17615
17618
  },
@@ -33353,6 +33356,9 @@
33353
33356
  "fillPickable": {
33354
33357
  "type": "boolean"
33355
33358
  },
33359
+ "fillStrokeOrder": {
33360
+ "type": "number"
33361
+ },
33356
33362
  "filter": {
33357
33363
  "description": "是否进行数据筛选,默认为 true",
33358
33364
  "type": "boolean"
@@ -58477,6 +58483,9 @@
58477
58483
  "fillPickable": {
58478
58484
  "type": "boolean"
58479
58485
  },
58486
+ "fillStrokeOrder": {
58487
+ "type": "number"
58488
+ },
58480
58489
  "flexDirection": {
58481
58490
  "enum": [
58482
58491
  "column",
@@ -65693,7 +65702,7 @@
65693
65702
  "IRichTextGraphicAttribute": {
65694
65703
  "allOf": [
65695
65704
  {
65696
- "$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\";}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
65705
+ "$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;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
65697
65706
  },
65698
65707
  {
65699
65708
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -74696,7 +74705,14 @@
74696
74705
  "type": "boolean"
74697
74706
  },
74698
74707
  "mark": {
74699
- "$ref": "#/definitions/ITooltipPattern"
74708
+ "allOf": [
74709
+ {
74710
+ "$ref": "#/definitions/ITooltipPattern"
74711
+ },
74712
+ {
74713
+ "typeof": "function"
74714
+ }
74715
+ ]
74700
74716
  },
74701
74717
  "offset": {
74702
74718
  "typeof": "function"
@@ -82088,7 +82104,7 @@
82088
82104
  },
82089
82105
  "Map<Function,(...args:any[])=>void>": {
82090
82106
  "properties": {
82091
- "__@toStringTag@13701": {
82107
+ "__@toStringTag@13709": {
82092
82108
  "type": "string"
82093
82109
  },
82094
82110
  "size": {
@@ -82096,14 +82112,14 @@
82096
82112
  }
82097
82113
  },
82098
82114
  "required": [
82099
- "__@toStringTag@13701",
82115
+ "__@toStringTag@13709",
82100
82116
  "size"
82101
82117
  ],
82102
82118
  "type": "object"
82103
82119
  },
82104
82120
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
82105
82121
  "properties": {
82106
- "__@toStringTag@13701": {
82122
+ "__@toStringTag@13709": {
82107
82123
  "type": "string"
82108
82124
  },
82109
82125
  "size": {
@@ -82111,14 +82127,14 @@
82111
82127
  }
82112
82128
  },
82113
82129
  "required": [
82114
- "__@toStringTag@13701",
82130
+ "__@toStringTag@13709",
82115
82131
  "size"
82116
82132
  ],
82117
82133
  "type": "object"
82118
82134
  },
82119
82135
  "Map<string,any>": {
82120
82136
  "properties": {
82121
- "__@toStringTag@13701": {
82137
+ "__@toStringTag@13709": {
82122
82138
  "type": "string"
82123
82139
  },
82124
82140
  "size": {
@@ -82126,14 +82142,14 @@
82126
82142
  }
82127
82143
  },
82128
82144
  "required": [
82129
- "__@toStringTag@13701",
82145
+ "__@toStringTag@13709",
82130
82146
  "size"
82131
82147
  ],
82132
82148
  "type": "object"
82133
82149
  },
82134
82150
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82135
82151
  "properties": {
82136
- "__@toStringTag@13701": {
82152
+ "__@toStringTag@13709": {
82137
82153
  "type": "string"
82138
82154
  },
82139
82155
  "size": {
@@ -82141,14 +82157,14 @@
82141
82157
  }
82142
82158
  },
82143
82159
  "required": [
82144
- "__@toStringTag@13701",
82160
+ "__@toStringTag@13709",
82145
82161
  "size"
82146
82162
  ],
82147
82163
  "type": "object"
82148
82164
  },
82149
82165
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82150
82166
  "properties": {
82151
- "__@toStringTag@13701": {
82167
+ "__@toStringTag@13709": {
82152
82168
  "type": "string"
82153
82169
  },
82154
82170
  "size": {
@@ -82156,14 +82172,14 @@
82156
82172
  }
82157
82173
  },
82158
82174
  "required": [
82159
- "__@toStringTag@13701",
82175
+ "__@toStringTag@13709",
82160
82176
  "size"
82161
82177
  ],
82162
82178
  "type": "object"
82163
82179
  },
82164
82180
  "Map<string|number,IAnimate>": {
82165
82181
  "properties": {
82166
- "__@toStringTag@13701": {
82182
+ "__@toStringTag@13709": {
82167
82183
  "type": "string"
82168
82184
  },
82169
82185
  "size": {
@@ -82171,7 +82187,7 @@
82171
82187
  }
82172
82188
  },
82173
82189
  "required": [
82174
- "__@toStringTag@13701",
82190
+ "__@toStringTag@13709",
82175
82191
  "size"
82176
82192
  ],
82177
82193
  "type": "object"
@@ -82885,6 +82901,9 @@
82885
82901
  "fillPickable": {
82886
82902
  "type": "boolean"
82887
82903
  },
82904
+ "fillStrokeOrder": {
82905
+ "type": "number"
82906
+ },
82888
82907
  "flexDirection": {
82889
82908
  "enum": [
82890
82909
  "column",
@@ -85731,6 +85750,9 @@
85731
85750
  "fillPickable": {
85732
85751
  "type": "boolean"
85733
85752
  },
85753
+ "fillStrokeOrder": {
85754
+ "type": "number"
85755
+ },
85734
85756
  "flexDirection": {
85735
85757
  "enum": [
85736
85758
  "column",
@@ -88161,6 +88183,9 @@
88161
88183
  "fillPickable": {
88162
88184
  "type": "boolean"
88163
88185
  },
88186
+ "fillStrokeOrder": {
88187
+ "type": "number"
88188
+ },
88164
88189
  "flexDirection": {
88165
88190
  "enum": [
88166
88191
  "column",
@@ -88756,6 +88781,9 @@
88756
88781
  "fillPickable": {
88757
88782
  "type": "boolean"
88758
88783
  },
88784
+ "fillStrokeOrder": {
88785
+ "type": "number"
88786
+ },
88759
88787
  "flexDirection": {
88760
88788
  "enum": [
88761
88789
  "column",
@@ -89219,14 +89247,24 @@
89219
89247
  "overlapPadding": {
89220
89248
  "type": "number"
89221
89249
  },
89250
+ "priority": {
89251
+ "typeof": "function"
89252
+ },
89222
89253
  "size": {
89223
89254
  "typeof": "function"
89224
89255
  },
89225
89256
  "strategy": {
89226
- "items": {
89227
- "$ref": "#/definitions/Strategy"
89228
- },
89229
- "type": "array"
89257
+ "anyOf": [
89258
+ {
89259
+ "typeof": "function"
89260
+ },
89261
+ {
89262
+ "items": {
89263
+ "$ref": "#/definitions/Strategy"
89264
+ },
89265
+ "type": "array"
89266
+ }
89267
+ ]
89230
89268
  }
89231
89269
  },
89232
89270
  "type": "object"
@@ -89670,6 +89708,9 @@
89670
89708
  "fillPickable": {
89671
89709
  "type": "boolean"
89672
89710
  },
89711
+ "fillStrokeOrder": {
89712
+ "type": "number"
89713
+ },
89673
89714
  "forceBoundsHeight": {
89674
89715
  "anyOf": [
89675
89716
  {
@@ -90185,6 +90226,9 @@
90185
90226
  "fillPickable": {
90186
90227
  "type": "boolean"
90187
90228
  },
90229
+ "fillStrokeOrder": {
90230
+ "type": "number"
90231
+ },
90188
90232
  "forceBoundsHeight": {
90189
90233
  "anyOf": [
90190
90234
  {
@@ -90728,6 +90772,9 @@
90728
90772
  "fillPickable": {
90729
90773
  "type": "boolean"
90730
90774
  },
90775
+ "fillStrokeOrder": {
90776
+ "type": "number"
90777
+ },
90731
90778
  "forceBoundsHeight": {
90732
90779
  "anyOf": [
90733
90780
  {
@@ -91066,7 +91113,7 @@
91066
91113
  },
91067
91114
  "type": "object"
91068
91115
  },
91069
- "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\";}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
91116
+ "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;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
91070
91117
  "properties": {
91071
91118
  "_debug_bounds": {
91072
91119
  "anyOf": [
@@ -91273,6 +91320,9 @@
91273
91320
  "fillPickable": {
91274
91321
  "type": "boolean"
91275
91322
  },
91323
+ "fillStrokeOrder": {
91324
+ "type": "number"
91325
+ },
91276
91326
  "fontFamily": {
91277
91327
  "type": "string"
91278
91328
  },
@@ -91862,6 +91912,9 @@
91862
91912
  "fillPickable": {
91863
91913
  "type": "boolean"
91864
91914
  },
91915
+ "fillStrokeOrder": {
91916
+ "type": "number"
91917
+ },
91865
91918
  "forceBoundsHeight": {
91866
91919
  "anyOf": [
91867
91920
  {
@@ -92340,6 +92393,9 @@
92340
92393
  "fillPickable": {
92341
92394
  "type": "boolean"
92342
92395
  },
92396
+ "fillStrokeOrder": {
92397
+ "type": "number"
92398
+ },
92343
92399
  "forceBoundsHeight": {
92344
92400
  "anyOf": [
92345
92401
  {
@@ -92936,6 +92992,9 @@
92936
92992
  "fillPickable": {
92937
92993
  "type": "boolean"
92938
92994
  },
92995
+ "fillStrokeOrder": {
92996
+ "type": "number"
92997
+ },
92939
92998
  "flexDirection": {
92940
92999
  "enum": [
92941
93000
  "column",
@@ -93495,6 +93554,9 @@
93495
93554
  "fillPickable": {
93496
93555
  "type": "boolean"
93497
93556
  },
93557
+ "fillStrokeOrder": {
93558
+ "type": "number"
93559
+ },
93498
93560
  "forceBoundsHeight": {
93499
93561
  "anyOf": [
93500
93562
  {
@@ -94329,6 +94391,9 @@
94329
94391
  "fillPickable": {
94330
94392
  "type": "boolean"
94331
94393
  },
94394
+ "fillStrokeOrder": {
94395
+ "type": "number"
94396
+ },
94332
94397
  "forceBoundsHeight": {
94333
94398
  "anyOf": [
94334
94399
  {
@@ -95825,6 +95890,9 @@
95825
95890
  "fillPickable": {
95826
95891
  "type": "boolean"
95827
95892
  },
95893
+ "fillStrokeOrder": {
95894
+ "type": "number"
95895
+ },
95828
95896
  "forceBoundsHeight": {
95829
95897
  "anyOf": [
95830
95898
  {
@@ -96313,6 +96381,9 @@
96313
96381
  "fillPickable": {
96314
96382
  "type": "boolean"
96315
96383
  },
96384
+ "fillStrokeOrder": {
96385
+ "type": "number"
96386
+ },
96316
96387
  "forceBoundsHeight": {
96317
96388
  "anyOf": [
96318
96389
  {
@@ -97056,6 +97127,9 @@
97056
97127
  "fillPickable": {
97057
97128
  "type": "boolean"
97058
97129
  },
97130
+ "fillStrokeOrder": {
97131
+ "type": "number"
97132
+ },
97059
97133
  "forceBoundsHeight": {
97060
97134
  "anyOf": [
97061
97135
  {
@@ -97962,6 +98036,9 @@
97962
98036
  "fillPickable": {
97963
98037
  "type": "boolean"
97964
98038
  },
98039
+ "fillStrokeOrder": {
98040
+ "type": "number"
98041
+ },
97965
98042
  "forceBoundsHeight": {
97966
98043
  "anyOf": [
97967
98044
  {
@@ -98463,6 +98540,9 @@
98463
98540
  "fillPickable": {
98464
98541
  "type": "boolean"
98465
98542
  },
98543
+ "fillStrokeOrder": {
98544
+ "type": "number"
98545
+ },
98466
98546
  "fontFamily": {
98467
98547
  "type": "string"
98468
98548
  },
@@ -99696,6 +99776,9 @@
99696
99776
  "fillPickable": {
99697
99777
  "type": "boolean"
99698
99778
  },
99779
+ "fillStrokeOrder": {
99780
+ "type": "number"
99781
+ },
99699
99782
  "fontFamily": {
99700
99783
  "type": "string"
99701
99784
  },
@@ -100279,6 +100362,9 @@
100279
100362
  "fillPickable": {
100280
100363
  "type": "boolean"
100281
100364
  },
100365
+ "fillStrokeOrder": {
100366
+ "type": "number"
100367
+ },
100282
100368
  "forceBoundsHeight": {
100283
100369
  "anyOf": [
100284
100370
  {
@@ -100751,6 +100837,9 @@
100751
100837
  "fillPickable": {
100752
100838
  "type": "boolean"
100753
100839
  },
100840
+ "fillStrokeOrder": {
100841
+ "type": "number"
100842
+ },
100754
100843
  "forceBoundsHeight": {
100755
100844
  "anyOf": [
100756
100845
  {
@@ -103244,34 +103333,34 @@
103244
103333
  },
103245
103334
  "Promise<FontFaceSet>": {
103246
103335
  "properties": {
103247
- "__@toStringTag@13701": {
103336
+ "__@toStringTag@13709": {
103248
103337
  "type": "string"
103249
103338
  }
103250
103339
  },
103251
103340
  "required": [
103252
- "__@toStringTag@13701"
103341
+ "__@toStringTag@13709"
103253
103342
  ],
103254
103343
  "type": "object"
103255
103344
  },
103256
103345
  "Promise<ServiceWorkerRegistration>": {
103257
103346
  "properties": {
103258
- "__@toStringTag@13701": {
103347
+ "__@toStringTag@13709": {
103259
103348
  "type": "string"
103260
103349
  }
103261
103350
  },
103262
103351
  "required": [
103263
- "__@toStringTag@13701"
103352
+ "__@toStringTag@13709"
103264
103353
  ],
103265
103354
  "type": "object"
103266
103355
  },
103267
103356
  "Promise<any>": {
103268
103357
  "properties": {
103269
- "__@toStringTag@13701": {
103358
+ "__@toStringTag@13709": {
103270
103359
  "type": "string"
103271
103360
  }
103272
103361
  },
103273
103362
  "required": [
103274
- "__@toStringTag@13701"
103363
+ "__@toStringTag@13709"
103275
103364
  ],
103276
103365
  "type": "object"
103277
103366
  },
@@ -104063,6 +104152,9 @@
104063
104152
  "fillPickable": {
104064
104153
  "type": "boolean"
104065
104154
  },
104155
+ "fillStrokeOrder": {
104156
+ "type": "number"
104157
+ },
104066
104158
  "forceBoundsHeight": {
104067
104159
  "anyOf": [
104068
104160
  {
@@ -104384,6 +104476,7 @@
104384
104476
  "fill",
104385
104477
  "fillOpacity",
104386
104478
  "fillPickable",
104479
+ "fillStrokeOrder",
104387
104480
  "forceBoundsHeight",
104388
104481
  "forceBoundsWidth",
104389
104482
  "forceShowCap",
@@ -104666,6 +104759,9 @@
104666
104759
  "fillPickable": {
104667
104760
  "type": "boolean"
104668
104761
  },
104762
+ "fillStrokeOrder": {
104763
+ "type": "number"
104764
+ },
104669
104765
  "forceBoundsHeight": {
104670
104766
  "anyOf": [
104671
104767
  {
@@ -104980,6 +105076,7 @@
104980
105076
  "fill",
104981
105077
  "fillOpacity",
104982
105078
  "fillPickable",
105079
+ "fillStrokeOrder",
104983
105080
  "forceBoundsHeight",
104984
105081
  "forceBoundsWidth",
104985
105082
  "globalCompositeOperation",
@@ -105230,6 +105327,9 @@
105230
105327
  "fillPickable": {
105231
105328
  "type": "boolean"
105232
105329
  },
105330
+ "fillStrokeOrder": {
105331
+ "type": "number"
105332
+ },
105233
105333
  "forceBoundsHeight": {
105234
105334
  "anyOf": [
105235
105335
  {
@@ -105531,6 +105631,7 @@
105531
105631
  "fill",
105532
105632
  "fillOpacity",
105533
105633
  "fillPickable",
105634
+ "fillStrokeOrder",
105534
105635
  "forceBoundsHeight",
105535
105636
  "forceBoundsWidth",
105536
105637
  "globalCompositeOperation",
@@ -105794,6 +105895,9 @@
105794
105895
  "fillPickable": {
105795
105896
  "type": "boolean"
105796
105897
  },
105898
+ "fillStrokeOrder": {
105899
+ "type": "number"
105900
+ },
105797
105901
  "forceBoundsHeight": {
105798
105902
  "anyOf": [
105799
105903
  {
@@ -106106,6 +106210,7 @@
106106
106210
  "fill",
106107
106211
  "fillOpacity",
106108
106212
  "fillPickable",
106213
+ "fillStrokeOrder",
106109
106214
  "forceBoundsHeight",
106110
106215
  "forceBoundsWidth",
106111
106216
  "globalCompositeOperation",
@@ -106398,6 +106503,9 @@
106398
106503
  "fillPickable": {
106399
106504
  "type": "boolean"
106400
106505
  },
106506
+ "fillStrokeOrder": {
106507
+ "type": "number"
106508
+ },
106401
106509
  "flexDirection": {
106402
106510
  "enum": [
106403
106511
  "column",
@@ -106739,6 +106847,7 @@
106739
106847
  "fill",
106740
106848
  "fillOpacity",
106741
106849
  "fillPickable",
106850
+ "fillStrokeOrder",
106742
106851
  "flexDirection",
106743
106852
  "flexWrap",
106744
106853
  "forceBoundsHeight",
@@ -107004,6 +107113,9 @@
107004
107113
  "fillPickable": {
107005
107114
  "type": "boolean"
107006
107115
  },
107116
+ "fillStrokeOrder": {
107117
+ "type": "number"
107118
+ },
107007
107119
  "forceBoundsHeight": {
107008
107120
  "anyOf": [
107009
107121
  {
@@ -107324,6 +107436,7 @@
107324
107436
  "fill",
107325
107437
  "fillOpacity",
107326
107438
  "fillPickable",
107439
+ "fillStrokeOrder",
107327
107440
  "forceBoundsHeight",
107328
107441
  "forceBoundsWidth",
107329
107442
  "globalCompositeOperation",
@@ -107606,6 +107719,9 @@
107606
107719
  "fillPickable": {
107607
107720
  "type": "boolean"
107608
107721
  },
107722
+ "fillStrokeOrder": {
107723
+ "type": "number"
107724
+ },
107609
107725
  "forceBoundsHeight": {
107610
107726
  "anyOf": [
107611
107727
  {
@@ -107921,6 +108037,7 @@
107921
108037
  "fill",
107922
108038
  "fillOpacity",
107923
108039
  "fillPickable",
108040
+ "fillStrokeOrder",
107924
108041
  "forceBoundsHeight",
107925
108042
  "forceBoundsWidth",
107926
108043
  "globalCompositeOperation",
@@ -108171,6 +108288,9 @@
108171
108288
  "fillPickable": {
108172
108289
  "type": "boolean"
108173
108290
  },
108291
+ "fillStrokeOrder": {
108292
+ "type": "number"
108293
+ },
108174
108294
  "forceBoundsHeight": {
108175
108295
  "anyOf": [
108176
108296
  {
@@ -108476,6 +108596,7 @@
108476
108596
  "fill",
108477
108597
  "fillOpacity",
108478
108598
  "fillPickable",
108599
+ "fillStrokeOrder",
108479
108600
  "forceBoundsHeight",
108480
108601
  "forceBoundsWidth",
108481
108602
  "globalCompositeOperation",
@@ -108738,6 +108859,9 @@
108738
108859
  "fillPickable": {
108739
108860
  "type": "boolean"
108740
108861
  },
108862
+ "fillStrokeOrder": {
108863
+ "type": "number"
108864
+ },
108741
108865
  "forceBoundsHeight": {
108742
108866
  "anyOf": [
108743
108867
  {
@@ -109040,6 +109164,7 @@
109040
109164
  "fill",
109041
109165
  "fillOpacity",
109042
109166
  "fillPickable",
109167
+ "fillStrokeOrder",
109043
109168
  "forceBoundsHeight",
109044
109169
  "forceBoundsWidth",
109045
109170
  "globalCompositeOperation",
@@ -109299,6 +109424,9 @@
109299
109424
  "fillPickable": {
109300
109425
  "type": "boolean"
109301
109426
  },
109427
+ "fillStrokeOrder": {
109428
+ "type": "number"
109429
+ },
109302
109430
  "forceBoundsHeight": {
109303
109431
  "anyOf": [
109304
109432
  {
@@ -109606,6 +109734,7 @@
109606
109734
  "fill",
109607
109735
  "fillOpacity",
109608
109736
  "fillPickable",
109737
+ "fillStrokeOrder",
109609
109738
  "forceBoundsHeight",
109610
109739
  "forceBoundsWidth",
109611
109740
  "globalCompositeOperation",
@@ -109877,6 +110006,9 @@
109877
110006
  "fillPickable": {
109878
110007
  "type": "boolean"
109879
110008
  },
110009
+ "fillStrokeOrder": {
110010
+ "type": "number"
110011
+ },
109880
110012
  "fontFamily": {
109881
110013
  "type": "string"
109882
110014
  },
@@ -110313,6 +110445,7 @@
110313
110445
  "fill",
110314
110446
  "fillOpacity",
110315
110447
  "fillPickable",
110448
+ "fillStrokeOrder",
110316
110449
  "fontFamily",
110317
110450
  "fontSize",
110318
110451
  "fontStyle",
@@ -110666,6 +110799,9 @@
110666
110799
  "fillPickable": {
110667
110800
  "type": "boolean"
110668
110801
  },
110802
+ "fillStrokeOrder": {
110803
+ "type": "number"
110804
+ },
110669
110805
  "forceBoundsHeight": {
110670
110806
  "anyOf": [
110671
110807
  {
@@ -111017,6 +111153,7 @@
111017
111153
  "fill",
111018
111154
  "fillOpacity",
111019
111155
  "fillPickable",
111156
+ "fillStrokeOrder",
111020
111157
  "forceBoundsHeight",
111021
111158
  "forceBoundsWidth",
111022
111159
  "globalCompositeOperation",
@@ -111271,6 +111408,9 @@
111271
111408
  "fillPickable": {
111272
111409
  "type": "boolean"
111273
111410
  },
111411
+ "fillStrokeOrder": {
111412
+ "type": "number"
111413
+ },
111274
111414
  "forceBoundsHeight": {
111275
111415
  "anyOf": [
111276
111416
  {
@@ -111588,6 +111728,7 @@
111588
111728
  "fill",
111589
111729
  "fillOpacity",
111590
111730
  "fillPickable",
111731
+ "fillStrokeOrder",
111591
111732
  "forceBoundsHeight",
111592
111733
  "forceBoundsWidth",
111593
111734
  "globalCompositeOperation",
@@ -111851,6 +111992,9 @@
111851
111992
  "fillPickable": {
111852
111993
  "type": "boolean"
111853
111994
  },
111995
+ "fillStrokeOrder": {
111996
+ "type": "number"
111997
+ },
111854
111998
  "fontFamily": {
111855
111999
  "type": "string"
111856
112000
  },
@@ -112259,6 +112403,7 @@
112259
112403
  "fill",
112260
112404
  "fillOpacity",
112261
112405
  "fillPickable",
112406
+ "fillStrokeOrder",
112262
112407
  "fontFamily",
112263
112408
  "fontSize",
112264
112409
  "fontStyle",