@visactor/vchart-schema 2.0.21 → 2.0.22-alpha.0
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 +784 -478
package/vchart.json
CHANGED
|
@@ -334,19 +334,6 @@
|
|
|
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
|
-
},
|
|
350
337
|
"BackgroundPosition": {
|
|
351
338
|
"anyOf": [
|
|
352
339
|
{
|
|
@@ -380,7 +367,9 @@
|
|
|
380
367
|
],
|
|
381
368
|
"type": "string"
|
|
382
369
|
}
|
|
383
|
-
]
|
|
370
|
+
],
|
|
371
|
+
"description": "类似 CSS `background-position` 的定位写法。",
|
|
372
|
+
"since": "2.0.21"
|
|
384
373
|
},
|
|
385
374
|
"BackgroundPositionValue": {
|
|
386
375
|
"anyOf": [
|
|
@@ -405,66 +394,6 @@
|
|
|
405
394
|
}
|
|
406
395
|
]
|
|
407
396
|
},
|
|
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
|
-
},
|
|
468
397
|
"BackgroundSizing": {
|
|
469
398
|
"description": "非平铺背景图/图片的尺寸模式。",
|
|
470
399
|
"enum": [
|
|
@@ -19804,7 +19733,7 @@
|
|
|
19804
19733
|
"type": "boolean"
|
|
19805
19734
|
},
|
|
19806
19735
|
"backgroundMode": {
|
|
19807
|
-
"$ref": "#/definitions/
|
|
19736
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
19808
19737
|
"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` 下的尺寸简写。"
|
|
19809
19738
|
},
|
|
19810
19739
|
"backgroundOffsetX": {
|
|
@@ -19820,7 +19749,7 @@
|
|
|
19820
19749
|
"type": "number"
|
|
19821
19750
|
},
|
|
19822
19751
|
"backgroundPosition": {
|
|
19823
|
-
"$ref": "#/definitions/
|
|
19752
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
19824
19753
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
19825
19754
|
"since": "2.0.21"
|
|
19826
19755
|
},
|
|
@@ -21305,7 +21234,7 @@
|
|
|
21305
21234
|
"type": "boolean"
|
|
21306
21235
|
},
|
|
21307
21236
|
"backgroundMode": {
|
|
21308
|
-
"$ref": "#/definitions/
|
|
21237
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
21309
21238
|
"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` 下的尺寸简写。"
|
|
21310
21239
|
},
|
|
21311
21240
|
"backgroundOffsetX": {
|
|
@@ -21321,7 +21250,7 @@
|
|
|
21321
21250
|
"type": "number"
|
|
21322
21251
|
},
|
|
21323
21252
|
"backgroundPosition": {
|
|
21324
|
-
"$ref": "#/definitions/
|
|
21253
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
21325
21254
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
21326
21255
|
"since": "2.0.21"
|
|
21327
21256
|
},
|
|
@@ -21624,7 +21553,17 @@
|
|
|
21624
21553
|
"type": "array"
|
|
21625
21554
|
},
|
|
21626
21555
|
"texture": {
|
|
21627
|
-
"
|
|
21556
|
+
"anyOf": [
|
|
21557
|
+
{
|
|
21558
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
21559
|
+
},
|
|
21560
|
+
{
|
|
21561
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
21562
|
+
},
|
|
21563
|
+
{
|
|
21564
|
+
"type": "string"
|
|
21565
|
+
}
|
|
21566
|
+
]
|
|
21628
21567
|
},
|
|
21629
21568
|
"textureColor": {
|
|
21630
21569
|
"type": "string"
|
|
@@ -29059,6 +28998,22 @@
|
|
|
29059
28998
|
],
|
|
29060
28999
|
"type": "string"
|
|
29061
29000
|
},
|
|
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
|
+
},
|
|
29062
29017
|
"IColorKey": {
|
|
29063
29018
|
"description": "语义化色值的色值索引",
|
|
29064
29019
|
"properties": {
|
|
@@ -33998,7 +33953,13 @@
|
|
|
33998
33953
|
"type": "boolean"
|
|
33999
33954
|
},
|
|
34000
33955
|
"backgroundMode": {
|
|
34001
|
-
"
|
|
33956
|
+
"enum": [
|
|
33957
|
+
"no-repeat",
|
|
33958
|
+
"repeat",
|
|
33959
|
+
"repeat-x",
|
|
33960
|
+
"repeat-y"
|
|
33961
|
+
],
|
|
33962
|
+
"type": "string"
|
|
34002
33963
|
},
|
|
34003
33964
|
"backgroundOffsetX": {
|
|
34004
33965
|
"type": "number"
|
|
@@ -34009,9 +33970,6 @@
|
|
|
34009
33970
|
"backgroundOpacity": {
|
|
34010
33971
|
"type": "number"
|
|
34011
33972
|
},
|
|
34012
|
-
"backgroundPosition": {
|
|
34013
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
34014
|
-
},
|
|
34015
33973
|
"backgroundScale": {
|
|
34016
33974
|
"type": "number"
|
|
34017
33975
|
},
|
|
@@ -34828,7 +34786,17 @@
|
|
|
34828
34786
|
"typeof": "function"
|
|
34829
34787
|
},
|
|
34830
34788
|
"texture": {
|
|
34831
|
-
"
|
|
34789
|
+
"anyOf": [
|
|
34790
|
+
{
|
|
34791
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
34792
|
+
},
|
|
34793
|
+
{
|
|
34794
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
34795
|
+
},
|
|
34796
|
+
{
|
|
34797
|
+
"type": "string"
|
|
34798
|
+
}
|
|
34799
|
+
]
|
|
34832
34800
|
},
|
|
34833
34801
|
"textureColor": {
|
|
34834
34802
|
"type": "string"
|
|
@@ -47799,7 +47767,7 @@
|
|
|
47799
47767
|
"type": "boolean"
|
|
47800
47768
|
},
|
|
47801
47769
|
"backgroundMode": {
|
|
47802
|
-
"$ref": "#/definitions/
|
|
47770
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
47803
47771
|
"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` 下的尺寸简写。"
|
|
47804
47772
|
},
|
|
47805
47773
|
"backgroundOffsetX": {
|
|
@@ -47815,7 +47783,7 @@
|
|
|
47815
47783
|
"type": "number"
|
|
47816
47784
|
},
|
|
47817
47785
|
"backgroundPosition": {
|
|
47818
|
-
"$ref": "#/definitions/
|
|
47786
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
47819
47787
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
47820
47788
|
"since": "2.0.21"
|
|
47821
47789
|
},
|
|
@@ -56381,7 +56349,7 @@
|
|
|
56381
56349
|
"type": "boolean"
|
|
56382
56350
|
},
|
|
56383
56351
|
"backgroundMode": {
|
|
56384
|
-
"$ref": "#/definitions/
|
|
56352
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
56385
56353
|
"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` 下的尺寸简写。"
|
|
56386
56354
|
},
|
|
56387
56355
|
"backgroundOffsetX": {
|
|
@@ -56397,7 +56365,7 @@
|
|
|
56397
56365
|
"type": "number"
|
|
56398
56366
|
},
|
|
56399
56367
|
"backgroundPosition": {
|
|
56400
|
-
"$ref": "#/definitions/
|
|
56368
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
56401
56369
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
56402
56370
|
"since": "2.0.21"
|
|
56403
56371
|
},
|
|
@@ -58532,7 +58500,7 @@
|
|
|
58532
58500
|
"type": "boolean"
|
|
58533
58501
|
},
|
|
58534
58502
|
"backgroundMode": {
|
|
58535
|
-
"$ref": "#/definitions/
|
|
58503
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
58536
58504
|
"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` 下的尺寸简写。"
|
|
58537
58505
|
},
|
|
58538
58506
|
"backgroundOffsetX": {
|
|
@@ -58548,7 +58516,7 @@
|
|
|
58548
58516
|
"type": "number"
|
|
58549
58517
|
},
|
|
58550
58518
|
"backgroundPosition": {
|
|
58551
|
-
"$ref": "#/definitions/
|
|
58519
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
58552
58520
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
58553
58521
|
"since": "2.0.21"
|
|
58554
58522
|
},
|
|
@@ -58932,7 +58900,13 @@
|
|
|
58932
58900
|
"type": "boolean"
|
|
58933
58901
|
},
|
|
58934
58902
|
"backgroundMode": {
|
|
58935
|
-
"
|
|
58903
|
+
"enum": [
|
|
58904
|
+
"no-repeat",
|
|
58905
|
+
"repeat",
|
|
58906
|
+
"repeat-x",
|
|
58907
|
+
"repeat-y"
|
|
58908
|
+
],
|
|
58909
|
+
"type": "string"
|
|
58936
58910
|
},
|
|
58937
58911
|
"backgroundOffsetX": {
|
|
58938
58912
|
"type": "number"
|
|
@@ -58943,9 +58917,6 @@
|
|
|
58943
58917
|
"backgroundOpacity": {
|
|
58944
58918
|
"type": "number"
|
|
58945
58919
|
},
|
|
58946
|
-
"backgroundPosition": {
|
|
58947
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
58948
|
-
},
|
|
58949
58920
|
"backgroundScale": {
|
|
58950
58921
|
"type": "number"
|
|
58951
58922
|
},
|
|
@@ -59466,7 +59437,17 @@
|
|
|
59466
59437
|
"typeof": "function"
|
|
59467
59438
|
},
|
|
59468
59439
|
"texture": {
|
|
59469
|
-
"
|
|
59440
|
+
"anyOf": [
|
|
59441
|
+
{
|
|
59442
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
59443
|
+
},
|
|
59444
|
+
{
|
|
59445
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
59446
|
+
},
|
|
59447
|
+
{
|
|
59448
|
+
"type": "string"
|
|
59449
|
+
}
|
|
59450
|
+
]
|
|
59470
59451
|
},
|
|
59471
59452
|
"textureColor": {
|
|
59472
59453
|
"type": "string"
|
|
@@ -63903,7 +63884,7 @@
|
|
|
63903
63884
|
"type": "boolean"
|
|
63904
63885
|
},
|
|
63905
63886
|
"backgroundMode": {
|
|
63906
|
-
"$ref": "#/definitions/
|
|
63887
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
63907
63888
|
"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` 下的尺寸简写。"
|
|
63908
63889
|
},
|
|
63909
63890
|
"backgroundOffsetX": {
|
|
@@ -63919,7 +63900,7 @@
|
|
|
63919
63900
|
"type": "number"
|
|
63920
63901
|
},
|
|
63921
63902
|
"backgroundPosition": {
|
|
63922
|
-
"$ref": "#/definitions/
|
|
63903
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
63923
63904
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
63924
63905
|
"since": "2.0.21"
|
|
63925
63906
|
},
|
|
@@ -64358,12 +64339,6 @@
|
|
|
64358
64339
|
"properties": {
|
|
64359
64340
|
"clear": {
|
|
64360
64341
|
"anyOf": [
|
|
64361
|
-
{
|
|
64362
|
-
"$ref": "#/definitions/HTMLCanvasElement"
|
|
64363
|
-
},
|
|
64364
|
-
{
|
|
64365
|
-
"$ref": "#/definitions/HTMLImageElement"
|
|
64366
|
-
},
|
|
64367
64342
|
{
|
|
64368
64343
|
"$ref": "#/definitions/ILinearGradient"
|
|
64369
64344
|
},
|
|
@@ -64373,12 +64348,6 @@
|
|
|
64373
64348
|
{
|
|
64374
64349
|
"$ref": "#/definitions/IConicalGradient"
|
|
64375
64350
|
},
|
|
64376
|
-
{
|
|
64377
|
-
"typeof": "function"
|
|
64378
|
-
},
|
|
64379
|
-
{
|
|
64380
|
-
"typeof": "function"
|
|
64381
|
-
},
|
|
64382
64351
|
{
|
|
64383
64352
|
"type": [
|
|
64384
64353
|
"string",
|
|
@@ -64441,7 +64410,7 @@
|
|
|
64441
64410
|
"IRichTextGraphicAttribute": {
|
|
64442
64411
|
"allOf": [
|
|
64443
64412
|
{
|
|
64444
|
-
"$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode
|
|
64413
|
+
"$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundKeepAspectRatio:boolean;backgroundScale:number;backgroundOffsetX:number;backgroundOffsetY:number;backgroundClip:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:any;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>>"
|
|
64445
64414
|
},
|
|
64446
64415
|
{
|
|
64447
64416
|
"$ref": "#/definitions/Partial<IRichTextAttribute>"
|
|
@@ -65555,7 +65524,7 @@
|
|
|
65555
65524
|
"type": "boolean"
|
|
65556
65525
|
},
|
|
65557
65526
|
"backgroundMode": {
|
|
65558
|
-
"$ref": "#/definitions/
|
|
65527
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
65559
65528
|
"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` 下的尺寸简写。"
|
|
65560
65529
|
},
|
|
65561
65530
|
"backgroundOffsetX": {
|
|
@@ -65571,7 +65540,7 @@
|
|
|
65571
65540
|
"type": "number"
|
|
65572
65541
|
},
|
|
65573
65542
|
"backgroundPosition": {
|
|
65574
|
-
"$ref": "#/definitions/
|
|
65543
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
65575
65544
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
65576
65545
|
"since": "2.0.21"
|
|
65577
65546
|
},
|
|
@@ -70404,32 +70373,7 @@
|
|
|
70404
70373
|
"type": "boolean"
|
|
70405
70374
|
},
|
|
70406
70375
|
"background": {
|
|
70407
|
-
"
|
|
70408
|
-
{
|
|
70409
|
-
"$ref": "#/definitions/HTMLCanvasElement"
|
|
70410
|
-
},
|
|
70411
|
-
{
|
|
70412
|
-
"$ref": "#/definitions/HTMLImageElement"
|
|
70413
|
-
},
|
|
70414
|
-
{
|
|
70415
|
-
"$ref": "#/definitions/ILinearGradient"
|
|
70416
|
-
},
|
|
70417
|
-
{
|
|
70418
|
-
"$ref": "#/definitions/IRadialGradient"
|
|
70419
|
-
},
|
|
70420
|
-
{
|
|
70421
|
-
"$ref": "#/definitions/IConicalGradient"
|
|
70422
|
-
},
|
|
70423
|
-
{
|
|
70424
|
-
"typeof": "function"
|
|
70425
|
-
},
|
|
70426
|
-
{
|
|
70427
|
-
"typeof": "function"
|
|
70428
|
-
},
|
|
70429
|
-
{
|
|
70430
|
-
"type": "string"
|
|
70431
|
-
}
|
|
70432
|
-
]
|
|
70376
|
+
"$ref": "#/definitions/IColor"
|
|
70433
70377
|
},
|
|
70434
70378
|
"camera": {
|
|
70435
70379
|
"$ref": "#/definitions/ICamera"
|
|
@@ -72658,7 +72602,7 @@
|
|
|
72658
72602
|
"type": "boolean"
|
|
72659
72603
|
},
|
|
72660
72604
|
"backgroundMode": {
|
|
72661
|
-
"$ref": "#/definitions/
|
|
72605
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
72662
72606
|
"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` 下的尺寸简写。"
|
|
72663
72607
|
},
|
|
72664
72608
|
"backgroundOffsetX": {
|
|
@@ -72674,7 +72618,7 @@
|
|
|
72674
72618
|
"type": "number"
|
|
72675
72619
|
},
|
|
72676
72620
|
"backgroundPosition": {
|
|
72677
|
-
"$ref": "#/definitions/
|
|
72621
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
72678
72622
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
72679
72623
|
"since": "2.0.21"
|
|
72680
72624
|
},
|
|
@@ -73021,7 +72965,7 @@
|
|
|
73021
72965
|
"type": "boolean"
|
|
73022
72966
|
},
|
|
73023
72967
|
"backgroundMode": {
|
|
73024
|
-
"$ref": "#/definitions/
|
|
72968
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
73025
72969
|
"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` 下的尺寸简写。"
|
|
73026
72970
|
},
|
|
73027
72971
|
"backgroundOffsetX": {
|
|
@@ -73037,7 +72981,7 @@
|
|
|
73037
72981
|
"type": "number"
|
|
73038
72982
|
},
|
|
73039
72983
|
"backgroundPosition": {
|
|
73040
|
-
"$ref": "#/definitions/
|
|
72984
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
73041
72985
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
73042
72986
|
"since": "2.0.21"
|
|
73043
72987
|
},
|
|
@@ -77002,7 +76946,7 @@
|
|
|
77002
76946
|
"range": {
|
|
77003
76947
|
"description": "will set to scale.range, it means output of scale",
|
|
77004
76948
|
"items": {
|
|
77005
|
-
"$ref": "#/definitions/
|
|
76949
|
+
"$ref": "#/definitions/BackgroundMode"
|
|
77006
76950
|
},
|
|
77007
76951
|
"type": "array"
|
|
77008
76952
|
},
|
|
@@ -77041,7 +76985,7 @@
|
|
|
77041
76985
|
"range": {
|
|
77042
76986
|
"description": "will set to scale.range, it means output of scale",
|
|
77043
76987
|
"items": {
|
|
77044
|
-
"$ref": "#/definitions/
|
|
76988
|
+
"$ref": "#/definitions/BackgroundPosition"
|
|
77045
76989
|
},
|
|
77046
76990
|
"type": "array"
|
|
77047
76991
|
},
|
|
@@ -81778,15 +81722,6 @@
|
|
|
81778
81722
|
],
|
|
81779
81723
|
"type": "object"
|
|
81780
81724
|
},
|
|
81781
|
-
"ImageMode": {
|
|
81782
|
-
"enum": [
|
|
81783
|
-
"auto",
|
|
81784
|
-
"contain",
|
|
81785
|
-
"cover",
|
|
81786
|
-
"fill"
|
|
81787
|
-
],
|
|
81788
|
-
"type": "string"
|
|
81789
|
-
},
|
|
81790
81725
|
"InterpolateType": {
|
|
81791
81726
|
"enum": [
|
|
81792
81727
|
"basis",
|
|
@@ -81900,7 +81835,7 @@
|
|
|
81900
81835
|
},
|
|
81901
81836
|
"Map<Function,(...args:any[])=>void>": {
|
|
81902
81837
|
"properties": {
|
|
81903
|
-
"__@toStringTag@
|
|
81838
|
+
"__@toStringTag@12622": {
|
|
81904
81839
|
"type": "string"
|
|
81905
81840
|
},
|
|
81906
81841
|
"size": {
|
|
@@ -81908,14 +81843,14 @@
|
|
|
81908
81843
|
}
|
|
81909
81844
|
},
|
|
81910
81845
|
"required": [
|
|
81911
|
-
"__@toStringTag@
|
|
81846
|
+
"__@toStringTag@12622",
|
|
81912
81847
|
"size"
|
|
81913
81848
|
],
|
|
81914
81849
|
"type": "object"
|
|
81915
81850
|
},
|
|
81916
81851
|
"Map<number,IGraphicRender>": {
|
|
81917
81852
|
"properties": {
|
|
81918
|
-
"__@toStringTag@
|
|
81853
|
+
"__@toStringTag@12622": {
|
|
81919
81854
|
"type": "string"
|
|
81920
81855
|
},
|
|
81921
81856
|
"size": {
|
|
@@ -81923,14 +81858,14 @@
|
|
|
81923
81858
|
}
|
|
81924
81859
|
},
|
|
81925
81860
|
"required": [
|
|
81926
|
-
"__@toStringTag@
|
|
81861
|
+
"__@toStringTag@12622",
|
|
81927
81862
|
"size"
|
|
81928
81863
|
],
|
|
81929
81864
|
"type": "object"
|
|
81930
81865
|
},
|
|
81931
81866
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
81932
81867
|
"properties": {
|
|
81933
|
-
"__@toStringTag@
|
|
81868
|
+
"__@toStringTag@12622": {
|
|
81934
81869
|
"type": "string"
|
|
81935
81870
|
},
|
|
81936
81871
|
"size": {
|
|
@@ -81938,14 +81873,14 @@
|
|
|
81938
81873
|
}
|
|
81939
81874
|
},
|
|
81940
81875
|
"required": [
|
|
81941
|
-
"__@toStringTag@
|
|
81876
|
+
"__@toStringTag@12622",
|
|
81942
81877
|
"size"
|
|
81943
81878
|
],
|
|
81944
81879
|
"type": "object"
|
|
81945
81880
|
},
|
|
81946
81881
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
81947
81882
|
"properties": {
|
|
81948
|
-
"__@toStringTag@
|
|
81883
|
+
"__@toStringTag@12622": {
|
|
81949
81884
|
"type": "string"
|
|
81950
81885
|
},
|
|
81951
81886
|
"size": {
|
|
@@ -81953,14 +81888,14 @@
|
|
|
81953
81888
|
}
|
|
81954
81889
|
},
|
|
81955
81890
|
"required": [
|
|
81956
|
-
"__@toStringTag@
|
|
81891
|
+
"__@toStringTag@12622",
|
|
81957
81892
|
"size"
|
|
81958
81893
|
],
|
|
81959
81894
|
"type": "object"
|
|
81960
81895
|
},
|
|
81961
81896
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
81962
81897
|
"properties": {
|
|
81963
|
-
"__@toStringTag@
|
|
81898
|
+
"__@toStringTag@12622": {
|
|
81964
81899
|
"type": "string"
|
|
81965
81900
|
},
|
|
81966
81901
|
"size": {
|
|
@@ -81968,14 +81903,14 @@
|
|
|
81968
81903
|
}
|
|
81969
81904
|
},
|
|
81970
81905
|
"required": [
|
|
81971
|
-
"__@toStringTag@
|
|
81906
|
+
"__@toStringTag@12622",
|
|
81972
81907
|
"size"
|
|
81973
81908
|
],
|
|
81974
81909
|
"type": "object"
|
|
81975
81910
|
},
|
|
81976
81911
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
81977
81912
|
"properties": {
|
|
81978
|
-
"__@toStringTag@
|
|
81913
|
+
"__@toStringTag@12622": {
|
|
81979
81914
|
"type": "string"
|
|
81980
81915
|
},
|
|
81981
81916
|
"size": {
|
|
@@ -81983,14 +81918,14 @@
|
|
|
81983
81918
|
}
|
|
81984
81919
|
},
|
|
81985
81920
|
"required": [
|
|
81986
|
-
"__@toStringTag@
|
|
81921
|
+
"__@toStringTag@12622",
|
|
81987
81922
|
"size"
|
|
81988
81923
|
],
|
|
81989
81924
|
"type": "object"
|
|
81990
81925
|
},
|
|
81991
81926
|
"Map<string|number,IAnimate>": {
|
|
81992
81927
|
"properties": {
|
|
81993
|
-
"__@toStringTag@
|
|
81928
|
+
"__@toStringTag@12622": {
|
|
81994
81929
|
"type": "string"
|
|
81995
81930
|
},
|
|
81996
81931
|
"size": {
|
|
@@ -81998,7 +81933,7 @@
|
|
|
81998
81933
|
}
|
|
81999
81934
|
},
|
|
82000
81935
|
"required": [
|
|
82001
|
-
"__@toStringTag@
|
|
81936
|
+
"__@toStringTag@12622",
|
|
82002
81937
|
"size"
|
|
82003
81938
|
],
|
|
82004
81939
|
"type": "object"
|
|
@@ -82598,7 +82533,13 @@
|
|
|
82598
82533
|
"type": "boolean"
|
|
82599
82534
|
},
|
|
82600
82535
|
"backgroundMode": {
|
|
82601
|
-
"
|
|
82536
|
+
"enum": [
|
|
82537
|
+
"no-repeat",
|
|
82538
|
+
"repeat",
|
|
82539
|
+
"repeat-x",
|
|
82540
|
+
"repeat-y"
|
|
82541
|
+
],
|
|
82542
|
+
"type": "string"
|
|
82602
82543
|
},
|
|
82603
82544
|
"backgroundOffsetX": {
|
|
82604
82545
|
"type": "number"
|
|
@@ -82609,9 +82550,6 @@
|
|
|
82609
82550
|
"backgroundOpacity": {
|
|
82610
82551
|
"type": "number"
|
|
82611
82552
|
},
|
|
82612
|
-
"backgroundPosition": {
|
|
82613
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
82614
|
-
},
|
|
82615
82553
|
"backgroundScale": {
|
|
82616
82554
|
"type": "number"
|
|
82617
82555
|
},
|
|
@@ -83066,7 +83004,17 @@
|
|
|
83066
83004
|
"typeof": "function"
|
|
83067
83005
|
},
|
|
83068
83006
|
"texture": {
|
|
83069
|
-
"
|
|
83007
|
+
"anyOf": [
|
|
83008
|
+
{
|
|
83009
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
83010
|
+
},
|
|
83011
|
+
{
|
|
83012
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
83013
|
+
},
|
|
83014
|
+
{
|
|
83015
|
+
"type": "string"
|
|
83016
|
+
}
|
|
83017
|
+
]
|
|
83070
83018
|
},
|
|
83071
83019
|
"textureColor": {
|
|
83072
83020
|
"type": "string"
|
|
@@ -84831,7 +84779,13 @@
|
|
|
84831
84779
|
"type": "boolean"
|
|
84832
84780
|
},
|
|
84833
84781
|
"backgroundMode": {
|
|
84834
|
-
"
|
|
84782
|
+
"enum": [
|
|
84783
|
+
"no-repeat",
|
|
84784
|
+
"repeat",
|
|
84785
|
+
"repeat-x",
|
|
84786
|
+
"repeat-y"
|
|
84787
|
+
],
|
|
84788
|
+
"type": "string"
|
|
84835
84789
|
},
|
|
84836
84790
|
"backgroundOffsetX": {
|
|
84837
84791
|
"type": "number"
|
|
@@ -84842,9 +84796,6 @@
|
|
|
84842
84796
|
"backgroundOpacity": {
|
|
84843
84797
|
"type": "number"
|
|
84844
84798
|
},
|
|
84845
|
-
"backgroundPosition": {
|
|
84846
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
84847
|
-
},
|
|
84848
84799
|
"backgroundScale": {
|
|
84849
84800
|
"type": "number"
|
|
84850
84801
|
},
|
|
@@ -85236,7 +85187,17 @@
|
|
|
85236
85187
|
"typeof": "function"
|
|
85237
85188
|
},
|
|
85238
85189
|
"texture": {
|
|
85239
|
-
"
|
|
85190
|
+
"anyOf": [
|
|
85191
|
+
{
|
|
85192
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
85193
|
+
},
|
|
85194
|
+
{
|
|
85195
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
85196
|
+
},
|
|
85197
|
+
{
|
|
85198
|
+
"type": "string"
|
|
85199
|
+
}
|
|
85200
|
+
]
|
|
85240
85201
|
},
|
|
85241
85202
|
"textureColor": {
|
|
85242
85203
|
"type": "string"
|
|
@@ -86570,7 +86531,13 @@
|
|
|
86570
86531
|
"type": "boolean"
|
|
86571
86532
|
},
|
|
86572
86533
|
"backgroundMode": {
|
|
86573
|
-
"
|
|
86534
|
+
"enum": [
|
|
86535
|
+
"no-repeat",
|
|
86536
|
+
"repeat",
|
|
86537
|
+
"repeat-x",
|
|
86538
|
+
"repeat-y"
|
|
86539
|
+
],
|
|
86540
|
+
"type": "string"
|
|
86574
86541
|
},
|
|
86575
86542
|
"backgroundOffsetX": {
|
|
86576
86543
|
"type": "number"
|
|
@@ -86581,9 +86548,6 @@
|
|
|
86581
86548
|
"backgroundOpacity": {
|
|
86582
86549
|
"type": "number"
|
|
86583
86550
|
},
|
|
86584
|
-
"backgroundPosition": {
|
|
86585
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
86586
|
-
},
|
|
86587
86551
|
"backgroundScale": {
|
|
86588
86552
|
"type": "number"
|
|
86589
86553
|
},
|
|
@@ -87005,7 +86969,17 @@
|
|
|
87005
86969
|
"typeof": "function"
|
|
87006
86970
|
},
|
|
87007
86971
|
"texture": {
|
|
87008
|
-
"
|
|
86972
|
+
"anyOf": [
|
|
86973
|
+
{
|
|
86974
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
86975
|
+
},
|
|
86976
|
+
{
|
|
86977
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
86978
|
+
},
|
|
86979
|
+
{
|
|
86980
|
+
"type": "string"
|
|
86981
|
+
}
|
|
86982
|
+
]
|
|
87009
86983
|
},
|
|
87010
86984
|
"textureColor": {
|
|
87011
86985
|
"type": "string"
|
|
@@ -87219,7 +87193,13 @@
|
|
|
87219
87193
|
"type": "boolean"
|
|
87220
87194
|
},
|
|
87221
87195
|
"backgroundMode": {
|
|
87222
|
-
"
|
|
87196
|
+
"enum": [
|
|
87197
|
+
"no-repeat",
|
|
87198
|
+
"repeat",
|
|
87199
|
+
"repeat-x",
|
|
87200
|
+
"repeat-y"
|
|
87201
|
+
],
|
|
87202
|
+
"type": "string"
|
|
87223
87203
|
},
|
|
87224
87204
|
"backgroundOffsetX": {
|
|
87225
87205
|
"type": "number"
|
|
@@ -87230,9 +87210,6 @@
|
|
|
87230
87210
|
"backgroundOpacity": {
|
|
87231
87211
|
"type": "number"
|
|
87232
87212
|
},
|
|
87233
|
-
"backgroundPosition": {
|
|
87234
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
87235
|
-
},
|
|
87236
87213
|
"backgroundScale": {
|
|
87237
87214
|
"type": "number"
|
|
87238
87215
|
},
|
|
@@ -87669,7 +87646,17 @@
|
|
|
87669
87646
|
"typeof": "function"
|
|
87670
87647
|
},
|
|
87671
87648
|
"texture": {
|
|
87672
|
-
"
|
|
87649
|
+
"anyOf": [
|
|
87650
|
+
{
|
|
87651
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
87652
|
+
},
|
|
87653
|
+
{
|
|
87654
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
87655
|
+
},
|
|
87656
|
+
{
|
|
87657
|
+
"type": "string"
|
|
87658
|
+
}
|
|
87659
|
+
]
|
|
87673
87660
|
},
|
|
87674
87661
|
"textureColor": {
|
|
87675
87662
|
"type": "string"
|
|
@@ -88218,7 +88205,13 @@
|
|
|
88218
88205
|
"type": "boolean"
|
|
88219
88206
|
},
|
|
88220
88207
|
"backgroundMode": {
|
|
88221
|
-
"
|
|
88208
|
+
"enum": [
|
|
88209
|
+
"no-repeat",
|
|
88210
|
+
"repeat",
|
|
88211
|
+
"repeat-x",
|
|
88212
|
+
"repeat-y"
|
|
88213
|
+
],
|
|
88214
|
+
"type": "string"
|
|
88222
88215
|
},
|
|
88223
88216
|
"backgroundOffsetX": {
|
|
88224
88217
|
"type": "number"
|
|
@@ -88229,9 +88222,6 @@
|
|
|
88229
88222
|
"backgroundOpacity": {
|
|
88230
88223
|
"type": "number"
|
|
88231
88224
|
},
|
|
88232
|
-
"backgroundPosition": {
|
|
88233
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
88234
|
-
},
|
|
88235
88225
|
"backgroundScale": {
|
|
88236
88226
|
"type": "number"
|
|
88237
88227
|
},
|
|
@@ -88612,7 +88602,17 @@
|
|
|
88612
88602
|
"typeof": "function"
|
|
88613
88603
|
},
|
|
88614
88604
|
"texture": {
|
|
88615
|
-
"
|
|
88605
|
+
"anyOf": [
|
|
88606
|
+
{
|
|
88607
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
88608
|
+
},
|
|
88609
|
+
{
|
|
88610
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
88611
|
+
},
|
|
88612
|
+
{
|
|
88613
|
+
"type": "string"
|
|
88614
|
+
}
|
|
88615
|
+
]
|
|
88616
88616
|
},
|
|
88617
88617
|
"textureColor": {
|
|
88618
88618
|
"type": "string"
|
|
@@ -88794,7 +88794,13 @@
|
|
|
88794
88794
|
"type": "boolean"
|
|
88795
88795
|
},
|
|
88796
88796
|
"backgroundMode": {
|
|
88797
|
-
"
|
|
88797
|
+
"enum": [
|
|
88798
|
+
"no-repeat",
|
|
88799
|
+
"repeat",
|
|
88800
|
+
"repeat-x",
|
|
88801
|
+
"repeat-y"
|
|
88802
|
+
],
|
|
88803
|
+
"type": "string"
|
|
88798
88804
|
},
|
|
88799
88805
|
"backgroundOffsetX": {
|
|
88800
88806
|
"type": "number"
|
|
@@ -88805,9 +88811,6 @@
|
|
|
88805
88811
|
"backgroundOpacity": {
|
|
88806
88812
|
"type": "number"
|
|
88807
88813
|
},
|
|
88808
|
-
"backgroundPosition": {
|
|
88809
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
88810
|
-
},
|
|
88811
88814
|
"backgroundScale": {
|
|
88812
88815
|
"type": "number"
|
|
88813
88816
|
},
|
|
@@ -89162,7 +89165,17 @@
|
|
|
89162
89165
|
"typeof": "function"
|
|
89163
89166
|
},
|
|
89164
89167
|
"texture": {
|
|
89165
|
-
"
|
|
89168
|
+
"anyOf": [
|
|
89169
|
+
{
|
|
89170
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
89171
|
+
},
|
|
89172
|
+
{
|
|
89173
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
89174
|
+
},
|
|
89175
|
+
{
|
|
89176
|
+
"type": "string"
|
|
89177
|
+
}
|
|
89178
|
+
]
|
|
89166
89179
|
},
|
|
89167
89180
|
"textureColor": {
|
|
89168
89181
|
"type": "string"
|
|
@@ -89410,7 +89423,13 @@
|
|
|
89410
89423
|
"type": "boolean"
|
|
89411
89424
|
},
|
|
89412
89425
|
"backgroundMode": {
|
|
89413
|
-
"
|
|
89426
|
+
"enum": [
|
|
89427
|
+
"no-repeat",
|
|
89428
|
+
"repeat",
|
|
89429
|
+
"repeat-x",
|
|
89430
|
+
"repeat-y"
|
|
89431
|
+
],
|
|
89432
|
+
"type": "string"
|
|
89414
89433
|
},
|
|
89415
89434
|
"backgroundOffsetX": {
|
|
89416
89435
|
"type": "number"
|
|
@@ -89421,9 +89440,6 @@
|
|
|
89421
89440
|
"backgroundOpacity": {
|
|
89422
89441
|
"type": "number"
|
|
89423
89442
|
},
|
|
89424
|
-
"backgroundPosition": {
|
|
89425
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
89426
|
-
},
|
|
89427
89443
|
"backgroundScale": {
|
|
89428
89444
|
"type": "number"
|
|
89429
89445
|
},
|
|
@@ -89747,7 +89763,17 @@
|
|
|
89747
89763
|
"typeof": "function"
|
|
89748
89764
|
},
|
|
89749
89765
|
"texture": {
|
|
89750
|
-
"
|
|
89766
|
+
"anyOf": [
|
|
89767
|
+
{
|
|
89768
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
89769
|
+
},
|
|
89770
|
+
{
|
|
89771
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
89772
|
+
},
|
|
89773
|
+
{
|
|
89774
|
+
"type": "string"
|
|
89775
|
+
}
|
|
89776
|
+
]
|
|
89751
89777
|
},
|
|
89752
89778
|
"textureColor": {
|
|
89753
89779
|
"type": "string"
|
|
@@ -89854,7 +89880,7 @@
|
|
|
89854
89880
|
},
|
|
89855
89881
|
"type": "object"
|
|
89856
89882
|
},
|
|
89857
|
-
"Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode
|
|
89883
|
+
"Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundKeepAspectRatio:boolean;backgroundScale:number;backgroundOffsetX:number;backgroundOffsetY:number;backgroundClip:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:any;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>>": {
|
|
89858
89884
|
"properties": {
|
|
89859
89885
|
"_debug_bounds": {
|
|
89860
89886
|
"anyOf": [
|
|
@@ -89990,7 +90016,13 @@
|
|
|
89990
90016
|
"type": "boolean"
|
|
89991
90017
|
},
|
|
89992
90018
|
"backgroundMode": {
|
|
89993
|
-
"
|
|
90019
|
+
"enum": [
|
|
90020
|
+
"no-repeat",
|
|
90021
|
+
"repeat",
|
|
90022
|
+
"repeat-x",
|
|
90023
|
+
"repeat-y"
|
|
90024
|
+
],
|
|
90025
|
+
"type": "string"
|
|
89994
90026
|
},
|
|
89995
90027
|
"backgroundOffsetX": {
|
|
89996
90028
|
"type": "number"
|
|
@@ -90001,9 +90033,6 @@
|
|
|
90001
90033
|
"backgroundOpacity": {
|
|
90002
90034
|
"type": "number"
|
|
90003
90035
|
},
|
|
90004
|
-
"backgroundPosition": {
|
|
90005
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
90006
|
-
},
|
|
90007
90036
|
"backgroundScale": {
|
|
90008
90037
|
"type": "number"
|
|
90009
90038
|
},
|
|
@@ -90421,7 +90450,17 @@
|
|
|
90421
90450
|
"$ref": "#/definitions/TextBaselineType"
|
|
90422
90451
|
},
|
|
90423
90452
|
"texture": {
|
|
90424
|
-
"
|
|
90453
|
+
"anyOf": [
|
|
90454
|
+
{
|
|
90455
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
90456
|
+
},
|
|
90457
|
+
{
|
|
90458
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
90459
|
+
},
|
|
90460
|
+
{
|
|
90461
|
+
"type": "string"
|
|
90462
|
+
}
|
|
90463
|
+
]
|
|
90425
90464
|
},
|
|
90426
90465
|
"textureColor": {
|
|
90427
90466
|
"type": "string"
|
|
@@ -90636,7 +90675,13 @@
|
|
|
90636
90675
|
"type": "boolean"
|
|
90637
90676
|
},
|
|
90638
90677
|
"backgroundMode": {
|
|
90639
|
-
"
|
|
90678
|
+
"enum": [
|
|
90679
|
+
"no-repeat",
|
|
90680
|
+
"repeat",
|
|
90681
|
+
"repeat-x",
|
|
90682
|
+
"repeat-y"
|
|
90683
|
+
],
|
|
90684
|
+
"type": "string"
|
|
90640
90685
|
},
|
|
90641
90686
|
"backgroundOffsetX": {
|
|
90642
90687
|
"type": "number"
|
|
@@ -90647,9 +90692,6 @@
|
|
|
90647
90692
|
"backgroundOpacity": {
|
|
90648
90693
|
"type": "number"
|
|
90649
90694
|
},
|
|
90650
|
-
"backgroundPosition": {
|
|
90651
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
90652
|
-
},
|
|
90653
90695
|
"backgroundScale": {
|
|
90654
90696
|
"type": "number"
|
|
90655
90697
|
},
|
|
@@ -90993,7 +91035,17 @@
|
|
|
90993
91035
|
"typeof": "function"
|
|
90994
91036
|
},
|
|
90995
91037
|
"texture": {
|
|
90996
|
-
"
|
|
91038
|
+
"anyOf": [
|
|
91039
|
+
{
|
|
91040
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
91041
|
+
},
|
|
91042
|
+
{
|
|
91043
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
91044
|
+
},
|
|
91045
|
+
{
|
|
91046
|
+
"type": "string"
|
|
91047
|
+
}
|
|
91048
|
+
]
|
|
90997
91049
|
},
|
|
90998
91050
|
"textureColor": {
|
|
90999
91051
|
"type": "string"
|
|
@@ -91178,7 +91230,13 @@
|
|
|
91178
91230
|
"type": "boolean"
|
|
91179
91231
|
},
|
|
91180
91232
|
"backgroundMode": {
|
|
91181
|
-
"
|
|
91233
|
+
"enum": [
|
|
91234
|
+
"no-repeat",
|
|
91235
|
+
"repeat",
|
|
91236
|
+
"repeat-x",
|
|
91237
|
+
"repeat-y"
|
|
91238
|
+
],
|
|
91239
|
+
"type": "string"
|
|
91182
91240
|
},
|
|
91183
91241
|
"backgroundOffsetX": {
|
|
91184
91242
|
"type": "number"
|
|
@@ -91189,9 +91247,6 @@
|
|
|
91189
91247
|
"backgroundOpacity": {
|
|
91190
91248
|
"type": "number"
|
|
91191
91249
|
},
|
|
91192
|
-
"backgroundPosition": {
|
|
91193
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
91194
|
-
},
|
|
91195
91250
|
"backgroundScale": {
|
|
91196
91251
|
"type": "number"
|
|
91197
91252
|
},
|
|
@@ -91506,7 +91561,17 @@
|
|
|
91506
91561
|
"typeof": "function"
|
|
91507
91562
|
},
|
|
91508
91563
|
"texture": {
|
|
91509
|
-
"
|
|
91564
|
+
"anyOf": [
|
|
91565
|
+
{
|
|
91566
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
91567
|
+
},
|
|
91568
|
+
{
|
|
91569
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
91570
|
+
},
|
|
91571
|
+
{
|
|
91572
|
+
"type": "string"
|
|
91573
|
+
}
|
|
91574
|
+
]
|
|
91510
91575
|
},
|
|
91511
91576
|
"textureColor": {
|
|
91512
91577
|
"type": "string"
|
|
@@ -91810,7 +91875,13 @@
|
|
|
91810
91875
|
"type": "boolean"
|
|
91811
91876
|
},
|
|
91812
91877
|
"backgroundMode": {
|
|
91813
|
-
"
|
|
91878
|
+
"enum": [
|
|
91879
|
+
"no-repeat",
|
|
91880
|
+
"repeat",
|
|
91881
|
+
"repeat-x",
|
|
91882
|
+
"repeat-y"
|
|
91883
|
+
],
|
|
91884
|
+
"type": "string"
|
|
91814
91885
|
},
|
|
91815
91886
|
"backgroundOffsetX": {
|
|
91816
91887
|
"type": "number"
|
|
@@ -91821,9 +91892,6 @@
|
|
|
91821
91892
|
"backgroundOpacity": {
|
|
91822
91893
|
"type": "number"
|
|
91823
91894
|
},
|
|
91824
|
-
"backgroundPosition": {
|
|
91825
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
91826
|
-
},
|
|
91827
91895
|
"backgroundScale": {
|
|
91828
91896
|
"type": "number"
|
|
91829
91897
|
},
|
|
@@ -92215,7 +92283,17 @@
|
|
|
92215
92283
|
"typeof": "function"
|
|
92216
92284
|
},
|
|
92217
92285
|
"texture": {
|
|
92218
|
-
"
|
|
92286
|
+
"anyOf": [
|
|
92287
|
+
{
|
|
92288
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
92289
|
+
},
|
|
92290
|
+
{
|
|
92291
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
92292
|
+
},
|
|
92293
|
+
{
|
|
92294
|
+
"type": "string"
|
|
92295
|
+
}
|
|
92296
|
+
]
|
|
92219
92297
|
},
|
|
92220
92298
|
"textureColor": {
|
|
92221
92299
|
"type": "string"
|
|
@@ -92305,21 +92383,6 @@
|
|
|
92305
92383
|
}
|
|
92306
92384
|
]
|
|
92307
92385
|
},
|
|
92308
|
-
"imageMode": {
|
|
92309
|
-
"$ref": "#/definitions/ImageMode"
|
|
92310
|
-
},
|
|
92311
|
-
"imageOffsetX": {
|
|
92312
|
-
"type": "number"
|
|
92313
|
-
},
|
|
92314
|
-
"imageOffsetY": {
|
|
92315
|
-
"type": "number"
|
|
92316
|
-
},
|
|
92317
|
-
"imagePosition": {
|
|
92318
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
92319
|
-
},
|
|
92320
|
-
"imageScale": {
|
|
92321
|
-
"type": "number"
|
|
92322
|
-
},
|
|
92323
92386
|
"maxHeight": {
|
|
92324
92387
|
"type": "number"
|
|
92325
92388
|
},
|
|
@@ -92474,7 +92537,13 @@
|
|
|
92474
92537
|
"type": "boolean"
|
|
92475
92538
|
},
|
|
92476
92539
|
"backgroundMode": {
|
|
92477
|
-
"
|
|
92540
|
+
"enum": [
|
|
92541
|
+
"no-repeat",
|
|
92542
|
+
"repeat",
|
|
92543
|
+
"repeat-x",
|
|
92544
|
+
"repeat-y"
|
|
92545
|
+
],
|
|
92546
|
+
"type": "string"
|
|
92478
92547
|
},
|
|
92479
92548
|
"backgroundOffsetX": {
|
|
92480
92549
|
"type": "number"
|
|
@@ -92485,9 +92554,6 @@
|
|
|
92485
92554
|
"backgroundOpacity": {
|
|
92486
92555
|
"type": "number"
|
|
92487
92556
|
},
|
|
92488
|
-
"backgroundPosition": {
|
|
92489
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
92490
|
-
},
|
|
92491
92557
|
"backgroundScale": {
|
|
92492
92558
|
"type": "number"
|
|
92493
92559
|
},
|
|
@@ -92658,21 +92724,6 @@
|
|
|
92658
92724
|
}
|
|
92659
92725
|
]
|
|
92660
92726
|
},
|
|
92661
|
-
"imageMode": {
|
|
92662
|
-
"$ref": "#/definitions/ImageMode"
|
|
92663
|
-
},
|
|
92664
|
-
"imageOffsetX": {
|
|
92665
|
-
"type": "number"
|
|
92666
|
-
},
|
|
92667
|
-
"imageOffsetY": {
|
|
92668
|
-
"type": "number"
|
|
92669
|
-
},
|
|
92670
|
-
"imagePosition": {
|
|
92671
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
92672
|
-
},
|
|
92673
|
-
"imageScale": {
|
|
92674
|
-
"type": "number"
|
|
92675
|
-
},
|
|
92676
92727
|
"innerBorder": {
|
|
92677
92728
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
92678
92729
|
},
|
|
@@ -92865,7 +92916,17 @@
|
|
|
92865
92916
|
"typeof": "function"
|
|
92866
92917
|
},
|
|
92867
92918
|
"texture": {
|
|
92868
|
-
"
|
|
92919
|
+
"anyOf": [
|
|
92920
|
+
{
|
|
92921
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
92922
|
+
},
|
|
92923
|
+
{
|
|
92924
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
92925
|
+
},
|
|
92926
|
+
{
|
|
92927
|
+
"type": "string"
|
|
92928
|
+
}
|
|
92929
|
+
]
|
|
92869
92930
|
},
|
|
92870
92931
|
"textureColor": {
|
|
92871
92932
|
"type": "string"
|
|
@@ -93249,7 +93310,13 @@
|
|
|
93249
93310
|
"type": "boolean"
|
|
93250
93311
|
},
|
|
93251
93312
|
"backgroundMode": {
|
|
93252
|
-
"
|
|
93313
|
+
"enum": [
|
|
93314
|
+
"no-repeat",
|
|
93315
|
+
"repeat",
|
|
93316
|
+
"repeat-x",
|
|
93317
|
+
"repeat-y"
|
|
93318
|
+
],
|
|
93319
|
+
"type": "string"
|
|
93253
93320
|
},
|
|
93254
93321
|
"backgroundOffsetX": {
|
|
93255
93322
|
"type": "number"
|
|
@@ -93260,9 +93327,6 @@
|
|
|
93260
93327
|
"backgroundOpacity": {
|
|
93261
93328
|
"type": "number"
|
|
93262
93329
|
},
|
|
93263
|
-
"backgroundPosition": {
|
|
93264
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
93265
|
-
},
|
|
93266
93330
|
"backgroundScale": {
|
|
93267
93331
|
"type": "number"
|
|
93268
93332
|
},
|
|
@@ -93620,7 +93684,17 @@
|
|
|
93620
93684
|
"typeof": "function"
|
|
93621
93685
|
},
|
|
93622
93686
|
"texture": {
|
|
93623
|
-
"
|
|
93687
|
+
"anyOf": [
|
|
93688
|
+
{
|
|
93689
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
93690
|
+
},
|
|
93691
|
+
{
|
|
93692
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
93693
|
+
},
|
|
93694
|
+
{
|
|
93695
|
+
"type": "string"
|
|
93696
|
+
}
|
|
93697
|
+
]
|
|
93624
93698
|
},
|
|
93625
93699
|
"textureColor": {
|
|
93626
93700
|
"type": "string"
|
|
@@ -94644,7 +94718,13 @@
|
|
|
94644
94718
|
"type": "boolean"
|
|
94645
94719
|
},
|
|
94646
94720
|
"backgroundMode": {
|
|
94647
|
-
"
|
|
94721
|
+
"enum": [
|
|
94722
|
+
"no-repeat",
|
|
94723
|
+
"repeat",
|
|
94724
|
+
"repeat-x",
|
|
94725
|
+
"repeat-y"
|
|
94726
|
+
],
|
|
94727
|
+
"type": "string"
|
|
94648
94728
|
},
|
|
94649
94729
|
"backgroundOffsetX": {
|
|
94650
94730
|
"type": "number"
|
|
@@ -94655,9 +94735,6 @@
|
|
|
94655
94735
|
"backgroundOpacity": {
|
|
94656
94736
|
"type": "number"
|
|
94657
94737
|
},
|
|
94658
|
-
"backgroundPosition": {
|
|
94659
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
94660
|
-
},
|
|
94661
94738
|
"backgroundScale": {
|
|
94662
94739
|
"type": "number"
|
|
94663
94740
|
},
|
|
@@ -94988,7 +95065,17 @@
|
|
|
94988
95065
|
"typeof": "function"
|
|
94989
95066
|
},
|
|
94990
95067
|
"texture": {
|
|
94991
|
-
"
|
|
95068
|
+
"anyOf": [
|
|
95069
|
+
{
|
|
95070
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
95071
|
+
},
|
|
95072
|
+
{
|
|
95073
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
95074
|
+
},
|
|
95075
|
+
{
|
|
95076
|
+
"type": "string"
|
|
95077
|
+
}
|
|
95078
|
+
]
|
|
94992
95079
|
},
|
|
94993
95080
|
"textureColor": {
|
|
94994
95081
|
"type": "string"
|
|
@@ -95170,7 +95257,13 @@
|
|
|
95170
95257
|
"type": "boolean"
|
|
95171
95258
|
},
|
|
95172
95259
|
"backgroundMode": {
|
|
95173
|
-
"
|
|
95260
|
+
"enum": [
|
|
95261
|
+
"no-repeat",
|
|
95262
|
+
"repeat",
|
|
95263
|
+
"repeat-x",
|
|
95264
|
+
"repeat-y"
|
|
95265
|
+
],
|
|
95266
|
+
"type": "string"
|
|
95174
95267
|
},
|
|
95175
95268
|
"backgroundOffsetX": {
|
|
95176
95269
|
"type": "number"
|
|
@@ -95181,9 +95274,6 @@
|
|
|
95181
95274
|
"backgroundOpacity": {
|
|
95182
95275
|
"type": "number"
|
|
95183
95276
|
},
|
|
95184
|
-
"backgroundPosition": {
|
|
95185
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
95186
|
-
},
|
|
95187
95277
|
"backgroundScale": {
|
|
95188
95278
|
"type": "number"
|
|
95189
95279
|
},
|
|
@@ -95520,7 +95610,17 @@
|
|
|
95520
95610
|
"typeof": "function"
|
|
95521
95611
|
},
|
|
95522
95612
|
"texture": {
|
|
95523
|
-
"
|
|
95613
|
+
"anyOf": [
|
|
95614
|
+
{
|
|
95615
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
95616
|
+
},
|
|
95617
|
+
{
|
|
95618
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
95619
|
+
},
|
|
95620
|
+
{
|
|
95621
|
+
"type": "string"
|
|
95622
|
+
}
|
|
95623
|
+
]
|
|
95524
95624
|
},
|
|
95525
95625
|
"textureColor": {
|
|
95526
95626
|
"type": "string"
|
|
@@ -95654,7 +95754,7 @@
|
|
|
95654
95754
|
"type": "boolean"
|
|
95655
95755
|
},
|
|
95656
95756
|
"backgroundMode": {
|
|
95657
|
-
"$ref": "#/definitions/
|
|
95757
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
95658
95758
|
"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` 下的尺寸简写。"
|
|
95659
95759
|
},
|
|
95660
95760
|
"backgroundOffsetX": {
|
|
@@ -95670,7 +95770,7 @@
|
|
|
95670
95770
|
"type": "number"
|
|
95671
95771
|
},
|
|
95672
95772
|
"backgroundPosition": {
|
|
95673
|
-
"$ref": "#/definitions/
|
|
95773
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
95674
95774
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
95675
95775
|
"since": "2.0.21"
|
|
95676
95776
|
},
|
|
@@ -96056,7 +96156,13 @@
|
|
|
96056
96156
|
"type": "boolean"
|
|
96057
96157
|
},
|
|
96058
96158
|
"backgroundMode": {
|
|
96059
|
-
"
|
|
96159
|
+
"enum": [
|
|
96160
|
+
"no-repeat",
|
|
96161
|
+
"repeat",
|
|
96162
|
+
"repeat-x",
|
|
96163
|
+
"repeat-y"
|
|
96164
|
+
],
|
|
96165
|
+
"type": "string"
|
|
96060
96166
|
},
|
|
96061
96167
|
"backgroundOffsetX": {
|
|
96062
96168
|
"type": "number"
|
|
@@ -96067,9 +96173,6 @@
|
|
|
96067
96173
|
"backgroundOpacity": {
|
|
96068
96174
|
"type": "number"
|
|
96069
96175
|
},
|
|
96070
|
-
"backgroundPosition": {
|
|
96071
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
96072
|
-
},
|
|
96073
96176
|
"backgroundScale": {
|
|
96074
96177
|
"type": "number"
|
|
96075
96178
|
},
|
|
@@ -96410,7 +96513,17 @@
|
|
|
96410
96513
|
"typeof": "function"
|
|
96411
96514
|
},
|
|
96412
96515
|
"texture": {
|
|
96413
|
-
"
|
|
96516
|
+
"anyOf": [
|
|
96517
|
+
{
|
|
96518
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
96519
|
+
},
|
|
96520
|
+
{
|
|
96521
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
96522
|
+
},
|
|
96523
|
+
{
|
|
96524
|
+
"type": "string"
|
|
96525
|
+
}
|
|
96526
|
+
]
|
|
96414
96527
|
},
|
|
96415
96528
|
"textureColor": {
|
|
96416
96529
|
"type": "string"
|
|
@@ -96553,7 +96666,7 @@
|
|
|
96553
96666
|
"type": "boolean"
|
|
96554
96667
|
},
|
|
96555
96668
|
"backgroundMode": {
|
|
96556
|
-
"$ref": "#/definitions/
|
|
96669
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
96557
96670
|
"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` 下的尺寸简写。"
|
|
96558
96671
|
},
|
|
96559
96672
|
"backgroundOffsetX": {
|
|
@@ -96569,7 +96682,7 @@
|
|
|
96569
96682
|
"type": "number"
|
|
96570
96683
|
},
|
|
96571
96684
|
"backgroundPosition": {
|
|
96572
|
-
"$ref": "#/definitions/
|
|
96685
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
96573
96686
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
96574
96687
|
"since": "2.0.21"
|
|
96575
96688
|
},
|
|
@@ -96913,32 +97026,7 @@
|
|
|
96913
97026
|
"type": "boolean"
|
|
96914
97027
|
},
|
|
96915
97028
|
"background": {
|
|
96916
|
-
"
|
|
96917
|
-
{
|
|
96918
|
-
"$ref": "#/definitions/HTMLCanvasElement"
|
|
96919
|
-
},
|
|
96920
|
-
{
|
|
96921
|
-
"$ref": "#/definitions/HTMLImageElement"
|
|
96922
|
-
},
|
|
96923
|
-
{
|
|
96924
|
-
"$ref": "#/definitions/ILinearGradient"
|
|
96925
|
-
},
|
|
96926
|
-
{
|
|
96927
|
-
"$ref": "#/definitions/IRadialGradient"
|
|
96928
|
-
},
|
|
96929
|
-
{
|
|
96930
|
-
"$ref": "#/definitions/IConicalGradient"
|
|
96931
|
-
},
|
|
96932
|
-
{
|
|
96933
|
-
"typeof": "function"
|
|
96934
|
-
},
|
|
96935
|
-
{
|
|
96936
|
-
"typeof": "function"
|
|
96937
|
-
},
|
|
96938
|
-
{
|
|
96939
|
-
"type": "string"
|
|
96940
|
-
}
|
|
96941
|
-
]
|
|
97029
|
+
"$ref": "#/definitions/IColor"
|
|
96942
97030
|
},
|
|
96943
97031
|
"beforeRender": {
|
|
96944
97032
|
"typeof": "function"
|
|
@@ -97178,7 +97266,13 @@
|
|
|
97178
97266
|
"type": "boolean"
|
|
97179
97267
|
},
|
|
97180
97268
|
"backgroundMode": {
|
|
97181
|
-
"
|
|
97269
|
+
"enum": [
|
|
97270
|
+
"no-repeat",
|
|
97271
|
+
"repeat",
|
|
97272
|
+
"repeat-x",
|
|
97273
|
+
"repeat-y"
|
|
97274
|
+
],
|
|
97275
|
+
"type": "string"
|
|
97182
97276
|
},
|
|
97183
97277
|
"backgroundOffsetX": {
|
|
97184
97278
|
"type": "number"
|
|
@@ -97189,9 +97283,6 @@
|
|
|
97189
97283
|
"backgroundOpacity": {
|
|
97190
97284
|
"type": "number"
|
|
97191
97285
|
},
|
|
97192
|
-
"backgroundPosition": {
|
|
97193
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
97194
|
-
},
|
|
97195
97286
|
"backgroundScale": {
|
|
97196
97287
|
"type": "number"
|
|
97197
97288
|
},
|
|
@@ -97512,7 +97603,17 @@
|
|
|
97512
97603
|
"typeof": "function"
|
|
97513
97604
|
},
|
|
97514
97605
|
"texture": {
|
|
97515
|
-
"
|
|
97606
|
+
"anyOf": [
|
|
97607
|
+
{
|
|
97608
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
97609
|
+
},
|
|
97610
|
+
{
|
|
97611
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
97612
|
+
},
|
|
97613
|
+
{
|
|
97614
|
+
"type": "string"
|
|
97615
|
+
}
|
|
97616
|
+
]
|
|
97516
97617
|
},
|
|
97517
97618
|
"textureColor": {
|
|
97518
97619
|
"type": "string"
|
|
@@ -97731,7 +97832,13 @@
|
|
|
97731
97832
|
"type": "boolean"
|
|
97732
97833
|
},
|
|
97733
97834
|
"backgroundMode": {
|
|
97734
|
-
"
|
|
97835
|
+
"enum": [
|
|
97836
|
+
"no-repeat",
|
|
97837
|
+
"repeat",
|
|
97838
|
+
"repeat-x",
|
|
97839
|
+
"repeat-y"
|
|
97840
|
+
],
|
|
97841
|
+
"type": "string"
|
|
97735
97842
|
},
|
|
97736
97843
|
"backgroundOffsetX": {
|
|
97737
97844
|
"type": "number"
|
|
@@ -97742,9 +97849,6 @@
|
|
|
97742
97849
|
"backgroundOpacity": {
|
|
97743
97850
|
"type": "number"
|
|
97744
97851
|
},
|
|
97745
|
-
"backgroundPosition": {
|
|
97746
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
97747
|
-
},
|
|
97748
97852
|
"backgroundScale": {
|
|
97749
97853
|
"type": "number"
|
|
97750
97854
|
},
|
|
@@ -98085,7 +98189,17 @@
|
|
|
98085
98189
|
"type": "string"
|
|
98086
98190
|
},
|
|
98087
98191
|
"texture": {
|
|
98088
|
-
"
|
|
98192
|
+
"anyOf": [
|
|
98193
|
+
{
|
|
98194
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
98195
|
+
},
|
|
98196
|
+
{
|
|
98197
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
98198
|
+
},
|
|
98199
|
+
{
|
|
98200
|
+
"type": "string"
|
|
98201
|
+
}
|
|
98202
|
+
]
|
|
98089
98203
|
},
|
|
98090
98204
|
"textureColor": {
|
|
98091
98205
|
"type": "string"
|
|
@@ -98267,7 +98381,13 @@
|
|
|
98267
98381
|
"type": "boolean"
|
|
98268
98382
|
},
|
|
98269
98383
|
"backgroundMode": {
|
|
98270
|
-
"
|
|
98384
|
+
"enum": [
|
|
98385
|
+
"no-repeat",
|
|
98386
|
+
"repeat",
|
|
98387
|
+
"repeat-x",
|
|
98388
|
+
"repeat-y"
|
|
98389
|
+
],
|
|
98390
|
+
"type": "string"
|
|
98271
98391
|
},
|
|
98272
98392
|
"backgroundOffsetX": {
|
|
98273
98393
|
"type": "number"
|
|
@@ -98278,9 +98398,6 @@
|
|
|
98278
98398
|
"backgroundOpacity": {
|
|
98279
98399
|
"type": "number"
|
|
98280
98400
|
},
|
|
98281
|
-
"backgroundPosition": {
|
|
98282
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
98283
|
-
},
|
|
98284
98401
|
"backgroundScale": {
|
|
98285
98402
|
"type": "number"
|
|
98286
98403
|
},
|
|
@@ -98698,7 +98815,17 @@
|
|
|
98698
98815
|
"$ref": "#/definitions/TextBaselineType"
|
|
98699
98816
|
},
|
|
98700
98817
|
"texture": {
|
|
98701
|
-
"
|
|
98818
|
+
"anyOf": [
|
|
98819
|
+
{
|
|
98820
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
98821
|
+
},
|
|
98822
|
+
{
|
|
98823
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
98824
|
+
},
|
|
98825
|
+
{
|
|
98826
|
+
"type": "string"
|
|
98827
|
+
}
|
|
98828
|
+
]
|
|
98702
98829
|
},
|
|
98703
98830
|
"textureColor": {
|
|
98704
98831
|
"type": "string"
|
|
@@ -98865,7 +98992,7 @@
|
|
|
98865
98992
|
"type": "boolean"
|
|
98866
98993
|
},
|
|
98867
98994
|
"backgroundMode": {
|
|
98868
|
-
"$ref": "#/definitions/
|
|
98995
|
+
"$ref": "#/definitions/BackgroundMode",
|
|
98869
98996
|
"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` 下的尺寸简写。"
|
|
98870
98997
|
},
|
|
98871
98998
|
"backgroundOffsetX": {
|
|
@@ -98881,7 +99008,7 @@
|
|
|
98881
99008
|
"type": "number"
|
|
98882
99009
|
},
|
|
98883
99010
|
"backgroundPosition": {
|
|
98884
|
-
"$ref": "#/definitions/
|
|
99011
|
+
"$ref": "#/definitions/BackgroundPosition",
|
|
98885
99012
|
"description": "背景图锚定位置,语义类似 CSS `background-position`。\n仅在图片背景且最终为 `no-repeat` 时生效。",
|
|
98886
99013
|
"since": "2.0.21"
|
|
98887
99014
|
},
|
|
@@ -99689,7 +99816,13 @@
|
|
|
99689
99816
|
"type": "boolean"
|
|
99690
99817
|
},
|
|
99691
99818
|
"backgroundMode": {
|
|
99692
|
-
"
|
|
99819
|
+
"enum": [
|
|
99820
|
+
"no-repeat",
|
|
99821
|
+
"repeat",
|
|
99822
|
+
"repeat-x",
|
|
99823
|
+
"repeat-y"
|
|
99824
|
+
],
|
|
99825
|
+
"type": "string"
|
|
99693
99826
|
},
|
|
99694
99827
|
"backgroundOffsetX": {
|
|
99695
99828
|
"type": "number"
|
|
@@ -99700,9 +99833,6 @@
|
|
|
99700
99833
|
"backgroundOpacity": {
|
|
99701
99834
|
"type": "number"
|
|
99702
99835
|
},
|
|
99703
|
-
"backgroundPosition": {
|
|
99704
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
99705
|
-
},
|
|
99706
99836
|
"backgroundScale": {
|
|
99707
99837
|
"type": "number"
|
|
99708
99838
|
},
|
|
@@ -100114,7 +100244,17 @@
|
|
|
100114
100244
|
"$ref": "#/definitions/TextBaselineType"
|
|
100115
100245
|
},
|
|
100116
100246
|
"texture": {
|
|
100117
|
-
"
|
|
100247
|
+
"anyOf": [
|
|
100248
|
+
{
|
|
100249
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
100250
|
+
},
|
|
100251
|
+
{
|
|
100252
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
100253
|
+
},
|
|
100254
|
+
{
|
|
100255
|
+
"type": "string"
|
|
100256
|
+
}
|
|
100257
|
+
]
|
|
100118
100258
|
},
|
|
100119
100259
|
"textureColor": {
|
|
100120
100260
|
"type": "string"
|
|
@@ -100329,7 +100469,13 @@
|
|
|
100329
100469
|
"type": "boolean"
|
|
100330
100470
|
},
|
|
100331
100471
|
"backgroundMode": {
|
|
100332
|
-
"
|
|
100472
|
+
"enum": [
|
|
100473
|
+
"no-repeat",
|
|
100474
|
+
"repeat",
|
|
100475
|
+
"repeat-x",
|
|
100476
|
+
"repeat-y"
|
|
100477
|
+
],
|
|
100478
|
+
"type": "string"
|
|
100333
100479
|
},
|
|
100334
100480
|
"backgroundOffsetX": {
|
|
100335
100481
|
"type": "number"
|
|
@@ -100340,9 +100486,6 @@
|
|
|
100340
100486
|
"backgroundOpacity": {
|
|
100341
100487
|
"type": "number"
|
|
100342
100488
|
},
|
|
100343
|
-
"backgroundPosition": {
|
|
100344
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
100345
|
-
},
|
|
100346
100489
|
"backgroundScale": {
|
|
100347
100490
|
"type": "number"
|
|
100348
100491
|
},
|
|
@@ -100690,7 +100833,17 @@
|
|
|
100690
100833
|
"type": "string"
|
|
100691
100834
|
},
|
|
100692
100835
|
"texture": {
|
|
100693
|
-
"
|
|
100836
|
+
"anyOf": [
|
|
100837
|
+
{
|
|
100838
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
100839
|
+
},
|
|
100840
|
+
{
|
|
100841
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
100842
|
+
},
|
|
100843
|
+
{
|
|
100844
|
+
"type": "string"
|
|
100845
|
+
}
|
|
100846
|
+
]
|
|
100694
100847
|
},
|
|
100695
100848
|
"textureColor": {
|
|
100696
100849
|
"type": "string"
|
|
@@ -100881,7 +101034,13 @@
|
|
|
100881
101034
|
"type": "boolean"
|
|
100882
101035
|
},
|
|
100883
101036
|
"backgroundMode": {
|
|
100884
|
-
"
|
|
101037
|
+
"enum": [
|
|
101038
|
+
"no-repeat",
|
|
101039
|
+
"repeat",
|
|
101040
|
+
"repeat-x",
|
|
101041
|
+
"repeat-y"
|
|
101042
|
+
],
|
|
101043
|
+
"type": "string"
|
|
100885
101044
|
},
|
|
100886
101045
|
"backgroundOffsetX": {
|
|
100887
101046
|
"type": "number"
|
|
@@ -100892,9 +101051,6 @@
|
|
|
100892
101051
|
"backgroundOpacity": {
|
|
100893
101052
|
"type": "number"
|
|
100894
101053
|
},
|
|
100895
|
-
"backgroundPosition": {
|
|
100896
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
100897
|
-
},
|
|
100898
101054
|
"backgroundScale": {
|
|
100899
101055
|
"type": "number"
|
|
100900
101056
|
},
|
|
@@ -101209,7 +101365,17 @@
|
|
|
101209
101365
|
"typeof": "function"
|
|
101210
101366
|
},
|
|
101211
101367
|
"texture": {
|
|
101212
|
-
"
|
|
101368
|
+
"anyOf": [
|
|
101369
|
+
{
|
|
101370
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
101371
|
+
},
|
|
101372
|
+
{
|
|
101373
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
101374
|
+
},
|
|
101375
|
+
{
|
|
101376
|
+
"type": "string"
|
|
101377
|
+
}
|
|
101378
|
+
]
|
|
101213
101379
|
},
|
|
101214
101380
|
"textureColor": {
|
|
101215
101381
|
"type": "string"
|
|
@@ -103693,34 +103859,34 @@
|
|
|
103693
103859
|
},
|
|
103694
103860
|
"Promise<FontFaceSet>": {
|
|
103695
103861
|
"properties": {
|
|
103696
|
-
"__@toStringTag@
|
|
103862
|
+
"__@toStringTag@12622": {
|
|
103697
103863
|
"type": "string"
|
|
103698
103864
|
}
|
|
103699
103865
|
},
|
|
103700
103866
|
"required": [
|
|
103701
|
-
"__@toStringTag@
|
|
103867
|
+
"__@toStringTag@12622"
|
|
103702
103868
|
],
|
|
103703
103869
|
"type": "object"
|
|
103704
103870
|
},
|
|
103705
103871
|
"Promise<ServiceWorkerRegistration>": {
|
|
103706
103872
|
"properties": {
|
|
103707
|
-
"__@toStringTag@
|
|
103873
|
+
"__@toStringTag@12622": {
|
|
103708
103874
|
"type": "string"
|
|
103709
103875
|
}
|
|
103710
103876
|
},
|
|
103711
103877
|
"required": [
|
|
103712
|
-
"__@toStringTag@
|
|
103878
|
+
"__@toStringTag@12622"
|
|
103713
103879
|
],
|
|
103714
103880
|
"type": "object"
|
|
103715
103881
|
},
|
|
103716
103882
|
"Promise<any>": {
|
|
103717
103883
|
"properties": {
|
|
103718
|
-
"__@toStringTag@
|
|
103884
|
+
"__@toStringTag@12622": {
|
|
103719
103885
|
"type": "string"
|
|
103720
103886
|
}
|
|
103721
103887
|
},
|
|
103722
103888
|
"required": [
|
|
103723
|
-
"__@toStringTag@
|
|
103889
|
+
"__@toStringTag@12622"
|
|
103724
103890
|
],
|
|
103725
103891
|
"type": "object"
|
|
103726
103892
|
},
|
|
@@ -104430,7 +104596,13 @@
|
|
|
104430
104596
|
"type": "boolean"
|
|
104431
104597
|
},
|
|
104432
104598
|
"backgroundMode": {
|
|
104433
|
-
"
|
|
104599
|
+
"enum": [
|
|
104600
|
+
"no-repeat",
|
|
104601
|
+
"repeat",
|
|
104602
|
+
"repeat-x",
|
|
104603
|
+
"repeat-y"
|
|
104604
|
+
],
|
|
104605
|
+
"type": "string"
|
|
104434
104606
|
},
|
|
104435
104607
|
"backgroundOffsetX": {
|
|
104436
104608
|
"type": "number"
|
|
@@ -104441,9 +104613,6 @@
|
|
|
104441
104613
|
"backgroundOpacity": {
|
|
104442
104614
|
"type": "number"
|
|
104443
104615
|
},
|
|
104444
|
-
"backgroundPosition": {
|
|
104445
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
104446
|
-
},
|
|
104447
104616
|
"backgroundScale": {
|
|
104448
104617
|
"type": "number"
|
|
104449
104618
|
},
|
|
@@ -104824,7 +104993,17 @@
|
|
|
104824
104993
|
"typeof": "function"
|
|
104825
104994
|
},
|
|
104826
104995
|
"texture": {
|
|
104827
|
-
"
|
|
104996
|
+
"anyOf": [
|
|
104997
|
+
{
|
|
104998
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
104999
|
+
},
|
|
105000
|
+
{
|
|
105001
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
105002
|
+
},
|
|
105003
|
+
{
|
|
105004
|
+
"type": "string"
|
|
105005
|
+
}
|
|
105006
|
+
]
|
|
104828
105007
|
},
|
|
104829
105008
|
"textureColor": {
|
|
104830
105009
|
"type": "string"
|
|
@@ -104885,7 +105064,6 @@
|
|
|
104885
105064
|
"backgroundOffsetX",
|
|
104886
105065
|
"backgroundOffsetY",
|
|
104887
105066
|
"backgroundOpacity",
|
|
104888
|
-
"backgroundPosition",
|
|
104889
105067
|
"backgroundScale",
|
|
104890
105068
|
"beta",
|
|
104891
105069
|
"blur",
|
|
@@ -105109,7 +105287,13 @@
|
|
|
105109
105287
|
"type": "boolean"
|
|
105110
105288
|
},
|
|
105111
105289
|
"backgroundMode": {
|
|
105112
|
-
"
|
|
105290
|
+
"enum": [
|
|
105291
|
+
"no-repeat",
|
|
105292
|
+
"repeat",
|
|
105293
|
+
"repeat-x",
|
|
105294
|
+
"repeat-y"
|
|
105295
|
+
],
|
|
105296
|
+
"type": "string"
|
|
105113
105297
|
},
|
|
105114
105298
|
"backgroundOffsetX": {
|
|
105115
105299
|
"type": "number"
|
|
@@ -105120,9 +105304,6 @@
|
|
|
105120
105304
|
"backgroundOpacity": {
|
|
105121
105305
|
"type": "number"
|
|
105122
105306
|
},
|
|
105123
|
-
"backgroundPosition": {
|
|
105124
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
105125
|
-
},
|
|
105126
105307
|
"backgroundScale": {
|
|
105127
105308
|
"type": "number"
|
|
105128
105309
|
},
|
|
@@ -105477,7 +105658,17 @@
|
|
|
105477
105658
|
"typeof": "function"
|
|
105478
105659
|
},
|
|
105479
105660
|
"texture": {
|
|
105480
|
-
"
|
|
105661
|
+
"anyOf": [
|
|
105662
|
+
{
|
|
105663
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
105664
|
+
},
|
|
105665
|
+
{
|
|
105666
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
105667
|
+
},
|
|
105668
|
+
{
|
|
105669
|
+
"type": "string"
|
|
105670
|
+
}
|
|
105671
|
+
]
|
|
105481
105672
|
},
|
|
105482
105673
|
"textureColor": {
|
|
105483
105674
|
"type": "string"
|
|
@@ -105538,7 +105729,6 @@
|
|
|
105538
105729
|
"backgroundOffsetX",
|
|
105539
105730
|
"backgroundOffsetY",
|
|
105540
105731
|
"backgroundOpacity",
|
|
105541
|
-
"backgroundPosition",
|
|
105542
105732
|
"backgroundScale",
|
|
105543
105733
|
"beta",
|
|
105544
105734
|
"blur",
|
|
@@ -105761,7 +105951,13 @@
|
|
|
105761
105951
|
"type": "boolean"
|
|
105762
105952
|
},
|
|
105763
105953
|
"backgroundMode": {
|
|
105764
|
-
"
|
|
105954
|
+
"enum": [
|
|
105955
|
+
"no-repeat",
|
|
105956
|
+
"repeat",
|
|
105957
|
+
"repeat-x",
|
|
105958
|
+
"repeat-y"
|
|
105959
|
+
],
|
|
105960
|
+
"type": "string"
|
|
105765
105961
|
},
|
|
105766
105962
|
"backgroundOffsetX": {
|
|
105767
105963
|
"type": "number"
|
|
@@ -105772,9 +105968,6 @@
|
|
|
105772
105968
|
"backgroundOpacity": {
|
|
105773
105969
|
"type": "number"
|
|
105774
105970
|
},
|
|
105775
|
-
"backgroundPosition": {
|
|
105776
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
105777
|
-
},
|
|
105778
105971
|
"backgroundScale": {
|
|
105779
105972
|
"type": "number"
|
|
105780
105973
|
},
|
|
@@ -106098,7 +106291,17 @@
|
|
|
106098
106291
|
"typeof": "function"
|
|
106099
106292
|
},
|
|
106100
106293
|
"texture": {
|
|
106101
|
-
"
|
|
106294
|
+
"anyOf": [
|
|
106295
|
+
{
|
|
106296
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
106297
|
+
},
|
|
106298
|
+
{
|
|
106299
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
106300
|
+
},
|
|
106301
|
+
{
|
|
106302
|
+
"type": "string"
|
|
106303
|
+
}
|
|
106304
|
+
]
|
|
106102
106305
|
},
|
|
106103
106306
|
"textureColor": {
|
|
106104
106307
|
"type": "string"
|
|
@@ -106159,7 +106362,6 @@
|
|
|
106159
106362
|
"backgroundOffsetX",
|
|
106160
106363
|
"backgroundOffsetY",
|
|
106161
106364
|
"backgroundOpacity",
|
|
106162
|
-
"backgroundPosition",
|
|
106163
106365
|
"backgroundScale",
|
|
106164
106366
|
"beta",
|
|
106165
106367
|
"blur",
|
|
@@ -106375,7 +106577,13 @@
|
|
|
106375
106577
|
"type": "boolean"
|
|
106376
106578
|
},
|
|
106377
106579
|
"backgroundMode": {
|
|
106378
|
-
"
|
|
106580
|
+
"enum": [
|
|
106581
|
+
"no-repeat",
|
|
106582
|
+
"repeat",
|
|
106583
|
+
"repeat-x",
|
|
106584
|
+
"repeat-y"
|
|
106585
|
+
],
|
|
106586
|
+
"type": "string"
|
|
106379
106587
|
},
|
|
106380
106588
|
"backgroundOffsetX": {
|
|
106381
106589
|
"type": "number"
|
|
@@ -106386,9 +106594,6 @@
|
|
|
106386
106594
|
"backgroundOpacity": {
|
|
106387
106595
|
"type": "number"
|
|
106388
106596
|
},
|
|
106389
|
-
"backgroundPosition": {
|
|
106390
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
106391
|
-
},
|
|
106392
106597
|
"backgroundScale": {
|
|
106393
106598
|
"type": "number"
|
|
106394
106599
|
},
|
|
@@ -106732,7 +106937,17 @@
|
|
|
106732
106937
|
"typeof": "function"
|
|
106733
106938
|
},
|
|
106734
106939
|
"texture": {
|
|
106735
|
-
"
|
|
106940
|
+
"anyOf": [
|
|
106941
|
+
{
|
|
106942
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
106943
|
+
},
|
|
106944
|
+
{
|
|
106945
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
106946
|
+
},
|
|
106947
|
+
{
|
|
106948
|
+
"type": "string"
|
|
106949
|
+
}
|
|
106950
|
+
]
|
|
106736
106951
|
},
|
|
106737
106952
|
"textureColor": {
|
|
106738
106953
|
"type": "string"
|
|
@@ -106796,7 +107011,6 @@
|
|
|
106796
107011
|
"backgroundOffsetX",
|
|
106797
107012
|
"backgroundOffsetY",
|
|
106798
107013
|
"backgroundOpacity",
|
|
106799
|
-
"backgroundPosition",
|
|
106800
107014
|
"backgroundScale",
|
|
106801
107015
|
"beta",
|
|
106802
107016
|
"blur",
|
|
@@ -107031,7 +107245,13 @@
|
|
|
107031
107245
|
"type": "boolean"
|
|
107032
107246
|
},
|
|
107033
107247
|
"backgroundMode": {
|
|
107034
|
-
"
|
|
107248
|
+
"enum": [
|
|
107249
|
+
"no-repeat",
|
|
107250
|
+
"repeat",
|
|
107251
|
+
"repeat-x",
|
|
107252
|
+
"repeat-y"
|
|
107253
|
+
],
|
|
107254
|
+
"type": "string"
|
|
107035
107255
|
},
|
|
107036
107256
|
"backgroundOffsetX": {
|
|
107037
107257
|
"type": "number"
|
|
@@ -107042,9 +107262,6 @@
|
|
|
107042
107262
|
"backgroundOpacity": {
|
|
107043
107263
|
"type": "number"
|
|
107044
107264
|
},
|
|
107045
|
-
"backgroundPosition": {
|
|
107046
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
107047
|
-
},
|
|
107048
107265
|
"backgroundScale": {
|
|
107049
107266
|
"type": "number"
|
|
107050
107267
|
},
|
|
@@ -107436,7 +107653,17 @@
|
|
|
107436
107653
|
"typeof": "function"
|
|
107437
107654
|
},
|
|
107438
107655
|
"texture": {
|
|
107439
|
-
"
|
|
107656
|
+
"anyOf": [
|
|
107657
|
+
{
|
|
107658
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
107659
|
+
},
|
|
107660
|
+
{
|
|
107661
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
107662
|
+
},
|
|
107663
|
+
{
|
|
107664
|
+
"type": "string"
|
|
107665
|
+
}
|
|
107666
|
+
]
|
|
107440
107667
|
},
|
|
107441
107668
|
"textureColor": {
|
|
107442
107669
|
"type": "string"
|
|
@@ -107505,7 +107732,6 @@
|
|
|
107505
107732
|
"backgroundOffsetX",
|
|
107506
107733
|
"backgroundOffsetY",
|
|
107507
107734
|
"backgroundOpacity",
|
|
107508
|
-
"backgroundPosition",
|
|
107509
107735
|
"backgroundScale",
|
|
107510
107736
|
"baseOpacity",
|
|
107511
107737
|
"beta",
|
|
@@ -107731,7 +107957,13 @@
|
|
|
107731
107957
|
"type": "boolean"
|
|
107732
107958
|
},
|
|
107733
107959
|
"backgroundMode": {
|
|
107734
|
-
"
|
|
107960
|
+
"enum": [
|
|
107961
|
+
"no-repeat",
|
|
107962
|
+
"repeat",
|
|
107963
|
+
"repeat-x",
|
|
107964
|
+
"repeat-y"
|
|
107965
|
+
],
|
|
107966
|
+
"type": "string"
|
|
107735
107967
|
},
|
|
107736
107968
|
"backgroundOffsetX": {
|
|
107737
107969
|
"type": "number"
|
|
@@ -107742,9 +107974,6 @@
|
|
|
107742
107974
|
"backgroundOpacity": {
|
|
107743
107975
|
"type": "number"
|
|
107744
107976
|
},
|
|
107745
|
-
"backgroundPosition": {
|
|
107746
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
107747
|
-
},
|
|
107748
107977
|
"backgroundScale": {
|
|
107749
107978
|
"type": "number"
|
|
107750
107979
|
},
|
|
@@ -107915,21 +108144,6 @@
|
|
|
107915
108144
|
}
|
|
107916
108145
|
]
|
|
107917
108146
|
},
|
|
107918
|
-
"imageMode": {
|
|
107919
|
-
"$ref": "#/definitions/ImageMode"
|
|
107920
|
-
},
|
|
107921
|
-
"imageOffsetX": {
|
|
107922
|
-
"type": "number"
|
|
107923
|
-
},
|
|
107924
|
-
"imageOffsetY": {
|
|
107925
|
-
"type": "number"
|
|
107926
|
-
},
|
|
107927
|
-
"imagePosition": {
|
|
107928
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
107929
|
-
},
|
|
107930
|
-
"imageScale": {
|
|
107931
|
-
"type": "number"
|
|
107932
|
-
},
|
|
107933
108147
|
"innerBorder": {
|
|
107934
108148
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
107935
108149
|
},
|
|
@@ -108122,7 +108336,17 @@
|
|
|
108122
108336
|
"typeof": "function"
|
|
108123
108337
|
},
|
|
108124
108338
|
"texture": {
|
|
108125
|
-
"
|
|
108339
|
+
"anyOf": [
|
|
108340
|
+
{
|
|
108341
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
108342
|
+
},
|
|
108343
|
+
{
|
|
108344
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
108345
|
+
},
|
|
108346
|
+
{
|
|
108347
|
+
"type": "string"
|
|
108348
|
+
}
|
|
108349
|
+
]
|
|
108126
108350
|
},
|
|
108127
108351
|
"textureColor": {
|
|
108128
108352
|
"type": "string"
|
|
@@ -108186,7 +108410,6 @@
|
|
|
108186
108410
|
"backgroundOffsetX",
|
|
108187
108411
|
"backgroundOffsetY",
|
|
108188
108412
|
"backgroundOpacity",
|
|
108189
|
-
"backgroundPosition",
|
|
108190
108413
|
"backgroundScale",
|
|
108191
108414
|
"beta",
|
|
108192
108415
|
"blur",
|
|
@@ -108213,11 +108436,6 @@
|
|
|
108213
108436
|
"height",
|
|
108214
108437
|
"html",
|
|
108215
108438
|
"image",
|
|
108216
|
-
"imageMode",
|
|
108217
|
-
"imageOffsetX",
|
|
108218
|
-
"imageOffsetY",
|
|
108219
|
-
"imagePosition",
|
|
108220
|
-
"imageScale",
|
|
108221
108439
|
"innerBorder",
|
|
108222
108440
|
"keepDirIn3d",
|
|
108223
108441
|
"keepStrokeScale",
|
|
@@ -108413,7 +108631,13 @@
|
|
|
108413
108631
|
"type": "boolean"
|
|
108414
108632
|
},
|
|
108415
108633
|
"backgroundMode": {
|
|
108416
|
-
"
|
|
108634
|
+
"enum": [
|
|
108635
|
+
"no-repeat",
|
|
108636
|
+
"repeat",
|
|
108637
|
+
"repeat-x",
|
|
108638
|
+
"repeat-y"
|
|
108639
|
+
],
|
|
108640
|
+
"type": "string"
|
|
108417
108641
|
},
|
|
108418
108642
|
"backgroundOffsetX": {
|
|
108419
108643
|
"type": "number"
|
|
@@ -108424,9 +108648,6 @@
|
|
|
108424
108648
|
"backgroundOpacity": {
|
|
108425
108649
|
"type": "number"
|
|
108426
108650
|
},
|
|
108427
|
-
"backgroundPosition": {
|
|
108428
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
108429
|
-
},
|
|
108430
108651
|
"backgroundScale": {
|
|
108431
108652
|
"type": "number"
|
|
108432
108653
|
},
|
|
@@ -108784,7 +109005,17 @@
|
|
|
108784
109005
|
"typeof": "function"
|
|
108785
109006
|
},
|
|
108786
109007
|
"texture": {
|
|
108787
|
-
"
|
|
109008
|
+
"anyOf": [
|
|
109009
|
+
{
|
|
109010
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
109011
|
+
},
|
|
109012
|
+
{
|
|
109013
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
109014
|
+
},
|
|
109015
|
+
{
|
|
109016
|
+
"type": "string"
|
|
109017
|
+
}
|
|
109018
|
+
]
|
|
108788
109019
|
},
|
|
108789
109020
|
"textureColor": {
|
|
108790
109021
|
"type": "string"
|
|
@@ -108845,7 +109076,6 @@
|
|
|
108845
109076
|
"backgroundOffsetX",
|
|
108846
109077
|
"backgroundOffsetY",
|
|
108847
109078
|
"backgroundOpacity",
|
|
108848
|
-
"backgroundPosition",
|
|
108849
109079
|
"backgroundScale",
|
|
108850
109080
|
"beta",
|
|
108851
109081
|
"blur",
|
|
@@ -109069,7 +109299,13 @@
|
|
|
109069
109299
|
"type": "boolean"
|
|
109070
109300
|
},
|
|
109071
109301
|
"backgroundMode": {
|
|
109072
|
-
"
|
|
109302
|
+
"enum": [
|
|
109303
|
+
"no-repeat",
|
|
109304
|
+
"repeat",
|
|
109305
|
+
"repeat-x",
|
|
109306
|
+
"repeat-y"
|
|
109307
|
+
],
|
|
109308
|
+
"type": "string"
|
|
109073
109309
|
},
|
|
109074
109310
|
"backgroundOffsetX": {
|
|
109075
109311
|
"type": "number"
|
|
@@ -109080,9 +109316,6 @@
|
|
|
109080
109316
|
"backgroundOpacity": {
|
|
109081
109317
|
"type": "number"
|
|
109082
109318
|
},
|
|
109083
|
-
"backgroundPosition": {
|
|
109084
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
109085
|
-
},
|
|
109086
109319
|
"backgroundScale": {
|
|
109087
109320
|
"type": "number"
|
|
109088
109321
|
},
|
|
@@ -109413,7 +109646,17 @@
|
|
|
109413
109646
|
"typeof": "function"
|
|
109414
109647
|
},
|
|
109415
109648
|
"texture": {
|
|
109416
|
-
"
|
|
109649
|
+
"anyOf": [
|
|
109650
|
+
{
|
|
109651
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
109652
|
+
},
|
|
109653
|
+
{
|
|
109654
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
109655
|
+
},
|
|
109656
|
+
{
|
|
109657
|
+
"type": "string"
|
|
109658
|
+
}
|
|
109659
|
+
]
|
|
109417
109660
|
},
|
|
109418
109661
|
"textureColor": {
|
|
109419
109662
|
"type": "string"
|
|
@@ -109474,7 +109717,6 @@
|
|
|
109474
109717
|
"backgroundOffsetX",
|
|
109475
109718
|
"backgroundOffsetY",
|
|
109476
109719
|
"backgroundOpacity",
|
|
109477
|
-
"backgroundPosition",
|
|
109478
109720
|
"backgroundScale",
|
|
109479
109721
|
"beta",
|
|
109480
109722
|
"blur",
|
|
@@ -109690,7 +109932,13 @@
|
|
|
109690
109932
|
"type": "boolean"
|
|
109691
109933
|
},
|
|
109692
109934
|
"backgroundMode": {
|
|
109693
|
-
"
|
|
109935
|
+
"enum": [
|
|
109936
|
+
"no-repeat",
|
|
109937
|
+
"repeat",
|
|
109938
|
+
"repeat-x",
|
|
109939
|
+
"repeat-y"
|
|
109940
|
+
],
|
|
109941
|
+
"type": "string"
|
|
109694
109942
|
},
|
|
109695
109943
|
"backgroundOffsetX": {
|
|
109696
109944
|
"type": "number"
|
|
@@ -109701,9 +109949,6 @@
|
|
|
109701
109949
|
"backgroundOpacity": {
|
|
109702
109950
|
"type": "number"
|
|
109703
109951
|
},
|
|
109704
|
-
"backgroundPosition": {
|
|
109705
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
109706
|
-
},
|
|
109707
109952
|
"backgroundScale": {
|
|
109708
109953
|
"type": "number"
|
|
109709
109954
|
},
|
|
@@ -110040,7 +110285,17 @@
|
|
|
110040
110285
|
"typeof": "function"
|
|
110041
110286
|
},
|
|
110042
110287
|
"texture": {
|
|
110043
|
-
"
|
|
110288
|
+
"anyOf": [
|
|
110289
|
+
{
|
|
110290
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
110291
|
+
},
|
|
110292
|
+
{
|
|
110293
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
110294
|
+
},
|
|
110295
|
+
{
|
|
110296
|
+
"type": "string"
|
|
110297
|
+
}
|
|
110298
|
+
]
|
|
110044
110299
|
},
|
|
110045
110300
|
"textureColor": {
|
|
110046
110301
|
"type": "string"
|
|
@@ -110101,7 +110356,6 @@
|
|
|
110101
110356
|
"backgroundOffsetX",
|
|
110102
110357
|
"backgroundOffsetY",
|
|
110103
110358
|
"backgroundOpacity",
|
|
110104
|
-
"backgroundPosition",
|
|
110105
110359
|
"backgroundScale",
|
|
110106
110360
|
"beta",
|
|
110107
110361
|
"blur",
|
|
@@ -110317,7 +110571,13 @@
|
|
|
110317
110571
|
"type": "boolean"
|
|
110318
110572
|
},
|
|
110319
110573
|
"backgroundMode": {
|
|
110320
|
-
"
|
|
110574
|
+
"enum": [
|
|
110575
|
+
"no-repeat",
|
|
110576
|
+
"repeat",
|
|
110577
|
+
"repeat-x",
|
|
110578
|
+
"repeat-y"
|
|
110579
|
+
],
|
|
110580
|
+
"type": "string"
|
|
110321
110581
|
},
|
|
110322
110582
|
"backgroundOffsetX": {
|
|
110323
110583
|
"type": "number"
|
|
@@ -110328,9 +110588,6 @@
|
|
|
110328
110588
|
"backgroundOpacity": {
|
|
110329
110589
|
"type": "number"
|
|
110330
110590
|
},
|
|
110331
|
-
"backgroundPosition": {
|
|
110332
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
110333
|
-
},
|
|
110334
110591
|
"backgroundScale": {
|
|
110335
110592
|
"type": "number"
|
|
110336
110593
|
},
|
|
@@ -110671,7 +110928,17 @@
|
|
|
110671
110928
|
"typeof": "function"
|
|
110672
110929
|
},
|
|
110673
110930
|
"texture": {
|
|
110674
|
-
"
|
|
110931
|
+
"anyOf": [
|
|
110932
|
+
{
|
|
110933
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
110934
|
+
},
|
|
110935
|
+
{
|
|
110936
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
110937
|
+
},
|
|
110938
|
+
{
|
|
110939
|
+
"type": "string"
|
|
110940
|
+
}
|
|
110941
|
+
]
|
|
110675
110942
|
},
|
|
110676
110943
|
"textureColor": {
|
|
110677
110944
|
"type": "string"
|
|
@@ -110741,7 +111008,6 @@
|
|
|
110741
111008
|
"backgroundOffsetX",
|
|
110742
111009
|
"backgroundOffsetY",
|
|
110743
111010
|
"backgroundOpacity",
|
|
110744
|
-
"backgroundPosition",
|
|
110745
111011
|
"backgroundScale",
|
|
110746
111012
|
"beta",
|
|
110747
111013
|
"blur",
|
|
@@ -110968,7 +111234,13 @@
|
|
|
110968
111234
|
"type": "boolean"
|
|
110969
111235
|
},
|
|
110970
111236
|
"backgroundMode": {
|
|
110971
|
-
"
|
|
111237
|
+
"enum": [
|
|
111238
|
+
"no-repeat",
|
|
111239
|
+
"repeat",
|
|
111240
|
+
"repeat-x",
|
|
111241
|
+
"repeat-y"
|
|
111242
|
+
],
|
|
111243
|
+
"type": "string"
|
|
110972
111244
|
},
|
|
110973
111245
|
"backgroundOffsetX": {
|
|
110974
111246
|
"type": "number"
|
|
@@ -110979,9 +111251,6 @@
|
|
|
110979
111251
|
"backgroundOpacity": {
|
|
110980
111252
|
"type": "number"
|
|
110981
111253
|
},
|
|
110982
|
-
"backgroundPosition": {
|
|
110983
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
110984
|
-
},
|
|
110985
111254
|
"backgroundScale": {
|
|
110986
111255
|
"type": "number"
|
|
110987
111256
|
},
|
|
@@ -111426,7 +111695,17 @@
|
|
|
111426
111695
|
"type": "array"
|
|
111427
111696
|
},
|
|
111428
111697
|
"texture": {
|
|
111429
|
-
"
|
|
111698
|
+
"anyOf": [
|
|
111699
|
+
{
|
|
111700
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
111701
|
+
},
|
|
111702
|
+
{
|
|
111703
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
111704
|
+
},
|
|
111705
|
+
{
|
|
111706
|
+
"type": "string"
|
|
111707
|
+
}
|
|
111708
|
+
]
|
|
111430
111709
|
},
|
|
111431
111710
|
"textureColor": {
|
|
111432
111711
|
"type": "string"
|
|
@@ -111529,7 +111808,6 @@
|
|
|
111529
111808
|
"backgroundOffsetX",
|
|
111530
111809
|
"backgroundOffsetY",
|
|
111531
111810
|
"backgroundOpacity",
|
|
111532
|
-
"backgroundPosition",
|
|
111533
111811
|
"backgroundScale",
|
|
111534
111812
|
"beta",
|
|
111535
111813
|
"blur",
|
|
@@ -111807,7 +112085,13 @@
|
|
|
111807
112085
|
"type": "boolean"
|
|
111808
112086
|
},
|
|
111809
112087
|
"backgroundMode": {
|
|
111810
|
-
"
|
|
112088
|
+
"enum": [
|
|
112089
|
+
"no-repeat",
|
|
112090
|
+
"repeat",
|
|
112091
|
+
"repeat-x",
|
|
112092
|
+
"repeat-y"
|
|
112093
|
+
],
|
|
112094
|
+
"type": "string"
|
|
111811
112095
|
},
|
|
111812
112096
|
"backgroundOffsetX": {
|
|
111813
112097
|
"type": "number"
|
|
@@ -111818,9 +112102,6 @@
|
|
|
111818
112102
|
"backgroundOpacity": {
|
|
111819
112103
|
"type": "number"
|
|
111820
112104
|
},
|
|
111821
|
-
"backgroundPosition": {
|
|
111822
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
111823
|
-
},
|
|
111824
112105
|
"backgroundRadius": {
|
|
111825
112106
|
"type": "number"
|
|
111826
112107
|
},
|
|
@@ -112033,21 +112314,6 @@
|
|
|
112033
112314
|
}
|
|
112034
112315
|
]
|
|
112035
112316
|
},
|
|
112036
|
-
"imageMode": {
|
|
112037
|
-
"$ref": "#/definitions/ImageMode"
|
|
112038
|
-
},
|
|
112039
|
-
"imageOffsetX": {
|
|
112040
|
-
"type": "number"
|
|
112041
|
-
},
|
|
112042
|
-
"imageOffsetY": {
|
|
112043
|
-
"type": "number"
|
|
112044
|
-
},
|
|
112045
|
-
"imagePosition": {
|
|
112046
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
112047
|
-
},
|
|
112048
|
-
"imageScale": {
|
|
112049
|
-
"type": "number"
|
|
112050
|
-
},
|
|
112051
112317
|
"innerBorder": {
|
|
112052
112318
|
"$ref": "#/definitions/Partial<IBorderStyle>"
|
|
112053
112319
|
},
|
|
@@ -112259,7 +112525,17 @@
|
|
|
112259
112525
|
"$ref": "#/definitions/CanvasTextBaseline"
|
|
112260
112526
|
},
|
|
112261
112527
|
"texture": {
|
|
112262
|
-
"
|
|
112528
|
+
"anyOf": [
|
|
112529
|
+
{
|
|
112530
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
112531
|
+
},
|
|
112532
|
+
{
|
|
112533
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
112534
|
+
},
|
|
112535
|
+
{
|
|
112536
|
+
"type": "string"
|
|
112537
|
+
}
|
|
112538
|
+
]
|
|
112263
112539
|
},
|
|
112264
112540
|
"textureColor": {
|
|
112265
112541
|
"type": "string"
|
|
@@ -112326,7 +112602,6 @@
|
|
|
112326
112602
|
"backgroundOffsetX",
|
|
112327
112603
|
"backgroundOffsetY",
|
|
112328
112604
|
"backgroundOpacity",
|
|
112329
|
-
"backgroundPosition",
|
|
112330
112605
|
"backgroundRadius",
|
|
112331
112606
|
"backgroundScale",
|
|
112332
112607
|
"backgroundShowMode",
|
|
@@ -112360,11 +112635,6 @@
|
|
|
112360
112635
|
"html",
|
|
112361
112636
|
"id",
|
|
112362
112637
|
"image",
|
|
112363
|
-
"imageMode",
|
|
112364
|
-
"imageOffsetX",
|
|
112365
|
-
"imageOffsetY",
|
|
112366
|
-
"imagePosition",
|
|
112367
|
-
"imageScale",
|
|
112368
112638
|
"innerBorder",
|
|
112369
112639
|
"keepDirIn3d",
|
|
112370
112640
|
"keepStrokeScale",
|
|
@@ -112563,7 +112833,13 @@
|
|
|
112563
112833
|
"type": "boolean"
|
|
112564
112834
|
},
|
|
112565
112835
|
"backgroundMode": {
|
|
112566
|
-
"
|
|
112836
|
+
"enum": [
|
|
112837
|
+
"no-repeat",
|
|
112838
|
+
"repeat",
|
|
112839
|
+
"repeat-x",
|
|
112840
|
+
"repeat-y"
|
|
112841
|
+
],
|
|
112842
|
+
"type": "string"
|
|
112567
112843
|
},
|
|
112568
112844
|
"backgroundOffsetX": {
|
|
112569
112845
|
"type": "number"
|
|
@@ -112574,9 +112850,6 @@
|
|
|
112574
112850
|
"backgroundOpacity": {
|
|
112575
112851
|
"type": "number"
|
|
112576
112852
|
},
|
|
112577
|
-
"backgroundPosition": {
|
|
112578
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
112579
|
-
},
|
|
112580
112853
|
"backgroundScale": {
|
|
112581
112854
|
"type": "number"
|
|
112582
112855
|
},
|
|
@@ -112897,7 +113170,17 @@
|
|
|
112897
113170
|
"typeof": "function"
|
|
112898
113171
|
},
|
|
112899
113172
|
"texture": {
|
|
112900
|
-
"
|
|
113173
|
+
"anyOf": [
|
|
113174
|
+
{
|
|
113175
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
113176
|
+
},
|
|
113177
|
+
{
|
|
113178
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
113179
|
+
},
|
|
113180
|
+
{
|
|
113181
|
+
"type": "string"
|
|
113182
|
+
}
|
|
113183
|
+
]
|
|
112901
113184
|
},
|
|
112902
113185
|
"textureColor": {
|
|
112903
113186
|
"type": "string"
|
|
@@ -112964,7 +113247,6 @@
|
|
|
112964
113247
|
"backgroundOffsetX",
|
|
112965
113248
|
"backgroundOffsetY",
|
|
112966
113249
|
"backgroundOpacity",
|
|
112967
|
-
"backgroundPosition",
|
|
112968
113250
|
"backgroundScale",
|
|
112969
113251
|
"beta",
|
|
112970
113252
|
"blur",
|
|
@@ -113181,7 +113463,13 @@
|
|
|
113181
113463
|
"type": "boolean"
|
|
113182
113464
|
},
|
|
113183
113465
|
"backgroundMode": {
|
|
113184
|
-
"
|
|
113466
|
+
"enum": [
|
|
113467
|
+
"no-repeat",
|
|
113468
|
+
"repeat",
|
|
113469
|
+
"repeat-x",
|
|
113470
|
+
"repeat-y"
|
|
113471
|
+
],
|
|
113472
|
+
"type": "string"
|
|
113185
113473
|
},
|
|
113186
113474
|
"backgroundOffsetX": {
|
|
113187
113475
|
"type": "number"
|
|
@@ -113192,9 +113480,6 @@
|
|
|
113192
113480
|
"backgroundOpacity": {
|
|
113193
113481
|
"type": "number"
|
|
113194
113482
|
},
|
|
113195
|
-
"backgroundPosition": {
|
|
113196
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
113197
|
-
},
|
|
113198
113483
|
"backgroundScale": {
|
|
113199
113484
|
"type": "number"
|
|
113200
113485
|
},
|
|
@@ -113535,7 +113820,17 @@
|
|
|
113535
113820
|
"type": "string"
|
|
113536
113821
|
},
|
|
113537
113822
|
"texture": {
|
|
113538
|
-
"
|
|
113823
|
+
"anyOf": [
|
|
113824
|
+
{
|
|
113825
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
113826
|
+
},
|
|
113827
|
+
{
|
|
113828
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
113829
|
+
},
|
|
113830
|
+
{
|
|
113831
|
+
"type": "string"
|
|
113832
|
+
}
|
|
113833
|
+
]
|
|
113539
113834
|
},
|
|
113540
113835
|
"textureColor": {
|
|
113541
113836
|
"type": "string"
|
|
@@ -113596,7 +113891,6 @@
|
|
|
113596
113891
|
"backgroundOffsetX",
|
|
113597
113892
|
"backgroundOffsetY",
|
|
113598
113893
|
"backgroundOpacity",
|
|
113599
|
-
"backgroundPosition",
|
|
113600
113894
|
"backgroundScale",
|
|
113601
113895
|
"beta",
|
|
113602
113896
|
"blur",
|
|
@@ -113812,7 +114106,13 @@
|
|
|
113812
114106
|
"type": "boolean"
|
|
113813
114107
|
},
|
|
113814
114108
|
"backgroundMode": {
|
|
113815
|
-
"
|
|
114109
|
+
"enum": [
|
|
114110
|
+
"no-repeat",
|
|
114111
|
+
"repeat",
|
|
114112
|
+
"repeat-x",
|
|
114113
|
+
"repeat-y"
|
|
114114
|
+
],
|
|
114115
|
+
"type": "string"
|
|
113816
114116
|
},
|
|
113817
114117
|
"backgroundOffsetX": {
|
|
113818
114118
|
"type": "number"
|
|
@@ -113823,9 +114123,6 @@
|
|
|
113823
114123
|
"backgroundOpacity": {
|
|
113824
114124
|
"type": "number"
|
|
113825
114125
|
},
|
|
113826
|
-
"backgroundPosition": {
|
|
113827
|
-
"$ref": "#/definitions/BackgroundPosition"
|
|
113828
|
-
},
|
|
113829
114126
|
"backgroundScale": {
|
|
113830
114127
|
"type": "number"
|
|
113831
114128
|
},
|
|
@@ -114243,7 +114540,17 @@
|
|
|
114243
114540
|
"$ref": "#/definitions/TextBaselineType"
|
|
114244
114541
|
},
|
|
114245
114542
|
"texture": {
|
|
114246
|
-
"
|
|
114543
|
+
"anyOf": [
|
|
114544
|
+
{
|
|
114545
|
+
"$ref": "#/definitions/HTMLCanvasElement"
|
|
114546
|
+
},
|
|
114547
|
+
{
|
|
114548
|
+
"$ref": "#/definitions/HTMLImageElement"
|
|
114549
|
+
},
|
|
114550
|
+
{
|
|
114551
|
+
"type": "string"
|
|
114552
|
+
}
|
|
114553
|
+
]
|
|
114247
114554
|
},
|
|
114248
114555
|
"textureColor": {
|
|
114249
114556
|
"type": "string"
|
|
@@ -114337,7 +114644,6 @@
|
|
|
114337
114644
|
"backgroundOffsetX",
|
|
114338
114645
|
"backgroundOffsetY",
|
|
114339
114646
|
"backgroundOpacity",
|
|
114340
|
-
"backgroundPosition",
|
|
114341
114647
|
"backgroundScale",
|
|
114342
114648
|
"beta",
|
|
114343
114649
|
"blur",
|
|
@@ -118739,10 +119045,10 @@
|
|
|
118739
119045
|
{
|
|
118740
119046
|
"items": [
|
|
118741
119047
|
{
|
|
118742
|
-
"$ref": "#/definitions/
|
|
119048
|
+
"$ref": "#/definitions/BackgroundPositionValue"
|
|
118743
119049
|
},
|
|
118744
119050
|
{
|
|
118745
|
-
"$ref": "#/definitions/
|
|
119051
|
+
"$ref": "#/definitions/BackgroundPositionValue"
|
|
118746
119052
|
}
|
|
118747
119053
|
],
|
|
118748
119054
|
"maxItems": 2,
|