@visactor/vchart-schema 1.5.1-alpha.0 → 1.5.1-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.
- package/package.json +3 -3
- package/vchart.json +35 -1743
package/vchart.json
CHANGED
|
@@ -25806,19 +25806,19 @@
|
|
|
25806
25806
|
"items": {
|
|
25807
25807
|
"anyOf": [
|
|
25808
25808
|
{
|
|
25809
|
-
"$ref": "#/definitions/
|
|
25809
|
+
"$ref": "#/definitions/IFunnelSeriesSpec"
|
|
25810
25810
|
},
|
|
25811
25811
|
{
|
|
25812
|
-
"$ref": "#/definitions/
|
|
25812
|
+
"$ref": "#/definitions/IFunnel3dSeriesSpec"
|
|
25813
25813
|
},
|
|
25814
25814
|
{
|
|
25815
|
-
"$ref": "#/definitions/
|
|
25815
|
+
"$ref": "#/definitions/IAreaSeriesSpec"
|
|
25816
25816
|
},
|
|
25817
25817
|
{
|
|
25818
|
-
"$ref": "#/definitions/
|
|
25818
|
+
"$ref": "#/definitions/ICircularProgressSeriesSpec"
|
|
25819
25819
|
},
|
|
25820
25820
|
{
|
|
25821
|
-
"$ref": "#/definitions/
|
|
25821
|
+
"$ref": "#/definitions/IDotSeriesSpec"
|
|
25822
25822
|
},
|
|
25823
25823
|
{
|
|
25824
25824
|
"$ref": "#/definitions/IBarSeriesSpec"
|
|
@@ -26460,7 +26460,7 @@
|
|
|
26460
26460
|
"setLineDash": {
|
|
26461
26461
|
"typeof": "function"
|
|
26462
26462
|
},
|
|
26463
|
-
"
|
|
26463
|
+
"setShadowStyle": {
|
|
26464
26464
|
"typeof": "function"
|
|
26465
26465
|
},
|
|
26466
26466
|
"setStrokeStyle": {
|
|
@@ -28342,41 +28342,6 @@
|
|
|
28342
28342
|
],
|
|
28343
28343
|
"type": "string"
|
|
28344
28344
|
},
|
|
28345
|
-
"globalCompositeOperation": {
|
|
28346
|
-
"enum": [
|
|
28347
|
-
"",
|
|
28348
|
-
"color",
|
|
28349
|
-
"color-burn",
|
|
28350
|
-
"color-dodge",
|
|
28351
|
-
"copy",
|
|
28352
|
-
"darken",
|
|
28353
|
-
"destination-atop",
|
|
28354
|
-
"destination-in",
|
|
28355
|
-
"destination-out",
|
|
28356
|
-
"destination-over",
|
|
28357
|
-
"difference",
|
|
28358
|
-
"exclusion",
|
|
28359
|
-
"hard-light",
|
|
28360
|
-
"hue",
|
|
28361
|
-
"lighten",
|
|
28362
|
-
"lighter",
|
|
28363
|
-
"luminosity",
|
|
28364
|
-
"multiply",
|
|
28365
|
-
"overlay",
|
|
28366
|
-
"saturation",
|
|
28367
|
-
"screen",
|
|
28368
|
-
"soft-light",
|
|
28369
|
-
"source-atop",
|
|
28370
|
-
"source-in",
|
|
28371
|
-
"source-out",
|
|
28372
|
-
"source-over",
|
|
28373
|
-
"xor"
|
|
28374
|
-
],
|
|
28375
|
-
"type": "string"
|
|
28376
|
-
},
|
|
28377
|
-
"globalZIndex": {
|
|
28378
|
-
"type": "number"
|
|
28379
|
-
},
|
|
28380
28345
|
"height": {
|
|
28381
28346
|
"anyOf": [
|
|
28382
28347
|
{
|
|
@@ -28568,15 +28533,6 @@
|
|
|
28568
28533
|
"outerBorder": {
|
|
28569
28534
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
28570
28535
|
},
|
|
28571
|
-
"overflow": {
|
|
28572
|
-
"enum": [
|
|
28573
|
-
"hidden",
|
|
28574
|
-
"scroll",
|
|
28575
|
-
"scroll-x",
|
|
28576
|
-
"scroll-y"
|
|
28577
|
-
],
|
|
28578
|
-
"type": "string"
|
|
28579
|
-
},
|
|
28580
28536
|
"padding": {
|
|
28581
28537
|
"anyOf": [
|
|
28582
28538
|
{
|
|
@@ -37971,9 +37927,6 @@
|
|
|
37971
37927
|
"layer": {
|
|
37972
37928
|
"$ref": "#/definitions/ILayer"
|
|
37973
37929
|
},
|
|
37974
|
-
"layerMode": {
|
|
37975
|
-
"$ref": "#/definitions/LayerMode"
|
|
37976
|
-
},
|
|
37977
37930
|
"main": {
|
|
37978
37931
|
"type": "boolean"
|
|
37979
37932
|
},
|
|
@@ -38095,9 +38048,6 @@
|
|
|
38095
38048
|
"render": {
|
|
38096
38049
|
"typeof": "function"
|
|
38097
38050
|
},
|
|
38098
|
-
"renderCount": {
|
|
38099
|
-
"type": "number"
|
|
38100
|
-
},
|
|
38101
38051
|
"resize": {
|
|
38102
38052
|
"typeof": "function"
|
|
38103
38053
|
},
|
|
@@ -38230,6 +38180,9 @@
|
|
|
38230
38180
|
"viewWidth": {
|
|
38231
38181
|
"type": "number"
|
|
38232
38182
|
},
|
|
38183
|
+
"virtual": {
|
|
38184
|
+
"type": "boolean"
|
|
38185
|
+
},
|
|
38233
38186
|
"width": {
|
|
38234
38187
|
"type": "number"
|
|
38235
38188
|
}
|
|
@@ -38313,7 +38266,6 @@
|
|
|
38313
38266
|
"isParentOf",
|
|
38314
38267
|
"isValid",
|
|
38315
38268
|
"lastChild",
|
|
38316
|
-
"layerMode",
|
|
38317
38269
|
"main",
|
|
38318
38270
|
"off",
|
|
38319
38271
|
"offscreen",
|
|
@@ -38334,7 +38286,6 @@
|
|
|
38334
38286
|
"removeEventListener",
|
|
38335
38287
|
"removeState",
|
|
38336
38288
|
"render",
|
|
38337
|
-
"renderCount",
|
|
38338
38289
|
"resize",
|
|
38339
38290
|
"resizeView",
|
|
38340
38291
|
"rotate",
|
|
@@ -38370,6 +38321,7 @@
|
|
|
38370
38321
|
"valid",
|
|
38371
38322
|
"viewHeight",
|
|
38372
38323
|
"viewWidth",
|
|
38324
|
+
"virtual",
|
|
38373
38325
|
"width"
|
|
38374
38326
|
],
|
|
38375
38327
|
"type": "object"
|
|
@@ -38385,9 +38337,6 @@
|
|
|
38385
38337
|
"layerCount": {
|
|
38386
38338
|
"typeof": "function"
|
|
38387
38339
|
},
|
|
38388
|
-
"prepareStageLayer": {
|
|
38389
|
-
"typeof": "function"
|
|
38390
|
-
},
|
|
38391
38340
|
"releaseLayer": {
|
|
38392
38341
|
"typeof": "function"
|
|
38393
38342
|
},
|
|
@@ -38399,7 +38348,6 @@
|
|
|
38399
38348
|
"createLayer",
|
|
38400
38349
|
"getStageLayer",
|
|
38401
38350
|
"layerCount",
|
|
38402
|
-
"prepareStageLayer",
|
|
38403
38351
|
"releaseLayer",
|
|
38404
38352
|
"restLayerCount"
|
|
38405
38353
|
],
|
|
@@ -45720,41 +45668,6 @@
|
|
|
45720
45668
|
],
|
|
45721
45669
|
"type": "string"
|
|
45722
45670
|
},
|
|
45723
|
-
"globalCompositeOperation": {
|
|
45724
|
-
"enum": [
|
|
45725
|
-
"",
|
|
45726
|
-
"color",
|
|
45727
|
-
"color-burn",
|
|
45728
|
-
"color-dodge",
|
|
45729
|
-
"copy",
|
|
45730
|
-
"darken",
|
|
45731
|
-
"destination-atop",
|
|
45732
|
-
"destination-in",
|
|
45733
|
-
"destination-out",
|
|
45734
|
-
"destination-over",
|
|
45735
|
-
"difference",
|
|
45736
|
-
"exclusion",
|
|
45737
|
-
"hard-light",
|
|
45738
|
-
"hue",
|
|
45739
|
-
"lighten",
|
|
45740
|
-
"lighter",
|
|
45741
|
-
"luminosity",
|
|
45742
|
-
"multiply",
|
|
45743
|
-
"overlay",
|
|
45744
|
-
"saturation",
|
|
45745
|
-
"screen",
|
|
45746
|
-
"soft-light",
|
|
45747
|
-
"source-atop",
|
|
45748
|
-
"source-in",
|
|
45749
|
-
"source-out",
|
|
45750
|
-
"source-over",
|
|
45751
|
-
"xor"
|
|
45752
|
-
],
|
|
45753
|
-
"type": "string"
|
|
45754
|
-
},
|
|
45755
|
-
"globalZIndex": {
|
|
45756
|
-
"type": "number"
|
|
45757
|
-
},
|
|
45758
45671
|
"height": {
|
|
45759
45672
|
"type": "number"
|
|
45760
45673
|
},
|
|
@@ -45814,15 +45727,6 @@
|
|
|
45814
45727
|
"outerBorder": {
|
|
45815
45728
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
45816
45729
|
},
|
|
45817
|
-
"overflow": {
|
|
45818
|
-
"enum": [
|
|
45819
|
-
"hidden",
|
|
45820
|
-
"scroll",
|
|
45821
|
-
"scroll-x",
|
|
45822
|
-
"scroll-y"
|
|
45823
|
-
],
|
|
45824
|
-
"type": "string"
|
|
45825
|
-
},
|
|
45826
45730
|
"padding": {
|
|
45827
45731
|
"$ref": "#/definitions/Padding"
|
|
45828
45732
|
},
|
|
@@ -51290,23 +51194,7 @@
|
|
|
51290
51194
|
"IRenderServiceDrawParams": {
|
|
51291
51195
|
"properties": {
|
|
51292
51196
|
"clear": {
|
|
51293
|
-
"
|
|
51294
|
-
{
|
|
51295
|
-
"$ref": "#/definitions/ILinearGradient"
|
|
51296
|
-
},
|
|
51297
|
-
{
|
|
51298
|
-
"$ref": "#/definitions/IRadialGradient"
|
|
51299
|
-
},
|
|
51300
|
-
{
|
|
51301
|
-
"$ref": "#/definitions/IConicalGradient"
|
|
51302
|
-
},
|
|
51303
|
-
{
|
|
51304
|
-
"type": [
|
|
51305
|
-
"string",
|
|
51306
|
-
"boolean"
|
|
51307
|
-
]
|
|
51308
|
-
}
|
|
51309
|
-
]
|
|
51197
|
+
"$ref": "#/definitions/IColor"
|
|
51310
51198
|
},
|
|
51311
51199
|
"context": {
|
|
51312
51200
|
"$ref": "#/definitions/IContext2d"
|
|
@@ -64538,14 +64426,6 @@
|
|
|
64538
64426
|
],
|
|
64539
64427
|
"type": "string"
|
|
64540
64428
|
},
|
|
64541
|
-
"LayerMode": {
|
|
64542
|
-
"enum": [
|
|
64543
|
-
"dynamic",
|
|
64544
|
-
"static",
|
|
64545
|
-
"virtual"
|
|
64546
|
-
],
|
|
64547
|
-
"type": "string"
|
|
64548
|
-
},
|
|
64549
64429
|
"LineStrokeCap": {
|
|
64550
64430
|
"enum": [
|
|
64551
64431
|
"butt",
|
|
@@ -64622,7 +64502,7 @@
|
|
|
64622
64502
|
},
|
|
64623
64503
|
"Map<Function,(...args:any[])=>void>": {
|
|
64624
64504
|
"properties": {
|
|
64625
|
-
"__@toStringTag@
|
|
64505
|
+
"__@toStringTag@13081": {
|
|
64626
64506
|
"type": "string"
|
|
64627
64507
|
},
|
|
64628
64508
|
"size": {
|
|
@@ -64630,14 +64510,14 @@
|
|
|
64630
64510
|
}
|
|
64631
64511
|
},
|
|
64632
64512
|
"required": [
|
|
64633
|
-
"__@toStringTag@
|
|
64513
|
+
"__@toStringTag@13081",
|
|
64634
64514
|
"size"
|
|
64635
64515
|
],
|
|
64636
64516
|
"type": "object"
|
|
64637
64517
|
},
|
|
64638
64518
|
"Map<number,IGraphicPicker>": {
|
|
64639
64519
|
"properties": {
|
|
64640
|
-
"__@toStringTag@
|
|
64520
|
+
"__@toStringTag@13081": {
|
|
64641
64521
|
"type": "string"
|
|
64642
64522
|
},
|
|
64643
64523
|
"size": {
|
|
@@ -64645,14 +64525,14 @@
|
|
|
64645
64525
|
}
|
|
64646
64526
|
},
|
|
64647
64527
|
"required": [
|
|
64648
|
-
"__@toStringTag@
|
|
64528
|
+
"__@toStringTag@13081",
|
|
64649
64529
|
"size"
|
|
64650
64530
|
],
|
|
64651
64531
|
"type": "object"
|
|
64652
64532
|
},
|
|
64653
64533
|
"Map<number,IGraphicRender>": {
|
|
64654
64534
|
"properties": {
|
|
64655
|
-
"__@toStringTag@
|
|
64535
|
+
"__@toStringTag@13081": {
|
|
64656
64536
|
"type": "string"
|
|
64657
64537
|
},
|
|
64658
64538
|
"size": {
|
|
@@ -64660,14 +64540,14 @@
|
|
|
64660
64540
|
}
|
|
64661
64541
|
},
|
|
64662
64542
|
"required": [
|
|
64663
|
-
"__@toStringTag@
|
|
64543
|
+
"__@toStringTag@13081",
|
|
64664
64544
|
"size"
|
|
64665
64545
|
],
|
|
64666
64546
|
"type": "object"
|
|
64667
64547
|
},
|
|
64668
64548
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
64669
64549
|
"properties": {
|
|
64670
|
-
"__@toStringTag@
|
|
64550
|
+
"__@toStringTag@13081": {
|
|
64671
64551
|
"type": "string"
|
|
64672
64552
|
},
|
|
64673
64553
|
"size": {
|
|
@@ -64675,14 +64555,14 @@
|
|
|
64675
64555
|
}
|
|
64676
64556
|
},
|
|
64677
64557
|
"required": [
|
|
64678
|
-
"__@toStringTag@
|
|
64558
|
+
"__@toStringTag@13081",
|
|
64679
64559
|
"size"
|
|
64680
64560
|
],
|
|
64681
64561
|
"type": "object"
|
|
64682
64562
|
},
|
|
64683
64563
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
64684
64564
|
"properties": {
|
|
64685
|
-
"__@toStringTag@
|
|
64565
|
+
"__@toStringTag@13081": {
|
|
64686
64566
|
"type": "string"
|
|
64687
64567
|
},
|
|
64688
64568
|
"size": {
|
|
@@ -64690,14 +64570,14 @@
|
|
|
64690
64570
|
}
|
|
64691
64571
|
},
|
|
64692
64572
|
"required": [
|
|
64693
|
-
"__@toStringTag@
|
|
64573
|
+
"__@toStringTag@13081",
|
|
64694
64574
|
"size"
|
|
64695
64575
|
],
|
|
64696
64576
|
"type": "object"
|
|
64697
64577
|
},
|
|
64698
64578
|
"Map<string,any>": {
|
|
64699
64579
|
"properties": {
|
|
64700
|
-
"__@toStringTag@
|
|
64580
|
+
"__@toStringTag@13081": {
|
|
64701
64581
|
"type": "string"
|
|
64702
64582
|
},
|
|
64703
64583
|
"size": {
|
|
@@ -64705,14 +64585,14 @@
|
|
|
64705
64585
|
}
|
|
64706
64586
|
},
|
|
64707
64587
|
"required": [
|
|
64708
|
-
"__@toStringTag@
|
|
64588
|
+
"__@toStringTag@13081",
|
|
64709
64589
|
"size"
|
|
64710
64590
|
],
|
|
64711
64591
|
"type": "object"
|
|
64712
64592
|
},
|
|
64713
64593
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
64714
64594
|
"properties": {
|
|
64715
|
-
"__@toStringTag@
|
|
64595
|
+
"__@toStringTag@13081": {
|
|
64716
64596
|
"type": "string"
|
|
64717
64597
|
},
|
|
64718
64598
|
"size": {
|
|
@@ -64720,14 +64600,14 @@
|
|
|
64720
64600
|
}
|
|
64721
64601
|
},
|
|
64722
64602
|
"required": [
|
|
64723
|
-
"__@toStringTag@
|
|
64603
|
+
"__@toStringTag@13081",
|
|
64724
64604
|
"size"
|
|
64725
64605
|
],
|
|
64726
64606
|
"type": "object"
|
|
64727
64607
|
},
|
|
64728
64608
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
64729
64609
|
"properties": {
|
|
64730
|
-
"__@toStringTag@
|
|
64610
|
+
"__@toStringTag@13081": {
|
|
64731
64611
|
"type": "string"
|
|
64732
64612
|
},
|
|
64733
64613
|
"size": {
|
|
@@ -64735,14 +64615,14 @@
|
|
|
64735
64615
|
}
|
|
64736
64616
|
},
|
|
64737
64617
|
"required": [
|
|
64738
|
-
"__@toStringTag@
|
|
64618
|
+
"__@toStringTag@13081",
|
|
64739
64619
|
"size"
|
|
64740
64620
|
],
|
|
64741
64621
|
"type": "object"
|
|
64742
64622
|
},
|
|
64743
64623
|
"Map<string|number,IAnimate>": {
|
|
64744
64624
|
"properties": {
|
|
64745
|
-
"__@toStringTag@
|
|
64625
|
+
"__@toStringTag@13081": {
|
|
64746
64626
|
"type": "string"
|
|
64747
64627
|
},
|
|
64748
64628
|
"size": {
|
|
@@ -64750,7 +64630,7 @@
|
|
|
64750
64630
|
}
|
|
64751
64631
|
},
|
|
64752
64632
|
"required": [
|
|
64753
|
-
"__@toStringTag@
|
|
64633
|
+
"__@toStringTag@13081",
|
|
64754
64634
|
"size"
|
|
64755
64635
|
],
|
|
64756
64636
|
"type": "object"
|
|
@@ -65279,41 +65159,6 @@
|
|
|
65279
65159
|
],
|
|
65280
65160
|
"type": "string"
|
|
65281
65161
|
},
|
|
65282
|
-
"globalCompositeOperation": {
|
|
65283
|
-
"enum": [
|
|
65284
|
-
"",
|
|
65285
|
-
"color",
|
|
65286
|
-
"color-burn",
|
|
65287
|
-
"color-dodge",
|
|
65288
|
-
"copy",
|
|
65289
|
-
"darken",
|
|
65290
|
-
"destination-atop",
|
|
65291
|
-
"destination-in",
|
|
65292
|
-
"destination-out",
|
|
65293
|
-
"destination-over",
|
|
65294
|
-
"difference",
|
|
65295
|
-
"exclusion",
|
|
65296
|
-
"hard-light",
|
|
65297
|
-
"hue",
|
|
65298
|
-
"lighten",
|
|
65299
|
-
"lighter",
|
|
65300
|
-
"luminosity",
|
|
65301
|
-
"multiply",
|
|
65302
|
-
"overlay",
|
|
65303
|
-
"saturation",
|
|
65304
|
-
"screen",
|
|
65305
|
-
"soft-light",
|
|
65306
|
-
"source-atop",
|
|
65307
|
-
"source-in",
|
|
65308
|
-
"source-out",
|
|
65309
|
-
"source-over",
|
|
65310
|
-
"xor"
|
|
65311
|
-
],
|
|
65312
|
-
"type": "string"
|
|
65313
|
-
},
|
|
65314
|
-
"globalZIndex": {
|
|
65315
|
-
"type": "number"
|
|
65316
|
-
},
|
|
65317
65162
|
"height": {
|
|
65318
65163
|
"type": "number"
|
|
65319
65164
|
},
|
|
@@ -65381,15 +65226,6 @@
|
|
|
65381
65226
|
"outerBorder": {
|
|
65382
65227
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
65383
65228
|
},
|
|
65384
|
-
"overflow": {
|
|
65385
|
-
"enum": [
|
|
65386
|
-
"hidden",
|
|
65387
|
-
"scroll",
|
|
65388
|
-
"scroll-x",
|
|
65389
|
-
"scroll-y"
|
|
65390
|
-
],
|
|
65391
|
-
"type": "string"
|
|
65392
|
-
},
|
|
65393
65229
|
"padding": {
|
|
65394
65230
|
"$ref": "#/definitions/Padding"
|
|
65395
65231
|
},
|
|
@@ -67795,41 +67631,6 @@
|
|
|
67795
67631
|
],
|
|
67796
67632
|
"type": "string"
|
|
67797
67633
|
},
|
|
67798
|
-
"globalCompositeOperation": {
|
|
67799
|
-
"enum": [
|
|
67800
|
-
"",
|
|
67801
|
-
"color",
|
|
67802
|
-
"color-burn",
|
|
67803
|
-
"color-dodge",
|
|
67804
|
-
"copy",
|
|
67805
|
-
"darken",
|
|
67806
|
-
"destination-atop",
|
|
67807
|
-
"destination-in",
|
|
67808
|
-
"destination-out",
|
|
67809
|
-
"destination-over",
|
|
67810
|
-
"difference",
|
|
67811
|
-
"exclusion",
|
|
67812
|
-
"hard-light",
|
|
67813
|
-
"hue",
|
|
67814
|
-
"lighten",
|
|
67815
|
-
"lighter",
|
|
67816
|
-
"luminosity",
|
|
67817
|
-
"multiply",
|
|
67818
|
-
"overlay",
|
|
67819
|
-
"saturation",
|
|
67820
|
-
"screen",
|
|
67821
|
-
"soft-light",
|
|
67822
|
-
"source-atop",
|
|
67823
|
-
"source-in",
|
|
67824
|
-
"source-out",
|
|
67825
|
-
"source-over",
|
|
67826
|
-
"xor"
|
|
67827
|
-
],
|
|
67828
|
-
"type": "string"
|
|
67829
|
-
},
|
|
67830
|
-
"globalZIndex": {
|
|
67831
|
-
"type": "number"
|
|
67832
|
-
},
|
|
67833
67634
|
"height": {
|
|
67834
67635
|
"type": "number"
|
|
67835
67636
|
},
|
|
@@ -67880,15 +67681,6 @@
|
|
|
67880
67681
|
"outerBorder": {
|
|
67881
67682
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
67882
67683
|
},
|
|
67883
|
-
"overflow": {
|
|
67884
|
-
"enum": [
|
|
67885
|
-
"hidden",
|
|
67886
|
-
"scroll",
|
|
67887
|
-
"scroll-x",
|
|
67888
|
-
"scroll-y"
|
|
67889
|
-
],
|
|
67890
|
-
"type": "string"
|
|
67891
|
-
},
|
|
67892
67684
|
"path": {
|
|
67893
67685
|
"items": {
|
|
67894
67686
|
"$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
|
|
@@ -69202,41 +68994,6 @@
|
|
|
69202
68994
|
],
|
|
69203
68995
|
"type": "string"
|
|
69204
68996
|
},
|
|
69205
|
-
"globalCompositeOperation": {
|
|
69206
|
-
"enum": [
|
|
69207
|
-
"",
|
|
69208
|
-
"color",
|
|
69209
|
-
"color-burn",
|
|
69210
|
-
"color-dodge",
|
|
69211
|
-
"copy",
|
|
69212
|
-
"darken",
|
|
69213
|
-
"destination-atop",
|
|
69214
|
-
"destination-in",
|
|
69215
|
-
"destination-out",
|
|
69216
|
-
"destination-over",
|
|
69217
|
-
"difference",
|
|
69218
|
-
"exclusion",
|
|
69219
|
-
"hard-light",
|
|
69220
|
-
"hue",
|
|
69221
|
-
"lighten",
|
|
69222
|
-
"lighter",
|
|
69223
|
-
"luminosity",
|
|
69224
|
-
"multiply",
|
|
69225
|
-
"overlay",
|
|
69226
|
-
"saturation",
|
|
69227
|
-
"screen",
|
|
69228
|
-
"soft-light",
|
|
69229
|
-
"source-atop",
|
|
69230
|
-
"source-in",
|
|
69231
|
-
"source-out",
|
|
69232
|
-
"source-over",
|
|
69233
|
-
"xor"
|
|
69234
|
-
],
|
|
69235
|
-
"type": "string"
|
|
69236
|
-
},
|
|
69237
|
-
"globalZIndex": {
|
|
69238
|
-
"type": "number"
|
|
69239
|
-
},
|
|
69240
68997
|
"height": {
|
|
69241
68998
|
"type": "number"
|
|
69242
68999
|
},
|
|
@@ -69287,15 +69044,6 @@
|
|
|
69287
69044
|
"outerBorder": {
|
|
69288
69045
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
69289
69046
|
},
|
|
69290
|
-
"overflow": {
|
|
69291
|
-
"enum": [
|
|
69292
|
-
"hidden",
|
|
69293
|
-
"scroll",
|
|
69294
|
-
"scroll-x",
|
|
69295
|
-
"scroll-y"
|
|
69296
|
-
],
|
|
69297
|
-
"type": "string"
|
|
69298
|
-
},
|
|
69299
69047
|
"padding": {
|
|
69300
69048
|
"$ref": "#/definitions/Padding"
|
|
69301
69049
|
},
|
|
@@ -69893,41 +69641,6 @@
|
|
|
69893
69641
|
"forceShowCap": {
|
|
69894
69642
|
"type": "boolean"
|
|
69895
69643
|
},
|
|
69896
|
-
"globalCompositeOperation": {
|
|
69897
|
-
"enum": [
|
|
69898
|
-
"",
|
|
69899
|
-
"color",
|
|
69900
|
-
"color-burn",
|
|
69901
|
-
"color-dodge",
|
|
69902
|
-
"copy",
|
|
69903
|
-
"darken",
|
|
69904
|
-
"destination-atop",
|
|
69905
|
-
"destination-in",
|
|
69906
|
-
"destination-out",
|
|
69907
|
-
"destination-over",
|
|
69908
|
-
"difference",
|
|
69909
|
-
"exclusion",
|
|
69910
|
-
"hard-light",
|
|
69911
|
-
"hue",
|
|
69912
|
-
"lighten",
|
|
69913
|
-
"lighter",
|
|
69914
|
-
"luminosity",
|
|
69915
|
-
"multiply",
|
|
69916
|
-
"overlay",
|
|
69917
|
-
"saturation",
|
|
69918
|
-
"screen",
|
|
69919
|
-
"soft-light",
|
|
69920
|
-
"source-atop",
|
|
69921
|
-
"source-in",
|
|
69922
|
-
"source-out",
|
|
69923
|
-
"source-over",
|
|
69924
|
-
"xor"
|
|
69925
|
-
],
|
|
69926
|
-
"type": "string"
|
|
69927
|
-
},
|
|
69928
|
-
"globalZIndex": {
|
|
69929
|
-
"type": "number"
|
|
69930
|
-
},
|
|
69931
69644
|
"html": {
|
|
69932
69645
|
"typeof": "function"
|
|
69933
69646
|
},
|
|
@@ -69971,15 +69684,6 @@
|
|
|
69971
69684
|
"outerRadius": {
|
|
69972
69685
|
"type": "number"
|
|
69973
69686
|
},
|
|
69974
|
-
"overflow": {
|
|
69975
|
-
"enum": [
|
|
69976
|
-
"hidden",
|
|
69977
|
-
"scroll",
|
|
69978
|
-
"scroll-x",
|
|
69979
|
-
"scroll-y"
|
|
69980
|
-
],
|
|
69981
|
-
"type": "string"
|
|
69982
|
-
},
|
|
69983
69687
|
"padAngle": {
|
|
69984
69688
|
"type": "number"
|
|
69985
69689
|
},
|
|
@@ -70293,41 +69997,6 @@
|
|
|
70293
69997
|
"fillOpacity": {
|
|
70294
69998
|
"type": "number"
|
|
70295
69999
|
},
|
|
70296
|
-
"globalCompositeOperation": {
|
|
70297
|
-
"enum": [
|
|
70298
|
-
"",
|
|
70299
|
-
"color",
|
|
70300
|
-
"color-burn",
|
|
70301
|
-
"color-dodge",
|
|
70302
|
-
"copy",
|
|
70303
|
-
"darken",
|
|
70304
|
-
"destination-atop",
|
|
70305
|
-
"destination-in",
|
|
70306
|
-
"destination-out",
|
|
70307
|
-
"destination-over",
|
|
70308
|
-
"difference",
|
|
70309
|
-
"exclusion",
|
|
70310
|
-
"hard-light",
|
|
70311
|
-
"hue",
|
|
70312
|
-
"lighten",
|
|
70313
|
-
"lighter",
|
|
70314
|
-
"luminosity",
|
|
70315
|
-
"multiply",
|
|
70316
|
-
"overlay",
|
|
70317
|
-
"saturation",
|
|
70318
|
-
"screen",
|
|
70319
|
-
"soft-light",
|
|
70320
|
-
"source-atop",
|
|
70321
|
-
"source-in",
|
|
70322
|
-
"source-out",
|
|
70323
|
-
"source-over",
|
|
70324
|
-
"xor"
|
|
70325
|
-
],
|
|
70326
|
-
"type": "string"
|
|
70327
|
-
},
|
|
70328
|
-
"globalZIndex": {
|
|
70329
|
-
"type": "number"
|
|
70330
|
-
},
|
|
70331
70000
|
"html": {
|
|
70332
70001
|
"typeof": "function"
|
|
70333
70002
|
},
|
|
@@ -70365,15 +70034,6 @@
|
|
|
70365
70034
|
"outerBorder": {
|
|
70366
70035
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
70367
70036
|
},
|
|
70368
|
-
"overflow": {
|
|
70369
|
-
"enum": [
|
|
70370
|
-
"hidden",
|
|
70371
|
-
"scroll",
|
|
70372
|
-
"scroll-x",
|
|
70373
|
-
"scroll-y"
|
|
70374
|
-
],
|
|
70375
|
-
"type": "string"
|
|
70376
|
-
},
|
|
70377
70037
|
"pickMode": {
|
|
70378
70038
|
"enum": [
|
|
70379
70039
|
"accurate",
|
|
@@ -70733,41 +70393,6 @@
|
|
|
70733
70393
|
"fillOpacity": {
|
|
70734
70394
|
"type": "number"
|
|
70735
70395
|
},
|
|
70736
|
-
"globalCompositeOperation": {
|
|
70737
|
-
"enum": [
|
|
70738
|
-
"",
|
|
70739
|
-
"color",
|
|
70740
|
-
"color-burn",
|
|
70741
|
-
"color-dodge",
|
|
70742
|
-
"copy",
|
|
70743
|
-
"darken",
|
|
70744
|
-
"destination-atop",
|
|
70745
|
-
"destination-in",
|
|
70746
|
-
"destination-out",
|
|
70747
|
-
"destination-over",
|
|
70748
|
-
"difference",
|
|
70749
|
-
"exclusion",
|
|
70750
|
-
"hard-light",
|
|
70751
|
-
"hue",
|
|
70752
|
-
"lighten",
|
|
70753
|
-
"lighter",
|
|
70754
|
-
"luminosity",
|
|
70755
|
-
"multiply",
|
|
70756
|
-
"overlay",
|
|
70757
|
-
"saturation",
|
|
70758
|
-
"screen",
|
|
70759
|
-
"soft-light",
|
|
70760
|
-
"source-atop",
|
|
70761
|
-
"source-in",
|
|
70762
|
-
"source-out",
|
|
70763
|
-
"source-over",
|
|
70764
|
-
"xor"
|
|
70765
|
-
],
|
|
70766
|
-
"type": "string"
|
|
70767
|
-
},
|
|
70768
|
-
"globalZIndex": {
|
|
70769
|
-
"type": "number"
|
|
70770
|
-
},
|
|
70771
70396
|
"html": {
|
|
70772
70397
|
"typeof": "function"
|
|
70773
70398
|
},
|
|
@@ -70805,15 +70430,6 @@
|
|
|
70805
70430
|
"outerBorder": {
|
|
70806
70431
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
70807
70432
|
},
|
|
70808
|
-
"overflow": {
|
|
70809
|
-
"enum": [
|
|
70810
|
-
"hidden",
|
|
70811
|
-
"scroll",
|
|
70812
|
-
"scroll-x",
|
|
70813
|
-
"scroll-y"
|
|
70814
|
-
],
|
|
70815
|
-
"type": "string"
|
|
70816
|
-
},
|
|
70817
70433
|
"pickMode": {
|
|
70818
70434
|
"enum": [
|
|
70819
70435
|
"accurate",
|
|
@@ -71114,41 +70730,6 @@
|
|
|
71114
70730
|
"fillOpacity": {
|
|
71115
70731
|
"type": "number"
|
|
71116
70732
|
},
|
|
71117
|
-
"globalCompositeOperation": {
|
|
71118
|
-
"enum": [
|
|
71119
|
-
"",
|
|
71120
|
-
"color",
|
|
71121
|
-
"color-burn",
|
|
71122
|
-
"color-dodge",
|
|
71123
|
-
"copy",
|
|
71124
|
-
"darken",
|
|
71125
|
-
"destination-atop",
|
|
71126
|
-
"destination-in",
|
|
71127
|
-
"destination-out",
|
|
71128
|
-
"destination-over",
|
|
71129
|
-
"difference",
|
|
71130
|
-
"exclusion",
|
|
71131
|
-
"hard-light",
|
|
71132
|
-
"hue",
|
|
71133
|
-
"lighten",
|
|
71134
|
-
"lighter",
|
|
71135
|
-
"luminosity",
|
|
71136
|
-
"multiply",
|
|
71137
|
-
"overlay",
|
|
71138
|
-
"saturation",
|
|
71139
|
-
"screen",
|
|
71140
|
-
"soft-light",
|
|
71141
|
-
"source-atop",
|
|
71142
|
-
"source-in",
|
|
71143
|
-
"source-out",
|
|
71144
|
-
"source-over",
|
|
71145
|
-
"xor"
|
|
71146
|
-
],
|
|
71147
|
-
"type": "string"
|
|
71148
|
-
},
|
|
71149
|
-
"globalZIndex": {
|
|
71150
|
-
"type": "number"
|
|
71151
|
-
},
|
|
71152
70733
|
"height": {
|
|
71153
70734
|
"type": "number"
|
|
71154
70735
|
},
|
|
@@ -71189,15 +70770,6 @@
|
|
|
71189
70770
|
"outerBorder": {
|
|
71190
70771
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71191
70772
|
},
|
|
71192
|
-
"overflow": {
|
|
71193
|
-
"enum": [
|
|
71194
|
-
"hidden",
|
|
71195
|
-
"scroll",
|
|
71196
|
-
"scroll-x",
|
|
71197
|
-
"scroll-y"
|
|
71198
|
-
],
|
|
71199
|
-
"type": "string"
|
|
71200
|
-
},
|
|
71201
70773
|
"path": {
|
|
71202
70774
|
"anyOf": [
|
|
71203
70775
|
{
|
|
@@ -71489,41 +71061,6 @@
|
|
|
71489
71061
|
"fillOpacity": {
|
|
71490
71062
|
"type": "number"
|
|
71491
71063
|
},
|
|
71492
|
-
"globalCompositeOperation": {
|
|
71493
|
-
"enum": [
|
|
71494
|
-
"",
|
|
71495
|
-
"color",
|
|
71496
|
-
"color-burn",
|
|
71497
|
-
"color-dodge",
|
|
71498
|
-
"copy",
|
|
71499
|
-
"darken",
|
|
71500
|
-
"destination-atop",
|
|
71501
|
-
"destination-in",
|
|
71502
|
-
"destination-out",
|
|
71503
|
-
"destination-over",
|
|
71504
|
-
"difference",
|
|
71505
|
-
"exclusion",
|
|
71506
|
-
"hard-light",
|
|
71507
|
-
"hue",
|
|
71508
|
-
"lighten",
|
|
71509
|
-
"lighter",
|
|
71510
|
-
"luminosity",
|
|
71511
|
-
"multiply",
|
|
71512
|
-
"overlay",
|
|
71513
|
-
"saturation",
|
|
71514
|
-
"screen",
|
|
71515
|
-
"soft-light",
|
|
71516
|
-
"source-atop",
|
|
71517
|
-
"source-in",
|
|
71518
|
-
"source-out",
|
|
71519
|
-
"source-over",
|
|
71520
|
-
"xor"
|
|
71521
|
-
],
|
|
71522
|
-
"type": "string"
|
|
71523
|
-
},
|
|
71524
|
-
"globalZIndex": {
|
|
71525
|
-
"type": "number"
|
|
71526
|
-
},
|
|
71527
71064
|
"html": {
|
|
71528
71065
|
"typeof": "function"
|
|
71529
71066
|
},
|
|
@@ -71561,15 +71098,6 @@
|
|
|
71561
71098
|
"outerBorder": {
|
|
71562
71099
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71563
71100
|
},
|
|
71564
|
-
"overflow": {
|
|
71565
|
-
"enum": [
|
|
71566
|
-
"hidden",
|
|
71567
|
-
"scroll",
|
|
71568
|
-
"scroll-x",
|
|
71569
|
-
"scroll-y"
|
|
71570
|
-
],
|
|
71571
|
-
"type": "string"
|
|
71572
|
-
},
|
|
71573
71101
|
"pickMode": {
|
|
71574
71102
|
"enum": [
|
|
71575
71103
|
"accurate",
|
|
@@ -71904,41 +71432,6 @@
|
|
|
71904
71432
|
],
|
|
71905
71433
|
"type": "string"
|
|
71906
71434
|
},
|
|
71907
|
-
"globalCompositeOperation": {
|
|
71908
|
-
"enum": [
|
|
71909
|
-
"",
|
|
71910
|
-
"color",
|
|
71911
|
-
"color-burn",
|
|
71912
|
-
"color-dodge",
|
|
71913
|
-
"copy",
|
|
71914
|
-
"darken",
|
|
71915
|
-
"destination-atop",
|
|
71916
|
-
"destination-in",
|
|
71917
|
-
"destination-out",
|
|
71918
|
-
"destination-over",
|
|
71919
|
-
"difference",
|
|
71920
|
-
"exclusion",
|
|
71921
|
-
"hard-light",
|
|
71922
|
-
"hue",
|
|
71923
|
-
"lighten",
|
|
71924
|
-
"lighter",
|
|
71925
|
-
"luminosity",
|
|
71926
|
-
"multiply",
|
|
71927
|
-
"overlay",
|
|
71928
|
-
"saturation",
|
|
71929
|
-
"screen",
|
|
71930
|
-
"soft-light",
|
|
71931
|
-
"source-atop",
|
|
71932
|
-
"source-in",
|
|
71933
|
-
"source-out",
|
|
71934
|
-
"source-over",
|
|
71935
|
-
"xor"
|
|
71936
|
-
],
|
|
71937
|
-
"type": "string"
|
|
71938
|
-
},
|
|
71939
|
-
"globalZIndex": {
|
|
71940
|
-
"type": "number"
|
|
71941
|
-
},
|
|
71942
71435
|
"height": {
|
|
71943
71436
|
"type": "number"
|
|
71944
71437
|
},
|
|
@@ -71989,15 +71482,6 @@
|
|
|
71989
71482
|
"outerBorder": {
|
|
71990
71483
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
71991
71484
|
},
|
|
71992
|
-
"overflow": {
|
|
71993
|
-
"enum": [
|
|
71994
|
-
"hidden",
|
|
71995
|
-
"scroll",
|
|
71996
|
-
"scroll-x",
|
|
71997
|
-
"scroll-y"
|
|
71998
|
-
],
|
|
71999
|
-
"type": "string"
|
|
72000
|
-
},
|
|
72001
71485
|
"path": {
|
|
72002
71486
|
"items": {
|
|
72003
71487
|
"$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
|
|
@@ -72301,41 +71785,6 @@
|
|
|
72301
71785
|
"fillOpacity": {
|
|
72302
71786
|
"type": "number"
|
|
72303
71787
|
},
|
|
72304
|
-
"globalCompositeOperation": {
|
|
72305
|
-
"enum": [
|
|
72306
|
-
"",
|
|
72307
|
-
"color",
|
|
72308
|
-
"color-burn",
|
|
72309
|
-
"color-dodge",
|
|
72310
|
-
"copy",
|
|
72311
|
-
"darken",
|
|
72312
|
-
"destination-atop",
|
|
72313
|
-
"destination-in",
|
|
72314
|
-
"destination-out",
|
|
72315
|
-
"destination-over",
|
|
72316
|
-
"difference",
|
|
72317
|
-
"exclusion",
|
|
72318
|
-
"hard-light",
|
|
72319
|
-
"hue",
|
|
72320
|
-
"lighten",
|
|
72321
|
-
"lighter",
|
|
72322
|
-
"luminosity",
|
|
72323
|
-
"multiply",
|
|
72324
|
-
"overlay",
|
|
72325
|
-
"saturation",
|
|
72326
|
-
"screen",
|
|
72327
|
-
"soft-light",
|
|
72328
|
-
"source-atop",
|
|
72329
|
-
"source-in",
|
|
72330
|
-
"source-out",
|
|
72331
|
-
"source-over",
|
|
72332
|
-
"xor"
|
|
72333
|
-
],
|
|
72334
|
-
"type": "string"
|
|
72335
|
-
},
|
|
72336
|
-
"globalZIndex": {
|
|
72337
|
-
"type": "number"
|
|
72338
|
-
},
|
|
72339
71788
|
"height": {
|
|
72340
71789
|
"type": "number"
|
|
72341
71790
|
},
|
|
@@ -72389,15 +71838,6 @@
|
|
|
72389
71838
|
"outerBorder": {
|
|
72390
71839
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
72391
71840
|
},
|
|
72392
|
-
"overflow": {
|
|
72393
|
-
"enum": [
|
|
72394
|
-
"hidden",
|
|
72395
|
-
"scroll",
|
|
72396
|
-
"scroll-x",
|
|
72397
|
-
"scroll-y"
|
|
72398
|
-
],
|
|
72399
|
-
"type": "string"
|
|
72400
|
-
},
|
|
72401
71841
|
"pickMode": {
|
|
72402
71842
|
"enum": [
|
|
72403
71843
|
"accurate",
|
|
@@ -73201,41 +72641,6 @@
|
|
|
73201
72641
|
"fillOpacity": {
|
|
73202
72642
|
"type": "number"
|
|
73203
72643
|
},
|
|
73204
|
-
"globalCompositeOperation": {
|
|
73205
|
-
"enum": [
|
|
73206
|
-
"",
|
|
73207
|
-
"color",
|
|
73208
|
-
"color-burn",
|
|
73209
|
-
"color-dodge",
|
|
73210
|
-
"copy",
|
|
73211
|
-
"darken",
|
|
73212
|
-
"destination-atop",
|
|
73213
|
-
"destination-in",
|
|
73214
|
-
"destination-out",
|
|
73215
|
-
"destination-over",
|
|
73216
|
-
"difference",
|
|
73217
|
-
"exclusion",
|
|
73218
|
-
"hard-light",
|
|
73219
|
-
"hue",
|
|
73220
|
-
"lighten",
|
|
73221
|
-
"lighter",
|
|
73222
|
-
"luminosity",
|
|
73223
|
-
"multiply",
|
|
73224
|
-
"overlay",
|
|
73225
|
-
"saturation",
|
|
73226
|
-
"screen",
|
|
73227
|
-
"soft-light",
|
|
73228
|
-
"source-atop",
|
|
73229
|
-
"source-in",
|
|
73230
|
-
"source-out",
|
|
73231
|
-
"source-over",
|
|
73232
|
-
"xor"
|
|
73233
|
-
],
|
|
73234
|
-
"type": "string"
|
|
73235
|
-
},
|
|
73236
|
-
"globalZIndex": {
|
|
73237
|
-
"type": "number"
|
|
73238
|
-
},
|
|
73239
72644
|
"html": {
|
|
73240
72645
|
"typeof": "function"
|
|
73241
72646
|
},
|
|
@@ -73273,15 +72678,6 @@
|
|
|
73273
72678
|
"outerBorder": {
|
|
73274
72679
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
73275
72680
|
},
|
|
73276
|
-
"overflow": {
|
|
73277
|
-
"enum": [
|
|
73278
|
-
"hidden",
|
|
73279
|
-
"scroll",
|
|
73280
|
-
"scroll-x",
|
|
73281
|
-
"scroll-y"
|
|
73282
|
-
],
|
|
73283
|
-
"type": "string"
|
|
73284
|
-
},
|
|
73285
72681
|
"pickMode": {
|
|
73286
72682
|
"enum": [
|
|
73287
72683
|
"accurate",
|
|
@@ -74096,41 +73492,6 @@
|
|
|
74096
73492
|
"fillOpacity": {
|
|
74097
73493
|
"type": "number"
|
|
74098
73494
|
},
|
|
74099
|
-
"globalCompositeOperation": {
|
|
74100
|
-
"enum": [
|
|
74101
|
-
"",
|
|
74102
|
-
"color",
|
|
74103
|
-
"color-burn",
|
|
74104
|
-
"color-dodge",
|
|
74105
|
-
"copy",
|
|
74106
|
-
"darken",
|
|
74107
|
-
"destination-atop",
|
|
74108
|
-
"destination-in",
|
|
74109
|
-
"destination-out",
|
|
74110
|
-
"destination-over",
|
|
74111
|
-
"difference",
|
|
74112
|
-
"exclusion",
|
|
74113
|
-
"hard-light",
|
|
74114
|
-
"hue",
|
|
74115
|
-
"lighten",
|
|
74116
|
-
"lighter",
|
|
74117
|
-
"luminosity",
|
|
74118
|
-
"multiply",
|
|
74119
|
-
"overlay",
|
|
74120
|
-
"saturation",
|
|
74121
|
-
"screen",
|
|
74122
|
-
"soft-light",
|
|
74123
|
-
"source-atop",
|
|
74124
|
-
"source-in",
|
|
74125
|
-
"source-out",
|
|
74126
|
-
"source-over",
|
|
74127
|
-
"xor"
|
|
74128
|
-
],
|
|
74129
|
-
"type": "string"
|
|
74130
|
-
},
|
|
74131
|
-
"globalZIndex": {
|
|
74132
|
-
"type": "number"
|
|
74133
|
-
},
|
|
74134
73495
|
"html": {
|
|
74135
73496
|
"typeof": "function"
|
|
74136
73497
|
},
|
|
@@ -74168,15 +73529,6 @@
|
|
|
74168
73529
|
"outerBorder": {
|
|
74169
73530
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
74170
73531
|
},
|
|
74171
|
-
"overflow": {
|
|
74172
|
-
"enum": [
|
|
74173
|
-
"hidden",
|
|
74174
|
-
"scroll",
|
|
74175
|
-
"scroll-x",
|
|
74176
|
-
"scroll-y"
|
|
74177
|
-
],
|
|
74178
|
-
"type": "string"
|
|
74179
|
-
},
|
|
74180
73532
|
"path": {
|
|
74181
73533
|
"anyOf": [
|
|
74182
73534
|
{
|
|
@@ -74481,41 +73833,6 @@
|
|
|
74481
73833
|
"fillOpacity": {
|
|
74482
73834
|
"type": "number"
|
|
74483
73835
|
},
|
|
74484
|
-
"globalCompositeOperation": {
|
|
74485
|
-
"enum": [
|
|
74486
|
-
"",
|
|
74487
|
-
"color",
|
|
74488
|
-
"color-burn",
|
|
74489
|
-
"color-dodge",
|
|
74490
|
-
"copy",
|
|
74491
|
-
"darken",
|
|
74492
|
-
"destination-atop",
|
|
74493
|
-
"destination-in",
|
|
74494
|
-
"destination-out",
|
|
74495
|
-
"destination-over",
|
|
74496
|
-
"difference",
|
|
74497
|
-
"exclusion",
|
|
74498
|
-
"hard-light",
|
|
74499
|
-
"hue",
|
|
74500
|
-
"lighten",
|
|
74501
|
-
"lighter",
|
|
74502
|
-
"luminosity",
|
|
74503
|
-
"multiply",
|
|
74504
|
-
"overlay",
|
|
74505
|
-
"saturation",
|
|
74506
|
-
"screen",
|
|
74507
|
-
"soft-light",
|
|
74508
|
-
"source-atop",
|
|
74509
|
-
"source-in",
|
|
74510
|
-
"source-out",
|
|
74511
|
-
"source-over",
|
|
74512
|
-
"xor"
|
|
74513
|
-
],
|
|
74514
|
-
"type": "string"
|
|
74515
|
-
},
|
|
74516
|
-
"globalZIndex": {
|
|
74517
|
-
"type": "number"
|
|
74518
|
-
},
|
|
74519
73836
|
"html": {
|
|
74520
73837
|
"typeof": "function"
|
|
74521
73838
|
},
|
|
@@ -74553,15 +73870,6 @@
|
|
|
74553
73870
|
"outerBorder": {
|
|
74554
73871
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
74555
73872
|
},
|
|
74556
|
-
"overflow": {
|
|
74557
|
-
"enum": [
|
|
74558
|
-
"hidden",
|
|
74559
|
-
"scroll",
|
|
74560
|
-
"scroll-x",
|
|
74561
|
-
"scroll-y"
|
|
74562
|
-
],
|
|
74563
|
-
"type": "string"
|
|
74564
|
-
},
|
|
74565
73873
|
"pickMode": {
|
|
74566
73874
|
"enum": [
|
|
74567
73875
|
"accurate",
|
|
@@ -75102,41 +74410,6 @@
|
|
|
75102
74410
|
"fillOpacity": {
|
|
75103
74411
|
"type": "number"
|
|
75104
74412
|
},
|
|
75105
|
-
"globalCompositeOperation": {
|
|
75106
|
-
"enum": [
|
|
75107
|
-
"",
|
|
75108
|
-
"color",
|
|
75109
|
-
"color-burn",
|
|
75110
|
-
"color-dodge",
|
|
75111
|
-
"copy",
|
|
75112
|
-
"darken",
|
|
75113
|
-
"destination-atop",
|
|
75114
|
-
"destination-in",
|
|
75115
|
-
"destination-out",
|
|
75116
|
-
"destination-over",
|
|
75117
|
-
"difference",
|
|
75118
|
-
"exclusion",
|
|
75119
|
-
"hard-light",
|
|
75120
|
-
"hue",
|
|
75121
|
-
"lighten",
|
|
75122
|
-
"lighter",
|
|
75123
|
-
"luminosity",
|
|
75124
|
-
"multiply",
|
|
75125
|
-
"overlay",
|
|
75126
|
-
"saturation",
|
|
75127
|
-
"screen",
|
|
75128
|
-
"soft-light",
|
|
75129
|
-
"source-atop",
|
|
75130
|
-
"source-in",
|
|
75131
|
-
"source-out",
|
|
75132
|
-
"source-over",
|
|
75133
|
-
"xor"
|
|
75134
|
-
],
|
|
75135
|
-
"type": "string"
|
|
75136
|
-
},
|
|
75137
|
-
"globalZIndex": {
|
|
75138
|
-
"type": "number"
|
|
75139
|
-
},
|
|
75140
74413
|
"height": {
|
|
75141
74414
|
"type": "number"
|
|
75142
74415
|
},
|
|
@@ -75180,15 +74453,6 @@
|
|
|
75180
74453
|
"outerBorder": {
|
|
75181
74454
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
75182
74455
|
},
|
|
75183
|
-
"overflow": {
|
|
75184
|
-
"enum": [
|
|
75185
|
-
"hidden",
|
|
75186
|
-
"scroll",
|
|
75187
|
-
"scroll-x",
|
|
75188
|
-
"scroll-y"
|
|
75189
|
-
],
|
|
75190
|
-
"type": "string"
|
|
75191
|
-
},
|
|
75192
74456
|
"pickMode": {
|
|
75193
74457
|
"enum": [
|
|
75194
74458
|
"accurate",
|
|
@@ -75483,41 +74747,6 @@
|
|
|
75483
74747
|
"fillOpacity": {
|
|
75484
74748
|
"type": "number"
|
|
75485
74749
|
},
|
|
75486
|
-
"globalCompositeOperation": {
|
|
75487
|
-
"enum": [
|
|
75488
|
-
"",
|
|
75489
|
-
"color",
|
|
75490
|
-
"color-burn",
|
|
75491
|
-
"color-dodge",
|
|
75492
|
-
"copy",
|
|
75493
|
-
"darken",
|
|
75494
|
-
"destination-atop",
|
|
75495
|
-
"destination-in",
|
|
75496
|
-
"destination-out",
|
|
75497
|
-
"destination-over",
|
|
75498
|
-
"difference",
|
|
75499
|
-
"exclusion",
|
|
75500
|
-
"hard-light",
|
|
75501
|
-
"hue",
|
|
75502
|
-
"lighten",
|
|
75503
|
-
"lighter",
|
|
75504
|
-
"luminosity",
|
|
75505
|
-
"multiply",
|
|
75506
|
-
"overlay",
|
|
75507
|
-
"saturation",
|
|
75508
|
-
"screen",
|
|
75509
|
-
"soft-light",
|
|
75510
|
-
"source-atop",
|
|
75511
|
-
"source-in",
|
|
75512
|
-
"source-out",
|
|
75513
|
-
"source-over",
|
|
75514
|
-
"xor"
|
|
75515
|
-
],
|
|
75516
|
-
"type": "string"
|
|
75517
|
-
},
|
|
75518
|
-
"globalZIndex": {
|
|
75519
|
-
"type": "number"
|
|
75520
|
-
},
|
|
75521
74750
|
"height": {
|
|
75522
74751
|
"type": "number"
|
|
75523
74752
|
},
|
|
@@ -75558,15 +74787,6 @@
|
|
|
75558
74787
|
"outerBorder": {
|
|
75559
74788
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
75560
74789
|
},
|
|
75561
|
-
"overflow": {
|
|
75562
|
-
"enum": [
|
|
75563
|
-
"hidden",
|
|
75564
|
-
"scroll",
|
|
75565
|
-
"scroll-x",
|
|
75566
|
-
"scroll-y"
|
|
75567
|
-
],
|
|
75568
|
-
"type": "string"
|
|
75569
|
-
},
|
|
75570
74790
|
"pickMode": {
|
|
75571
74791
|
"enum": [
|
|
75572
74792
|
"accurate",
|
|
@@ -76005,9 +75225,6 @@
|
|
|
76005
75225
|
"enableLayout": {
|
|
76006
75226
|
"type": "boolean"
|
|
76007
75227
|
},
|
|
76008
|
-
"enableScroll": {
|
|
76009
|
-
"type": "boolean"
|
|
76010
|
-
},
|
|
76011
75228
|
"height": {
|
|
76012
75229
|
"type": "number"
|
|
76013
75230
|
},
|
|
@@ -76195,41 +75412,6 @@
|
|
|
76195
75412
|
"fillOpacity": {
|
|
76196
75413
|
"type": "number"
|
|
76197
75414
|
},
|
|
76198
|
-
"globalCompositeOperation": {
|
|
76199
|
-
"enum": [
|
|
76200
|
-
"",
|
|
76201
|
-
"color",
|
|
76202
|
-
"color-burn",
|
|
76203
|
-
"color-dodge",
|
|
76204
|
-
"copy",
|
|
76205
|
-
"darken",
|
|
76206
|
-
"destination-atop",
|
|
76207
|
-
"destination-in",
|
|
76208
|
-
"destination-out",
|
|
76209
|
-
"destination-over",
|
|
76210
|
-
"difference",
|
|
76211
|
-
"exclusion",
|
|
76212
|
-
"hard-light",
|
|
76213
|
-
"hue",
|
|
76214
|
-
"lighten",
|
|
76215
|
-
"lighter",
|
|
76216
|
-
"luminosity",
|
|
76217
|
-
"multiply",
|
|
76218
|
-
"overlay",
|
|
76219
|
-
"saturation",
|
|
76220
|
-
"screen",
|
|
76221
|
-
"soft-light",
|
|
76222
|
-
"source-atop",
|
|
76223
|
-
"source-in",
|
|
76224
|
-
"source-out",
|
|
76225
|
-
"source-over",
|
|
76226
|
-
"xor"
|
|
76227
|
-
],
|
|
76228
|
-
"type": "string"
|
|
76229
|
-
},
|
|
76230
|
-
"globalZIndex": {
|
|
76231
|
-
"type": "number"
|
|
76232
|
-
},
|
|
76233
75415
|
"html": {
|
|
76234
75416
|
"typeof": "function"
|
|
76235
75417
|
},
|
|
@@ -76267,15 +75449,6 @@
|
|
|
76267
75449
|
"outerBorder": {
|
|
76268
75450
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
76269
75451
|
},
|
|
76270
|
-
"overflow": {
|
|
76271
|
-
"enum": [
|
|
76272
|
-
"hidden",
|
|
76273
|
-
"scroll",
|
|
76274
|
-
"scroll-x",
|
|
76275
|
-
"scroll-y"
|
|
76276
|
-
],
|
|
76277
|
-
"type": "string"
|
|
76278
|
-
},
|
|
76279
75452
|
"pickMode": {
|
|
76280
75453
|
"enum": [
|
|
76281
75454
|
"accurate",
|
|
@@ -76608,41 +75781,6 @@
|
|
|
76608
75781
|
"number"
|
|
76609
75782
|
]
|
|
76610
75783
|
},
|
|
76611
|
-
"globalCompositeOperation": {
|
|
76612
|
-
"enum": [
|
|
76613
|
-
"",
|
|
76614
|
-
"color",
|
|
76615
|
-
"color-burn",
|
|
76616
|
-
"color-dodge",
|
|
76617
|
-
"copy",
|
|
76618
|
-
"darken",
|
|
76619
|
-
"destination-atop",
|
|
76620
|
-
"destination-in",
|
|
76621
|
-
"destination-out",
|
|
76622
|
-
"destination-over",
|
|
76623
|
-
"difference",
|
|
76624
|
-
"exclusion",
|
|
76625
|
-
"hard-light",
|
|
76626
|
-
"hue",
|
|
76627
|
-
"lighten",
|
|
76628
|
-
"lighter",
|
|
76629
|
-
"luminosity",
|
|
76630
|
-
"multiply",
|
|
76631
|
-
"overlay",
|
|
76632
|
-
"saturation",
|
|
76633
|
-
"screen",
|
|
76634
|
-
"soft-light",
|
|
76635
|
-
"source-atop",
|
|
76636
|
-
"source-in",
|
|
76637
|
-
"source-out",
|
|
76638
|
-
"source-over",
|
|
76639
|
-
"xor"
|
|
76640
|
-
],
|
|
76641
|
-
"type": "string"
|
|
76642
|
-
},
|
|
76643
|
-
"globalZIndex": {
|
|
76644
|
-
"type": "number"
|
|
76645
|
-
},
|
|
76646
75784
|
"html": {
|
|
76647
75785
|
"typeof": "function"
|
|
76648
75786
|
},
|
|
@@ -76692,15 +75830,6 @@
|
|
|
76692
75830
|
"outerBorder": {
|
|
76693
75831
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
76694
75832
|
},
|
|
76695
|
-
"overflow": {
|
|
76696
|
-
"enum": [
|
|
76697
|
-
"hidden",
|
|
76698
|
-
"scroll",
|
|
76699
|
-
"scroll-x",
|
|
76700
|
-
"scroll-y"
|
|
76701
|
-
],
|
|
76702
|
-
"type": "string"
|
|
76703
|
-
},
|
|
76704
75833
|
"pickMode": {
|
|
76705
75834
|
"enum": [
|
|
76706
75835
|
"accurate",
|
|
@@ -77568,41 +76697,6 @@
|
|
|
77568
76697
|
"number"
|
|
77569
76698
|
]
|
|
77570
76699
|
},
|
|
77571
|
-
"globalCompositeOperation": {
|
|
77572
|
-
"enum": [
|
|
77573
|
-
"",
|
|
77574
|
-
"color",
|
|
77575
|
-
"color-burn",
|
|
77576
|
-
"color-dodge",
|
|
77577
|
-
"copy",
|
|
77578
|
-
"darken",
|
|
77579
|
-
"destination-atop",
|
|
77580
|
-
"destination-in",
|
|
77581
|
-
"destination-out",
|
|
77582
|
-
"destination-over",
|
|
77583
|
-
"difference",
|
|
77584
|
-
"exclusion",
|
|
77585
|
-
"hard-light",
|
|
77586
|
-
"hue",
|
|
77587
|
-
"lighten",
|
|
77588
|
-
"lighter",
|
|
77589
|
-
"luminosity",
|
|
77590
|
-
"multiply",
|
|
77591
|
-
"overlay",
|
|
77592
|
-
"saturation",
|
|
77593
|
-
"screen",
|
|
77594
|
-
"soft-light",
|
|
77595
|
-
"source-atop",
|
|
77596
|
-
"source-in",
|
|
77597
|
-
"source-out",
|
|
77598
|
-
"source-over",
|
|
77599
|
-
"xor"
|
|
77600
|
-
],
|
|
77601
|
-
"type": "string"
|
|
77602
|
-
},
|
|
77603
|
-
"globalZIndex": {
|
|
77604
|
-
"type": "number"
|
|
77605
|
-
},
|
|
77606
76700
|
"html": {
|
|
77607
76701
|
"typeof": "function"
|
|
77608
76702
|
},
|
|
@@ -77652,15 +76746,6 @@
|
|
|
77652
76746
|
"outerBorder": {
|
|
77653
76747
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
77654
76748
|
},
|
|
77655
|
-
"overflow": {
|
|
77656
|
-
"enum": [
|
|
77657
|
-
"hidden",
|
|
77658
|
-
"scroll",
|
|
77659
|
-
"scroll-x",
|
|
77660
|
-
"scroll-y"
|
|
77661
|
-
],
|
|
77662
|
-
"type": "string"
|
|
77663
|
-
},
|
|
77664
76749
|
"pickMode": {
|
|
77665
76750
|
"enum": [
|
|
77666
76751
|
"accurate",
|
|
@@ -77993,41 +77078,6 @@
|
|
|
77993
77078
|
"fillOpacity": {
|
|
77994
77079
|
"type": "number"
|
|
77995
77080
|
},
|
|
77996
|
-
"globalCompositeOperation": {
|
|
77997
|
-
"enum": [
|
|
77998
|
-
"",
|
|
77999
|
-
"color",
|
|
78000
|
-
"color-burn",
|
|
78001
|
-
"color-dodge",
|
|
78002
|
-
"copy",
|
|
78003
|
-
"darken",
|
|
78004
|
-
"destination-atop",
|
|
78005
|
-
"destination-in",
|
|
78006
|
-
"destination-out",
|
|
78007
|
-
"destination-over",
|
|
78008
|
-
"difference",
|
|
78009
|
-
"exclusion",
|
|
78010
|
-
"hard-light",
|
|
78011
|
-
"hue",
|
|
78012
|
-
"lighten",
|
|
78013
|
-
"lighter",
|
|
78014
|
-
"luminosity",
|
|
78015
|
-
"multiply",
|
|
78016
|
-
"overlay",
|
|
78017
|
-
"saturation",
|
|
78018
|
-
"screen",
|
|
78019
|
-
"soft-light",
|
|
78020
|
-
"source-atop",
|
|
78021
|
-
"source-in",
|
|
78022
|
-
"source-out",
|
|
78023
|
-
"source-over",
|
|
78024
|
-
"xor"
|
|
78025
|
-
],
|
|
78026
|
-
"type": "string"
|
|
78027
|
-
},
|
|
78028
|
-
"globalZIndex": {
|
|
78029
|
-
"type": "number"
|
|
78030
|
-
},
|
|
78031
77081
|
"height": {
|
|
78032
77082
|
"type": "number"
|
|
78033
77083
|
},
|
|
@@ -78068,15 +77118,6 @@
|
|
|
78068
77118
|
"outerBorder": {
|
|
78069
77119
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
78070
77120
|
},
|
|
78071
|
-
"overflow": {
|
|
78072
|
-
"enum": [
|
|
78073
|
-
"hidden",
|
|
78074
|
-
"scroll",
|
|
78075
|
-
"scroll-x",
|
|
78076
|
-
"scroll-y"
|
|
78077
|
-
],
|
|
78078
|
-
"type": "string"
|
|
78079
|
-
},
|
|
78080
77121
|
"pickMode": {
|
|
78081
77122
|
"enum": [
|
|
78082
77123
|
"accurate",
|
|
@@ -78356,41 +77397,6 @@
|
|
|
78356
77397
|
"fillOpacity": {
|
|
78357
77398
|
"type": "number"
|
|
78358
77399
|
},
|
|
78359
|
-
"globalCompositeOperation": {
|
|
78360
|
-
"enum": [
|
|
78361
|
-
"",
|
|
78362
|
-
"color",
|
|
78363
|
-
"color-burn",
|
|
78364
|
-
"color-dodge",
|
|
78365
|
-
"copy",
|
|
78366
|
-
"darken",
|
|
78367
|
-
"destination-atop",
|
|
78368
|
-
"destination-in",
|
|
78369
|
-
"destination-out",
|
|
78370
|
-
"destination-over",
|
|
78371
|
-
"difference",
|
|
78372
|
-
"exclusion",
|
|
78373
|
-
"hard-light",
|
|
78374
|
-
"hue",
|
|
78375
|
-
"lighten",
|
|
78376
|
-
"lighter",
|
|
78377
|
-
"luminosity",
|
|
78378
|
-
"multiply",
|
|
78379
|
-
"overlay",
|
|
78380
|
-
"saturation",
|
|
78381
|
-
"screen",
|
|
78382
|
-
"soft-light",
|
|
78383
|
-
"source-atop",
|
|
78384
|
-
"source-in",
|
|
78385
|
-
"source-out",
|
|
78386
|
-
"source-over",
|
|
78387
|
-
"xor"
|
|
78388
|
-
],
|
|
78389
|
-
"type": "string"
|
|
78390
|
-
},
|
|
78391
|
-
"globalZIndex": {
|
|
78392
|
-
"type": "number"
|
|
78393
|
-
},
|
|
78394
77400
|
"html": {
|
|
78395
77401
|
"typeof": "function"
|
|
78396
77402
|
},
|
|
@@ -78428,15 +77434,6 @@
|
|
|
78428
77434
|
"outerBorder": {
|
|
78429
77435
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
78430
77436
|
},
|
|
78431
|
-
"overflow": {
|
|
78432
|
-
"enum": [
|
|
78433
|
-
"hidden",
|
|
78434
|
-
"scroll",
|
|
78435
|
-
"scroll-x",
|
|
78436
|
-
"scroll-y"
|
|
78437
|
-
],
|
|
78438
|
-
"type": "string"
|
|
78439
|
-
},
|
|
78440
77437
|
"pickMode": {
|
|
78441
77438
|
"enum": [
|
|
78442
77439
|
"accurate",
|
|
@@ -79865,34 +78862,34 @@
|
|
|
79865
78862
|
},
|
|
79866
78863
|
"Promise<FontFaceSet>": {
|
|
79867
78864
|
"properties": {
|
|
79868
|
-
"__@toStringTag@
|
|
78865
|
+
"__@toStringTag@13081": {
|
|
79869
78866
|
"type": "string"
|
|
79870
78867
|
}
|
|
79871
78868
|
},
|
|
79872
78869
|
"required": [
|
|
79873
|
-
"__@toStringTag@
|
|
78870
|
+
"__@toStringTag@13081"
|
|
79874
78871
|
],
|
|
79875
78872
|
"type": "object"
|
|
79876
78873
|
},
|
|
79877
78874
|
"Promise<ServiceWorkerRegistration>": {
|
|
79878
78875
|
"properties": {
|
|
79879
|
-
"__@toStringTag@
|
|
78876
|
+
"__@toStringTag@13081": {
|
|
79880
78877
|
"type": "string"
|
|
79881
78878
|
}
|
|
79882
78879
|
},
|
|
79883
78880
|
"required": [
|
|
79884
|
-
"__@toStringTag@
|
|
78881
|
+
"__@toStringTag@13081"
|
|
79885
78882
|
],
|
|
79886
78883
|
"type": "object"
|
|
79887
78884
|
},
|
|
79888
78885
|
"Promise<any>": {
|
|
79889
78886
|
"properties": {
|
|
79890
|
-
"__@toStringTag@
|
|
78887
|
+
"__@toStringTag@13081": {
|
|
79891
78888
|
"type": "string"
|
|
79892
78889
|
}
|
|
79893
78890
|
},
|
|
79894
78891
|
"required": [
|
|
79895
|
-
"__@toStringTag@
|
|
78892
|
+
"__@toStringTag@13081"
|
|
79896
78893
|
],
|
|
79897
78894
|
"type": "object"
|
|
79898
78895
|
},
|
|
@@ -80157,41 +79154,6 @@
|
|
|
80157
79154
|
"forceShowCap": {
|
|
80158
79155
|
"type": "boolean"
|
|
80159
79156
|
},
|
|
80160
|
-
"globalCompositeOperation": {
|
|
80161
|
-
"enum": [
|
|
80162
|
-
"",
|
|
80163
|
-
"color",
|
|
80164
|
-
"color-burn",
|
|
80165
|
-
"color-dodge",
|
|
80166
|
-
"copy",
|
|
80167
|
-
"darken",
|
|
80168
|
-
"destination-atop",
|
|
80169
|
-
"destination-in",
|
|
80170
|
-
"destination-out",
|
|
80171
|
-
"destination-over",
|
|
80172
|
-
"difference",
|
|
80173
|
-
"exclusion",
|
|
80174
|
-
"hard-light",
|
|
80175
|
-
"hue",
|
|
80176
|
-
"lighten",
|
|
80177
|
-
"lighter",
|
|
80178
|
-
"luminosity",
|
|
80179
|
-
"multiply",
|
|
80180
|
-
"overlay",
|
|
80181
|
-
"saturation",
|
|
80182
|
-
"screen",
|
|
80183
|
-
"soft-light",
|
|
80184
|
-
"source-atop",
|
|
80185
|
-
"source-in",
|
|
80186
|
-
"source-out",
|
|
80187
|
-
"source-over",
|
|
80188
|
-
"xor"
|
|
80189
|
-
],
|
|
80190
|
-
"type": "string"
|
|
80191
|
-
},
|
|
80192
|
-
"globalZIndex": {
|
|
80193
|
-
"type": "number"
|
|
80194
|
-
},
|
|
80195
79157
|
"html": {
|
|
80196
79158
|
"typeof": "function"
|
|
80197
79159
|
},
|
|
@@ -80235,15 +79197,6 @@
|
|
|
80235
79197
|
"outerRadius": {
|
|
80236
79198
|
"type": "number"
|
|
80237
79199
|
},
|
|
80238
|
-
"overflow": {
|
|
80239
|
-
"enum": [
|
|
80240
|
-
"hidden",
|
|
80241
|
-
"scroll",
|
|
80242
|
-
"scroll-x",
|
|
80243
|
-
"scroll-y"
|
|
80244
|
-
],
|
|
80245
|
-
"type": "string"
|
|
80246
|
-
},
|
|
80247
79200
|
"padAngle": {
|
|
80248
79201
|
"type": "number"
|
|
80249
79202
|
},
|
|
@@ -80402,8 +79355,6 @@
|
|
|
80402
79355
|
"fill",
|
|
80403
79356
|
"fillOpacity",
|
|
80404
79357
|
"forceShowCap",
|
|
80405
|
-
"globalCompositeOperation",
|
|
80406
|
-
"globalZIndex",
|
|
80407
79358
|
"html",
|
|
80408
79359
|
"innerBorder",
|
|
80409
79360
|
"innerRadius",
|
|
@@ -80418,7 +79369,6 @@
|
|
|
80418
79369
|
"opacity",
|
|
80419
79370
|
"outerBorder",
|
|
80420
79371
|
"outerRadius",
|
|
80421
|
-
"overflow",
|
|
80422
79372
|
"padAngle",
|
|
80423
79373
|
"padRadius",
|
|
80424
79374
|
"pickMode",
|
|
@@ -80629,41 +79579,6 @@
|
|
|
80629
79579
|
"fillOpacity": {
|
|
80630
79580
|
"type": "number"
|
|
80631
79581
|
},
|
|
80632
|
-
"globalCompositeOperation": {
|
|
80633
|
-
"enum": [
|
|
80634
|
-
"",
|
|
80635
|
-
"color",
|
|
80636
|
-
"color-burn",
|
|
80637
|
-
"color-dodge",
|
|
80638
|
-
"copy",
|
|
80639
|
-
"darken",
|
|
80640
|
-
"destination-atop",
|
|
80641
|
-
"destination-in",
|
|
80642
|
-
"destination-out",
|
|
80643
|
-
"destination-over",
|
|
80644
|
-
"difference",
|
|
80645
|
-
"exclusion",
|
|
80646
|
-
"hard-light",
|
|
80647
|
-
"hue",
|
|
80648
|
-
"lighten",
|
|
80649
|
-
"lighter",
|
|
80650
|
-
"luminosity",
|
|
80651
|
-
"multiply",
|
|
80652
|
-
"overlay",
|
|
80653
|
-
"saturation",
|
|
80654
|
-
"screen",
|
|
80655
|
-
"soft-light",
|
|
80656
|
-
"source-atop",
|
|
80657
|
-
"source-in",
|
|
80658
|
-
"source-out",
|
|
80659
|
-
"source-over",
|
|
80660
|
-
"xor"
|
|
80661
|
-
],
|
|
80662
|
-
"type": "string"
|
|
80663
|
-
},
|
|
80664
|
-
"globalZIndex": {
|
|
80665
|
-
"type": "number"
|
|
80666
|
-
},
|
|
80667
79582
|
"html": {
|
|
80668
79583
|
"typeof": "function"
|
|
80669
79584
|
},
|
|
@@ -80701,15 +79616,6 @@
|
|
|
80701
79616
|
"outerBorder": {
|
|
80702
79617
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
80703
79618
|
},
|
|
80704
|
-
"overflow": {
|
|
80705
|
-
"enum": [
|
|
80706
|
-
"hidden",
|
|
80707
|
-
"scroll",
|
|
80708
|
-
"scroll-x",
|
|
80709
|
-
"scroll-y"
|
|
80710
|
-
],
|
|
80711
|
-
"type": "string"
|
|
80712
|
-
},
|
|
80713
79619
|
"pickMode": {
|
|
80714
79620
|
"enum": [
|
|
80715
79621
|
"accurate",
|
|
@@ -80874,8 +79780,6 @@
|
|
|
80874
79780
|
"dz",
|
|
80875
79781
|
"fill",
|
|
80876
79782
|
"fillOpacity",
|
|
80877
|
-
"globalCompositeOperation",
|
|
80878
|
-
"globalZIndex",
|
|
80879
79783
|
"html",
|
|
80880
79784
|
"innerBorder",
|
|
80881
79785
|
"keepDirIn3d",
|
|
@@ -80888,7 +79792,6 @@
|
|
|
80888
79792
|
"miterLimit",
|
|
80889
79793
|
"opacity",
|
|
80890
79794
|
"outerBorder",
|
|
80891
|
-
"overflow",
|
|
80892
79795
|
"pickMode",
|
|
80893
79796
|
"pickable",
|
|
80894
79797
|
"points",
|
|
@@ -81075,41 +79978,6 @@
|
|
|
81075
79978
|
"fillOpacity": {
|
|
81076
79979
|
"type": "number"
|
|
81077
79980
|
},
|
|
81078
|
-
"globalCompositeOperation": {
|
|
81079
|
-
"enum": [
|
|
81080
|
-
"",
|
|
81081
|
-
"color",
|
|
81082
|
-
"color-burn",
|
|
81083
|
-
"color-dodge",
|
|
81084
|
-
"copy",
|
|
81085
|
-
"darken",
|
|
81086
|
-
"destination-atop",
|
|
81087
|
-
"destination-in",
|
|
81088
|
-
"destination-out",
|
|
81089
|
-
"destination-over",
|
|
81090
|
-
"difference",
|
|
81091
|
-
"exclusion",
|
|
81092
|
-
"hard-light",
|
|
81093
|
-
"hue",
|
|
81094
|
-
"lighten",
|
|
81095
|
-
"lighter",
|
|
81096
|
-
"luminosity",
|
|
81097
|
-
"multiply",
|
|
81098
|
-
"overlay",
|
|
81099
|
-
"saturation",
|
|
81100
|
-
"screen",
|
|
81101
|
-
"soft-light",
|
|
81102
|
-
"source-atop",
|
|
81103
|
-
"source-in",
|
|
81104
|
-
"source-out",
|
|
81105
|
-
"source-over",
|
|
81106
|
-
"xor"
|
|
81107
|
-
],
|
|
81108
|
-
"type": "string"
|
|
81109
|
-
},
|
|
81110
|
-
"globalZIndex": {
|
|
81111
|
-
"type": "number"
|
|
81112
|
-
},
|
|
81113
79981
|
"html": {
|
|
81114
79982
|
"typeof": "function"
|
|
81115
79983
|
},
|
|
@@ -81147,15 +80015,6 @@
|
|
|
81147
80015
|
"outerBorder": {
|
|
81148
80016
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
81149
80017
|
},
|
|
81150
|
-
"overflow": {
|
|
81151
|
-
"enum": [
|
|
81152
|
-
"hidden",
|
|
81153
|
-
"scroll",
|
|
81154
|
-
"scroll-x",
|
|
81155
|
-
"scroll-y"
|
|
81156
|
-
],
|
|
81157
|
-
"type": "string"
|
|
81158
|
-
},
|
|
81159
80018
|
"pickMode": {
|
|
81160
80019
|
"enum": [
|
|
81161
80020
|
"accurate",
|
|
@@ -81308,8 +80167,6 @@
|
|
|
81308
80167
|
"endAngle",
|
|
81309
80168
|
"fill",
|
|
81310
80169
|
"fillOpacity",
|
|
81311
|
-
"globalCompositeOperation",
|
|
81312
|
-
"globalZIndex",
|
|
81313
80170
|
"html",
|
|
81314
80171
|
"innerBorder",
|
|
81315
80172
|
"keepDirIn3d",
|
|
@@ -81322,7 +80179,6 @@
|
|
|
81322
80179
|
"miterLimit",
|
|
81323
80180
|
"opacity",
|
|
81324
80181
|
"outerBorder",
|
|
81325
|
-
"overflow",
|
|
81326
80182
|
"pickMode",
|
|
81327
80183
|
"pickable",
|
|
81328
80184
|
"postMatrix",
|
|
@@ -81522,41 +80378,6 @@
|
|
|
81522
80378
|
"fillOpacity": {
|
|
81523
80379
|
"type": "number"
|
|
81524
80380
|
},
|
|
81525
|
-
"globalCompositeOperation": {
|
|
81526
|
-
"enum": [
|
|
81527
|
-
"",
|
|
81528
|
-
"color",
|
|
81529
|
-
"color-burn",
|
|
81530
|
-
"color-dodge",
|
|
81531
|
-
"copy",
|
|
81532
|
-
"darken",
|
|
81533
|
-
"destination-atop",
|
|
81534
|
-
"destination-in",
|
|
81535
|
-
"destination-out",
|
|
81536
|
-
"destination-over",
|
|
81537
|
-
"difference",
|
|
81538
|
-
"exclusion",
|
|
81539
|
-
"hard-light",
|
|
81540
|
-
"hue",
|
|
81541
|
-
"lighten",
|
|
81542
|
-
"lighter",
|
|
81543
|
-
"luminosity",
|
|
81544
|
-
"multiply",
|
|
81545
|
-
"overlay",
|
|
81546
|
-
"saturation",
|
|
81547
|
-
"screen",
|
|
81548
|
-
"soft-light",
|
|
81549
|
-
"source-atop",
|
|
81550
|
-
"source-in",
|
|
81551
|
-
"source-out",
|
|
81552
|
-
"source-over",
|
|
81553
|
-
"xor"
|
|
81554
|
-
],
|
|
81555
|
-
"type": "string"
|
|
81556
|
-
},
|
|
81557
|
-
"globalZIndex": {
|
|
81558
|
-
"type": "number"
|
|
81559
|
-
},
|
|
81560
80381
|
"height": {
|
|
81561
80382
|
"type": "number"
|
|
81562
80383
|
},
|
|
@@ -81597,15 +80418,6 @@
|
|
|
81597
80418
|
"outerBorder": {
|
|
81598
80419
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
81599
80420
|
},
|
|
81600
|
-
"overflow": {
|
|
81601
|
-
"enum": [
|
|
81602
|
-
"hidden",
|
|
81603
|
-
"scroll",
|
|
81604
|
-
"scroll-x",
|
|
81605
|
-
"scroll-y"
|
|
81606
|
-
],
|
|
81607
|
-
"type": "string"
|
|
81608
|
-
},
|
|
81609
80421
|
"path": {
|
|
81610
80422
|
"anyOf": [
|
|
81611
80423
|
{
|
|
@@ -81766,8 +80578,6 @@
|
|
|
81766
80578
|
"dz",
|
|
81767
80579
|
"fill",
|
|
81768
80580
|
"fillOpacity",
|
|
81769
|
-
"globalCompositeOperation",
|
|
81770
|
-
"globalZIndex",
|
|
81771
80581
|
"height",
|
|
81772
80582
|
"html",
|
|
81773
80583
|
"innerBorder",
|
|
@@ -81781,7 +80591,6 @@
|
|
|
81781
80591
|
"miterLimit",
|
|
81782
80592
|
"opacity",
|
|
81783
80593
|
"outerBorder",
|
|
81784
|
-
"overflow",
|
|
81785
80594
|
"path",
|
|
81786
80595
|
"pickMode",
|
|
81787
80596
|
"pickable",
|
|
@@ -82021,41 +80830,6 @@
|
|
|
82021
80830
|
],
|
|
82022
80831
|
"type": "string"
|
|
82023
80832
|
},
|
|
82024
|
-
"globalCompositeOperation": {
|
|
82025
|
-
"enum": [
|
|
82026
|
-
"",
|
|
82027
|
-
"color",
|
|
82028
|
-
"color-burn",
|
|
82029
|
-
"color-dodge",
|
|
82030
|
-
"copy",
|
|
82031
|
-
"darken",
|
|
82032
|
-
"destination-atop",
|
|
82033
|
-
"destination-in",
|
|
82034
|
-
"destination-out",
|
|
82035
|
-
"destination-over",
|
|
82036
|
-
"difference",
|
|
82037
|
-
"exclusion",
|
|
82038
|
-
"hard-light",
|
|
82039
|
-
"hue",
|
|
82040
|
-
"lighten",
|
|
82041
|
-
"lighter",
|
|
82042
|
-
"luminosity",
|
|
82043
|
-
"multiply",
|
|
82044
|
-
"overlay",
|
|
82045
|
-
"saturation",
|
|
82046
|
-
"screen",
|
|
82047
|
-
"soft-light",
|
|
82048
|
-
"source-atop",
|
|
82049
|
-
"source-in",
|
|
82050
|
-
"source-out",
|
|
82051
|
-
"source-over",
|
|
82052
|
-
"xor"
|
|
82053
|
-
],
|
|
82054
|
-
"type": "string"
|
|
82055
|
-
},
|
|
82056
|
-
"globalZIndex": {
|
|
82057
|
-
"type": "number"
|
|
82058
|
-
},
|
|
82059
80833
|
"height": {
|
|
82060
80834
|
"type": "number"
|
|
82061
80835
|
},
|
|
@@ -82106,15 +80880,6 @@
|
|
|
82106
80880
|
"outerBorder": {
|
|
82107
80881
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
82108
80882
|
},
|
|
82109
|
-
"overflow": {
|
|
82110
|
-
"enum": [
|
|
82111
|
-
"hidden",
|
|
82112
|
-
"scroll",
|
|
82113
|
-
"scroll-x",
|
|
82114
|
-
"scroll-y"
|
|
82115
|
-
],
|
|
82116
|
-
"type": "string"
|
|
82117
|
-
},
|
|
82118
80883
|
"path": {
|
|
82119
80884
|
"items": {
|
|
82120
80885
|
"$ref": "#/definitions/IGraphic<Partial<IGraphicAttribute>>"
|
|
@@ -82279,8 +81044,6 @@
|
|
|
82279
81044
|
"fillOpacity",
|
|
82280
81045
|
"flexDirection",
|
|
82281
81046
|
"flexWrap",
|
|
82282
|
-
"globalCompositeOperation",
|
|
82283
|
-
"globalZIndex",
|
|
82284
81047
|
"height",
|
|
82285
81048
|
"html",
|
|
82286
81049
|
"innerBorder",
|
|
@@ -82295,7 +81058,6 @@
|
|
|
82295
81058
|
"miterLimit",
|
|
82296
81059
|
"opacity",
|
|
82297
81060
|
"outerBorder",
|
|
82298
|
-
"overflow",
|
|
82299
81061
|
"path",
|
|
82300
81062
|
"pickMode",
|
|
82301
81063
|
"pickable",
|
|
@@ -82493,41 +81255,6 @@
|
|
|
82493
81255
|
"fillOpacity": {
|
|
82494
81256
|
"type": "number"
|
|
82495
81257
|
},
|
|
82496
|
-
"globalCompositeOperation": {
|
|
82497
|
-
"enum": [
|
|
82498
|
-
"",
|
|
82499
|
-
"color",
|
|
82500
|
-
"color-burn",
|
|
82501
|
-
"color-dodge",
|
|
82502
|
-
"copy",
|
|
82503
|
-
"darken",
|
|
82504
|
-
"destination-atop",
|
|
82505
|
-
"destination-in",
|
|
82506
|
-
"destination-out",
|
|
82507
|
-
"destination-over",
|
|
82508
|
-
"difference",
|
|
82509
|
-
"exclusion",
|
|
82510
|
-
"hard-light",
|
|
82511
|
-
"hue",
|
|
82512
|
-
"lighten",
|
|
82513
|
-
"lighter",
|
|
82514
|
-
"luminosity",
|
|
82515
|
-
"multiply",
|
|
82516
|
-
"overlay",
|
|
82517
|
-
"saturation",
|
|
82518
|
-
"screen",
|
|
82519
|
-
"soft-light",
|
|
82520
|
-
"source-atop",
|
|
82521
|
-
"source-in",
|
|
82522
|
-
"source-out",
|
|
82523
|
-
"source-over",
|
|
82524
|
-
"xor"
|
|
82525
|
-
],
|
|
82526
|
-
"type": "string"
|
|
82527
|
-
},
|
|
82528
|
-
"globalZIndex": {
|
|
82529
|
-
"type": "number"
|
|
82530
|
-
},
|
|
82531
81258
|
"height": {
|
|
82532
81259
|
"type": "number"
|
|
82533
81260
|
},
|
|
@@ -82581,15 +81308,6 @@
|
|
|
82581
81308
|
"outerBorder": {
|
|
82582
81309
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
82583
81310
|
},
|
|
82584
|
-
"overflow": {
|
|
82585
|
-
"enum": [
|
|
82586
|
-
"hidden",
|
|
82587
|
-
"scroll",
|
|
82588
|
-
"scroll-x",
|
|
82589
|
-
"scroll-y"
|
|
82590
|
-
],
|
|
82591
|
-
"type": "string"
|
|
82592
|
-
},
|
|
82593
81311
|
"pickMode": {
|
|
82594
81312
|
"enum": [
|
|
82595
81313
|
"accurate",
|
|
@@ -82745,8 +81463,6 @@
|
|
|
82745
81463
|
"dz",
|
|
82746
81464
|
"fill",
|
|
82747
81465
|
"fillOpacity",
|
|
82748
|
-
"globalCompositeOperation",
|
|
82749
|
-
"globalZIndex",
|
|
82750
81466
|
"height",
|
|
82751
81467
|
"html",
|
|
82752
81468
|
"image",
|
|
@@ -82761,7 +81477,6 @@
|
|
|
82761
81477
|
"miterLimit",
|
|
82762
81478
|
"opacity",
|
|
82763
81479
|
"outerBorder",
|
|
82764
|
-
"overflow",
|
|
82765
81480
|
"pickMode",
|
|
82766
81481
|
"pickable",
|
|
82767
81482
|
"postMatrix",
|
|
@@ -82975,41 +81690,6 @@
|
|
|
82975
81690
|
"fillOpacity": {
|
|
82976
81691
|
"type": "number"
|
|
82977
81692
|
},
|
|
82978
|
-
"globalCompositeOperation": {
|
|
82979
|
-
"enum": [
|
|
82980
|
-
"",
|
|
82981
|
-
"color",
|
|
82982
|
-
"color-burn",
|
|
82983
|
-
"color-dodge",
|
|
82984
|
-
"copy",
|
|
82985
|
-
"darken",
|
|
82986
|
-
"destination-atop",
|
|
82987
|
-
"destination-in",
|
|
82988
|
-
"destination-out",
|
|
82989
|
-
"destination-over",
|
|
82990
|
-
"difference",
|
|
82991
|
-
"exclusion",
|
|
82992
|
-
"hard-light",
|
|
82993
|
-
"hue",
|
|
82994
|
-
"lighten",
|
|
82995
|
-
"lighter",
|
|
82996
|
-
"luminosity",
|
|
82997
|
-
"multiply",
|
|
82998
|
-
"overlay",
|
|
82999
|
-
"saturation",
|
|
83000
|
-
"screen",
|
|
83001
|
-
"soft-light",
|
|
83002
|
-
"source-atop",
|
|
83003
|
-
"source-in",
|
|
83004
|
-
"source-out",
|
|
83005
|
-
"source-over",
|
|
83006
|
-
"xor"
|
|
83007
|
-
],
|
|
83008
|
-
"type": "string"
|
|
83009
|
-
},
|
|
83010
|
-
"globalZIndex": {
|
|
83011
|
-
"type": "number"
|
|
83012
|
-
},
|
|
83013
81693
|
"html": {
|
|
83014
81694
|
"typeof": "function"
|
|
83015
81695
|
},
|
|
@@ -83047,15 +81727,6 @@
|
|
|
83047
81727
|
"outerBorder": {
|
|
83048
81728
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
83049
81729
|
},
|
|
83050
|
-
"overflow": {
|
|
83051
|
-
"enum": [
|
|
83052
|
-
"hidden",
|
|
83053
|
-
"scroll",
|
|
83054
|
-
"scroll-x",
|
|
83055
|
-
"scroll-y"
|
|
83056
|
-
],
|
|
83057
|
-
"type": "string"
|
|
83058
|
-
},
|
|
83059
81730
|
"pickMode": {
|
|
83060
81731
|
"enum": [
|
|
83061
81732
|
"accurate",
|
|
@@ -83221,8 +81892,6 @@
|
|
|
83221
81892
|
"dz",
|
|
83222
81893
|
"fill",
|
|
83223
81894
|
"fillOpacity",
|
|
83224
|
-
"globalCompositeOperation",
|
|
83225
|
-
"globalZIndex",
|
|
83226
81895
|
"html",
|
|
83227
81896
|
"innerBorder",
|
|
83228
81897
|
"keepDirIn3d",
|
|
@@ -83235,7 +81904,6 @@
|
|
|
83235
81904
|
"miterLimit",
|
|
83236
81905
|
"opacity",
|
|
83237
81906
|
"outerBorder",
|
|
83238
|
-
"overflow",
|
|
83239
81907
|
"pickMode",
|
|
83240
81908
|
"pickable",
|
|
83241
81909
|
"points",
|
|
@@ -83422,41 +82090,6 @@
|
|
|
83422
82090
|
"fillOpacity": {
|
|
83423
82091
|
"type": "number"
|
|
83424
82092
|
},
|
|
83425
|
-
"globalCompositeOperation": {
|
|
83426
|
-
"enum": [
|
|
83427
|
-
"",
|
|
83428
|
-
"color",
|
|
83429
|
-
"color-burn",
|
|
83430
|
-
"color-dodge",
|
|
83431
|
-
"copy",
|
|
83432
|
-
"darken",
|
|
83433
|
-
"destination-atop",
|
|
83434
|
-
"destination-in",
|
|
83435
|
-
"destination-out",
|
|
83436
|
-
"destination-over",
|
|
83437
|
-
"difference",
|
|
83438
|
-
"exclusion",
|
|
83439
|
-
"hard-light",
|
|
83440
|
-
"hue",
|
|
83441
|
-
"lighten",
|
|
83442
|
-
"lighter",
|
|
83443
|
-
"luminosity",
|
|
83444
|
-
"multiply",
|
|
83445
|
-
"overlay",
|
|
83446
|
-
"saturation",
|
|
83447
|
-
"screen",
|
|
83448
|
-
"soft-light",
|
|
83449
|
-
"source-atop",
|
|
83450
|
-
"source-in",
|
|
83451
|
-
"source-out",
|
|
83452
|
-
"source-over",
|
|
83453
|
-
"xor"
|
|
83454
|
-
],
|
|
83455
|
-
"type": "string"
|
|
83456
|
-
},
|
|
83457
|
-
"globalZIndex": {
|
|
83458
|
-
"type": "number"
|
|
83459
|
-
},
|
|
83460
82093
|
"html": {
|
|
83461
82094
|
"typeof": "function"
|
|
83462
82095
|
},
|
|
@@ -83494,15 +82127,6 @@
|
|
|
83494
82127
|
"outerBorder": {
|
|
83495
82128
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
83496
82129
|
},
|
|
83497
|
-
"overflow": {
|
|
83498
|
-
"enum": [
|
|
83499
|
-
"hidden",
|
|
83500
|
-
"scroll",
|
|
83501
|
-
"scroll-x",
|
|
83502
|
-
"scroll-y"
|
|
83503
|
-
],
|
|
83504
|
-
"type": "string"
|
|
83505
|
-
},
|
|
83506
82130
|
"path": {
|
|
83507
82131
|
"anyOf": [
|
|
83508
82132
|
{
|
|
@@ -83659,8 +82283,6 @@
|
|
|
83659
82283
|
"dz",
|
|
83660
82284
|
"fill",
|
|
83661
82285
|
"fillOpacity",
|
|
83662
|
-
"globalCompositeOperation",
|
|
83663
|
-
"globalZIndex",
|
|
83664
82286
|
"html",
|
|
83665
82287
|
"innerBorder",
|
|
83666
82288
|
"keepDirIn3d",
|
|
@@ -83673,7 +82295,6 @@
|
|
|
83673
82295
|
"miterLimit",
|
|
83674
82296
|
"opacity",
|
|
83675
82297
|
"outerBorder",
|
|
83676
|
-
"overflow",
|
|
83677
82298
|
"path",
|
|
83678
82299
|
"pickMode",
|
|
83679
82300
|
"pickable",
|
|
@@ -83872,41 +82493,6 @@
|
|
|
83872
82493
|
"fillOpacity": {
|
|
83873
82494
|
"type": "number"
|
|
83874
82495
|
},
|
|
83875
|
-
"globalCompositeOperation": {
|
|
83876
|
-
"enum": [
|
|
83877
|
-
"",
|
|
83878
|
-
"color",
|
|
83879
|
-
"color-burn",
|
|
83880
|
-
"color-dodge",
|
|
83881
|
-
"copy",
|
|
83882
|
-
"darken",
|
|
83883
|
-
"destination-atop",
|
|
83884
|
-
"destination-in",
|
|
83885
|
-
"destination-out",
|
|
83886
|
-
"destination-over",
|
|
83887
|
-
"difference",
|
|
83888
|
-
"exclusion",
|
|
83889
|
-
"hard-light",
|
|
83890
|
-
"hue",
|
|
83891
|
-
"lighten",
|
|
83892
|
-
"lighter",
|
|
83893
|
-
"luminosity",
|
|
83894
|
-
"multiply",
|
|
83895
|
-
"overlay",
|
|
83896
|
-
"saturation",
|
|
83897
|
-
"screen",
|
|
83898
|
-
"soft-light",
|
|
83899
|
-
"source-atop",
|
|
83900
|
-
"source-in",
|
|
83901
|
-
"source-out",
|
|
83902
|
-
"source-over",
|
|
83903
|
-
"xor"
|
|
83904
|
-
],
|
|
83905
|
-
"type": "string"
|
|
83906
|
-
},
|
|
83907
|
-
"globalZIndex": {
|
|
83908
|
-
"type": "number"
|
|
83909
|
-
},
|
|
83910
82496
|
"html": {
|
|
83911
82497
|
"typeof": "function"
|
|
83912
82498
|
},
|
|
@@ -83944,15 +82530,6 @@
|
|
|
83944
82530
|
"outerBorder": {
|
|
83945
82531
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
83946
82532
|
},
|
|
83947
|
-
"overflow": {
|
|
83948
|
-
"enum": [
|
|
83949
|
-
"hidden",
|
|
83950
|
-
"scroll",
|
|
83951
|
-
"scroll-x",
|
|
83952
|
-
"scroll-y"
|
|
83953
|
-
],
|
|
83954
|
-
"type": "string"
|
|
83955
|
-
},
|
|
83956
82533
|
"pickMode": {
|
|
83957
82534
|
"enum": [
|
|
83958
82535
|
"accurate",
|
|
@@ -84106,8 +82683,6 @@
|
|
|
84106
82683
|
"dz",
|
|
84107
82684
|
"fill",
|
|
84108
82685
|
"fillOpacity",
|
|
84109
|
-
"globalCompositeOperation",
|
|
84110
|
-
"globalZIndex",
|
|
84111
82686
|
"html",
|
|
84112
82687
|
"innerBorder",
|
|
84113
82688
|
"keepDirIn3d",
|
|
@@ -84120,7 +82695,6 @@
|
|
|
84120
82695
|
"miterLimit",
|
|
84121
82696
|
"opacity",
|
|
84122
82697
|
"outerBorder",
|
|
84123
|
-
"overflow",
|
|
84124
82698
|
"pickMode",
|
|
84125
82699
|
"pickable",
|
|
84126
82700
|
"points",
|
|
@@ -84316,41 +82890,6 @@
|
|
|
84316
82890
|
"fillOpacity": {
|
|
84317
82891
|
"type": "number"
|
|
84318
82892
|
},
|
|
84319
|
-
"globalCompositeOperation": {
|
|
84320
|
-
"enum": [
|
|
84321
|
-
"",
|
|
84322
|
-
"color",
|
|
84323
|
-
"color-burn",
|
|
84324
|
-
"color-dodge",
|
|
84325
|
-
"copy",
|
|
84326
|
-
"darken",
|
|
84327
|
-
"destination-atop",
|
|
84328
|
-
"destination-in",
|
|
84329
|
-
"destination-out",
|
|
84330
|
-
"destination-over",
|
|
84331
|
-
"difference",
|
|
84332
|
-
"exclusion",
|
|
84333
|
-
"hard-light",
|
|
84334
|
-
"hue",
|
|
84335
|
-
"lighten",
|
|
84336
|
-
"lighter",
|
|
84337
|
-
"luminosity",
|
|
84338
|
-
"multiply",
|
|
84339
|
-
"overlay",
|
|
84340
|
-
"saturation",
|
|
84341
|
-
"screen",
|
|
84342
|
-
"soft-light",
|
|
84343
|
-
"source-atop",
|
|
84344
|
-
"source-in",
|
|
84345
|
-
"source-out",
|
|
84346
|
-
"source-over",
|
|
84347
|
-
"xor"
|
|
84348
|
-
],
|
|
84349
|
-
"type": "string"
|
|
84350
|
-
},
|
|
84351
|
-
"globalZIndex": {
|
|
84352
|
-
"type": "number"
|
|
84353
|
-
},
|
|
84354
82893
|
"height": {
|
|
84355
82894
|
"type": "number"
|
|
84356
82895
|
},
|
|
@@ -84394,15 +82933,6 @@
|
|
|
84394
82933
|
"outerBorder": {
|
|
84395
82934
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
84396
82935
|
},
|
|
84397
|
-
"overflow": {
|
|
84398
|
-
"enum": [
|
|
84399
|
-
"hidden",
|
|
84400
|
-
"scroll",
|
|
84401
|
-
"scroll-x",
|
|
84402
|
-
"scroll-y"
|
|
84403
|
-
],
|
|
84404
|
-
"type": "string"
|
|
84405
|
-
},
|
|
84406
82936
|
"pickMode": {
|
|
84407
82937
|
"enum": [
|
|
84408
82938
|
"accurate",
|
|
@@ -84552,8 +83082,6 @@
|
|
|
84552
83082
|
"dz",
|
|
84553
83083
|
"fill",
|
|
84554
83084
|
"fillOpacity",
|
|
84555
|
-
"globalCompositeOperation",
|
|
84556
|
-
"globalZIndex",
|
|
84557
83085
|
"height",
|
|
84558
83086
|
"html",
|
|
84559
83087
|
"innerBorder",
|
|
@@ -84568,7 +83096,6 @@
|
|
|
84568
83096
|
"miterLimit",
|
|
84569
83097
|
"opacity",
|
|
84570
83098
|
"outerBorder",
|
|
84571
|
-
"overflow",
|
|
84572
83099
|
"pickMode",
|
|
84573
83100
|
"pickable",
|
|
84574
83101
|
"postMatrix",
|
|
@@ -84764,41 +83291,6 @@
|
|
|
84764
83291
|
"fillOpacity": {
|
|
84765
83292
|
"type": "number"
|
|
84766
83293
|
},
|
|
84767
|
-
"globalCompositeOperation": {
|
|
84768
|
-
"enum": [
|
|
84769
|
-
"",
|
|
84770
|
-
"color",
|
|
84771
|
-
"color-burn",
|
|
84772
|
-
"color-dodge",
|
|
84773
|
-
"copy",
|
|
84774
|
-
"darken",
|
|
84775
|
-
"destination-atop",
|
|
84776
|
-
"destination-in",
|
|
84777
|
-
"destination-out",
|
|
84778
|
-
"destination-over",
|
|
84779
|
-
"difference",
|
|
84780
|
-
"exclusion",
|
|
84781
|
-
"hard-light",
|
|
84782
|
-
"hue",
|
|
84783
|
-
"lighten",
|
|
84784
|
-
"lighter",
|
|
84785
|
-
"luminosity",
|
|
84786
|
-
"multiply",
|
|
84787
|
-
"overlay",
|
|
84788
|
-
"saturation",
|
|
84789
|
-
"screen",
|
|
84790
|
-
"soft-light",
|
|
84791
|
-
"source-atop",
|
|
84792
|
-
"source-in",
|
|
84793
|
-
"source-out",
|
|
84794
|
-
"source-over",
|
|
84795
|
-
"xor"
|
|
84796
|
-
],
|
|
84797
|
-
"type": "string"
|
|
84798
|
-
},
|
|
84799
|
-
"globalZIndex": {
|
|
84800
|
-
"type": "number"
|
|
84801
|
-
},
|
|
84802
83294
|
"height": {
|
|
84803
83295
|
"type": "number"
|
|
84804
83296
|
},
|
|
@@ -84839,15 +83331,6 @@
|
|
|
84839
83331
|
"outerBorder": {
|
|
84840
83332
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
84841
83333
|
},
|
|
84842
|
-
"overflow": {
|
|
84843
|
-
"enum": [
|
|
84844
|
-
"hidden",
|
|
84845
|
-
"scroll",
|
|
84846
|
-
"scroll-x",
|
|
84847
|
-
"scroll-y"
|
|
84848
|
-
],
|
|
84849
|
-
"type": "string"
|
|
84850
|
-
},
|
|
84851
83334
|
"pickMode": {
|
|
84852
83335
|
"enum": [
|
|
84853
83336
|
"accurate",
|
|
@@ -84997,8 +83480,6 @@
|
|
|
84997
83480
|
"dz",
|
|
84998
83481
|
"fill",
|
|
84999
83482
|
"fillOpacity",
|
|
85000
|
-
"globalCompositeOperation",
|
|
85001
|
-
"globalZIndex",
|
|
85002
83483
|
"height",
|
|
85003
83484
|
"html",
|
|
85004
83485
|
"innerBorder",
|
|
@@ -85012,7 +83493,6 @@
|
|
|
85012
83493
|
"miterLimit",
|
|
85013
83494
|
"opacity",
|
|
85014
83495
|
"outerBorder",
|
|
85015
|
-
"overflow",
|
|
85016
83496
|
"pickMode",
|
|
85017
83497
|
"pickable",
|
|
85018
83498
|
"postMatrix",
|
|
@@ -85201,41 +83681,6 @@
|
|
|
85201
83681
|
"fillOpacity": {
|
|
85202
83682
|
"type": "number"
|
|
85203
83683
|
},
|
|
85204
|
-
"globalCompositeOperation": {
|
|
85205
|
-
"enum": [
|
|
85206
|
-
"",
|
|
85207
|
-
"color",
|
|
85208
|
-
"color-burn",
|
|
85209
|
-
"color-dodge",
|
|
85210
|
-
"copy",
|
|
85211
|
-
"darken",
|
|
85212
|
-
"destination-atop",
|
|
85213
|
-
"destination-in",
|
|
85214
|
-
"destination-out",
|
|
85215
|
-
"destination-over",
|
|
85216
|
-
"difference",
|
|
85217
|
-
"exclusion",
|
|
85218
|
-
"hard-light",
|
|
85219
|
-
"hue",
|
|
85220
|
-
"lighten",
|
|
85221
|
-
"lighter",
|
|
85222
|
-
"luminosity",
|
|
85223
|
-
"multiply",
|
|
85224
|
-
"overlay",
|
|
85225
|
-
"saturation",
|
|
85226
|
-
"screen",
|
|
85227
|
-
"soft-light",
|
|
85228
|
-
"source-atop",
|
|
85229
|
-
"source-in",
|
|
85230
|
-
"source-out",
|
|
85231
|
-
"source-over",
|
|
85232
|
-
"xor"
|
|
85233
|
-
],
|
|
85234
|
-
"type": "string"
|
|
85235
|
-
},
|
|
85236
|
-
"globalZIndex": {
|
|
85237
|
-
"type": "number"
|
|
85238
|
-
},
|
|
85239
83684
|
"height": {
|
|
85240
83685
|
"type": "number"
|
|
85241
83686
|
},
|
|
@@ -85285,15 +83730,6 @@
|
|
|
85285
83730
|
"outerBorder": {
|
|
85286
83731
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
85287
83732
|
},
|
|
85288
|
-
"overflow": {
|
|
85289
|
-
"enum": [
|
|
85290
|
-
"hidden",
|
|
85291
|
-
"scroll",
|
|
85292
|
-
"scroll-x",
|
|
85293
|
-
"scroll-y"
|
|
85294
|
-
],
|
|
85295
|
-
"type": "string"
|
|
85296
|
-
},
|
|
85297
83733
|
"pickMode": {
|
|
85298
83734
|
"enum": [
|
|
85299
83735
|
"accurate",
|
|
@@ -85464,8 +83900,6 @@
|
|
|
85464
83900
|
"ellipsis",
|
|
85465
83901
|
"fill",
|
|
85466
83902
|
"fillOpacity",
|
|
85467
|
-
"globalCompositeOperation",
|
|
85468
|
-
"globalZIndex",
|
|
85469
83903
|
"height",
|
|
85470
83904
|
"html",
|
|
85471
83905
|
"innerBorder",
|
|
@@ -85482,7 +83916,6 @@
|
|
|
85482
83916
|
"miterLimit",
|
|
85483
83917
|
"opacity",
|
|
85484
83918
|
"outerBorder",
|
|
85485
|
-
"overflow",
|
|
85486
83919
|
"pickMode",
|
|
85487
83920
|
"pickable",
|
|
85488
83921
|
"postMatrix",
|
|
@@ -85748,41 +84181,6 @@
|
|
|
85748
84181
|
"fillOpacity": {
|
|
85749
84182
|
"type": "number"
|
|
85750
84183
|
},
|
|
85751
|
-
"globalCompositeOperation": {
|
|
85752
|
-
"enum": [
|
|
85753
|
-
"",
|
|
85754
|
-
"color",
|
|
85755
|
-
"color-burn",
|
|
85756
|
-
"color-dodge",
|
|
85757
|
-
"copy",
|
|
85758
|
-
"darken",
|
|
85759
|
-
"destination-atop",
|
|
85760
|
-
"destination-in",
|
|
85761
|
-
"destination-out",
|
|
85762
|
-
"destination-over",
|
|
85763
|
-
"difference",
|
|
85764
|
-
"exclusion",
|
|
85765
|
-
"hard-light",
|
|
85766
|
-
"hue",
|
|
85767
|
-
"lighten",
|
|
85768
|
-
"lighter",
|
|
85769
|
-
"luminosity",
|
|
85770
|
-
"multiply",
|
|
85771
|
-
"overlay",
|
|
85772
|
-
"saturation",
|
|
85773
|
-
"screen",
|
|
85774
|
-
"soft-light",
|
|
85775
|
-
"source-atop",
|
|
85776
|
-
"source-in",
|
|
85777
|
-
"source-out",
|
|
85778
|
-
"source-over",
|
|
85779
|
-
"xor"
|
|
85780
|
-
],
|
|
85781
|
-
"type": "string"
|
|
85782
|
-
},
|
|
85783
|
-
"globalZIndex": {
|
|
85784
|
-
"type": "number"
|
|
85785
|
-
},
|
|
85786
84184
|
"height": {
|
|
85787
84185
|
"type": "number"
|
|
85788
84186
|
},
|
|
@@ -85852,15 +84250,6 @@
|
|
|
85852
84250
|
"outerBorder": {
|
|
85853
84251
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
85854
84252
|
},
|
|
85855
|
-
"overflow": {
|
|
85856
|
-
"enum": [
|
|
85857
|
-
"hidden",
|
|
85858
|
-
"scroll",
|
|
85859
|
-
"scroll-x",
|
|
85860
|
-
"scroll-y"
|
|
85861
|
-
],
|
|
85862
|
-
"type": "string"
|
|
85863
|
-
},
|
|
85864
84253
|
"pickMode": {
|
|
85865
84254
|
"enum": [
|
|
85866
84255
|
"accurate",
|
|
@@ -86031,8 +84420,6 @@
|
|
|
86031
84420
|
"dz",
|
|
86032
84421
|
"fill",
|
|
86033
84422
|
"fillOpacity",
|
|
86034
|
-
"globalCompositeOperation",
|
|
86035
|
-
"globalZIndex",
|
|
86036
84423
|
"height",
|
|
86037
84424
|
"html",
|
|
86038
84425
|
"id",
|
|
@@ -86049,7 +84436,6 @@
|
|
|
86049
84436
|
"miterLimit",
|
|
86050
84437
|
"opacity",
|
|
86051
84438
|
"outerBorder",
|
|
86052
|
-
"overflow",
|
|
86053
84439
|
"pickMode",
|
|
86054
84440
|
"pickable",
|
|
86055
84441
|
"postMatrix",
|
|
@@ -86236,41 +84622,6 @@
|
|
|
86236
84622
|
"fillOpacity": {
|
|
86237
84623
|
"type": "number"
|
|
86238
84624
|
},
|
|
86239
|
-
"globalCompositeOperation": {
|
|
86240
|
-
"enum": [
|
|
86241
|
-
"",
|
|
86242
|
-
"color",
|
|
86243
|
-
"color-burn",
|
|
86244
|
-
"color-dodge",
|
|
86245
|
-
"copy",
|
|
86246
|
-
"darken",
|
|
86247
|
-
"destination-atop",
|
|
86248
|
-
"destination-in",
|
|
86249
|
-
"destination-out",
|
|
86250
|
-
"destination-over",
|
|
86251
|
-
"difference",
|
|
86252
|
-
"exclusion",
|
|
86253
|
-
"hard-light",
|
|
86254
|
-
"hue",
|
|
86255
|
-
"lighten",
|
|
86256
|
-
"lighter",
|
|
86257
|
-
"luminosity",
|
|
86258
|
-
"multiply",
|
|
86259
|
-
"overlay",
|
|
86260
|
-
"saturation",
|
|
86261
|
-
"screen",
|
|
86262
|
-
"soft-light",
|
|
86263
|
-
"source-atop",
|
|
86264
|
-
"source-in",
|
|
86265
|
-
"source-out",
|
|
86266
|
-
"source-over",
|
|
86267
|
-
"xor"
|
|
86268
|
-
],
|
|
86269
|
-
"type": "string"
|
|
86270
|
-
},
|
|
86271
|
-
"globalZIndex": {
|
|
86272
|
-
"type": "number"
|
|
86273
|
-
},
|
|
86274
84625
|
"html": {
|
|
86275
84626
|
"typeof": "function"
|
|
86276
84627
|
},
|
|
@@ -86308,15 +84659,6 @@
|
|
|
86308
84659
|
"outerBorder": {
|
|
86309
84660
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
86310
84661
|
},
|
|
86311
|
-
"overflow": {
|
|
86312
|
-
"enum": [
|
|
86313
|
-
"hidden",
|
|
86314
|
-
"scroll",
|
|
86315
|
-
"scroll-x",
|
|
86316
|
-
"scroll-y"
|
|
86317
|
-
],
|
|
86318
|
-
"type": "string"
|
|
86319
|
-
},
|
|
86320
84662
|
"pickMode": {
|
|
86321
84663
|
"enum": [
|
|
86322
84664
|
"accurate",
|
|
@@ -86485,8 +84827,6 @@
|
|
|
86485
84827
|
"dz",
|
|
86486
84828
|
"fill",
|
|
86487
84829
|
"fillOpacity",
|
|
86488
|
-
"globalCompositeOperation",
|
|
86489
|
-
"globalZIndex",
|
|
86490
84830
|
"html",
|
|
86491
84831
|
"innerBorder",
|
|
86492
84832
|
"keepDirIn3d",
|
|
@@ -86499,7 +84839,6 @@
|
|
|
86499
84839
|
"miterLimit",
|
|
86500
84840
|
"opacity",
|
|
86501
84841
|
"outerBorder",
|
|
86502
|
-
"overflow",
|
|
86503
84842
|
"pickMode",
|
|
86504
84843
|
"pickable",
|
|
86505
84844
|
"postMatrix",
|
|
@@ -86714,41 +85053,6 @@
|
|
|
86714
85053
|
"number"
|
|
86715
85054
|
]
|
|
86716
85055
|
},
|
|
86717
|
-
"globalCompositeOperation": {
|
|
86718
|
-
"enum": [
|
|
86719
|
-
"",
|
|
86720
|
-
"color",
|
|
86721
|
-
"color-burn",
|
|
86722
|
-
"color-dodge",
|
|
86723
|
-
"copy",
|
|
86724
|
-
"darken",
|
|
86725
|
-
"destination-atop",
|
|
86726
|
-
"destination-in",
|
|
86727
|
-
"destination-out",
|
|
86728
|
-
"destination-over",
|
|
86729
|
-
"difference",
|
|
86730
|
-
"exclusion",
|
|
86731
|
-
"hard-light",
|
|
86732
|
-
"hue",
|
|
86733
|
-
"lighten",
|
|
86734
|
-
"lighter",
|
|
86735
|
-
"luminosity",
|
|
86736
|
-
"multiply",
|
|
86737
|
-
"overlay",
|
|
86738
|
-
"saturation",
|
|
86739
|
-
"screen",
|
|
86740
|
-
"soft-light",
|
|
86741
|
-
"source-atop",
|
|
86742
|
-
"source-in",
|
|
86743
|
-
"source-out",
|
|
86744
|
-
"source-over",
|
|
86745
|
-
"xor"
|
|
86746
|
-
],
|
|
86747
|
-
"type": "string"
|
|
86748
|
-
},
|
|
86749
|
-
"globalZIndex": {
|
|
86750
|
-
"type": "number"
|
|
86751
|
-
},
|
|
86752
85056
|
"html": {
|
|
86753
85057
|
"typeof": "function"
|
|
86754
85058
|
},
|
|
@@ -86798,15 +85102,6 @@
|
|
|
86798
85102
|
"outerBorder": {
|
|
86799
85103
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
86800
85104
|
},
|
|
86801
|
-
"overflow": {
|
|
86802
|
-
"enum": [
|
|
86803
|
-
"hidden",
|
|
86804
|
-
"scroll",
|
|
86805
|
-
"scroll-x",
|
|
86806
|
-
"scroll-y"
|
|
86807
|
-
],
|
|
86808
|
-
"type": "string"
|
|
86809
|
-
},
|
|
86810
85105
|
"pickMode": {
|
|
86811
85106
|
"enum": [
|
|
86812
85107
|
"accurate",
|
|
@@ -87003,8 +85298,6 @@
|
|
|
87003
85298
|
"fontStyle",
|
|
87004
85299
|
"fontVariant",
|
|
87005
85300
|
"fontWeight",
|
|
87006
|
-
"globalCompositeOperation",
|
|
87007
|
-
"globalZIndex",
|
|
87008
85301
|
"html",
|
|
87009
85302
|
"ignoreBuf",
|
|
87010
85303
|
"innerBorder",
|
|
@@ -87021,7 +85314,6 @@
|
|
|
87021
85314
|
"miterLimit",
|
|
87022
85315
|
"opacity",
|
|
87023
85316
|
"outerBorder",
|
|
87024
|
-
"overflow",
|
|
87025
85317
|
"pickMode",
|
|
87026
85318
|
"pickable",
|
|
87027
85319
|
"postMatrix",
|