@visactor/vchart-schema 1.9.1 → 1.9.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 +1003 -33
package/vchart.json
CHANGED
|
@@ -31120,15 +31120,6 @@
|
|
|
31120
31120
|
],
|
|
31121
31121
|
"type": "string"
|
|
31122
31122
|
},
|
|
31123
|
-
"alignSelf": {
|
|
31124
|
-
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
31125
|
-
"enum": [
|
|
31126
|
-
"end",
|
|
31127
|
-
"middle",
|
|
31128
|
-
"start"
|
|
31129
|
-
],
|
|
31130
|
-
"type": "string"
|
|
31131
|
-
},
|
|
31132
31123
|
"allowAllCanceled": {
|
|
31133
31124
|
"type": "boolean"
|
|
31134
31125
|
},
|
|
@@ -31872,6 +31863,7 @@
|
|
|
31872
31863
|
"postMatrix": {
|
|
31873
31864
|
"$ref": "#/definitions/IMatrix"
|
|
31874
31865
|
},
|
|
31866
|
+
"renderStyle": {},
|
|
31875
31867
|
"reversed": {
|
|
31876
31868
|
"type": "boolean"
|
|
31877
31869
|
},
|
|
@@ -35987,6 +35979,9 @@
|
|
|
35987
35979
|
"attachShadow": {
|
|
35988
35980
|
"typeof": "function"
|
|
35989
35981
|
},
|
|
35982
|
+
"attachedThemeGraphic": {
|
|
35983
|
+
"$ref": "#/definitions/IGraphic<any>"
|
|
35984
|
+
},
|
|
35990
35985
|
"attribute": {
|
|
35991
35986
|
"$ref": "#/definitions/Partial<IGlyphGraphicAttribute>"
|
|
35992
35987
|
},
|
|
@@ -36538,6 +36533,9 @@
|
|
|
36538
36533
|
"attachShadow": {
|
|
36539
36534
|
"typeof": "function"
|
|
36540
36535
|
},
|
|
36536
|
+
"attachedThemeGraphic": {
|
|
36537
|
+
"$ref": "#/definitions/IGraphic<any>"
|
|
36538
|
+
},
|
|
36541
36539
|
"attribute": {
|
|
36542
36540
|
"$ref": "#/definitions/Partial<Partial<IGraphicAttribute>>"
|
|
36543
36541
|
},
|
|
@@ -37020,6 +37018,560 @@
|
|
|
37020
37018
|
],
|
|
37021
37019
|
"type": "object"
|
|
37022
37020
|
},
|
|
37021
|
+
"IGraphic<any>": {
|
|
37022
|
+
"properties": {
|
|
37023
|
+
"AABBBounds": {
|
|
37024
|
+
"$ref": "#/definitions/IBounds"
|
|
37025
|
+
},
|
|
37026
|
+
"OBBBounds": {
|
|
37027
|
+
"$ref": "#/definitions/IOBBBounds"
|
|
37028
|
+
},
|
|
37029
|
+
"_next": {
|
|
37030
|
+
"$ref": "#/definitions/INode"
|
|
37031
|
+
},
|
|
37032
|
+
"_prev": {
|
|
37033
|
+
"$ref": "#/definitions/INode"
|
|
37034
|
+
},
|
|
37035
|
+
"_uid": {
|
|
37036
|
+
"type": "number"
|
|
37037
|
+
},
|
|
37038
|
+
"add": {
|
|
37039
|
+
"typeof": "function"
|
|
37040
|
+
},
|
|
37041
|
+
"addEventListener": {
|
|
37042
|
+
"allOf": [
|
|
37043
|
+
{
|
|
37044
|
+
"typeof": "function"
|
|
37045
|
+
},
|
|
37046
|
+
{
|
|
37047
|
+
"typeof": "function"
|
|
37048
|
+
}
|
|
37049
|
+
]
|
|
37050
|
+
},
|
|
37051
|
+
"addState": {
|
|
37052
|
+
"typeof": "function"
|
|
37053
|
+
},
|
|
37054
|
+
"addUpdateBoundTag": {
|
|
37055
|
+
"typeof": "function"
|
|
37056
|
+
},
|
|
37057
|
+
"addUpdateGlobalPositionTag": {
|
|
37058
|
+
"typeof": "function"
|
|
37059
|
+
},
|
|
37060
|
+
"addUpdateLayoutTag": {
|
|
37061
|
+
"typeof": "function"
|
|
37062
|
+
},
|
|
37063
|
+
"addUpdatePositionTag": {
|
|
37064
|
+
"typeof": "function"
|
|
37065
|
+
},
|
|
37066
|
+
"addUpdateShapeAndBoundsTag": {
|
|
37067
|
+
"typeof": "function"
|
|
37068
|
+
},
|
|
37069
|
+
"animate": {
|
|
37070
|
+
"typeof": "function"
|
|
37071
|
+
},
|
|
37072
|
+
"animates": {
|
|
37073
|
+
"$ref": "#/definitions/Map<string|number,IAnimate>"
|
|
37074
|
+
},
|
|
37075
|
+
"animationBackUps": {
|
|
37076
|
+
"typeof": "function"
|
|
37077
|
+
},
|
|
37078
|
+
"appendChild": {
|
|
37079
|
+
"typeof": "function"
|
|
37080
|
+
},
|
|
37081
|
+
"applyStateAttrs": {
|
|
37082
|
+
"typeof": "function"
|
|
37083
|
+
},
|
|
37084
|
+
"at": {
|
|
37085
|
+
"typeof": "function"
|
|
37086
|
+
},
|
|
37087
|
+
"attachShadow": {
|
|
37088
|
+
"typeof": "function"
|
|
37089
|
+
},
|
|
37090
|
+
"attachedThemeGraphic": {
|
|
37091
|
+
"$ref": "#/definitions/IGraphic<any>"
|
|
37092
|
+
},
|
|
37093
|
+
"attribute": {
|
|
37094
|
+
"$ref": "#/definitions/Partial<any>"
|
|
37095
|
+
},
|
|
37096
|
+
"backgroundImg": {
|
|
37097
|
+
"type": "boolean"
|
|
37098
|
+
},
|
|
37099
|
+
"bindDom": {
|
|
37100
|
+
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>"
|
|
37101
|
+
},
|
|
37102
|
+
"childrenCount": {
|
|
37103
|
+
"type": "number"
|
|
37104
|
+
},
|
|
37105
|
+
"clearStates": {
|
|
37106
|
+
"typeof": "function"
|
|
37107
|
+
},
|
|
37108
|
+
"clearUpdateShapeTag": {
|
|
37109
|
+
"typeof": "function"
|
|
37110
|
+
},
|
|
37111
|
+
"clone": {
|
|
37112
|
+
"typeof": "function"
|
|
37113
|
+
},
|
|
37114
|
+
"containNode": {
|
|
37115
|
+
"typeof": "function"
|
|
37116
|
+
},
|
|
37117
|
+
"containsPoint": {
|
|
37118
|
+
"typeof": "function"
|
|
37119
|
+
},
|
|
37120
|
+
"count": {
|
|
37121
|
+
"type": "number"
|
|
37122
|
+
},
|
|
37123
|
+
"createPathProxy": {
|
|
37124
|
+
"typeof": "function"
|
|
37125
|
+
},
|
|
37126
|
+
"delete": {
|
|
37127
|
+
"typeof": "function"
|
|
37128
|
+
},
|
|
37129
|
+
"detachShadow": {
|
|
37130
|
+
"typeof": "function"
|
|
37131
|
+
},
|
|
37132
|
+
"dispatchEvent": {
|
|
37133
|
+
"typeof": "function"
|
|
37134
|
+
},
|
|
37135
|
+
"emit": {
|
|
37136
|
+
"typeof": "function"
|
|
37137
|
+
},
|
|
37138
|
+
"find": {
|
|
37139
|
+
"typeof": "function"
|
|
37140
|
+
},
|
|
37141
|
+
"findAll": {
|
|
37142
|
+
"typeof": "function"
|
|
37143
|
+
},
|
|
37144
|
+
"findChildById": {
|
|
37145
|
+
"typeof": "function"
|
|
37146
|
+
},
|
|
37147
|
+
"findChildByUid": {
|
|
37148
|
+
"typeof": "function"
|
|
37149
|
+
},
|
|
37150
|
+
"findChildrenByName": {
|
|
37151
|
+
"typeof": "function"
|
|
37152
|
+
},
|
|
37153
|
+
"findFace": {
|
|
37154
|
+
"typeof": "function"
|
|
37155
|
+
},
|
|
37156
|
+
"firstChild": {
|
|
37157
|
+
"$ref": "#/definitions/INode"
|
|
37158
|
+
},
|
|
37159
|
+
"forEachChildren": {
|
|
37160
|
+
"typeof": "function"
|
|
37161
|
+
},
|
|
37162
|
+
"forEachChildrenAsync": {
|
|
37163
|
+
"typeof": "function"
|
|
37164
|
+
},
|
|
37165
|
+
"getChildAt": {
|
|
37166
|
+
"typeof": "function"
|
|
37167
|
+
},
|
|
37168
|
+
"getChildren": {
|
|
37169
|
+
"typeof": "function"
|
|
37170
|
+
},
|
|
37171
|
+
"getComputedAttribute": {
|
|
37172
|
+
"typeof": "function"
|
|
37173
|
+
},
|
|
37174
|
+
"getDefaultAttribute": {
|
|
37175
|
+
"typeof": "function"
|
|
37176
|
+
},
|
|
37177
|
+
"getElementById": {
|
|
37178
|
+
"typeof": "function"
|
|
37179
|
+
},
|
|
37180
|
+
"getElementsByName": {
|
|
37181
|
+
"typeof": "function"
|
|
37182
|
+
},
|
|
37183
|
+
"getElementsByType": {
|
|
37184
|
+
"typeof": "function"
|
|
37185
|
+
},
|
|
37186
|
+
"getNoWorkAnimateAttr": {
|
|
37187
|
+
"typeof": "function"
|
|
37188
|
+
},
|
|
37189
|
+
"getOffsetXY": {
|
|
37190
|
+
"typeof": "function"
|
|
37191
|
+
},
|
|
37192
|
+
"getState": {
|
|
37193
|
+
"typeof": "function"
|
|
37194
|
+
},
|
|
37195
|
+
"globalAABBBounds": {
|
|
37196
|
+
"$ref": "#/definitions/IBounds"
|
|
37197
|
+
},
|
|
37198
|
+
"globalTransMatrix": {
|
|
37199
|
+
"$ref": "#/definitions/IMatrix"
|
|
37200
|
+
},
|
|
37201
|
+
"glyphHost": {
|
|
37202
|
+
"$ref": "#/definitions/IGraphic<IGlyphGraphicAttribute>"
|
|
37203
|
+
},
|
|
37204
|
+
"hasState": {
|
|
37205
|
+
"typeof": "function"
|
|
37206
|
+
},
|
|
37207
|
+
"id": {
|
|
37208
|
+
"type": [
|
|
37209
|
+
"string",
|
|
37210
|
+
"number"
|
|
37211
|
+
]
|
|
37212
|
+
},
|
|
37213
|
+
"imageLoadFail": {
|
|
37214
|
+
"typeof": "function"
|
|
37215
|
+
},
|
|
37216
|
+
"imageLoadSuccess": {
|
|
37217
|
+
"typeof": "function"
|
|
37218
|
+
},
|
|
37219
|
+
"in3dMode": {
|
|
37220
|
+
"type": "boolean"
|
|
37221
|
+
},
|
|
37222
|
+
"incremental": {
|
|
37223
|
+
"type": "number"
|
|
37224
|
+
},
|
|
37225
|
+
"incrementalAt": {
|
|
37226
|
+
"type": "number"
|
|
37227
|
+
},
|
|
37228
|
+
"initAttributes": {
|
|
37229
|
+
"typeof": "function"
|
|
37230
|
+
},
|
|
37231
|
+
"insertAfter": {
|
|
37232
|
+
"typeof": "function"
|
|
37233
|
+
},
|
|
37234
|
+
"insertBefore": {
|
|
37235
|
+
"typeof": "function"
|
|
37236
|
+
},
|
|
37237
|
+
"insertInto": {
|
|
37238
|
+
"typeof": "function"
|
|
37239
|
+
},
|
|
37240
|
+
"insertIntoKeepIdx": {
|
|
37241
|
+
"typeof": "function"
|
|
37242
|
+
},
|
|
37243
|
+
"isAncestorsOf": {
|
|
37244
|
+
"typeof": "function"
|
|
37245
|
+
},
|
|
37246
|
+
"isChildOf": {
|
|
37247
|
+
"typeof": "function"
|
|
37248
|
+
},
|
|
37249
|
+
"isContainer": {
|
|
37250
|
+
"type": "boolean"
|
|
37251
|
+
},
|
|
37252
|
+
"isDescendantsOf": {
|
|
37253
|
+
"typeof": "function"
|
|
37254
|
+
},
|
|
37255
|
+
"isParentOf": {
|
|
37256
|
+
"typeof": "function"
|
|
37257
|
+
},
|
|
37258
|
+
"isValid": {
|
|
37259
|
+
"typeof": "function"
|
|
37260
|
+
},
|
|
37261
|
+
"lastChild": {
|
|
37262
|
+
"$ref": "#/definitions/INode"
|
|
37263
|
+
},
|
|
37264
|
+
"layer": {
|
|
37265
|
+
"$ref": "#/definitions/ILayer"
|
|
37266
|
+
},
|
|
37267
|
+
"name": {
|
|
37268
|
+
"type": "string"
|
|
37269
|
+
},
|
|
37270
|
+
"normalAttrs": {
|
|
37271
|
+
"$ref": "#/definitions/Partial<any>"
|
|
37272
|
+
},
|
|
37273
|
+
"numberType": {
|
|
37274
|
+
"type": "number"
|
|
37275
|
+
},
|
|
37276
|
+
"off": {
|
|
37277
|
+
"allOf": [
|
|
37278
|
+
{
|
|
37279
|
+
"typeof": "function"
|
|
37280
|
+
},
|
|
37281
|
+
{
|
|
37282
|
+
"typeof": "function"
|
|
37283
|
+
}
|
|
37284
|
+
]
|
|
37285
|
+
},
|
|
37286
|
+
"on": {
|
|
37287
|
+
"allOf": [
|
|
37288
|
+
{
|
|
37289
|
+
"typeof": "function"
|
|
37290
|
+
},
|
|
37291
|
+
{
|
|
37292
|
+
"typeof": "function"
|
|
37293
|
+
}
|
|
37294
|
+
]
|
|
37295
|
+
},
|
|
37296
|
+
"onAddStep": {
|
|
37297
|
+
"typeof": "function"
|
|
37298
|
+
},
|
|
37299
|
+
"onAnimateBind": {
|
|
37300
|
+
"typeof": "function"
|
|
37301
|
+
},
|
|
37302
|
+
"onBeforeAttributeUpdate": {
|
|
37303
|
+
"typeof": "function"
|
|
37304
|
+
},
|
|
37305
|
+
"onSetStage": {
|
|
37306
|
+
"typeof": "function"
|
|
37307
|
+
},
|
|
37308
|
+
"onStep": {
|
|
37309
|
+
"typeof": "function"
|
|
37310
|
+
},
|
|
37311
|
+
"onStop": {
|
|
37312
|
+
"typeof": "function"
|
|
37313
|
+
},
|
|
37314
|
+
"once": {
|
|
37315
|
+
"allOf": [
|
|
37316
|
+
{
|
|
37317
|
+
"typeof": "function"
|
|
37318
|
+
},
|
|
37319
|
+
{
|
|
37320
|
+
"typeof": "function"
|
|
37321
|
+
}
|
|
37322
|
+
]
|
|
37323
|
+
},
|
|
37324
|
+
"parent": {
|
|
37325
|
+
"$ref": "#/definitions/IGroup"
|
|
37326
|
+
},
|
|
37327
|
+
"pathProxy": {
|
|
37328
|
+
"anyOf": [
|
|
37329
|
+
{
|
|
37330
|
+
"$ref": "#/definitions/ICustomPath2D"
|
|
37331
|
+
},
|
|
37332
|
+
{
|
|
37333
|
+
"typeof": "function"
|
|
37334
|
+
}
|
|
37335
|
+
]
|
|
37336
|
+
},
|
|
37337
|
+
"release": {
|
|
37338
|
+
"typeof": "function"
|
|
37339
|
+
},
|
|
37340
|
+
"removeAllChild": {
|
|
37341
|
+
"typeof": "function"
|
|
37342
|
+
},
|
|
37343
|
+
"removeAllListeners": {
|
|
37344
|
+
"allOf": [
|
|
37345
|
+
{
|
|
37346
|
+
"typeof": "function"
|
|
37347
|
+
},
|
|
37348
|
+
{
|
|
37349
|
+
"typeof": "function"
|
|
37350
|
+
}
|
|
37351
|
+
]
|
|
37352
|
+
},
|
|
37353
|
+
"removeChild": {
|
|
37354
|
+
"typeof": "function"
|
|
37355
|
+
},
|
|
37356
|
+
"removeEventListener": {
|
|
37357
|
+
"allOf": [
|
|
37358
|
+
{
|
|
37359
|
+
"typeof": "function"
|
|
37360
|
+
},
|
|
37361
|
+
{
|
|
37362
|
+
"typeof": "function"
|
|
37363
|
+
}
|
|
37364
|
+
]
|
|
37365
|
+
},
|
|
37366
|
+
"removeState": {
|
|
37367
|
+
"typeof": "function"
|
|
37368
|
+
},
|
|
37369
|
+
"resources": {
|
|
37370
|
+
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
37371
|
+
},
|
|
37372
|
+
"rotate": {
|
|
37373
|
+
"typeof": "function"
|
|
37374
|
+
},
|
|
37375
|
+
"rotateTo": {
|
|
37376
|
+
"typeof": "function"
|
|
37377
|
+
},
|
|
37378
|
+
"scale": {
|
|
37379
|
+
"typeof": "function"
|
|
37380
|
+
},
|
|
37381
|
+
"scaleTo": {
|
|
37382
|
+
"typeof": "function"
|
|
37383
|
+
},
|
|
37384
|
+
"setAllDescendantsProps": {
|
|
37385
|
+
"typeof": "function"
|
|
37386
|
+
},
|
|
37387
|
+
"setAttribute": {
|
|
37388
|
+
"typeof": "function"
|
|
37389
|
+
},
|
|
37390
|
+
"setAttributes": {
|
|
37391
|
+
"typeof": "function"
|
|
37392
|
+
},
|
|
37393
|
+
"setMode": {
|
|
37394
|
+
"typeof": "function"
|
|
37395
|
+
},
|
|
37396
|
+
"setStage": {
|
|
37397
|
+
"typeof": "function"
|
|
37398
|
+
},
|
|
37399
|
+
"shadowRoot": {
|
|
37400
|
+
"$ref": "#/definitions/IShadowRoot"
|
|
37401
|
+
},
|
|
37402
|
+
"shouldSelfChangeUpdateAABBBounds": {
|
|
37403
|
+
"typeof": "function"
|
|
37404
|
+
},
|
|
37405
|
+
"shouldUpdateAABBBounds": {
|
|
37406
|
+
"typeof": "function"
|
|
37407
|
+
},
|
|
37408
|
+
"shouldUpdateGlobalMatrix": {
|
|
37409
|
+
"typeof": "function"
|
|
37410
|
+
},
|
|
37411
|
+
"shouldUpdateShape": {
|
|
37412
|
+
"typeof": "function"
|
|
37413
|
+
},
|
|
37414
|
+
"skewTo": {
|
|
37415
|
+
"typeof": "function"
|
|
37416
|
+
},
|
|
37417
|
+
"stage": {
|
|
37418
|
+
"$ref": "#/definitions/IStage"
|
|
37419
|
+
},
|
|
37420
|
+
"stamp": {
|
|
37421
|
+
"type": "number"
|
|
37422
|
+
},
|
|
37423
|
+
"stateProxy": {
|
|
37424
|
+
"typeof": "function"
|
|
37425
|
+
},
|
|
37426
|
+
"states": {
|
|
37427
|
+
"$ref": "#/definitions/Record<string,Partial<any>>"
|
|
37428
|
+
},
|
|
37429
|
+
"stepInterpolate": {
|
|
37430
|
+
"typeof": "function"
|
|
37431
|
+
},
|
|
37432
|
+
"stopAnimates": {
|
|
37433
|
+
"typeof": "function"
|
|
37434
|
+
},
|
|
37435
|
+
"toCustomPath": {
|
|
37436
|
+
"typeof": "function"
|
|
37437
|
+
},
|
|
37438
|
+
"toJson": {
|
|
37439
|
+
"typeof": "function"
|
|
37440
|
+
},
|
|
37441
|
+
"toggleState": {
|
|
37442
|
+
"typeof": "function"
|
|
37443
|
+
},
|
|
37444
|
+
"transMatrix": {
|
|
37445
|
+
"$ref": "#/definitions/IMatrix"
|
|
37446
|
+
},
|
|
37447
|
+
"translate": {
|
|
37448
|
+
"typeof": "function"
|
|
37449
|
+
},
|
|
37450
|
+
"translateTo": {
|
|
37451
|
+
"typeof": "function"
|
|
37452
|
+
},
|
|
37453
|
+
"type": {
|
|
37454
|
+
"$ref": "#/definitions/GraphicType"
|
|
37455
|
+
},
|
|
37456
|
+
"update": {
|
|
37457
|
+
"typeof": "function"
|
|
37458
|
+
},
|
|
37459
|
+
"updateNormalAttrs": {
|
|
37460
|
+
"typeof": "function"
|
|
37461
|
+
},
|
|
37462
|
+
"useStates": {
|
|
37463
|
+
"typeof": "function"
|
|
37464
|
+
},
|
|
37465
|
+
"valid": {
|
|
37466
|
+
"type": "boolean"
|
|
37467
|
+
}
|
|
37468
|
+
},
|
|
37469
|
+
"required": [
|
|
37470
|
+
"AABBBounds",
|
|
37471
|
+
"OBBBounds",
|
|
37472
|
+
"_uid",
|
|
37473
|
+
"add",
|
|
37474
|
+
"addEventListener",
|
|
37475
|
+
"addState",
|
|
37476
|
+
"addUpdateBoundTag",
|
|
37477
|
+
"addUpdateGlobalPositionTag",
|
|
37478
|
+
"addUpdateLayoutTag",
|
|
37479
|
+
"addUpdatePositionTag",
|
|
37480
|
+
"addUpdateShapeAndBoundsTag",
|
|
37481
|
+
"animate",
|
|
37482
|
+
"animates",
|
|
37483
|
+
"appendChild",
|
|
37484
|
+
"applyStateAttrs",
|
|
37485
|
+
"at",
|
|
37486
|
+
"attachShadow",
|
|
37487
|
+
"attribute",
|
|
37488
|
+
"childrenCount",
|
|
37489
|
+
"clearStates",
|
|
37490
|
+
"clearUpdateShapeTag",
|
|
37491
|
+
"clone",
|
|
37492
|
+
"containNode",
|
|
37493
|
+
"containsPoint",
|
|
37494
|
+
"count",
|
|
37495
|
+
"createPathProxy",
|
|
37496
|
+
"delete",
|
|
37497
|
+
"detachShadow",
|
|
37498
|
+
"dispatchEvent",
|
|
37499
|
+
"emit",
|
|
37500
|
+
"find",
|
|
37501
|
+
"findAll",
|
|
37502
|
+
"findChildById",
|
|
37503
|
+
"findChildByUid",
|
|
37504
|
+
"findChildrenByName",
|
|
37505
|
+
"firstChild",
|
|
37506
|
+
"forEachChildren",
|
|
37507
|
+
"forEachChildrenAsync",
|
|
37508
|
+
"getChildAt",
|
|
37509
|
+
"getChildren",
|
|
37510
|
+
"getComputedAttribute",
|
|
37511
|
+
"getDefaultAttribute",
|
|
37512
|
+
"getElementById",
|
|
37513
|
+
"getElementsByName",
|
|
37514
|
+
"getElementsByType",
|
|
37515
|
+
"getNoWorkAnimateAttr",
|
|
37516
|
+
"getOffsetXY",
|
|
37517
|
+
"getState",
|
|
37518
|
+
"globalAABBBounds",
|
|
37519
|
+
"globalTransMatrix",
|
|
37520
|
+
"hasState",
|
|
37521
|
+
"imageLoadFail",
|
|
37522
|
+
"imageLoadSuccess",
|
|
37523
|
+
"initAttributes",
|
|
37524
|
+
"insertAfter",
|
|
37525
|
+
"insertBefore",
|
|
37526
|
+
"insertInto",
|
|
37527
|
+
"insertIntoKeepIdx",
|
|
37528
|
+
"isAncestorsOf",
|
|
37529
|
+
"isChildOf",
|
|
37530
|
+
"isDescendantsOf",
|
|
37531
|
+
"isParentOf",
|
|
37532
|
+
"isValid",
|
|
37533
|
+
"lastChild",
|
|
37534
|
+
"off",
|
|
37535
|
+
"on",
|
|
37536
|
+
"onSetStage",
|
|
37537
|
+
"onStep",
|
|
37538
|
+
"onStop",
|
|
37539
|
+
"once",
|
|
37540
|
+
"parent",
|
|
37541
|
+
"release",
|
|
37542
|
+
"removeAllChild",
|
|
37543
|
+
"removeAllListeners",
|
|
37544
|
+
"removeChild",
|
|
37545
|
+
"removeEventListener",
|
|
37546
|
+
"removeState",
|
|
37547
|
+
"rotate",
|
|
37548
|
+
"rotateTo",
|
|
37549
|
+
"scale",
|
|
37550
|
+
"scaleTo",
|
|
37551
|
+
"setAllDescendantsProps",
|
|
37552
|
+
"setAttribute",
|
|
37553
|
+
"setAttributes",
|
|
37554
|
+
"setMode",
|
|
37555
|
+
"setStage",
|
|
37556
|
+
"shouldSelfChangeUpdateAABBBounds",
|
|
37557
|
+
"shouldUpdateAABBBounds",
|
|
37558
|
+
"shouldUpdateGlobalMatrix",
|
|
37559
|
+
"shouldUpdateShape",
|
|
37560
|
+
"skewTo",
|
|
37561
|
+
"stepInterpolate",
|
|
37562
|
+
"stopAnimates",
|
|
37563
|
+
"toJson",
|
|
37564
|
+
"toggleState",
|
|
37565
|
+
"transMatrix",
|
|
37566
|
+
"translate",
|
|
37567
|
+
"translateTo",
|
|
37568
|
+
"update",
|
|
37569
|
+
"updateNormalAttrs",
|
|
37570
|
+
"useStates",
|
|
37571
|
+
"valid"
|
|
37572
|
+
],
|
|
37573
|
+
"type": "object"
|
|
37574
|
+
},
|
|
37023
37575
|
"IGrid": {
|
|
37024
37576
|
"properties": {
|
|
37025
37577
|
"alignWithLabel": {
|
|
@@ -37172,6 +37724,9 @@
|
|
|
37172
37724
|
"attachShadow": {
|
|
37173
37725
|
"typeof": "function"
|
|
37174
37726
|
},
|
|
37727
|
+
"attachedThemeGraphic": {
|
|
37728
|
+
"$ref": "#/definitions/IGraphic<any>"
|
|
37729
|
+
},
|
|
37175
37730
|
"attribute": {
|
|
37176
37731
|
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
37177
37732
|
},
|
|
@@ -41529,6 +42084,9 @@
|
|
|
41529
42084
|
"attachShadow": {
|
|
41530
42085
|
"typeof": "function"
|
|
41531
42086
|
},
|
|
42087
|
+
"attachedThemeGraphic": {
|
|
42088
|
+
"$ref": "#/definitions/IGraphic<any>"
|
|
42089
|
+
},
|
|
41532
42090
|
"attribute": {
|
|
41533
42091
|
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
41534
42092
|
},
|
|
@@ -50550,6 +51108,15 @@
|
|
|
50550
51108
|
],
|
|
50551
51109
|
"type": "string"
|
|
50552
51110
|
},
|
|
51111
|
+
"alignSelf": {
|
|
51112
|
+
"enum": [
|
|
51113
|
+
"auto",
|
|
51114
|
+
"center",
|
|
51115
|
+
"flex-end",
|
|
51116
|
+
"flex-start"
|
|
51117
|
+
],
|
|
51118
|
+
"type": "string"
|
|
51119
|
+
},
|
|
50553
51120
|
"alpha": {
|
|
50554
51121
|
"type": "number"
|
|
50555
51122
|
},
|
|
@@ -50929,6 +51496,7 @@
|
|
|
50929
51496
|
"postMatrix": {
|
|
50930
51497
|
"$ref": "#/definitions/IMatrix"
|
|
50931
51498
|
},
|
|
51499
|
+
"renderStyle": {},
|
|
50932
51500
|
"scaleCenter": {
|
|
50933
51501
|
"items": [
|
|
50934
51502
|
{
|
|
@@ -56997,6 +57565,9 @@
|
|
|
56997
57565
|
"height": {
|
|
56998
57566
|
"type": "number"
|
|
56999
57567
|
},
|
|
57568
|
+
"keepMatrix": {
|
|
57569
|
+
"type": "boolean"
|
|
57570
|
+
},
|
|
57000
57571
|
"layer": {
|
|
57001
57572
|
"$ref": "#/definitions/ILayer"
|
|
57002
57573
|
},
|
|
@@ -61416,6 +61987,9 @@
|
|
|
61416
61987
|
"attachShadow": {
|
|
61417
61988
|
"typeof": "function"
|
|
61418
61989
|
},
|
|
61990
|
+
"attachedThemeGraphic": {
|
|
61991
|
+
"$ref": "#/definitions/IGraphic<any>"
|
|
61992
|
+
},
|
|
61419
61993
|
"attribute": {
|
|
61420
61994
|
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
61421
61995
|
},
|
|
@@ -62124,6 +62698,9 @@
|
|
|
62124
62698
|
"getLayer": {
|
|
62125
62699
|
"typeof": "function"
|
|
62126
62700
|
},
|
|
62701
|
+
"getPluginsByName": {
|
|
62702
|
+
"typeof": "function"
|
|
62703
|
+
},
|
|
62127
62704
|
"getTheme": {
|
|
62128
62705
|
"typeof": "function"
|
|
62129
62706
|
},
|
|
@@ -62415,6 +62992,7 @@
|
|
|
62415
62992
|
"getElementsByName",
|
|
62416
62993
|
"getElementsByType",
|
|
62417
62994
|
"getLayer",
|
|
62995
|
+
"getPluginsByName",
|
|
62418
62996
|
"getTheme",
|
|
62419
62997
|
"getTimeline",
|
|
62420
62998
|
"height",
|
|
@@ -71463,7 +72041,7 @@
|
|
|
71463
72041
|
},
|
|
71464
72042
|
"Map<Function,(...args:any[])=>void>": {
|
|
71465
72043
|
"properties": {
|
|
71466
|
-
"__@toStringTag@
|
|
72044
|
+
"__@toStringTag@12741": {
|
|
71467
72045
|
"type": "string"
|
|
71468
72046
|
},
|
|
71469
72047
|
"size": {
|
|
@@ -71471,14 +72049,14 @@
|
|
|
71471
72049
|
}
|
|
71472
72050
|
},
|
|
71473
72051
|
"required": [
|
|
71474
|
-
"__@toStringTag@
|
|
72052
|
+
"__@toStringTag@12741",
|
|
71475
72053
|
"size"
|
|
71476
72054
|
],
|
|
71477
72055
|
"type": "object"
|
|
71478
72056
|
},
|
|
71479
72057
|
"Map<number,IGraphicPicker>": {
|
|
71480
72058
|
"properties": {
|
|
71481
|
-
"__@toStringTag@
|
|
72059
|
+
"__@toStringTag@12741": {
|
|
71482
72060
|
"type": "string"
|
|
71483
72061
|
},
|
|
71484
72062
|
"size": {
|
|
@@ -71486,14 +72064,14 @@
|
|
|
71486
72064
|
}
|
|
71487
72065
|
},
|
|
71488
72066
|
"required": [
|
|
71489
|
-
"__@toStringTag@
|
|
72067
|
+
"__@toStringTag@12741",
|
|
71490
72068
|
"size"
|
|
71491
72069
|
],
|
|
71492
72070
|
"type": "object"
|
|
71493
72071
|
},
|
|
71494
72072
|
"Map<number,IGraphicRender>": {
|
|
71495
72073
|
"properties": {
|
|
71496
|
-
"__@toStringTag@
|
|
72074
|
+
"__@toStringTag@12741": {
|
|
71497
72075
|
"type": "string"
|
|
71498
72076
|
},
|
|
71499
72077
|
"size": {
|
|
@@ -71501,14 +72079,14 @@
|
|
|
71501
72079
|
}
|
|
71502
72080
|
},
|
|
71503
72081
|
"required": [
|
|
71504
|
-
"__@toStringTag@
|
|
72082
|
+
"__@toStringTag@12741",
|
|
71505
72083
|
"size"
|
|
71506
72084
|
],
|
|
71507
72085
|
"type": "object"
|
|
71508
72086
|
},
|
|
71509
72087
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
71510
72088
|
"properties": {
|
|
71511
|
-
"__@toStringTag@
|
|
72089
|
+
"__@toStringTag@12741": {
|
|
71512
72090
|
"type": "string"
|
|
71513
72091
|
},
|
|
71514
72092
|
"size": {
|
|
@@ -71516,14 +72094,14 @@
|
|
|
71516
72094
|
}
|
|
71517
72095
|
},
|
|
71518
72096
|
"required": [
|
|
71519
|
-
"__@toStringTag@
|
|
72097
|
+
"__@toStringTag@12741",
|
|
71520
72098
|
"size"
|
|
71521
72099
|
],
|
|
71522
72100
|
"type": "object"
|
|
71523
72101
|
},
|
|
71524
72102
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
71525
72103
|
"properties": {
|
|
71526
|
-
"__@toStringTag@
|
|
72104
|
+
"__@toStringTag@12741": {
|
|
71527
72105
|
"type": "string"
|
|
71528
72106
|
},
|
|
71529
72107
|
"size": {
|
|
@@ -71531,14 +72109,14 @@
|
|
|
71531
72109
|
}
|
|
71532
72110
|
},
|
|
71533
72111
|
"required": [
|
|
71534
|
-
"__@toStringTag@
|
|
72112
|
+
"__@toStringTag@12741",
|
|
71535
72113
|
"size"
|
|
71536
72114
|
],
|
|
71537
72115
|
"type": "object"
|
|
71538
72116
|
},
|
|
71539
72117
|
"Map<string,any>": {
|
|
71540
72118
|
"properties": {
|
|
71541
|
-
"__@toStringTag@
|
|
72119
|
+
"__@toStringTag@12741": {
|
|
71542
72120
|
"type": "string"
|
|
71543
72121
|
},
|
|
71544
72122
|
"size": {
|
|
@@ -71546,14 +72124,14 @@
|
|
|
71546
72124
|
}
|
|
71547
72125
|
},
|
|
71548
72126
|
"required": [
|
|
71549
|
-
"__@toStringTag@
|
|
72127
|
+
"__@toStringTag@12741",
|
|
71550
72128
|
"size"
|
|
71551
72129
|
],
|
|
71552
72130
|
"type": "object"
|
|
71553
72131
|
},
|
|
71554
72132
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
71555
72133
|
"properties": {
|
|
71556
|
-
"__@toStringTag@
|
|
72134
|
+
"__@toStringTag@12741": {
|
|
71557
72135
|
"type": "string"
|
|
71558
72136
|
},
|
|
71559
72137
|
"size": {
|
|
@@ -71561,14 +72139,14 @@
|
|
|
71561
72139
|
}
|
|
71562
72140
|
},
|
|
71563
72141
|
"required": [
|
|
71564
|
-
"__@toStringTag@
|
|
72142
|
+
"__@toStringTag@12741",
|
|
71565
72143
|
"size"
|
|
71566
72144
|
],
|
|
71567
72145
|
"type": "object"
|
|
71568
72146
|
},
|
|
71569
72147
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
71570
72148
|
"properties": {
|
|
71571
|
-
"__@toStringTag@
|
|
72149
|
+
"__@toStringTag@12741": {
|
|
71572
72150
|
"type": "string"
|
|
71573
72151
|
},
|
|
71574
72152
|
"size": {
|
|
@@ -71576,14 +72154,14 @@
|
|
|
71576
72154
|
}
|
|
71577
72155
|
},
|
|
71578
72156
|
"required": [
|
|
71579
|
-
"__@toStringTag@
|
|
72157
|
+
"__@toStringTag@12741",
|
|
71580
72158
|
"size"
|
|
71581
72159
|
],
|
|
71582
72160
|
"type": "object"
|
|
71583
72161
|
},
|
|
71584
72162
|
"Map<string|number,IAnimate>": {
|
|
71585
72163
|
"properties": {
|
|
71586
|
-
"__@toStringTag@
|
|
72164
|
+
"__@toStringTag@12741": {
|
|
71587
72165
|
"type": "string"
|
|
71588
72166
|
},
|
|
71589
72167
|
"size": {
|
|
@@ -71591,7 +72169,7 @@
|
|
|
71591
72169
|
}
|
|
71592
72170
|
},
|
|
71593
72171
|
"required": [
|
|
71594
|
-
"__@toStringTag@
|
|
72172
|
+
"__@toStringTag@12741",
|
|
71595
72173
|
"size"
|
|
71596
72174
|
],
|
|
71597
72175
|
"type": "object"
|
|
@@ -72031,6 +72609,15 @@
|
|
|
72031
72609
|
],
|
|
72032
72610
|
"type": "string"
|
|
72033
72611
|
},
|
|
72612
|
+
"alignSelf": {
|
|
72613
|
+
"enum": [
|
|
72614
|
+
"auto",
|
|
72615
|
+
"center",
|
|
72616
|
+
"flex-end",
|
|
72617
|
+
"flex-start"
|
|
72618
|
+
],
|
|
72619
|
+
"type": "string"
|
|
72620
|
+
},
|
|
72034
72621
|
"allowAllCanceled": {
|
|
72035
72622
|
"type": "boolean"
|
|
72036
72623
|
},
|
|
@@ -72392,6 +72979,7 @@
|
|
|
72392
72979
|
"postMatrix": {
|
|
72393
72980
|
"$ref": "#/definitions/IMatrix"
|
|
72394
72981
|
},
|
|
72982
|
+
"renderStyle": {},
|
|
72395
72983
|
"reversed": {
|
|
72396
72984
|
"type": "boolean"
|
|
72397
72985
|
},
|
|
@@ -74723,6 +75311,15 @@
|
|
|
74723
75311
|
],
|
|
74724
75312
|
"type": "string"
|
|
74725
75313
|
},
|
|
75314
|
+
"alignSelf": {
|
|
75315
|
+
"enum": [
|
|
75316
|
+
"auto",
|
|
75317
|
+
"center",
|
|
75318
|
+
"flex-end",
|
|
75319
|
+
"flex-start"
|
|
75320
|
+
],
|
|
75321
|
+
"type": "string"
|
|
75322
|
+
},
|
|
74726
75323
|
"alpha": {
|
|
74727
75324
|
"type": "number"
|
|
74728
75325
|
},
|
|
@@ -75027,6 +75624,7 @@
|
|
|
75027
75624
|
"postMatrix": {
|
|
75028
75625
|
"$ref": "#/definitions/IMatrix"
|
|
75029
75626
|
},
|
|
75627
|
+
"renderStyle": {},
|
|
75030
75628
|
"scaleCenter": {
|
|
75031
75629
|
"items": [
|
|
75032
75630
|
{
|
|
@@ -76518,6 +77116,12 @@
|
|
|
76518
77116
|
},
|
|
76519
77117
|
"type": "array"
|
|
76520
77118
|
},
|
|
77119
|
+
{
|
|
77120
|
+
"typeof": "function"
|
|
77121
|
+
},
|
|
77122
|
+
{
|
|
77123
|
+
"typeof": "function"
|
|
77124
|
+
},
|
|
76521
77125
|
{
|
|
76522
77126
|
"type": [
|
|
76523
77127
|
"string",
|
|
@@ -76561,6 +77165,15 @@
|
|
|
76561
77165
|
],
|
|
76562
77166
|
"type": "string"
|
|
76563
77167
|
},
|
|
77168
|
+
"alignSelf": {
|
|
77169
|
+
"enum": [
|
|
77170
|
+
"auto",
|
|
77171
|
+
"center",
|
|
77172
|
+
"flex-end",
|
|
77173
|
+
"flex-start"
|
|
77174
|
+
],
|
|
77175
|
+
"type": "string"
|
|
77176
|
+
},
|
|
76564
77177
|
"alpha": {
|
|
76565
77178
|
"type": "number"
|
|
76566
77179
|
},
|
|
@@ -76910,6 +77523,7 @@
|
|
|
76910
77523
|
"postMatrix": {
|
|
76911
77524
|
"$ref": "#/definitions/IMatrix"
|
|
76912
77525
|
},
|
|
77526
|
+
"renderStyle": {},
|
|
76913
77527
|
"scaleCenter": {
|
|
76914
77528
|
"items": [
|
|
76915
77529
|
{
|
|
@@ -77316,6 +77930,15 @@
|
|
|
77316
77930
|
}
|
|
77317
77931
|
]
|
|
77318
77932
|
},
|
|
77933
|
+
"alignSelf": {
|
|
77934
|
+
"enum": [
|
|
77935
|
+
"auto",
|
|
77936
|
+
"center",
|
|
77937
|
+
"flex-end",
|
|
77938
|
+
"flex-start"
|
|
77939
|
+
],
|
|
77940
|
+
"type": "string"
|
|
77941
|
+
},
|
|
77319
77942
|
"alpha": {
|
|
77320
77943
|
"type": "number"
|
|
77321
77944
|
},
|
|
@@ -77625,6 +78248,7 @@
|
|
|
77625
78248
|
"postMatrix": {
|
|
77626
78249
|
"$ref": "#/definitions/IMatrix"
|
|
77627
78250
|
},
|
|
78251
|
+
"renderStyle": {},
|
|
77628
78252
|
"scaleCenter": {
|
|
77629
78253
|
"items": [
|
|
77630
78254
|
{
|
|
@@ -77756,6 +78380,15 @@
|
|
|
77756
78380
|
}
|
|
77757
78381
|
]
|
|
77758
78382
|
},
|
|
78383
|
+
"alignSelf": {
|
|
78384
|
+
"enum": [
|
|
78385
|
+
"auto",
|
|
78386
|
+
"center",
|
|
78387
|
+
"flex-end",
|
|
78388
|
+
"flex-start"
|
|
78389
|
+
],
|
|
78390
|
+
"type": "string"
|
|
78391
|
+
},
|
|
77759
78392
|
"alpha": {
|
|
77760
78393
|
"type": "number"
|
|
77761
78394
|
},
|
|
@@ -78053,6 +78686,7 @@
|
|
|
78053
78686
|
"postMatrix": {
|
|
78054
78687
|
"$ref": "#/definitions/IMatrix"
|
|
78055
78688
|
},
|
|
78689
|
+
"renderStyle": {},
|
|
78056
78690
|
"scaleCenter": {
|
|
78057
78691
|
"items": [
|
|
78058
78692
|
{
|
|
@@ -78253,6 +78887,15 @@
|
|
|
78253
78887
|
}
|
|
78254
78888
|
]
|
|
78255
78889
|
},
|
|
78890
|
+
"alignSelf": {
|
|
78891
|
+
"enum": [
|
|
78892
|
+
"auto",
|
|
78893
|
+
"center",
|
|
78894
|
+
"flex-end",
|
|
78895
|
+
"flex-start"
|
|
78896
|
+
],
|
|
78897
|
+
"type": "string"
|
|
78898
|
+
},
|
|
78256
78899
|
"alpha": {
|
|
78257
78900
|
"type": "number"
|
|
78258
78901
|
},
|
|
@@ -78524,6 +79167,7 @@
|
|
|
78524
79167
|
"radius": {
|
|
78525
79168
|
"type": "number"
|
|
78526
79169
|
},
|
|
79170
|
+
"renderStyle": {},
|
|
78527
79171
|
"scaleCenter": {
|
|
78528
79172
|
"items": [
|
|
78529
79173
|
{
|
|
@@ -78716,6 +79360,15 @@
|
|
|
78716
79360
|
}
|
|
78717
79361
|
]
|
|
78718
79362
|
},
|
|
79363
|
+
"alignSelf": {
|
|
79364
|
+
"enum": [
|
|
79365
|
+
"auto",
|
|
79366
|
+
"center",
|
|
79367
|
+
"flex-end",
|
|
79368
|
+
"flex-start"
|
|
79369
|
+
],
|
|
79370
|
+
"type": "string"
|
|
79371
|
+
},
|
|
78719
79372
|
"alpha": {
|
|
78720
79373
|
"type": "number"
|
|
78721
79374
|
},
|
|
@@ -79010,6 +79663,7 @@
|
|
|
79010
79663
|
"postMatrix": {
|
|
79011
79664
|
"$ref": "#/definitions/IMatrix"
|
|
79012
79665
|
},
|
|
79666
|
+
"renderStyle": {},
|
|
79013
79667
|
"scaleCenter": {
|
|
79014
79668
|
"items": [
|
|
79015
79669
|
{
|
|
@@ -79141,6 +79795,15 @@
|
|
|
79141
79795
|
}
|
|
79142
79796
|
]
|
|
79143
79797
|
},
|
|
79798
|
+
"alignSelf": {
|
|
79799
|
+
"enum": [
|
|
79800
|
+
"auto",
|
|
79801
|
+
"center",
|
|
79802
|
+
"flex-end",
|
|
79803
|
+
"flex-start"
|
|
79804
|
+
],
|
|
79805
|
+
"type": "string"
|
|
79806
|
+
},
|
|
79144
79807
|
"alpha": {
|
|
79145
79808
|
"type": "number"
|
|
79146
79809
|
},
|
|
@@ -79406,6 +80069,7 @@
|
|
|
79406
80069
|
"postMatrix": {
|
|
79407
80070
|
"$ref": "#/definitions/IMatrix"
|
|
79408
80071
|
},
|
|
80072
|
+
"renderStyle": {},
|
|
79409
80073
|
"scaleCenter": {
|
|
79410
80074
|
"items": [
|
|
79411
80075
|
{
|
|
@@ -79551,6 +80215,15 @@
|
|
|
79551
80215
|
],
|
|
79552
80216
|
"type": "string"
|
|
79553
80217
|
},
|
|
80218
|
+
"alignSelf": {
|
|
80219
|
+
"enum": [
|
|
80220
|
+
"auto",
|
|
80221
|
+
"center",
|
|
80222
|
+
"flex-end",
|
|
80223
|
+
"flex-start"
|
|
80224
|
+
],
|
|
80225
|
+
"type": "string"
|
|
80226
|
+
},
|
|
79554
80227
|
"alpha": {
|
|
79555
80228
|
"type": "number"
|
|
79556
80229
|
},
|
|
@@ -79874,6 +80547,7 @@
|
|
|
79874
80547
|
"postMatrix": {
|
|
79875
80548
|
"$ref": "#/definitions/IMatrix"
|
|
79876
80549
|
},
|
|
80550
|
+
"renderStyle": {},
|
|
79877
80551
|
"scaleCenter": {
|
|
79878
80552
|
"items": [
|
|
79879
80553
|
{
|
|
@@ -80008,6 +80682,15 @@
|
|
|
80008
80682
|
}
|
|
80009
80683
|
]
|
|
80010
80684
|
},
|
|
80685
|
+
"alignSelf": {
|
|
80686
|
+
"enum": [
|
|
80687
|
+
"auto",
|
|
80688
|
+
"center",
|
|
80689
|
+
"flex-end",
|
|
80690
|
+
"flex-start"
|
|
80691
|
+
],
|
|
80692
|
+
"type": "string"
|
|
80693
|
+
},
|
|
80011
80694
|
"alpha": {
|
|
80012
80695
|
"type": "number"
|
|
80013
80696
|
},
|
|
@@ -80302,6 +80985,7 @@
|
|
|
80302
80985
|
"postMatrix": {
|
|
80303
80986
|
"$ref": "#/definitions/IMatrix"
|
|
80304
80987
|
},
|
|
80988
|
+
"renderStyle": {},
|
|
80305
80989
|
"repeatX": {
|
|
80306
80990
|
"$ref": "#/definitions/IRepeatType"
|
|
80307
80991
|
},
|
|
@@ -80697,6 +81381,15 @@
|
|
|
80697
81381
|
}
|
|
80698
81382
|
]
|
|
80699
81383
|
},
|
|
81384
|
+
"alignSelf": {
|
|
81385
|
+
"enum": [
|
|
81386
|
+
"auto",
|
|
81387
|
+
"center",
|
|
81388
|
+
"flex-end",
|
|
81389
|
+
"flex-start"
|
|
81390
|
+
],
|
|
81391
|
+
"type": "string"
|
|
81392
|
+
},
|
|
80700
81393
|
"alpha": {
|
|
80701
81394
|
"type": "number"
|
|
80702
81395
|
},
|
|
@@ -80997,6 +81690,7 @@
|
|
|
80997
81690
|
"postMatrix": {
|
|
80998
81691
|
"$ref": "#/definitions/IMatrix"
|
|
80999
81692
|
},
|
|
81693
|
+
"renderStyle": {},
|
|
81000
81694
|
"scaleCenter": {
|
|
81001
81695
|
"items": [
|
|
81002
81696
|
{
|
|
@@ -81940,6 +82634,15 @@
|
|
|
81940
82634
|
}
|
|
81941
82635
|
]
|
|
81942
82636
|
},
|
|
82637
|
+
"alignSelf": {
|
|
82638
|
+
"enum": [
|
|
82639
|
+
"auto",
|
|
82640
|
+
"center",
|
|
82641
|
+
"flex-end",
|
|
82642
|
+
"flex-start"
|
|
82643
|
+
],
|
|
82644
|
+
"type": "string"
|
|
82645
|
+
},
|
|
81943
82646
|
"alpha": {
|
|
81944
82647
|
"type": "number"
|
|
81945
82648
|
},
|
|
@@ -82218,6 +82921,7 @@
|
|
|
82218
82921
|
"postMatrix": {
|
|
82219
82922
|
"$ref": "#/definitions/IMatrix"
|
|
82220
82923
|
},
|
|
82924
|
+
"renderStyle": {},
|
|
82221
82925
|
"scaleCenter": {
|
|
82222
82926
|
"items": [
|
|
82223
82927
|
{
|
|
@@ -82346,6 +83050,15 @@
|
|
|
82346
83050
|
}
|
|
82347
83051
|
]
|
|
82348
83052
|
},
|
|
83053
|
+
"alignSelf": {
|
|
83054
|
+
"enum": [
|
|
83055
|
+
"auto",
|
|
83056
|
+
"center",
|
|
83057
|
+
"flex-end",
|
|
83058
|
+
"flex-start"
|
|
83059
|
+
],
|
|
83060
|
+
"type": "string"
|
|
83061
|
+
},
|
|
82349
83062
|
"alpha": {
|
|
82350
83063
|
"type": "number"
|
|
82351
83064
|
},
|
|
@@ -82633,6 +83346,7 @@
|
|
|
82633
83346
|
"postMatrix": {
|
|
82634
83347
|
"$ref": "#/definitions/IMatrix"
|
|
82635
83348
|
},
|
|
83349
|
+
"renderStyle": {},
|
|
82636
83350
|
"scaleCenter": {
|
|
82637
83351
|
"items": [
|
|
82638
83352
|
{
|
|
@@ -83010,6 +83724,15 @@
|
|
|
83010
83724
|
}
|
|
83011
83725
|
]
|
|
83012
83726
|
},
|
|
83727
|
+
"alignSelf": {
|
|
83728
|
+
"enum": [
|
|
83729
|
+
"auto",
|
|
83730
|
+
"center",
|
|
83731
|
+
"flex-end",
|
|
83732
|
+
"flex-start"
|
|
83733
|
+
],
|
|
83734
|
+
"type": "string"
|
|
83735
|
+
},
|
|
83013
83736
|
"alpha": {
|
|
83014
83737
|
"type": "number"
|
|
83015
83738
|
},
|
|
@@ -83294,6 +84017,7 @@
|
|
|
83294
84017
|
"postMatrix": {
|
|
83295
84018
|
"$ref": "#/definitions/IMatrix"
|
|
83296
84019
|
},
|
|
84020
|
+
"renderStyle": {},
|
|
83297
84021
|
"scaleCenter": {
|
|
83298
84022
|
"items": [
|
|
83299
84023
|
{
|
|
@@ -83431,6 +84155,15 @@
|
|
|
83431
84155
|
}
|
|
83432
84156
|
]
|
|
83433
84157
|
},
|
|
84158
|
+
"alignSelf": {
|
|
84159
|
+
"enum": [
|
|
84160
|
+
"auto",
|
|
84161
|
+
"center",
|
|
84162
|
+
"flex-end",
|
|
84163
|
+
"flex-start"
|
|
84164
|
+
],
|
|
84165
|
+
"type": "string"
|
|
84166
|
+
},
|
|
83434
84167
|
"alpha": {
|
|
83435
84168
|
"type": "number"
|
|
83436
84169
|
},
|
|
@@ -83712,6 +84445,7 @@
|
|
|
83712
84445
|
"postMatrix": {
|
|
83713
84446
|
"$ref": "#/definitions/IMatrix"
|
|
83714
84447
|
},
|
|
84448
|
+
"renderStyle": {},
|
|
83715
84449
|
"scaleCenter": {
|
|
83716
84450
|
"items": [
|
|
83717
84451
|
{
|
|
@@ -84175,6 +84909,9 @@
|
|
|
84175
84909
|
"poptip": {
|
|
84176
84910
|
"type": "boolean"
|
|
84177
84911
|
},
|
|
84912
|
+
"renderKeepMatrix": {
|
|
84913
|
+
"type": "boolean"
|
|
84914
|
+
},
|
|
84178
84915
|
"renderStyle": {
|
|
84179
84916
|
"type": "string"
|
|
84180
84917
|
},
|
|
@@ -84211,6 +84948,15 @@
|
|
|
84211
84948
|
}
|
|
84212
84949
|
]
|
|
84213
84950
|
},
|
|
84951
|
+
"alignSelf": {
|
|
84952
|
+
"enum": [
|
|
84953
|
+
"auto",
|
|
84954
|
+
"center",
|
|
84955
|
+
"flex-end",
|
|
84956
|
+
"flex-start"
|
|
84957
|
+
],
|
|
84958
|
+
"type": "string"
|
|
84959
|
+
},
|
|
84214
84960
|
"alpha": {
|
|
84215
84961
|
"type": "number"
|
|
84216
84962
|
},
|
|
@@ -84476,6 +85222,7 @@
|
|
|
84476
85222
|
"postMatrix": {
|
|
84477
85223
|
"$ref": "#/definitions/IMatrix"
|
|
84478
85224
|
},
|
|
85225
|
+
"renderStyle": {},
|
|
84479
85226
|
"scaleCenter": {
|
|
84480
85227
|
"items": [
|
|
84481
85228
|
{
|
|
@@ -84627,6 +85374,15 @@
|
|
|
84627
85374
|
}
|
|
84628
85375
|
]
|
|
84629
85376
|
},
|
|
85377
|
+
"alignSelf": {
|
|
85378
|
+
"enum": [
|
|
85379
|
+
"auto",
|
|
85380
|
+
"center",
|
|
85381
|
+
"flex-end",
|
|
85382
|
+
"flex-start"
|
|
85383
|
+
],
|
|
85384
|
+
"type": "string"
|
|
85385
|
+
},
|
|
84630
85386
|
"alpha": {
|
|
84631
85387
|
"type": "number"
|
|
84632
85388
|
},
|
|
@@ -84947,6 +85703,7 @@
|
|
|
84947
85703
|
"postMatrix": {
|
|
84948
85704
|
"$ref": "#/definitions/IMatrix"
|
|
84949
85705
|
},
|
|
85706
|
+
"renderStyle": {},
|
|
84950
85707
|
"scaleCenter": {
|
|
84951
85708
|
"items": [
|
|
84952
85709
|
{
|
|
@@ -85725,6 +86482,15 @@
|
|
|
85725
86482
|
}
|
|
85726
86483
|
]
|
|
85727
86484
|
},
|
|
86485
|
+
"alignSelf": {
|
|
86486
|
+
"enum": [
|
|
86487
|
+
"auto",
|
|
86488
|
+
"center",
|
|
86489
|
+
"flex-end",
|
|
86490
|
+
"flex-start"
|
|
86491
|
+
],
|
|
86492
|
+
"type": "string"
|
|
86493
|
+
},
|
|
85728
86494
|
"alpha": {
|
|
85729
86495
|
"type": "number"
|
|
85730
86496
|
},
|
|
@@ -86042,6 +86808,7 @@
|
|
|
86042
86808
|
"postMatrix": {
|
|
86043
86809
|
"$ref": "#/definitions/IMatrix"
|
|
86044
86810
|
},
|
|
86811
|
+
"renderStyle": {},
|
|
86045
86812
|
"scaleCenter": {
|
|
86046
86813
|
"items": [
|
|
86047
86814
|
{
|
|
@@ -86232,6 +86999,15 @@
|
|
|
86232
86999
|
}
|
|
86233
87000
|
]
|
|
86234
87001
|
},
|
|
87002
|
+
"alignSelf": {
|
|
87003
|
+
"enum": [
|
|
87004
|
+
"auto",
|
|
87005
|
+
"center",
|
|
87006
|
+
"flex-end",
|
|
87007
|
+
"flex-start"
|
|
87008
|
+
],
|
|
87009
|
+
"type": "string"
|
|
87010
|
+
},
|
|
86235
87011
|
"alpha": {
|
|
86236
87012
|
"type": "number"
|
|
86237
87013
|
},
|
|
@@ -86510,6 +87286,7 @@
|
|
|
86510
87286
|
"postMatrix": {
|
|
86511
87287
|
"$ref": "#/definitions/IMatrix"
|
|
86512
87288
|
},
|
|
87289
|
+
"renderStyle": {},
|
|
86513
87290
|
"scaleCenter": {
|
|
86514
87291
|
"items": [
|
|
86515
87292
|
{
|
|
@@ -86645,6 +87422,15 @@
|
|
|
86645
87422
|
}
|
|
86646
87423
|
]
|
|
86647
87424
|
},
|
|
87425
|
+
"alignSelf": {
|
|
87426
|
+
"enum": [
|
|
87427
|
+
"auto",
|
|
87428
|
+
"center",
|
|
87429
|
+
"flex-end",
|
|
87430
|
+
"flex-start"
|
|
87431
|
+
],
|
|
87432
|
+
"type": "string"
|
|
87433
|
+
},
|
|
86648
87434
|
"alpha": {
|
|
86649
87435
|
"type": "number"
|
|
86650
87436
|
},
|
|
@@ -86910,6 +87696,7 @@
|
|
|
86910
87696
|
"postMatrix": {
|
|
86911
87697
|
"$ref": "#/definitions/IMatrix"
|
|
86912
87698
|
},
|
|
87699
|
+
"renderStyle": {},
|
|
86913
87700
|
"scaleCenter": {
|
|
86914
87701
|
"items": [
|
|
86915
87702
|
{
|
|
@@ -88938,34 +89725,34 @@
|
|
|
88938
89725
|
},
|
|
88939
89726
|
"Promise<FontFaceSet>": {
|
|
88940
89727
|
"properties": {
|
|
88941
|
-
"__@toStringTag@
|
|
89728
|
+
"__@toStringTag@12741": {
|
|
88942
89729
|
"type": "string"
|
|
88943
89730
|
}
|
|
88944
89731
|
},
|
|
88945
89732
|
"required": [
|
|
88946
|
-
"__@toStringTag@
|
|
89733
|
+
"__@toStringTag@12741"
|
|
88947
89734
|
],
|
|
88948
89735
|
"type": "object"
|
|
88949
89736
|
},
|
|
88950
89737
|
"Promise<ServiceWorkerRegistration>": {
|
|
88951
89738
|
"properties": {
|
|
88952
|
-
"__@toStringTag@
|
|
89739
|
+
"__@toStringTag@12741": {
|
|
88953
89740
|
"type": "string"
|
|
88954
89741
|
}
|
|
88955
89742
|
},
|
|
88956
89743
|
"required": [
|
|
88957
|
-
"__@toStringTag@
|
|
89744
|
+
"__@toStringTag@12741"
|
|
88958
89745
|
],
|
|
88959
89746
|
"type": "object"
|
|
88960
89747
|
},
|
|
88961
89748
|
"Promise<any>": {
|
|
88962
89749
|
"properties": {
|
|
88963
|
-
"__@toStringTag@
|
|
89750
|
+
"__@toStringTag@12741": {
|
|
88964
89751
|
"type": "string"
|
|
88965
89752
|
}
|
|
88966
89753
|
},
|
|
88967
89754
|
"required": [
|
|
88968
|
-
"__@toStringTag@
|
|
89755
|
+
"__@toStringTag@12741"
|
|
88969
89756
|
],
|
|
88970
89757
|
"type": "object"
|
|
88971
89758
|
},
|
|
@@ -89047,6 +89834,9 @@
|
|
|
89047
89834
|
"Record<string,Partial<Partial<IGraphicAttribute>>>": {
|
|
89048
89835
|
"type": "object"
|
|
89049
89836
|
},
|
|
89837
|
+
"Record<string,Partial<any>>": {
|
|
89838
|
+
"type": "object"
|
|
89839
|
+
},
|
|
89050
89840
|
"Record<string,any>": {
|
|
89051
89841
|
"type": "object"
|
|
89052
89842
|
},
|
|
@@ -89062,6 +89852,15 @@
|
|
|
89062
89852
|
}
|
|
89063
89853
|
]
|
|
89064
89854
|
},
|
|
89855
|
+
"alignSelf": {
|
|
89856
|
+
"enum": [
|
|
89857
|
+
"auto",
|
|
89858
|
+
"center",
|
|
89859
|
+
"flex-end",
|
|
89860
|
+
"flex-start"
|
|
89861
|
+
],
|
|
89862
|
+
"type": "string"
|
|
89863
|
+
},
|
|
89065
89864
|
"alpha": {
|
|
89066
89865
|
"type": "number"
|
|
89067
89866
|
},
|
|
@@ -89371,6 +90170,7 @@
|
|
|
89371
90170
|
"postMatrix": {
|
|
89372
90171
|
"$ref": "#/definitions/IMatrix"
|
|
89373
90172
|
},
|
|
90173
|
+
"renderStyle": {},
|
|
89374
90174
|
"scaleCenter": {
|
|
89375
90175
|
"items": [
|
|
89376
90176
|
{
|
|
@@ -89490,6 +90290,7 @@
|
|
|
89490
90290
|
},
|
|
89491
90291
|
"required": [
|
|
89492
90292
|
"_debug_bounds",
|
|
90293
|
+
"alignSelf",
|
|
89493
90294
|
"alpha",
|
|
89494
90295
|
"anchor",
|
|
89495
90296
|
"anchor3d",
|
|
@@ -89538,6 +90339,7 @@
|
|
|
89538
90339
|
"pickStrokeBuffer",
|
|
89539
90340
|
"pickable",
|
|
89540
90341
|
"postMatrix",
|
|
90342
|
+
"renderStyle",
|
|
89541
90343
|
"scaleCenter",
|
|
89542
90344
|
"scaleX",
|
|
89543
90345
|
"scaleY",
|
|
@@ -89579,6 +90381,15 @@
|
|
|
89579
90381
|
}
|
|
89580
90382
|
]
|
|
89581
90383
|
},
|
|
90384
|
+
"alignSelf": {
|
|
90385
|
+
"enum": [
|
|
90386
|
+
"auto",
|
|
90387
|
+
"center",
|
|
90388
|
+
"flex-end",
|
|
90389
|
+
"flex-start"
|
|
90390
|
+
],
|
|
90391
|
+
"type": "string"
|
|
90392
|
+
},
|
|
89582
90393
|
"alpha": {
|
|
89583
90394
|
"type": "number"
|
|
89584
90395
|
},
|
|
@@ -89876,6 +90687,7 @@
|
|
|
89876
90687
|
"postMatrix": {
|
|
89877
90688
|
"$ref": "#/definitions/IMatrix"
|
|
89878
90689
|
},
|
|
90690
|
+
"renderStyle": {},
|
|
89879
90691
|
"scaleCenter": {
|
|
89880
90692
|
"items": [
|
|
89881
90693
|
{
|
|
@@ -89998,6 +90810,7 @@
|
|
|
89998
90810
|
},
|
|
89999
90811
|
"required": [
|
|
90000
90812
|
"_debug_bounds",
|
|
90813
|
+
"alignSelf",
|
|
90001
90814
|
"alpha",
|
|
90002
90815
|
"anchor",
|
|
90003
90816
|
"anchor3d",
|
|
@@ -90046,6 +90859,7 @@
|
|
|
90046
90859
|
"pickable",
|
|
90047
90860
|
"points",
|
|
90048
90861
|
"postMatrix",
|
|
90862
|
+
"renderStyle",
|
|
90049
90863
|
"scaleCenter",
|
|
90050
90864
|
"scaleX",
|
|
90051
90865
|
"scaleY",
|
|
@@ -90087,6 +90901,15 @@
|
|
|
90087
90901
|
}
|
|
90088
90902
|
]
|
|
90089
90903
|
},
|
|
90904
|
+
"alignSelf": {
|
|
90905
|
+
"enum": [
|
|
90906
|
+
"auto",
|
|
90907
|
+
"center",
|
|
90908
|
+
"flex-end",
|
|
90909
|
+
"flex-start"
|
|
90910
|
+
],
|
|
90911
|
+
"type": "string"
|
|
90912
|
+
},
|
|
90090
90913
|
"alpha": {
|
|
90091
90914
|
"type": "number"
|
|
90092
90915
|
},
|
|
@@ -90358,6 +91181,7 @@
|
|
|
90358
91181
|
"radius": {
|
|
90359
91182
|
"type": "number"
|
|
90360
91183
|
},
|
|
91184
|
+
"renderStyle": {},
|
|
90361
91185
|
"scaleCenter": {
|
|
90362
91186
|
"items": [
|
|
90363
91187
|
{
|
|
@@ -90477,6 +91301,7 @@
|
|
|
90477
91301
|
},
|
|
90478
91302
|
"required": [
|
|
90479
91303
|
"_debug_bounds",
|
|
91304
|
+
"alignSelf",
|
|
90480
91305
|
"alpha",
|
|
90481
91306
|
"anchor",
|
|
90482
91307
|
"anchor3d",
|
|
@@ -90519,6 +91344,7 @@
|
|
|
90519
91344
|
"pickable",
|
|
90520
91345
|
"postMatrix",
|
|
90521
91346
|
"radius",
|
|
91347
|
+
"renderStyle",
|
|
90522
91348
|
"scaleCenter",
|
|
90523
91349
|
"scaleX",
|
|
90524
91350
|
"scaleY",
|
|
@@ -90560,6 +91386,15 @@
|
|
|
90560
91386
|
}
|
|
90561
91387
|
]
|
|
90562
91388
|
},
|
|
91389
|
+
"alignSelf": {
|
|
91390
|
+
"enum": [
|
|
91391
|
+
"auto",
|
|
91392
|
+
"center",
|
|
91393
|
+
"flex-end",
|
|
91394
|
+
"flex-start"
|
|
91395
|
+
],
|
|
91396
|
+
"type": "string"
|
|
91397
|
+
},
|
|
90563
91398
|
"alpha": {
|
|
90564
91399
|
"type": "number"
|
|
90565
91400
|
},
|
|
@@ -90854,6 +91689,7 @@
|
|
|
90854
91689
|
"postMatrix": {
|
|
90855
91690
|
"$ref": "#/definitions/IMatrix"
|
|
90856
91691
|
},
|
|
91692
|
+
"renderStyle": {},
|
|
90857
91693
|
"scaleCenter": {
|
|
90858
91694
|
"items": [
|
|
90859
91695
|
{
|
|
@@ -90973,6 +91809,7 @@
|
|
|
90973
91809
|
},
|
|
90974
91810
|
"required": [
|
|
90975
91811
|
"_debug_bounds",
|
|
91812
|
+
"alignSelf",
|
|
90976
91813
|
"alpha",
|
|
90977
91814
|
"anchor",
|
|
90978
91815
|
"anchor3d",
|
|
@@ -91017,6 +91854,7 @@
|
|
|
91017
91854
|
"pickStrokeBuffer",
|
|
91018
91855
|
"pickable",
|
|
91019
91856
|
"postMatrix",
|
|
91857
|
+
"renderStyle",
|
|
91020
91858
|
"scaleCenter",
|
|
91021
91859
|
"scaleX",
|
|
91022
91860
|
"scaleY",
|
|
@@ -91075,6 +91913,15 @@
|
|
|
91075
91913
|
],
|
|
91076
91914
|
"type": "string"
|
|
91077
91915
|
},
|
|
91916
|
+
"alignSelf": {
|
|
91917
|
+
"enum": [
|
|
91918
|
+
"auto",
|
|
91919
|
+
"center",
|
|
91920
|
+
"flex-end",
|
|
91921
|
+
"flex-start"
|
|
91922
|
+
],
|
|
91923
|
+
"type": "string"
|
|
91924
|
+
},
|
|
91078
91925
|
"alpha": {
|
|
91079
91926
|
"type": "number"
|
|
91080
91927
|
},
|
|
@@ -91398,6 +92245,7 @@
|
|
|
91398
92245
|
"postMatrix": {
|
|
91399
92246
|
"$ref": "#/definitions/IMatrix"
|
|
91400
92247
|
},
|
|
92248
|
+
"renderStyle": {},
|
|
91401
92249
|
"scaleCenter": {
|
|
91402
92250
|
"items": [
|
|
91403
92251
|
{
|
|
@@ -91522,6 +92370,7 @@
|
|
|
91522
92370
|
"_debug_bounds",
|
|
91523
92371
|
"alignContent",
|
|
91524
92372
|
"alignItems",
|
|
92373
|
+
"alignSelf",
|
|
91525
92374
|
"alpha",
|
|
91526
92375
|
"anchor",
|
|
91527
92376
|
"anchor3d",
|
|
@@ -91570,6 +92419,7 @@
|
|
|
91570
92419
|
"pickStrokeBuffer",
|
|
91571
92420
|
"pickable",
|
|
91572
92421
|
"postMatrix",
|
|
92422
|
+
"renderStyle",
|
|
91573
92423
|
"scaleCenter",
|
|
91574
92424
|
"scaleX",
|
|
91575
92425
|
"scaleY",
|
|
@@ -91612,6 +92462,15 @@
|
|
|
91612
92462
|
}
|
|
91613
92463
|
]
|
|
91614
92464
|
},
|
|
92465
|
+
"alignSelf": {
|
|
92466
|
+
"enum": [
|
|
92467
|
+
"auto",
|
|
92468
|
+
"center",
|
|
92469
|
+
"flex-end",
|
|
92470
|
+
"flex-start"
|
|
92471
|
+
],
|
|
92472
|
+
"type": "string"
|
|
92473
|
+
},
|
|
91615
92474
|
"alpha": {
|
|
91616
92475
|
"type": "number"
|
|
91617
92476
|
},
|
|
@@ -91906,6 +92765,7 @@
|
|
|
91906
92765
|
"postMatrix": {
|
|
91907
92766
|
"$ref": "#/definitions/IMatrix"
|
|
91908
92767
|
},
|
|
92768
|
+
"renderStyle": {},
|
|
91909
92769
|
"repeatX": {
|
|
91910
92770
|
"$ref": "#/definitions/IRepeatType"
|
|
91911
92771
|
},
|
|
@@ -92031,6 +92891,7 @@
|
|
|
92031
92891
|
},
|
|
92032
92892
|
"required": [
|
|
92033
92893
|
"_debug_bounds",
|
|
92894
|
+
"alignSelf",
|
|
92034
92895
|
"alpha",
|
|
92035
92896
|
"anchor",
|
|
92036
92897
|
"anchor3d",
|
|
@@ -92074,6 +92935,7 @@
|
|
|
92074
92935
|
"pickStrokeBuffer",
|
|
92075
92936
|
"pickable",
|
|
92076
92937
|
"postMatrix",
|
|
92938
|
+
"renderStyle",
|
|
92077
92939
|
"repeatX",
|
|
92078
92940
|
"repeatY",
|
|
92079
92941
|
"scaleCenter",
|
|
@@ -92117,6 +92979,15 @@
|
|
|
92117
92979
|
}
|
|
92118
92980
|
]
|
|
92119
92981
|
},
|
|
92982
|
+
"alignSelf": {
|
|
92983
|
+
"enum": [
|
|
92984
|
+
"auto",
|
|
92985
|
+
"center",
|
|
92986
|
+
"flex-end",
|
|
92987
|
+
"flex-start"
|
|
92988
|
+
],
|
|
92989
|
+
"type": "string"
|
|
92990
|
+
},
|
|
92120
92991
|
"alpha": {
|
|
92121
92992
|
"type": "number"
|
|
92122
92993
|
},
|
|
@@ -92417,6 +93288,7 @@
|
|
|
92417
93288
|
"postMatrix": {
|
|
92418
93289
|
"$ref": "#/definitions/IMatrix"
|
|
92419
93290
|
},
|
|
93291
|
+
"renderStyle": {},
|
|
92420
93292
|
"scaleCenter": {
|
|
92421
93293
|
"items": [
|
|
92422
93294
|
{
|
|
@@ -92539,6 +93411,7 @@
|
|
|
92539
93411
|
},
|
|
92540
93412
|
"required": [
|
|
92541
93413
|
"_debug_bounds",
|
|
93414
|
+
"alignSelf",
|
|
92542
93415
|
"alpha",
|
|
92543
93416
|
"anchor",
|
|
92544
93417
|
"anchor3d",
|
|
@@ -92588,6 +93461,7 @@
|
|
|
92588
93461
|
"pickable",
|
|
92589
93462
|
"points",
|
|
92590
93463
|
"postMatrix",
|
|
93464
|
+
"renderStyle",
|
|
92591
93465
|
"scaleCenter",
|
|
92592
93466
|
"scaleX",
|
|
92593
93467
|
"scaleY",
|
|
@@ -92629,6 +93503,15 @@
|
|
|
92629
93503
|
}
|
|
92630
93504
|
]
|
|
92631
93505
|
},
|
|
93506
|
+
"alignSelf": {
|
|
93507
|
+
"enum": [
|
|
93508
|
+
"auto",
|
|
93509
|
+
"center",
|
|
93510
|
+
"flex-end",
|
|
93511
|
+
"flex-start"
|
|
93512
|
+
],
|
|
93513
|
+
"type": "string"
|
|
93514
|
+
},
|
|
92632
93515
|
"alpha": {
|
|
92633
93516
|
"type": "number"
|
|
92634
93517
|
},
|
|
@@ -92907,6 +93790,7 @@
|
|
|
92907
93790
|
"postMatrix": {
|
|
92908
93791
|
"$ref": "#/definitions/IMatrix"
|
|
92909
93792
|
},
|
|
93793
|
+
"renderStyle": {},
|
|
92910
93794
|
"scaleCenter": {
|
|
92911
93795
|
"items": [
|
|
92912
93796
|
{
|
|
@@ -93023,6 +93907,7 @@
|
|
|
93023
93907
|
},
|
|
93024
93908
|
"required": [
|
|
93025
93909
|
"_debug_bounds",
|
|
93910
|
+
"alignSelf",
|
|
93026
93911
|
"alpha",
|
|
93027
93912
|
"anchor",
|
|
93028
93913
|
"anchor3d",
|
|
@@ -93065,6 +93950,7 @@
|
|
|
93065
93950
|
"pickStrokeBuffer",
|
|
93066
93951
|
"pickable",
|
|
93067
93952
|
"postMatrix",
|
|
93953
|
+
"renderStyle",
|
|
93068
93954
|
"scaleCenter",
|
|
93069
93955
|
"scaleX",
|
|
93070
93956
|
"scaleY",
|
|
@@ -93105,6 +93991,15 @@
|
|
|
93105
93991
|
}
|
|
93106
93992
|
]
|
|
93107
93993
|
},
|
|
93994
|
+
"alignSelf": {
|
|
93995
|
+
"enum": [
|
|
93996
|
+
"auto",
|
|
93997
|
+
"center",
|
|
93998
|
+
"flex-end",
|
|
93999
|
+
"flex-start"
|
|
94000
|
+
],
|
|
94001
|
+
"type": "string"
|
|
94002
|
+
},
|
|
93108
94003
|
"alpha": {
|
|
93109
94004
|
"type": "number"
|
|
93110
94005
|
},
|
|
@@ -93392,6 +94287,7 @@
|
|
|
93392
94287
|
"postMatrix": {
|
|
93393
94288
|
"$ref": "#/definitions/IMatrix"
|
|
93394
94289
|
},
|
|
94290
|
+
"renderStyle": {},
|
|
93395
94291
|
"scaleCenter": {
|
|
93396
94292
|
"items": [
|
|
93397
94293
|
{
|
|
@@ -93508,6 +94404,7 @@
|
|
|
93508
94404
|
},
|
|
93509
94405
|
"required": [
|
|
93510
94406
|
"_debug_bounds",
|
|
94407
|
+
"alignSelf",
|
|
93511
94408
|
"alpha",
|
|
93512
94409
|
"anchor",
|
|
93513
94410
|
"anchor3d",
|
|
@@ -93551,6 +94448,7 @@
|
|
|
93551
94448
|
"pickable",
|
|
93552
94449
|
"points",
|
|
93553
94450
|
"postMatrix",
|
|
94451
|
+
"renderStyle",
|
|
93554
94452
|
"scaleCenter",
|
|
93555
94453
|
"scaleX",
|
|
93556
94454
|
"scaleY",
|
|
@@ -93591,6 +94489,15 @@
|
|
|
93591
94489
|
}
|
|
93592
94490
|
]
|
|
93593
94491
|
},
|
|
94492
|
+
"alignSelf": {
|
|
94493
|
+
"enum": [
|
|
94494
|
+
"auto",
|
|
94495
|
+
"center",
|
|
94496
|
+
"flex-end",
|
|
94497
|
+
"flex-start"
|
|
94498
|
+
],
|
|
94499
|
+
"type": "string"
|
|
94500
|
+
},
|
|
93594
94501
|
"alpha": {
|
|
93595
94502
|
"type": "number"
|
|
93596
94503
|
},
|
|
@@ -93875,6 +94782,7 @@
|
|
|
93875
94782
|
"postMatrix": {
|
|
93876
94783
|
"$ref": "#/definitions/IMatrix"
|
|
93877
94784
|
},
|
|
94785
|
+
"renderStyle": {},
|
|
93878
94786
|
"scaleCenter": {
|
|
93879
94787
|
"items": [
|
|
93880
94788
|
{
|
|
@@ -94000,6 +94908,7 @@
|
|
|
94000
94908
|
},
|
|
94001
94909
|
"required": [
|
|
94002
94910
|
"_debug_bounds",
|
|
94911
|
+
"alignSelf",
|
|
94003
94912
|
"alpha",
|
|
94004
94913
|
"anchor",
|
|
94005
94914
|
"anchor3d",
|
|
@@ -94043,6 +94952,7 @@
|
|
|
94043
94952
|
"pickStrokeBuffer",
|
|
94044
94953
|
"pickable",
|
|
94045
94954
|
"postMatrix",
|
|
94955
|
+
"renderStyle",
|
|
94046
94956
|
"scaleCenter",
|
|
94047
94957
|
"scaleX",
|
|
94048
94958
|
"scaleY",
|
|
@@ -94086,6 +94996,15 @@
|
|
|
94086
94996
|
}
|
|
94087
94997
|
]
|
|
94088
94998
|
},
|
|
94999
|
+
"alignSelf": {
|
|
95000
|
+
"enum": [
|
|
95001
|
+
"auto",
|
|
95002
|
+
"center",
|
|
95003
|
+
"flex-end",
|
|
95004
|
+
"flex-start"
|
|
95005
|
+
],
|
|
95006
|
+
"type": "string"
|
|
95007
|
+
},
|
|
94089
95008
|
"alpha": {
|
|
94090
95009
|
"type": "number"
|
|
94091
95010
|
},
|
|
@@ -94367,6 +95286,7 @@
|
|
|
94367
95286
|
"postMatrix": {
|
|
94368
95287
|
"$ref": "#/definitions/IMatrix"
|
|
94369
95288
|
},
|
|
95289
|
+
"renderStyle": {},
|
|
94370
95290
|
"scaleCenter": {
|
|
94371
95291
|
"items": [
|
|
94372
95292
|
{
|
|
@@ -94492,6 +95412,7 @@
|
|
|
94492
95412
|
},
|
|
94493
95413
|
"required": [
|
|
94494
95414
|
"_debug_bounds",
|
|
95415
|
+
"alignSelf",
|
|
94495
95416
|
"alpha",
|
|
94496
95417
|
"anchor",
|
|
94497
95418
|
"anchor3d",
|
|
@@ -94534,6 +95455,7 @@
|
|
|
94534
95455
|
"pickStrokeBuffer",
|
|
94535
95456
|
"pickable",
|
|
94536
95457
|
"postMatrix",
|
|
95458
|
+
"renderStyle",
|
|
94537
95459
|
"scaleCenter",
|
|
94538
95460
|
"scaleX",
|
|
94539
95461
|
"scaleY",
|
|
@@ -94577,6 +95499,15 @@
|
|
|
94577
95499
|
}
|
|
94578
95500
|
]
|
|
94579
95501
|
},
|
|
95502
|
+
"alignSelf": {
|
|
95503
|
+
"enum": [
|
|
95504
|
+
"auto",
|
|
95505
|
+
"center",
|
|
95506
|
+
"flex-end",
|
|
95507
|
+
"flex-start"
|
|
95508
|
+
],
|
|
95509
|
+
"type": "string"
|
|
95510
|
+
},
|
|
94580
95511
|
"alpha": {
|
|
94581
95512
|
"type": "number"
|
|
94582
95513
|
},
|
|
@@ -94860,6 +95791,7 @@
|
|
|
94860
95791
|
"postMatrix": {
|
|
94861
95792
|
"$ref": "#/definitions/IMatrix"
|
|
94862
95793
|
},
|
|
95794
|
+
"renderStyle": {},
|
|
94863
95795
|
"scaleCenter": {
|
|
94864
95796
|
"items": [
|
|
94865
95797
|
{
|
|
@@ -95000,6 +95932,7 @@
|
|
|
95000
95932
|
},
|
|
95001
95933
|
"required": [
|
|
95002
95934
|
"_debug_bounds",
|
|
95935
|
+
"alignSelf",
|
|
95003
95936
|
"alpha",
|
|
95004
95937
|
"anchor",
|
|
95005
95938
|
"anchor3d",
|
|
@@ -95045,6 +95978,7 @@
|
|
|
95045
95978
|
"pickStrokeBuffer",
|
|
95046
95979
|
"pickable",
|
|
95047
95980
|
"postMatrix",
|
|
95981
|
+
"renderStyle",
|
|
95048
95982
|
"scaleCenter",
|
|
95049
95983
|
"scaleX",
|
|
95050
95984
|
"scaleY",
|
|
@@ -95092,6 +96026,15 @@
|
|
|
95092
96026
|
}
|
|
95093
96027
|
]
|
|
95094
96028
|
},
|
|
96029
|
+
"alignSelf": {
|
|
96030
|
+
"enum": [
|
|
96031
|
+
"auto",
|
|
96032
|
+
"center",
|
|
96033
|
+
"flex-end",
|
|
96034
|
+
"flex-start"
|
|
96035
|
+
],
|
|
96036
|
+
"type": "string"
|
|
96037
|
+
},
|
|
95095
96038
|
"alpha": {
|
|
95096
96039
|
"type": "number"
|
|
95097
96040
|
},
|
|
@@ -95466,6 +96409,7 @@
|
|
|
95466
96409
|
"postMatrix": {
|
|
95467
96410
|
"$ref": "#/definitions/IMatrix"
|
|
95468
96411
|
},
|
|
96412
|
+
"renderStyle": {},
|
|
95469
96413
|
"repeatX": {
|
|
95470
96414
|
"$ref": "#/definitions/IRepeatType"
|
|
95471
96415
|
},
|
|
@@ -95597,6 +96541,7 @@
|
|
|
95597
96541
|
},
|
|
95598
96542
|
"required": [
|
|
95599
96543
|
"_debug_bounds",
|
|
96544
|
+
"alignSelf",
|
|
95600
96545
|
"alpha",
|
|
95601
96546
|
"anchor",
|
|
95602
96547
|
"anchor3d",
|
|
@@ -95651,6 +96596,7 @@
|
|
|
95651
96596
|
"pickStrokeBuffer",
|
|
95652
96597
|
"pickable",
|
|
95653
96598
|
"postMatrix",
|
|
96599
|
+
"renderStyle",
|
|
95654
96600
|
"repeatX",
|
|
95655
96601
|
"repeatY",
|
|
95656
96602
|
"scaleCenter",
|
|
@@ -95696,6 +96642,15 @@
|
|
|
95696
96642
|
}
|
|
95697
96643
|
]
|
|
95698
96644
|
},
|
|
96645
|
+
"alignSelf": {
|
|
96646
|
+
"enum": [
|
|
96647
|
+
"auto",
|
|
96648
|
+
"center",
|
|
96649
|
+
"flex-end",
|
|
96650
|
+
"flex-start"
|
|
96651
|
+
],
|
|
96652
|
+
"type": "string"
|
|
96653
|
+
},
|
|
95699
96654
|
"alpha": {
|
|
95700
96655
|
"type": "number"
|
|
95701
96656
|
},
|
|
@@ -95961,6 +96916,7 @@
|
|
|
95961
96916
|
"postMatrix": {
|
|
95962
96917
|
"$ref": "#/definitions/IMatrix"
|
|
95963
96918
|
},
|
|
96919
|
+
"renderStyle": {},
|
|
95964
96920
|
"scaleCenter": {
|
|
95965
96921
|
"items": [
|
|
95966
96922
|
{
|
|
@@ -96100,6 +97056,7 @@
|
|
|
96100
97056
|
},
|
|
96101
97057
|
"required": [
|
|
96102
97058
|
"_debug_bounds",
|
|
97059
|
+
"alignSelf",
|
|
96103
97060
|
"alpha",
|
|
96104
97061
|
"anchor",
|
|
96105
97062
|
"anchor3d",
|
|
@@ -96140,6 +97097,7 @@
|
|
|
96140
97097
|
"pickStrokeBuffer",
|
|
96141
97098
|
"pickable",
|
|
96142
97099
|
"postMatrix",
|
|
97100
|
+
"renderStyle",
|
|
96143
97101
|
"scaleCenter",
|
|
96144
97102
|
"scaleX",
|
|
96145
97103
|
"scaleY",
|
|
@@ -96182,6 +97140,15 @@
|
|
|
96182
97140
|
}
|
|
96183
97141
|
]
|
|
96184
97142
|
},
|
|
97143
|
+
"alignSelf": {
|
|
97144
|
+
"enum": [
|
|
97145
|
+
"auto",
|
|
97146
|
+
"center",
|
|
97147
|
+
"flex-end",
|
|
97148
|
+
"flex-start"
|
|
97149
|
+
],
|
|
97150
|
+
"type": "string"
|
|
97151
|
+
},
|
|
96185
97152
|
"alpha": {
|
|
96186
97153
|
"type": "number"
|
|
96187
97154
|
},
|
|
@@ -96502,6 +97469,7 @@
|
|
|
96502
97469
|
"postMatrix": {
|
|
96503
97470
|
"$ref": "#/definitions/IMatrix"
|
|
96504
97471
|
},
|
|
97472
|
+
"renderStyle": {},
|
|
96505
97473
|
"scaleCenter": {
|
|
96506
97474
|
"items": [
|
|
96507
97475
|
{
|
|
@@ -96680,6 +97648,7 @@
|
|
|
96680
97648
|
},
|
|
96681
97649
|
"required": [
|
|
96682
97650
|
"_debug_bounds",
|
|
97651
|
+
"alignSelf",
|
|
96683
97652
|
"alpha",
|
|
96684
97653
|
"anchor",
|
|
96685
97654
|
"anchor3d",
|
|
@@ -96734,6 +97703,7 @@
|
|
|
96734
97703
|
"pickStrokeBuffer",
|
|
96735
97704
|
"pickable",
|
|
96736
97705
|
"postMatrix",
|
|
97706
|
+
"renderStyle",
|
|
96737
97707
|
"scaleCenter",
|
|
96738
97708
|
"scaleIn3d",
|
|
96739
97709
|
"scaleX",
|