@visactor/vchart-schema 1.11.11-alpha.0 → 1.11.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vchart.json +355 -42
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -33720,6 +33720,13 @@
|
|
|
33720
33720
|
"shadowOffsetY": {
|
|
33721
33721
|
"type": "number"
|
|
33722
33722
|
},
|
|
33723
|
+
"shadowPickMode": {
|
|
33724
|
+
"enum": [
|
|
33725
|
+
"full",
|
|
33726
|
+
"graphic"
|
|
33727
|
+
],
|
|
33728
|
+
"type": "string"
|
|
33729
|
+
},
|
|
33723
33730
|
"shadowRootIdx": {
|
|
33724
33731
|
"type": "number"
|
|
33725
33732
|
},
|
|
@@ -44686,6 +44693,9 @@
|
|
|
44686
44693
|
"since": "1.9.0",
|
|
44687
44694
|
"type": "string"
|
|
44688
44695
|
},
|
|
44696
|
+
"formatMethod": {
|
|
44697
|
+
"typeof": "function"
|
|
44698
|
+
},
|
|
44689
44699
|
"space": {
|
|
44690
44700
|
"description": "title.space: title 和 content 之间的间距\ncontentItem.space: content 之间的间距\n兼容gap",
|
|
44691
44701
|
"type": "number"
|
|
@@ -44744,6 +44754,9 @@
|
|
|
44744
44754
|
"since": "1.9.0",
|
|
44745
44755
|
"type": "string"
|
|
44746
44756
|
},
|
|
44757
|
+
"formatMethod": {
|
|
44758
|
+
"typeof": "function"
|
|
44759
|
+
},
|
|
44747
44760
|
"space": {
|
|
44748
44761
|
"description": "title.space: title 和 content 之间的间距\ncontentItem.space: content 之间的间距\n兼容gap",
|
|
44749
44762
|
"type": "number"
|
|
@@ -57835,7 +57848,7 @@
|
|
|
57835
57848
|
"panel": {
|
|
57836
57849
|
"allOf": [
|
|
57837
57850
|
{
|
|
57838
|
-
"$ref": "#/definitions/Partial<Omit<{visible:boolean;customShape?:(text:
|
|
57851
|
+
"$ref": "#/definitions/Partial<Omit<{visible:boolean;customShape?:(text:ITextGraphicAttribute|IRichTextAttribute,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>"
|
|
57839
57852
|
},
|
|
57840
57853
|
{
|
|
57841
57854
|
"typeof": "function"
|
|
@@ -57949,6 +57962,13 @@
|
|
|
57949
57962
|
"shadowOffsetY": {
|
|
57950
57963
|
"type": "number"
|
|
57951
57964
|
},
|
|
57965
|
+
"shadowPickMode": {
|
|
57966
|
+
"enum": [
|
|
57967
|
+
"full",
|
|
57968
|
+
"graphic"
|
|
57969
|
+
],
|
|
57970
|
+
"type": "string"
|
|
57971
|
+
},
|
|
57952
57972
|
"shadowRootIdx": {
|
|
57953
57973
|
"type": "number"
|
|
57954
57974
|
},
|
|
@@ -64771,7 +64791,7 @@
|
|
|
64771
64791
|
"IRichTextGraphicAttribute": {
|
|
64772
64792
|
"allOf": [
|
|
64773
64793
|
{
|
|
64774
|
-
"$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>>"
|
|
64794
|
+
"$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>>"
|
|
64775
64795
|
},
|
|
64776
64796
|
{
|
|
64777
64797
|
"$ref": "#/definitions/Partial<IRichTextAttribute>"
|
|
@@ -80578,16 +80598,13 @@
|
|
|
80578
80598
|
"InterpolateType": {
|
|
80579
80599
|
"enum": [
|
|
80580
80600
|
"basis",
|
|
80581
|
-
"bundle",
|
|
80582
|
-
"cardinal",
|
|
80583
|
-
"cardinalClosed",
|
|
80584
80601
|
"catmullRom",
|
|
80602
|
+
"catmullRomClosed",
|
|
80585
80603
|
"linear",
|
|
80586
80604
|
"linearClosed",
|
|
80587
80605
|
"monotone",
|
|
80588
80606
|
"monotoneX",
|
|
80589
80607
|
"monotoneY",
|
|
80590
|
-
"natural",
|
|
80591
80608
|
"step",
|
|
80592
80609
|
"stepAfter",
|
|
80593
80610
|
"stepBefore"
|
|
@@ -80702,7 +80719,7 @@
|
|
|
80702
80719
|
},
|
|
80703
80720
|
"Map<Function,(...args:any[])=>void>": {
|
|
80704
80721
|
"properties": {
|
|
80705
|
-
"__@toStringTag@
|
|
80722
|
+
"__@toStringTag@13481": {
|
|
80706
80723
|
"type": "string"
|
|
80707
80724
|
},
|
|
80708
80725
|
"size": {
|
|
@@ -80710,14 +80727,14 @@
|
|
|
80710
80727
|
}
|
|
80711
80728
|
},
|
|
80712
80729
|
"required": [
|
|
80713
|
-
"__@toStringTag@
|
|
80730
|
+
"__@toStringTag@13481",
|
|
80714
80731
|
"size"
|
|
80715
80732
|
],
|
|
80716
80733
|
"type": "object"
|
|
80717
80734
|
},
|
|
80718
80735
|
"Map<number,IGraphicPicker>": {
|
|
80719
80736
|
"properties": {
|
|
80720
|
-
"__@toStringTag@
|
|
80737
|
+
"__@toStringTag@13481": {
|
|
80721
80738
|
"type": "string"
|
|
80722
80739
|
},
|
|
80723
80740
|
"size": {
|
|
@@ -80725,14 +80742,14 @@
|
|
|
80725
80742
|
}
|
|
80726
80743
|
},
|
|
80727
80744
|
"required": [
|
|
80728
|
-
"__@toStringTag@
|
|
80745
|
+
"__@toStringTag@13481",
|
|
80729
80746
|
"size"
|
|
80730
80747
|
],
|
|
80731
80748
|
"type": "object"
|
|
80732
80749
|
},
|
|
80733
80750
|
"Map<number,IGraphicRender>": {
|
|
80734
80751
|
"properties": {
|
|
80735
|
-
"__@toStringTag@
|
|
80752
|
+
"__@toStringTag@13481": {
|
|
80736
80753
|
"type": "string"
|
|
80737
80754
|
},
|
|
80738
80755
|
"size": {
|
|
@@ -80740,14 +80757,14 @@
|
|
|
80740
80757
|
}
|
|
80741
80758
|
},
|
|
80742
80759
|
"required": [
|
|
80743
|
-
"__@toStringTag@
|
|
80760
|
+
"__@toStringTag@13481",
|
|
80744
80761
|
"size"
|
|
80745
80762
|
],
|
|
80746
80763
|
"type": "object"
|
|
80747
80764
|
},
|
|
80748
80765
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
80749
80766
|
"properties": {
|
|
80750
|
-
"__@toStringTag@
|
|
80767
|
+
"__@toStringTag@13481": {
|
|
80751
80768
|
"type": "string"
|
|
80752
80769
|
},
|
|
80753
80770
|
"size": {
|
|
@@ -80755,14 +80772,14 @@
|
|
|
80755
80772
|
}
|
|
80756
80773
|
},
|
|
80757
80774
|
"required": [
|
|
80758
|
-
"__@toStringTag@
|
|
80775
|
+
"__@toStringTag@13481",
|
|
80759
80776
|
"size"
|
|
80760
80777
|
],
|
|
80761
80778
|
"type": "object"
|
|
80762
80779
|
},
|
|
80763
80780
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
80764
80781
|
"properties": {
|
|
80765
|
-
"__@toStringTag@
|
|
80782
|
+
"__@toStringTag@13481": {
|
|
80766
80783
|
"type": "string"
|
|
80767
80784
|
},
|
|
80768
80785
|
"size": {
|
|
@@ -80770,14 +80787,14 @@
|
|
|
80770
80787
|
}
|
|
80771
80788
|
},
|
|
80772
80789
|
"required": [
|
|
80773
|
-
"__@toStringTag@
|
|
80790
|
+
"__@toStringTag@13481",
|
|
80774
80791
|
"size"
|
|
80775
80792
|
],
|
|
80776
80793
|
"type": "object"
|
|
80777
80794
|
},
|
|
80778
80795
|
"Map<string,any>": {
|
|
80779
80796
|
"properties": {
|
|
80780
|
-
"__@toStringTag@
|
|
80797
|
+
"__@toStringTag@13481": {
|
|
80781
80798
|
"type": "string"
|
|
80782
80799
|
},
|
|
80783
80800
|
"size": {
|
|
@@ -80785,14 +80802,14 @@
|
|
|
80785
80802
|
}
|
|
80786
80803
|
},
|
|
80787
80804
|
"required": [
|
|
80788
|
-
"__@toStringTag@
|
|
80805
|
+
"__@toStringTag@13481",
|
|
80789
80806
|
"size"
|
|
80790
80807
|
],
|
|
80791
80808
|
"type": "object"
|
|
80792
80809
|
},
|
|
80793
80810
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
80794
80811
|
"properties": {
|
|
80795
|
-
"__@toStringTag@
|
|
80812
|
+
"__@toStringTag@13481": {
|
|
80796
80813
|
"type": "string"
|
|
80797
80814
|
},
|
|
80798
80815
|
"size": {
|
|
@@ -80800,14 +80817,14 @@
|
|
|
80800
80817
|
}
|
|
80801
80818
|
},
|
|
80802
80819
|
"required": [
|
|
80803
|
-
"__@toStringTag@
|
|
80820
|
+
"__@toStringTag@13481",
|
|
80804
80821
|
"size"
|
|
80805
80822
|
],
|
|
80806
80823
|
"type": "object"
|
|
80807
80824
|
},
|
|
80808
80825
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
80809
80826
|
"properties": {
|
|
80810
|
-
"__@toStringTag@
|
|
80827
|
+
"__@toStringTag@13481": {
|
|
80811
80828
|
"type": "string"
|
|
80812
80829
|
},
|
|
80813
80830
|
"size": {
|
|
@@ -80815,14 +80832,14 @@
|
|
|
80815
80832
|
}
|
|
80816
80833
|
},
|
|
80817
80834
|
"required": [
|
|
80818
|
-
"__@toStringTag@
|
|
80835
|
+
"__@toStringTag@13481",
|
|
80819
80836
|
"size"
|
|
80820
80837
|
],
|
|
80821
80838
|
"type": "object"
|
|
80822
80839
|
},
|
|
80823
80840
|
"Map<string|number,IAnimate>": {
|
|
80824
80841
|
"properties": {
|
|
80825
|
-
"__@toStringTag@
|
|
80842
|
+
"__@toStringTag@13481": {
|
|
80826
80843
|
"type": "string"
|
|
80827
80844
|
},
|
|
80828
80845
|
"size": {
|
|
@@ -80830,7 +80847,7 @@
|
|
|
80830
80847
|
}
|
|
80831
80848
|
},
|
|
80832
80849
|
"required": [
|
|
80833
|
-
"__@toStringTag@
|
|
80850
|
+
"__@toStringTag@13481",
|
|
80834
80851
|
"size"
|
|
80835
80852
|
],
|
|
80836
80853
|
"type": "object"
|
|
@@ -81785,6 +81802,13 @@
|
|
|
81785
81802
|
"shadowOffsetY": {
|
|
81786
81803
|
"type": "number"
|
|
81787
81804
|
},
|
|
81805
|
+
"shadowPickMode": {
|
|
81806
|
+
"enum": [
|
|
81807
|
+
"full",
|
|
81808
|
+
"graphic"
|
|
81809
|
+
],
|
|
81810
|
+
"type": "string"
|
|
81811
|
+
},
|
|
81788
81812
|
"shadowRootIdx": {
|
|
81789
81813
|
"type": "number"
|
|
81790
81814
|
},
|
|
@@ -84513,6 +84537,13 @@
|
|
|
84513
84537
|
"shadowOffsetY": {
|
|
84514
84538
|
"type": "number"
|
|
84515
84539
|
},
|
|
84540
|
+
"shadowPickMode": {
|
|
84541
|
+
"enum": [
|
|
84542
|
+
"full",
|
|
84543
|
+
"graphic"
|
|
84544
|
+
],
|
|
84545
|
+
"type": "string"
|
|
84546
|
+
},
|
|
84516
84547
|
"shadowRootIdx": {
|
|
84517
84548
|
"type": "number"
|
|
84518
84549
|
},
|
|
@@ -86815,6 +86846,13 @@
|
|
|
86815
86846
|
"shadowOffsetY": {
|
|
86816
86847
|
"type": "number"
|
|
86817
86848
|
},
|
|
86849
|
+
"shadowPickMode": {
|
|
86850
|
+
"enum": [
|
|
86851
|
+
"full",
|
|
86852
|
+
"graphic"
|
|
86853
|
+
],
|
|
86854
|
+
"type": "string"
|
|
86855
|
+
},
|
|
86818
86856
|
"shadowRootIdx": {
|
|
86819
86857
|
"type": "number"
|
|
86820
86858
|
},
|
|
@@ -87394,6 +87432,13 @@
|
|
|
87394
87432
|
"shadowOffsetY": {
|
|
87395
87433
|
"type": "number"
|
|
87396
87434
|
},
|
|
87435
|
+
"shadowPickMode": {
|
|
87436
|
+
"enum": [
|
|
87437
|
+
"full",
|
|
87438
|
+
"graphic"
|
|
87439
|
+
],
|
|
87440
|
+
"type": "string"
|
|
87441
|
+
},
|
|
87397
87442
|
"shadowRootIdx": {
|
|
87398
87443
|
"type": "number"
|
|
87399
87444
|
},
|
|
@@ -88012,9 +88057,22 @@
|
|
|
88012
88057
|
"type": "boolean"
|
|
88013
88058
|
},
|
|
88014
88059
|
"cornerRadius": {
|
|
88015
|
-
"
|
|
88016
|
-
|
|
88017
|
-
|
|
88060
|
+
"anyOf": [
|
|
88061
|
+
{
|
|
88062
|
+
"items": {
|
|
88063
|
+
"type": [
|
|
88064
|
+
"string",
|
|
88065
|
+
"number"
|
|
88066
|
+
]
|
|
88067
|
+
},
|
|
88068
|
+
"type": "array"
|
|
88069
|
+
},
|
|
88070
|
+
{
|
|
88071
|
+
"type": [
|
|
88072
|
+
"string",
|
|
88073
|
+
"number"
|
|
88074
|
+
]
|
|
88075
|
+
}
|
|
88018
88076
|
]
|
|
88019
88077
|
},
|
|
88020
88078
|
"cursor": {
|
|
@@ -88259,6 +88317,13 @@
|
|
|
88259
88317
|
"shadowOffsetY": {
|
|
88260
88318
|
"type": "number"
|
|
88261
88319
|
},
|
|
88320
|
+
"shadowPickMode": {
|
|
88321
|
+
"enum": [
|
|
88322
|
+
"full",
|
|
88323
|
+
"graphic"
|
|
88324
|
+
],
|
|
88325
|
+
"type": "string"
|
|
88326
|
+
},
|
|
88262
88327
|
"shadowRootIdx": {
|
|
88263
88328
|
"type": "number"
|
|
88264
88329
|
},
|
|
@@ -88525,6 +88590,9 @@
|
|
|
88525
88590
|
"cursor": {
|
|
88526
88591
|
"$ref": "#/definitions/Cursor"
|
|
88527
88592
|
},
|
|
88593
|
+
"curveTension": {
|
|
88594
|
+
"type": "number"
|
|
88595
|
+
},
|
|
88528
88596
|
"curveType": {
|
|
88529
88597
|
"$ref": "#/definitions/ICurveType"
|
|
88530
88598
|
},
|
|
@@ -88755,6 +88823,13 @@
|
|
|
88755
88823
|
"shadowOffsetY": {
|
|
88756
88824
|
"type": "number"
|
|
88757
88825
|
},
|
|
88826
|
+
"shadowPickMode": {
|
|
88827
|
+
"enum": [
|
|
88828
|
+
"full",
|
|
88829
|
+
"graphic"
|
|
88830
|
+
],
|
|
88831
|
+
"type": "string"
|
|
88832
|
+
},
|
|
88758
88833
|
"shadowRootIdx": {
|
|
88759
88834
|
"type": "number"
|
|
88760
88835
|
},
|
|
@@ -89282,6 +89357,13 @@
|
|
|
89282
89357
|
"shadowOffsetY": {
|
|
89283
89358
|
"type": "number"
|
|
89284
89359
|
},
|
|
89360
|
+
"shadowPickMode": {
|
|
89361
|
+
"enum": [
|
|
89362
|
+
"full",
|
|
89363
|
+
"graphic"
|
|
89364
|
+
],
|
|
89365
|
+
"type": "string"
|
|
89366
|
+
},
|
|
89285
89367
|
"shadowRootIdx": {
|
|
89286
89368
|
"type": "number"
|
|
89287
89369
|
},
|
|
@@ -89416,7 +89498,7 @@
|
|
|
89416
89498
|
},
|
|
89417
89499
|
"type": "object"
|
|
89418
89500
|
},
|
|
89419
|
-
"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>>": {
|
|
89501
|
+
"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>>": {
|
|
89420
89502
|
"properties": {
|
|
89421
89503
|
"_debug_bounds": {
|
|
89422
89504
|
"anyOf": [
|
|
@@ -89859,6 +89941,13 @@
|
|
|
89859
89941
|
"shadowOffsetY": {
|
|
89860
89942
|
"type": "number"
|
|
89861
89943
|
},
|
|
89944
|
+
"shadowPickMode": {
|
|
89945
|
+
"enum": [
|
|
89946
|
+
"full",
|
|
89947
|
+
"graphic"
|
|
89948
|
+
],
|
|
89949
|
+
"type": "string"
|
|
89950
|
+
},
|
|
89862
89951
|
"shadowRootIdx": {
|
|
89863
89952
|
"type": "number"
|
|
89864
89953
|
},
|
|
@@ -90411,6 +90500,13 @@
|
|
|
90411
90500
|
"shadowOffsetY": {
|
|
90412
90501
|
"type": "number"
|
|
90413
90502
|
},
|
|
90503
|
+
"shadowPickMode": {
|
|
90504
|
+
"enum": [
|
|
90505
|
+
"full",
|
|
90506
|
+
"graphic"
|
|
90507
|
+
],
|
|
90508
|
+
"type": "string"
|
|
90509
|
+
},
|
|
90414
90510
|
"shadowRootIdx": {
|
|
90415
90511
|
"type": "number"
|
|
90416
90512
|
},
|
|
@@ -90869,6 +90965,13 @@
|
|
|
90869
90965
|
"shadowOffsetY": {
|
|
90870
90966
|
"type": "number"
|
|
90871
90967
|
},
|
|
90968
|
+
"shadowPickMode": {
|
|
90969
|
+
"enum": [
|
|
90970
|
+
"full",
|
|
90971
|
+
"graphic"
|
|
90972
|
+
],
|
|
90973
|
+
"type": "string"
|
|
90974
|
+
},
|
|
90872
90975
|
"shadowRootIdx": {
|
|
90873
90976
|
"type": "number"
|
|
90874
90977
|
},
|
|
@@ -91493,6 +91596,13 @@
|
|
|
91493
91596
|
"shadowOffsetY": {
|
|
91494
91597
|
"type": "number"
|
|
91495
91598
|
},
|
|
91599
|
+
"shadowPickMode": {
|
|
91600
|
+
"enum": [
|
|
91601
|
+
"full",
|
|
91602
|
+
"graphic"
|
|
91603
|
+
],
|
|
91604
|
+
"type": "string"
|
|
91605
|
+
},
|
|
91496
91606
|
"shadowRootIdx": {
|
|
91497
91607
|
"type": "number"
|
|
91498
91608
|
},
|
|
@@ -92032,6 +92142,13 @@
|
|
|
92032
92142
|
"shadowOffsetY": {
|
|
92033
92143
|
"type": "number"
|
|
92034
92144
|
},
|
|
92145
|
+
"shadowPickMode": {
|
|
92146
|
+
"enum": [
|
|
92147
|
+
"full",
|
|
92148
|
+
"graphic"
|
|
92149
|
+
],
|
|
92150
|
+
"type": "string"
|
|
92151
|
+
},
|
|
92035
92152
|
"shadowRootIdx": {
|
|
92036
92153
|
"type": "number"
|
|
92037
92154
|
},
|
|
@@ -92572,6 +92689,9 @@
|
|
|
92572
92689
|
"cursor": {
|
|
92573
92690
|
"$ref": "#/definitions/Cursor"
|
|
92574
92691
|
},
|
|
92692
|
+
"curveTension": {
|
|
92693
|
+
"type": "number"
|
|
92694
|
+
},
|
|
92575
92695
|
"curveType": {
|
|
92576
92696
|
"$ref": "#/definitions/ICurveType"
|
|
92577
92697
|
},
|
|
@@ -92802,6 +92922,13 @@
|
|
|
92802
92922
|
"shadowOffsetY": {
|
|
92803
92923
|
"type": "number"
|
|
92804
92924
|
},
|
|
92925
|
+
"shadowPickMode": {
|
|
92926
|
+
"enum": [
|
|
92927
|
+
"full",
|
|
92928
|
+
"graphic"
|
|
92929
|
+
],
|
|
92930
|
+
"type": "string"
|
|
92931
|
+
},
|
|
92805
92932
|
"shadowRootIdx": {
|
|
92806
92933
|
"type": "number"
|
|
92807
92934
|
},
|
|
@@ -94245,6 +94372,13 @@
|
|
|
94245
94372
|
"shadowOffsetY": {
|
|
94246
94373
|
"type": "number"
|
|
94247
94374
|
},
|
|
94375
|
+
"shadowPickMode": {
|
|
94376
|
+
"enum": [
|
|
94377
|
+
"full",
|
|
94378
|
+
"graphic"
|
|
94379
|
+
],
|
|
94380
|
+
"type": "string"
|
|
94381
|
+
},
|
|
94248
94382
|
"shadowRootIdx": {
|
|
94249
94383
|
"type": "number"
|
|
94250
94384
|
},
|
|
@@ -94722,6 +94856,13 @@
|
|
|
94722
94856
|
"shadowOffsetY": {
|
|
94723
94857
|
"type": "number"
|
|
94724
94858
|
},
|
|
94859
|
+
"shadowPickMode": {
|
|
94860
|
+
"enum": [
|
|
94861
|
+
"full",
|
|
94862
|
+
"graphic"
|
|
94863
|
+
],
|
|
94864
|
+
"type": "string"
|
|
94865
|
+
},
|
|
94725
94866
|
"shadowRootIdx": {
|
|
94726
94867
|
"type": "number"
|
|
94727
94868
|
},
|
|
@@ -95455,6 +95596,13 @@
|
|
|
95455
95596
|
"shadowOffsetY": {
|
|
95456
95597
|
"type": "number"
|
|
95457
95598
|
},
|
|
95599
|
+
"shadowPickMode": {
|
|
95600
|
+
"enum": [
|
|
95601
|
+
"full",
|
|
95602
|
+
"graphic"
|
|
95603
|
+
],
|
|
95604
|
+
"type": "string"
|
|
95605
|
+
},
|
|
95458
95606
|
"shadowRootIdx": {
|
|
95459
95607
|
"type": "number"
|
|
95460
95608
|
},
|
|
@@ -96351,6 +96499,13 @@
|
|
|
96351
96499
|
"shadowOffsetY": {
|
|
96352
96500
|
"type": "number"
|
|
96353
96501
|
},
|
|
96502
|
+
"shadowPickMode": {
|
|
96503
|
+
"enum": [
|
|
96504
|
+
"full",
|
|
96505
|
+
"graphic"
|
|
96506
|
+
],
|
|
96507
|
+
"type": "string"
|
|
96508
|
+
},
|
|
96354
96509
|
"shadowRootIdx": {
|
|
96355
96510
|
"type": "number"
|
|
96356
96511
|
},
|
|
@@ -96887,6 +97042,13 @@
|
|
|
96887
97042
|
"shadowOffsetY": {
|
|
96888
97043
|
"type": "number"
|
|
96889
97044
|
},
|
|
97045
|
+
"shadowPickMode": {
|
|
97046
|
+
"enum": [
|
|
97047
|
+
"full",
|
|
97048
|
+
"graphic"
|
|
97049
|
+
],
|
|
97050
|
+
"type": "string"
|
|
97051
|
+
},
|
|
96890
97052
|
"shadowRootIdx": {
|
|
96891
97053
|
"type": "number"
|
|
96892
97054
|
},
|
|
@@ -98109,6 +98271,13 @@
|
|
|
98109
98271
|
"shadowOffsetY": {
|
|
98110
98272
|
"type": "number"
|
|
98111
98273
|
},
|
|
98274
|
+
"shadowPickMode": {
|
|
98275
|
+
"enum": [
|
|
98276
|
+
"full",
|
|
98277
|
+
"graphic"
|
|
98278
|
+
],
|
|
98279
|
+
"type": "string"
|
|
98280
|
+
},
|
|
98112
98281
|
"shadowRootIdx": {
|
|
98113
98282
|
"type": "number"
|
|
98114
98283
|
},
|
|
@@ -98247,7 +98416,7 @@
|
|
|
98247
98416
|
},
|
|
98248
98417
|
"type": "object"
|
|
98249
98418
|
},
|
|
98250
|
-
"Partial<Omit<{visible:boolean;customShape?:(text:
|
|
98419
|
+
"Partial<Omit<{visible:boolean;customShape?:(text:ITextGraphicAttribute|IRichTextAttribute,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>": {
|
|
98251
98420
|
"properties": {
|
|
98252
98421
|
"_debug_bounds": {
|
|
98253
98422
|
"anyOf": [
|
|
@@ -98645,6 +98814,13 @@
|
|
|
98645
98814
|
"shadowOffsetY": {
|
|
98646
98815
|
"type": "number"
|
|
98647
98816
|
},
|
|
98817
|
+
"shadowPickMode": {
|
|
98818
|
+
"enum": [
|
|
98819
|
+
"full",
|
|
98820
|
+
"graphic"
|
|
98821
|
+
],
|
|
98822
|
+
"type": "string"
|
|
98823
|
+
},
|
|
98648
98824
|
"shadowRootIdx": {
|
|
98649
98825
|
"type": "number"
|
|
98650
98826
|
},
|
|
@@ -99110,6 +99286,13 @@
|
|
|
99110
99286
|
"shadowOffsetY": {
|
|
99111
99287
|
"type": "number"
|
|
99112
99288
|
},
|
|
99289
|
+
"shadowPickMode": {
|
|
99290
|
+
"enum": [
|
|
99291
|
+
"full",
|
|
99292
|
+
"graphic"
|
|
99293
|
+
],
|
|
99294
|
+
"type": "string"
|
|
99295
|
+
},
|
|
99113
99296
|
"shadowRootIdx": {
|
|
99114
99297
|
"type": "number"
|
|
99115
99298
|
},
|
|
@@ -101389,34 +101572,34 @@
|
|
|
101389
101572
|
},
|
|
101390
101573
|
"Promise<FontFaceSet>": {
|
|
101391
101574
|
"properties": {
|
|
101392
|
-
"__@toStringTag@
|
|
101575
|
+
"__@toStringTag@13481": {
|
|
101393
101576
|
"type": "string"
|
|
101394
101577
|
}
|
|
101395
101578
|
},
|
|
101396
101579
|
"required": [
|
|
101397
|
-
"__@toStringTag@
|
|
101580
|
+
"__@toStringTag@13481"
|
|
101398
101581
|
],
|
|
101399
101582
|
"type": "object"
|
|
101400
101583
|
},
|
|
101401
101584
|
"Promise<ServiceWorkerRegistration>": {
|
|
101402
101585
|
"properties": {
|
|
101403
|
-
"__@toStringTag@
|
|
101586
|
+
"__@toStringTag@13481": {
|
|
101404
101587
|
"type": "string"
|
|
101405
101588
|
}
|
|
101406
101589
|
},
|
|
101407
101590
|
"required": [
|
|
101408
|
-
"__@toStringTag@
|
|
101591
|
+
"__@toStringTag@13481"
|
|
101409
101592
|
],
|
|
101410
101593
|
"type": "object"
|
|
101411
101594
|
},
|
|
101412
101595
|
"Promise<any>": {
|
|
101413
101596
|
"properties": {
|
|
101414
|
-
"__@toStringTag@
|
|
101597
|
+
"__@toStringTag@13481": {
|
|
101415
101598
|
"type": "string"
|
|
101416
101599
|
}
|
|
101417
101600
|
},
|
|
101418
101601
|
"required": [
|
|
101419
|
-
"__@toStringTag@
|
|
101602
|
+
"__@toStringTag@13481"
|
|
101420
101603
|
],
|
|
101421
101604
|
"type": "object"
|
|
101422
101605
|
},
|
|
@@ -102160,9 +102343,22 @@
|
|
|
102160
102343
|
"type": "boolean"
|
|
102161
102344
|
},
|
|
102162
102345
|
"cornerRadius": {
|
|
102163
|
-
"
|
|
102164
|
-
|
|
102165
|
-
|
|
102346
|
+
"anyOf": [
|
|
102347
|
+
{
|
|
102348
|
+
"items": {
|
|
102349
|
+
"type": [
|
|
102350
|
+
"string",
|
|
102351
|
+
"number"
|
|
102352
|
+
]
|
|
102353
|
+
},
|
|
102354
|
+
"type": "array"
|
|
102355
|
+
},
|
|
102356
|
+
{
|
|
102357
|
+
"type": [
|
|
102358
|
+
"string",
|
|
102359
|
+
"number"
|
|
102360
|
+
]
|
|
102361
|
+
}
|
|
102166
102362
|
]
|
|
102167
102363
|
},
|
|
102168
102364
|
"cursor": {
|
|
@@ -102407,6 +102603,13 @@
|
|
|
102407
102603
|
"shadowOffsetY": {
|
|
102408
102604
|
"type": "number"
|
|
102409
102605
|
},
|
|
102606
|
+
"shadowPickMode": {
|
|
102607
|
+
"enum": [
|
|
102608
|
+
"full",
|
|
102609
|
+
"graphic"
|
|
102610
|
+
],
|
|
102611
|
+
"type": "string"
|
|
102612
|
+
},
|
|
102410
102613
|
"shadowRootIdx": {
|
|
102411
102614
|
"type": "number"
|
|
102412
102615
|
},
|
|
@@ -102548,6 +102751,7 @@
|
|
|
102548
102751
|
"shadowGraphic",
|
|
102549
102752
|
"shadowOffsetX",
|
|
102550
102753
|
"shadowOffsetY",
|
|
102754
|
+
"shadowPickMode",
|
|
102551
102755
|
"shadowRootIdx",
|
|
102552
102756
|
"startAngle",
|
|
102553
102757
|
"stroke",
|
|
@@ -102760,6 +102964,9 @@
|
|
|
102760
102964
|
"cursor": {
|
|
102761
102965
|
"$ref": "#/definitions/Cursor"
|
|
102762
102966
|
},
|
|
102967
|
+
"curveTension": {
|
|
102968
|
+
"type": "number"
|
|
102969
|
+
},
|
|
102763
102970
|
"curveType": {
|
|
102764
102971
|
"$ref": "#/definitions/ICurveType"
|
|
102765
102972
|
},
|
|
@@ -102990,6 +103197,13 @@
|
|
|
102990
103197
|
"shadowOffsetY": {
|
|
102991
103198
|
"type": "number"
|
|
102992
103199
|
},
|
|
103200
|
+
"shadowPickMode": {
|
|
103201
|
+
"enum": [
|
|
103202
|
+
"full",
|
|
103203
|
+
"graphic"
|
|
103204
|
+
],
|
|
103205
|
+
"type": "string"
|
|
103206
|
+
},
|
|
102993
103207
|
"shadowRootIdx": {
|
|
102994
103208
|
"type": "number"
|
|
102995
103209
|
},
|
|
@@ -103082,6 +103296,7 @@
|
|
|
103082
103296
|
"connectedX",
|
|
103083
103297
|
"connectedY",
|
|
103084
103298
|
"cursor",
|
|
103299
|
+
"curveTension",
|
|
103085
103300
|
"curveType",
|
|
103086
103301
|
"customPickShape",
|
|
103087
103302
|
"dx",
|
|
@@ -103127,6 +103342,7 @@
|
|
|
103127
103342
|
"shadowGraphic",
|
|
103128
103343
|
"shadowOffsetX",
|
|
103129
103344
|
"shadowOffsetY",
|
|
103345
|
+
"shadowPickMode",
|
|
103130
103346
|
"shadowRootIdx",
|
|
103131
103347
|
"stroke",
|
|
103132
103348
|
"strokeBoundsBuffer",
|
|
@@ -103536,6 +103752,13 @@
|
|
|
103536
103752
|
"shadowOffsetY": {
|
|
103537
103753
|
"type": "number"
|
|
103538
103754
|
},
|
|
103755
|
+
"shadowPickMode": {
|
|
103756
|
+
"enum": [
|
|
103757
|
+
"full",
|
|
103758
|
+
"graphic"
|
|
103759
|
+
],
|
|
103760
|
+
"type": "string"
|
|
103761
|
+
},
|
|
103539
103762
|
"shadowRootIdx": {
|
|
103540
103763
|
"type": "number"
|
|
103541
103764
|
},
|
|
@@ -103669,6 +103892,7 @@
|
|
|
103669
103892
|
"shadowGraphic",
|
|
103670
103893
|
"shadowOffsetX",
|
|
103671
103894
|
"shadowOffsetY",
|
|
103895
|
+
"shadowPickMode",
|
|
103672
103896
|
"shadowRootIdx",
|
|
103673
103897
|
"startAngle",
|
|
103674
103898
|
"stroke",
|
|
@@ -104102,6 +104326,13 @@
|
|
|
104102
104326
|
"shadowOffsetY": {
|
|
104103
104327
|
"type": "number"
|
|
104104
104328
|
},
|
|
104329
|
+
"shadowPickMode": {
|
|
104330
|
+
"enum": [
|
|
104331
|
+
"full",
|
|
104332
|
+
"graphic"
|
|
104333
|
+
],
|
|
104334
|
+
"type": "string"
|
|
104335
|
+
},
|
|
104105
104336
|
"shadowRootIdx": {
|
|
104106
104337
|
"type": "number"
|
|
104107
104338
|
},
|
|
@@ -104237,6 +104468,7 @@
|
|
|
104237
104468
|
"shadowGraphic",
|
|
104238
104469
|
"shadowOffsetX",
|
|
104239
104470
|
"shadowOffsetY",
|
|
104471
|
+
"shadowPickMode",
|
|
104240
104472
|
"shadowRootIdx",
|
|
104241
104473
|
"stroke",
|
|
104242
104474
|
"strokeBoundsBuffer",
|
|
@@ -104720,6 +104952,13 @@
|
|
|
104720
104952
|
"shadowOffsetY": {
|
|
104721
104953
|
"type": "number"
|
|
104722
104954
|
},
|
|
104955
|
+
"shadowPickMode": {
|
|
104956
|
+
"enum": [
|
|
104957
|
+
"full",
|
|
104958
|
+
"graphic"
|
|
104959
|
+
],
|
|
104960
|
+
"type": "string"
|
|
104961
|
+
},
|
|
104723
104962
|
"shadowRootIdx": {
|
|
104724
104963
|
"type": "number"
|
|
104725
104964
|
},
|
|
@@ -104865,6 +105104,7 @@
|
|
|
104865
105104
|
"shadowGraphic",
|
|
104866
105105
|
"shadowOffsetX",
|
|
104867
105106
|
"shadowOffsetY",
|
|
105107
|
+
"shadowPickMode",
|
|
104868
105108
|
"shadowRootIdx",
|
|
104869
105109
|
"stroke",
|
|
104870
105110
|
"strokeBoundsBuffer",
|
|
@@ -105305,6 +105545,13 @@
|
|
|
105305
105545
|
"shadowOffsetY": {
|
|
105306
105546
|
"type": "number"
|
|
105307
105547
|
},
|
|
105548
|
+
"shadowPickMode": {
|
|
105549
|
+
"enum": [
|
|
105550
|
+
"full",
|
|
105551
|
+
"graphic"
|
|
105552
|
+
],
|
|
105553
|
+
"type": "string"
|
|
105554
|
+
},
|
|
105308
105555
|
"shadowRootIdx": {
|
|
105309
105556
|
"type": "number"
|
|
105310
105557
|
},
|
|
@@ -105441,6 +105688,7 @@
|
|
|
105441
105688
|
"shadowGraphic",
|
|
105442
105689
|
"shadowOffsetX",
|
|
105443
105690
|
"shadowOffsetY",
|
|
105691
|
+
"shadowPickMode",
|
|
105444
105692
|
"shadowRootIdx",
|
|
105445
105693
|
"stroke",
|
|
105446
105694
|
"strokeBoundsBuffer",
|
|
@@ -105656,6 +105904,9 @@
|
|
|
105656
105904
|
"cursor": {
|
|
105657
105905
|
"$ref": "#/definitions/Cursor"
|
|
105658
105906
|
},
|
|
105907
|
+
"curveTension": {
|
|
105908
|
+
"type": "number"
|
|
105909
|
+
},
|
|
105659
105910
|
"curveType": {
|
|
105660
105911
|
"$ref": "#/definitions/ICurveType"
|
|
105661
105912
|
},
|
|
@@ -105886,6 +106137,13 @@
|
|
|
105886
106137
|
"shadowOffsetY": {
|
|
105887
106138
|
"type": "number"
|
|
105888
106139
|
},
|
|
106140
|
+
"shadowPickMode": {
|
|
106141
|
+
"enum": [
|
|
106142
|
+
"full",
|
|
106143
|
+
"graphic"
|
|
106144
|
+
],
|
|
106145
|
+
"type": "string"
|
|
106146
|
+
},
|
|
105889
106147
|
"shadowRootIdx": {
|
|
105890
106148
|
"type": "number"
|
|
105891
106149
|
},
|
|
@@ -105979,6 +106237,7 @@
|
|
|
105979
106237
|
"connectedX",
|
|
105980
106238
|
"connectedY",
|
|
105981
106239
|
"cursor",
|
|
106240
|
+
"curveTension",
|
|
105982
106241
|
"curveType",
|
|
105983
106242
|
"customPickShape",
|
|
105984
106243
|
"dx",
|
|
@@ -106024,6 +106283,7 @@
|
|
|
106024
106283
|
"shadowGraphic",
|
|
106025
106284
|
"shadowOffsetX",
|
|
106026
106285
|
"shadowOffsetY",
|
|
106286
|
+
"shadowPickMode",
|
|
106027
106287
|
"shadowRootIdx",
|
|
106028
106288
|
"stroke",
|
|
106029
106289
|
"strokeBoundsBuffer",
|
|
@@ -106440,6 +106700,13 @@
|
|
|
106440
106700
|
"shadowOffsetY": {
|
|
106441
106701
|
"type": "number"
|
|
106442
106702
|
},
|
|
106703
|
+
"shadowPickMode": {
|
|
106704
|
+
"enum": [
|
|
106705
|
+
"full",
|
|
106706
|
+
"graphic"
|
|
106707
|
+
],
|
|
106708
|
+
"type": "string"
|
|
106709
|
+
},
|
|
106443
106710
|
"shadowRootIdx": {
|
|
106444
106711
|
"type": "number"
|
|
106445
106712
|
},
|
|
@@ -106570,6 +106837,7 @@
|
|
|
106570
106837
|
"shadowGraphic",
|
|
106571
106838
|
"shadowOffsetX",
|
|
106572
106839
|
"shadowOffsetY",
|
|
106840
|
+
"shadowPickMode",
|
|
106573
106841
|
"shadowRootIdx",
|
|
106574
106842
|
"stroke",
|
|
106575
106843
|
"strokeBoundsBuffer",
|
|
@@ -106995,6 +107263,13 @@
|
|
|
106995
107263
|
"shadowOffsetY": {
|
|
106996
107264
|
"type": "number"
|
|
106997
107265
|
},
|
|
107266
|
+
"shadowPickMode": {
|
|
107267
|
+
"enum": [
|
|
107268
|
+
"full",
|
|
107269
|
+
"graphic"
|
|
107270
|
+
],
|
|
107271
|
+
"type": "string"
|
|
107272
|
+
},
|
|
106998
107273
|
"shadowRootIdx": {
|
|
106999
107274
|
"type": "number"
|
|
107000
107275
|
},
|
|
@@ -107126,6 +107401,7 @@
|
|
|
107126
107401
|
"shadowGraphic",
|
|
107127
107402
|
"shadowOffsetX",
|
|
107128
107403
|
"shadowOffsetY",
|
|
107404
|
+
"shadowPickMode",
|
|
107129
107405
|
"shadowRootIdx",
|
|
107130
107406
|
"stroke",
|
|
107131
107407
|
"strokeBoundsBuffer",
|
|
@@ -107545,6 +107821,13 @@
|
|
|
107545
107821
|
"shadowOffsetY": {
|
|
107546
107822
|
"type": "number"
|
|
107547
107823
|
},
|
|
107824
|
+
"shadowPickMode": {
|
|
107825
|
+
"enum": [
|
|
107826
|
+
"full",
|
|
107827
|
+
"graphic"
|
|
107828
|
+
],
|
|
107829
|
+
"type": "string"
|
|
107830
|
+
},
|
|
107548
107831
|
"shadowRootIdx": {
|
|
107549
107832
|
"type": "number"
|
|
107550
107833
|
},
|
|
@@ -107684,6 +107967,7 @@
|
|
|
107684
107967
|
"shadowGraphic",
|
|
107685
107968
|
"shadowOffsetX",
|
|
107686
107969
|
"shadowOffsetY",
|
|
107970
|
+
"shadowPickMode",
|
|
107687
107971
|
"shadowRootIdx",
|
|
107688
107972
|
"stroke",
|
|
107689
107973
|
"strokeBoundsBuffer",
|
|
@@ -108166,6 +108450,13 @@
|
|
|
108166
108450
|
"shadowOffsetY": {
|
|
108167
108451
|
"type": "number"
|
|
108168
108452
|
},
|
|
108453
|
+
"shadowPickMode": {
|
|
108454
|
+
"enum": [
|
|
108455
|
+
"full",
|
|
108456
|
+
"graphic"
|
|
108457
|
+
],
|
|
108458
|
+
"type": "string"
|
|
108459
|
+
},
|
|
108169
108460
|
"shadowRootIdx": {
|
|
108170
108461
|
"type": "number"
|
|
108171
108462
|
},
|
|
@@ -108398,6 +108689,7 @@
|
|
|
108398
108689
|
"shadowGraphic",
|
|
108399
108690
|
"shadowOffsetX",
|
|
108400
108691
|
"shadowOffsetY",
|
|
108692
|
+
"shadowPickMode",
|
|
108401
108693
|
"shadowRootIdx",
|
|
108402
108694
|
"singleLine",
|
|
108403
108695
|
"stroke",
|
|
@@ -108931,6 +109223,13 @@
|
|
|
108931
109223
|
"shadowOffsetY": {
|
|
108932
109224
|
"type": "number"
|
|
108933
109225
|
},
|
|
109226
|
+
"shadowPickMode": {
|
|
109227
|
+
"enum": [
|
|
109228
|
+
"full",
|
|
109229
|
+
"graphic"
|
|
109230
|
+
],
|
|
109231
|
+
"type": "string"
|
|
109232
|
+
},
|
|
108934
109233
|
"shadowRootIdx": {
|
|
108935
109234
|
"type": "number"
|
|
108936
109235
|
},
|
|
@@ -109084,6 +109383,7 @@
|
|
|
109084
109383
|
"shadowGraphic",
|
|
109085
109384
|
"shadowOffsetX",
|
|
109086
109385
|
"shadowOffsetY",
|
|
109386
|
+
"shadowPickMode",
|
|
109087
109387
|
"shadowRootIdx",
|
|
109088
109388
|
"stroke",
|
|
109089
109389
|
"strokeBoundsBuffer",
|
|
@@ -109490,6 +109790,13 @@
|
|
|
109490
109790
|
"shadowOffsetY": {
|
|
109491
109791
|
"type": "number"
|
|
109492
109792
|
},
|
|
109793
|
+
"shadowPickMode": {
|
|
109794
|
+
"enum": [
|
|
109795
|
+
"full",
|
|
109796
|
+
"graphic"
|
|
109797
|
+
],
|
|
109798
|
+
"type": "string"
|
|
109799
|
+
},
|
|
109493
109800
|
"shadowRootIdx": {
|
|
109494
109801
|
"type": "number"
|
|
109495
109802
|
},
|
|
@@ -109641,6 +109948,7 @@
|
|
|
109641
109948
|
"shadowGraphic",
|
|
109642
109949
|
"shadowOffsetX",
|
|
109643
109950
|
"shadowOffsetY",
|
|
109951
|
+
"shadowPickMode",
|
|
109644
109952
|
"shadowRootIdx",
|
|
109645
109953
|
"size",
|
|
109646
109954
|
"stroke",
|
|
@@ -110104,6 +110412,13 @@
|
|
|
110104
110412
|
"shadowOffsetY": {
|
|
110105
110413
|
"type": "number"
|
|
110106
110414
|
},
|
|
110415
|
+
"shadowPickMode": {
|
|
110416
|
+
"enum": [
|
|
110417
|
+
"full",
|
|
110418
|
+
"graphic"
|
|
110419
|
+
],
|
|
110420
|
+
"type": "string"
|
|
110421
|
+
},
|
|
110107
110422
|
"shadowRootIdx": {
|
|
110108
110423
|
"type": "number"
|
|
110109
110424
|
},
|
|
@@ -110315,6 +110630,7 @@
|
|
|
110315
110630
|
"shadowGraphic",
|
|
110316
110631
|
"shadowOffsetX",
|
|
110317
110632
|
"shadowOffsetY",
|
|
110633
|
+
"shadowPickMode",
|
|
110318
110634
|
"shadowRootIdx",
|
|
110319
110635
|
"stroke",
|
|
110320
110636
|
"strokeBoundsBuffer",
|
|
@@ -114625,16 +114941,13 @@
|
|
|
114625
114941
|
{
|
|
114626
114942
|
"enum": [
|
|
114627
114943
|
"basis",
|
|
114628
|
-
"bundle",
|
|
114629
|
-
"cardinal",
|
|
114630
|
-
"cardinalClosed",
|
|
114631
114944
|
"catmullRom",
|
|
114945
|
+
"catmullRomClosed",
|
|
114632
114946
|
"linear",
|
|
114633
114947
|
"linearClosed",
|
|
114634
114948
|
"monotone",
|
|
114635
114949
|
"monotoneX",
|
|
114636
114950
|
"monotoneY",
|
|
114637
|
-
"natural",
|
|
114638
114951
|
"step",
|
|
114639
114952
|
"stepAfter",
|
|
114640
114953
|
"stepBefore"
|