@visactor/vchart-schema 2.0.22-alpha.0 → 2.0.22-alpha.2
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 +555 -383
package/vchart.json
CHANGED
|
@@ -334,6 +334,19 @@
|
|
|
334
334
|
],
|
|
335
335
|
"type": "string"
|
|
336
336
|
},
|
|
337
|
+
"BackgroundMode_1": {
|
|
338
|
+
"enum": [
|
|
339
|
+
"no-repeat",
|
|
340
|
+
"no-repeat-auto",
|
|
341
|
+
"no-repeat-contain",
|
|
342
|
+
"no-repeat-cover",
|
|
343
|
+
"no-repeat-fill",
|
|
344
|
+
"repeat",
|
|
345
|
+
"repeat-x",
|
|
346
|
+
"repeat-y"
|
|
347
|
+
],
|
|
348
|
+
"type": "string"
|
|
349
|
+
},
|
|
337
350
|
"BackgroundPosition": {
|
|
338
351
|
"anyOf": [
|
|
339
352
|
{
|
|
@@ -367,9 +380,7 @@
|
|
|
367
380
|
],
|
|
368
381
|
"type": "string"
|
|
369
382
|
}
|
|
370
|
-
]
|
|
371
|
-
"description": "类似 CSS `background-position` 的定位写法。",
|
|
372
|
-
"since": "2.0.21"
|
|
383
|
+
]
|
|
373
384
|
},
|
|
374
385
|
"BackgroundPositionValue": {
|
|
375
386
|
"anyOf": [
|
|
@@ -394,6 +405,66 @@
|
|
|
394
405
|
}
|
|
395
406
|
]
|
|
396
407
|
},
|
|
408
|
+
"BackgroundPositionValue_1": {
|
|
409
|
+
"anyOf": [
|
|
410
|
+
{
|
|
411
|
+
"items": {
|
|
412
|
+
"type": "string"
|
|
413
|
+
},
|
|
414
|
+
"type": "array"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"enum": [
|
|
418
|
+
"bottom",
|
|
419
|
+
"center",
|
|
420
|
+
"left",
|
|
421
|
+
"right",
|
|
422
|
+
"top"
|
|
423
|
+
],
|
|
424
|
+
"type": "string"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"type": "number"
|
|
428
|
+
}
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"BackgroundPosition_1": {
|
|
432
|
+
"anyOf": [
|
|
433
|
+
{
|
|
434
|
+
"items": [
|
|
435
|
+
{
|
|
436
|
+
"$ref": "#/definitions/BackgroundPositionValue_1"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"$ref": "#/definitions/BackgroundPositionValue_1"
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"maxItems": 2,
|
|
443
|
+
"minItems": 2,
|
|
444
|
+
"type": "array"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"enum": [
|
|
448
|
+
"bottom",
|
|
449
|
+
"bottom-center",
|
|
450
|
+
"bottom-left",
|
|
451
|
+
"bottom-right",
|
|
452
|
+
"center",
|
|
453
|
+
"center-left",
|
|
454
|
+
"center-right",
|
|
455
|
+
"left",
|
|
456
|
+
"right",
|
|
457
|
+
"top",
|
|
458
|
+
"top-center",
|
|
459
|
+
"top-left",
|
|
460
|
+
"top-right"
|
|
461
|
+
],
|
|
462
|
+
"type": "string"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"description": "类似 CSS `background-position` 的定位写法。",
|
|
466
|
+
"since": "2.0.21"
|
|
467
|
+
},
|
|
397
468
|
"BackgroundSizing": {
|
|
398
469
|
"description": "非平铺背景图/图片的尺寸模式。",
|
|
399
470
|
"enum": [
|
|
@@ -19733,7 +19804,7 @@
|
|
|
19733
19804
|
"type": "boolean"
|
|
19734
19805
|
},
|
|
19735
19806
|
"backgroundMode": {
|
|
19736
|
-
"$ref": "#/definitions/
|
|
19807
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
19737
19808
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
19738
19809
|
},
|
|
19739
19810
|
"backgroundOffsetX": {
|
|
@@ -19749,7 +19820,7 @@
|
|
|
19749
19820
|
"type": "number"
|
|
19750
19821
|
},
|
|
19751
19822
|
"backgroundPosition": {
|
|
19752
|
-
"$ref": "#/definitions/
|
|
19823
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
19753
19824
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
19754
19825
|
"since": "2.0.21"
|
|
19755
19826
|
},
|
|
@@ -21234,7 +21305,7 @@
|
|
|
21234
21305
|
"type": "boolean"
|
|
21235
21306
|
},
|
|
21236
21307
|
"backgroundMode": {
|
|
21237
|
-
"$ref": "#/definitions/
|
|
21308
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
21238
21309
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
21239
21310
|
},
|
|
21240
21311
|
"backgroundOffsetX": {
|
|
@@ -21250,7 +21321,7 @@
|
|
|
21250
21321
|
"type": "number"
|
|
21251
21322
|
},
|
|
21252
21323
|
"backgroundPosition": {
|
|
21253
|
-
"$ref": "#/definitions/
|
|
21324
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
21254
21325
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
21255
21326
|
"since": "2.0.21"
|
|
21256
21327
|
},
|
|
@@ -28998,22 +29069,6 @@
|
|
|
28998
29069
|
],
|
|
28999
29070
|
"type": "string"
|
|
29000
29071
|
},
|
|
29001
|
-
"IColor": {
|
|
29002
|
-
"anyOf": [
|
|
29003
|
-
{
|
|
29004
|
-
"$ref": "#/definitions/ILinearGradient"
|
|
29005
|
-
},
|
|
29006
|
-
{
|
|
29007
|
-
"$ref": "#/definitions/IRadialGradient"
|
|
29008
|
-
},
|
|
29009
|
-
{
|
|
29010
|
-
"$ref": "#/definitions/IConicalGradient"
|
|
29011
|
-
},
|
|
29012
|
-
{
|
|
29013
|
-
"type": "string"
|
|
29014
|
-
}
|
|
29015
|
-
]
|
|
29016
|
-
},
|
|
29017
29072
|
"IColorKey": {
|
|
29018
29073
|
"description": "语义化色值的色值索引",
|
|
29019
29074
|
"properties": {
|
|
@@ -33953,13 +34008,7 @@
|
|
|
33953
34008
|
"type": "boolean"
|
|
33954
34009
|
},
|
|
33955
34010
|
"backgroundMode": {
|
|
33956
|
-
"
|
|
33957
|
-
"no-repeat",
|
|
33958
|
-
"repeat",
|
|
33959
|
-
"repeat-x",
|
|
33960
|
-
"repeat-y"
|
|
33961
|
-
],
|
|
33962
|
-
"type": "string"
|
|
34011
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
33963
34012
|
},
|
|
33964
34013
|
"backgroundOffsetX": {
|
|
33965
34014
|
"type": "number"
|
|
@@ -33970,6 +34019,9 @@
|
|
|
33970
34019
|
"backgroundOpacity": {
|
|
33971
34020
|
"type": "number"
|
|
33972
34021
|
},
|
|
34022
|
+
"backgroundPosition": {
|
|
34023
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
34024
|
+
},
|
|
33973
34025
|
"backgroundScale": {
|
|
33974
34026
|
"type": "number"
|
|
33975
34027
|
},
|
|
@@ -34801,7 +34853,9 @@
|
|
|
34801
34853
|
"textureColor": {
|
|
34802
34854
|
"type": "string"
|
|
34803
34855
|
},
|
|
34804
|
-
"textureOptions": {
|
|
34856
|
+
"textureOptions": {
|
|
34857
|
+
"typeof": "function"
|
|
34858
|
+
},
|
|
34805
34859
|
"texturePadding": {
|
|
34806
34860
|
"type": "number"
|
|
34807
34861
|
},
|
|
@@ -47767,7 +47821,7 @@
|
|
|
47767
47821
|
"type": "boolean"
|
|
47768
47822
|
},
|
|
47769
47823
|
"backgroundMode": {
|
|
47770
|
-
"$ref": "#/definitions/
|
|
47824
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
47771
47825
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
47772
47826
|
},
|
|
47773
47827
|
"backgroundOffsetX": {
|
|
@@ -47783,7 +47837,7 @@
|
|
|
47783
47837
|
"type": "number"
|
|
47784
47838
|
},
|
|
47785
47839
|
"backgroundPosition": {
|
|
47786
|
-
"$ref": "#/definitions/
|
|
47840
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
47787
47841
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
47788
47842
|
"since": "2.0.21"
|
|
47789
47843
|
},
|
|
@@ -56349,7 +56403,7 @@
|
|
|
56349
56403
|
"type": "boolean"
|
|
56350
56404
|
},
|
|
56351
56405
|
"backgroundMode": {
|
|
56352
|
-
"$ref": "#/definitions/
|
|
56406
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
56353
56407
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
56354
56408
|
},
|
|
56355
56409
|
"backgroundOffsetX": {
|
|
@@ -56365,7 +56419,7 @@
|
|
|
56365
56419
|
"type": "number"
|
|
56366
56420
|
},
|
|
56367
56421
|
"backgroundPosition": {
|
|
56368
|
-
"$ref": "#/definitions/
|
|
56422
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
56369
56423
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
56370
56424
|
"since": "2.0.21"
|
|
56371
56425
|
},
|
|
@@ -58500,7 +58554,7 @@
|
|
|
58500
58554
|
"type": "boolean"
|
|
58501
58555
|
},
|
|
58502
58556
|
"backgroundMode": {
|
|
58503
|
-
"$ref": "#/definitions/
|
|
58557
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
58504
58558
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
58505
58559
|
},
|
|
58506
58560
|
"backgroundOffsetX": {
|
|
@@ -58516,7 +58570,7 @@
|
|
|
58516
58570
|
"type": "number"
|
|
58517
58571
|
},
|
|
58518
58572
|
"backgroundPosition": {
|
|
58519
|
-
"$ref": "#/definitions/
|
|
58573
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
58520
58574
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
58521
58575
|
"since": "2.0.21"
|
|
58522
58576
|
},
|
|
@@ -58900,13 +58954,7 @@
|
|
|
58900
58954
|
"type": "boolean"
|
|
58901
58955
|
},
|
|
58902
58956
|
"backgroundMode": {
|
|
58903
|
-
"
|
|
58904
|
-
"no-repeat",
|
|
58905
|
-
"repeat",
|
|
58906
|
-
"repeat-x",
|
|
58907
|
-
"repeat-y"
|
|
58908
|
-
],
|
|
58909
|
-
"type": "string"
|
|
58957
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
58910
58958
|
},
|
|
58911
58959
|
"backgroundOffsetX": {
|
|
58912
58960
|
"type": "number"
|
|
@@ -58917,6 +58965,9 @@
|
|
|
58917
58965
|
"backgroundOpacity": {
|
|
58918
58966
|
"type": "number"
|
|
58919
58967
|
},
|
|
58968
|
+
"backgroundPosition": {
|
|
58969
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
58970
|
+
},
|
|
58920
58971
|
"backgroundScale": {
|
|
58921
58972
|
"type": "number"
|
|
58922
58973
|
},
|
|
@@ -59452,7 +59503,9 @@
|
|
|
59452
59503
|
"textureColor": {
|
|
59453
59504
|
"type": "string"
|
|
59454
59505
|
},
|
|
59455
|
-
"textureOptions": {
|
|
59506
|
+
"textureOptions": {
|
|
59507
|
+
"typeof": "function"
|
|
59508
|
+
},
|
|
59456
59509
|
"texturePadding": {
|
|
59457
59510
|
"type": "number"
|
|
59458
59511
|
},
|
|
@@ -63884,7 +63937,7 @@
|
|
|
63884
63937
|
"type": "boolean"
|
|
63885
63938
|
},
|
|
63886
63939
|
"backgroundMode": {
|
|
63887
|
-
"$ref": "#/definitions/
|
|
63940
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
63888
63941
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
63889
63942
|
},
|
|
63890
63943
|
"backgroundOffsetX": {
|
|
@@ -63900,7 +63953,7 @@
|
|
|
63900
63953
|
"type": "number"
|
|
63901
63954
|
},
|
|
63902
63955
|
"backgroundPosition": {
|
|
63903
|
-
"$ref": "#/definitions/
|
|
63956
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
63904
63957
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
63905
63958
|
"since": "2.0.21"
|
|
63906
63959
|
},
|
|
@@ -64339,6 +64392,12 @@
|
|
|
64339
64392
|
"properties": {
|
|
64340
64393
|
"clear": {
|
|
64341
64394
|
"anyOf": [
|
|
64395
|
+
{
|
|
64396
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
64397
|
+
},
|
|
64398
|
+
{
|
|
64399
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
64400
|
+
},
|
|
64342
64401
|
{
|
|
64343
64402
|
"$ref": "#/definitions/ILinearGradient"
|
|
64344
64403
|
},
|
|
@@ -64348,6 +64407,12 @@
|
|
|
64348
64407
|
{
|
|
64349
64408
|
"$ref": "#/definitions/IConicalGradient"
|
|
64350
64409
|
},
|
|
64410
|
+
{
|
|
64411
|
+
"typeof": "function"
|
|
64412
|
+
},
|
|
64413
|
+
{
|
|
64414
|
+
"typeof": "function"
|
|
64415
|
+
},
|
|
64351
64416
|
{
|
|
64352
64417
|
"type": [
|
|
64353
64418
|
"string",
|
|
@@ -64410,7 +64475,7 @@
|
|
|
64410
64475
|
"IRichTextGraphicAttribute": {
|
|
64411
64476
|
"allOf": [
|
|
64412
64477
|
{
|
|
64413
|
-
"$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode
|
|
64478
|
+
"$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:BackgroundMode;backgroundFit:boolean;backgroundKeepAspectRatio:boolean;backgroundScale:number;backgroundOffsetX:number;backgroundOffsetY:number;backgroundPosition:BackgroundPosition;backgroundClip:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:{[key:string]:any;alignToGraphic?:boolean;alignOffsetX?:number;alignOffsetY?:number;radius?:number;dynamicTexture?:(ctx:IContext2d,row:number,column:number,rowCount:number,columnCount:number,ratio:number,graphic:IGraphic<Partial<IGraphicAttribute>>,width?:number,height?:number)=>void;beforeDynamicTexture?:(ctx:IContext2d,row:number,column:number,rowCount:number,columnCount:number,ratio:number,graphic:IGraphic<Partial<IGraphicAttribute>>,width?:number,height?:number)=>void;gridConfig?:{columns?:number;rows?:number;gutterColumn?:number;gutterRow?:number;};useNewCanvas?:boolean;};background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string|HTMLCanvasElement|HTMLImageElement;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;filter:string;renderStyle?:any;roughStyle?:IRoughStyle;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;vue:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"empty\"|\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;clipConfig:{shape:string;};}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
|
|
64414
64479
|
},
|
|
64415
64480
|
{
|
|
64416
64481
|
"$ref": "#/definitions/Partial<IRichTextAttribute>"
|
|
@@ -65524,7 +65589,7 @@
|
|
|
65524
65589
|
"type": "boolean"
|
|
65525
65590
|
},
|
|
65526
65591
|
"backgroundMode": {
|
|
65527
|
-
"$ref": "#/definitions/
|
|
65592
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
65528
65593
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
65529
65594
|
},
|
|
65530
65595
|
"backgroundOffsetX": {
|
|
@@ -65540,7 +65605,7 @@
|
|
|
65540
65605
|
"type": "number"
|
|
65541
65606
|
},
|
|
65542
65607
|
"backgroundPosition": {
|
|
65543
|
-
"$ref": "#/definitions/
|
|
65608
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
65544
65609
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
65545
65610
|
"since": "2.0.21"
|
|
65546
65611
|
},
|
|
@@ -70373,7 +70438,32 @@
|
|
|
70373
70438
|
"type": "boolean"
|
|
70374
70439
|
},
|
|
70375
70440
|
"background": {
|
|
70376
|
-
"
|
|
70441
|
+
"anyOf": [
|
|
70442
|
+
{
|
|
70443
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
70444
|
+
},
|
|
70445
|
+
{
|
|
70446
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
70447
|
+
},
|
|
70448
|
+
{
|
|
70449
|
+
"$ref": "#/definitions/ILinearGradient"
|
|
70450
|
+
},
|
|
70451
|
+
{
|
|
70452
|
+
"$ref": "#/definitions/IRadialGradient"
|
|
70453
|
+
},
|
|
70454
|
+
{
|
|
70455
|
+
"$ref": "#/definitions/IConicalGradient"
|
|
70456
|
+
},
|
|
70457
|
+
{
|
|
70458
|
+
"typeof": "function"
|
|
70459
|
+
},
|
|
70460
|
+
{
|
|
70461
|
+
"typeof": "function"
|
|
70462
|
+
},
|
|
70463
|
+
{
|
|
70464
|
+
"type": "string"
|
|
70465
|
+
}
|
|
70466
|
+
]
|
|
70377
70467
|
},
|
|
70378
70468
|
"camera": {
|
|
70379
70469
|
"$ref": "#/definitions/ICamera"
|
|
@@ -72602,7 +72692,7 @@
|
|
|
72602
72692
|
"type": "boolean"
|
|
72603
72693
|
},
|
|
72604
72694
|
"backgroundMode": {
|
|
72605
|
-
"$ref": "#/definitions/
|
|
72695
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
72606
72696
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
72607
72697
|
},
|
|
72608
72698
|
"backgroundOffsetX": {
|
|
@@ -72618,7 +72708,7 @@
|
|
|
72618
72708
|
"type": "number"
|
|
72619
72709
|
},
|
|
72620
72710
|
"backgroundPosition": {
|
|
72621
|
-
"$ref": "#/definitions/
|
|
72711
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
72622
72712
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
72623
72713
|
"since": "2.0.21"
|
|
72624
72714
|
},
|
|
@@ -72965,7 +73055,7 @@
|
|
|
72965
73055
|
"type": "boolean"
|
|
72966
73056
|
},
|
|
72967
73057
|
"backgroundMode": {
|
|
72968
|
-
"$ref": "#/definitions/
|
|
73058
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
72969
73059
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
72970
73060
|
},
|
|
72971
73061
|
"backgroundOffsetX": {
|
|
@@ -72981,7 +73071,7 @@
|
|
|
72981
73071
|
"type": "number"
|
|
72982
73072
|
},
|
|
72983
73073
|
"backgroundPosition": {
|
|
72984
|
-
"$ref": "#/definitions/
|
|
73074
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
72985
73075
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
72986
73076
|
"since": "2.0.21"
|
|
72987
73077
|
},
|
|
@@ -76946,7 +77036,7 @@
|
|
|
76946
77036
|
"range": {
|
|
76947
77037
|
"description": "will set to scale.range, it means output of scale",
|
|
76948
77038
|
"items": {
|
|
76949
|
-
"$ref": "#/definitions/
|
|
77039
|
+
"$ref": "#/definitions/BackgroundMode_1"
|
|
76950
77040
|
},
|
|
76951
77041
|
"type": "array"
|
|
76952
77042
|
},
|
|
@@ -76985,7 +77075,7 @@
|
|
|
76985
77075
|
"range": {
|
|
76986
77076
|
"description": "will set to scale.range, it means output of scale",
|
|
76987
77077
|
"items": {
|
|
76988
|
-
"$ref": "#/definitions/
|
|
77078
|
+
"$ref": "#/definitions/BackgroundPosition_1"
|
|
76989
77079
|
},
|
|
76990
77080
|
"type": "array"
|
|
76991
77081
|
},
|
|
@@ -81722,6 +81812,15 @@
|
|
|
81722
81812
|
],
|
|
81723
81813
|
"type": "object"
|
|
81724
81814
|
},
|
|
81815
|
+
"ImageMode": {
|
|
81816
|
+
"enum": [
|
|
81817
|
+
"auto",
|
|
81818
|
+
"contain",
|
|
81819
|
+
"cover",
|
|
81820
|
+
"fill"
|
|
81821
|
+
],
|
|
81822
|
+
"type": "string"
|
|
81823
|
+
},
|
|
81725
81824
|
"InterpolateType": {
|
|
81726
81825
|
"enum": [
|
|
81727
81826
|
"basis",
|
|
@@ -81835,7 +81934,7 @@
|
|
|
81835
81934
|
},
|
|
81836
81935
|
"Map<Function,(...args:any[])=>void>": {
|
|
81837
81936
|
"properties": {
|
|
81838
|
-
"__@toStringTag@
|
|
81937
|
+
"__@toStringTag@12649": {
|
|
81839
81938
|
"type": "string"
|
|
81840
81939
|
},
|
|
81841
81940
|
"size": {
|
|
@@ -81843,14 +81942,14 @@
|
|
|
81843
81942
|
}
|
|
81844
81943
|
},
|
|
81845
81944
|
"required": [
|
|
81846
|
-
"__@toStringTag@
|
|
81945
|
+
"__@toStringTag@12649",
|
|
81847
81946
|
"size"
|
|
81848
81947
|
],
|
|
81849
81948
|
"type": "object"
|
|
81850
81949
|
},
|
|
81851
81950
|
"Map<number,IGraphicRender>": {
|
|
81852
81951
|
"properties": {
|
|
81853
|
-
"__@toStringTag@
|
|
81952
|
+
"__@toStringTag@12649": {
|
|
81854
81953
|
"type": "string"
|
|
81855
81954
|
},
|
|
81856
81955
|
"size": {
|
|
@@ -81858,14 +81957,14 @@
|
|
|
81858
81957
|
}
|
|
81859
81958
|
},
|
|
81860
81959
|
"required": [
|
|
81861
|
-
"__@toStringTag@
|
|
81960
|
+
"__@toStringTag@12649",
|
|
81862
81961
|
"size"
|
|
81863
81962
|
],
|
|
81864
81963
|
"type": "object"
|
|
81865
81964
|
},
|
|
81866
81965
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
81867
81966
|
"properties": {
|
|
81868
|
-
"__@toStringTag@
|
|
81967
|
+
"__@toStringTag@12649": {
|
|
81869
81968
|
"type": "string"
|
|
81870
81969
|
},
|
|
81871
81970
|
"size": {
|
|
@@ -81873,14 +81972,14 @@
|
|
|
81873
81972
|
}
|
|
81874
81973
|
},
|
|
81875
81974
|
"required": [
|
|
81876
|
-
"__@toStringTag@
|
|
81975
|
+
"__@toStringTag@12649",
|
|
81877
81976
|
"size"
|
|
81878
81977
|
],
|
|
81879
81978
|
"type": "object"
|
|
81880
81979
|
},
|
|
81881
81980
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
81882
81981
|
"properties": {
|
|
81883
|
-
"__@toStringTag@
|
|
81982
|
+
"__@toStringTag@12649": {
|
|
81884
81983
|
"type": "string"
|
|
81885
81984
|
},
|
|
81886
81985
|
"size": {
|
|
@@ -81888,14 +81987,14 @@
|
|
|
81888
81987
|
}
|
|
81889
81988
|
},
|
|
81890
81989
|
"required": [
|
|
81891
|
-
"__@toStringTag@
|
|
81990
|
+
"__@toStringTag@12649",
|
|
81892
81991
|
"size"
|
|
81893
81992
|
],
|
|
81894
81993
|
"type": "object"
|
|
81895
81994
|
},
|
|
81896
81995
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
81897
81996
|
"properties": {
|
|
81898
|
-
"__@toStringTag@
|
|
81997
|
+
"__@toStringTag@12649": {
|
|
81899
81998
|
"type": "string"
|
|
81900
81999
|
},
|
|
81901
82000
|
"size": {
|
|
@@ -81903,14 +82002,14 @@
|
|
|
81903
82002
|
}
|
|
81904
82003
|
},
|
|
81905
82004
|
"required": [
|
|
81906
|
-
"__@toStringTag@
|
|
82005
|
+
"__@toStringTag@12649",
|
|
81907
82006
|
"size"
|
|
81908
82007
|
],
|
|
81909
82008
|
"type": "object"
|
|
81910
82009
|
},
|
|
81911
82010
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
81912
82011
|
"properties": {
|
|
81913
|
-
"__@toStringTag@
|
|
82012
|
+
"__@toStringTag@12649": {
|
|
81914
82013
|
"type": "string"
|
|
81915
82014
|
},
|
|
81916
82015
|
"size": {
|
|
@@ -81918,14 +82017,14 @@
|
|
|
81918
82017
|
}
|
|
81919
82018
|
},
|
|
81920
82019
|
"required": [
|
|
81921
|
-
"__@toStringTag@
|
|
82020
|
+
"__@toStringTag@12649",
|
|
81922
82021
|
"size"
|
|
81923
82022
|
],
|
|
81924
82023
|
"type": "object"
|
|
81925
82024
|
},
|
|
81926
82025
|
"Map<string|number,IAnimate>": {
|
|
81927
82026
|
"properties": {
|
|
81928
|
-
"__@toStringTag@
|
|
82027
|
+
"__@toStringTag@12649": {
|
|
81929
82028
|
"type": "string"
|
|
81930
82029
|
},
|
|
81931
82030
|
"size": {
|
|
@@ -81933,7 +82032,7 @@
|
|
|
81933
82032
|
}
|
|
81934
82033
|
},
|
|
81935
82034
|
"required": [
|
|
81936
|
-
"__@toStringTag@
|
|
82035
|
+
"__@toStringTag@12649",
|
|
81937
82036
|
"size"
|
|
81938
82037
|
],
|
|
81939
82038
|
"type": "object"
|
|
@@ -82533,13 +82632,7 @@
|
|
|
82533
82632
|
"type": "boolean"
|
|
82534
82633
|
},
|
|
82535
82634
|
"backgroundMode": {
|
|
82536
|
-
"
|
|
82537
|
-
"no-repeat",
|
|
82538
|
-
"repeat",
|
|
82539
|
-
"repeat-x",
|
|
82540
|
-
"repeat-y"
|
|
82541
|
-
],
|
|
82542
|
-
"type": "string"
|
|
82635
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
82543
82636
|
},
|
|
82544
82637
|
"backgroundOffsetX": {
|
|
82545
82638
|
"type": "number"
|
|
@@ -82550,6 +82643,9 @@
|
|
|
82550
82643
|
"backgroundOpacity": {
|
|
82551
82644
|
"type": "number"
|
|
82552
82645
|
},
|
|
82646
|
+
"backgroundPosition": {
|
|
82647
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
82648
|
+
},
|
|
82553
82649
|
"backgroundScale": {
|
|
82554
82650
|
"type": "number"
|
|
82555
82651
|
},
|
|
@@ -83019,7 +83115,9 @@
|
|
|
83019
83115
|
"textureColor": {
|
|
83020
83116
|
"type": "string"
|
|
83021
83117
|
},
|
|
83022
|
-
"textureOptions": {
|
|
83118
|
+
"textureOptions": {
|
|
83119
|
+
"typeof": "function"
|
|
83120
|
+
},
|
|
83023
83121
|
"texturePadding": {
|
|
83024
83122
|
"type": "number"
|
|
83025
83123
|
},
|
|
@@ -84779,13 +84877,7 @@
|
|
|
84779
84877
|
"type": "boolean"
|
|
84780
84878
|
},
|
|
84781
84879
|
"backgroundMode": {
|
|
84782
|
-
"
|
|
84783
|
-
"no-repeat",
|
|
84784
|
-
"repeat",
|
|
84785
|
-
"repeat-x",
|
|
84786
|
-
"repeat-y"
|
|
84787
|
-
],
|
|
84788
|
-
"type": "string"
|
|
84880
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
84789
84881
|
},
|
|
84790
84882
|
"backgroundOffsetX": {
|
|
84791
84883
|
"type": "number"
|
|
@@ -84796,6 +84888,9 @@
|
|
|
84796
84888
|
"backgroundOpacity": {
|
|
84797
84889
|
"type": "number"
|
|
84798
84890
|
},
|
|
84891
|
+
"backgroundPosition": {
|
|
84892
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
84893
|
+
},
|
|
84799
84894
|
"backgroundScale": {
|
|
84800
84895
|
"type": "number"
|
|
84801
84896
|
},
|
|
@@ -85202,7 +85297,9 @@
|
|
|
85202
85297
|
"textureColor": {
|
|
85203
85298
|
"type": "string"
|
|
85204
85299
|
},
|
|
85205
|
-
"textureOptions": {
|
|
85300
|
+
"textureOptions": {
|
|
85301
|
+
"typeof": "function"
|
|
85302
|
+
},
|
|
85206
85303
|
"texturePadding": {
|
|
85207
85304
|
"type": "number"
|
|
85208
85305
|
},
|
|
@@ -86531,13 +86628,7 @@
|
|
|
86531
86628
|
"type": "boolean"
|
|
86532
86629
|
},
|
|
86533
86630
|
"backgroundMode": {
|
|
86534
|
-
"
|
|
86535
|
-
"no-repeat",
|
|
86536
|
-
"repeat",
|
|
86537
|
-
"repeat-x",
|
|
86538
|
-
"repeat-y"
|
|
86539
|
-
],
|
|
86540
|
-
"type": "string"
|
|
86631
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
86541
86632
|
},
|
|
86542
86633
|
"backgroundOffsetX": {
|
|
86543
86634
|
"type": "number"
|
|
@@ -86548,6 +86639,9 @@
|
|
|
86548
86639
|
"backgroundOpacity": {
|
|
86549
86640
|
"type": "number"
|
|
86550
86641
|
},
|
|
86642
|
+
"backgroundPosition": {
|
|
86643
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
86644
|
+
},
|
|
86551
86645
|
"backgroundScale": {
|
|
86552
86646
|
"type": "number"
|
|
86553
86647
|
},
|
|
@@ -86984,7 +87078,9 @@
|
|
|
86984
87078
|
"textureColor": {
|
|
86985
87079
|
"type": "string"
|
|
86986
87080
|
},
|
|
86987
|
-
"textureOptions": {
|
|
87081
|
+
"textureOptions": {
|
|
87082
|
+
"typeof": "function"
|
|
87083
|
+
},
|
|
86988
87084
|
"texturePadding": {
|
|
86989
87085
|
"type": "number"
|
|
86990
87086
|
},
|
|
@@ -87193,13 +87289,7 @@
|
|
|
87193
87289
|
"type": "boolean"
|
|
87194
87290
|
},
|
|
87195
87291
|
"backgroundMode": {
|
|
87196
|
-
"
|
|
87197
|
-
"no-repeat",
|
|
87198
|
-
"repeat",
|
|
87199
|
-
"repeat-x",
|
|
87200
|
-
"repeat-y"
|
|
87201
|
-
],
|
|
87202
|
-
"type": "string"
|
|
87292
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
87203
87293
|
},
|
|
87204
87294
|
"backgroundOffsetX": {
|
|
87205
87295
|
"type": "number"
|
|
@@ -87210,6 +87300,9 @@
|
|
|
87210
87300
|
"backgroundOpacity": {
|
|
87211
87301
|
"type": "number"
|
|
87212
87302
|
},
|
|
87303
|
+
"backgroundPosition": {
|
|
87304
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
87305
|
+
},
|
|
87213
87306
|
"backgroundScale": {
|
|
87214
87307
|
"type": "number"
|
|
87215
87308
|
},
|
|
@@ -87661,7 +87754,9 @@
|
|
|
87661
87754
|
"textureColor": {
|
|
87662
87755
|
"type": "string"
|
|
87663
87756
|
},
|
|
87664
|
-
"textureOptions": {
|
|
87757
|
+
"textureOptions": {
|
|
87758
|
+
"typeof": "function"
|
|
87759
|
+
},
|
|
87665
87760
|
"texturePadding": {
|
|
87666
87761
|
"type": "number"
|
|
87667
87762
|
},
|
|
@@ -88205,13 +88300,7 @@
|
|
|
88205
88300
|
"type": "boolean"
|
|
88206
88301
|
},
|
|
88207
88302
|
"backgroundMode": {
|
|
88208
|
-
"
|
|
88209
|
-
"no-repeat",
|
|
88210
|
-
"repeat",
|
|
88211
|
-
"repeat-x",
|
|
88212
|
-
"repeat-y"
|
|
88213
|
-
],
|
|
88214
|
-
"type": "string"
|
|
88303
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
88215
88304
|
},
|
|
88216
88305
|
"backgroundOffsetX": {
|
|
88217
88306
|
"type": "number"
|
|
@@ -88222,6 +88311,9 @@
|
|
|
88222
88311
|
"backgroundOpacity": {
|
|
88223
88312
|
"type": "number"
|
|
88224
88313
|
},
|
|
88314
|
+
"backgroundPosition": {
|
|
88315
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
88316
|
+
},
|
|
88225
88317
|
"backgroundScale": {
|
|
88226
88318
|
"type": "number"
|
|
88227
88319
|
},
|
|
@@ -88617,7 +88709,9 @@
|
|
|
88617
88709
|
"textureColor": {
|
|
88618
88710
|
"type": "string"
|
|
88619
88711
|
},
|
|
88620
|
-
"textureOptions": {
|
|
88712
|
+
"textureOptions": {
|
|
88713
|
+
"typeof": "function"
|
|
88714
|
+
},
|
|
88621
88715
|
"texturePadding": {
|
|
88622
88716
|
"type": "number"
|
|
88623
88717
|
},
|
|
@@ -88794,13 +88888,7 @@
|
|
|
88794
88888
|
"type": "boolean"
|
|
88795
88889
|
},
|
|
88796
88890
|
"backgroundMode": {
|
|
88797
|
-
"
|
|
88798
|
-
"no-repeat",
|
|
88799
|
-
"repeat",
|
|
88800
|
-
"repeat-x",
|
|
88801
|
-
"repeat-y"
|
|
88802
|
-
],
|
|
88803
|
-
"type": "string"
|
|
88891
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
88804
88892
|
},
|
|
88805
88893
|
"backgroundOffsetX": {
|
|
88806
88894
|
"type": "number"
|
|
@@ -88811,6 +88899,9 @@
|
|
|
88811
88899
|
"backgroundOpacity": {
|
|
88812
88900
|
"type": "number"
|
|
88813
88901
|
},
|
|
88902
|
+
"backgroundPosition": {
|
|
88903
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
88904
|
+
},
|
|
88814
88905
|
"backgroundScale": {
|
|
88815
88906
|
"type": "number"
|
|
88816
88907
|
},
|
|
@@ -89180,7 +89271,9 @@
|
|
|
89180
89271
|
"textureColor": {
|
|
89181
89272
|
"type": "string"
|
|
89182
89273
|
},
|
|
89183
|
-
"textureOptions": {
|
|
89274
|
+
"textureOptions": {
|
|
89275
|
+
"typeof": "function"
|
|
89276
|
+
},
|
|
89184
89277
|
"texturePadding": {
|
|
89185
89278
|
"type": "number"
|
|
89186
89279
|
},
|
|
@@ -89423,13 +89516,7 @@
|
|
|
89423
89516
|
"type": "boolean"
|
|
89424
89517
|
},
|
|
89425
89518
|
"backgroundMode": {
|
|
89426
|
-
"
|
|
89427
|
-
"no-repeat",
|
|
89428
|
-
"repeat",
|
|
89429
|
-
"repeat-x",
|
|
89430
|
-
"repeat-y"
|
|
89431
|
-
],
|
|
89432
|
-
"type": "string"
|
|
89519
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
89433
89520
|
},
|
|
89434
89521
|
"backgroundOffsetX": {
|
|
89435
89522
|
"type": "number"
|
|
@@ -89440,6 +89527,9 @@
|
|
|
89440
89527
|
"backgroundOpacity": {
|
|
89441
89528
|
"type": "number"
|
|
89442
89529
|
},
|
|
89530
|
+
"backgroundPosition": {
|
|
89531
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
89532
|
+
},
|
|
89443
89533
|
"backgroundScale": {
|
|
89444
89534
|
"type": "number"
|
|
89445
89535
|
},
|
|
@@ -89778,7 +89868,9 @@
|
|
|
89778
89868
|
"textureColor": {
|
|
89779
89869
|
"type": "string"
|
|
89780
89870
|
},
|
|
89781
|
-
"textureOptions": {
|
|
89871
|
+
"textureOptions": {
|
|
89872
|
+
"typeof": "function"
|
|
89873
|
+
},
|
|
89782
89874
|
"texturePadding": {
|
|
89783
89875
|
"type": "number"
|
|
89784
89876
|
},
|
|
@@ -89880,7 +89972,7 @@
|
|
|
89880
89972
|
},
|
|
89881
89973
|
"type": "object"
|
|
89882
89974
|
},
|
|
89883
|
-
"Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode
|
|
89975
|
+
"Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:BackgroundMode;backgroundFit:boolean;backgroundKeepAspectRatio:boolean;backgroundScale:number;backgroundOffsetX:number;backgroundOffsetY:number;backgroundPosition:BackgroundPosition;backgroundClip:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:{[key:string]:any;alignToGraphic?:boolean;alignOffsetX?:number;alignOffsetY?:number;radius?:number;dynamicTexture?:(ctx:IContext2d,row:number,column:number,rowCount:number,columnCount:number,ratio:number,graphic:IGraphic<Partial<IGraphicAttribute>>,width?:number,height?:number)=>void;beforeDynamicTexture?:(ctx:IContext2d,row:number,column:number,rowCount:number,columnCount:number,ratio:number,graphic:IGraphic<Partial<IGraphicAttribute>>,width?:number,height?:number)=>void;gridConfig?:{columns?:number;rows?:number;gutterColumn?:number;gutterRow?:number;};useNewCanvas?:boolean;};background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string|HTMLCanvasElement|HTMLImageElement;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;filter:string;renderStyle?:any;roughStyle?:IRoughStyle;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;vue:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"empty\"|\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;clipConfig:{shape:string;};}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
|
|
89884
89976
|
"properties": {
|
|
89885
89977
|
"_debug_bounds": {
|
|
89886
89978
|
"anyOf": [
|
|
@@ -90016,13 +90108,7 @@
|
|
|
90016
90108
|
"type": "boolean"
|
|
90017
90109
|
},
|
|
90018
90110
|
"backgroundMode": {
|
|
90019
|
-
"
|
|
90020
|
-
"no-repeat",
|
|
90021
|
-
"repeat",
|
|
90022
|
-
"repeat-x",
|
|
90023
|
-
"repeat-y"
|
|
90024
|
-
],
|
|
90025
|
-
"type": "string"
|
|
90111
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
90026
90112
|
},
|
|
90027
90113
|
"backgroundOffsetX": {
|
|
90028
90114
|
"type": "number"
|
|
@@ -90033,6 +90119,9 @@
|
|
|
90033
90119
|
"backgroundOpacity": {
|
|
90034
90120
|
"type": "number"
|
|
90035
90121
|
},
|
|
90122
|
+
"backgroundPosition": {
|
|
90123
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
90124
|
+
},
|
|
90036
90125
|
"backgroundScale": {
|
|
90037
90126
|
"type": "number"
|
|
90038
90127
|
},
|
|
@@ -90465,7 +90554,9 @@
|
|
|
90465
90554
|
"textureColor": {
|
|
90466
90555
|
"type": "string"
|
|
90467
90556
|
},
|
|
90468
|
-
"textureOptions": {
|
|
90557
|
+
"textureOptions": {
|
|
90558
|
+
"typeof": "function"
|
|
90559
|
+
},
|
|
90469
90560
|
"texturePadding": {
|
|
90470
90561
|
"type": "number"
|
|
90471
90562
|
},
|
|
@@ -90675,13 +90766,7 @@
|
|
|
90675
90766
|
"type": "boolean"
|
|
90676
90767
|
},
|
|
90677
90768
|
"backgroundMode": {
|
|
90678
|
-
"
|
|
90679
|
-
"no-repeat",
|
|
90680
|
-
"repeat",
|
|
90681
|
-
"repeat-x",
|
|
90682
|
-
"repeat-y"
|
|
90683
|
-
],
|
|
90684
|
-
"type": "string"
|
|
90769
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
90685
90770
|
},
|
|
90686
90771
|
"backgroundOffsetX": {
|
|
90687
90772
|
"type": "number"
|
|
@@ -90692,6 +90777,9 @@
|
|
|
90692
90777
|
"backgroundOpacity": {
|
|
90693
90778
|
"type": "number"
|
|
90694
90779
|
},
|
|
90780
|
+
"backgroundPosition": {
|
|
90781
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
90782
|
+
},
|
|
90695
90783
|
"backgroundScale": {
|
|
90696
90784
|
"type": "number"
|
|
90697
90785
|
},
|
|
@@ -91050,7 +91138,9 @@
|
|
|
91050
91138
|
"textureColor": {
|
|
91051
91139
|
"type": "string"
|
|
91052
91140
|
},
|
|
91053
|
-
"textureOptions": {
|
|
91141
|
+
"textureOptions": {
|
|
91142
|
+
"typeof": "function"
|
|
91143
|
+
},
|
|
91054
91144
|
"texturePadding": {
|
|
91055
91145
|
"type": "number"
|
|
91056
91146
|
},
|
|
@@ -91230,13 +91320,7 @@
|
|
|
91230
91320
|
"type": "boolean"
|
|
91231
91321
|
},
|
|
91232
91322
|
"backgroundMode": {
|
|
91233
|
-
"
|
|
91234
|
-
"no-repeat",
|
|
91235
|
-
"repeat",
|
|
91236
|
-
"repeat-x",
|
|
91237
|
-
"repeat-y"
|
|
91238
|
-
],
|
|
91239
|
-
"type": "string"
|
|
91323
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
91240
91324
|
},
|
|
91241
91325
|
"backgroundOffsetX": {
|
|
91242
91326
|
"type": "number"
|
|
@@ -91247,6 +91331,9 @@
|
|
|
91247
91331
|
"backgroundOpacity": {
|
|
91248
91332
|
"type": "number"
|
|
91249
91333
|
},
|
|
91334
|
+
"backgroundPosition": {
|
|
91335
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
91336
|
+
},
|
|
91250
91337
|
"backgroundScale": {
|
|
91251
91338
|
"type": "number"
|
|
91252
91339
|
},
|
|
@@ -91576,7 +91663,9 @@
|
|
|
91576
91663
|
"textureColor": {
|
|
91577
91664
|
"type": "string"
|
|
91578
91665
|
},
|
|
91579
|
-
"textureOptions": {
|
|
91666
|
+
"textureOptions": {
|
|
91667
|
+
"typeof": "function"
|
|
91668
|
+
},
|
|
91580
91669
|
"texturePadding": {
|
|
91581
91670
|
"type": "number"
|
|
91582
91671
|
},
|
|
@@ -91875,13 +91964,7 @@
|
|
|
91875
91964
|
"type": "boolean"
|
|
91876
91965
|
},
|
|
91877
91966
|
"backgroundMode": {
|
|
91878
|
-
"
|
|
91879
|
-
"no-repeat",
|
|
91880
|
-
"repeat",
|
|
91881
|
-
"repeat-x",
|
|
91882
|
-
"repeat-y"
|
|
91883
|
-
],
|
|
91884
|
-
"type": "string"
|
|
91967
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
91885
91968
|
},
|
|
91886
91969
|
"backgroundOffsetX": {
|
|
91887
91970
|
"type": "number"
|
|
@@ -91892,6 +91975,9 @@
|
|
|
91892
91975
|
"backgroundOpacity": {
|
|
91893
91976
|
"type": "number"
|
|
91894
91977
|
},
|
|
91978
|
+
"backgroundPosition": {
|
|
91979
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
91980
|
+
},
|
|
91895
91981
|
"backgroundScale": {
|
|
91896
91982
|
"type": "number"
|
|
91897
91983
|
},
|
|
@@ -92298,7 +92384,9 @@
|
|
|
92298
92384
|
"textureColor": {
|
|
92299
92385
|
"type": "string"
|
|
92300
92386
|
},
|
|
92301
|
-
"textureOptions": {
|
|
92387
|
+
"textureOptions": {
|
|
92388
|
+
"typeof": "function"
|
|
92389
|
+
},
|
|
92302
92390
|
"texturePadding": {
|
|
92303
92391
|
"type": "number"
|
|
92304
92392
|
},
|
|
@@ -92383,6 +92471,21 @@
|
|
|
92383
92471
|
}
|
|
92384
92472
|
]
|
|
92385
92473
|
},
|
|
92474
|
+
"imageMode": {
|
|
92475
|
+
"$ref": "#/definitions/ImageMode"
|
|
92476
|
+
},
|
|
92477
|
+
"imageOffsetX": {
|
|
92478
|
+
"type": "number"
|
|
92479
|
+
},
|
|
92480
|
+
"imageOffsetY": {
|
|
92481
|
+
"type": "number"
|
|
92482
|
+
},
|
|
92483
|
+
"imagePosition": {
|
|
92484
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
92485
|
+
},
|
|
92486
|
+
"imageScale": {
|
|
92487
|
+
"type": "number"
|
|
92488
|
+
},
|
|
92386
92489
|
"maxHeight": {
|
|
92387
92490
|
"type": "number"
|
|
92388
92491
|
},
|
|
@@ -92537,13 +92640,7 @@
|
|
|
92537
92640
|
"type": "boolean"
|
|
92538
92641
|
},
|
|
92539
92642
|
"backgroundMode": {
|
|
92540
|
-
"
|
|
92541
|
-
"no-repeat",
|
|
92542
|
-
"repeat",
|
|
92543
|
-
"repeat-x",
|
|
92544
|
-
"repeat-y"
|
|
92545
|
-
],
|
|
92546
|
-
"type": "string"
|
|
92643
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
92547
92644
|
},
|
|
92548
92645
|
"backgroundOffsetX": {
|
|
92549
92646
|
"type": "number"
|
|
@@ -92554,6 +92651,9 @@
|
|
|
92554
92651
|
"backgroundOpacity": {
|
|
92555
92652
|
"type": "number"
|
|
92556
92653
|
},
|
|
92654
|
+
"backgroundPosition": {
|
|
92655
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
92656
|
+
},
|
|
92557
92657
|
"backgroundScale": {
|
|
92558
92658
|
"type": "number"
|
|
92559
92659
|
},
|
|
@@ -92724,6 +92824,21 @@
|
|
|
92724
92824
|
}
|
|
92725
92825
|
]
|
|
92726
92826
|
},
|
|
92827
|
+
"imageMode": {
|
|
92828
|
+
"$ref": "#/definitions/ImageMode"
|
|
92829
|
+
},
|
|
92830
|
+
"imageOffsetX": {
|
|
92831
|
+
"type": "number"
|
|
92832
|
+
},
|
|
92833
|
+
"imageOffsetY": {
|
|
92834
|
+
"type": "number"
|
|
92835
|
+
},
|
|
92836
|
+
"imagePosition": {
|
|
92837
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
92838
|
+
},
|
|
92839
|
+
"imageScale": {
|
|
92840
|
+
"type": "number"
|
|
92841
|
+
},
|
|
92727
92842
|
"innerBorder": {
|
|
92728
92843
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
92729
92844
|
},
|
|
@@ -92931,7 +93046,9 @@
|
|
|
92931
93046
|
"textureColor": {
|
|
92932
93047
|
"type": "string"
|
|
92933
93048
|
},
|
|
92934
|
-
"textureOptions": {
|
|
93049
|
+
"textureOptions": {
|
|
93050
|
+
"typeof": "function"
|
|
93051
|
+
},
|
|
92935
93052
|
"texturePadding": {
|
|
92936
93053
|
"type": "number"
|
|
92937
93054
|
},
|
|
@@ -93310,13 +93427,7 @@
|
|
|
93310
93427
|
"type": "boolean"
|
|
93311
93428
|
},
|
|
93312
93429
|
"backgroundMode": {
|
|
93313
|
-
"
|
|
93314
|
-
"no-repeat",
|
|
93315
|
-
"repeat",
|
|
93316
|
-
"repeat-x",
|
|
93317
|
-
"repeat-y"
|
|
93318
|
-
],
|
|
93319
|
-
"type": "string"
|
|
93430
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
93320
93431
|
},
|
|
93321
93432
|
"backgroundOffsetX": {
|
|
93322
93433
|
"type": "number"
|
|
@@ -93327,6 +93438,9 @@
|
|
|
93327
93438
|
"backgroundOpacity": {
|
|
93328
93439
|
"type": "number"
|
|
93329
93440
|
},
|
|
93441
|
+
"backgroundPosition": {
|
|
93442
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
93443
|
+
},
|
|
93330
93444
|
"backgroundScale": {
|
|
93331
93445
|
"type": "number"
|
|
93332
93446
|
},
|
|
@@ -93699,7 +93813,9 @@
|
|
|
93699
93813
|
"textureColor": {
|
|
93700
93814
|
"type": "string"
|
|
93701
93815
|
},
|
|
93702
|
-
"textureOptions": {
|
|
93816
|
+
"textureOptions": {
|
|
93817
|
+
"typeof": "function"
|
|
93818
|
+
},
|
|
93703
93819
|
"texturePadding": {
|
|
93704
93820
|
"type": "number"
|
|
93705
93821
|
},
|
|
@@ -94718,13 +94834,7 @@
|
|
|
94718
94834
|
"type": "boolean"
|
|
94719
94835
|
},
|
|
94720
94836
|
"backgroundMode": {
|
|
94721
|
-
"
|
|
94722
|
-
"no-repeat",
|
|
94723
|
-
"repeat",
|
|
94724
|
-
"repeat-x",
|
|
94725
|
-
"repeat-y"
|
|
94726
|
-
],
|
|
94727
|
-
"type": "string"
|
|
94837
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
94728
94838
|
},
|
|
94729
94839
|
"backgroundOffsetX": {
|
|
94730
94840
|
"type": "number"
|
|
@@ -94735,6 +94845,9 @@
|
|
|
94735
94845
|
"backgroundOpacity": {
|
|
94736
94846
|
"type": "number"
|
|
94737
94847
|
},
|
|
94848
|
+
"backgroundPosition": {
|
|
94849
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
94850
|
+
},
|
|
94738
94851
|
"backgroundScale": {
|
|
94739
94852
|
"type": "number"
|
|
94740
94853
|
},
|
|
@@ -95080,7 +95193,9 @@
|
|
|
95080
95193
|
"textureColor": {
|
|
95081
95194
|
"type": "string"
|
|
95082
95195
|
},
|
|
95083
|
-
"textureOptions": {
|
|
95196
|
+
"textureOptions": {
|
|
95197
|
+
"typeof": "function"
|
|
95198
|
+
},
|
|
95084
95199
|
"texturePadding": {
|
|
95085
95200
|
"type": "number"
|
|
95086
95201
|
},
|
|
@@ -95257,13 +95372,7 @@
|
|
|
95257
95372
|
"type": "boolean"
|
|
95258
95373
|
},
|
|
95259
95374
|
"backgroundMode": {
|
|
95260
|
-
"
|
|
95261
|
-
"no-repeat",
|
|
95262
|
-
"repeat",
|
|
95263
|
-
"repeat-x",
|
|
95264
|
-
"repeat-y"
|
|
95265
|
-
],
|
|
95266
|
-
"type": "string"
|
|
95375
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
95267
95376
|
},
|
|
95268
95377
|
"backgroundOffsetX": {
|
|
95269
95378
|
"type": "number"
|
|
@@ -95274,6 +95383,9 @@
|
|
|
95274
95383
|
"backgroundOpacity": {
|
|
95275
95384
|
"type": "number"
|
|
95276
95385
|
},
|
|
95386
|
+
"backgroundPosition": {
|
|
95387
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
95388
|
+
},
|
|
95277
95389
|
"backgroundScale": {
|
|
95278
95390
|
"type": "number"
|
|
95279
95391
|
},
|
|
@@ -95625,7 +95737,9 @@
|
|
|
95625
95737
|
"textureColor": {
|
|
95626
95738
|
"type": "string"
|
|
95627
95739
|
},
|
|
95628
|
-
"textureOptions": {
|
|
95740
|
+
"textureOptions": {
|
|
95741
|
+
"typeof": "function"
|
|
95742
|
+
},
|
|
95629
95743
|
"texturePadding": {
|
|
95630
95744
|
"type": "number"
|
|
95631
95745
|
},
|
|
@@ -95754,7 +95868,7 @@
|
|
|
95754
95868
|
"type": "boolean"
|
|
95755
95869
|
},
|
|
95756
95870
|
"backgroundMode": {
|
|
95757
|
-
"$ref": "#/definitions/
|
|
95871
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
95758
95872
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
95759
95873
|
},
|
|
95760
95874
|
"backgroundOffsetX": {
|
|
@@ -95770,7 +95884,7 @@
|
|
|
95770
95884
|
"type": "number"
|
|
95771
95885
|
},
|
|
95772
95886
|
"backgroundPosition": {
|
|
95773
|
-
"$ref": "#/definitions/
|
|
95887
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
95774
95888
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
95775
95889
|
"since": "2.0.21"
|
|
95776
95890
|
},
|
|
@@ -96156,13 +96270,7 @@
|
|
|
96156
96270
|
"type": "boolean"
|
|
96157
96271
|
},
|
|
96158
96272
|
"backgroundMode": {
|
|
96159
|
-
"
|
|
96160
|
-
"no-repeat",
|
|
96161
|
-
"repeat",
|
|
96162
|
-
"repeat-x",
|
|
96163
|
-
"repeat-y"
|
|
96164
|
-
],
|
|
96165
|
-
"type": "string"
|
|
96273
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
96166
96274
|
},
|
|
96167
96275
|
"backgroundOffsetX": {
|
|
96168
96276
|
"type": "number"
|
|
@@ -96173,6 +96281,9 @@
|
|
|
96173
96281
|
"backgroundOpacity": {
|
|
96174
96282
|
"type": "number"
|
|
96175
96283
|
},
|
|
96284
|
+
"backgroundPosition": {
|
|
96285
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
96286
|
+
},
|
|
96176
96287
|
"backgroundScale": {
|
|
96177
96288
|
"type": "number"
|
|
96178
96289
|
},
|
|
@@ -96528,7 +96639,9 @@
|
|
|
96528
96639
|
"textureColor": {
|
|
96529
96640
|
"type": "string"
|
|
96530
96641
|
},
|
|
96531
|
-
"textureOptions": {
|
|
96642
|
+
"textureOptions": {
|
|
96643
|
+
"typeof": "function"
|
|
96644
|
+
},
|
|
96532
96645
|
"texturePadding": {
|
|
96533
96646
|
"type": "number"
|
|
96534
96647
|
},
|
|
@@ -96666,7 +96779,7 @@
|
|
|
96666
96779
|
"type": "boolean"
|
|
96667
96780
|
},
|
|
96668
96781
|
"backgroundMode": {
|
|
96669
|
-
"$ref": "#/definitions/
|
|
96782
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
96670
96783
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
96671
96784
|
},
|
|
96672
96785
|
"backgroundOffsetX": {
|
|
@@ -96682,7 +96795,7 @@
|
|
|
96682
96795
|
"type": "number"
|
|
96683
96796
|
},
|
|
96684
96797
|
"backgroundPosition": {
|
|
96685
|
-
"$ref": "#/definitions/
|
|
96798
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
96686
96799
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
96687
96800
|
"since": "2.0.21"
|
|
96688
96801
|
},
|
|
@@ -97026,7 +97139,32 @@
|
|
|
97026
97139
|
"type": "boolean"
|
|
97027
97140
|
},
|
|
97028
97141
|
"background": {
|
|
97029
|
-
"
|
|
97142
|
+
"anyOf": [
|
|
97143
|
+
{
|
|
97144
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
97145
|
+
},
|
|
97146
|
+
{
|
|
97147
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
97148
|
+
},
|
|
97149
|
+
{
|
|
97150
|
+
"$ref": "#/definitions/ILinearGradient"
|
|
97151
|
+
},
|
|
97152
|
+
{
|
|
97153
|
+
"$ref": "#/definitions/IRadialGradient"
|
|
97154
|
+
},
|
|
97155
|
+
{
|
|
97156
|
+
"$ref": "#/definitions/IConicalGradient"
|
|
97157
|
+
},
|
|
97158
|
+
{
|
|
97159
|
+
"typeof": "function"
|
|
97160
|
+
},
|
|
97161
|
+
{
|
|
97162
|
+
"typeof": "function"
|
|
97163
|
+
},
|
|
97164
|
+
{
|
|
97165
|
+
"type": "string"
|
|
97166
|
+
}
|
|
97167
|
+
]
|
|
97030
97168
|
},
|
|
97031
97169
|
"beforeRender": {
|
|
97032
97170
|
"typeof": "function"
|
|
@@ -97266,13 +97404,7 @@
|
|
|
97266
97404
|
"type": "boolean"
|
|
97267
97405
|
},
|
|
97268
97406
|
"backgroundMode": {
|
|
97269
|
-
"
|
|
97270
|
-
"no-repeat",
|
|
97271
|
-
"repeat",
|
|
97272
|
-
"repeat-x",
|
|
97273
|
-
"repeat-y"
|
|
97274
|
-
],
|
|
97275
|
-
"type": "string"
|
|
97407
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
97276
97408
|
},
|
|
97277
97409
|
"backgroundOffsetX": {
|
|
97278
97410
|
"type": "number"
|
|
@@ -97283,6 +97415,9 @@
|
|
|
97283
97415
|
"backgroundOpacity": {
|
|
97284
97416
|
"type": "number"
|
|
97285
97417
|
},
|
|
97418
|
+
"backgroundPosition": {
|
|
97419
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
97420
|
+
},
|
|
97286
97421
|
"backgroundScale": {
|
|
97287
97422
|
"type": "number"
|
|
97288
97423
|
},
|
|
@@ -97618,7 +97753,9 @@
|
|
|
97618
97753
|
"textureColor": {
|
|
97619
97754
|
"type": "string"
|
|
97620
97755
|
},
|
|
97621
|
-
"textureOptions": {
|
|
97756
|
+
"textureOptions": {
|
|
97757
|
+
"typeof": "function"
|
|
97758
|
+
},
|
|
97622
97759
|
"texturePadding": {
|
|
97623
97760
|
"type": "number"
|
|
97624
97761
|
},
|
|
@@ -97832,13 +97969,7 @@
|
|
|
97832
97969
|
"type": "boolean"
|
|
97833
97970
|
},
|
|
97834
97971
|
"backgroundMode": {
|
|
97835
|
-
"
|
|
97836
|
-
"no-repeat",
|
|
97837
|
-
"repeat",
|
|
97838
|
-
"repeat-x",
|
|
97839
|
-
"repeat-y"
|
|
97840
|
-
],
|
|
97841
|
-
"type": "string"
|
|
97972
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
97842
97973
|
},
|
|
97843
97974
|
"backgroundOffsetX": {
|
|
97844
97975
|
"type": "number"
|
|
@@ -97849,6 +97980,9 @@
|
|
|
97849
97980
|
"backgroundOpacity": {
|
|
97850
97981
|
"type": "number"
|
|
97851
97982
|
},
|
|
97983
|
+
"backgroundPosition": {
|
|
97984
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
97985
|
+
},
|
|
97852
97986
|
"backgroundScale": {
|
|
97853
97987
|
"type": "number"
|
|
97854
97988
|
},
|
|
@@ -98204,7 +98338,9 @@
|
|
|
98204
98338
|
"textureColor": {
|
|
98205
98339
|
"type": "string"
|
|
98206
98340
|
},
|
|
98207
|
-
"textureOptions": {
|
|
98341
|
+
"textureOptions": {
|
|
98342
|
+
"typeof": "function"
|
|
98343
|
+
},
|
|
98208
98344
|
"texturePadding": {
|
|
98209
98345
|
"type": "number"
|
|
98210
98346
|
},
|
|
@@ -98381,13 +98517,7 @@
|
|
|
98381
98517
|
"type": "boolean"
|
|
98382
98518
|
},
|
|
98383
98519
|
"backgroundMode": {
|
|
98384
|
-
"
|
|
98385
|
-
"no-repeat",
|
|
98386
|
-
"repeat",
|
|
98387
|
-
"repeat-x",
|
|
98388
|
-
"repeat-y"
|
|
98389
|
-
],
|
|
98390
|
-
"type": "string"
|
|
98520
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
98391
98521
|
},
|
|
98392
98522
|
"backgroundOffsetX": {
|
|
98393
98523
|
"type": "number"
|
|
@@ -98398,6 +98528,9 @@
|
|
|
98398
98528
|
"backgroundOpacity": {
|
|
98399
98529
|
"type": "number"
|
|
98400
98530
|
},
|
|
98531
|
+
"backgroundPosition": {
|
|
98532
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
98533
|
+
},
|
|
98401
98534
|
"backgroundScale": {
|
|
98402
98535
|
"type": "number"
|
|
98403
98536
|
},
|
|
@@ -98830,7 +98963,9 @@
|
|
|
98830
98963
|
"textureColor": {
|
|
98831
98964
|
"type": "string"
|
|
98832
98965
|
},
|
|
98833
|
-
"textureOptions": {
|
|
98966
|
+
"textureOptions": {
|
|
98967
|
+
"typeof": "function"
|
|
98968
|
+
},
|
|
98834
98969
|
"texturePadding": {
|
|
98835
98970
|
"type": "number"
|
|
98836
98971
|
},
|
|
@@ -98992,7 +99127,7 @@
|
|
|
98992
99127
|
"type": "boolean"
|
|
98993
99128
|
},
|
|
98994
99129
|
"backgroundMode": {
|
|
98995
|
-
"$ref": "#/definitions/
|
|
99130
|
+
"$ref": "#/definitions/BackgroundMode_1",
|
|
98996
99131
|
"description": "背景图绘制模式(与具体图元有关)。\n原有平铺模式为:`repeat` / `repeat-x` / `repeat-y` / `no-repeat`;\n自 `2.0.21` 版本开始,支持 `no-repeat-cover` / `no-repeat-contain` /\n`no-repeat-fill` / `no-repeat-auto` 这几个 `no-repeat` 下的尺寸简写。"
|
|
98997
99132
|
},
|
|
98998
99133
|
"backgroundOffsetX": {
|
|
@@ -99008,7 +99143,7 @@
|
|
|
99008
99143
|
"type": "number"
|
|
99009
99144
|
},
|
|
99010
99145
|
"backgroundPosition": {
|
|
99011
|
-
"$ref": "#/definitions/
|
|
99146
|
+
"$ref": "#/definitions/BackgroundPosition_1",
|
|
99012
99147
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
99013
99148
|
"since": "2.0.21"
|
|
99014
99149
|
},
|
|
@@ -99816,13 +99951,7 @@
|
|
|
99816
99951
|
"type": "boolean"
|
|
99817
99952
|
},
|
|
99818
99953
|
"backgroundMode": {
|
|
99819
|
-
"
|
|
99820
|
-
"no-repeat",
|
|
99821
|
-
"repeat",
|
|
99822
|
-
"repeat-x",
|
|
99823
|
-
"repeat-y"
|
|
99824
|
-
],
|
|
99825
|
-
"type": "string"
|
|
99954
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
99826
99955
|
},
|
|
99827
99956
|
"backgroundOffsetX": {
|
|
99828
99957
|
"type": "number"
|
|
@@ -99833,6 +99962,9 @@
|
|
|
99833
99962
|
"backgroundOpacity": {
|
|
99834
99963
|
"type": "number"
|
|
99835
99964
|
},
|
|
99965
|
+
"backgroundPosition": {
|
|
99966
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
99967
|
+
},
|
|
99836
99968
|
"backgroundScale": {
|
|
99837
99969
|
"type": "number"
|
|
99838
99970
|
},
|
|
@@ -100259,7 +100391,9 @@
|
|
|
100259
100391
|
"textureColor": {
|
|
100260
100392
|
"type": "string"
|
|
100261
100393
|
},
|
|
100262
|
-
"textureOptions": {
|
|
100394
|
+
"textureOptions": {
|
|
100395
|
+
"typeof": "function"
|
|
100396
|
+
},
|
|
100263
100397
|
"texturePadding": {
|
|
100264
100398
|
"type": "number"
|
|
100265
100399
|
},
|
|
@@ -100469,13 +100603,7 @@
|
|
|
100469
100603
|
"type": "boolean"
|
|
100470
100604
|
},
|
|
100471
100605
|
"backgroundMode": {
|
|
100472
|
-
"
|
|
100473
|
-
"no-repeat",
|
|
100474
|
-
"repeat",
|
|
100475
|
-
"repeat-x",
|
|
100476
|
-
"repeat-y"
|
|
100477
|
-
],
|
|
100478
|
-
"type": "string"
|
|
100606
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
100479
100607
|
},
|
|
100480
100608
|
"backgroundOffsetX": {
|
|
100481
100609
|
"type": "number"
|
|
@@ -100486,6 +100614,9 @@
|
|
|
100486
100614
|
"backgroundOpacity": {
|
|
100487
100615
|
"type": "number"
|
|
100488
100616
|
},
|
|
100617
|
+
"backgroundPosition": {
|
|
100618
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
100619
|
+
},
|
|
100489
100620
|
"backgroundScale": {
|
|
100490
100621
|
"type": "number"
|
|
100491
100622
|
},
|
|
@@ -100848,7 +100979,9 @@
|
|
|
100848
100979
|
"textureColor": {
|
|
100849
100980
|
"type": "string"
|
|
100850
100981
|
},
|
|
100851
|
-
"textureOptions": {
|
|
100982
|
+
"textureOptions": {
|
|
100983
|
+
"typeof": "function"
|
|
100984
|
+
},
|
|
100852
100985
|
"texturePadding": {
|
|
100853
100986
|
"type": "number"
|
|
100854
100987
|
},
|
|
@@ -101034,13 +101167,7 @@
|
|
|
101034
101167
|
"type": "boolean"
|
|
101035
101168
|
},
|
|
101036
101169
|
"backgroundMode": {
|
|
101037
|
-
"
|
|
101038
|
-
"no-repeat",
|
|
101039
|
-
"repeat",
|
|
101040
|
-
"repeat-x",
|
|
101041
|
-
"repeat-y"
|
|
101042
|
-
],
|
|
101043
|
-
"type": "string"
|
|
101170
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
101044
101171
|
},
|
|
101045
101172
|
"backgroundOffsetX": {
|
|
101046
101173
|
"type": "number"
|
|
@@ -101051,6 +101178,9 @@
|
|
|
101051
101178
|
"backgroundOpacity": {
|
|
101052
101179
|
"type": "number"
|
|
101053
101180
|
},
|
|
101181
|
+
"backgroundPosition": {
|
|
101182
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
101183
|
+
},
|
|
101054
101184
|
"backgroundScale": {
|
|
101055
101185
|
"type": "number"
|
|
101056
101186
|
},
|
|
@@ -101380,7 +101510,9 @@
|
|
|
101380
101510
|
"textureColor": {
|
|
101381
101511
|
"type": "string"
|
|
101382
101512
|
},
|
|
101383
|
-
"textureOptions": {
|
|
101513
|
+
"textureOptions": {
|
|
101514
|
+
"typeof": "function"
|
|
101515
|
+
},
|
|
101384
101516
|
"texturePadding": {
|
|
101385
101517
|
"type": "number"
|
|
101386
101518
|
},
|
|
@@ -103859,34 +103991,34 @@
|
|
|
103859
103991
|
},
|
|
103860
103992
|
"Promise<FontFaceSet>": {
|
|
103861
103993
|
"properties": {
|
|
103862
|
-
"__@toStringTag@
|
|
103994
|
+
"__@toStringTag@12649": {
|
|
103863
103995
|
"type": "string"
|
|
103864
103996
|
}
|
|
103865
103997
|
},
|
|
103866
103998
|
"required": [
|
|
103867
|
-
"__@toStringTag@
|
|
103999
|
+
"__@toStringTag@12649"
|
|
103868
104000
|
],
|
|
103869
104001
|
"type": "object"
|
|
103870
104002
|
},
|
|
103871
104003
|
"Promise<ServiceWorkerRegistration>": {
|
|
103872
104004
|
"properties": {
|
|
103873
|
-
"__@toStringTag@
|
|
104005
|
+
"__@toStringTag@12649": {
|
|
103874
104006
|
"type": "string"
|
|
103875
104007
|
}
|
|
103876
104008
|
},
|
|
103877
104009
|
"required": [
|
|
103878
|
-
"__@toStringTag@
|
|
104010
|
+
"__@toStringTag@12649"
|
|
103879
104011
|
],
|
|
103880
104012
|
"type": "object"
|
|
103881
104013
|
},
|
|
103882
104014
|
"Promise<any>": {
|
|
103883
104015
|
"properties": {
|
|
103884
|
-
"__@toStringTag@
|
|
104016
|
+
"__@toStringTag@12649": {
|
|
103885
104017
|
"type": "string"
|
|
103886
104018
|
}
|
|
103887
104019
|
},
|
|
103888
104020
|
"required": [
|
|
103889
|
-
"__@toStringTag@
|
|
104021
|
+
"__@toStringTag@12649"
|
|
103890
104022
|
],
|
|
103891
104023
|
"type": "object"
|
|
103892
104024
|
},
|
|
@@ -104596,13 +104728,7 @@
|
|
|
104596
104728
|
"type": "boolean"
|
|
104597
104729
|
},
|
|
104598
104730
|
"backgroundMode": {
|
|
104599
|
-
"
|
|
104600
|
-
"no-repeat",
|
|
104601
|
-
"repeat",
|
|
104602
|
-
"repeat-x",
|
|
104603
|
-
"repeat-y"
|
|
104604
|
-
],
|
|
104605
|
-
"type": "string"
|
|
104731
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
104606
104732
|
},
|
|
104607
104733
|
"backgroundOffsetX": {
|
|
104608
104734
|
"type": "number"
|
|
@@ -104613,6 +104739,9 @@
|
|
|
104613
104739
|
"backgroundOpacity": {
|
|
104614
104740
|
"type": "number"
|
|
104615
104741
|
},
|
|
104742
|
+
"backgroundPosition": {
|
|
104743
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
104744
|
+
},
|
|
104616
104745
|
"backgroundScale": {
|
|
104617
104746
|
"type": "number"
|
|
104618
104747
|
},
|
|
@@ -105008,7 +105137,9 @@
|
|
|
105008
105137
|
"textureColor": {
|
|
105009
105138
|
"type": "string"
|
|
105010
105139
|
},
|
|
105011
|
-
"textureOptions": {
|
|
105140
|
+
"textureOptions": {
|
|
105141
|
+
"typeof": "function"
|
|
105142
|
+
},
|
|
105012
105143
|
"texturePadding": {
|
|
105013
105144
|
"type": "number"
|
|
105014
105145
|
},
|
|
@@ -105064,6 +105195,7 @@
|
|
|
105064
105195
|
"backgroundOffsetX",
|
|
105065
105196
|
"backgroundOffsetY",
|
|
105066
105197
|
"backgroundOpacity",
|
|
105198
|
+
"backgroundPosition",
|
|
105067
105199
|
"backgroundScale",
|
|
105068
105200
|
"beta",
|
|
105069
105201
|
"blur",
|
|
@@ -105287,13 +105419,7 @@
|
|
|
105287
105419
|
"type": "boolean"
|
|
105288
105420
|
},
|
|
105289
105421
|
"backgroundMode": {
|
|
105290
|
-
"
|
|
105291
|
-
"no-repeat",
|
|
105292
|
-
"repeat",
|
|
105293
|
-
"repeat-x",
|
|
105294
|
-
"repeat-y"
|
|
105295
|
-
],
|
|
105296
|
-
"type": "string"
|
|
105422
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
105297
105423
|
},
|
|
105298
105424
|
"backgroundOffsetX": {
|
|
105299
105425
|
"type": "number"
|
|
@@ -105304,6 +105430,9 @@
|
|
|
105304
105430
|
"backgroundOpacity": {
|
|
105305
105431
|
"type": "number"
|
|
105306
105432
|
},
|
|
105433
|
+
"backgroundPosition": {
|
|
105434
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
105435
|
+
},
|
|
105307
105436
|
"backgroundScale": {
|
|
105308
105437
|
"type": "number"
|
|
105309
105438
|
},
|
|
@@ -105673,7 +105802,9 @@
|
|
|
105673
105802
|
"textureColor": {
|
|
105674
105803
|
"type": "string"
|
|
105675
105804
|
},
|
|
105676
|
-
"textureOptions": {
|
|
105805
|
+
"textureOptions": {
|
|
105806
|
+
"typeof": "function"
|
|
105807
|
+
},
|
|
105677
105808
|
"texturePadding": {
|
|
105678
105809
|
"type": "number"
|
|
105679
105810
|
},
|
|
@@ -105729,6 +105860,7 @@
|
|
|
105729
105860
|
"backgroundOffsetX",
|
|
105730
105861
|
"backgroundOffsetY",
|
|
105731
105862
|
"backgroundOpacity",
|
|
105863
|
+
"backgroundPosition",
|
|
105732
105864
|
"backgroundScale",
|
|
105733
105865
|
"beta",
|
|
105734
105866
|
"blur",
|
|
@@ -105951,13 +106083,7 @@
|
|
|
105951
106083
|
"type": "boolean"
|
|
105952
106084
|
},
|
|
105953
106085
|
"backgroundMode": {
|
|
105954
|
-
"
|
|
105955
|
-
"no-repeat",
|
|
105956
|
-
"repeat",
|
|
105957
|
-
"repeat-x",
|
|
105958
|
-
"repeat-y"
|
|
105959
|
-
],
|
|
105960
|
-
"type": "string"
|
|
106086
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
105961
106087
|
},
|
|
105962
106088
|
"backgroundOffsetX": {
|
|
105963
106089
|
"type": "number"
|
|
@@ -105968,6 +106094,9 @@
|
|
|
105968
106094
|
"backgroundOpacity": {
|
|
105969
106095
|
"type": "number"
|
|
105970
106096
|
},
|
|
106097
|
+
"backgroundPosition": {
|
|
106098
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
106099
|
+
},
|
|
105971
106100
|
"backgroundScale": {
|
|
105972
106101
|
"type": "number"
|
|
105973
106102
|
},
|
|
@@ -106306,7 +106435,9 @@
|
|
|
106306
106435
|
"textureColor": {
|
|
106307
106436
|
"type": "string"
|
|
106308
106437
|
},
|
|
106309
|
-
"textureOptions": {
|
|
106438
|
+
"textureOptions": {
|
|
106439
|
+
"typeof": "function"
|
|
106440
|
+
},
|
|
106310
106441
|
"texturePadding": {
|
|
106311
106442
|
"type": "number"
|
|
106312
106443
|
},
|
|
@@ -106362,6 +106493,7 @@
|
|
|
106362
106493
|
"backgroundOffsetX",
|
|
106363
106494
|
"backgroundOffsetY",
|
|
106364
106495
|
"backgroundOpacity",
|
|
106496
|
+
"backgroundPosition",
|
|
106365
106497
|
"backgroundScale",
|
|
106366
106498
|
"beta",
|
|
106367
106499
|
"blur",
|
|
@@ -106577,13 +106709,7 @@
|
|
|
106577
106709
|
"type": "boolean"
|
|
106578
106710
|
},
|
|
106579
106711
|
"backgroundMode": {
|
|
106580
|
-
"
|
|
106581
|
-
"no-repeat",
|
|
106582
|
-
"repeat",
|
|
106583
|
-
"repeat-x",
|
|
106584
|
-
"repeat-y"
|
|
106585
|
-
],
|
|
106586
|
-
"type": "string"
|
|
106712
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
106587
106713
|
},
|
|
106588
106714
|
"backgroundOffsetX": {
|
|
106589
106715
|
"type": "number"
|
|
@@ -106594,6 +106720,9 @@
|
|
|
106594
106720
|
"backgroundOpacity": {
|
|
106595
106721
|
"type": "number"
|
|
106596
106722
|
},
|
|
106723
|
+
"backgroundPosition": {
|
|
106724
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
106725
|
+
},
|
|
106597
106726
|
"backgroundScale": {
|
|
106598
106727
|
"type": "number"
|
|
106599
106728
|
},
|
|
@@ -106952,7 +107081,9 @@
|
|
|
106952
107081
|
"textureColor": {
|
|
106953
107082
|
"type": "string"
|
|
106954
107083
|
},
|
|
106955
|
-
"textureOptions": {
|
|
107084
|
+
"textureOptions": {
|
|
107085
|
+
"typeof": "function"
|
|
107086
|
+
},
|
|
106956
107087
|
"texturePadding": {
|
|
106957
107088
|
"type": "number"
|
|
106958
107089
|
},
|
|
@@ -107011,6 +107142,7 @@
|
|
|
107011
107142
|
"backgroundOffsetX",
|
|
107012
107143
|
"backgroundOffsetY",
|
|
107013
107144
|
"backgroundOpacity",
|
|
107145
|
+
"backgroundPosition",
|
|
107014
107146
|
"backgroundScale",
|
|
107015
107147
|
"beta",
|
|
107016
107148
|
"blur",
|
|
@@ -107245,13 +107377,7 @@
|
|
|
107245
107377
|
"type": "boolean"
|
|
107246
107378
|
},
|
|
107247
107379
|
"backgroundMode": {
|
|
107248
|
-
"
|
|
107249
|
-
"no-repeat",
|
|
107250
|
-
"repeat",
|
|
107251
|
-
"repeat-x",
|
|
107252
|
-
"repeat-y"
|
|
107253
|
-
],
|
|
107254
|
-
"type": "string"
|
|
107380
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
107255
107381
|
},
|
|
107256
107382
|
"backgroundOffsetX": {
|
|
107257
107383
|
"type": "number"
|
|
@@ -107262,6 +107388,9 @@
|
|
|
107262
107388
|
"backgroundOpacity": {
|
|
107263
107389
|
"type": "number"
|
|
107264
107390
|
},
|
|
107391
|
+
"backgroundPosition": {
|
|
107392
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
107393
|
+
},
|
|
107265
107394
|
"backgroundScale": {
|
|
107266
107395
|
"type": "number"
|
|
107267
107396
|
},
|
|
@@ -107668,7 +107797,9 @@
|
|
|
107668
107797
|
"textureColor": {
|
|
107669
107798
|
"type": "string"
|
|
107670
107799
|
},
|
|
107671
|
-
"textureOptions": {
|
|
107800
|
+
"textureOptions": {
|
|
107801
|
+
"typeof": "function"
|
|
107802
|
+
},
|
|
107672
107803
|
"texturePadding": {
|
|
107673
107804
|
"type": "number"
|
|
107674
107805
|
},
|
|
@@ -107732,6 +107863,7 @@
|
|
|
107732
107863
|
"backgroundOffsetX",
|
|
107733
107864
|
"backgroundOffsetY",
|
|
107734
107865
|
"backgroundOpacity",
|
|
107866
|
+
"backgroundPosition",
|
|
107735
107867
|
"backgroundScale",
|
|
107736
107868
|
"baseOpacity",
|
|
107737
107869
|
"beta",
|
|
@@ -107957,13 +108089,7 @@
|
|
|
107957
108089
|
"type": "boolean"
|
|
107958
108090
|
},
|
|
107959
108091
|
"backgroundMode": {
|
|
107960
|
-
"
|
|
107961
|
-
"no-repeat",
|
|
107962
|
-
"repeat",
|
|
107963
|
-
"repeat-x",
|
|
107964
|
-
"repeat-y"
|
|
107965
|
-
],
|
|
107966
|
-
"type": "string"
|
|
108092
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
107967
108093
|
},
|
|
107968
108094
|
"backgroundOffsetX": {
|
|
107969
108095
|
"type": "number"
|
|
@@ -107974,6 +108100,9 @@
|
|
|
107974
108100
|
"backgroundOpacity": {
|
|
107975
108101
|
"type": "number"
|
|
107976
108102
|
},
|
|
108103
|
+
"backgroundPosition": {
|
|
108104
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
108105
|
+
},
|
|
107977
108106
|
"backgroundScale": {
|
|
107978
108107
|
"type": "number"
|
|
107979
108108
|
},
|
|
@@ -108144,6 +108273,21 @@
|
|
|
108144
108273
|
}
|
|
108145
108274
|
]
|
|
108146
108275
|
},
|
|
108276
|
+
"imageMode": {
|
|
108277
|
+
"$ref": "#/definitions/ImageMode"
|
|
108278
|
+
},
|
|
108279
|
+
"imageOffsetX": {
|
|
108280
|
+
"type": "number"
|
|
108281
|
+
},
|
|
108282
|
+
"imageOffsetY": {
|
|
108283
|
+
"type": "number"
|
|
108284
|
+
},
|
|
108285
|
+
"imagePosition": {
|
|
108286
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
108287
|
+
},
|
|
108288
|
+
"imageScale": {
|
|
108289
|
+
"type": "number"
|
|
108290
|
+
},
|
|
108147
108291
|
"innerBorder": {
|
|
108148
108292
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
108149
108293
|
},
|
|
@@ -108351,7 +108495,9 @@
|
|
|
108351
108495
|
"textureColor": {
|
|
108352
108496
|
"type": "string"
|
|
108353
108497
|
},
|
|
108354
|
-
"textureOptions": {
|
|
108498
|
+
"textureOptions": {
|
|
108499
|
+
"typeof": "function"
|
|
108500
|
+
},
|
|
108355
108501
|
"texturePadding": {
|
|
108356
108502
|
"type": "number"
|
|
108357
108503
|
},
|
|
@@ -108410,6 +108556,7 @@
|
|
|
108410
108556
|
"backgroundOffsetX",
|
|
108411
108557
|
"backgroundOffsetY",
|
|
108412
108558
|
"backgroundOpacity",
|
|
108559
|
+
"backgroundPosition",
|
|
108413
108560
|
"backgroundScale",
|
|
108414
108561
|
"beta",
|
|
108415
108562
|
"blur",
|
|
@@ -108436,6 +108583,11 @@
|
|
|
108436
108583
|
"height",
|
|
108437
108584
|
"html",
|
|
108438
108585
|
"image",
|
|
108586
|
+
"imageMode",
|
|
108587
|
+
"imageOffsetX",
|
|
108588
|
+
"imageOffsetY",
|
|
108589
|
+
"imagePosition",
|
|
108590
|
+
"imageScale",
|
|
108439
108591
|
"innerBorder",
|
|
108440
108592
|
"keepDirIn3d",
|
|
108441
108593
|
"keepStrokeScale",
|
|
@@ -108631,13 +108783,7 @@
|
|
|
108631
108783
|
"type": "boolean"
|
|
108632
108784
|
},
|
|
108633
108785
|
"backgroundMode": {
|
|
108634
|
-
"
|
|
108635
|
-
"no-repeat",
|
|
108636
|
-
"repeat",
|
|
108637
|
-
"repeat-x",
|
|
108638
|
-
"repeat-y"
|
|
108639
|
-
],
|
|
108640
|
-
"type": "string"
|
|
108786
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
108641
108787
|
},
|
|
108642
108788
|
"backgroundOffsetX": {
|
|
108643
108789
|
"type": "number"
|
|
@@ -108648,6 +108794,9 @@
|
|
|
108648
108794
|
"backgroundOpacity": {
|
|
108649
108795
|
"type": "number"
|
|
108650
108796
|
},
|
|
108797
|
+
"backgroundPosition": {
|
|
108798
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
108799
|
+
},
|
|
108651
108800
|
"backgroundScale": {
|
|
108652
108801
|
"type": "number"
|
|
108653
108802
|
},
|
|
@@ -109020,7 +109169,9 @@
|
|
|
109020
109169
|
"textureColor": {
|
|
109021
109170
|
"type": "string"
|
|
109022
109171
|
},
|
|
109023
|
-
"textureOptions": {
|
|
109172
|
+
"textureOptions": {
|
|
109173
|
+
"typeof": "function"
|
|
109174
|
+
},
|
|
109024
109175
|
"texturePadding": {
|
|
109025
109176
|
"type": "number"
|
|
109026
109177
|
},
|
|
@@ -109076,6 +109227,7 @@
|
|
|
109076
109227
|
"backgroundOffsetX",
|
|
109077
109228
|
"backgroundOffsetY",
|
|
109078
109229
|
"backgroundOpacity",
|
|
109230
|
+
"backgroundPosition",
|
|
109079
109231
|
"backgroundScale",
|
|
109080
109232
|
"beta",
|
|
109081
109233
|
"blur",
|
|
@@ -109299,13 +109451,7 @@
|
|
|
109299
109451
|
"type": "boolean"
|
|
109300
109452
|
},
|
|
109301
109453
|
"backgroundMode": {
|
|
109302
|
-
"
|
|
109303
|
-
"no-repeat",
|
|
109304
|
-
"repeat",
|
|
109305
|
-
"repeat-x",
|
|
109306
|
-
"repeat-y"
|
|
109307
|
-
],
|
|
109308
|
-
"type": "string"
|
|
109454
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
109309
109455
|
},
|
|
109310
109456
|
"backgroundOffsetX": {
|
|
109311
109457
|
"type": "number"
|
|
@@ -109316,6 +109462,9 @@
|
|
|
109316
109462
|
"backgroundOpacity": {
|
|
109317
109463
|
"type": "number"
|
|
109318
109464
|
},
|
|
109465
|
+
"backgroundPosition": {
|
|
109466
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
109467
|
+
},
|
|
109319
109468
|
"backgroundScale": {
|
|
109320
109469
|
"type": "number"
|
|
109321
109470
|
},
|
|
@@ -109661,7 +109810,9 @@
|
|
|
109661
109810
|
"textureColor": {
|
|
109662
109811
|
"type": "string"
|
|
109663
109812
|
},
|
|
109664
|
-
"textureOptions": {
|
|
109813
|
+
"textureOptions": {
|
|
109814
|
+
"typeof": "function"
|
|
109815
|
+
},
|
|
109665
109816
|
"texturePadding": {
|
|
109666
109817
|
"type": "number"
|
|
109667
109818
|
},
|
|
@@ -109717,6 +109868,7 @@
|
|
|
109717
109868
|
"backgroundOffsetX",
|
|
109718
109869
|
"backgroundOffsetY",
|
|
109719
109870
|
"backgroundOpacity",
|
|
109871
|
+
"backgroundPosition",
|
|
109720
109872
|
"backgroundScale",
|
|
109721
109873
|
"beta",
|
|
109722
109874
|
"blur",
|
|
@@ -109932,13 +110084,7 @@
|
|
|
109932
110084
|
"type": "boolean"
|
|
109933
110085
|
},
|
|
109934
110086
|
"backgroundMode": {
|
|
109935
|
-
"
|
|
109936
|
-
"no-repeat",
|
|
109937
|
-
"repeat",
|
|
109938
|
-
"repeat-x",
|
|
109939
|
-
"repeat-y"
|
|
109940
|
-
],
|
|
109941
|
-
"type": "string"
|
|
110087
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
109942
110088
|
},
|
|
109943
110089
|
"backgroundOffsetX": {
|
|
109944
110090
|
"type": "number"
|
|
@@ -109949,6 +110095,9 @@
|
|
|
109949
110095
|
"backgroundOpacity": {
|
|
109950
110096
|
"type": "number"
|
|
109951
110097
|
},
|
|
110098
|
+
"backgroundPosition": {
|
|
110099
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
110100
|
+
},
|
|
109952
110101
|
"backgroundScale": {
|
|
109953
110102
|
"type": "number"
|
|
109954
110103
|
},
|
|
@@ -110300,7 +110449,9 @@
|
|
|
110300
110449
|
"textureColor": {
|
|
110301
110450
|
"type": "string"
|
|
110302
110451
|
},
|
|
110303
|
-
"textureOptions": {
|
|
110452
|
+
"textureOptions": {
|
|
110453
|
+
"typeof": "function"
|
|
110454
|
+
},
|
|
110304
110455
|
"texturePadding": {
|
|
110305
110456
|
"type": "number"
|
|
110306
110457
|
},
|
|
@@ -110356,6 +110507,7 @@
|
|
|
110356
110507
|
"backgroundOffsetX",
|
|
110357
110508
|
"backgroundOffsetY",
|
|
110358
110509
|
"backgroundOpacity",
|
|
110510
|
+
"backgroundPosition",
|
|
110359
110511
|
"backgroundScale",
|
|
110360
110512
|
"beta",
|
|
110361
110513
|
"blur",
|
|
@@ -110571,13 +110723,7 @@
|
|
|
110571
110723
|
"type": "boolean"
|
|
110572
110724
|
},
|
|
110573
110725
|
"backgroundMode": {
|
|
110574
|
-
"
|
|
110575
|
-
"no-repeat",
|
|
110576
|
-
"repeat",
|
|
110577
|
-
"repeat-x",
|
|
110578
|
-
"repeat-y"
|
|
110579
|
-
],
|
|
110580
|
-
"type": "string"
|
|
110726
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
110581
110727
|
},
|
|
110582
110728
|
"backgroundOffsetX": {
|
|
110583
110729
|
"type": "number"
|
|
@@ -110588,6 +110734,9 @@
|
|
|
110588
110734
|
"backgroundOpacity": {
|
|
110589
110735
|
"type": "number"
|
|
110590
110736
|
},
|
|
110737
|
+
"backgroundPosition": {
|
|
110738
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
110739
|
+
},
|
|
110591
110740
|
"backgroundScale": {
|
|
110592
110741
|
"type": "number"
|
|
110593
110742
|
},
|
|
@@ -110943,7 +111092,9 @@
|
|
|
110943
111092
|
"textureColor": {
|
|
110944
111093
|
"type": "string"
|
|
110945
111094
|
},
|
|
110946
|
-
"textureOptions": {
|
|
111095
|
+
"textureOptions": {
|
|
111096
|
+
"typeof": "function"
|
|
111097
|
+
},
|
|
110947
111098
|
"texturePadding": {
|
|
110948
111099
|
"type": "number"
|
|
110949
111100
|
},
|
|
@@ -111008,6 +111159,7 @@
|
|
|
111008
111159
|
"backgroundOffsetX",
|
|
111009
111160
|
"backgroundOffsetY",
|
|
111010
111161
|
"backgroundOpacity",
|
|
111162
|
+
"backgroundPosition",
|
|
111011
111163
|
"backgroundScale",
|
|
111012
111164
|
"beta",
|
|
111013
111165
|
"blur",
|
|
@@ -111234,13 +111386,7 @@
|
|
|
111234
111386
|
"type": "boolean"
|
|
111235
111387
|
},
|
|
111236
111388
|
"backgroundMode": {
|
|
111237
|
-
"
|
|
111238
|
-
"no-repeat",
|
|
111239
|
-
"repeat",
|
|
111240
|
-
"repeat-x",
|
|
111241
|
-
"repeat-y"
|
|
111242
|
-
],
|
|
111243
|
-
"type": "string"
|
|
111389
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
111244
111390
|
},
|
|
111245
111391
|
"backgroundOffsetX": {
|
|
111246
111392
|
"type": "number"
|
|
@@ -111251,6 +111397,9 @@
|
|
|
111251
111397
|
"backgroundOpacity": {
|
|
111252
111398
|
"type": "number"
|
|
111253
111399
|
},
|
|
111400
|
+
"backgroundPosition": {
|
|
111401
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
111402
|
+
},
|
|
111254
111403
|
"backgroundScale": {
|
|
111255
111404
|
"type": "number"
|
|
111256
111405
|
},
|
|
@@ -111710,7 +111859,9 @@
|
|
|
111710
111859
|
"textureColor": {
|
|
111711
111860
|
"type": "string"
|
|
111712
111861
|
},
|
|
111713
|
-
"textureOptions": {
|
|
111862
|
+
"textureOptions": {
|
|
111863
|
+
"typeof": "function"
|
|
111864
|
+
},
|
|
111714
111865
|
"texturePadding": {
|
|
111715
111866
|
"type": "number"
|
|
111716
111867
|
},
|
|
@@ -111808,6 +111959,7 @@
|
|
|
111808
111959
|
"backgroundOffsetX",
|
|
111809
111960
|
"backgroundOffsetY",
|
|
111810
111961
|
"backgroundOpacity",
|
|
111962
|
+
"backgroundPosition",
|
|
111811
111963
|
"backgroundScale",
|
|
111812
111964
|
"beta",
|
|
111813
111965
|
"blur",
|
|
@@ -112085,13 +112237,7 @@
|
|
|
112085
112237
|
"type": "boolean"
|
|
112086
112238
|
},
|
|
112087
112239
|
"backgroundMode": {
|
|
112088
|
-
"
|
|
112089
|
-
"no-repeat",
|
|
112090
|
-
"repeat",
|
|
112091
|
-
"repeat-x",
|
|
112092
|
-
"repeat-y"
|
|
112093
|
-
],
|
|
112094
|
-
"type": "string"
|
|
112240
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
112095
112241
|
},
|
|
112096
112242
|
"backgroundOffsetX": {
|
|
112097
112243
|
"type": "number"
|
|
@@ -112102,6 +112248,9 @@
|
|
|
112102
112248
|
"backgroundOpacity": {
|
|
112103
112249
|
"type": "number"
|
|
112104
112250
|
},
|
|
112251
|
+
"backgroundPosition": {
|
|
112252
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
112253
|
+
},
|
|
112105
112254
|
"backgroundRadius": {
|
|
112106
112255
|
"type": "number"
|
|
112107
112256
|
},
|
|
@@ -112314,6 +112463,21 @@
|
|
|
112314
112463
|
}
|
|
112315
112464
|
]
|
|
112316
112465
|
},
|
|
112466
|
+
"imageMode": {
|
|
112467
|
+
"$ref": "#/definitions/ImageMode"
|
|
112468
|
+
},
|
|
112469
|
+
"imageOffsetX": {
|
|
112470
|
+
"type": "number"
|
|
112471
|
+
},
|
|
112472
|
+
"imageOffsetY": {
|
|
112473
|
+
"type": "number"
|
|
112474
|
+
},
|
|
112475
|
+
"imagePosition": {
|
|
112476
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
112477
|
+
},
|
|
112478
|
+
"imageScale": {
|
|
112479
|
+
"type": "number"
|
|
112480
|
+
},
|
|
112317
112481
|
"innerBorder": {
|
|
112318
112482
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
112319
112483
|
},
|
|
@@ -112540,7 +112704,9 @@
|
|
|
112540
112704
|
"textureColor": {
|
|
112541
112705
|
"type": "string"
|
|
112542
112706
|
},
|
|
112543
|
-
"textureOptions": {
|
|
112707
|
+
"textureOptions": {
|
|
112708
|
+
"typeof": "function"
|
|
112709
|
+
},
|
|
112544
112710
|
"texturePadding": {
|
|
112545
112711
|
"type": "number"
|
|
112546
112712
|
},
|
|
@@ -112602,6 +112768,7 @@
|
|
|
112602
112768
|
"backgroundOffsetX",
|
|
112603
112769
|
"backgroundOffsetY",
|
|
112604
112770
|
"backgroundOpacity",
|
|
112771
|
+
"backgroundPosition",
|
|
112605
112772
|
"backgroundRadius",
|
|
112606
112773
|
"backgroundScale",
|
|
112607
112774
|
"backgroundShowMode",
|
|
@@ -112635,6 +112802,11 @@
|
|
|
112635
112802
|
"html",
|
|
112636
112803
|
"id",
|
|
112637
112804
|
"image",
|
|
112805
|
+
"imageMode",
|
|
112806
|
+
"imageOffsetX",
|
|
112807
|
+
"imageOffsetY",
|
|
112808
|
+
"imagePosition",
|
|
112809
|
+
"imageScale",
|
|
112638
112810
|
"innerBorder",
|
|
112639
112811
|
"keepDirIn3d",
|
|
112640
112812
|
"keepStrokeScale",
|
|
@@ -112833,13 +113005,7 @@
|
|
|
112833
113005
|
"type": "boolean"
|
|
112834
113006
|
},
|
|
112835
113007
|
"backgroundMode": {
|
|
112836
|
-
"
|
|
112837
|
-
"no-repeat",
|
|
112838
|
-
"repeat",
|
|
112839
|
-
"repeat-x",
|
|
112840
|
-
"repeat-y"
|
|
112841
|
-
],
|
|
112842
|
-
"type": "string"
|
|
113008
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
112843
113009
|
},
|
|
112844
113010
|
"backgroundOffsetX": {
|
|
112845
113011
|
"type": "number"
|
|
@@ -112850,6 +113016,9 @@
|
|
|
112850
113016
|
"backgroundOpacity": {
|
|
112851
113017
|
"type": "number"
|
|
112852
113018
|
},
|
|
113019
|
+
"backgroundPosition": {
|
|
113020
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
113021
|
+
},
|
|
112853
113022
|
"backgroundScale": {
|
|
112854
113023
|
"type": "number"
|
|
112855
113024
|
},
|
|
@@ -113185,7 +113354,9 @@
|
|
|
113185
113354
|
"textureColor": {
|
|
113186
113355
|
"type": "string"
|
|
113187
113356
|
},
|
|
113188
|
-
"textureOptions": {
|
|
113357
|
+
"textureOptions": {
|
|
113358
|
+
"typeof": "function"
|
|
113359
|
+
},
|
|
113189
113360
|
"texturePadding": {
|
|
113190
113361
|
"type": "number"
|
|
113191
113362
|
},
|
|
@@ -113247,6 +113418,7 @@
|
|
|
113247
113418
|
"backgroundOffsetX",
|
|
113248
113419
|
"backgroundOffsetY",
|
|
113249
113420
|
"backgroundOpacity",
|
|
113421
|
+
"backgroundPosition",
|
|
113250
113422
|
"backgroundScale",
|
|
113251
113423
|
"beta",
|
|
113252
113424
|
"blur",
|
|
@@ -113463,13 +113635,7 @@
|
|
|
113463
113635
|
"type": "boolean"
|
|
113464
113636
|
},
|
|
113465
113637
|
"backgroundMode": {
|
|
113466
|
-
"
|
|
113467
|
-
"no-repeat",
|
|
113468
|
-
"repeat",
|
|
113469
|
-
"repeat-x",
|
|
113470
|
-
"repeat-y"
|
|
113471
|
-
],
|
|
113472
|
-
"type": "string"
|
|
113638
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
113473
113639
|
},
|
|
113474
113640
|
"backgroundOffsetX": {
|
|
113475
113641
|
"type": "number"
|
|
@@ -113480,6 +113646,9 @@
|
|
|
113480
113646
|
"backgroundOpacity": {
|
|
113481
113647
|
"type": "number"
|
|
113482
113648
|
},
|
|
113649
|
+
"backgroundPosition": {
|
|
113650
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
113651
|
+
},
|
|
113483
113652
|
"backgroundScale": {
|
|
113484
113653
|
"type": "number"
|
|
113485
113654
|
},
|
|
@@ -113835,7 +114004,9 @@
|
|
|
113835
114004
|
"textureColor": {
|
|
113836
114005
|
"type": "string"
|
|
113837
114006
|
},
|
|
113838
|
-
"textureOptions": {
|
|
114007
|
+
"textureOptions": {
|
|
114008
|
+
"typeof": "function"
|
|
114009
|
+
},
|
|
113839
114010
|
"texturePadding": {
|
|
113840
114011
|
"type": "number"
|
|
113841
114012
|
},
|
|
@@ -113891,6 +114062,7 @@
|
|
|
113891
114062
|
"backgroundOffsetX",
|
|
113892
114063
|
"backgroundOffsetY",
|
|
113893
114064
|
"backgroundOpacity",
|
|
114065
|
+
"backgroundPosition",
|
|
113894
114066
|
"backgroundScale",
|
|
113895
114067
|
"beta",
|
|
113896
114068
|
"blur",
|
|
@@ -114106,13 +114278,7 @@
|
|
|
114106
114278
|
"type": "boolean"
|
|
114107
114279
|
},
|
|
114108
114280
|
"backgroundMode": {
|
|
114109
|
-
"
|
|
114110
|
-
"no-repeat",
|
|
114111
|
-
"repeat",
|
|
114112
|
-
"repeat-x",
|
|
114113
|
-
"repeat-y"
|
|
114114
|
-
],
|
|
114115
|
-
"type": "string"
|
|
114281
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
114116
114282
|
},
|
|
114117
114283
|
"backgroundOffsetX": {
|
|
114118
114284
|
"type": "number"
|
|
@@ -114123,6 +114289,9 @@
|
|
|
114123
114289
|
"backgroundOpacity": {
|
|
114124
114290
|
"type": "number"
|
|
114125
114291
|
},
|
|
114292
|
+
"backgroundPosition": {
|
|
114293
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
114294
|
+
},
|
|
114126
114295
|
"backgroundScale": {
|
|
114127
114296
|
"type": "number"
|
|
114128
114297
|
},
|
|
@@ -114555,7 +114724,9 @@
|
|
|
114555
114724
|
"textureColor": {
|
|
114556
114725
|
"type": "string"
|
|
114557
114726
|
},
|
|
114558
|
-
"textureOptions": {
|
|
114727
|
+
"textureOptions": {
|
|
114728
|
+
"typeof": "function"
|
|
114729
|
+
},
|
|
114559
114730
|
"texturePadding": {
|
|
114560
114731
|
"type": "number"
|
|
114561
114732
|
},
|
|
@@ -114644,6 +114815,7 @@
|
|
|
114644
114815
|
"backgroundOffsetX",
|
|
114645
114816
|
"backgroundOffsetY",
|
|
114646
114817
|
"backgroundOpacity",
|
|
114818
|
+
"backgroundPosition",
|
|
114647
114819
|
"backgroundScale",
|
|
114648
114820
|
"beta",
|
|
114649
114821
|
"blur",
|
|
@@ -119045,10 +119217,10 @@
|
|
|
119045
119217
|
{
|
|
119046
119218
|
"items": [
|
|
119047
119219
|
{
|
|
119048
|
-
"$ref": "#/definitions/
|
|
119220
|
+
"$ref": "#/definitions/BackgroundPositionValue_1"
|
|
119049
119221
|
},
|
|
119050
119222
|
{
|
|
119051
|
-
"$ref": "#/definitions/
|
|
119223
|
+
"$ref": "#/definitions/BackgroundPositionValue_1"
|
|
119052
119224
|
}
|
|
119053
119225
|
],
|
|
119054
119226
|
"maxItems": 2,
|