@visactor/vchart-schema 2.1.0-alpha.17 → 2.1.0-alpha.18

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/vchart.json +750 -102
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": {
@@ -39324,6 +39340,9 @@
39324
39340
  "addUpdateLayoutTag": {
39325
39341
  "typeof": "function"
39326
39342
  },
39343
+ "addUpdatePaintTag": {
39344
+ "typeof": "function"
39345
+ },
39327
39346
  "addUpdatePositionTag": {
39328
39347
  "typeof": "function"
39329
39348
  },
@@ -39360,9 +39379,18 @@
39360
39379
  "backgroundImg": {
39361
39380
  "type": "boolean"
39362
39381
  },
39382
+ "baseAttributes": {
39383
+ "$ref": "#/definitions/Partial<IGlyphGraphicAttribute>"
39384
+ },
39363
39385
  "bindDom": {
39364
39386
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
39365
39387
  },
39388
+ "boundSharedStateRevision": {
39389
+ "type": "number"
39390
+ },
39391
+ "boundSharedStateScope": {
39392
+ "$ref": "#/definitions/SharedStateScope<IGlyphGraphicAttribute>"
39393
+ },
39366
39394
  "childrenCount": {
39367
39395
  "type": "number"
39368
39396
  },
@@ -39396,9 +39424,18 @@
39396
39424
  "detachShadow": {
39397
39425
  "typeof": "function"
39398
39426
  },
39427
+ "detachStageForRelease": {
39428
+ "typeof": "function"
39429
+ },
39399
39430
  "dispatchEvent": {
39400
39431
  "typeof": "function"
39401
39432
  },
39433
+ "effectiveStates": {
39434
+ "items": {
39435
+ "type": "string"
39436
+ },
39437
+ "type": "array"
39438
+ },
39402
39439
  "emit": {
39403
39440
  "typeof": "function"
39404
39441
  },
@@ -39519,6 +39556,9 @@
39519
39556
  "insertIntoKeepIdx": {
39520
39557
  "typeof": "function"
39521
39558
  },
39559
+ "invalidateResolver": {
39560
+ "typeof": "function"
39561
+ },
39522
39562
  "isAncestorsOf": {
39523
39563
  "typeof": "function"
39524
39564
  },
@@ -39578,6 +39618,9 @@
39578
39618
  "onBeforeAttributeUpdate": {
39579
39619
  "typeof": "function"
39580
39620
  },
39621
+ "onParentSharedStateTreeChanged": {
39622
+ "typeof": "function"
39623
+ },
39581
39624
  "onSetStage": {
39582
39625
  "typeof": "function"
39583
39626
  },
@@ -39613,6 +39656,9 @@
39613
39656
  "reApplyAnimationState": {
39614
39657
  "typeof": "function"
39615
39658
  },
39659
+ "registeredActiveScopes": {
39660
+ "$ref": "#/definitions/Set<SharedStateScope<IGlyphGraphicAttribute>>"
39661
+ },
39616
39662
  "release": {
39617
39663
  "typeof": "function"
39618
39664
  },
@@ -39645,6 +39691,9 @@
39645
39691
  "removeState": {
39646
39692
  "typeof": "function"
39647
39693
  },
39694
+ "resolvedStatePatch": {
39695
+ "$ref": "#/definitions/Partial<IGlyphGraphicAttribute>"
39696
+ },
39648
39697
  "resources": {
39649
39698
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
39650
39699
  },
@@ -39678,9 +39727,15 @@
39678
39727
  "setStage": {
39679
39728
  "typeof": "function"
39680
39729
  },
39730
+ "setStates": {
39731
+ "typeof": "function"
39732
+ },
39681
39733
  "shadowRoot": {
39682
39734
  "$ref": "#/definitions/IShadowRoot"
39683
39735
  },
39736
+ "sharedStateDirty": {
39737
+ "type": "boolean"
39738
+ },
39684
39739
  "shouldSelfChangeUpdateAABBBounds": {
39685
39740
  "typeof": "function"
39686
39741
  },
@@ -39702,11 +39757,11 @@
39702
39757
  "stamp": {
39703
39758
  "type": "number"
39704
39759
  },
