@visactor/vchart-schema 1.11.1-alpha.6 → 1.11.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 +181 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.1-alpha.6",
3
+ "version": "1.11.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -33638,6 +33638,9 @@
33638
33638
  "shadowColor": {
33639
33639
  "type": "string"
33640
33640
  },
33641
+ "shadowGraphic": {
33642
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
33643
+ },
33641
33644
  "shadowOffsetX": {
33642
33645
  "type": "number"
33643
33646
  },
@@ -53480,6 +53483,18 @@
53480
53483
  },
53481
53484
  "itemLine": {
53482
53485
  "typeof": "function"
53486
+ },
53487
+ "targetSymbol": {
53488
+ "allOf": [
53489
+ {
53490
+ "typeof": "function"
53491
+ },
53492
+ {
53493
+ "$ref": "#/definitions/Partial<IMarkerState<ISymbolMarkSpec>>"
53494
+ }
53495
+ ],
53496
+ "description": "被标注的内容",
53497
+ "since": "1.11.1"
53483
53498
  }
53484
53499
  },
53485
53500
  "type": "object"
@@ -53492,6 +53507,18 @@
53492
53507
  },
53493
53508
  "itemLine": {
53494
53509
  "typeof": "function"
53510
+ },
53511
+ "targetSymbol": {
53512
+ "allOf": [
53513
+ {
53514
+ "typeof": "function"
53515
+ },
53516
+ {
53517
+ "$ref": "#/definitions/Partial<IMarkerState<ISymbolMarkSpec>>"
53518
+ }
53519
+ ],
53520
+ "description": "被标注的内容",
53521
+ "since": "1.11.1"
53495
53522
  }
53496
53523
  },
53497
53524
  "type": "object"
@@ -57761,6 +57788,9 @@
57761
57788
  "shadowColor": {
57762
57789
  "type": "string"
57763
57790
  },
57791
+ "shadowGraphic": {
57792
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
57793
+ },
57764
57794
  "shadowOffsetX": {
57765
57795
  "type": "number"
57766
57796
  },
