@visactor/vchart-schema 2.1.0-alpha.14 → 2.1.0-alpha.16

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 +90 -894
package/vchart.json CHANGED
@@ -29059,22 +29059,6 @@
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
- },
29078
29062
  "IColorKey": {
29079
29063
  "description": "语义化色值的色值索引",
29080
29064
  "properties": {
@@ -33802,44 +33786,6 @@
33802
33786
  }
33803
33787
  ]
33804
33788
  },
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
- },
33843
33789
  "IDelayType": {
33844
33790
  "enum": [
33845
33791
  "debounce",
@@ -39378,9 +39324,6 @@
39378
39324
  "addUpdateLayoutTag": {
39379
39325
  "typeof": "function"
39380
39326
  },
39381
- "addUpdatePaintTag": {
39382
- "typeof": "function"
39383
- },
39384
39327
  "addUpdatePositionTag": {
39385
39328
  "typeof": "function"
39386
39329
  },
@@ -39417,18 +39360,9 @@
39417
39360
  "backgroundImg": {
39418
39361
  "type": "boolean"
39419
39362
  },
39420
- "baseAttributes": {
39421
- "$ref": "#/definitions/Partial<IGlyphGraphicAttribute>"
39422
- },
39423
39363
  "bindDom": {
39424
39364
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
39425
39365
  },
39426
- "boundSharedStateRevision": {
39427
- "type": "number"
39428
- },
39429
- "boundSharedStateScope": {
39430
- "$ref": "#/definitions/SharedStateScope<IGlyphGraphicAttribute>"
39431
- },
39432
39366
  "childrenCount": {
39433
39367
  "type": "number"
39434
39368
  },
@@ -39462,18 +39396,9 @@
39462
39396
  "detachShadow": {
39463
39397
  "typeof": "function"
39464
39398
  },
39465
- "detachStageForRelease": {
39466
- "typeof": "function"
39467
- },
39468
39399
  "dispatchEvent": {
39469
39400
  "typeof": "function"
39470
39401
  },
39471
- "effectiveStates": {
39472
- "items": {
39473
- "type": "string"
39474
- },
39475
- "type": "array"
39476
- },
39477
39402
  "emit": {
39478
39403
  "typeof": "function"
39479
39404
  },
@@ -39594,9 +39519,6 @@
39594
39519
  "insertIntoKeepIdx": {
39595
39520
  "typeof": "function"
39596
39521
  },
39597
- "invalidateResolver": {
39598
- "typeof": "function"
39599
- },
39600
39522
  "isAncestorsOf": {
39601
39523
  "typeof": "function"
39602
39524
  },
@@ -39621,12 +39543,6 @@
39621
39543
  "layer": {
39622
39544
  "$ref": "#/definitions/ILayer"
39623
39545
  },
39624
- "localFallbackCompiledDefinitions": {
39625
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>"
39626
- },
39627
- "localFallbackVersion": {
39628
- "type": "number"
39629
- },
39630
39546
  "name": {
39631
39547
  "type": "string"
39632
39548
  },
@@ -39697,9 +39613,6 @@
39697
39613
  "reApplyAnimationState": {
39698
39614
  "typeof": "function"
39699
39615
  },
39700
- "registeredActiveScopes": {
39701
- "$ref": "#/definitions/Set<SharedStateScope<IGlyphGraphicAttribute>>"
39702
- },
39703
39616
  "release": {
39704
39617
  "typeof": "function"
39705
39618
  },
@@ -39732,9 +39645,6 @@
39732
39645
  "removeState": {
39733
39646
  "typeof": "function"
39734
39647
  },
39735
- "resolvedStatePatch": {
39736
- "$ref": "#/definitions/Partial<IGlyphGraphicAttribute>"
39737
- },
39738
39648
  "resources": {
39739
39649
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
39740
39650
  },
@@ -39768,15 +39678,9 @@
39768
39678
  "setStage": {
39769
39679
  "typeof": "function"
39770
39680
  },
39771
- "setStates": {
39772
- "typeof": "function"
39773
- },
39774
39681
  "shadowRoot": {
39775
39682
  "$ref": "#/definitions/IShadowRoot"
39776
39683
  },
39777
- "sharedStateDirty": {
39778
- "type": "boolean"
39779
- },
39780
39684
  "shouldSelfChangeUpdateAABBBounds": {
39781
39685
  "typeof": "function"
39782
39686
  },
@@ -39798,14 +39702,11 @@
39798
39702
  "stamp": {
39799
39703
  "type": "number"
39800
39704
  },
39801
- "stateMergeMode": {
39802
- "$ref": "#/definitions/StateMergeMode"
39803
- },
39804
39705
  "stateProxy": {
39805
39706
  "typeof": "function"
39806
39707
  },
39807
39708
  "states": {
39808
- "$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
39709
+ "$ref": "#/definitions/Record<string,Partial<IGlyphGraphicAttribute>>"
39809
39710
  },
39810
39711
  "stopAnimates": {
39811
39712
  "typeof": "function"
@@ -39860,7 +39761,6 @@
39860
39761
  "addUpdateBoundTag",
39861
39762
  "addUpdateGlobalPositionTag",
39862
39763
  "addUpdateLayoutTag",
39863
- "addUpdatePaintTag",
39864
39764
  "addUpdatePositionTag",
39865
39765
  "addUpdateShapeAndBoundsTag",
39866
39766
  "animates",
@@ -39879,7 +39779,6 @@
39879
39779
  "createPathProxy",
39880
39780
  "delete",
39881
39781
  "detachShadow",
39882
- "detachStageForRelease",
39883
39782
  "dispatchEvent",
39884
39783
  "emit",
39885
39784
  "find",
@@ -39913,7 +39812,6 @@
39913
39812
  "insertBefore",
39914
39813
  "insertInto",
39915
39814
  "insertIntoKeepIdx",
39916
- "invalidateResolver",
39917
39815
  "isAncestorsOf",
39918
39816
  "isChildOf",
39919
39817
  "isDescendantsOf",
@@ -39941,7 +39839,6 @@
39941
39839
  "setAttributes",
39942
39840
  "setMode",
39943
39841
  "setStage",
39944
- "setStates",
39945
39842
  "shouldSelfChangeUpdateAABBBounds",
39946
39843
  "shouldUpdateAABBBounds",
39947
39844
  "shouldUpdateGlobalMatrix",
@@ -40002,9 +39899,6 @@
40002
39899
  "addUpdateLayoutTag": {
40003
39900
  "typeof": "function"
40004
39901
  },
40005
- "addUpdatePaintTag": {
40006
- "typeof": "function"
40007
- },
40008
39902
  "addUpdatePositionTag": {
40009
39903
  "typeof": "function"
40010
39904
  },
@@ -40041,18 +39935,9 @@
40041
39935
  "backgroundImg": {
40042
39936
  "type": "boolean"
40043
39937
  },
40044
- "baseAttributes": {
40045
- "$ref": "#/definitions/Partial<Partial<IGraphicAttribute>>"
40046
- },
40047
39938
  "bindDom": {
40048
39939
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
40049
39940
  },
40050
- "boundSharedStateRevision": {
40051
- "type": "number"
40052
- },
40053
- "boundSharedStateScope": {
40054
- "$ref": "#/definitions/SharedStateScope<Partial<IGraphicAttribute>>"
40055
- },
40056
39941
  "childrenCount": {
40057
39942
  "type": "number"
40058
39943
  },
@@ -40086,18 +39971,9 @@
40086
39971
  "detachShadow": {
40087
39972
  "typeof": "function"
40088
39973
  },
40089
- "detachStageForRelease": {
40090
- "typeof": "function"
40091
- },
40092
39974
  "dispatchEvent": {
40093
39975
  "typeof": "function"
40094
39976
  },
40095
- "effectiveStates": {
40096
- "items": {
40097
- "type": "string"
40098
- },
40099
- "type": "array"
40100
- },
40101
39977
  "emit": {
40102
39978
  "typeof": "function"
40103
39979
  },
@@ -40218,9 +40094,6 @@
40218
40094
  "insertIntoKeepIdx": {
40219
40095
  "typeof": "function"
40220
40096
  },
40221
- "invalidateResolver": {
40222
- "typeof": "function"
40223
- },
40224
40097
  "isAncestorsOf": {
40225
40098
  "typeof": "function"
40226
40099
  },
@@ -40245,12 +40118,6 @@
40245
40118
  "layer": {
40246
40119
  "$ref": "#/definitions/ILayer"
40247
40120
  },
40248
- "localFallbackCompiledDefinitions": {
40249
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>"
40250
- },
40251
- "localFallbackVersion": {
40252
- "type": "number"
40253
- },
40254
40121
  "name": {
40255
40122
  "type": "string"
40256
40123
  },
@@ -40321,9 +40188,6 @@
40321
40188
  "reApplyAnimationState": {
40322
40189
  "typeof": "function"
40323
40190
  },
40324
- "registeredActiveScopes": {
40325
- "$ref": "#/definitions/Set<SharedStateScope<Partial<IGraphicAttribute>>>"
40326
- },
40327
40191
  "release": {
40328
40192
  "typeof": "function"
40329
40193
  },
@@ -40356,9 +40220,6 @@
40356
40220
  "removeState": {
40357
40221
  "typeof": "function"
40358
40222
  },
40359
- "resolvedStatePatch": {
40360
- "$ref": "#/definitions/Partial<Partial<IGraphicAttribute>>"
40361
- },
40362
40223
  "resources": {
40363
40224
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
40364
40225
  },
@@ -40392,15 +40253,9 @@
40392
40253
  "setStage": {
40393
40254
  "typeof": "function"
40394
40255
  },
40395
- "setStates": {
40396
- "typeof": "function"
40397
- },
40398
40256
  "shadowRoot": {
40399
40257
  "$ref": "#/definitions/IShadowRoot"
40400
40258
  },
40401
- "sharedStateDirty": {
40402
- "type": "boolean"
40403
- },
40404
40259
  "shouldSelfChangeUpdateAABBBounds": {
40405
40260
  "typeof": "function"
40406
40261
  },
@@ -40422,14 +40277,11 @@
40422
40277
  "stamp": {
40423
40278
  "type": "number"
40424
40279
  },
40425
- "stateMergeMode": {
40426
- "$ref": "#/definitions/StateMergeMode"
40427
- },
40428
40280
  "stateProxy": {
40429
40281
  "typeof": "function"
40430
40282
  },
40431
40283
  "states": {
40432
- "$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
40284
+ "$ref": "#/definitions/Record<string,Partial<Partial<IGraphicAttribute>>>"
40433
40285
  },
40434
40286
  "stopAnimates": {
40435
40287
  "typeof": "function"
@@ -40484,7 +40336,6 @@
40484
40336
  "addUpdateBoundTag",
40485
40337
  "addUpdateGlobalPositionTag",
40486
40338
  "addUpdateLayoutTag",
40487
- "addUpdatePaintTag",
40488
40339
  "addUpdatePositionTag",
40489
40340
  "addUpdateShapeAndBoundsTag",
40490
40341
  "animates",
@@ -40503,7 +40354,6 @@
40503
40354
  "createPathProxy",
40504
40355
  "delete",
40505
40356
  "detachShadow",
40506
- "detachStageForRelease",
40507
40357
  "dispatchEvent",
40508
40358
  "emit",
40509
40359
  "find",
@@ -40537,7 +40387,6 @@
40537
40387
  "insertBefore",
40538
40388
  "insertInto",
40539
40389
  "insertIntoKeepIdx",
40540
- "invalidateResolver",
40541
40390
  "isAncestorsOf",
40542
40391
  "isChildOf",
40543
40392
  "isDescendantsOf",
@@ -40565,7 +40414,6 @@
40565
40414
  "setAttributes",
40566
40415
  "setMode",
40567
40416
  "setStage",
40568
- "setStates",
40569
40417
  "shouldSelfChangeUpdateAABBBounds",
40570
40418
  "shouldUpdateAABBBounds",
40571
40419
  "shouldUpdateGlobalMatrix",
@@ -40626,9 +40474,6 @@
40626
40474
  "addUpdateLayoutTag": {
40627
40475
  "typeof": "function"
40628
40476
  },
40629
- "addUpdatePaintTag": {
40630
- "typeof": "function"
40631
- },
40632
40477
  "addUpdatePositionTag": {
40633
40478
  "typeof": "function"
40634
40479
  },
@@ -40665,18 +40510,9 @@
40665
40510
  "backgroundImg": {
40666
40511
  "type": "boolean"
40667
40512
  },
40668
- "baseAttributes": {
40669
- "$ref": "#/definitions/Partial<any>"
40670
- },
40671
40513
  "bindDom": {
40672
40514
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
40673
40515
  },
40674
- "boundSharedStateRevision": {
40675
- "type": "number"
40676
- },
40677
- "boundSharedStateScope": {
40678
- "$ref": "#/definitions/SharedStateScope<any>"
40679
- },
40680
40516
  "childrenCount": {
40681
40517
  "type": "number"
40682
40518
  },
@@ -40710,18 +40546,9 @@
40710
40546
  "detachShadow": {
40711
40547
  "typeof": "function"
40712
40548
  },
40713
- "detachStageForRelease": {
40714
- "typeof": "function"
40715
- },
40716
40549
  "dispatchEvent": {
40717
40550
  "typeof": "function"
40718
40551
  },
40719
- "effectiveStates": {
40720
- "items": {
40721
- "type": "string"
40722
- },
40723
- "type": "array"
40724
- },
40725
40552
  "emit": {
40726
40553
  "typeof": "function"
40727
40554
  },
@@ -40842,9 +40669,6 @@
40842
40669
  "insertIntoKeepIdx": {
40843
40670
  "typeof": "function"
40844
40671
  },
40845
- "invalidateResolver": {
40846
- "typeof": "function"
40847
- },
40848
40672
  "isAncestorsOf": {
40849
40673
  "typeof": "function"
40850
40674
  },
@@ -40869,12 +40693,6 @@
40869
40693
  "layer": {
40870
40694
  "$ref": "#/definitions/ILayer"
40871
40695
  },
40872
- "localFallbackCompiledDefinitions": {
40873
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<any>>"
40874
- },
40875
- "localFallbackVersion": {
40876
- "type": "number"
40877
- },
40878
40696
  "name": {
40879
40697
  "type": "string"
40880
40698
  },
@@ -40945,9 +40763,6 @@
40945
40763
  "reApplyAnimationState": {
40946
40764
  "typeof": "function"
40947
40765
  },
40948
- "registeredActiveScopes": {
40949
- "$ref": "#/definitions/Set<SharedStateScope<any>>"
40950
- },
40951
40766
  "release": {
40952
40767
  "typeof": "function"
40953
40768
  },
@@ -40980,9 +40795,6 @@
40980
40795
  "removeState": {
40981
40796
  "typeof": "function"
40982
40797
  },
40983
- "resolvedStatePatch": {
40984
- "$ref": "#/definitions/Partial<any>"
40985
- },
40986
40798
  "resources": {
40987
40799
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
40988
40800
  },
@@ -41016,15 +40828,9 @@
41016
40828
  "setStage": {
41017
40829
  "typeof": "function"
41018
40830
  },
41019
- "setStates": {
41020
- "typeof": "function"
41021
- },
41022
40831
  "shadowRoot": {
41023
40832
  "$ref": "#/definitions/IShadowRoot"
41024
40833
  },
41025
- "sharedStateDirty": {
41026
- "type": "boolean"
41027
- },
41028
40834
  "shouldSelfChangeUpdateAABBBounds": {
41029
40835
  "typeof": "function"
41030
40836
  },
@@ -41046,14 +40852,11 @@
41046
40852
  "stamp": {
41047
40853
  "type": "number"
41048
40854
  },
41049
- "stateMergeMode": {
41050
- "$ref": "#/definitions/StateMergeMode"
41051
- },
41052
40855
  "stateProxy": {
41053
40856
  "typeof": "function"
41054
40857
  },
41055
40858
  "states": {
41056
- "$ref": "#/definitions/StateDefinitionsInput<any>"
40859
+ "$ref": "#/definitions/Record<string,Partial<any>>"
41057
40860
  },
41058
40861
  "stopAnimates": {
41059
40862
  "typeof": "function"
@@ -41108,7 +40911,6 @@
41108
40911
  "addUpdateBoundTag",
41109
40912
  "addUpdateGlobalPositionTag",
41110
40913
  "addUpdateLayoutTag",
41111
- "addUpdatePaintTag",
41112
40914
  "addUpdatePositionTag",
41113
40915
  "addUpdateShapeAndBoundsTag",
41114
40916
  "animates",
@@ -41127,7 +40929,6 @@
41127
40929
  "createPathProxy",
41128
40930
  "delete",
41129
40931
  "detachShadow",
41130
- "detachStageForRelease",
41131
40932
  "dispatchEvent",
41132
40933
  "emit",
41133
40934
  "find",
@@ -41161,7 +40962,6 @@
41161
40962
  "insertBefore",
41162
40963
  "insertInto",
41163
40964
  "insertIntoKeepIdx",
41164
- "invalidateResolver",
41165
40965
  "isAncestorsOf",
41166
40966
  "isChildOf",
41167
40967
  "isDescendantsOf",
@@ -41189,7 +40989,6 @@
41189
40989
  "setAttributes",
41190
40990
  "setMode",
41191
40991
  "setStage",
41192
- "setStates",
41193
40992
  "shouldSelfChangeUpdateAABBBounds",
41194
40993
  "shouldUpdateAABBBounds",
41195
40994
  "shouldUpdateGlobalMatrix",
@@ -41411,9 +41210,6 @@
41411
41210
  "addUpdateLayoutTag": {
41412
41211
  "typeof": "function"
41413
41212
  },
41414
- "addUpdatePaintTag": {
41415
- "typeof": "function"
41416
- },
41417
41213
  "addUpdatePositionTag": {
41418
41214
  "typeof": "function"
41419
41215
  },
@@ -41450,18 +41246,9 @@
41450
41246
  "backgroundImg": {
41451
41247
  "type": "boolean"
41452
41248
  },
41453
- "baseAttributes": {
41454
- "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
41455
- },
41456
41249
  "bindDom": {
41457
41250
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
41458
41251
  },
41459
- "boundSharedStateRevision": {
41460
- "type": "number"
41461
- },
41462
- "boundSharedStateScope": {
41463
- "$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
41464
- },
41465
41252
  "childrenCount": {
41466
41253
  "type": "number"
41467
41254
  },
@@ -41498,27 +41285,15 @@
41498
41285
  "createTheme": {
41499
41286
  "typeof": "function"
41500
41287
  },
41501
- "deferredStateConfig": {
41502
- "$ref": "#/definitions/IDeferredStateOwnerConfig"
41503
- },
41504
41288
  "delete": {
41505
41289
  "typeof": "function"
41506
41290
  },
41507
41291
  "detachShadow": {
41508
41292
  "typeof": "function"
41509
41293
  },
41510
- "detachStageForRelease": {
41511
- "typeof": "function"
41512
- },
41513
41294
  "dispatchEvent": {
41514
41295
  "typeof": "function"
41515
41296
  },
41516
- "effectiveStates": {
41517
- "items": {
41518
- "type": "string"
41519
- },
41520
- "type": "array"
41521
- },
41522
41297
  "emit": {
41523
41298
  "typeof": "function"
41524
41299
  },
@@ -41648,9 +41423,6 @@
41648
41423
  "insertIntoKeepIdx": {
41649
41424
  "typeof": "function"
41650
41425
  },
41651
- "invalidateResolver": {
41652
- "typeof": "function"
41653
- },
41654
41426
  "isAncestorsOf": {
41655
41427
  "typeof": "function"
41656
41428
  },
@@ -41675,12 +41447,6 @@
41675
41447
  "layer": {
41676
41448
  "$ref": "#/definitions/ILayer"
41677
41449
  },
41678
- "localFallbackCompiledDefinitions": {
41679
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
41680
- },
41681
- "localFallbackVersion": {
41682
- "type": "number"
41683
- },
41684
41450
  "name": {
41685
41451
  "type": "string"
41686
41452
  },
@@ -41751,9 +41517,6 @@
41751
41517
  "reApplyAnimationState": {
41752
41518
  "typeof": "function"
41753
41519
  },
41754
- "registeredActiveScopes": {
41755
- "$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
41756
- },
41757
41520
  "release": {
41758
41521
  "typeof": "function"
41759
41522
  },
@@ -41786,9 +41549,6 @@
41786
41549
  "removeState": {
41787
41550
  "typeof": "function"
41788
41551
  },
41789
- "resolvedStatePatch": {
41790
- "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
41791
- },
41792
41552
  "resources": {
41793
41553
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
41794
41554
  },
@@ -41822,24 +41582,12 @@
41822
41582
  "setStage": {
41823
41583
  "typeof": "function"
41824
41584
  },
41825
- "setStates": {
41826
- "typeof": "function"
41827
- },
41828
41585
  "setTheme": {
41829
41586
  "typeof": "function"
41830
41587
  },
41831
41588
  "shadowRoot": {
41832
41589
  "$ref": "#/definitions/IShadowRoot"
41833
41590
  },
41834
- "sharedStateDefinitions": {
41835
- "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
41836
- },
41837
- "sharedStateDirty": {
41838
- "type": "boolean"
41839
- },
41840
- "sharedStateScope": {
41841
- "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
41842
- },
41843
41591
  "shouldSelfChangeUpdateAABBBounds": {
41844
41592
  "typeof": "function"
41845
41593
  },
@@ -41864,14 +41612,11 @@
41864
41612
  "stamp": {
41865
41613
  "type": "number"
41866
41614
  },
41867
- "stateMergeMode": {
41868
- "$ref": "#/definitions/StateMergeMode"
41869
- },
41870
41615
  "stateProxy": {
41871
41616
  "typeof": "function"
41872
41617
  },
41873
41618
  "states": {
41874
- "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
41619
+ "$ref": "#/definitions/Record<string,Partial<IGroupGraphicAttribute>>"
41875
41620
  },
41876
41621
  "stopAnimates": {
41877
41622
  "typeof": "function"
@@ -41929,7 +41674,6 @@
41929
41674
  "addUpdateBoundTag",
41930
41675
  "addUpdateGlobalPositionTag",
41931
41676
  "addUpdateLayoutTag",
41932
- "addUpdatePaintTag",
41933
41677
  "addUpdatePositionTag",
41934
41678
  "addUpdateShapeAndBoundsTag",
41935
41679
  "animates",
@@ -41950,7 +41694,6 @@
41950
41694
  "createTheme",
41951
41695
  "delete",
41952
41696
  "detachShadow",
41953
- "detachStageForRelease",
41954
41697
  "dispatchEvent",
41955
41698
  "emit",
41956
41699
  "find",
@@ -41987,7 +41730,6 @@
41987
41730
  "insertBefore",
41988
41731
  "insertInto",
41989
41732
  "insertIntoKeepIdx",
41990
- "invalidateResolver",
41991
41733
  "isAncestorsOf",
41992
41734
  "isChildOf",
41993
41735
  "isDescendantsOf",
@@ -42015,7 +41757,6 @@
42015
41757
  "setAttributes",
42016
41758
  "setMode",
42017
41759
  "setStage",
42018
- "setStates",
42019
41760
  "setTheme",
42020
41761
  "shouldSelfChangeUpdateAABBBounds",
42021
41762
  "shouldUpdateAABBBounds",
@@ -45936,9 +45677,6 @@
45936
45677
  "addUpdateLayoutTag": {
45937
45678
  "typeof": "function"
45938
45679
  },
45939
- "addUpdatePaintTag": {
45940
- "typeof": "function"
45941
- },
45942
45680
  "addUpdatePositionTag": {
45943
45681
  "typeof": "function"
45944
45682
  },
@@ -45981,21 +45719,12 @@
45981
45719
  "backgroundImg": {
45982
45720
  "type": "boolean"
45983
45721
  },
45984
- "baseAttributes": {
45985
- "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
45986
- },
45987
45722
  "bindDom": {
45988
45723
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
45989
45724
  },
45990
45725
  "blendMode": {
45991
45726
  "type": "string"
45992
45727
  },
45993
- "boundSharedStateRevision": {
45994
- "type": "number"
45995
- },
45996
- "boundSharedStateScope": {
45997
- "$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
45998
- },
45999
45728
  "canvasId": {
46000
45729
  "type": "string"
46001
45730
  },
@@ -46038,18 +45767,12 @@
46038
45767
  "createTheme": {
46039
45768
  "typeof": "function"
46040
45769
  },
46041
- "deferredStateConfig": {
46042
- "$ref": "#/definitions/IDeferredStateOwnerConfig"
46043
- },
46044
45770
  "delete": {
46045
45771
  "typeof": "function"
46046
45772
  },
46047
45773
  "detachShadow": {
46048
45774
  "typeof": "function"
46049
45775
  },
46050
- "detachStageForRelease": {
46051
- "typeof": "function"
46052
- },
46053
45776
  "dirtyBound": {
46054
45777
  "$ref": "#/definitions/IBounds"
46055
45778
  },
@@ -46062,12 +45785,6 @@
46062
45785
  "drawTo": {
46063
45786
  "typeof": "function"
46064
45787
  },
46065
- "effectiveStates": {
46066
- "items": {
46067
- "type": "string"
46068
- },
46069
- "type": "array"
46070
- },
46071
45788
  "emit": {
46072
45789
  "typeof": "function"
46073
45790
  },
@@ -46206,9 +45923,6 @@
46206
45923
  "insertIntoKeepIdx": {
46207
45924
  "typeof": "function"
46208
45925
  },
46209
- "invalidateResolver": {
46210
- "typeof": "function"
46211
- },
46212
45926
  "isAncestorsOf": {
46213
45927
  "typeof": "function"
46214
45928
  },
@@ -46236,12 +45950,6 @@
46236
45950
  "layerMode": {
46237
45951
  "$ref": "#/definitions/LayerMode"
46238
45952
  },
46239
- "localFallbackCompiledDefinitions": {
46240
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
46241
- },
46242
- "localFallbackVersion": {
46243
- "type": "number"
46244
- },
46245
45953
  "main": {
46246
45954
  "type": "boolean"
46247
45955
  },
@@ -46328,9 +46036,6 @@
46328
46036
  "reApplyAnimationState": {
46329
46037
  "typeof": "function"
46330
46038
  },
46331
- "registeredActiveScopes": {
46332
- "$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
46333
- },
46334
46039
  "release": {
46335
46040
  "typeof": "function"
46336
46041
  },
@@ -46375,9 +46080,6 @@
46375
46080
  "resizeView": {
46376
46081
  "typeof": "function"
46377
46082
  },
46378
- "resolvedStatePatch": {
46379
- "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
46380
- },
46381
46083
  "resources": {
46382
46084
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
46383
46085
  },
@@ -46414,9 +46116,6 @@
46414
46116
  "setStage": {
46415
46117
  "typeof": "function"
46416
46118
  },
46417
- "setStates": {
46418
- "typeof": "function"
46419
- },
46420
46119
  "setTheme": {
46421
46120
  "typeof": "function"
46422
46121
  },
@@ -46426,15 +46125,6 @@
46426
46125
  "shadowRoot": {
46427
46126
  "$ref": "#/definitions/IShadowRoot"
46428
46127
  },
46429
- "sharedStateDefinitions": {
46430
- "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
46431
- },
46432
- "sharedStateDirty": {
46433
- "type": "boolean"
46434
- },
46435
- "sharedStateScope": {
46436
- "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
46437
- },
46438
46128
  "shouldSelfChangeUpdateAABBBounds": {
46439
46129
  "typeof": "function"
46440
46130
  },
@@ -46462,14 +46152,11 @@
46462
46152
  "startAnimate": {
46463
46153
  "typeof": "function"
46464
46154
  },
46465
- "stateMergeMode": {
46466
- "$ref": "#/definitions/StateMergeMode"
46467
- },
46468
46155
  "stateProxy": {
46469
46156
  "typeof": "function"
46470
46157
  },
46471
46158
  "states": {
46472
- "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
46159
+ "$ref": "#/definitions/Record<string,Partial<IGroupGraphicAttribute>>"
46473
46160
  },
46474
46161
  "stopAnimates": {
46475
46162
  "typeof": "function"
@@ -46539,7 +46226,6 @@
46539
46226
  "addUpdateBoundTag",
46540
46227
  "addUpdateGlobalPositionTag",
46541
46228
  "addUpdateLayoutTag",
46542
- "addUpdatePaintTag",
46543
46229
  "addUpdatePositionTag",
46544
46230
  "addUpdateShapeAndBoundsTag",
46545
46231
  "afterDraw",
@@ -46563,7 +46249,6 @@
46563
46249
  "createTheme",
46564
46250
  "delete",
46565
46251
  "detachShadow",
46566
- "detachStageForRelease",
46567
46252
  "dirtyBound",
46568
46253
  "dispatchEvent",
46569
46254
  "dpr",
@@ -46605,7 +46290,6 @@
46605
46290
  "insertBefore",
46606
46291
  "insertInto",
46607
46292
  "insertIntoKeepIdx",
46608
- "invalidateResolver",
46609
46293
  "isAncestorsOf",
46610
46294
  "isChildOf",
46611
46295
  "isDescendantsOf",
@@ -46645,7 +46329,6 @@
46645
46329
  "setDpr",
46646
46330
  "setMode",
46647
46331
  "setStage",
46648
- "setStates",
46649
46332
  "setTheme",
46650
46333
  "setToFrame",
46651
46334
  "shouldSelfChangeUpdateAABBBounds",
@@ -58341,9 +58024,6 @@
58341
58024
  "findPluginsByName": {
58342
58025
  "typeof": "function"
58343
58026
  },
58344
- "install": {
58345
- "typeof": "function"
58346
- },
58347
58027
  "register": {
58348
58028
  "typeof": "function"
58349
58029
  },
@@ -58355,9 +58035,6 @@
58355
58035
  },
58356
58036
  "unRegister": {
58357
58037
  "typeof": "function"
58358
- },
58359
- "uninstall": {
58360
- "typeof": "function"
58361
58038
  }
58362
58039
  },
58363
58040
  "required": [
@@ -70097,9 +69774,6 @@
70097
69774
  "addUpdateLayoutTag": {
70098
69775
  "typeof": "function"
70099
69776
  },
70100
- "addUpdatePaintTag": {
70101
- "typeof": "function"
70102
- },
70103
69777
  "addUpdatePositionTag": {
70104
69778
  "typeof": "function"
70105
69779
  },
@@ -70136,18 +69810,9 @@
70136
69810
  "backgroundImg": {
70137
69811
  "type": "boolean"
70138
69812
  },
70139
- "baseAttributes": {
70140
- "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
70141
- },
70142
69813
  "bindDom": {
70143
69814
  "$ref": "#/definitions/Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>"
70144
69815
  },
70145
- "boundSharedStateRevision": {
70146
- "type": "number"
70147
- },
70148
- "boundSharedStateScope": {
70149
- "$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
70150
- },
70151
69816
  "childrenCount": {
70152
69817
  "type": "number"
70153
69818
  },
@@ -70184,27 +69849,15 @@
70184
69849
  "createTheme": {
70185
69850
  "typeof": "function"
70186
69851
  },
70187
- "deferredStateConfig": {
70188
- "$ref": "#/definitions/IDeferredStateOwnerConfig"
70189
- },
70190
69852
  "delete": {
70191
69853
  "typeof": "function"
70192
69854
  },
70193
69855
  "detachShadow": {
70194
69856
  "typeof": "function"
70195
69857
  },
70196
- "detachStageForRelease": {
70197
- "typeof": "function"
70198
- },
70199
69858
  "dispatchEvent": {
70200
69859
  "typeof": "function"
70201
69860
  },
70202
- "effectiveStates": {
70203
- "items": {
70204
- "type": "string"
70205
- },
70206
- "type": "array"
70207
- },
70208
69861
  "emit": {
70209
69862
  "typeof": "function"
70210
69863
  },
@@ -70334,9 +69987,6 @@
70334
69987
  "insertIntoKeepIdx": {
70335
69988
  "typeof": "function"
70336
69989
  },
70337
- "invalidateResolver": {
70338
- "typeof": "function"
70339
- },
70340
69990
  "isAncestorsOf": {
70341
69991
  "typeof": "function"
70342
69992
  },
@@ -70361,12 +70011,6 @@
70361
70011
  "layer": {
70362
70012
  "$ref": "#/definitions/ILayer"
70363
70013
  },
70364
- "localFallbackCompiledDefinitions": {
70365
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
70366
- },
70367
- "localFallbackVersion": {
70368
- "type": "number"
70369
- },
70370
70014
  "name": {
70371
70015
  "type": "string"
70372
70016
  },
@@ -70437,9 +70081,6 @@
70437
70081
  "reApplyAnimationState": {
70438
70082
  "typeof": "function"
70439
70083
  },
70440
- "registeredActiveScopes": {
70441
- "$ref": "#/definitions/Set<SharedStateScope<IGroupGraphicAttribute>>"
70442
- },
70443
70084
  "release": {
70444
70085
  "typeof": "function"
70445
70086
  },
@@ -70472,9 +70113,6 @@
70472
70113
  "removeState": {
70473
70114
  "typeof": "function"
70474
70115
  },
70475
- "resolvedStatePatch": {
70476
- "$ref": "#/definitions/Partial<IGroupGraphicAttribute>"
70477
- },
70478
70116
  "resources": {
70479
70117
  "$ref": "#/definitions/Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>"
70480
70118
  },
@@ -70508,9 +70146,6 @@
70508
70146
  "setStage": {
70509
70147
  "typeof": "function"
70510
70148
  },
70511
- "setStates": {
70512
- "typeof": "function"
70513
- },
70514
70149
  "setTheme": {
70515
70150
  "typeof": "function"
70516
70151
  },
@@ -70520,15 +70155,6 @@
70520
70155
  "shadowRoot": {
70521
70156
  "$ref": "#/definitions/IShadowRoot"
70522
70157
  },
70523
- "sharedStateDefinitions": {
70524
- "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
70525
- },
70526
- "sharedStateDirty": {
70527
- "type": "boolean"
70528
- },
70529
- "sharedStateScope": {
70530
- "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
70531
- },
70532
70158
  "shouldSelfChangeUpdateAABBBounds": {
70533
70159
  "typeof": "function"
70534
70160
  },
@@ -70553,14 +70179,11 @@
70553
70179
  "stamp": {
70554
70180
  "type": "number"
70555
70181
  },
70556
- "stateMergeMode": {
70557
- "$ref": "#/definitions/StateMergeMode"
70558
- },
70559
70182
  "stateProxy": {
70560
70183
  "typeof": "function"
70561
70184
  },
70562
70185
  "states": {
70563
- "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
70186
+ "$ref": "#/definitions/Record<string,Partial<IGroupGraphicAttribute>>"
70564
70187
  },
70565
70188
  "stopAnimates": {
70566
70189
  "typeof": "function"
@@ -70618,7 +70241,6 @@
70618
70241
  "addUpdateBoundTag",
70619
70242
  "addUpdateGlobalPositionTag",
70620
70243
  "addUpdateLayoutTag",
70621
- "addUpdatePaintTag",
70622
70244
  "addUpdatePositionTag",
70623
70245
  "addUpdateShapeAndBoundsTag",
70624
70246
  "animates",
@@ -70639,7 +70261,6 @@
70639
70261
  "createTheme",
70640
70262
  "delete",
70641
70263
  "detachShadow",
70642
- "detachStageForRelease",
70643
70264
  "dispatchEvent",
70644
70265
  "emit",
70645
70266
  "find",
@@ -70676,7 +70297,6 @@
70676
70297
  "insertBefore",
70677
70298
  "insertInto",
70678
70299
  "insertIntoKeepIdx",
70679
- "invalidateResolver",
70680
70300
  "isAncestorsOf",
70681
70301
  "isChildOf",
70682
70302
  "isDescendantsOf",
@@ -70704,7 +70324,6 @@
70704
70324
  "setAttributes",
70705
70325
  "setMode",
70706
70326
  "setStage",
70707
- "setStates",
70708
70327
  "setTheme",
70709
70328
  "shadowHost",
70710
70329
  "shouldSelfChangeUpdateAABBBounds",
@@ -70792,7 +70411,32 @@
70792
70411
  "type": "boolean"
70793
70412
  },
70794
70413
  "background": {
70795
- "$ref": "#/definitions/IColor"
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
+ ]
70796
70440
  },
70797
70441
  "camera": {
70798
70442
  "$ref": "#/definitions/ICamera"
@@ -70815,9 +70459,6 @@
70815
70459
  "defaultLayer": {
70816
70460
  "$ref": "#/definitions/ILayer"
70817
70461
  },
70818
- "deferredStateConfig": {
70819
- "$ref": "#/definitions/IDeferredStateOwnerConfig"
70820
- },
70821
70462
  "delete": {
70822
70463
  "typeof": "function"
70823
70464
  },
@@ -70914,9 +70555,6 @@
70914
70555
  "getPluginsByName": {
70915
70556
  "typeof": "function"
70916
70557
  },
70917
- "getStatePerfSnapshot": {
70918
- "typeof": "function"
70919
- },
70920
70558
  "getTheme": {
70921
70559
  "typeof": "function"
70922
70560
  },
@@ -71090,9 +70728,6 @@
71090
70728
  "renderToNewWindow": {
71091
70729
  "typeof": "function"
71092
70730
  },
71093
- "resetStatePerfSnapshot": {
71094
- "typeof": "function"
71095
- },
71096
70731
  "resize": {
71097
70732
  "typeof": "function"
71098
70733
  },
@@ -71111,12 +70746,6 @@
71111
70746
  "resumeTriggerEvent": {
71112
70747
  "typeof": "function"
71113
70748
  },
71114
- "rootSharedStateScope": {
71115
- "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
71116
- },
71117
- "scheduleStateBatch": {
71118
- "typeof": "function"
71119
- },
71120
70749
  "set3dOptions": {
71121
70750
  "typeof": "function"
71122
70751
  },
@@ -71166,9 +70795,6 @@
71166
70795
  "startAnimate": {
71167
70796
  "typeof": "function"
71168
70797
  },
71169
- "statePerfConfig": {
71170
- "$ref": "#/definitions/IStatePerfConfig"
71171
- },
71172
70798
  "stopAnimation": {
71173
70799
  "typeof": "function"
71174
70800
  },
@@ -71253,7 +70879,6 @@
71253
70879
  "getLayer",
71254
70880
  "getPickerService",
71255
70881
  "getPluginsByName",
71256
- "getStatePerfSnapshot",
71257
70882
  "getTheme",
71258
70883
  "getTimeline",
71259
70884
  "graphicService",
@@ -71293,13 +70918,11 @@
71293
70918
  "renderService",
71294
70919
  "renderTo",
71295
70920
  "renderToNewWindow",
71296
- "resetStatePerfSnapshot",
71297
70921
  "resize",
71298
70922
  "resizeView",
71299
70923
  "resizeWindow",
71300
70924
  "resumeRender",
71301
70925
  "resumeTriggerEvent",
71302
- "scheduleStateBatch",
71303
70926
  "set3dOptions",
71304
70927
  "setAfterRender",
71305
70928
  "setAllDescendantsProps",
@@ -71930,20 +71553,6 @@
71930
71553
  },
71931
71554
  "type": "object"
71932
71555
  },
71933
- "IStatePerfConfig": {
71934
- "properties": {
71935
- "enabled": {
71936
- "type": "boolean"
71937
- },
71938
- "maxEventRecords": {
71939
- "type": "number"
71940
- },
71941
- "recordEvents": {
71942
- "type": "boolean"
71943
- }
71944
- },
71945
- "type": "object"
71946
- },
71947
71556
  "IStrokeType": {
71948
71557
  "anyOf": [
71949
71558
  {
@@ -73833,15 +73442,9 @@
73833
73442
  "nextTheme": {
73834
73443
  "$ref": "#/definitions/IThemeSpec"
73835
73444
  },
73836
- "onStateDefinitionsChange": {
73837
- "typeof": "function"
73838
- },
73839
73445
  "setTheme": {
73840
73446
  "typeof": "function"
73841
73447
  },
73842
- "stateDefinitions": {
73843
- "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
73844
- },
73845
73448
  "userTheme": {
73846
73449
  "$ref": "#/definitions/IThemeSpec"
73847
73450
  }
@@ -82304,7 +81907,7 @@
82304
81907
  },
82305
81908
  "Map<Function,(...args:any[])=>void>": {
82306
81909
  "properties": {
82307
- "__@toStringTag@12866": {
81910
+ "__@toStringTag@12647": {
82308
81911
  "type": "string"
82309
81912
  },
82310
81913
  "size": {
@@ -82312,14 +81915,14 @@
82312
81915
  }
82313
81916
  },
82314
81917
  "required": [
82315
- "__@toStringTag@12866",
81918
+ "__@toStringTag@12647",
82316
81919
  "size"
82317
81920
  ],
82318
81921
  "type": "object"
82319
81922
  },
82320
81923
  "Map<number,IGraphicRender>": {
82321
81924
  "properties": {
82322
- "__@toStringTag@12866": {
81925
+ "__@toStringTag@12647": {
82323
81926
  "type": "string"
82324
81927
  },
82325
81928
  "size": {
@@ -82327,89 +81930,14 @@
82327
81930
  }
82328
81931
  },
82329
81932
  "required": [
82330
- "__@toStringTag@12866",
81933
+ "__@toStringTag@12647",
82331
81934
  "size"
82332
81935
  ],
82333
81936
  "type": "object"
82334
81937
  },
82335
81938
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
82336
81939
  "properties": {
82337
- "__@toStringTag@12866": {
82338
- "type": "string"
82339
- },
82340
- "size": {
82341
- "type": "number"
82342
- }
82343
- },
82344
- "required": [
82345
- "__@toStringTag@12866",
82346
- "size"
82347
- ],
82348
- "type": "object"
82349
- },
82350
- "Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>": {
82351
- "properties": {
82352
- "__@toStringTag@12866": {
82353
- "type": "string"
82354
- },
82355
- "size": {
82356
- "type": "number"
82357
- }
82358
- },
82359
- "required": [
82360
- "__@toStringTag@12866",
82361
- "size"
82362
- ],
82363
- "type": "object"
82364
- },
82365
- "Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>": {
82366
- "properties": {
82367
- "__@toStringTag@12866": {
82368
- "type": "string"
82369
- },
82370
- "size": {
82371
- "type": "number"
82372
- }
82373
- },
82374
- "required": [
82375
- "__@toStringTag@12866",
82376
- "size"
82377
- ],
82378
- "type": "object"
82379
- },
82380
- "Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>": {
82381
- "properties": {
82382
- "__@toStringTag@12866": {
82383
- "type": "string"
82384
- },
82385
- "size": {
82386
- "type": "number"
82387
- }
82388
- },
82389
- "required": [
82390
- "__@toStringTag@12866",
82391
- "size"
82392
- ],
82393
- "type": "object"
82394
- },
82395
- "Map<string,CompiledStateDefinition<Record<string,any>>>": {
82396
- "properties": {
82397
- "__@toStringTag@12866": {
82398
- "type": "string"
82399
- },
82400
- "size": {
82401
- "type": "number"
82402
- }
82403
- },
82404
- "required": [
82405
- "__@toStringTag@12866",
82406
- "size"
82407
- ],
82408
- "type": "object"
82409
- },
82410
- "Map<string,CompiledStateDefinition<any>>": {
82411
- "properties": {
82412
- "__@toStringTag@12866": {
81940
+ "__@toStringTag@12647": {
82413
81941
  "type": "string"
82414
81942
  },
82415
81943
  "size": {
@@ -82417,14 +81945,14 @@
82417
81945
  }
82418
81946
  },
82419
81947
  "required": [
82420
- "__@toStringTag@12866",
81948
+ "__@toStringTag@12647",
82421
81949
  "size"
82422
81950
  ],
82423
81951
  "type": "object"
82424
81952
  },
82425
81953
  "Map<string,Map<number,IGraphicRender>>": {
82426
81954
  "properties": {
82427
- "__@toStringTag@12866": {
81955
+ "__@toStringTag@12647": {
82428
81956
  "type": "string"
82429
81957
  },
82430
81958
  "size": {
@@ -82432,14 +81960,14 @@
82432
81960
  }
82433
81961
  },
82434
81962
  "required": [
82435
- "__@toStringTag@12866",
81963
+ "__@toStringTag@12647",
82436
81964
  "size"
82437
81965
  ],
82438
81966
  "type": "object"
82439
81967
  },
82440
81968
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82441
81969
  "properties": {
82442
- "__@toStringTag@12866": {
81970
+ "__@toStringTag@12647": {
82443
81971
  "type": "string"
82444
81972
  },
82445
81973
  "size": {
@@ -82447,14 +81975,14 @@
82447
81975
  }
82448
81976
  },
82449
81977
  "required": [
82450
- "__@toStringTag@12866",
81978
+ "__@toStringTag@12647",
82451
81979
  "size"
82452
81980
  ],
82453
81981
  "type": "object"
82454
81982
  },
82455
81983
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82456
81984
  "properties": {
82457
- "__@toStringTag@12866": {
81985
+ "__@toStringTag@12647": {
82458
81986
  "type": "string"
82459
81987
  },
82460
81988
  "size": {
@@ -82462,14 +81990,14 @@
82462
81990
  }
82463
81991
  },
82464
81992
  "required": [
82465
- "__@toStringTag@12866",
81993
+ "__@toStringTag@12647",
82466
81994
  "size"
82467
81995
  ],
82468
81996
  "type": "object"
82469
81997
  },
82470
81998
  "Map<string|number,IAnimate>": {
82471
81999
  "properties": {
82472
- "__@toStringTag@12866": {
82000
+ "__@toStringTag@12647": {
82473
82001
  "type": "string"
82474
82002
  },
82475
82003
  "size": {
@@ -82477,7 +82005,7 @@
82477
82005
  }
82478
82006
  },
82479
82007
  "required": [
82480
- "__@toStringTag@12866",
82008
+ "__@toStringTag@12647",
82481
82009
  "size"
82482
82010
  ],
82483
82011
  "type": "object"
@@ -88767,9 +88295,6 @@
88767
88295
  "clipConfig": {
88768
88296
  "typeof": "function"
88769
88297
  },
88770
- "clipRange": {
88771
- "type": "number"
88772
- },
88773
88298
  "cornerRadius": {
88774
88299
  "anyOf": [
88775
88300
  {
@@ -97395,7 +96920,32 @@
97395
96920
  "type": "boolean"
97396
96921
  },
97397
96922
  "background": {
97398
- "$ref": "#/definitions/IColor"
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
+ ]
97399
96949
  },
97400
96950
  "beforeRender": {
97401
96951
  "typeof": "function"
@@ -104318,34 +103868,34 @@
104318
103868
  },
104319
103869
  "Promise<FontFaceSet>": {
104320
103870
  "properties": {
104321
- "__@toStringTag@12866": {
103871
+ "__@toStringTag@12647": {
104322
103872
  "type": "string"
104323
103873
  }
104324
103874
  },
104325
103875
  "required": [
104326
- "__@toStringTag@12866"
103876
+ "__@toStringTag@12647"
104327
103877
  ],
104328
103878
  "type": "object"
104329
103879
  },
104330
103880
  "Promise<ServiceWorkerRegistration>": {
104331
103881
  "properties": {
104332
- "__@toStringTag@12866": {
103882
+ "__@toStringTag@12647": {
104333
103883
  "type": "string"
104334
103884
  }
104335
103885
  },
104336
103886
  "required": [
104337
- "__@toStringTag@12866"
103887
+ "__@toStringTag@12647"
104338
103888
  ],
104339
103889
  "type": "object"
104340
103890
  },
104341
103891
  "Promise<any>": {
104342
103892
  "properties": {
104343
- "__@toStringTag@12866": {
103893
+ "__@toStringTag@12647": {
104344
103894
  "type": "string"
104345
103895
  }
104346
103896
  },
104347
103897
  "required": [
104348
- "__@toStringTag@12866"
103898
+ "__@toStringTag@12647"
104349
103899
  ],
104350
103900
  "type": "object"
104351
103901
  },
@@ -104894,6 +104444,18 @@
104894
104444
  "Record<string,Omit<ITheme,\"name\"|\"type\"|\"description\">>": {
104895
104445
  "type": "object"
104896
104446
  },
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
+ },
104897
104459
  "Record<string,any>": {
104898
104460
  "type": "object"
104899
104461
  },
@@ -105113,9 +104675,6 @@
105113
104675
  "clipConfig": {
105114
104676
  "typeof": "function"
105115
104677
  },
105116
- "clipRange": {
105117
- "type": "number"
105118
- },
105119
104678
  "cornerRadius": {
105120
104679
  "anyOf": [
105121
104680
  {
@@ -105510,7 +105069,6 @@
105510
105069
  "cap",
105511
105070
  "childrenPickable",
105512
105071
  "clipConfig",
105513
- "clipRange",
105514
105072
  "cornerRadius",
105515
105073
  "cursor",
105516
105074
  "customPickShape",
@@ -118173,81 +117731,6 @@
118173
117731
  ],
118174
117732
  "type": "string"
118175
117733
  },
118176
- "Set<IGraphic<Partial<IGraphicAttribute>>>": {
118177
- "properties": {
118178
- "__@toStringTag@12866": {
118179
- "type": "string"
118180
- },
118181
- "size": {
118182
- "type": "number"
118183
- }
118184
- },
118185
- "required": [
118186
- "__@toStringTag@12866",
118187
- "size"
118188
- ],
118189
- "type": "object"
118190
- },
118191
- "Set<SharedStateScope<IGlyphGraphicAttribute>>": {
118192
- "properties": {
118193
- "__@toStringTag@12866": {
118194
- "type": "string"
118195
- },
118196
- "size": {
118197
- "type": "number"
118198
- }
118199
- },
118200
- "required": [
118201
- "__@toStringTag@12866",
118202
- "size"
118203
- ],
118204
- "type": "object"
118205
- },
118206
- "Set<SharedStateScope<IGroupGraphicAttribute>>": {
118207
- "properties": {
118208
- "__@toStringTag@12866": {
118209
- "type": "string"
118210
- },
118211
- "size": {
118212
- "type": "number"
118213
- }
118214
- },
118215
- "required": [
118216
- "__@toStringTag@12866",
118217
- "size"
118218
- ],
118219
- "type": "object"
118220
- },
118221
- "Set<SharedStateScope<Partial<IGraphicAttribute>>>": {
118222
- "properties": {
118223
- "__@toStringTag@12866": {
118224
- "type": "string"
118225
- },
118226
- "size": {
118227
- "type": "number"
118228
- }
118229
- },
118230
- "required": [
118231
- "__@toStringTag@12866",
118232
- "size"
118233
- ],
118234
- "type": "object"
118235
- },
118236
- "Set<SharedStateScope<any>>": {
118237
- "properties": {
118238
- "__@toStringTag@12866": {
118239
- "type": "string"
118240
- },
118241
- "size": {
118242
- "type": "number"
118243
- }
118244
- },
118245
- "required": [
118246
- "__@toStringTag@12866",
118247
- "size"
118248
- ],
118249
- "type": "object"
118250
- },
118251
117734
  "ShadowRoot": {
118252
117735
  "properties": {
118253
117736
  "ATTRIBUTE_NODE": {
@@ -118472,271 +117955,6 @@
118472
117955
  ],
118473
117956
  "type": "string"
118474
117957
  },
118475
- "SharedStateScope<IGlyphGraphicAttribute>": {
118476
- "properties": {
118477
- "dirty": {
118478
- "type": "boolean"
118479
- },
118480
- "effectiveCompiledDefinitions": {
118481
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>"
118482
- },
118483
- "effectiveSourceDefinitions": {
118484
- "$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
118485
- },
118486
- "localStateDefinitions": {
118487
- "$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
118488
- },
118489
- "ownerGroup": {
118490
- "$ref": "#/definitions/IGroup"
118491
- },
118492
- "ownerKind": {
118493
- "enum": [
118494
- "group",
118495
- "root"
118496
- ],
118497
- "type": "string"
118498
- },
118499
- "ownerStage": {
118500
- "$ref": "#/definitions/IStage"
118501
- },
118502
- "parentRevisionAtBuild": {
118503
- "type": "number"
118504
- },
118505
- "parentScope": {
118506
- "$ref": "#/definitions/SharedStateScope<IGlyphGraphicAttribute>"
118507
- },
118508
- "revision": {
118509
- "type": "number"
118510
- },
118511
- "subtreeActiveDescendants": {
118512
- "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118513
- },
118514
- "themeStateDefinitions": {
118515
- "$ref": "#/definitions/StateDefinitionsInput<IGlyphGraphicAttribute>"
118516
- }
118517
- },
118518
- "required": [
118519
- "dirty",
118520
- "effectiveCompiledDefinitions",
118521
- "effectiveSourceDefinitions",
118522
- "ownerKind",
118523
- "revision",
118524
- "subtreeActiveDescendants"
118525
- ],
118526
- "type": "object"
118527
- },
118528
- "SharedStateScope<IGroupGraphicAttribute>": {
118529
- "properties": {
118530
- "dirty": {
118531
- "type": "boolean"
118532
- },
118533
- "effectiveCompiledDefinitions": {
118534
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>"
118535
- },
118536
- "effectiveSourceDefinitions": {
118537
- "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
118538
- },
118539
- "localStateDefinitions": {
118540
- "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
118541
- },
118542
- "ownerGroup": {
118543
- "$ref": "#/definitions/IGroup"
118544
- },
118545
- "ownerKind": {
118546
- "enum": [
118547
- "group",
118548
- "root"
118549
- ],
118550
- "type": "string"
118551
- },
118552
- "ownerStage": {
118553
- "$ref": "#/definitions/IStage"
118554
- },
118555
- "parentRevisionAtBuild": {
118556
- "type": "number"
118557
- },
118558
- "parentScope": {
118559
- "$ref": "#/definitions/SharedStateScope<IGroupGraphicAttribute>"
118560
- },
118561
- "revision": {
118562
- "type": "number"
118563
- },
118564
- "subtreeActiveDescendants": {
118565
- "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118566
- },
118567
- "themeStateDefinitions": {
118568
- "$ref": "#/definitions/StateDefinitionsInput<IGroupGraphicAttribute>"
118569
- }
118570
- },
118571
- "required": [
118572
- "dirty",
118573
- "effectiveCompiledDefinitions",
118574
- "effectiveSourceDefinitions",
118575
- "ownerKind",
118576
- "revision",
118577
- "subtreeActiveDescendants"
118578
- ],
118579
- "type": "object"
118580
- },
118581
- "SharedStateScope<Partial<IGraphicAttribute>>": {
118582
- "properties": {
118583
- "dirty": {
118584
- "type": "boolean"
118585
- },
118586
- "effectiveCompiledDefinitions": {
118587
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>"
118588
- },
118589
- "effectiveSourceDefinitions": {
118590
- "$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
118591
- },
118592
- "localStateDefinitions": {
118593
- "$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
118594
- },
118595
- "ownerGroup": {
118596
- "$ref": "#/definitions/IGroup"
118597
- },
118598
- "ownerKind": {
118599
- "enum": [
118600
- "group",
118601
- "root"
118602
- ],
118603
- "type": "string"
118604
- },
118605
- "ownerStage": {
118606
- "$ref": "#/definitions/IStage"
118607
- },
118608
- "parentRevisionAtBuild": {
118609
- "type": "number"
118610
- },
118611
- "parentScope": {
118612
- "$ref": "#/definitions/SharedStateScope<Partial<IGraphicAttribute>>"
118613
- },
118614
- "revision": {
118615
- "type": "number"
118616
- },
118617
- "subtreeActiveDescendants": {
118618
- "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118619
- },
118620
- "themeStateDefinitions": {
118621
- "$ref": "#/definitions/StateDefinitionsInput<Partial<IGraphicAttribute>>"
118622
- }
118623
- },
118624
- "required": [
118625
- "dirty",
118626
- "effectiveCompiledDefinitions",
118627
- "effectiveSourceDefinitions",
118628
- "ownerKind",
118629
- "revision",
118630
- "subtreeActiveDescendants"
118631
- ],
118632
- "type": "object"
118633
- },
118634
- "SharedStateScope<Record<string,any>>": {
118635
- "properties": {
118636
- "dirty": {
118637
- "type": "boolean"
118638
- },
118639
- "effectiveCompiledDefinitions": {
118640
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<Record<string,any>>>"
118641
- },
118642
- "effectiveSourceDefinitions": {
118643
- "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
118644
- },
118645
- "localStateDefinitions": {
118646
- "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
118647
- },
118648
- "ownerGroup": {
118649
- "$ref": "#/definitions/IGroup"
118650
- },
118651
- "ownerKind": {
118652
- "enum": [
118653
- "group",
118654
- "root"
118655
- ],
118656
- "type": "string"
118657
- },
118658
- "ownerStage": {
118659
- "$ref": "#/definitions/IStage"
118660
- },
118661
- "parentRevisionAtBuild": {
118662
- "type": "number"
118663
- },
118664
- "parentScope": {
118665
- "$ref": "#/definitions/SharedStateScope<Record<string,any>>"
118666
- },
118667
- "revision": {
118668
- "type": "number"
118669
- },
118670
- "subtreeActiveDescendants": {
118671
- "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118672
- },
118673
- "themeStateDefinitions": {
118674
- "$ref": "#/definitions/StateDefinitionsInput<Record<string,any>>"
118675
- }
118676
- },
118677
- "required": [
118678
- "dirty",
118679
- "effectiveCompiledDefinitions",
118680
- "effectiveSourceDefinitions",
118681
- "ownerKind",
118682
- "revision",
118683
- "subtreeActiveDescendants"
118684
- ],
118685
- "type": "object"
118686
- },
118687
- "SharedStateScope<any>": {
118688
- "properties": {
118689
- "dirty": {
118690
- "type": "boolean"
118691
- },
118692
- "effectiveCompiledDefinitions": {
118693
- "$ref": "#/definitions/Map<string,CompiledStateDefinition<any>>"
118694
- },
118695
- "effectiveSourceDefinitions": {
118696
- "$ref": "#/definitions/StateDefinitionsInput<any>"
118697
- },
118698
- "localStateDefinitions": {
118699
- "$ref": "#/definitions/StateDefinitionsInput<any>"
118700
- },
118701
- "ownerGroup": {
118702
- "$ref": "#/definitions/IGroup"
118703
- },
118704
- "ownerKind": {
118705
- "enum": [
118706
- "group",
118707
- "root"
118708
- ],
118709
- "type": "string"
118710
- },
118711
- "ownerStage": {
118712
- "$ref": "#/definitions/IStage"
118713
- },
118714
- "parentRevisionAtBuild": {
118715
- "type": "number"
118716
- },
118717
- "parentScope": {
118718
- "$ref": "#/definitions/SharedStateScope<any>"
118719
- },
118720
- "revision": {
118721
- "type": "number"
118722
- },
118723
- "subtreeActiveDescendants": {
118724
- "$ref": "#/definitions/Set<IGraphic<Partial<IGraphicAttribute>>>"
118725
- },
118726
- "themeStateDefinitions": {
118727
- "$ref": "#/definitions/StateDefinitionsInput<any>"
118728
- }
118729
- },
118730
- "required": [
118731
- "dirty",
118732
- "effectiveCompiledDefinitions",
118733
- "effectiveSourceDefinitions",
118734
- "ownerKind",
118735
- "revision",
118736
- "subtreeActiveDescendants"
118737
- ],
118738
- "type": "object"
118739
- },
118740
117958
  "SheetParseOptions": {
118741
117959
  "properties": {
118742
117960
  "clone": {
@@ -118885,28 +118103,6 @@
118885
118103
  ],
118886
118104
  "type": "object"
118887
118105
  },
118888
- "StateDefinitionsInput<IGlyphGraphicAttribute>": {
118889
- "type": "object"
118890
- },
118891
- "StateDefinitionsInput<IGroupGraphicAttribute>": {
118892
- "type": "object"
118893
- },
118894
- "StateDefinitionsInput<Partial<IGraphicAttribute>>": {
118895
- "type": "object"
118896
- },
118897
- "StateDefinitionsInput<Record<string,any>>": {
118898
- "type": "object"
118899
- },
118900
- "StateDefinitionsInput<any>": {
118901
- "type": "object"
118902
- },
118903
- "StateMergeMode": {
118904
- "enum": [
118905
- "deep",
118906
- "shallow"
118907
- ],
118908
- "type": "string"
118909
- },
118910
118106
  "Storage": {
118911
118107
  "additionalProperties": {},
118912
118108
  "properties": {