39705
- "stateProxy": {
39706
- "typeof": "function"
39760
+ "stateMergeMode": {
39761
+ "$ref": "#/definitions/StateMergeMode"
39707
39762
  },
39708
39763
  "states": {
39709
- "$ref": "#/definitions/Record<string,Partial<IGlyphGraphicAttribute>>"
39764
+ "$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
39710
39765
  },
39711
39766
  "stopAnimates": {
39712
39767
  "typeof": "function"
@@ -39761,6 +39816,7 @@
39761
39816
  "addUpdateBoundTag",
39762
39817
  "addUpdateGlobalPositionTag",
39763
39818
  "addUpdateLayoutTag",
39819
+ "addUpdatePaintTag",
39764
39820
  "addUpdatePositionTag",
39765
39821
  "addUpdateShapeAndBoundsTag",
39766
39822
  "animates",
@@ -39779,6 +39835,7 @@
39779
39835
  "createPathProxy",
39780
39836
  "delete",
39781
39837
  "detachShadow",
39838
+ "detachStageForRelease",
39782
39839
  "dispatchEvent",
39783
39840
  "emit",
39784
39841
  "find",
@@ -39812,6 +39869,7 @@
39812
39869
  "insertBefore",
39813
39870
  "insertInto",
39814
39871
  "insertIntoKeepIdx",
39872
+ "invalidateResolver",
39815
39873
  "isAncestorsOf",
39816
39874
  "isChildOf",
39817
39875
  "isDescendantsOf",
@@ -39820,6 +39878,7 @@
39820
39878
  "lastChild",
39821
39879
  "off",
39822
39880
  "on",
39881
+ "onParentSharedStateTreeChanged",
39823
39882
  "onSetStage",
39824
39883
  "onStop",
39825
39884
  "once",
@@ -39839,6 +39898,7 @@
39839
39898
  "setAttributes",
39840
39899
  "setMode",
39841
39900
  "setStage",
39901
+ "setStates",
39842
39902
  "shouldSelfChangeUpdateAABBBounds",
39843
39903
  "shouldUpdateAABBBounds",
39844
39904
  "shouldUpdateGlobalMatrix",
@@ -39899,6 +39959,9 @@
39899
39959
  "addUpdateLayoutTag": {
39900
39960
  "typeof": "function"
39901
39961
  },
39962
+ "addUpdatePaintTag": {
39963
+ "typeof": "function"
39964
+ },
39902
39965
  "addUpdatePositionTag": {
39903
39966
  "typeof": "function"
39904
39967
  },
@@ -39935,9 +39998,18 @@
39935
39998
  "backgroundImg": {
39936
39999
  "type": "boolean"
39937
40000
  },
40001
+ "baseAttributes": {
40002
+ "$ref": "#/definitions/Partial<Partial<IGraphicAttribute>>"
40003
+ },
39938
40004
  "bindDom": {
39939
40005
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
39940
40006
  },
40007
+ "boundSharedStateRevision": {
40008
+ "type": "number"
40009
+ },
40010
+ "boundSharedStateScope": {
40011
+ "$ref": "#/definitions/SharedStateScope<Partial<IGraphicAttribute>>"
40012
+ },
39941
40013
  "childrenCount": {
39942
40014
  "type": "number"
39943
40015
  },
@@ -39971,9 +40043,18 @@
39971
40043
  "detachShadow": {
39972
40044
  "typeof": "function"
39973
40045
  },
40046
+ "detachStageForRelease": {
40047
+ "typeof": "function"
40048
+ },
39974
40049
  "dispatchEvent": {
39975
40050
  "typeof": "function"
39976
40051
  },
40052
+ "effectiveStates": {
40053
+ "items": {
40054
+ "type": "string"
40055
+ },
40056
+ "type": "array"
40057
+ },
39977
40058
  "emit": {
39978
40059
  "typeof": "function"
39979
40060
  },
@@ -40094,6 +40175,9 @@
40094
40175
  "insertIntoKeepIdx": {
40095
40176
  "typeof": "function"
40096
40177
  },
40178
+ "invalidateResolver": {
40179
+ "typeof": "function"
40180
+ },
40097
40181
  "isAncestorsOf": {
40098
40182
  "typeof": "function"
40099
40183
  },
@@ -40153,6 +40237,9 @@
40153
40237
  "onBeforeAttributeUpdate": {
40154
40238
  "typeof": "function"
40155
40239
  },
40240
+ "onParentSharedStateTreeChanged": {
40241
+ "typeof": "function"
40242
+ },
40156
40243
  "onSetStage": {
40157
40244
  "typeof": "function"
40158
40245
  },
@@ -40188,6 +40275,9 @@
40188
40275
  "reApplyAnimationState": {
40189
40276
  "typeof": "function"
40190
40277
  },
40278
+ "registeredActiveScopes": {
40279
+ "$ref": "#/definitions/Set<SharedStateScope<Partial<IGraphicAttribute>>>"
40280
+ },
40191
40281
  "release": {
40192
40282
  "typeof": "function"
40193
40283
  },
@@ -40220,6 +40310,9 @@
40220
40310
  "removeState": {
40221
40311
  "typeof": "function"
40222
40312
  },
40313
+ "resolvedStatePatch": {
40314
+ "$ref": "#/definitions/Partial<Partial<IGraphicAttribute>>"
40315
+ },
40223
40316
  "resources": {
40224
40317
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
40225
40318
  },
@@ -40253,9 +40346,15 @@
40253
40346
  "setStage": {
40254
40347
  "typeof": "function"
40255
40348
  },
40349
+ "setStates": {
40350
+ "typeof": "function"
40351
+ },
40256
40352
  "shadowRoot": {
40257
40353
  "$ref": "#/definitions/IShadowRoot"
40258
40354
  },
40355
+ "sharedStateDirty": {
40356
+ "type": "boolean"
40357
+ },
40259
40358
  "shouldSelfChangeUpdateAABBBounds": {
40260
40359
  "typeof": "function"
40261
40360
  },
@@ -40277,11 +40376,11 @@
40277
40376
  "stamp": {
40278
40377
  "type": "number"
40279
40378
  },
40280
- "stateProxy": {
40281
- "typeof": "function"
40379
+ "stateMergeMode": {
40380
+ "$ref": "#/definitions/StateMergeMode"
40282
40381
  },
40283
40382
  "states": {
40284
- "$ref": "#/definitions/Record<string,Partial<Partial<IGraphicAttribute>>>"
40383
+ "$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
40285
40384
  },
40286
40385
  "stopAnimates": {
40287
40386
  "typeof": "function"
@@ -40336,6 +40435,7 @@
40336
40435
  "addUpdateBoundTag",
40337
40436
  "addUpdateGlobalPositionTag",
40338
40437
  "addUpdateLayoutTag",
40438
+ "addUpdatePaintTag",
40339
40439
  "addUpdatePositionTag",
40340
40440
  "addUpdateShapeAndBoundsTag",
40341
40441
  "animates",
@@ -40354,6 +40454,7 @@
40354
40454
  "createPathProxy",
40355
40455
  "delete",
40356
40456
  "detachShadow",
40457
+ "detachStageForRelease",
40357
40458
  "dispatchEvent",
40358
40459
  "emit",
40359
40460
  "find",
@@ -40387,6 +40488,7 @@
40387
40488
  "insertBefore",
40388
40489
  "insertInto",
40389
40490
  "insertIntoKeepIdx",
40491
+ "invalidateResolver",
40390
40492
  "isAncestorsOf",
40391
40493
  "isChildOf",
40392
40494
  "isDescendantsOf",
@@ -40395,6 +40497,7 @@
40395
40497
  "lastChild",
40396
40498
  "off",
40397
40499
  "on",
40500
+ "onParentSharedStateTreeChanged",
40398
40501
  "onSetStage",
40399
40502
  "onStop",
40400
40503
  "once",
@@ -40414,6 +40517,7 @@
40414
40517
  "setAttributes",
40415
40518
  "setMode",
40416
40519
  "setStage",
40520
+ "setStates",
40417
40521
  "shouldSelfChangeUpdateAABBBounds",
40418
40522
  "shouldUpdateAABBBounds",
40419
40523
  "shouldUpdateGlobalMatrix",
@@ -40474,6 +40578,9 @@
40474
40578
  "addUpdateLayoutTag": {
40475
40579
  "typeof": "function"
40476
40580
  },
40581
+ "addUpdatePaintTag": {
40582
+ "typeof": "function"
40583
+ },
40477
40584
  "addUpdatePositionTag": {
40478
40585
  "typeof": "function"
40479
40586
  },
@@ -40510,9 +40617,18 @@
40510
40617
  "backgroundImg": {
40511
40618
  "type": "boolean"
40512
40619
  },
40620
+ "baseAttributes": {
40621
+ "$ref": "#/definitions/Partial<any>"
40622
+ },
40513
40623
  "bindDom": {
40514
40624
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
40515
40625
  },
40626
+ "boundSharedStateRevision": {
40627
+ "type": "number"
40628
+ },
40629
+ "boundSharedStateScope": {
40630
+ "$ref": "#/definitions/SharedStateScope<any>"
40631
+ },
40516
40632
  "childrenCount": {
40517
40633
  "type": "number"
40518
40634
  },
@@ -40546,9 +40662,18 @@
40546
40662
  "detachShadow": {
40547
40663
  "typeof": "function"
40548
40664
  },
40665
+ "detachStageForRelease": {
40666
+ "typeof": "function"
40667
+ },
40549
40668
  "dispatchEvent": {
40550
40669
  "typeof": "function"
40551
40670
  },
40671
+ "effectiveStates": {
40672
+ "items": {
40673
+ "type": "string"
40674
+ },
40675
+ "type": "array"
40676
+ },
40552
40677
  "emit": {
40553
40678
  "typeof": "function"
40554
40679
  },
@@ -40669,6 +40794,9 @@
40669
40794
  "insertIntoKeepIdx": {
40670
40795
  "typeof": "function"
40671
40796
  },
40797
+ "invalidateResolver": {
40798
+ "typeof": "function"
40799
+ },
40672
40800
  "isAncestorsOf": {
40673
40801
  "typeof": "function"
40674
40802
  },
@@ -40728,6 +40856,9 @@
40728
40856
  "onBeforeAttributeUpdate": {
40729
40857
  "typeof": "function"
40730
40858
  },
40859
+ "onParentSharedStateTreeChanged": {
40860
+ "typeof": "function"
40861
+ },
40731
40862
  "onSetStage": {
40732
40863
  "typeof": "function"
40733
40864
  },
@@ -40763,6 +40894,9 @@
40763
40894
  "reApplyAnimationState": {
40764
40895
  "typeof": "function"
40765
40896
  },
40897
+ "registeredActiveScopes": {
40898
+ "$ref": "#/definitions/Set<SharedStateScope<any>>"
40899
+ },
40766
40900
  "release": {
40767
40901
  "typeof": "function"
40768
40902
  },
@@ -40795,6 +40929,9 @@
40795
40929
  "removeState": {
40796
40930
  "typeof": "function"
40797
40931
  },
40932
+ "resolvedStatePatch": {
40933
+ "$ref": "#/definitions/Partial<any>"
40934
+ },
40798
40935
  "resources": {
40799
40936
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
40800
40937
  },
@@ -40828,9 +40965,15 @@
40828
40965
  "setStage": {
40829
40966
  "typeof": "function"
40830
40967
  },
40968
+ "setStates": {
40969
+ "typeof": "function"
40970
+ },
40831
40971
  "shadowRoot": {
40832
40972
  "$ref": "#/definitions/IShadowRoot"
40833
40973
  },
40974
+ "sharedStateDirty": {
40975
+ "type": "boolean"
40976
+ },
40834
40977
  "shouldSelfChangeUpdateAABBBounds": {
40835
40978
  "typeof": "function"
40836
40979
  },
@@ -40852,11 +40995,11 @@
40852
40995
  "stamp": {
40853
40996
  "type": "number"
40854
40997
  },
40855
- "stateProxy": {
40856
- "typeof": "function"
40998
+ "stateMergeMode": {
40999
+ "$ref": "#/definitions/StateMergeMode"
40857
41000
  },
40858
41001
  "states": {
40859
- "$ref": "#/definitions/Record<string,Partial<any>>"
41002
+ "$ref": "#/definitions/StateDefinitionsInput<any>"
40860
41003
  },
40861
41004
  "stopAnimates": {
40862
41005
  "typeof": "function"
@@ -40911,6 +41054,7 @@
40911
41054
  "addUpdateBoundTag",
40912
41055
  "addUpdateGlobalPositionTag",
40913
41056
  "addUpdateLayoutTag",
41057
+ "addUpdatePaintTag",
40914
41058
  "addUpdatePositionTag",
40915
41059
  "addUpdateShapeAndBoundsTag",
40916
41060
  "animates",
@@ -40929,6 +41073,7 @@
40929
41073
  "createPathProxy",
40930
41074
  "delete",
40931
41075
  "detachShadow",
41076
+ "detachStageForRelease",
40932
41077
  "dispatchEvent",
40933
41078
  "emit",
40934
41079
  "find",
@@ -40962,6 +41107,7 @@
40962
41107
  "insertBefore",
40963
41108
  "insertInto",
40964
41109
  "insertIntoKeepIdx",
41110
+ "invalidateResolver",
40965
41111
  "isAncestorsOf",
40966
41112
  "isChildOf",
40967
41113
  "isDescendantsOf",
@@ -40970,6 +41116,7 @@
40970
41116
  "lastChild",
40971
41117
  "off",
40972
41118
  "on",
41119
+ "onParentSharedStateTreeChanged",
40973
41120
  "onSetStage",
40974
41121
  "onStop",
40975
41122
  "once",
@@ -40989,6 +41136,7 @@
40989
41136
  "setAttributes",
40990
41137
  "setMode",
40991
41138
  "setStage",
41139
+ "setStates",
40992
41140
  "shouldSelfChangeUpdateAABBBounds",
40993
41141
  "shouldUpdateAABBBounds",
40994
41142
  "shouldUpdateGlobalMatrix",
@@ -41210,6 +41358,9 @@
41210
41358
  "addUpdateLayoutTag": {
41211
41359
  "typeof": "function"
41212
41360
  },
41361
+ "addUpdatePaintTag": {
41362
+ "typeof": "function"
41363
+ },
41213
41364
  "addUpdatePositionTag": {
41214
41365
  "typeof": "function"
41215
41366
  },
@@ -41246,9 +41397,18 @@
41246
41397
  "backgroundImg": {
41247
41398
  "type": "boolean"
41248
41399
  },
41400
+ "baseAttributes": {
41401
+ "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
41402
+ },
41249
41403
  "bindDom": {
41250
41404
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
41251
41405
  },
41406
+ "boundSharedStateRevision": {
41407
+ "type": "number"
41408
+ },
41409
+ "boundSharedStateScope": {
41410
+ "$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
41411
+ },
41252
41412
  "childrenCount": {
41253
41413
  "type": "number"
41254
41414
  },
@@ -41291,9 +41451,18 @@
41291
41451
  "detachShadow": {
41292
41452
  "typeof": "function"
41293
41453
  },
41454
+ "detachStageForRelease": {
41455
+ "typeof": "function"
41456
+ },
41294
41457
  "dispatchEvent": {
41295
41458
  "typeof": "function"
41296
41459
  },
41460
+ "effectiveStates": {
41461
+ "items": {
41462
+ "type": "string"
41463
+ },
41464
+ "type": "array"
41465
+ },
41297
41466
  "emit": {
41298
41467
  "typeof": "function"
41299
41468
  },
@@ -41423,6 +41592,9 @@
41423
41592
  "insertIntoKeepIdx": {
41424
41593
  "typeof": "function"
41425
41594
  },
41595
+ "invalidateResolver": {
41596
+ "typeof": "function"
41597
+ },
41426
41598
  "isAncestorsOf": {
41427
41599
  "typeof": "function"
41428
41600
  },
@@ -41482,6 +41654,9 @@
41482
41654
  "onBeforeAttributeUpdate": {
41483
41655
  "typeof": "function"
41484
41656
  },
41657
+ "onParentSharedStateTreeChanged": {
41658
+ "typeof": "function"
41659
+ },
41485
41660
  "onSetStage": {
41486
41661
  "typeof": "function"
41487
41662
  },
@@ -41517,6 +41692,9 @@
41517
41692
  "reApplyAnimationState": {
41518
41693
  "typeof": "function"
41519
41694
  },
41695
+ "registeredActiveScopes": {
41696
+ "$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
41697
+ },
41520
41698
  "release": {
41521
41699
  "typeof": "function"
41522
41700
  },
@@ -41549,6 +41727,9 @@
41549
41727
  "removeState": {
41550
41728
  "typeof": "function"
41551
41729
  },
41730
+ "resolvedStatePatch": {
41731
+ "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
41732
+ },
41552
41733
  "resources": {
41553
41734
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
41554
41735
  },
@@ -41582,12 +41763,24 @@
41582
41763
  "setStage": {
41583
41764
  "typeof": "function"
41584
41765
  },
41766
+ "setStates": {
41767
+ "typeof": "function"
41768
+ },
41585
41769
  "setTheme": {
41586
41770
  "typeof": "function"
41587
41771
  },
41588
41772
  "shadowRoot": {
41589
41773
  "$ref": "#/definitions/IShadowRoot"
41590
41774
  },
41775
+ "sharedStateDefinitions": {
41776
+ "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
41777
+ },
41778
+ "sharedStateDirty": {
41779
+ "type": "boolean"
41780
+ },
41781
+ "sharedStateScope": {
41782
+ "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
41783
+ },
41591
41784
  "shouldSelfChangeUpdateAABBBounds": {
41592
41785
  "typeof": "function"
41593
41786
  },
@@ -41612,11 +41805,11 @@
41612
41805
  "stamp": {
41613
41806
  "type": "number"
41614
41807
  },
41615
- "stateProxy": {
41616
- "typeof": "function"
41808
+ "stateMergeMode": {
41809
+ "$ref": "#/definitions/StateMergeMode"
41617
41810
  },
41618
41811
  "states": {
41619
- "$ref": "#/definitions/Record<string,Partial<IGroupGraphicAttribute>>"
41812
+ "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
41620
41813
  },
41621
41814
  "stopAnimates": {
41622
41815
  "typeof": "function"
@@ -41674,6 +41867,7 @@
41674
41867
  "addUpdateBoundTag",
41675
41868
  "addUpdateGlobalPositionTag",
41676
41869
  "addUpdateLayoutTag",
41870
+ "addUpdatePaintTag",
41677
41871
  "addUpdatePositionTag",
41678
41872
  "addUpdateShapeAndBoundsTag",
41679
41873
  "animates",
@@ -41694,6 +41888,7 @@
41694
41888
  "createTheme",
41695
41889
  "delete",
41696
41890
  "detachShadow",
41891
+ "detachStageForRelease",
41697
41892
  "dispatchEvent",
41698
41893
  "emit",
41699
41894
  "find",
@@ -41730,6 +41925,7 @@
41730
41925
  "insertBefore",
41731
41926
  "insertInto",
41732
41927
  "insertIntoKeepIdx",
41928
+ "invalidateResolver",
41733
41929
  "isAncestorsOf",
41734
41930
  "isChildOf",
41735
41931
  "isDescendantsOf",
@@ -41738,6 +41934,7 @@
41738
41934
  "lastChild",
41739
41935
  "off",
41740
41936
  "on",
41937
+ "onParentSharedStateTreeChanged",
41741
41938
  "onSetStage",
41742
41939
  "onStop",
41743
41940
  "once",
@@ -41757,6 +41954,7 @@
41757
41954
  "setAttributes",
41758
41955
  "setMode",
41759
41956
  "setStage",
41957
+ "setStates",
41760
41958
  "setTheme",
41761
41959
  "shouldSelfChangeUpdateAABBBounds",
41762
41960
  "shouldUpdateAABBBounds",
@@ -45677,6 +45875,9 @@
45677
45875
  "addUpdateLayoutTag": {
45678
45876
  "typeof": "function"
45679
45877
  },
45878
+ "addUpdatePaintTag": {
45879
+ "typeof": "function"
45880
+ },
45680
45881
  "addUpdatePositionTag": {
45681
45882
  "typeof": "function"
45682
45883
  },
@@ -45719,12 +45920,21 @@
45719
45920
  "backgroundImg": {
45720
45921
  "type": "boolean"
45721
45922
  },
45923
+ "baseAttributes": {
45924
+ "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
45925
+ },
45722
45926
  "bindDom": {
45723
45927
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
45724
45928
  },
45725
45929
  "blendMode": {
45726
45930
  "type": "string"
45727
45931
  },
45932
+ "boundSharedStateRevision": {
45933
+ "type": "number"
45934
+ },
45935
+ "boundSharedStateScope": {
45936
+ "$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
45937
+ },
45728
45938
  "canvasId": {
45729
45939
  "type": "string"
45730
45940
  },
@@ -45773,6 +45983,9 @@
45773
45983
  "detachShadow": {
45774
45984
  "typeof": "function"
45775
45985
  },
45986
+ "detachStageForRelease": {
45987
+ "typeof": "function"
45988
+ },
45776
45989
  "dirtyBound": {
45777
45990
  "$ref": "#/definitions/IBounds"
45778
45991
  },
@@ -45785,6 +45998,12 @@
45785
45998
  "drawTo": {
45786
45999
  "typeof": "function"
45787
46000
  },
46001
+ "effectiveStates": {
46002
+ "items": {
46003
+ "type": "string"
46004
+ },
46005
+ "type": "array"
46006
+ },
45788
46007
  "emit": {
45789
46008
  "typeof": "function"
45790
46009
  },
@@ -45923,6 +46142,9 @@
45923
46142
  "insertIntoKeepIdx": {
45924
46143
  "typeof": "function"
45925
46144
  },
46145
+ "invalidateResolver": {
46146
+ "typeof": "function"
46147
+ },
45926
46148
  "isAncestorsOf": {
45927
46149
  "typeof": "function"
45928
46150
  },
@@ -45991,6 +46213,9 @@
45991
46213
  "onBeforeAttributeUpdate": {
45992
46214
  "typeof": "function"
45993
46215
  },
46216
+ "onParentSharedStateTreeChanged": {
46217
+ "typeof": "function"
46218
+ },
45994
46219
  "onSetStage": {
45995
46220
  "typeof": "function"
45996
46221
  },
@@ -46036,6 +46261,9 @@
46036
46261
  "reApplyAnimationState": {
46037
46262
  "typeof": "function"
46038
46263
  },
46264
+ "registeredActiveScopes": {
46265
+ "$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
46266
+ },
46039
46267
  "release": {
46040
46268
  "typeof": "function"
46041
46269
  },
@@ -46080,6 +46308,9 @@
46080
46308
  "resizeView": {
46081
46309
  "typeof": "function"
46082
46310
  },
46311
+ "resolvedStatePatch": {
46312
+ "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
46313
+ },
46083
46314
  "resources": {
46084
46315
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
46085
46316
  },
@@ -46116,6 +46347,9 @@
46116
46347
  "setStage": {
46117
46348
  "typeof": "function"
46118
46349
  },
46350
+ "setStates": {
46351
+ "typeof": "function"
46352
+ },
46119
46353
  "setTheme": {
46120
46354
  "typeof": "function"
46121
46355
  },
@@ -46125,6 +46359,15 @@
46125
46359
  "shadowRoot": {
46126
46360
  "$ref": "#/definitions/IShadowRoot"
46127
46361
  },
46362
+ "sharedStateDefinitions": {
46363
+ "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
46364
+ },
46365
+ "sharedStateDirty": {
46366
+ "type": "boolean"
46367
+ },
46368
+ "sharedStateScope": {
46369
+ "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
46370
+ },
46128
46371
  "shouldSelfChangeUpdateAABBBounds": {
46129
46372
  "typeof": "function"
46130
46373
  },
@@ -46152,11 +46395,11 @@
46152
46395
  "startAnimate": {
46153
46396
  "typeof": "function"
46154
46397
  },
46155
- "stateProxy": {
46156
- "typeof": "function"
46398
+ "stateMergeMode": {
46399
+ "$ref": "#/definitions/StateMergeMode"
46157
46400
  },
46158
46401
  "states": {
46159
- "$ref": "#/definitions/Record<string,Partial<IGroupGraphicAttribute>>"
46402
+ "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
46160
46403
  },
46161
46404
  "stopAnimates": {
46162
46405
  "typeof": "function"
@@ -46226,6 +46469,7 @@
46226
46469
  "addUpdateBoundTag",
46227
46470
  "addUpdateGlobalPositionTag",
46228
46471
  "addUpdateLayoutTag",
46472
+ "addUpdatePaintTag",
46229
46473
  "addUpdatePositionTag",
46230
46474
  "addUpdateShapeAndBoundsTag",
46231
46475
  "afterDraw",
@@ -46249,6 +46493,7 @@
46249
46493
  "createTheme",
46250
46494
  "delete",
46251
46495
  "detachShadow",
46496
+ "detachStageForRelease",
46252
46497
  "dirtyBound",
46253
46498
  "dispatchEvent",
46254
46499
  "dpr",
@@ -46290,6 +46535,7 @@
46290
46535
  "insertBefore",
46291
46536
  "insertInto",
46292
46537
  "insertIntoKeepIdx",
46538
+ "invalidateResolver",
46293
46539
  "isAncestorsOf",
46294
46540
  "isChildOf",
46295
46541
  "isDescendantsOf",
@@ -46301,6 +46547,7 @@
46301
46547
  "off",
46302
46548
  "offscreen",
46303
46549
  "on",
46550
+ "onParentSharedStateTreeChanged",
46304
46551
  "onSetStage",
46305
46552
  "onStop",
46306
46553
  "once",
@@ -46329,6 +46576,7 @@
46329
46576
  "setDpr",
46330
46577
  "setMode",
46331
46578
  "setStage",
46579
+ "setStates",
46332
46580
  "setTheme",
46333
46581
  "setToFrame",
46334
46582
  "shouldSelfChangeUpdateAABBBounds",
@@ -55970,6 +56218,9 @@
55970
56218
  }
55971
56219
  ]
55972
56220
  },
56221
+ "onParentSharedStateTreeChanged": {
56222
+ "typeof": "function"
56223
+ },
55973
56224
  "once": {
55974
56225
  "allOf": [
55975
56226
  {
@@ -56055,6 +56306,7 @@
56055
56306
  "lastChild",
56056
56307
  "off",
56057
56308
  "on",
56309
+ "onParentSharedStateTreeChanged",
56058
56310
  "once",
56059
56311
  "parent",
56060
56312
  "release",
@@ -58024,6 +58276,9 @@
58024
58276
  "findPluginsByName": {
58025
58277
  "typeof": "function"
58026
58278
  },
58279
+ "install": {
58280
+ "typeof": "function"
58281
+ },
58027
58282
  "register": {
58028
58283
  "typeof": "function"
58029
58284
  },
@@ -58035,6 +58290,9 @@
58035
58290
  },
58036
58291
  "unRegister": {
58037
58292
  "typeof": "function"
58293
+ },
58294
+ "uninstall": {
58295
+ "typeof": "function"
58038
58296
  }
58039
58297
  },
58040
58298
  "required": [
@@ -69774,6 +70032,9 @@
69774
70032
  "addUpdateLayoutTag": {
69775
70033
  "typeof": "function"
69776
70034
  },
70035
+ "addUpdatePaintTag": {
70036
+ "typeof": "function"
70037
+ },
69777
70038
  "addUpdatePositionTag": {
69778
70039
  "typeof": "function"
69779
70040
  },
@@ -69810,9 +70071,18 @@
69810
70071
  "backgroundImg": {
69811
70072
  "type": "boolean"
69812
70073
  },
70074
+ "baseAttributes": {
70075
+ "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
70076
+ },
69813
70077
  "bindDom": {
69814
70078
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
69815
70079
  },
70080
+ "boundSharedStateRevision": {
70081
+ "type": "number"
70082
+ },
70083
+ "boundSharedStateScope": {
70084
+ "$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
70085
+ },
69816
70086
  "childrenCount": {
69817
70087
  "type": "number"
69818
70088
  },
@@ -69855,9 +70125,18 @@
69855
70125
  "detachShadow": {
69856
70126
  "typeof": "function"
69857
70127
  },
70128
+ "detachStageForRelease": {
70129
+ "typeof": "function"
70130
+ },
69858
70131
  "dispatchEvent": {
69859
70132
  "typeof": "function"
69860
70133
  },
70134
+ "effectiveStates": {
70135
+ "items": {
70136
+ "type": "string"
70137
+ },
70138
+ "type": "array"
70139
+ },
69861
70140
  "emit": {
69862
70141
  "typeof": "function"
69863
70142
  },
@@ -69987,6 +70266,9 @@
69987
70266
  "insertIntoKeepIdx": {
69988
70267
  "typeof": "function"
69989
70268
  },
70269
+ "invalidateResolver": {
70270
+ "typeof": "function"
70271
+ },
69990
70272
  "isAncestorsOf": {
69991
70273
  "typeof": "function"
69992
70274
  },
@@ -70046,6 +70328,9 @@
70046
70328
  "onBeforeAttributeUpdate": {
70047
70329
  "typeof": "function"
70048
70330
  },
70331
+ "onParentSharedStateTreeChanged": {
70332
+ "typeof": "function"
70333
+ },
70049
70334
  "onSetStage": {
70050
70335
  "typeof": "function"
70051
70336
  },
@@ -70081,6 +70366,9 @@
70081
70366
  "reApplyAnimationState": {
70082
70367
  "typeof": "function"
70083
70368
  },
70369
+ "registeredActiveScopes": {
70370
+ "$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
70371
+ },
70084
70372
  "release": {
70085
70373
  "typeof": "function"
70086
70374
  },
@@ -70113,6 +70401,9 @@
70113
70401
  "removeState": {
70114
70402
  "typeof": "function"
70115
70403
  },
70404
+ "resolvedStatePatch": {
70405
+ "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
70406
+ },
70116
70407
  "resources": {
70117
70408
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
70118
70409
  },
@@ -70146,6 +70437,9 @@
70146
70437
  "setStage": {
70147
70438
  "typeof": "function"
70148
70439
  },
70440
+ "setStates": {
70441
+ "typeof": "function"
70442
+ },
70149
70443
  "setTheme": {
70150
70444
  "typeof": "function"
70151
70445
  },
@@ -70155,6 +70449,15 @@
70155
70449
  "shadowRoot": {
70156
70450
  "$ref": "#/definitions/IShadowRoot"
70157
70451
  },
70452
+ "sharedStateDefinitions": {
70453
+ "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
70454
+ },
70455
+ "sharedStateDirty": {
70456
+ "type": "boolean"
70457
+ },
70458
+ "sharedStateScope": {
70459
+ "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
70460
+ },
70158
70461
  "shouldSelfChangeUpdateAABBBounds": {
70159
70462
  "typeof": "function"
70160
70463
  },
@@ -70179,11 +70482,11 @@
70179
70482
  "stamp": {
70180
70483
  "type": "number"
70181
70484
  },
70182
- "stateProxy": {
70183
- "typeof": "function"
70485
+ "stateMergeMode": {
70486
+ "$ref": "#/definitions/StateMergeMode"
70184
70487
  },
70185
70488
  "states": {
70186
- "$ref": "#/definitions/Record<string,Partial<IGroupGraphicAttribute>>"
70489
+ "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
70187
70490
  },
70188
70491
  "stopAnimates": {
70189
70492
  "typeof": "function"
@@ -70241,6 +70544,7 @@
70241
70544
  "addUpdateBoundTag",
70242
70545
  "addUpdateGlobalPositionTag",
70243
70546
  "addUpdateLayoutTag",
70547
+ "addUpdatePaintTag",
70244
70548
  "addUpdatePositionTag",
70245
70549
  "addUpdateShapeAndBoundsTag",
70246
70550
  "animates",
@@ -70261,6 +70565,7 @@
70261
70565
  "createTheme",
70262
70566
  "delete",
70263
70567
  "detachShadow",
70568
+ "detachStageForRelease",
70264
70569
  "dispatchEvent",
70265
70570
  "emit",
70266
70571
  "find",
@@ -70297,6 +70602,7 @@
70297
70602
  "insertBefore",
70298
70603
  "insertInto",
70299
70604
  "insertIntoKeepIdx",
70605
+ "invalidateResolver",
70300
70606
  "isAncestorsOf",
70301
70607
  "isChildOf",
70302
70608
  "isDescendantsOf",
@@ -70305,6 +70611,7 @@
70305
70611
  "lastChild",
70306
70612
  "off",
70307
70613
  "on",
70614
+ "onParentSharedStateTreeChanged",
70308
70615
  "onSetStage",
70309
70616
  "onStop",
70310
70617
  "once",
@@ -70324,6 +70631,7 @@
70324
70631
  "setAttributes",
70325
70632
  "setMode",
70326
70633
  "setStage",
70634
+ "setStates",
70327
70635
  "setTheme",
70328
70636
  "shadowHost",
70329
70637
  "shouldSelfChangeUpdateAABBBounds",
@@ -70411,32 +70719,7 @@
70411
70719
  "type": "boolean"
70412
70720
  },
70413
70721
  "background": {
70414
- "anyOf": [
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
- ]
70722
+ "$ref": "#/definitions/IColor"
70440
70723
  },
70441
70724
  "camera": {
70442
70725
  "$ref": "#/definitions/ICamera"
@@ -70635,6 +70918,9 @@
70635
70918
  }
70636
70919
  ]
70637
70920
  },
70921
+ "onParentSharedStateTreeChanged": {
70922
+ "typeof": "function"
70923
+ },
70638
70924
  "once": {
70639
70925
  "allOf": [
70640
70926
  {
@@ -70746,6 +71032,9 @@
70746
71032
  "resumeTriggerEvent": {
70747
71033
  "typeof": "function"
70748
71034
  },
71035
+ "rootSharedStateScope": {
71036
+ "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
71037
+ },
70749
71038
  "set3dOptions": {
70750
71039
  "typeof": "function"
70751
71040
  },
@@ -70897,6 +71186,7 @@
70897
71186
  "layerService",
70898
71187
  "off",
70899
71188
  "on",
71189
+ "onParentSharedStateTreeChanged",
70900
71190
  "once",
70901
71191
  "params",
70902
71192
  "parent",
@@ -73442,9 +73732,15 @@
73442
73732
  "nextTheme": {
73443
73733
  "$ref": "#/definitions/IThemeSpec"
73444
73734
  },
73735
+ "onStateDefinitionsChange": {
73736
+ "typeof": "function"
73737
+ },
73445
73738
  "setTheme": {
73446
73739
  "typeof": "function"
73447
73740
  },
73741
+ "stateDefinitions": {
73742
+ "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
73743
+ },
73448
73744
  "userTheme": {
73449
73745
  "$ref": "#/definitions/IThemeSpec"
73450
73746
  }
@@ -81907,7 +82203,7 @@
81907
82203
  },
81908
82204
  "Map<Function,(...args:any[])=>void>": {
81909
82205
  "properties": {
81910
- "__@toStringTag@12647": {
82206
+ "__@toStringTag@12798": {
81911
82207
  "type": "string"
81912
82208
  },
81913
82209
  "size": {
@@ -81915,14 +82211,14 @@
81915
82211
  }
81916
82212
  },
81917
82213
  "required": [
81918
- "__@toStringTag@12647",
82214
+ "__@toStringTag@12798",
81919
82215
  "size"
81920
82216
  ],
81921
82217
  "type": "object"
81922
82218
  },
81923
82219
  "Map<number,IGraphicRender>": {
81924
82220
  "properties": {
81925
- "__@toStringTag@12647": {
82221
+ "__@toStringTag@12798": {
81926
82222
  "type": "string"
81927
82223
  },
81928
82224
  "size": {
@@ -81930,14 +82226,89 @@
81930
82226
  }
81931
82227
  },
81932
82228
  "required": [
81933
- "__@toStringTag@12647",
82229
+ "__@toStringTag@12798",
81934
82230
  "size"
81935
82231
  ],
81936
82232
  "type": "object"
81937
82233
  },
81938
82234
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
81939
82235
  "properties": {
81940
- "__@toStringTag@12647": {
82236
+ "__@toStringTag@12798": {
82237
+ "type": "string"
82238
+ },
82239
+ "size": {
82240
+ "type": "number"
82241
+ }
82242
+ },
82243
+ "required": [
82244
+ "__@toStringTag@12798",
82245
+ "size"
82246
+ ],
82247
+ "type": "object"
82248
+ },
82249
+ "Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>": {
82250
+ "properties": {
82251
+ "__@toStringTag@12798": {
82252
+ "type": "string"
82253
+ },
82254
+ "size": {
82255
+ "type": "number"
82256
+ }
82257
+ },
82258
+ "required": [
82259
+ "__@toStringTag@12798",
82260
+ "size"
82261
+ ],
82262
+ "type": "object"
82263
+ },
82264
+ "Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>": {
82265
+ "properties": {
82266
+ "__@toStringTag@12798": {
82267
+ "type": "string"
82268
+ },
82269
+ "size": {
82270
+ "type": "number"
82271
+ }
82272
+ },
82273
+ "required": [
82274
+ "__@toStringTag@12798",
82275
+ "size"
82276
+ ],
82277
+ "type": "object"
82278
+ },
82279
+ "Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>": {
82280
+ "properties": {
82281
+ "__@toStringTag@12798": {
82282
+ "type": "string"
82283
+ },
82284
+ "size": {
82285
+ "type": "number"
82286
+ }
82287
+ },
82288
+ "required": [
82289
+ "__@toStringTag@12798",
82290
+ "size"
82291
+ ],
82292
+ "type": "object"
82293
+ },
82294
+ "Map<string,CompiledStateDefinition<Record<string,any>>>": {
82295
+ "properties": {
82296
+ "__@toStringTag@12798": {
82297
+ "type": "string"
82298
+ },
82299
+ "size": {
82300
+ "type": "number"
82301
+ }
82302
+ },
82303
+ "required": [
82304
+ "__@toStringTag@12798",
82305
+ "size"
82306
+ ],
82307
+ "type": "object"
82308
+ },
82309
+ "Map<string,CompiledStateDefinition<any>>": {
82310
+ "properties": {
82311
+ "__@toStringTag@12798": {
81941
82312
  "type": "string"
81942
82313
  },
81943
82314
  "size": {
@@ -81945,14 +82316,14 @@
81945
82316
  }
81946
82317
  },
81947
82318
  "required": [
81948
- "__@toStringTag@12647",
82319
+ "__@toStringTag@12798",
81949
82320
  "size"
81950
82321
  ],
81951
82322
  "type": "object"
81952
82323
  },
81953
82324
  "Map<string,Map<number,IGraphicRender>>": {
81954
82325
  "properties": {
81955
- "__@toStringTag@12647": {
82326
+ "__@toStringTag@12798": {
81956
82327
  "type": "string"
81957
82328
  },
81958
82329
  "size": {
@@ -81960,14 +82331,14 @@
81960
82331
  }
81961
82332
  },
81962
82333
  "required": [
81963
- "__@toStringTag@12647",
82334
+ "__@toStringTag@12798",
81964
82335
  "size"
81965
82336
  ],
81966
82337
  "type": "object"
81967
82338
  },
81968
82339
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
81969
82340
  "properties": {
81970
- "__@toStringTag@12647": {
82341
+ "__@toStringTag@12798": {
81971
82342
  "type": "string"
81972
82343
  },
81973
82344
  "size": {
@@ -81975,14 +82346,14 @@
81975
82346
  }
81976
82347
  },
81977
82348
  "required": [
81978
- "__@toStringTag@12647",
82349
+ "__@toStringTag@12798",
81979
82350
  "size"
81980
82351
  ],
81981
82352
  "type": "object"
81982
82353
  },
81983
82354
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
81984
82355
  "properties": {
81985
- "__@toStringTag@12647": {
82356
+ "__@toStringTag@12798": {
81986
82357
  "type": "string"
81987
82358
  },
81988
82359
  "size": {
@@ -81990,14 +82361,14 @@
81990
82361
  }
81991
82362
  },
81992
82363
  "required": [
81993
- "__@toStringTag@12647",
82364
+ "__@toStringTag@12798",
81994
82365
  "size"
81995
82366
  ],
81996
82367
  "type": "object"
81997
82368
  },
81998
82369
  "Map<string|number,IAnimate>": {
81999
82370
  "properties": {
82000
- "__@toStringTag@12647": {
82371
+ "__@toStringTag@12798": {
82001
82372
  "type": "string"
82002
82373
  },
82003
82374
  "size": {
@@ -82005,7 +82376,7 @@
82005
82376
  }
82006
82377
  },
82007
82378
  "required": [
82008
- "__@toStringTag@12647",
82379
+ "__@toStringTag@12798",
82009
82380
  "size"
82010
82381
  ],
82011
82382
  "type": "object"
@@ -88295,6 +88666,9 @@
88295
88666
  "clipConfig": {
88296
88667
  "typeof": "function"
88297
88668
  },
88669
+ "clipRange": {
88670
+ "type": "number"
88671
+ },
88298
88672
  "cornerRadius": {
88299
88673
  "anyOf": [
88300
88674
  {
@@ -96920,32 +97294,7 @@
96920
97294
  "type": "boolean"
96921
97295
  },
96922
97296
  "background": {
96923
- "anyOf": [
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
- ]
97297
+ "$ref": "#/definitions/IColor"
96949
97298
  },
96950
97299
  "beforeRender": {
96951
97300
  "typeof": "function"
@@ -103868,34 +104217,34 @@
103868
104217
  },
103869
104218
  "Promise<FontFaceSet>": {
103870
104219
  "properties": {
103871
- "__@toStringTag@12647": {
104220
+ "__@toStringTag@12798": {
103872
104221
  "type": "string"
103873
104222
  }
103874
104223
  },
103875
104224
  "required": [
103876
- "__@toStringTag@12647"
104225
+ "__@toStringTag@12798"
103877
104226
  ],
103878
104227
  "type": "object"
103879
104228
  },
103880
104229
  "Promise<ServiceWorkerRegistration>": {
103881
104230
  "properties": {
103882
- "__@toStringTag@12647": {
104231
+ "__@toStringTag@12798": {
103883
104232
  "type": "string"
103884
104233
  }
103885
104234
  },
103886
104235
  "required": [
103887
- "__@toStringTag@12647"
104236
+ "__@toStringTag@12798"
103888
104237
  ],
103889
104238
  "type": "object"
103890
104239
  },
103891
104240
  "Promise<any>": {
103892
104241
  "properties": {
103893
- "__@toStringTag@12647": {
104242
+ "__@toStringTag@12798": {
103894
104243
  "type": "string"
103895
104244
  }
103896
104245
  },
103897
104246
  "required": [
103898
- "__@toStringTag@12647"
104247
+ "__@toStringTag@12798"
103899
104248
  ],
103900
104249
  "type": "object"
103901
104250
  },
@@ -104444,18 +104793,6 @@
104444
104793
  "Record<string,Omit<ITheme,\"name\"|\"type\"|\"description\">>": {
104445
104794
  "type": "object"
104446
104795
  },
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
104796
  "Record<string,any>": {
104460
104797
  "type": "object"
104461
104798
  },
@@ -104675,6 +105012,9 @@
104675
105012
  "clipConfig": {
104676
105013
  "typeof": "function"
104677
105014
  },
105015
+ "clipRange": {
105016
+ "type": "number"
105017
+ },
104678
105018
  "cornerRadius": {
104679
105019
  "anyOf": [
104680
105020
  {
@@ -105069,6 +105409,7 @@
105069
105409
  "cap",
105070
105410
  "childrenPickable",
105071
105411
  "clipConfig",
105412
+ "clipRange",
105072
105413
  "cornerRadius",
105073
105414
  "cursor",
105074
105415
  "customPickShape",
@@ -117731,6 +118072,81 @@
117731
118072
  ],
117732
118073
  "type": "string"
117733
118074
  },
118075
+ "Set<IGraphic<Partial<IGraphicAttribute>>>": {
118076
+ "properties": {
118077
+ "__@toStringTag@12798": {
118078
+ "type": "string"
118079
+ },
118080
+ "size": {
118081
+ "type": "number"
118082
+ }
118083
+ },
118084
+ "required": [
118085
+ "__@toStringTag@12798",
118086
+ "size"
118087
+ ],
118088
+ "type": "object"
118089
+ },
118090
+ "Set<SharedStateScope<IGlyphGraphicAttribute>>": {
118091
+ "properties": {
118092
+ "__@toStringTag@12798": {
118093
+ "type": "string"
118094
+ },
118095
+ "size": {
118096
+ "type": "number"
118097
+ }
118098
+ },
118099
+ "required": [
118100
+ "__@toStringTag@12798",
118101
+ "size"
118102
+ ],
118103
+ "type": "object"
118104
+ },
118105
+ "Set<SharedStateScope<IGroupGraphicAttribute>>": {
118106
+ "properties": {
118107
+ "__@toStringTag@12798": {
118108
+ "type": "string"
118109
+ },
118110
+ "size": {
118111
+ "type": "number"
118112
+ }
118113
+ },
118114
+ "required": [
118115
+ "__@toStringTag@12798",
118116
+ "size"
118117
+ ],
118118
+ "type": "object"
118119
+ },
118120
+ "Set<SharedStateScope<Partial<IGraphicAttribute>>>": {
118121
+ "properties": {
118122
+ "__@toStringTag@12798": {
118123
+ "type": "string"
118124
+ },
118125
+ "size": {
118126
+ "type": "number"
118127
+ }
118128
+ },
118129
+ "required": [
118130
+ "__@toStringTag@12798",
118131
+ "size"
118132
+ ],
118133
+ "type": "object"
118134
+ },
118135
+ "Set<SharedStateScope<any>>": {
118136
+ "properties": {
118137
+ "__@toStringTag@12798": {
118138
+ "type": "string"
118139
+ },
118140
+ "size": {
118141
+ "type": "number"
118142
+ }
118143
+ },
118144
+ "required": [
118145
+ "__@toStringTag@12798",
118146
+ "size"
118147
+ ],
118148
+ "type": "object"
118149
+ },
117734
118150
  "ShadowRoot": {
117735
118151
  "properties": {
117736
118152
  "ATTRIBUTE_NODE": {
@@ -117955,6 +118371,216 @@
117955
118371
  ],
117956
118372
  "type": "string"
117957
118373
  },
118374
+ "SharedStateScope<IGlyphGraphicAttribute>": {
118375
+ "properties": {
118376
+ "dirty": {
118377
+ "type": "boolean"
118378
+ },
118379
+ "effectiveCompiledDefinitions": {
118380
+ "$ref": "#/definitions/Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>"
118381
+ },
118382
+ "effectiveSourceDefinitions": {
118383
+ "$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
118384
+ },
118385
+ "localStateDefinitions": {
118386
+ "$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
118387
+ },
118388
+ "ownerStage": {
118389
+ "$ref": "#/definitions/IStage"
118390
+ },
118391
+ "parentRevisionAtBuild": {
118392
+ "type": "number"
118393
+ },
118394
+ "parentScope": {
118395
+ "$ref": "#/definitions/SharedStateScope<IGlyphGraphicAttribute>"
118396
+ },
118397
+ "revision": {
118398
+ "type": "number"
118399
+ },
118400
+ "subtreeActiveDescendants": {
118401
+ "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118402
+ },
118403
+ "themeStateDefinitions": {
118404
+ "$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
118405
+ }
118406
+ },
118407
+ "required": [
118408
+ "dirty",
118409
+ "effectiveCompiledDefinitions",
118410
+ "effectiveSourceDefinitions",
118411
+ "revision",
118412
+ "subtreeActiveDescendants"
118413
+ ],
118414
+ "type": "object"
118415
+ },
118416
+ "SharedStateScope<IGroupGraphicAttribute>": {
118417
+ "properties": {
118418
+ "dirty": {
118419
+ "type": "boolean"
118420
+ },
118421
+ "effectiveCompiledDefinitions": {
118422
+ "$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
118423
+ },
118424
+ "effectiveSourceDefinitions": {
118425
+ "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
118426
+ },
118427
+ "localStateDefinitions": {
118428
+ "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
118429
+ },
118430
+ "ownerStage": {
118431
+ "$ref": "#/definitions/IStage"
118432
+ },
118433
+ "parentRevisionAtBuild": {
118434
+ "type": "number"
118435
+ },
118436
+ "parentScope": {
118437
+ "$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
118438
+ },
118439
+ "revision": {
118440
+ "type": "number"
118441
+ },
118442
+ "subtreeActiveDescendants": {
118443
+ "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118444
+ },
118445
+ "themeStateDefinitions": {
118446
+ "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
118447
+ }
118448
+ },
118449
+ "required": [
118450
+ "dirty",
118451
+ "effectiveCompiledDefinitions",
118452
+ "effectiveSourceDefinitions",
118453
+ "revision",
118454
+ "subtreeActiveDescendants"
118455
+ ],
118456
+ "type": "object"
118457
+ },
118458
+ "SharedStateScope<Partial<IGraphicAttribute>>": {
118459
+ "properties": {
118460
+ "dirty": {
118461
+ "type": "boolean"
118462
+ },
118463
+ "effectiveCompiledDefinitions": {
118464
+ "$ref": "#/definitions/Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>"
118465
+ },
118466
+ "effectiveSourceDefinitions": {
118467
+ "$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
118468
+ },
118469
+ "localStateDefinitions": {
118470
+ "$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
118471
+ },
118472
+ "ownerStage": {
118473
+ "$ref": "#/definitions/IStage"
118474
+ },
118475
+ "parentRevisionAtBuild": {
118476
+ "type": "number"
118477
+ },
118478
+ "parentScope": {
118479
+ "$ref": "#/definitions/SharedStateScope<Partial<IGraphicAttribute>>"
118480
+ },
118481
+ "revision": {
118482
+ "type": "number"
118483
+ },
118484
+ "subtreeActiveDescendants": {
118485
+ "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118486
+ },
118487
+ "themeStateDefinitions": {
118488
+ "$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
118489
+ }
118490
+ },
118491
+ "required": [
118492
+ "dirty",
118493
+ "effectiveCompiledDefinitions",
118494
+ "effectiveSourceDefinitions",
118495
+ "revision",
118496
+ "subtreeActiveDescendants"
118497
+ ],
118498
+ "type": "object"
118499
+ },
118500
+ "SharedStateScope<Record<string,any>>": {
118501
+ "properties": {
118502
+ "dirty": {
118503
+ "type": "boolean"
118504
+ },
118505
+ "effectiveCompiledDefinitions": {
118506
+ "$ref": "#/definitions/Map<string,CompiledStateDefinition<Record<string,any>>>"
118507
+ },
118508
+ "effectiveSourceDefinitions": {
118509
+ "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
118510
+ },
118511
+ "localStateDefinitions": {
118512
+ "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
118513
+ },
118514
+ "ownerStage": {
118515
+ "$ref": "#/definitions/IStage"
118516
+ },
118517
+ "parentRevisionAtBuild": {
118518
+ "type": "number"
118519
+ },
118520
+ "parentScope": {
118521
+ "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
118522
+ },
118523
+ "revision": {
118524
+ "type": "number"
118525
+ },
118526
+ "subtreeActiveDescendants": {
118527
+ "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118528
+ },
118529
+ "themeStateDefinitions": {
118530
+ "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
118531
+ }
118532
+ },
118533
+ "required": [
118534
+ "dirty",
118535
+ "effectiveCompiledDefinitions",
118536
+ "effectiveSourceDefinitions",
118537
+ "revision",
118538
+ "subtreeActiveDescendants"
118539
+ ],
118540
+ "type": "object"
118541
+ },
118542
+ "SharedStateScope<any>": {
118543
+ "properties": {
118544
+ "dirty": {
118545
+ "type": "boolean"
118546
+ },
118547
+ "effectiveCompiledDefinitions": {
118548
+ "$ref": "#/definitions/Map<string,CompiledStateDefinition<any>>"
118549
+ },
118550
+ "effectiveSourceDefinitions": {
118551
+ "$ref": "#/definitions/StateDefinitionsInput<any>"
118552
+ },
118553
+ "localStateDefinitions": {
118554
+ "$ref": "#/definitions/StateDefinitionsInput<any>"
118555
+ },
118556
+ "ownerStage": {
118557
+ "$ref": "#/definitions/IStage"
118558
+ },
118559
+ "parentRevisionAtBuild": {
118560
+ "type": "number"
118561
+ },
118562
+ "parentScope": {
118563
+ "$ref": "#/definitions/SharedStateScope<any>"
118564
+ },
118565
+ "revision": {
118566
+ "type": "number"
118567
+ },
118568
+ "subtreeActiveDescendants": {
118569
+ "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118570
+ },
118571
+ "themeStateDefinitions": {
118572
+ "$ref": "#/definitions/StateDefinitionsInput<any>"
118573
+ }
118574
+ },
118575
+ "required": [
118576
+ "dirty",
118577
+ "effectiveCompiledDefinitions",
118578
+ "effectiveSourceDefinitions",
118579
+ "revision",
118580
+ "subtreeActiveDescendants"
118581
+ ],
118582
+ "type": "object"
118583
+ },
117958
118584
  "SheetParseOptions": {
117959
118585
  "properties": {
117960
118586
  "clone": {
@@ -118103,6 +118729,28 @@
118103
118729
  ],
118104
118730
  "type": "object"
118105
118731
  },
118732
+ "StateDefinitionsInput<IGlyphGraphicAttribute>": {
118733
+ "type": "object"
118734
+ },
118735
+ "StateDefinitionsInput<IGroupGraphicAttribute>": {
118736
+ "type": "object"
118737
+ },
118738
+ "StateDefinitionsInput<Partial<IGraphicAttribute>>": {
118739
+ "type": "object"
118740
+ },
118741
+ "StateDefinitionsInput<Record<string,any>>": {
118742
+ "type": "object"
118743
+ },
118744
+ "StateDefinitionsInput<any>": {
118745
+ "type": "object"
118746
+ },
118747
+ "StateMergeMode": {
118748
+ "enum": [
118749
+ "deep",
118750
+ "shallow"
118751
+ ],
118752
+ "type": "string"
118753
+ },
118106
118754
  "Storage": {
118107
118755
  "additionalProperties": {},
118108
118756
  "properties": {