@@ -64531,7 +64561,7 @@
64531
64561
  "IRichTextGraphicAttribute": {
64532
64562
  "allOf": [
64533
64563
  {
64534
- "$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;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;globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
64564
+ "$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;globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
64535
64565
  },
64536
64566
  {
64537
64567
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -80382,7 +80412,7 @@
80382
80412
  },
80383
80413
  "Map<Function,(...args:any[])=>void>": {
80384
80414
  "properties": {
80385
- "__@toStringTag@13395": {
80415
+ "__@toStringTag@13403": {
80386
80416
  "type": "string"
80387
80417
  },
80388
80418
  "size": {
@@ -80390,14 +80420,14 @@
80390
80420
  }
80391
80421
  },
80392
80422
  "required": [
80393
- "__@toStringTag@13395",
80423
+ "__@toStringTag@13403",
80394
80424
  "size"
80395
80425
  ],
80396
80426
  "type": "object"
80397
80427
  },
80398
80428
  "Map<number,IGraphicPicker>": {
80399
80429
  "properties": {
80400
- "__@toStringTag@13395": {
80430
+ "__@toStringTag@13403": {
80401
80431
  "type": "string"
80402
80432
  },
80403
80433
  "size": {
@@ -80405,14 +80435,14 @@
80405
80435
  }
80406
80436
  },
80407
80437
  "required": [
80408
- "__@toStringTag@13395",
80438
+ "__@toStringTag@13403",
80409
80439
  "size"
80410
80440
  ],
80411
80441
  "type": "object"
80412
80442
  },
80413
80443
  "Map<number,IGraphicRender>": {
80414
80444
  "properties": {
80415
- "__@toStringTag@13395": {
80445
+ "__@toStringTag@13403": {
80416
80446
  "type": "string"
80417
80447
  },
80418
80448
  "size": {
@@ -80420,14 +80450,14 @@
80420
80450
  }
80421
80451
  },
80422
80452
  "required": [
80423
- "__@toStringTag@13395",
80453
+ "__@toStringTag@13403",
80424
80454
  "size"
80425
80455
  ],
80426
80456
  "type": "object"
80427
80457
  },
80428
80458
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
80429
80459
  "properties": {
80430
- "__@toStringTag@13395": {
80460
+ "__@toStringTag@13403": {
80431
80461
  "type": "string"
80432
80462
  },
80433
80463
  "size": {
@@ -80435,14 +80465,14 @@
80435
80465
  }
80436
80466
  },
80437
80467
  "required": [
80438
- "__@toStringTag@13395",
80468
+ "__@toStringTag@13403",
80439
80469
  "size"
80440
80470
  ],
80441
80471
  "type": "object"
80442
80472
  },
80443
80473
  "Map<string,Map<number,IGraphicRender>>": {
80444
80474
  "properties": {
80445
- "__@toStringTag@13395": {
80475
+ "__@toStringTag@13403": {
80446
80476
  "type": "string"
80447
80477
  },
80448
80478
  "size": {
@@ -80450,14 +80480,14 @@
80450
80480
  }
80451
80481
  },
80452
80482
  "required": [
80453
- "__@toStringTag@13395",
80483
+ "__@toStringTag@13403",
80454
80484
  "size"
80455
80485
  ],
80456
80486
  "type": "object"
80457
80487
  },
80458
80488
  "Map<string,any>": {
80459
80489
  "properties": {
80460
- "__@toStringTag@13395": {
80490
+ "__@toStringTag@13403": {
80461
80491
  "type": "string"
80462
80492
  },
80463
80493
  "size": {
@@ -80465,14 +80495,14 @@
80465
80495
  }
80466
80496
  },
80467
80497
  "required": [
80468
- "__@toStringTag@13395",
80498
+ "__@toStringTag@13403",
80469
80499
  "size"
80470
80500
  ],
80471
80501
  "type": "object"
80472
80502
  },
80473
80503
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
80474
80504
  "properties": {
80475
- "__@toStringTag@13395": {
80505
+ "__@toStringTag@13403": {
80476
80506
  "type": "string"
80477
80507
  },
80478
80508
  "size": {
@@ -80480,14 +80510,14 @@
80480
80510
  }
80481
80511
  },
80482
80512
  "required": [
80483
- "__@toStringTag@13395",
80513
+ "__@toStringTag@13403",
80484
80514
  "size"
80485
80515
  ],
80486
80516
  "type": "object"
80487
80517
  },
80488
80518
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
80489
80519
  "properties": {
80490
- "__@toStringTag@13395": {
80520
+ "__@toStringTag@13403": {
80491
80521
  "type": "string"
80492
80522
  },
80493
80523
  "size": {
@@ -80495,14 +80525,14 @@
80495
80525
  }
80496
80526
  },
80497
80527
  "required": [
80498
- "__@toStringTag@13395",
80528
+ "__@toStringTag@13403",
80499
80529
  "size"
80500
80530
  ],
80501
80531
  "type": "object"
80502
80532
  },
80503
80533
  "Map<string|number,IAnimate>": {
80504
80534
  "properties": {
80505
- "__@toStringTag@13395": {
80535
+ "__@toStringTag@13403": {
80506
80536
  "type": "string"
80507
80537
  },
80508
80538
  "size": {
@@ -80510,7 +80540,7 @@
80510
80540
  }
80511
80541
  },
80512
80542
  "required": [
80513
- "__@toStringTag@13395",
80543
+ "__@toStringTag@13403",
80514
80544
  "size"
80515
80545
  ],
80516
80546
  "type": "object"
@@ -81455,6 +81485,9 @@
81455
81485
  "shadowColor": {
81456
81486
  "type": "string"
81457
81487
  },
81488
+ "shadowGraphic": {
81489
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
81490
+ },
81458
81491
  "shadowOffsetX": {
81459
81492
  "type": "number"
81460
81493
  },
@@ -84163,6 +84196,9 @@
84163
84196
  "shadowColor": {
84164
84197
  "type": "string"
84165
84198
  },
84199
+ "shadowGraphic": {
84200
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
84201
+ },
84166
84202
  "shadowOffsetX": {
84167
84203
  "type": "number"
84168
84204
  },
@@ -86417,6 +86453,9 @@
86417
86453
  "shadowColor": {
86418
86454
  "type": "string"
86419
86455
  },
86456
+ "shadowGraphic": {
86457
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
86458
+ },
86420
86459
  "shadowOffsetX": {
86421
86460
  "type": "number"
86422
86461
  },
@@ -86992,6 +87031,9 @@
86992
87031
  "shadowColor": {
86993
87032
  "type": "string"
86994
87033
  },
87034
+ "shadowGraphic": {
87035
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
87036
+ },
86995
87037
  "shadowOffsetX": {
86996
87038
  "type": "number"
86997
87039
  },
@@ -87004,6 +87046,12 @@
87004
87046
  "space": {
87005
87047
  "type": "number"
87006
87048
  },
87049
+ "stopSliderDownPropagation": {
87050
+ "type": "boolean"
87051
+ },
87052
+ "stopSliderMovePropagation": {
87053
+ "type": "boolean"
87054
+ },
87007
87055
  "stroke": {
87008
87056
  "anyOf": [
87009
87057
  {
@@ -87848,6 +87896,9 @@
87848
87896
  "shadowColor": {
87849
87897
  "type": "string"
87850
87898
  },
87899
+ "shadowGraphic": {
87900
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
87901
+ },
87851
87902
  "shadowOffsetX": {
87852
87903
  "type": "number"
87853
87904
  },
@@ -88341,6 +88392,9 @@
88341
88392
  "shadowColor": {
88342
88393
  "type": "string"
88343
88394
  },
88395
+ "shadowGraphic": {
88396
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
88397
+ },
88344
88398
  "shadowOffsetX": {
88345
88399
  "type": "number"
88346
88400
  },
@@ -88865,6 +88919,9 @@
88865
88919
  "shadowColor": {
88866
88920
  "type": "string"
88867
88921
  },
88922
+ "shadowGraphic": {
88923
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
88924
+ },
88868
88925
  "shadowOffsetX": {
88869
88926
  "type": "number"
88870
88927
  },
@@ -89005,7 +89062,7 @@
89005
89062
  },
89006
89063
  "type": "object"
89007
89064
  },
89008
- "Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;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;globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
89065
+ "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;globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
89009
89066
  "properties": {
89010
89067
  "_debug_bounds": {
89011
89068
  "anyOf": [
@@ -89439,6 +89496,9 @@
89439
89496
  "shadowColor": {
89440
89497
  "type": "string"
89441
89498
  },
89499
+ "shadowGraphic": {
89500
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
89501
+ },
89442
89502
  "shadowOffsetX": {
89443
89503
  "type": "number"
89444
89504
  },
@@ -89988,6 +90048,9 @@
89988
90048
  "shadowColor": {
89989
90049
  "type": "string"
89990
90050
  },
90051
+ "shadowGraphic": {
90052
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
90053
+ },
89991
90054
  "shadowOffsetX": {
89992
90055
  "type": "number"
89993
90056
  },
@@ -90443,6 +90506,9 @@
90443
90506
  "shadowColor": {
90444
90507
  "type": "string"
90445
90508
  },
90509
+ "shadowGraphic": {
90510
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
90511
+ },
90446
90512
  "shadowOffsetX": {
90447
90513
  "type": "number"
90448
90514
  },
@@ -91062,6 +91128,9 @@
91062
91128
  "shadowColor": {
91063
91129
  "type": "string"
91064
91130
  },
91131
+ "shadowGraphic": {
91132
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
91133
+ },
91065
91134
  "shadowOffsetX": {
91066
91135
  "type": "number"
91067
91136
  },
@@ -91598,6 +91667,9 @@
91598
91667
  "shadowColor": {
91599
91668
  "type": "string"
91600
91669
  },
91670
+ "shadowGraphic": {
91671
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
91672
+ },
91601
91673
  "shadowOffsetX": {
91602
91674
  "type": "number"
91603
91675
  },
@@ -92365,6 +92437,9 @@
92365
92437
  "shadowColor": {
92366
92438
  "type": "string"
92367
92439
  },
92440
+ "shadowGraphic": {
92441
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
92442
+ },
92368
92443
  "shadowOffsetX": {
92369
92444
  "type": "number"
92370
92445
  },
@@ -93805,6 +93880,9 @@
93805
93880
  "shadowColor": {
93806
93881
  "type": "string"
93807
93882
  },
93883
+ "shadowGraphic": {
93884
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
93885
+ },
93808
93886
  "shadowOffsetX": {
93809
93887
  "type": "number"
93810
93888
  },
@@ -94279,6 +94357,9 @@
94279
94357
  "shadowColor": {
94280
94358
  "type": "string"
94281
94359
  },
94360
+ "shadowGraphic": {
94361
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
94362
+ },
94282
94363
  "shadowOffsetX": {
94283
94364
  "type": "number"
94284
94365
  },
@@ -95000,6 +95081,9 @@
95000
95081
  "shadowColor": {
95001
95082
  "type": "string"
95002
95083
  },
95084
+ "shadowGraphic": {
95085
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
95086
+ },
95003
95087
  "shadowOffsetX": {
95004
95088
  "type": "number"
95005
95089
  },
@@ -95881,6 +95965,9 @@
95881
95965
  "shadowColor": {
95882
95966
  "type": "string"
95883
95967
  },
95968
+ "shadowGraphic": {
95969
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
95970
+ },
95884
95971
  "shadowOffsetX": {
95885
95972
  "type": "number"
95886
95973
  },
@@ -96414,6 +96501,9 @@
96414
96501
  "shadowColor": {
96415
96502
  "type": "string"
96416
96503
  },
96504
+ "shadowGraphic": {
96505
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
96506
+ },
96417
96507
  "shadowOffsetX": {
96418
96508
  "type": "number"
96419
96509
  },
@@ -97624,6 +97714,9 @@
97624
97714
  "shadowColor": {
97625
97715
  "type": "string"
97626
97716
  },
97717
+ "shadowGraphic": {
97718
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
97719
+ },
97627
97720
  "shadowOffsetX": {
97628
97721
  "type": "number"
97629
97722
  },
@@ -98154,6 +98247,9 @@
98154
98247
  "shadowBlur": {
98155
98248
  "type": "number"
98156
98249
  },
98250
+ "shadowGraphic": {
98251
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
98252
+ },
98157
98253
  "shadowOffsetX": {
98158
98254
  "type": "number"
98159
98255
  },
@@ -98616,6 +98712,9 @@
98616
98712
  "shadowColor": {
98617
98713
  "type": "string"
98618
98714
  },
98715
+ "shadowGraphic": {
98716
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
98717
+ },
98619
98718
  "shadowOffsetX": {
98620
98719
  "type": "number"
98621
98720
  },
@@ -100901,34 +101000,34 @@
100901
101000
  },
100902
101001
  "Promise<FontFaceSet>": {
100903
101002
  "properties": {
100904
- "__@toStringTag@13395": {
101003
+ "__@toStringTag@13403": {
100905
101004
  "type": "string"
100906
101005
  }
100907
101006
  },
100908
101007
  "required": [
100909
- "__@toStringTag@13395"
101008
+ "__@toStringTag@13403"
100910
101009
  ],
100911
101010
  "type": "object"
100912
101011
  },
100913
101012
  "Promise<ServiceWorkerRegistration>": {
100914
101013
  "properties": {
100915
- "__@toStringTag@13395": {
101014
+ "__@toStringTag@13403": {
100916
101015
  "type": "string"
100917
101016
  }
100918
101017
  },
100919
101018
  "required": [
100920
- "__@toStringTag@13395"
101019
+ "__@toStringTag@13403"
100921
101020
  ],
100922
101021
  "type": "object"
100923
101022
  },
100924
101023
  "Promise<any>": {
100925
101024
  "properties": {
100926
- "__@toStringTag@13395": {
101025
+ "__@toStringTag@13403": {
100927
101026
  "type": "string"
100928
101027
  }
100929
101028
  },
100930
101029
  "required": [
100931
- "__@toStringTag@13395"
101030
+ "__@toStringTag@13403"
100932
101031
  ],
100933
101032
  "type": "object"
100934
101033
  },
@@ -101910,6 +102009,9 @@
101910
102009
  "shadowColor": {
101911
102010
  "type": "string"
101912
102011
  },
102012
+ "shadowGraphic": {
102013
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
102014
+ },
101913
102015
  "shadowOffsetX": {
101914
102016
  "type": "number"
101915
102017
  },
@@ -102054,6 +102156,7 @@
102054
102156
  "scrollY",
102055
102157
  "shadowBlur",
102056
102158
  "shadowColor",
102159
+ "shadowGraphic",
102057
102160
  "shadowOffsetX",
102058
102161
  "shadowOffsetY",
102059
102162
  "shadowRootIdx",
@@ -102489,6 +102592,9 @@
102489
102592
  "shadowColor": {
102490
102593
  "type": "string"
102491
102594
  },
102595
+ "shadowGraphic": {
102596
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
102597
+ },
102492
102598
  "shadowOffsetX": {
102493
102599
  "type": "number"
102494
102600
  },
@@ -102629,6 +102735,7 @@
102629
102735
  "segments",
102630
102736
  "shadowBlur",
102631
102737
  "shadowColor",
102738
+ "shadowGraphic",
102632
102739
  "shadowOffsetX",
102633
102740
  "shadowOffsetY",
102634
102741
  "shadowRootIdx",
@@ -103031,6 +103138,9 @@
103031
103138
  "shadowColor": {
103032
103139
  "type": "string"
103033
103140
  },
103141
+ "shadowGraphic": {
103142
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
103143
+ },
103034
103144
  "shadowOffsetX": {
103035
103145
  "type": "number"
103036
103146
  },
@@ -103167,6 +103277,7 @@
103167
103277
  "scrollY",
103168
103278
  "shadowBlur",
103169
103279
  "shadowColor",
103280
+ "shadowGraphic",
103170
103281
  "shadowOffsetX",
103171
103282
  "shadowOffsetY",
103172
103283
  "shadowRootIdx",
@@ -103593,6 +103704,9 @@
103593
103704
  "shadowColor": {
103594
103705
  "type": "string"
103595
103706
  },
103707
+ "shadowGraphic": {
103708
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
103709
+ },
103596
103710
  "shadowOffsetX": {
103597
103711
  "type": "number"
103598
103712
  },
@@ -103731,6 +103845,7 @@
103731
103845
  "scrollY",
103732
103846
  "shadowBlur",
103733
103847
  "shadowColor",
103848
+ "shadowGraphic",
103734
103849
  "shadowOffsetX",
103735
103850
  "shadowOffsetY",
103736
103851
  "shadowRootIdx",
@@ -104206,6 +104321,9 @@
104206
104321
  "shadowColor": {
104207
104322
  "type": "string"
104208
104323
  },
104324
+ "shadowGraphic": {
104325
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
104326
+ },
104209
104327
  "shadowOffsetX": {
104210
104328
  "type": "number"
104211
104329
  },
@@ -104354,6 +104472,7 @@
104354
104472
  "scrollY",
104355
104473
  "shadowBlur",
104356
104474
  "shadowColor",
104475
+ "shadowGraphic",
104357
104476
  "shadowOffsetX",
104358
104477
  "shadowOffsetY",
104359
104478
  "shadowRootIdx",
@@ -104787,6 +104906,9 @@
104787
104906
  "shadowColor": {
104788
104907
  "type": "string"
104789
104908
  },
104909
+ "shadowGraphic": {
104910
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
104911
+ },
104790
104912
  "shadowOffsetX": {
104791
104913
  "type": "number"
104792
104914
  },
@@ -104926,6 +105048,7 @@
104926
105048
  "scrollY",
104927
105049
  "shadowBlur",
104928
105050
  "shadowColor",
105051
+ "shadowGraphic",
104929
105052
  "shadowOffsetX",
104930
105053
  "shadowOffsetY",
104931
105054
  "shadowRootIdx",
@@ -105364,6 +105487,9 @@
105364
105487
  "shadowColor": {
105365
105488
  "type": "string"
105366
105489
  },
105490
+ "shadowGraphic": {
105491
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
105492
+ },
105367
105493
  "shadowOffsetX": {
105368
105494
  "type": "number"
105369
105495
  },
@@ -105505,6 +105631,7 @@
105505
105631
  "segments",
105506
105632
  "shadowBlur",
105507
105633
  "shadowColor",
105634
+ "shadowGraphic",
105508
105635
  "shadowOffsetX",
105509
105636
  "shadowOffsetY",
105510
105637
  "shadowRootIdx",
@@ -105914,6 +106041,9 @@
105914
106041
  "shadowColor": {
105915
106042
  "type": "string"
105916
106043
  },
106044
+ "shadowGraphic": {
106045
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
106046
+ },
105917
106047
  "shadowOffsetX": {
105918
106048
  "type": "number"
105919
106049
  },
@@ -106047,6 +106177,7 @@
106047
106177
  "scrollY",
106048
106178
  "shadowBlur",
106049
106179
  "shadowColor",
106180
+ "shadowGraphic",
106050
106181
  "shadowOffsetX",
106051
106182
  "shadowOffsetY",
106052
106183
  "shadowRootIdx",
@@ -106465,6 +106596,9 @@
106465
106596
  "shadowColor": {
106466
106597
  "type": "string"
106467
106598
  },
106599
+ "shadowGraphic": {
106600
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
106601
+ },
106468
106602
  "shadowOffsetX": {
106469
106603
  "type": "number"
106470
106604
  },
@@ -106599,6 +106733,7 @@
106599
106733
  "scrollY",
106600
106734
  "shadowBlur",
106601
106735
  "shadowColor",
106736
+ "shadowGraphic",
106602
106737
  "shadowOffsetX",
106603
106738
  "shadowOffsetY",
106604
106739
  "shadowRootIdx",
@@ -107011,6 +107146,9 @@
107011
107146
  "shadowColor": {
107012
107147
  "type": "string"
107013
107148
  },
107149
+ "shadowGraphic": {
107150
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
107151
+ },
107014
107152
  "shadowOffsetX": {
107015
107153
  "type": "number"
107016
107154
  },
@@ -107153,6 +107291,7 @@
107153
107291
  "scrollY",
107154
107292
  "shadowBlur",
107155
107293
  "shadowColor",
107294
+ "shadowGraphic",
107156
107295
  "shadowOffsetX",
107157
107296
  "shadowOffsetY",
107158
107297
  "shadowRootIdx",
@@ -107625,6 +107764,9 @@
107625
107764
  "shadowColor": {
107626
107765
  "type": "string"
107627
107766
  },
107767
+ "shadowGraphic": {
107768
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
107769
+ },
107628
107770
  "shadowOffsetX": {
107629
107771
  "type": "number"
107630
107772
  },
@@ -107859,6 +108001,7 @@
107859
108001
  "scrollY",
107860
108002
  "shadowBlur",
107861
108003
  "shadowColor",
108004
+ "shadowGraphic",
107862
108005
  "shadowOffsetX",
107863
108006
  "shadowOffsetY",
107864
108007
  "shadowRootIdx",
@@ -108385,6 +108528,9 @@
108385
108528
  "shadowColor": {
108386
108529
  "type": "string"
108387
108530
  },
108531
+ "shadowGraphic": {
108532
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
108533
+ },
108388
108534
  "shadowOffsetX": {
108389
108535
  "type": "number"
108390
108536
  },
@@ -108541,6 +108687,7 @@
108541
108687
  "scrollY",
108542
108688
  "shadowBlur",
108543
108689
  "shadowColor",
108690
+ "shadowGraphic",
108544
108691
  "shadowOffsetX",
108545
108692
  "shadowOffsetY",
108546
108693
  "shadowRootIdx",
@@ -108940,6 +109087,9 @@
108940
109087
  "shadowColor": {
108941
109088
  "type": "string"
108942
109089
  },
109090
+ "shadowGraphic": {
109091
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
109092
+ },
108943
109093
  "shadowOffsetX": {
108944
109094
  "type": "number"
108945
109095
  },
@@ -109094,6 +109244,7 @@
109094
109244
  "scrollY",
109095
109245
  "shadowBlur",
109096
109246
  "shadowColor",
109247
+ "shadowGraphic",
109097
109248
  "shadowOffsetX",
109098
109249
  "shadowOffsetY",
109099
109250
  "shadowRootIdx",
@@ -109550,6 +109701,9 @@
109550
109701
  "shadowColor": {
109551
109702
  "type": "string"
109552
109703
  },
109704
+ "shadowGraphic": {
109705
+ "$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
109706
+ },
109553
109707
  "shadowOffsetX": {
109554
109708
  "type": "number"
109555
109709
  },
@@ -109764,6 +109918,7 @@
109764
109918
  "scrollY",
109765
109919
  "shadowBlur",
109766
109920
  "shadowColor",
109921
+ "shadowGraphic",
109767
109922
  "shadowOffsetX",
109768
109923
  "shadowOffsetY",
109769
109924
  "shadowRootIdx",