@visactor/vchart-schema 2.0.23-alpha.7 → 2.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vchart.json +839 -90
package/vchart.json
CHANGED
|
@@ -29059,6 +29059,22 @@
|
|
|
29059
29059
|
],
|
|
29060
29060
|
"type": "string"
|
|
29061
29061
|
},
|
|
29062
|
+
"IColor": {
|
|
29063
|
+
"anyOf": [
|
|
29064
|
+
{
|
|
29065
|
+
"$ref": "#/definitions/ILinearGradient"
|
|
29066
|
+
},
|
|
29067
|
+
{
|
|
29068
|
+
"$ref": "#/definitions/IRadialGradient"
|
|
29069
|
+
},
|
|
29070
|
+
{
|
|
29071
|
+
"$ref": "#/definitions/IConicalGradient"
|
|
29072
|
+
},
|
|
29073
|
+
{
|
|
29074
|
+
"type": "string"
|
|
29075
|
+
}
|
|
29076
|
+
]
|
|
29077
|
+
},
|
|
29062
29078
|
"IColorKey": {
|
|
29063
29079
|
"description": "语义化色值的色值索引",
|
|
29064
29080
|
"properties": {
|
|
@@ -33786,6 +33802,44 @@
|
|
|
33786
33802
|
}
|
|
33787
33803
|
]
|
|
33788
33804
|
},
|
|
33805
|
+
"IDeferredStateConfig": {
|
|
33806
|
+
"properties": {
|
|
33807
|
+
"enabled": {
|
|
33808
|
+
"type": "boolean"
|
|
33809
|
+
},
|
|
33810
|
+
"frameBudget": {
|
|
33811
|
+
"type": "number"
|
|
33812
|
+
},
|
|
33813
|
+
"maxGraphicsPerFrame": {
|
|
33814
|
+
"type": "number"
|
|
33815
|
+
}
|
|
33816
|
+
},
|
|
33817
|
+
"type": "object"
|
|
33818
|
+
},
|
|
33819
|
+
"IDeferredStateContextConfig": {
|
|
33820
|
+
"properties": {
|
|
33821
|
+
"deferred": {
|
|
33822
|
+
"$ref": "#/definitions/IDeferredStateConfig"
|
|
33823
|
+
},
|
|
33824
|
+
"localEnabled": {
|
|
33825
|
+
"type": "boolean"
|
|
33826
|
+
},
|
|
33827
|
+
"priority": {
|
|
33828
|
+
"type": "number"
|
|
33829
|
+
}
|
|
33830
|
+
},
|
|
33831
|
+
"type": "object"
|
|
33832
|
+
},
|
|
33833
|
+
"IDeferredStateOwnerConfig": {
|
|
33834
|
+
"anyOf": [
|
|
33835
|
+
{
|
|
33836
|
+
"$ref": "#/definitions/IDeferredStateConfig"
|
|
33837
|
+
},
|
|
33838
|
+
{
|
|
33839
|
+
"$ref": "#/definitions/IDeferredStateContextConfig"
|
|
33840
|
+
}
|
|
33841
|
+
]
|
|
33842
|
+
},
|
|
33789
33843
|
"IDelayType": {
|
|
33790
33844
|
"enum": [
|
|
33791
33845
|
"debounce",
|
|
@@ -39324,6 +39378,9 @@
|
|
|
39324
39378
|
"addUpdateLayoutTag": {
|
|
39325
39379
|
"typeof": "function"
|
|
39326
39380
|
},
|
|
39381
|
+
"addUpdatePaintTag": {
|
|
39382
|
+
"typeof": "function"
|
|
39383
|
+
},
|
|
39327
39384
|
"addUpdatePositionTag": {
|
|
39328
39385
|
"typeof": "function"
|
|
39329
39386
|
},
|
|
@@ -39360,9 +39417,18 @@
|
|
|
39360
39417
|
"backgroundImg": {
|
|
39361
39418
|
"type": "boolean"
|
|
39362
39419
|
},
|
|
39420
|
+
"baseAttributes": {
|
|
39421
|
+
"$ref": "#/definitions/Partial<IGlyphGraphicAttribute>"
|
|
39422
|
+
},
|
|
39363
39423
|
"bindDom": {
|
|
39364
39424
|
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
|
|
39365
39425
|
},
|
|
39426
|
+
"boundSharedStateRevision": {
|
|
39427
|
+
"type": "number"
|
|
39428
|
+
},
|
|
39429
|
+
"boundSharedStateScope": {
|
|
39430
|
+
"$ref": "#/definitions/SharedStateScope<IGlyphGraphicAttribute>"
|
|
39431
|
+
},
|
|
39366
39432
|
"childrenCount": {
|
|
39367
39433
|
"type": "number"
|
|
39368
39434
|
},
|
|
@@ -39399,6 +39465,12 @@
|
|
|
39399
39465
|
"dispatchEvent": {
|
|
39400
39466
|
"typeof": "function"
|
|
39401
39467
|
},
|
|
39468
|
+
"effectiveStates": {
|
|
39469
|
+
"items": {
|
|
39470
|
+
"type": "string"
|
|
39471
|
+
},
|
|
39472
|
+
"type": "array"
|
|
39473
|
+
},
|
|
39402
39474
|
"emit": {
|
|
39403
39475
|
"typeof": "function"
|
|
39404
39476
|
},
|
|
@@ -39519,6 +39591,9 @@
|
|
|
39519
39591
|
"insertIntoKeepIdx": {
|
|
39520
39592
|
"typeof": "function"
|
|
39521
39593
|
},
|
|
39594
|
+
"invalidateResolver": {
|
|
39595
|
+
"typeof": "function"
|
|
39596
|
+
},
|
|
39522
39597
|
"isAncestorsOf": {
|
|
39523
39598
|
"typeof": "function"
|
|
39524
39599
|
},
|
|
@@ -39543,6 +39618,12 @@
|
|
|
39543
39618
|
"layer": {
|
|
39544
39619
|
"$ref": "#/definitions/ILayer"
|
|
39545
39620
|
},
|
|
39621
|
+
"localFallbackCompiledDefinitions": {
|
|
39622
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>"
|
|
39623
|
+
},
|
|
39624
|
+
"localFallbackVersion": {
|
|
39625
|
+
"type": "number"
|
|
39626
|
+
},
|
|
39546
39627
|
"name": {
|
|
39547
39628
|
"type": "string"
|
|
39548
39629
|
},
|
|
@@ -39613,6 +39694,9 @@
|
|
|
39613
39694
|
"reApplyAnimationState": {
|
|
39614
39695
|
"typeof": "function"
|
|
39615
39696
|
},
|
|
39697
|
+
"registeredActiveScopes": {
|
|
39698
|
+
"$ref": "#/definitions/Set<SharedStateScope<IGlyphGraphicAttribute>>"
|
|
39699
|
+
},
|
|
39616
39700
|
"release": {
|
|
39617
39701
|
"typeof": "function"
|
|
39618
39702
|
},
|
|
@@ -39645,6 +39729,9 @@
|
|
|
39645
39729
|
"removeState": {
|
|
39646
39730
|
"typeof": "function"
|
|
39647
39731
|
},
|
|
39732
|
+
"resolvedStatePatch": {
|
|
39733
|
+
"$ref": "#/definitions/Partial<IGlyphGraphicAttribute>"
|
|
39734
|
+
},
|
|
39648
39735
|
"resources": {
|
|
39649
39736
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
39650
39737
|
},
|
|
@@ -39681,6 +39768,9 @@
|
|
|
39681
39768
|
"shadowRoot": {
|
|
39682
39769
|
"$ref": "#/definitions/IShadowRoot"
|
|
39683
39770
|
},
|
|
39771
|
+
"sharedStateDirty": {
|
|
39772
|
+
"type": "boolean"
|
|
39773
|
+
},
|
|
39684
39774
|
"shouldSelfChangeUpdateAABBBounds": {
|
|
39685
39775
|
"typeof": "function"
|
|
39686
39776
|
},
|
|
@@ -39702,11 +39792,14 @@
|
|
|
39702
39792
|
"stamp": {
|
|
39703
39793
|
"type": "number"
|
|
39704
39794
|
},
|
|
39795
|
+
"stateMergeMode": {
|
|
39796
|
+
"$ref": "#/definitions/StateMergeMode"
|
|
39797
|
+
},
|
|
39705
39798
|
"stateProxy": {
|
|
39706
39799
|
"typeof": "function"
|
|
39707
39800
|
},
|
|
39708
39801
|
"states": {
|
|
39709
|
-
"$ref": "#/definitions/
|
|
39802
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
|
|
39710
39803
|
},
|
|
39711
39804
|
"stopAnimates": {
|
|
39712
39805
|
"typeof": "function"
|
|
@@ -39761,6 +39854,7 @@
|
|
|
39761
39854
|
"addUpdateBoundTag",
|
|
39762
39855
|
"addUpdateGlobalPositionTag",
|
|
39763
39856
|
"addUpdateLayoutTag",
|
|
39857
|
+
"addUpdatePaintTag",
|
|
39764
39858
|
"addUpdatePositionTag",
|
|
39765
39859
|
"addUpdateShapeAndBoundsTag",
|
|
39766
39860
|
"animates",
|
|
@@ -39812,6 +39906,7 @@
|
|
|
39812
39906
|
"insertBefore",
|
|
39813
39907
|
"insertInto",
|
|
39814
39908
|
"insertIntoKeepIdx",
|
|
39909
|
+
"invalidateResolver",
|
|
39815
39910
|
"isAncestorsOf",
|
|
39816
39911
|
"isChildOf",
|
|
39817
39912
|
"isDescendantsOf",
|
|
@@ -39899,6 +39994,9 @@
|
|
|
39899
39994
|
"addUpdateLayoutTag": {
|
|
39900
39995
|
"typeof": "function"
|
|
39901
39996
|
},
|
|
39997
|
+
"addUpdatePaintTag": {
|
|
39998
|
+
"typeof": "function"
|
|
39999
|
+
},
|
|
39902
40000
|
"addUpdatePositionTag": {
|
|
39903
40001
|
"typeof": "function"
|
|
39904
40002
|
},
|
|
@@ -39935,9 +40033,18 @@
|
|
|
39935
40033
|
"backgroundImg": {
|
|
39936
40034
|
"type": "boolean"
|
|
39937
40035
|
},
|
|
40036
|
+
"baseAttributes": {
|
|
40037
|
+
"$ref": "#/definitions/Partial<Partial<IGraphicAttribute>>"
|
|
40038
|
+
},
|
|
39938
40039
|
"bindDom": {
|
|
39939
40040
|
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
|
|
39940
40041
|
},
|
|
40042
|
+
"boundSharedStateRevision": {
|
|
40043
|
+
"type": "number"
|
|
40044
|
+
},
|
|
40045
|
+
"boundSharedStateScope": {
|
|
40046
|
+
"$ref": "#/definitions/SharedStateScope<Partial<IGraphicAttribute>>"
|
|
40047
|
+
},
|
|
39941
40048
|
"childrenCount": {
|
|
39942
40049
|
"type": "number"
|
|
39943
40050
|
},
|
|
@@ -39974,6 +40081,12 @@
|
|
|
39974
40081
|
"dispatchEvent": {
|
|
39975
40082
|
"typeof": "function"
|
|
39976
40083
|
},
|
|
40084
|
+
"effectiveStates": {
|
|
40085
|
+
"items": {
|
|
40086
|
+
"type": "string"
|
|
40087
|
+
},
|
|
40088
|
+
"type": "array"
|
|
40089
|
+
},
|
|
39977
40090
|
"emit": {
|
|
39978
40091
|
"typeof": "function"
|
|
39979
40092
|
},
|
|
@@ -40094,6 +40207,9 @@
|
|
|
40094
40207
|
"insertIntoKeepIdx": {
|
|
40095
40208
|
"typeof": "function"
|
|
40096
40209
|
},
|
|
40210
|
+
"invalidateResolver": {
|
|
40211
|
+
"typeof": "function"
|
|
40212
|
+
},
|
|
40097
40213
|
"isAncestorsOf": {
|
|
40098
40214
|
"typeof": "function"
|
|
40099
40215
|
},
|
|
@@ -40118,6 +40234,12 @@
|
|
|
40118
40234
|
"layer": {
|
|
40119
40235
|
"$ref": "#/definitions/ILayer"
|
|
40120
40236
|
},
|
|
40237
|
+
"localFallbackCompiledDefinitions": {
|
|
40238
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>"
|
|
40239
|
+
},
|
|
40240
|
+
"localFallbackVersion": {
|
|
40241
|
+
"type": "number"
|
|
40242
|
+
},
|
|
40121
40243
|
"name": {
|
|
40122
40244
|
"type": "string"
|
|
40123
40245
|
},
|
|
@@ -40188,6 +40310,9 @@
|
|
|
40188
40310
|
"reApplyAnimationState": {
|
|
40189
40311
|
"typeof": "function"
|
|
40190
40312
|
},
|
|
40313
|
+
"registeredActiveScopes": {
|
|
40314
|
+
"$ref": "#/definitions/Set<SharedStateScope<Partial<IGraphicAttribute>>>"
|
|
40315
|
+
},
|
|
40191
40316
|
"release": {
|
|
40192
40317
|
"typeof": "function"
|
|
40193
40318
|
},
|
|
@@ -40220,6 +40345,9 @@
|
|
|
40220
40345
|
"removeState": {
|
|
40221
40346
|
"typeof": "function"
|
|
40222
40347
|
},
|
|
40348
|
+
"resolvedStatePatch": {
|
|
40349
|
+
"$ref": "#/definitions/Partial<Partial<IGraphicAttribute>>"
|
|
40350
|
+
},
|
|
40223
40351
|
"resources": {
|
|
40224
40352
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
40225
40353
|
},
|
|
@@ -40256,6 +40384,9 @@
|
|
|
40256
40384
|
"shadowRoot": {
|
|
40257
40385
|
"$ref": "#/definitions/IShadowRoot"
|
|
40258
40386
|
},
|
|
40387
|
+
"sharedStateDirty": {
|
|
40388
|
+
"type": "boolean"
|
|
40389
|
+
},
|
|
40259
40390
|
"shouldSelfChangeUpdateAABBBounds": {
|
|
40260
40391
|
"typeof": "function"
|
|
40261
40392
|
},
|
|
@@ -40277,11 +40408,14 @@
|
|
|
40277
40408
|
"stamp": {
|
|
40278
40409
|
"type": "number"
|
|
40279
40410
|
},
|
|
40411
|
+
"stateMergeMode": {
|
|
40412
|
+
"$ref": "#/definitions/StateMergeMode"
|
|
40413
|
+
},
|
|
40280
40414
|
"stateProxy": {
|
|
40281
40415
|
"typeof": "function"
|
|
40282
40416
|
},
|
|
40283
40417
|
"states": {
|
|
40284
|
-
"$ref": "#/definitions/
|
|
40418
|
+
"$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
|
|
40285
40419
|
},
|
|
40286
40420
|
"stopAnimates": {
|
|
40287
40421
|
"typeof": "function"
|
|
@@ -40336,6 +40470,7 @@
|
|
|
40336
40470
|
"addUpdateBoundTag",
|
|
40337
40471
|
"addUpdateGlobalPositionTag",
|
|
40338
40472
|
"addUpdateLayoutTag",
|
|
40473
|
+
"addUpdatePaintTag",
|
|
40339
40474
|
"addUpdatePositionTag",
|
|
40340
40475
|
"addUpdateShapeAndBoundsTag",
|
|
40341
40476
|
"animates",
|
|
@@ -40387,6 +40522,7 @@
|
|
|
40387
40522
|
"insertBefore",
|
|
40388
40523
|
"insertInto",
|
|
40389
40524
|
"insertIntoKeepIdx",
|
|
40525
|
+
"invalidateResolver",
|
|
40390
40526
|
"isAncestorsOf",
|
|
40391
40527
|
"isChildOf",
|
|
40392
40528
|
"isDescendantsOf",
|
|
@@ -40474,6 +40610,9 @@
|
|
|
40474
40610
|
"addUpdateLayoutTag": {
|
|
40475
40611
|
"typeof": "function"
|
|
40476
40612
|
},
|
|
40613
|
+
"addUpdatePaintTag": {
|
|
40614
|
+
"typeof": "function"
|
|
40615
|
+
},
|
|
40477
40616
|
"addUpdatePositionTag": {
|
|
40478
40617
|
"typeof": "function"
|
|
40479
40618
|
},
|
|
@@ -40510,9 +40649,18 @@
|
|
|
40510
40649
|
"backgroundImg": {
|
|
40511
40650
|
"type": "boolean"
|
|
40512
40651
|
},
|
|
40652
|
+
"baseAttributes": {
|
|
40653
|
+
"$ref": "#/definitions/Partial<any>"
|
|
40654
|
+
},
|
|
40513
40655
|
"bindDom": {
|
|
40514
40656
|
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
|
|
40515
40657
|
},
|
|
40658
|
+
"boundSharedStateRevision": {
|
|
40659
|
+
"type": "number"
|
|
40660
|
+
},
|
|
40661
|
+
"boundSharedStateScope": {
|
|
40662
|
+
"$ref": "#/definitions/SharedStateScope<any>"
|
|
40663
|
+
},
|
|
40516
40664
|
"childrenCount": {
|
|
40517
40665
|
"type": "number"
|
|
40518
40666
|
},
|
|
@@ -40549,6 +40697,12 @@
|
|
|
40549
40697
|
"dispatchEvent": {
|
|
40550
40698
|
"typeof": "function"
|
|
40551
40699
|
},
|
|
40700
|
+
"effectiveStates": {
|
|
40701
|
+
"items": {
|
|
40702
|
+
"type": "string"
|
|
40703
|
+
},
|
|
40704
|
+
"type": "array"
|
|
40705
|
+
},
|
|
40552
40706
|
"emit": {
|
|
40553
40707
|
"typeof": "function"
|
|
40554
40708
|
},
|
|
@@ -40669,6 +40823,9 @@
|
|
|
40669
40823
|
"insertIntoKeepIdx": {
|
|
40670
40824
|
"typeof": "function"
|
|
40671
40825
|
},
|
|
40826
|
+
"invalidateResolver": {
|
|
40827
|
+
"typeof": "function"
|
|
40828
|
+
},
|
|
40672
40829
|
"isAncestorsOf": {
|
|
40673
40830
|
"typeof": "function"
|
|
40674
40831
|
},
|
|
@@ -40693,6 +40850,12 @@
|
|
|
40693
40850
|
"layer": {
|
|
40694
40851
|
"$ref": "#/definitions/ILayer"
|
|
40695
40852
|
},
|
|
40853
|
+
"localFallbackCompiledDefinitions": {
|
|
40854
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<any>>"
|
|
40855
|
+
},
|
|
40856
|
+
"localFallbackVersion": {
|
|
40857
|
+
"type": "number"
|
|
40858
|
+
},
|
|
40696
40859
|
"name": {
|
|
40697
40860
|
"type": "string"
|
|
40698
40861
|
},
|
|
@@ -40763,6 +40926,9 @@
|
|
|
40763
40926
|
"reApplyAnimationState": {
|
|
40764
40927
|
"typeof": "function"
|
|
40765
40928
|
},
|
|
40929
|
+
"registeredActiveScopes": {
|
|
40930
|
+
"$ref": "#/definitions/Set<SharedStateScope<any>>"
|
|
40931
|
+
},
|
|
40766
40932
|
"release": {
|
|
40767
40933
|
"typeof": "function"
|
|
40768
40934
|
},
|
|
@@ -40795,6 +40961,9 @@
|
|
|
40795
40961
|
"removeState": {
|
|
40796
40962
|
"typeof": "function"
|
|
40797
40963
|
},
|
|
40964
|
+
"resolvedStatePatch": {
|
|
40965
|
+
"$ref": "#/definitions/Partial<any>"
|
|
40966
|
+
},
|
|
40798
40967
|
"resources": {
|
|
40799
40968
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
40800
40969
|
},
|
|
@@ -40831,6 +41000,9 @@
|
|
|
40831
41000
|
"shadowRoot": {
|
|
40832
41001
|
"$ref": "#/definitions/IShadowRoot"
|
|
40833
41002
|
},
|
|
41003
|
+
"sharedStateDirty": {
|
|
41004
|
+
"type": "boolean"
|
|
41005
|
+
},
|
|
40834
41006
|
"shouldSelfChangeUpdateAABBBounds": {
|
|
40835
41007
|
"typeof": "function"
|
|
40836
41008
|
},
|
|
@@ -40852,11 +41024,14 @@
|
|
|
40852
41024
|
"stamp": {
|
|
40853
41025
|
"type": "number"
|
|
40854
41026
|
},
|
|
41027
|
+
"stateMergeMode": {
|
|
41028
|
+
"$ref": "#/definitions/StateMergeMode"
|
|
41029
|
+
},
|
|
40855
41030
|
"stateProxy": {
|
|
40856
41031
|
"typeof": "function"
|
|
40857
41032
|
},
|
|
40858
41033
|
"states": {
|
|
40859
|
-
"$ref": "#/definitions/
|
|
41034
|
+
"$ref": "#/definitions/StateDefinitionsInput<any>"
|
|
40860
41035
|
},
|
|
40861
41036
|
"stopAnimates": {
|
|
40862
41037
|
"typeof": "function"
|
|
@@ -40911,6 +41086,7 @@
|
|
|
40911
41086
|
"addUpdateBoundTag",
|
|
40912
41087
|
"addUpdateGlobalPositionTag",
|
|
40913
41088
|
"addUpdateLayoutTag",
|
|
41089
|
+
"addUpdatePaintTag",
|
|
40914
41090
|
"addUpdatePositionTag",
|
|
40915
41091
|
"addUpdateShapeAndBoundsTag",
|
|
40916
41092
|
"animates",
|
|
@@ -40962,6 +41138,7 @@
|
|
|
40962
41138
|
"insertBefore",
|
|
40963
41139
|
"insertInto",
|
|
40964
41140
|
"insertIntoKeepIdx",
|
|
41141
|
+
"invalidateResolver",
|
|
40965
41142
|
"isAncestorsOf",
|
|
40966
41143
|
"isChildOf",
|
|
40967
41144
|
"isDescendantsOf",
|
|
@@ -41210,6 +41387,9 @@
|
|
|
41210
41387
|
"addUpdateLayoutTag": {
|
|
41211
41388
|
"typeof": "function"
|
|
41212
41389
|
},
|
|
41390
|
+
"addUpdatePaintTag": {
|
|
41391
|
+
"typeof": "function"
|
|
41392
|
+
},
|
|
41213
41393
|
"addUpdatePositionTag": {
|
|
41214
41394
|
"typeof": "function"
|
|
41215
41395
|
},
|
|
@@ -41246,9 +41426,18 @@
|
|
|
41246
41426
|
"backgroundImg": {
|
|
41247
41427
|
"type": "boolean"
|
|
41248
41428
|
},
|
|
41429
|
+
"baseAttributes": {
|
|
41430
|
+
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
41431
|
+
},
|
|
41249
41432
|
"bindDom": {
|
|
41250
41433
|
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
|
|
41251
41434
|
},
|
|
41435
|
+
"boundSharedStateRevision": {
|
|
41436
|
+
"type": "number"
|
|
41437
|
+
},
|
|
41438
|
+
"boundSharedStateScope": {
|
|
41439
|
+
"$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
|
|
41440
|
+
},
|
|
41252
41441
|
"childrenCount": {
|
|
41253
41442
|
"type": "number"
|
|
41254
41443
|
},
|
|
@@ -41285,6 +41474,9 @@
|
|
|
41285
41474
|
"createTheme": {
|
|
41286
41475
|
"typeof": "function"
|
|
41287
41476
|
},
|
|
41477
|
+
"deferredStateConfig": {
|
|
41478
|
+
"$ref": "#/definitions/IDeferredStateOwnerConfig"
|
|
41479
|
+
},
|
|
41288
41480
|
"delete": {
|
|
41289
41481
|
"typeof": "function"
|
|
41290
41482
|
},
|
|
@@ -41294,6 +41486,12 @@
|
|
|
41294
41486
|
"dispatchEvent": {
|
|
41295
41487
|
"typeof": "function"
|
|
41296
41488
|
},
|
|
41489
|
+
"effectiveStates": {
|
|
41490
|
+
"items": {
|
|
41491
|
+
"type": "string"
|
|
41492
|
+
},
|
|
41493
|
+
"type": "array"
|
|
41494
|
+
},
|
|
41297
41495
|
"emit": {
|
|
41298
41496
|
"typeof": "function"
|
|
41299
41497
|
},
|
|
@@ -41423,6 +41621,9 @@
|
|
|
41423
41621
|
"insertIntoKeepIdx": {
|
|
41424
41622
|
"typeof": "function"
|
|
41425
41623
|
},
|
|
41624
|
+
"invalidateResolver": {
|
|
41625
|
+
"typeof": "function"
|
|
41626
|
+
},
|
|
41426
41627
|
"isAncestorsOf": {
|
|
41427
41628
|
"typeof": "function"
|
|
41428
41629
|
},
|
|
@@ -41447,6 +41648,12 @@
|
|
|
41447
41648
|
"layer": {
|
|
41448
41649
|
"$ref": "#/definitions/ILayer"
|
|
41449
41650
|
},
|
|
41651
|
+
"localFallbackCompiledDefinitions": {
|
|
41652
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
|
|
41653
|
+
},
|
|
41654
|
+
"localFallbackVersion": {
|
|
41655
|
+
"type": "number"
|
|
41656
|
+
},
|
|
41450
41657
|
"name": {
|
|
41451
41658
|
"type": "string"
|
|
41452
41659
|
},
|
|
@@ -41517,6 +41724,9 @@
|
|
|
41517
41724
|
"reApplyAnimationState": {
|
|
41518
41725
|
"typeof": "function"
|
|
41519
41726
|
},
|
|
41727
|
+
"registeredActiveScopes": {
|
|
41728
|
+
"$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
|
|
41729
|
+
},
|
|
41520
41730
|
"release": {
|
|
41521
41731
|
"typeof": "function"
|
|
41522
41732
|
},
|
|
@@ -41549,6 +41759,9 @@
|
|
|
41549
41759
|
"removeState": {
|
|
41550
41760
|
"typeof": "function"
|
|
41551
41761
|
},
|
|
41762
|
+
"resolvedStatePatch": {
|
|
41763
|
+
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
41764
|
+
},
|
|
41552
41765
|
"resources": {
|
|
41553
41766
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
41554
41767
|
},
|
|
@@ -41588,6 +41801,15 @@
|
|
|
41588
41801
|
"shadowRoot": {
|
|
41589
41802
|
"$ref": "#/definitions/IShadowRoot"
|
|
41590
41803
|
},
|
|
41804
|
+
"sharedStateDefinitions": {
|
|
41805
|
+
"$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
|
|
41806
|
+
},
|
|
41807
|
+
"sharedStateDirty": {
|
|
41808
|
+
"type": "boolean"
|
|
41809
|
+
},
|
|
41810
|
+
"sharedStateScope": {
|
|
41811
|
+
"$ref": "#/definitions/SharedStateScope<Record<string,any>>"
|
|
41812
|
+
},
|
|
41591
41813
|
"shouldSelfChangeUpdateAABBBounds": {
|
|
41592
41814
|
"typeof": "function"
|
|
41593
41815
|
},
|
|
@@ -41612,11 +41834,14 @@
|
|
|
41612
41834
|
"stamp": {
|
|
41613
41835
|
"type": "number"
|
|
41614
41836
|
},
|
|
41837
|
+
"stateMergeMode": {
|
|
41838
|
+
"$ref": "#/definitions/StateMergeMode"
|
|
41839
|
+
},
|
|
41615
41840
|
"stateProxy": {
|
|
41616
41841
|
"typeof": "function"
|
|
41617
41842
|
},
|
|
41618
41843
|
"states": {
|
|
41619
|
-
"$ref": "#/definitions/
|
|
41844
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
|
|
41620
41845
|
},
|
|
41621
41846
|
"stopAnimates": {
|
|
41622
41847
|
"typeof": "function"
|
|
@@ -41674,6 +41899,7 @@
|
|
|
41674
41899
|
"addUpdateBoundTag",
|
|
41675
41900
|
"addUpdateGlobalPositionTag",
|
|
41676
41901
|
"addUpdateLayoutTag",
|
|
41902
|
+
"addUpdatePaintTag",
|
|
41677
41903
|
"addUpdatePositionTag",
|
|
41678
41904
|
"addUpdateShapeAndBoundsTag",
|
|
41679
41905
|
"animates",
|
|
@@ -41730,6 +41956,7 @@
|
|
|
41730
41956
|
"insertBefore",
|
|
41731
41957
|
"insertInto",
|
|
41732
41958
|
"insertIntoKeepIdx",
|
|
41959
|
+
"invalidateResolver",
|
|
41733
41960
|
"isAncestorsOf",
|
|
41734
41961
|
"isChildOf",
|
|
41735
41962
|
"isDescendantsOf",
|
|
@@ -45677,6 +45904,9 @@
|
|
|
45677
45904
|
"addUpdateLayoutTag": {
|
|
45678
45905
|
"typeof": "function"
|
|
45679
45906
|
},
|
|
45907
|
+
"addUpdatePaintTag": {
|
|
45908
|
+
"typeof": "function"
|
|
45909
|
+
},
|
|
45680
45910
|
"addUpdatePositionTag": {
|
|
45681
45911
|
"typeof": "function"
|
|
45682
45912
|
},
|
|
@@ -45719,12 +45949,21 @@
|
|
|
45719
45949
|
"backgroundImg": {
|
|
45720
45950
|
"type": "boolean"
|
|
45721
45951
|
},
|
|
45952
|
+
"baseAttributes": {
|
|
45953
|
+
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
45954
|
+
},
|
|
45722
45955
|
"bindDom": {
|
|
45723
45956
|
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
|
|
45724
45957
|
},
|
|
45725
45958
|
"blendMode": {
|
|
45726
45959
|
"type": "string"
|
|
45727
45960
|
},
|
|
45961
|
+
"boundSharedStateRevision": {
|
|
45962
|
+
"type": "number"
|
|
45963
|
+
},
|
|
45964
|
+
"boundSharedStateScope": {
|
|
45965
|
+
"$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
|
|
45966
|
+
},
|
|
45728
45967
|
"canvasId": {
|
|
45729
45968
|
"type": "string"
|
|
45730
45969
|
},
|
|
@@ -45767,6 +46006,9 @@
|
|
|
45767
46006
|
"createTheme": {
|
|
45768
46007
|
"typeof": "function"
|
|
45769
46008
|
},
|
|
46009
|
+
"deferredStateConfig": {
|
|
46010
|
+
"$ref": "#/definitions/IDeferredStateOwnerConfig"
|
|
46011
|
+
},
|
|
45770
46012
|
"delete": {
|
|
45771
46013
|
"typeof": "function"
|
|
45772
46014
|
},
|
|
@@ -45785,6 +46027,12 @@
|
|
|
45785
46027
|
"drawTo": {
|
|
45786
46028
|
"typeof": "function"
|
|
45787
46029
|
},
|
|
46030
|
+
"effectiveStates": {
|
|
46031
|
+
"items": {
|
|
46032
|
+
"type": "string"
|
|
46033
|
+
},
|
|
46034
|
+
"type": "array"
|
|
46035
|
+
},
|
|
45788
46036
|
"emit": {
|
|
45789
46037
|
"typeof": "function"
|
|
45790
46038
|
},
|
|
@@ -45923,6 +46171,9 @@
|
|
|
45923
46171
|
"insertIntoKeepIdx": {
|
|
45924
46172
|
"typeof": "function"
|
|
45925
46173
|
},
|
|
46174
|
+
"invalidateResolver": {
|
|
46175
|
+
"typeof": "function"
|
|
46176
|
+
},
|
|
45926
46177
|
"isAncestorsOf": {
|
|
45927
46178
|
"typeof": "function"
|
|
45928
46179
|
},
|
|
@@ -45950,6 +46201,12 @@
|
|
|
45950
46201
|
"layerMode": {
|
|
45951
46202
|
"$ref": "#/definitions/LayerMode"
|
|
45952
46203
|
},
|
|
46204
|
+
"localFallbackCompiledDefinitions": {
|
|
46205
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
|
|
46206
|
+
},
|
|
46207
|
+
"localFallbackVersion": {
|
|
46208
|
+
"type": "number"
|
|
46209
|
+
},
|
|
45953
46210
|
"main": {
|
|
45954
46211
|
"type": "boolean"
|
|
45955
46212
|
},
|
|
@@ -46036,6 +46293,9 @@
|
|
|
46036
46293
|
"reApplyAnimationState": {
|
|
46037
46294
|
"typeof": "function"
|
|
46038
46295
|
},
|
|
46296
|
+
"registeredActiveScopes": {
|
|
46297
|
+
"$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
|
|
46298
|
+
},
|
|
46039
46299
|
"release": {
|
|
46040
46300
|
"typeof": "function"
|
|
46041
46301
|
},
|
|
@@ -46080,6 +46340,9 @@
|
|
|
46080
46340
|
"resizeView": {
|
|
46081
46341
|
"typeof": "function"
|
|
46082
46342
|
},
|
|
46343
|
+
"resolvedStatePatch": {
|
|
46344
|
+
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
46345
|
+
},
|
|
46083
46346
|
"resources": {
|
|
46084
46347
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
46085
46348
|
},
|
|
@@ -46125,6 +46388,15 @@
|
|
|
46125
46388
|
"shadowRoot": {
|
|
46126
46389
|
"$ref": "#/definitions/IShadowRoot"
|
|
46127
46390
|
},
|
|
46391
|
+
"sharedStateDefinitions": {
|
|
46392
|
+
"$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
|
|
46393
|
+
},
|
|
46394
|
+
"sharedStateDirty": {
|
|
46395
|
+
"type": "boolean"
|
|
46396
|
+
},
|
|
46397
|
+
"sharedStateScope": {
|
|
46398
|
+
"$ref": "#/definitions/SharedStateScope<Record<string,any>>"
|
|
46399
|
+
},
|
|
46128
46400
|
"shouldSelfChangeUpdateAABBBounds": {
|
|
46129
46401
|
"typeof": "function"
|
|
46130
46402
|
},
|
|
@@ -46152,11 +46424,14 @@
|
|
|
46152
46424
|
"startAnimate": {
|
|
46153
46425
|
"typeof": "function"
|
|
46154
46426
|
},
|
|
46427
|
+
"stateMergeMode": {
|
|
46428
|
+
"$ref": "#/definitions/StateMergeMode"
|
|
46429
|
+
},
|
|
46155
46430
|
"stateProxy": {
|
|
46156
46431
|
"typeof": "function"
|
|
46157
46432
|
},
|
|
46158
46433
|
"states": {
|
|
46159
|
-
"$ref": "#/definitions/
|
|
46434
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
|
|
46160
46435
|
},
|
|
46161
46436
|
"stopAnimates": {
|
|
46162
46437
|
"typeof": "function"
|
|
@@ -46226,6 +46501,7 @@
|
|
|
46226
46501
|
"addUpdateBoundTag",
|
|
46227
46502
|
"addUpdateGlobalPositionTag",
|
|
46228
46503
|
"addUpdateLayoutTag",
|
|
46504
|
+
"addUpdatePaintTag",
|
|
46229
46505
|
"addUpdatePositionTag",
|
|
46230
46506
|
"addUpdateShapeAndBoundsTag",
|
|
46231
46507
|
"afterDraw",
|
|
@@ -46290,6 +46566,7 @@
|
|
|
46290
46566
|
"insertBefore",
|
|
46291
46567
|
"insertInto",
|
|
46292
46568
|
"insertIntoKeepIdx",
|
|
46569
|
+
"invalidateResolver",
|
|
46293
46570
|
"isAncestorsOf",
|
|
46294
46571
|
"isChildOf",
|
|
46295
46572
|
"isDescendantsOf",
|
|
@@ -58024,6 +58301,9 @@
|
|
|
58024
58301
|
"findPluginsByName": {
|
|
58025
58302
|
"typeof": "function"
|
|
58026
58303
|
},
|
|
58304
|
+
"install": {
|
|
58305
|
+
"typeof": "function"
|
|
58306
|
+
},
|
|
58027
58307
|
"register": {
|
|
58028
58308
|
"typeof": "function"
|
|
58029
58309
|
},
|
|
@@ -58035,6 +58315,9 @@
|
|
|
58035
58315
|
},
|
|
58036
58316
|
"unRegister": {
|
|
58037
58317
|
"typeof": "function"
|
|
58318
|
+
},
|
|
58319
|
+
"uninstall": {
|
|
58320
|
+
"typeof": "function"
|
|
58038
58321
|
}
|
|
58039
58322
|
},
|
|
58040
58323
|
"required": [
|
|
@@ -69774,6 +70057,9 @@
|
|
|
69774
70057
|
"addUpdateLayoutTag": {
|
|
69775
70058
|
"typeof": "function"
|
|
69776
70059
|
},
|
|
70060
|
+
"addUpdatePaintTag": {
|
|
70061
|
+
"typeof": "function"
|
|
70062
|
+
},
|
|
69777
70063
|
"addUpdatePositionTag": {
|
|
69778
70064
|
"typeof": "function"
|
|
69779
70065
|
},
|
|
@@ -69810,9 +70096,18 @@
|
|
|
69810
70096
|
"backgroundImg": {
|
|
69811
70097
|
"type": "boolean"
|
|
69812
70098
|
},
|
|
70099
|
+
"baseAttributes": {
|
|
70100
|
+
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
70101
|
+
},
|
|
69813
70102
|
"bindDom": {
|
|
69814
70103
|
"$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
|
|
69815
70104
|
},
|
|
70105
|
+
"boundSharedStateRevision": {
|
|
70106
|
+
"type": "number"
|
|
70107
|
+
},
|
|
70108
|
+
"boundSharedStateScope": {
|
|
70109
|
+
"$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
|
|
70110
|
+
},
|
|
69816
70111
|
"childrenCount": {
|
|
69817
70112
|
"type": "number"
|
|
69818
70113
|
},
|
|
@@ -69849,6 +70144,9 @@
|
|
|
69849
70144
|
"createTheme": {
|
|
69850
70145
|
"typeof": "function"
|
|
69851
70146
|
},
|
|
70147
|
+
"deferredStateConfig": {
|
|
70148
|
+
"$ref": "#/definitions/IDeferredStateOwnerConfig"
|
|
70149
|
+
},
|
|
69852
70150
|
"delete": {
|
|
69853
70151
|
"typeof": "function"
|
|
69854
70152
|
},
|
|
@@ -69858,6 +70156,12 @@
|
|
|
69858
70156
|
"dispatchEvent": {
|
|
69859
70157
|
"typeof": "function"
|
|
69860
70158
|
},
|
|
70159
|
+
"effectiveStates": {
|
|
70160
|
+
"items": {
|
|
70161
|
+
"type": "string"
|
|
70162
|
+
},
|
|
70163
|
+
"type": "array"
|
|
70164
|
+
},
|
|
69861
70165
|
"emit": {
|
|
69862
70166
|
"typeof": "function"
|
|
69863
70167
|
},
|
|
@@ -69987,6 +70291,9 @@
|
|
|
69987
70291
|
"insertIntoKeepIdx": {
|
|
69988
70292
|
"typeof": "function"
|
|
69989
70293
|
},
|
|
70294
|
+
"invalidateResolver": {
|
|
70295
|
+
"typeof": "function"
|
|
70296
|
+
},
|
|
69990
70297
|
"isAncestorsOf": {
|
|
69991
70298
|
"typeof": "function"
|
|
69992
70299
|
},
|
|
@@ -70011,6 +70318,12 @@
|
|
|
70011
70318
|
"layer": {
|
|
70012
70319
|
"$ref": "#/definitions/ILayer"
|
|
70013
70320
|
},
|
|
70321
|
+
"localFallbackCompiledDefinitions": {
|
|
70322
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
|
|
70323
|
+
},
|
|
70324
|
+
"localFallbackVersion": {
|
|
70325
|
+
"type": "number"
|
|
70326
|
+
},
|
|
70014
70327
|
"name": {
|
|
70015
70328
|
"type": "string"
|
|
70016
70329
|
},
|
|
@@ -70081,6 +70394,9 @@
|
|
|
70081
70394
|
"reApplyAnimationState": {
|
|
70082
70395
|
"typeof": "function"
|
|
70083
70396
|
},
|
|
70397
|
+
"registeredActiveScopes": {
|
|
70398
|
+
"$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
|
|
70399
|
+
},
|
|
70084
70400
|
"release": {
|
|
70085
70401
|
"typeof": "function"
|
|
70086
70402
|
},
|
|
@@ -70113,6 +70429,9 @@
|
|
|
70113
70429
|
"removeState": {
|
|
70114
70430
|
"typeof": "function"
|
|
70115
70431
|
},
|
|
70432
|
+
"resolvedStatePatch": {
|
|
70433
|
+
"$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
|
|
70434
|
+
},
|
|
70116
70435
|
"resources": {
|
|
70117
70436
|
"$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
|
|
70118
70437
|
},
|
|
@@ -70155,6 +70474,15 @@
|
|
|
70155
70474
|
"shadowRoot": {
|
|
70156
70475
|
"$ref": "#/definitions/IShadowRoot"
|
|
70157
70476
|
},
|
|
70477
|
+
"sharedStateDefinitions": {
|
|
70478
|
+
"$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
|
|
70479
|
+
},
|
|
70480
|
+
"sharedStateDirty": {
|
|
70481
|
+
"type": "boolean"
|
|
70482
|
+
},
|
|
70483
|
+
"sharedStateScope": {
|
|
70484
|
+
"$ref": "#/definitions/SharedStateScope<Record<string,any>>"
|
|
70485
|
+
},
|
|
70158
70486
|
"shouldSelfChangeUpdateAABBBounds": {
|
|
70159
70487
|
"typeof": "function"
|
|
70160
70488
|
},
|
|
@@ -70179,11 +70507,14 @@
|
|
|
70179
70507
|
"stamp": {
|
|
70180
70508
|
"type": "number"
|
|
70181
70509
|
},
|
|
70510
|
+
"stateMergeMode": {
|
|
70511
|
+
"$ref": "#/definitions/StateMergeMode"
|
|
70512
|
+
},
|
|
70182
70513
|
"stateProxy": {
|
|
70183
70514
|
"typeof": "function"
|
|
70184
70515
|
},
|
|
70185
70516
|
"states": {
|
|
70186
|
-
"$ref": "#/definitions/
|
|
70517
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
|
|
70187
70518
|
},
|
|
70188
70519
|
"stopAnimates": {
|
|
70189
70520
|
"typeof": "function"
|
|
@@ -70241,6 +70572,7 @@
|
|
|
70241
70572
|
"addUpdateBoundTag",
|
|
70242
70573
|
"addUpdateGlobalPositionTag",
|
|
70243
70574
|
"addUpdateLayoutTag",
|
|
70575
|
+
"addUpdatePaintTag",
|
|
70244
70576
|
"addUpdatePositionTag",
|
|
70245
70577
|
"addUpdateShapeAndBoundsTag",
|
|
70246
70578
|
"animates",
|
|
@@ -70297,6 +70629,7 @@
|
|
|
70297
70629
|
"insertBefore",
|
|
70298
70630
|
"insertInto",
|
|
70299
70631
|
"insertIntoKeepIdx",
|
|
70632
|
+
"invalidateResolver",
|
|
70300
70633
|
"isAncestorsOf",
|
|
70301
70634
|
"isChildOf",
|
|
70302
70635
|
"isDescendantsOf",
|
|
@@ -70411,32 +70744,7 @@
|
|
|
70411
70744
|
"type": "boolean"
|
|
70412
70745
|
},
|
|
70413
70746
|
"background": {
|
|
70414
|
-
"
|
|
70415
|
-
{
|
|
70416
|
-
"$ref": "#/definitions/HTMLCanvasElement"
|
|
70417
|
-
},
|
|
70418
|
-
{
|
|
70419
|
-
"$ref": "#/definitions/HTMLImageElement"
|
|
70420
|
-
},
|
|
70421
|
-
{
|
|
70422
|
-
"$ref": "#/definitions/ILinearGradient"
|
|
70423
|
-
},
|
|
70424
|
-
{
|
|
70425
|
-
"$ref": "#/definitions/IRadialGradient"
|
|
70426
|
-
},
|
|
70427
|
-
{
|
|
70428
|
-
"$ref": "#/definitions/IConicalGradient"
|
|
70429
|
-
},
|
|
70430
|
-
{
|
|
70431
|
-
"typeof": "function"
|
|
70432
|
-
},
|
|
70433
|
-
{
|
|
70434
|
-
"typeof": "function"
|
|
70435
|
-
},
|
|
70436
|
-
{
|
|
70437
|
-
"type": "string"
|
|
70438
|
-
}
|
|
70439
|
-
]
|
|
70747
|
+
"$ref": "#/definitions/IColor"
|
|
70440
70748
|
},
|
|
70441
70749
|
"camera": {
|
|
70442
70750
|
"$ref": "#/definitions/ICamera"
|
|
@@ -70459,6 +70767,9 @@
|
|
|
70459
70767
|
"defaultLayer": {
|
|
70460
70768
|
"$ref": "#/definitions/ILayer"
|
|
70461
70769
|
},
|
|
70770
|
+
"deferredStateConfig": {
|
|
70771
|
+
"$ref": "#/definitions/IDeferredStateOwnerConfig"
|
|
70772
|
+
},
|
|
70462
70773
|
"delete": {
|
|
70463
70774
|
"typeof": "function"
|
|
70464
70775
|
},
|
|
@@ -70555,6 +70866,9 @@
|
|
|
70555
70866
|
"getPluginsByName": {
|
|
70556
70867
|
"typeof": "function"
|
|
70557
70868
|
},
|
|
70869
|
+
"getStatePerfSnapshot": {
|
|
70870
|
+
"typeof": "function"
|
|
70871
|
+
},
|
|
70558
70872
|
"getTheme": {
|
|
70559
70873
|
"typeof": "function"
|
|
70560
70874
|
},
|
|
@@ -70728,6 +71042,9 @@
|
|
|
70728
71042
|
"renderToNewWindow": {
|
|
70729
71043
|
"typeof": "function"
|
|
70730
71044
|
},
|
|
71045
|
+
"resetStatePerfSnapshot": {
|
|
71046
|
+
"typeof": "function"
|
|
71047
|
+
},
|
|
70731
71048
|
"resize": {
|
|
70732
71049
|
"typeof": "function"
|
|
70733
71050
|
},
|
|
@@ -70746,6 +71063,12 @@
|
|
|
70746
71063
|
"resumeTriggerEvent": {
|
|
70747
71064
|
"typeof": "function"
|
|
70748
71065
|
},
|
|
71066
|
+
"rootSharedStateScope": {
|
|
71067
|
+
"$ref": "#/definitions/SharedStateScope<Record<string,any>>"
|
|
71068
|
+
},
|
|
71069
|
+
"scheduleStateBatch": {
|
|
71070
|
+
"typeof": "function"
|
|
71071
|
+
},
|
|
70749
71072
|
"set3dOptions": {
|
|
70750
71073
|
"typeof": "function"
|
|
70751
71074
|
},
|
|
@@ -70795,6 +71118,9 @@
|
|
|
70795
71118
|
"startAnimate": {
|
|
70796
71119
|
"typeof": "function"
|
|
70797
71120
|
},
|
|
71121
|
+
"statePerfConfig": {
|
|
71122
|
+
"$ref": "#/definitions/IStatePerfConfig"
|
|
71123
|
+
},
|
|
70798
71124
|
"stopAnimation": {
|
|
70799
71125
|
"typeof": "function"
|
|
70800
71126
|
},
|
|
@@ -70879,6 +71205,7 @@
|
|
|
70879
71205
|
"getLayer",
|
|
70880
71206
|
"getPickerService",
|
|
70881
71207
|
"getPluginsByName",
|
|
71208
|
+
"getStatePerfSnapshot",
|
|
70882
71209
|
"getTheme",
|
|
70883
71210
|
"getTimeline",
|
|
70884
71211
|
"graphicService",
|
|
@@ -70918,11 +71245,13 @@
|
|
|
70918
71245
|
"renderService",
|
|
70919
71246
|
"renderTo",
|
|
70920
71247
|
"renderToNewWindow",
|
|
71248
|
+
"resetStatePerfSnapshot",
|
|
70921
71249
|
"resize",
|
|
70922
71250
|
"resizeView",
|
|
70923
71251
|
"resizeWindow",
|
|
70924
71252
|
"resumeRender",
|
|
70925
71253
|
"resumeTriggerEvent",
|
|
71254
|
+
"scheduleStateBatch",
|
|
70926
71255
|
"set3dOptions",
|
|
70927
71256
|
"setAfterRender",
|
|
70928
71257
|
"setAllDescendantsProps",
|
|
@@ -71553,6 +71882,20 @@
|
|
|
71553
71882
|
},
|
|
71554
71883
|
"type": "object"
|
|
71555
71884
|
},
|
|
71885
|
+
"IStatePerfConfig": {
|
|
71886
|
+
"properties": {
|
|
71887
|
+
"enabled": {
|
|
71888
|
+
"type": "boolean"
|
|
71889
|
+
},
|
|
71890
|
+
"maxEventRecords": {
|
|
71891
|
+
"type": "number"
|
|
71892
|
+
},
|
|
71893
|
+
"recordEvents": {
|
|
71894
|
+
"type": "boolean"
|
|
71895
|
+
}
|
|
71896
|
+
},
|
|
71897
|
+
"type": "object"
|
|
71898
|
+
},
|
|
71556
71899
|
"IStrokeType": {
|
|
71557
71900
|
"anyOf": [
|
|
71558
71901
|
{
|
|
@@ -73442,9 +73785,15 @@
|
|
|
73442
73785
|
"nextTheme": {
|
|
73443
73786
|
"$ref": "#/definitions/IThemeSpec"
|
|
73444
73787
|
},
|
|
73788
|
+
"onStateDefinitionsChange": {
|
|
73789
|
+
"typeof": "function"
|
|
73790
|
+
},
|
|
73445
73791
|
"setTheme": {
|
|
73446
73792
|
"typeof": "function"
|
|
73447
73793
|
},
|
|
73794
|
+
"stateDefinitions": {
|
|
73795
|
+
"$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
|
|
73796
|
+
},
|
|
73448
73797
|
"userTheme": {
|
|
73449
73798
|
"$ref": "#/definitions/IThemeSpec"
|
|
73450
73799
|
}
|
|
@@ -81907,7 +82256,7 @@
|
|
|
81907
82256
|
},
|
|
81908
82257
|
"Map<Function,(...args:any[])=>void>": {
|
|
81909
82258
|
"properties": {
|
|
81910
|
-
"__@toStringTag@
|
|
82259
|
+
"__@toStringTag@12764": {
|
|
81911
82260
|
"type": "string"
|
|
81912
82261
|
},
|
|
81913
82262
|
"size": {
|
|
@@ -81915,14 +82264,14 @@
|
|
|
81915
82264
|
}
|
|
81916
82265
|
},
|
|
81917
82266
|
"required": [
|
|
81918
|
-
"__@toStringTag@
|
|
82267
|
+
"__@toStringTag@12764",
|
|
81919
82268
|
"size"
|
|
81920
82269
|
],
|
|
81921
82270
|
"type": "object"
|
|
81922
82271
|
},
|
|
81923
82272
|
"Map<number,IGraphicRender>": {
|
|
81924
82273
|
"properties": {
|
|
81925
|
-
"__@toStringTag@
|
|
82274
|
+
"__@toStringTag@12764": {
|
|
81926
82275
|
"type": "string"
|
|
81927
82276
|
},
|
|
81928
82277
|
"size": {
|
|
@@ -81930,14 +82279,14 @@
|
|
|
81930
82279
|
}
|
|
81931
82280
|
},
|
|
81932
82281
|
"required": [
|
|
81933
|
-
"__@toStringTag@
|
|
82282
|
+
"__@toStringTag@12764",
|
|
81934
82283
|
"size"
|
|
81935
82284
|
],
|
|
81936
82285
|
"type": "object"
|
|
81937
82286
|
},
|
|
81938
82287
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
81939
82288
|
"properties": {
|
|
81940
|
-
"__@toStringTag@
|
|
82289
|
+
"__@toStringTag@12764": {
|
|
81941
82290
|
"type": "string"
|
|
81942
82291
|
},
|
|
81943
82292
|
"size": {
|
|
@@ -81945,14 +82294,89 @@
|
|
|
81945
82294
|
}
|
|
81946
82295
|
},
|
|
81947
82296
|
"required": [
|
|
81948
|
-
"__@toStringTag@
|
|
82297
|
+
"__@toStringTag@12764",
|
|
82298
|
+
"size"
|
|
82299
|
+
],
|
|
82300
|
+
"type": "object"
|
|
82301
|
+
},
|
|
82302
|
+
"Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>": {
|
|
82303
|
+
"properties": {
|
|
82304
|
+
"__@toStringTag@12764": {
|
|
82305
|
+
"type": "string"
|
|
82306
|
+
},
|
|
82307
|
+
"size": {
|
|
82308
|
+
"type": "number"
|
|
82309
|
+
}
|
|
82310
|
+
},
|
|
82311
|
+
"required": [
|
|
82312
|
+
"__@toStringTag@12764",
|
|
82313
|
+
"size"
|
|
82314
|
+
],
|
|
82315
|
+
"type": "object"
|
|
82316
|
+
},
|
|
82317
|
+
"Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>": {
|
|
82318
|
+
"properties": {
|
|
82319
|
+
"__@toStringTag@12764": {
|
|
82320
|
+
"type": "string"
|
|
82321
|
+
},
|
|
82322
|
+
"size": {
|
|
82323
|
+
"type": "number"
|
|
82324
|
+
}
|
|
82325
|
+
},
|
|
82326
|
+
"required": [
|
|
82327
|
+
"__@toStringTag@12764",
|
|
82328
|
+
"size"
|
|
82329
|
+
],
|
|
82330
|
+
"type": "object"
|
|
82331
|
+
},
|
|
82332
|
+
"Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>": {
|
|
82333
|
+
"properties": {
|
|
82334
|
+
"__@toStringTag@12764": {
|
|
82335
|
+
"type": "string"
|
|
82336
|
+
},
|
|
82337
|
+
"size": {
|
|
82338
|
+
"type": "number"
|
|
82339
|
+
}
|
|
82340
|
+
},
|
|
82341
|
+
"required": [
|
|
82342
|
+
"__@toStringTag@12764",
|
|
82343
|
+
"size"
|
|
82344
|
+
],
|
|
82345
|
+
"type": "object"
|
|
82346
|
+
},
|
|
82347
|
+
"Map<string,CompiledStateDefinition<Record<string,any>>>": {
|
|
82348
|
+
"properties": {
|
|
82349
|
+
"__@toStringTag@12764": {
|
|
82350
|
+
"type": "string"
|
|
82351
|
+
},
|
|
82352
|
+
"size": {
|
|
82353
|
+
"type": "number"
|
|
82354
|
+
}
|
|
82355
|
+
},
|
|
82356
|
+
"required": [
|
|
82357
|
+
"__@toStringTag@12764",
|
|
82358
|
+
"size"
|
|
82359
|
+
],
|
|
82360
|
+
"type": "object"
|
|
82361
|
+
},
|
|
82362
|
+
"Map<string,CompiledStateDefinition<any>>": {
|
|
82363
|
+
"properties": {
|
|
82364
|
+
"__@toStringTag@12764": {
|
|
82365
|
+
"type": "string"
|
|
82366
|
+
},
|
|
82367
|
+
"size": {
|
|
82368
|
+
"type": "number"
|
|
82369
|
+
}
|
|
82370
|
+
},
|
|
82371
|
+
"required": [
|
|
82372
|
+
"__@toStringTag@12764",
|
|
81949
82373
|
"size"
|
|
81950
82374
|
],
|
|
81951
82375
|
"type": "object"
|
|
81952
82376
|
},
|
|
81953
82377
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
81954
82378
|
"properties": {
|
|
81955
|
-
"__@toStringTag@
|
|
82379
|
+
"__@toStringTag@12764": {
|
|
81956
82380
|
"type": "string"
|
|
81957
82381
|
},
|
|
81958
82382
|
"size": {
|
|
@@ -81960,14 +82384,14 @@
|
|
|
81960
82384
|
}
|
|
81961
82385
|
},
|
|
81962
82386
|
"required": [
|
|
81963
|
-
"__@toStringTag@
|
|
82387
|
+
"__@toStringTag@12764",
|
|
81964
82388
|
"size"
|
|
81965
82389
|
],
|
|
81966
82390
|
"type": "object"
|
|
81967
82391
|
},
|
|
81968
82392
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
81969
82393
|
"properties": {
|
|
81970
|
-
"__@toStringTag@
|
|
82394
|
+
"__@toStringTag@12764": {
|
|
81971
82395
|
"type": "string"
|
|
81972
82396
|
},
|
|
81973
82397
|
"size": {
|
|
@@ -81975,14 +82399,14 @@
|
|
|
81975
82399
|
}
|
|
81976
82400
|
},
|
|
81977
82401
|
"required": [
|
|
81978
|
-
"__@toStringTag@
|
|
82402
|
+
"__@toStringTag@12764",
|
|
81979
82403
|
"size"
|
|
81980
82404
|
],
|
|
81981
82405
|
"type": "object"
|
|
81982
82406
|
},
|
|
81983
82407
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
81984
82408
|
"properties": {
|
|
81985
|
-
"__@toStringTag@
|
|
82409
|
+
"__@toStringTag@12764": {
|
|
81986
82410
|
"type": "string"
|
|
81987
82411
|
},
|
|
81988
82412
|
"size": {
|
|
@@ -81990,14 +82414,14 @@
|
|
|
81990
82414
|
}
|
|
81991
82415
|
},
|
|
81992
82416
|
"required": [
|
|
81993
|
-
"__@toStringTag@
|
|
82417
|
+
"__@toStringTag@12764",
|
|
81994
82418
|
"size"
|
|
81995
82419
|
],
|
|
81996
82420
|
"type": "object"
|
|
81997
82421
|
},
|
|
81998
82422
|
"Map<string|number,IAnimate>": {
|
|
81999
82423
|
"properties": {
|
|
82000
|
-
"__@toStringTag@
|
|
82424
|
+
"__@toStringTag@12764": {
|
|
82001
82425
|
"type": "string"
|
|
82002
82426
|
},
|
|
82003
82427
|
"size": {
|
|
@@ -82005,7 +82429,7 @@
|
|
|
82005
82429
|
}
|
|
82006
82430
|
},
|
|
82007
82431
|
"required": [
|
|
82008
|
-
"__@toStringTag@
|
|
82432
|
+
"__@toStringTag@12764",
|
|
82009
82433
|
"size"
|
|
82010
82434
|
],
|
|
82011
82435
|
"type": "object"
|
|
@@ -96920,32 +97344,7 @@
|
|
|
96920
97344
|
"type": "boolean"
|
|
96921
97345
|
},
|
|
96922
97346
|
"background": {
|
|
96923
|
-
"
|
|
96924
|
-
{
|
|
96925
|
-
"$ref": "#/definitions/HTMLCanvasElement"
|
|
96926
|
-
},
|
|
96927
|
-
{
|
|
96928
|
-
"$ref": "#/definitions/HTMLImageElement"
|
|
96929
|
-
},
|
|
96930
|
-
{
|
|
96931
|
-
"$ref": "#/definitions/ILinearGradient"
|
|
96932
|
-
},
|
|
96933
|
-
{
|
|
96934
|
-
"$ref": "#/definitions/IRadialGradient"
|
|
96935
|
-
},
|
|
96936
|
-
{
|
|
96937
|
-
"$ref": "#/definitions/IConicalGradient"
|
|
96938
|
-
},
|
|
96939
|
-
{
|
|
96940
|
-
"typeof": "function"
|
|
96941
|
-
},
|
|
96942
|
-
{
|
|
96943
|
-
"typeof": "function"
|
|
96944
|
-
},
|
|
96945
|
-
{
|
|
96946
|
-
"type": "string"
|
|
96947
|
-
}
|
|
96948
|
-
]
|
|
97347
|
+
"$ref": "#/definitions/IColor"
|
|
96949
97348
|
},
|
|
96950
97349
|
"beforeRender": {
|
|
96951
97350
|
"typeof": "function"
|
|
@@ -103868,34 +104267,34 @@
|
|
|
103868
104267
|
},
|
|
103869
104268
|
"Promise<FontFaceSet>": {
|
|
103870
104269
|
"properties": {
|
|
103871
|
-
"__@toStringTag@
|
|
104270
|
+
"__@toStringTag@12764": {
|
|
103872
104271
|
"type": "string"
|
|
103873
104272
|
}
|
|
103874
104273
|
},
|
|
103875
104274
|
"required": [
|
|
103876
|
-
"__@toStringTag@
|
|
104275
|
+
"__@toStringTag@12764"
|
|
103877
104276
|
],
|
|
103878
104277
|
"type": "object"
|
|
103879
104278
|
},
|
|
103880
104279
|
"Promise<ServiceWorkerRegistration>": {
|
|
103881
104280
|
"properties": {
|
|
103882
|
-
"__@toStringTag@
|
|
104281
|
+
"__@toStringTag@12764": {
|
|
103883
104282
|
"type": "string"
|
|
103884
104283
|
}
|
|
103885
104284
|
},
|
|
103886
104285
|
"required": [
|
|
103887
|
-
"__@toStringTag@
|
|
104286
|
+
"__@toStringTag@12764"
|
|
103888
104287
|
],
|
|
103889
104288
|
"type": "object"
|
|
103890
104289
|
},
|
|
103891
104290
|
"Promise<any>": {
|
|
103892
104291
|
"properties": {
|
|
103893
|
-
"__@toStringTag@
|
|
104292
|
+
"__@toStringTag@12764": {
|
|
103894
104293
|
"type": "string"
|
|
103895
104294
|
}
|
|
103896
104295
|
},
|
|
103897
104296
|
"required": [
|
|
103898
|
-
"__@toStringTag@
|
|
104297
|
+
"__@toStringTag@12764"
|
|
103899
104298
|
],
|
|
103900
104299
|
"type": "object"
|
|
103901
104300
|
},
|
|
@@ -104444,18 +104843,6 @@
|
|
|
104444
104843
|
"Record<string,Omit<ITheme,\"name\"|\"type\"|\"description\">>": {
|
|
104445
104844
|
"type": "object"
|
|
104446
104845
|
},
|
|
104447
|
-
"Record<string,Partial<IGlyphGraphicAttribute>>": {
|
|
104448
|
-
"type": "object"
|
|
104449
|
-
},
|
|
104450
|
-
"Record<string,Partial<IGroupGraphicAttribute>>": {
|
|
104451
|
-
"type": "object"
|
|
104452
|
-
},
|
|
104453
|
-
"Record<string,Partial<Partial<IGraphicAttribute>>>": {
|
|
104454
|
-
"type": "object"
|
|
104455
|
-
},
|
|
104456
|
-
"Record<string,Partial<any>>": {
|
|
104457
|
-
"type": "object"
|
|
104458
|
-
},
|
|
104459
104846
|
"Record<string,any>": {
|
|
104460
104847
|
"type": "object"
|
|
104461
104848
|
},
|
|
@@ -117731,6 +118118,81 @@
|
|
|
117731
118118
|
],
|
|
117732
118119
|
"type": "string"
|
|
117733
118120
|
},
|
|
118121
|
+
"Set<IGraphic<Partial<IGraphicAttribute>>>": {
|
|
118122
|
+
"properties": {
|
|
118123
|
+
"__@toStringTag@12764": {
|
|
118124
|
+
"type": "string"
|
|
118125
|
+
},
|
|
118126
|
+
"size": {
|
|
118127
|
+
"type": "number"
|
|
118128
|
+
}
|
|
118129
|
+
},
|
|
118130
|
+
"required": [
|
|
118131
|
+
"__@toStringTag@12764",
|
|
118132
|
+
"size"
|
|
118133
|
+
],
|
|
118134
|
+
"type": "object"
|
|
118135
|
+
},
|
|
118136
|
+
"Set<SharedStateScope<IGlyphGraphicAttribute>>": {
|
|
118137
|
+
"properties": {
|
|
118138
|
+
"__@toStringTag@12764": {
|
|
118139
|
+
"type": "string"
|
|
118140
|
+
},
|
|
118141
|
+
"size": {
|
|
118142
|
+
"type": "number"
|
|
118143
|
+
}
|
|
118144
|
+
},
|
|
118145
|
+
"required": [
|
|
118146
|
+
"__@toStringTag@12764",
|
|
118147
|
+
"size"
|
|
118148
|
+
],
|
|
118149
|
+
"type": "object"
|
|
118150
|
+
},
|
|
118151
|
+
"Set<SharedStateScope<IGroupGraphicAttribute>>": {
|
|
118152
|
+
"properties": {
|
|
118153
|
+
"__@toStringTag@12764": {
|
|
118154
|
+
"type": "string"
|
|
118155
|
+
},
|
|
118156
|
+
"size": {
|
|
118157
|
+
"type": "number"
|
|
118158
|
+
}
|
|
118159
|
+
},
|
|
118160
|
+
"required": [
|
|
118161
|
+
"__@toStringTag@12764",
|
|
118162
|
+
"size"
|
|
118163
|
+
],
|
|
118164
|
+
"type": "object"
|
|
118165
|
+
},
|
|
118166
|
+
"Set<SharedStateScope<Partial<IGraphicAttribute>>>": {
|
|
118167
|
+
"properties": {
|
|
118168
|
+
"__@toStringTag@12764": {
|
|
118169
|
+
"type": "string"
|
|
118170
|
+
},
|
|
118171
|
+
"size": {
|
|
118172
|
+
"type": "number"
|
|
118173
|
+
}
|
|
118174
|
+
},
|
|
118175
|
+
"required": [
|
|
118176
|
+
"__@toStringTag@12764",
|
|
118177
|
+
"size"
|
|
118178
|
+
],
|
|
118179
|
+
"type": "object"
|
|
118180
|
+
},
|
|
118181
|
+
"Set<SharedStateScope<any>>": {
|
|
118182
|
+
"properties": {
|
|
118183
|
+
"__@toStringTag@12764": {
|
|
118184
|
+
"type": "string"
|
|
118185
|
+
},
|
|
118186
|
+
"size": {
|
|
118187
|
+
"type": "number"
|
|
118188
|
+
}
|
|
118189
|
+
},
|
|
118190
|
+
"required": [
|
|
118191
|
+
"__@toStringTag@12764",
|
|
118192
|
+
"size"
|
|
118193
|
+
],
|
|
118194
|
+
"type": "object"
|
|
118195
|
+
},
|
|
117734
118196
|
"ShadowRoot": {
|
|
117735
118197
|
"properties": {
|
|
117736
118198
|
"ATTRIBUTE_NODE": {
|
|
@@ -117955,6 +118417,271 @@
|
|
|
117955
118417
|
],
|
|
117956
118418
|
"type": "string"
|
|
117957
118419
|
},
|
|
118420
|
+
"SharedStateScope<IGlyphGraphicAttribute>": {
|
|
118421
|
+
"properties": {
|
|
118422
|
+
"dirty": {
|
|
118423
|
+
"type": "boolean"
|
|
118424
|
+
},
|
|
118425
|
+
"effectiveCompiledDefinitions": {
|
|
118426
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>"
|
|
118427
|
+
},
|
|
118428
|
+
"effectiveSourceDefinitions": {
|
|
118429
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
|
|
118430
|
+
},
|
|
118431
|
+
"localStateDefinitions": {
|
|
118432
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
|
|
118433
|
+
},
|
|
118434
|
+
"ownerGroup": {
|
|
118435
|
+
"$ref": "#/definitions/IGroup"
|
|
118436
|
+
},
|
|
118437
|
+
"ownerKind": {
|
|
118438
|
+
"enum": [
|
|
118439
|
+
"group",
|
|
118440
|
+
"root"
|
|
118441
|
+
],
|
|
118442
|
+
"type": "string"
|
|
118443
|
+
},
|
|
118444
|
+
"ownerStage": {
|
|
118445
|
+
"$ref": "#/definitions/IStage"
|
|
118446
|
+
},
|
|
118447
|
+
"parentRevisionAtBuild": {
|
|
118448
|
+
"type": "number"
|
|
118449
|
+
},
|
|
118450
|
+
"parentScope": {
|
|
118451
|
+
"$ref": "#/definitions/SharedStateScope<IGlyphGraphicAttribute>"
|
|
118452
|
+
},
|
|
118453
|
+
"revision": {
|
|
118454
|
+
"type": "number"
|
|
118455
|
+
},
|
|
118456
|
+
"subtreeActiveDescendants": {
|
|
118457
|
+
"$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
|
|
118458
|
+
},
|
|
118459
|
+
"themeStateDefinitions": {
|
|
118460
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
|
|
118461
|
+
}
|
|
118462
|
+
},
|
|
118463
|
+
"required": [
|
|
118464
|
+
"dirty",
|
|
118465
|
+
"effectiveCompiledDefinitions",
|
|
118466
|
+
"effectiveSourceDefinitions",
|
|
118467
|
+
"ownerKind",
|
|
118468
|
+
"revision",
|
|
118469
|
+
"subtreeActiveDescendants"
|
|
118470
|
+
],
|
|
118471
|
+
"type": "object"
|
|
118472
|
+
},
|
|
118473
|
+
"SharedStateScope<IGroupGraphicAttribute>": {
|
|
118474
|
+
"properties": {
|
|
118475
|
+
"dirty": {
|
|
118476
|
+
"type": "boolean"
|
|
118477
|
+
},
|
|
118478
|
+
"effectiveCompiledDefinitions": {
|
|
118479
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
|
|
118480
|
+
},
|
|
118481
|
+
"effectiveSourceDefinitions": {
|
|
118482
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
|
|
118483
|
+
},
|
|
118484
|
+
"localStateDefinitions": {
|
|
118485
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
|
|
118486
|
+
},
|
|
118487
|
+
"ownerGroup": {
|
|
118488
|
+
"$ref": "#/definitions/IGroup"
|
|
118489
|
+
},
|
|
118490
|
+
"ownerKind": {
|
|
118491
|
+
"enum": [
|
|
118492
|
+
"group",
|
|
118493
|
+
"root"
|
|
118494
|
+
],
|
|
118495
|
+
"type": "string"
|
|
118496
|
+
},
|
|
118497
|
+
"ownerStage": {
|
|
118498
|
+
"$ref": "#/definitions/IStage"
|
|
118499
|
+
},
|
|
118500
|
+
"parentRevisionAtBuild": {
|
|
118501
|
+
"type": "number"
|
|
118502
|
+
},
|
|
118503
|
+
"parentScope": {
|
|
118504
|
+
"$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
|
|
118505
|
+
},
|
|
118506
|
+
"revision": {
|
|
118507
|
+
"type": "number"
|
|
118508
|
+
},
|
|
118509
|
+
"subtreeActiveDescendants": {
|
|
118510
|
+
"$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
|
|
118511
|
+
},
|
|
118512
|
+
"themeStateDefinitions": {
|
|
118513
|
+
"$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
|
|
118514
|
+
}
|
|
118515
|
+
},
|
|
118516
|
+
"required": [
|
|
118517
|
+
"dirty",
|
|
118518
|
+
"effectiveCompiledDefinitions",
|
|
118519
|
+
"effectiveSourceDefinitions",
|
|
118520
|
+
"ownerKind",
|
|
118521
|
+
"revision",
|
|
118522
|
+
"subtreeActiveDescendants"
|
|
118523
|
+
],
|
|
118524
|
+
"type": "object"
|
|
118525
|
+
},
|
|
118526
|
+
"SharedStateScope<Partial<IGraphicAttribute>>": {
|
|
118527
|
+
"properties": {
|
|
118528
|
+
"dirty": {
|
|
118529
|
+
"type": "boolean"
|
|
118530
|
+
},
|
|
118531
|
+
"effectiveCompiledDefinitions": {
|
|
118532
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>"
|
|
118533
|
+
},
|
|
118534
|
+
"effectiveSourceDefinitions": {
|
|
118535
|
+
"$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
|
|
118536
|
+
},
|
|
118537
|
+
"localStateDefinitions": {
|
|
118538
|
+
"$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
|
|
118539
|
+
},
|
|
118540
|
+
"ownerGroup": {
|
|
118541
|
+
"$ref": "#/definitions/IGroup"
|
|
118542
|
+
},
|
|
118543
|
+
"ownerKind": {
|
|
118544
|
+
"enum": [
|
|
118545
|
+
"group",
|
|
118546
|
+
"root"
|
|
118547
|
+
],
|
|
118548
|
+
"type": "string"
|
|
118549
|
+
},
|
|
118550
|
+
"ownerStage": {
|
|
118551
|
+
"$ref": "#/definitions/IStage"
|
|
118552
|
+
},
|
|
118553
|
+
"parentRevisionAtBuild": {
|
|
118554
|
+
"type": "number"
|
|
118555
|
+
},
|
|
118556
|
+
"parentScope": {
|
|
118557
|
+
"$ref": "#/definitions/SharedStateScope<Partial<IGraphicAttribute>>"
|
|
118558
|
+
},
|
|
118559
|
+
"revision": {
|
|
118560
|
+
"type": "number"
|
|
118561
|
+
},
|
|
118562
|
+
"subtreeActiveDescendants": {
|
|
118563
|
+
"$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
|
|
118564
|
+
},
|
|
118565
|
+
"themeStateDefinitions": {
|
|
118566
|
+
"$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
|
|
118567
|
+
}
|
|
118568
|
+
},
|
|
118569
|
+
"required": [
|
|
118570
|
+
"dirty",
|
|
118571
|
+
"effectiveCompiledDefinitions",
|
|
118572
|
+
"effectiveSourceDefinitions",
|
|
118573
|
+
"ownerKind",
|
|
118574
|
+
"revision",
|
|
118575
|
+
"subtreeActiveDescendants"
|
|
118576
|
+
],
|
|
118577
|
+
"type": "object"
|
|
118578
|
+
},
|
|
118579
|
+
"SharedStateScope<Record<string,any>>": {
|
|
118580
|
+
"properties": {
|
|
118581
|
+
"dirty": {
|
|
118582
|
+
"type": "boolean"
|
|
118583
|
+
},
|
|
118584
|
+
"effectiveCompiledDefinitions": {
|
|
118585
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<Record<string,any>>>"
|
|
118586
|
+
},
|
|
118587
|
+
"effectiveSourceDefinitions": {
|
|
118588
|
+
"$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
|
|
118589
|
+
},
|
|
118590
|
+
"localStateDefinitions": {
|
|
118591
|
+
"$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
|
|
118592
|
+
},
|
|
118593
|
+
"ownerGroup": {
|
|
118594
|
+
"$ref": "#/definitions/IGroup"
|
|
118595
|
+
},
|
|
118596
|
+
"ownerKind": {
|
|
118597
|
+
"enum": [
|
|
118598
|
+
"group",
|
|
118599
|
+
"root"
|
|
118600
|
+
],
|
|
118601
|
+
"type": "string"
|
|
118602
|
+
},
|
|
118603
|
+
"ownerStage": {
|
|
118604
|
+
"$ref": "#/definitions/IStage"
|
|
118605
|
+
},
|
|
118606
|
+
"parentRevisionAtBuild": {
|
|
118607
|
+
"type": "number"
|
|
118608
|
+
},
|
|
118609
|
+
"parentScope": {
|
|
118610
|
+
"$ref": "#/definitions/SharedStateScope<Record<string,any>>"
|
|
118611
|
+
},
|
|
118612
|
+
"revision": {
|
|
118613
|
+
"type": "number"
|
|
118614
|
+
},
|
|
118615
|
+
"subtreeActiveDescendants": {
|
|
118616
|
+
"$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
|
|
118617
|
+
},
|
|
118618
|
+
"themeStateDefinitions": {
|
|
118619
|
+
"$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
|
|
118620
|
+
}
|
|
118621
|
+
},
|
|
118622
|
+
"required": [
|
|
118623
|
+
"dirty",
|
|
118624
|
+
"effectiveCompiledDefinitions",
|
|
118625
|
+
"effectiveSourceDefinitions",
|
|
118626
|
+
"ownerKind",
|
|
118627
|
+
"revision",
|
|
118628
|
+
"subtreeActiveDescendants"
|
|
118629
|
+
],
|
|
118630
|
+
"type": "object"
|
|
118631
|
+
},
|
|
118632
|
+
"SharedStateScope<any>": {
|
|
118633
|
+
"properties": {
|
|
118634
|
+
"dirty": {
|
|
118635
|
+
"type": "boolean"
|
|
118636
|
+
},
|
|
118637
|
+
"effectiveCompiledDefinitions": {
|
|
118638
|
+
"$ref": "#/definitions/Map<string,CompiledStateDefinition<any>>"
|
|
118639
|
+
},
|
|
118640
|
+
"effectiveSourceDefinitions": {
|
|
118641
|
+
"$ref": "#/definitions/StateDefinitionsInput<any>"
|
|
118642
|
+
},
|
|
118643
|
+
"localStateDefinitions": {
|
|
118644
|
+
"$ref": "#/definitions/StateDefinitionsInput<any>"
|
|
118645
|
+
},
|
|
118646
|
+
"ownerGroup": {
|
|
118647
|
+
"$ref": "#/definitions/IGroup"
|
|
118648
|
+
},
|
|
118649
|
+
"ownerKind": {
|
|
118650
|
+
"enum": [
|
|
118651
|
+
"group",
|
|
118652
|
+
"root"
|
|
118653
|
+
],
|
|
118654
|
+
"type": "string"
|
|
118655
|
+
},
|
|
118656
|
+
"ownerStage": {
|
|
118657
|
+
"$ref": "#/definitions/IStage"
|
|
118658
|
+
},
|
|
118659
|
+
"parentRevisionAtBuild": {
|
|
118660
|
+
"type": "number"
|
|
118661
|
+
},
|
|
118662
|
+
"parentScope": {
|
|
118663
|
+
"$ref": "#/definitions/SharedStateScope<any>"
|
|
118664
|
+
},
|
|
118665
|
+
"revision": {
|
|
118666
|
+
"type": "number"
|
|
118667
|
+
},
|
|
118668
|
+
"subtreeActiveDescendants": {
|
|
118669
|
+
"$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
|
|
118670
|
+
},
|
|
118671
|
+
"themeStateDefinitions": {
|
|
118672
|
+
"$ref": "#/definitions/StateDefinitionsInput<any>"
|
|
118673
|
+
}
|
|
118674
|
+
},
|
|
118675
|
+
"required": [
|
|
118676
|
+
"dirty",
|
|
118677
|
+
"effectiveCompiledDefinitions",
|
|
118678
|
+
"effectiveSourceDefinitions",
|
|
118679
|
+
"ownerKind",
|
|
118680
|
+
"revision",
|
|
118681
|
+
"subtreeActiveDescendants"
|
|
118682
|
+
],
|
|
118683
|
+
"type": "object"
|
|
118684
|
+
},
|
|
117958
118685
|
"SheetParseOptions": {
|
|
117959
118686
|
"properties": {
|
|
117960
118687
|
"clone": {
|
|
@@ -118103,6 +118830,28 @@
|
|
|
118103
118830
|
],
|
|
118104
118831
|
"type": "object"
|
|
118105
118832
|
},
|
|
118833
|
+
"StateDefinitionsInput<IGlyphGraphicAttribute>": {
|
|
118834
|
+
"type": "object"
|
|
118835
|
+
},
|
|
118836
|
+
"StateDefinitionsInput<IGroupGraphicAttribute>": {
|
|
118837
|
+
"type": "object"
|
|
118838
|
+
},
|
|
118839
|
+
"StateDefinitionsInput<Partial<IGraphicAttribute>>": {
|
|
118840
|
+
"type": "object"
|
|
118841
|
+
},
|
|
118842
|
+
"StateDefinitionsInput<Record<string,any>>": {
|
|
118843
|
+
"type": "object"
|
|
118844
|
+
},
|
|
118845
|
+
"StateDefinitionsInput<any>": {
|
|
118846
|
+
"type": "object"
|
|
118847
|
+
},
|
|
118848
|
+
"StateMergeMode": {
|
|
118849
|
+
"enum": [
|
|
118850
|
+
"deep",
|
|
118851
|
+
"shallow"
|
|
118852
|
+
],
|
|
118853
|
+
"type": "string"
|
|
118854
|
+
},
|
|
118106
118855
|
"Storage": {
|
|
118107
118856
|
"additionalProperties": {},
|
|
118108
118857
|
"properties": {
|