@visactor/vchart-schema 2.1.0-alpha.1 → 2.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/vchart.json +88 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-schema",
|
|
3
|
-
"version": "2.1.0-alpha.
|
|
3
|
+
"version": "2.1.0-alpha.2",
|
|
4
4
|
"description": "The VChart JSON schema file.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "vchart.json",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"jest-electron": "^0.1.12",
|
|
20
20
|
"ts-jest": "^26.0.0",
|
|
21
21
|
"@types/semver": "7.3.12",
|
|
22
|
-
"@internal/
|
|
23
|
-
"@internal/
|
|
22
|
+
"@internal/ts-config": "0.0.1",
|
|
23
|
+
"@internal/eslint-config": "0.0.1"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "",
|
|
26
26
|
"bugs": "https://github.com/VisActor/VChart/issues",
|
package/vchart.json
CHANGED
|
@@ -39462,6 +39462,9 @@
|
|
|
39462
39462
|
"detachShadow": {
|
|
39463
39463
|
"typeof": "function"
|
|
39464
39464
|
},
|
|
39465
|
+
"detachStageForRelease": {
|
|
39466
|
+
"typeof": "function"
|
|
39467
|
+
},
|
|
39465
39468
|
"dispatchEvent": {
|
|
39466
39469
|
"typeof": "function"
|
|
39467
39470
|
},
|
|
@@ -39765,6 +39768,9 @@
|
|
|
39765
39768
|
"setStage": {
|
|
39766
39769
|
"typeof": "function"
|
|
39767
39770
|
},
|
|
39771
|
+
"setStates": {
|
|
39772
|
+
"typeof": "function"
|
|
39773
|
+
},
|
|
39768
39774
|
"shadowRoot": {
|
|
39769
39775
|
"$ref": "#/definitions/IShadowRoot"
|
|
39770
39776
|
},
|
|
@@ -39873,6 +39879,7 @@
|
|
|
39873
39879
|
"createPathProxy",
|
|
39874
39880
|
"delete",
|
|
39875
39881
|
"detachShadow",
|
|
39882
|
+
"detachStageForRelease",
|
|
39876
39883
|
"dispatchEvent",
|
|
39877
39884
|
"emit",
|
|
39878
39885
|
"find",
|
|
@@ -39934,6 +39941,7 @@
|
|
|
39934
39941
|
"setAttributes",
|
|
39935
39942
|
"setMode",
|
|
39936
39943
|
"setStage",
|
|
39944
|
+
"setStates",
|
|
39937
39945
|
"shouldSelfChangeUpdateAABBBounds",
|
|
39938
39946
|
"shouldUpdateAABBBounds",
|
|
39939
39947
|
"shouldUpdateGlobalMatrix",
|
|
@@ -40078,6 +40086,9 @@
|
|
|
40078
40086
|
"detachShadow": {
|
|
40079
40087
|
"typeof": "function"
|
|
40080
40088
|
},
|
|
40089
|
+
"detachStageForRelease": {
|
|
40090
|
+
"typeof": "function"
|
|
40091
|
+
},
|
|
40081
40092
|
"dispatchEvent": {
|
|
40082
40093
|
"typeof": "function"
|
|
40083
40094
|
},
|
|
@@ -40381,6 +40392,9 @@
|
|
|
40381
40392
|
"setStage": {
|
|
40382
40393
|
"typeof": "function"
|
|
40383
40394
|
},
|
|
40395
|
+
"setStates": {
|
|
40396
|
+
"typeof": "function"
|
|
40397
|
+
},
|
|
40384
40398
|
"shadowRoot": {
|
|
40385
40399
|
"$ref": "#/definitions/IShadowRoot"
|
|
40386
40400
|
},
|
|
@@ -40489,6 +40503,7 @@
|
|
|
40489
40503
|
"createPathProxy",
|
|
40490
40504
|
"delete",
|
|
40491
40505
|
"detachShadow",
|
|
40506
|
+
"detachStageForRelease",
|
|
40492
40507
|
"dispatchEvent",
|
|
40493
40508
|
"emit",
|
|
40494
40509
|
"find",
|
|
@@ -40550,6 +40565,7 @@
|
|
|
40550
40565
|
"setAttributes",
|
|
40551
40566
|
"setMode",
|
|
40552
40567
|
"setStage",
|
|
40568
|
+
"setStates",
|
|
40553
40569
|
"shouldSelfChangeUpdateAABBBounds",
|
|
40554
40570
|
"shouldUpdateAABBBounds",
|
|
40555
40571
|
"shouldUpdateGlobalMatrix",
|
|
@@ -40694,6 +40710,9 @@
|
|
|
40694
40710
|
"detachShadow": {
|
|
40695
40711
|
"typeof": "function"
|
|
40696
40712
|
},
|
|
40713
|
+
"detachStageForRelease": {
|
|
40714
|
+
"typeof": "function"
|
|
40715
|
+
},
|
|
40697
40716
|
"dispatchEvent": {
|
|
40698
40717
|
"typeof": "function"
|
|
40699
40718
|
},
|
|
@@ -40997,6 +41016,9 @@
|
|
|
40997
41016
|
"setStage": {
|
|
40998
41017
|
"typeof": "function"
|
|
40999
41018
|
},
|
|
41019
|
+
"setStates": {
|
|
41020
|
+
"typeof": "function"
|
|
41021
|
+
},
|
|
41000
41022
|
"shadowRoot": {
|
|
41001
41023
|
"$ref": "#/definitions/IShadowRoot"
|
|
41002
41024
|
},
|
|
@@ -41105,6 +41127,7 @@
|
|
|
41105
41127
|
"createPathProxy",
|
|
41106
41128
|
"delete",
|
|
41107
41129
|
"detachShadow",
|
|
41130
|
+
"detachStageForRelease",
|
|
41108
41131
|
"dispatchEvent",
|
|
41109
41132
|
"emit",
|
|
41110
41133
|
"find",
|
|
@@ -41166,6 +41189,7 @@
|
|
|
41166
41189
|
"setAttributes",
|
|
41167
41190
|
"setMode",
|
|
41168
41191
|
"setStage",
|
|
41192
|
+
"setStates",
|
|
41169
41193
|
"shouldSelfChangeUpdateAABBBounds",
|
|
41170
41194
|
"shouldUpdateAABBBounds",
|
|
41171
41195
|
"shouldUpdateGlobalMatrix",
|
|
@@ -41483,6 +41507,9 @@
|
|
|
41483
41507
|
"detachShadow": {
|
|
41484
41508
|
"typeof": "function"
|
|
41485
41509
|
},
|
|
41510
|
+
"detachStageForRelease": {
|
|
41511
|
+
"typeof": "function"
|
|
41512
|
+
},
|
|
41486
41513
|
"dispatchEvent": {
|
|
41487
41514
|
"typeof": "function"
|
|
41488
41515
|
},
|
|
@@ -41795,6 +41822,9 @@
|
|
|
41795
41822
|
"setStage": {
|
|
41796
41823
|
"typeof": "function"
|
|
41797
41824
|
},
|
|
41825
|
+
"setStates": {
|
|
41826
|
+
"typeof": "function"
|
|
41827
|
+
},
|
|
41798
41828
|
"setTheme": {
|
|
41799
41829
|
"typeof": "function"
|
|
41800
41830
|
},
|
|
@@ -41920,6 +41950,7 @@
|
|
|
41920
41950
|
"createTheme",
|
|
41921
41951
|
"delete",
|
|
41922
41952
|
"detachShadow",
|
|
41953
|
+
"detachStageForRelease",
|
|
41923
41954
|
"dispatchEvent",
|
|
41924
41955
|
"emit",
|
|
41925
41956
|
"find",
|
|
@@ -41984,6 +42015,7 @@
|
|
|
41984
42015
|
"setAttributes",
|
|
41985
42016
|
"setMode",
|
|
41986
42017
|
"setStage",
|
|
42018
|
+
"setStates",
|
|
41987
42019
|
"setTheme",
|
|
41988
42020
|
"shouldSelfChangeUpdateAABBBounds",
|
|
41989
42021
|
"shouldUpdateAABBBounds",
|
|
@@ -46015,6 +46047,9 @@
|
|
|
46015
46047
|
"detachShadow": {
|
|
46016
46048
|
"typeof": "function"
|
|
46017
46049
|
},
|
|
46050
|
+
"detachStageForRelease": {
|
|
46051
|
+
"typeof": "function"
|
|
46052
|
+
},
|
|
46018
46053
|
"dirtyBound": {
|
|
46019
46054
|
"$ref": "#/definitions/IBounds"
|
|
46020
46055
|
},
|
|
@@ -46379,6 +46414,9 @@
|
|
|
46379
46414
|
"setStage": {
|
|
46380
46415
|
"typeof": "function"
|
|
46381
46416
|
},
|
|
46417
|
+
"setStates": {
|
|
46418
|
+
"typeof": "function"
|
|
46419
|
+
},
|
|
46382
46420
|
"setTheme": {
|
|
46383
46421
|
"typeof": "function"
|
|
46384
46422
|
},
|
|
@@ -46525,6 +46563,7 @@
|
|
|
46525
46563
|
"createTheme",
|
|
46526
46564
|
"delete",
|
|
46527
46565
|
"detachShadow",
|
|
46566
|
+
"detachStageForRelease",
|
|
46528
46567
|
"dirtyBound",
|
|
46529
46568
|
"dispatchEvent",
|
|
46530
46569
|
"dpr",
|
|
@@ -46606,6 +46645,7 @@
|
|
|
46606
46645
|
"setDpr",
|
|
46607
46646
|
"setMode",
|
|
46608
46647
|
"setStage",
|
|
46648
|
+
"setStates",
|
|
46609
46649
|
"setTheme",
|
|
46610
46650
|
"setToFrame",
|
|
46611
46651
|
"shouldSelfChangeUpdateAABBBounds",
|
|
@@ -70153,6 +70193,9 @@
|
|
|
70153
70193
|
"detachShadow": {
|
|
70154
70194
|
"typeof": "function"
|
|
70155
70195
|
},
|
|
70196
|
+
"detachStageForRelease": {
|
|
70197
|
+
"typeof": "function"
|
|
70198
|
+
},
|
|
70156
70199
|
"dispatchEvent": {
|
|
70157
70200
|
"typeof": "function"
|
|
70158
70201
|
},
|
|
@@ -70465,6 +70508,9 @@
|
|
|
70465
70508
|
"setStage": {
|
|
70466
70509
|
"typeof": "function"
|
|
70467
70510
|
},
|
|
70511
|
+
"setStates": {
|
|
70512
|
+
"typeof": "function"
|
|
70513
|
+
},
|
|
70468
70514
|
"setTheme": {
|
|
70469
70515
|
"typeof": "function"
|
|
70470
70516
|
},
|
|
@@ -70593,6 +70639,7 @@
|
|
|
70593
70639
|
"createTheme",
|
|
70594
70640
|
"delete",
|
|
70595
70641
|
"detachShadow",
|
|
70642
|
+
"detachStageForRelease",
|
|
70596
70643
|
"dispatchEvent",
|
|
70597
70644
|
"emit",
|
|
70598
70645
|
"find",
|
|
@@ -70657,6 +70704,7 @@
|
|
|
70657
70704
|
"setAttributes",
|
|
70658
70705
|
"setMode",
|
|
70659
70706
|
"setStage",
|
|
70707
|
+
"setStates",
|
|
70660
70708
|
"setTheme",
|
|
70661
70709
|
"shadowHost",
|
|
70662
70710
|
"shouldSelfChangeUpdateAABBBounds",
|
|
@@ -82256,7 +82304,7 @@
|
|
|
82256
82304
|
},
|
|
82257
82305
|
"Map<Function,(...args:any[])=>void>": {
|
|
82258
82306
|
"properties": {
|
|
82259
|
-
"__@toStringTag@
|
|
82307
|
+
"__@toStringTag@12805": {
|
|
82260
82308
|
"type": "string"
|
|
82261
82309
|
},
|
|
82262
82310
|
"size": {
|
|
@@ -82264,14 +82312,14 @@
|
|
|
82264
82312
|
}
|
|
82265
82313
|
},
|
|
82266
82314
|
"required": [
|
|
82267
|
-
"__@toStringTag@
|
|
82315
|
+
"__@toStringTag@12805",
|
|
82268
82316
|
"size"
|
|
82269
82317
|
],
|
|
82270
82318
|
"type": "object"
|
|
82271
82319
|
},
|
|
82272
82320
|
"Map<number,IGraphicRender>": {
|
|
82273
82321
|
"properties": {
|
|
82274
|
-
"__@toStringTag@
|
|
82322
|
+
"__@toStringTag@12805": {
|
|
82275
82323
|
"type": "string"
|
|
82276
82324
|
},
|
|
82277
82325
|
"size": {
|
|
@@ -82279,14 +82327,14 @@
|
|
|
82279
82327
|
}
|
|
82280
82328
|
},
|
|
82281
82329
|
"required": [
|
|
82282
|
-
"__@toStringTag@
|
|
82330
|
+
"__@toStringTag@12805",
|
|
82283
82331
|
"size"
|
|
82284
82332
|
],
|
|
82285
82333
|
"type": "object"
|
|
82286
82334
|
},
|
|
82287
82335
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
82288
82336
|
"properties": {
|
|
82289
|
-
"__@toStringTag@
|
|
82337
|
+
"__@toStringTag@12805": {
|
|
82290
82338
|
"type": "string"
|
|
82291
82339
|
},
|
|
82292
82340
|
"size": {
|
|
@@ -82294,14 +82342,14 @@
|
|
|
82294
82342
|
}
|
|
82295
82343
|
},
|
|
82296
82344
|
"required": [
|
|
82297
|
-
"__@toStringTag@
|
|
82345
|
+
"__@toStringTag@12805",
|
|
82298
82346
|
"size"
|
|
82299
82347
|
],
|
|
82300
82348
|
"type": "object"
|
|
82301
82349
|
},
|
|
82302
82350
|
"Map<string,CompiledStateDefinition<IGlyphGraphicAttribute>>": {
|
|
82303
82351
|
"properties": {
|
|
82304
|
-
"__@toStringTag@
|
|
82352
|
+
"__@toStringTag@12805": {
|
|
82305
82353
|
"type": "string"
|
|
82306
82354
|
},
|
|
82307
82355
|
"size": {
|
|
@@ -82309,14 +82357,14 @@
|
|
|
82309
82357
|
}
|
|
82310
82358
|
},
|
|
82311
82359
|
"required": [
|
|
82312
|
-
"__@toStringTag@
|
|
82360
|
+
"__@toStringTag@12805",
|
|
82313
82361
|
"size"
|
|
82314
82362
|
],
|
|
82315
82363
|
"type": "object"
|
|
82316
82364
|
},
|
|
82317
82365
|
"Map<string,CompiledStateDefinition<IGroupGraphicAttribute>>": {
|
|
82318
82366
|
"properties": {
|
|
82319
|
-
"__@toStringTag@
|
|
82367
|
+
"__@toStringTag@12805": {
|
|
82320
82368
|
"type": "string"
|
|
82321
82369
|
},
|
|
82322
82370
|
"size": {
|
|
@@ -82324,14 +82372,14 @@
|
|
|
82324
82372
|
}
|
|
82325
82373
|
},
|
|
82326
82374
|
"required": [
|
|
82327
|
-
"__@toStringTag@
|
|
82375
|
+
"__@toStringTag@12805",
|
|
82328
82376
|
"size"
|
|
82329
82377
|
],
|
|
82330
82378
|
"type": "object"
|
|
82331
82379
|
},
|
|
82332
82380
|
"Map<string,CompiledStateDefinition<Partial<IGraphicAttribute>>>": {
|
|
82333
82381
|
"properties": {
|
|
82334
|
-
"__@toStringTag@
|
|
82382
|
+
"__@toStringTag@12805": {
|
|
82335
82383
|
"type": "string"
|
|
82336
82384
|
},
|
|
82337
82385
|
"size": {
|
|
@@ -82339,14 +82387,14 @@
|
|
|
82339
82387
|
}
|
|
82340
82388
|
},
|
|
82341
82389
|
"required": [
|
|
82342
|
-
"__@toStringTag@
|
|
82390
|
+
"__@toStringTag@12805",
|
|
82343
82391
|
"size"
|
|
82344
82392
|
],
|
|
82345
82393
|
"type": "object"
|
|
82346
82394
|
},
|
|
82347
82395
|
"Map<string,CompiledStateDefinition<Record<string,any>>>": {
|
|
82348
82396
|
"properties": {
|
|
82349
|
-
"__@toStringTag@
|
|
82397
|
+
"__@toStringTag@12805": {
|
|
82350
82398
|
"type": "string"
|
|
82351
82399
|
},
|
|
82352
82400
|
"size": {
|
|
@@ -82354,14 +82402,14 @@
|
|
|
82354
82402
|
}
|
|
82355
82403
|
},
|
|
82356
82404
|
"required": [
|
|
82357
|
-
"__@toStringTag@
|
|
82405
|
+
"__@toStringTag@12805",
|
|
82358
82406
|
"size"
|
|
82359
82407
|
],
|
|
82360
82408
|
"type": "object"
|
|
82361
82409
|
},
|
|
82362
82410
|
"Map<string,CompiledStateDefinition<any>>": {
|
|
82363
82411
|
"properties": {
|
|
82364
|
-
"__@toStringTag@
|
|
82412
|
+
"__@toStringTag@12805": {
|
|
82365
82413
|
"type": "string"
|
|
82366
82414
|
},
|
|
82367
82415
|
"size": {
|
|
@@ -82369,14 +82417,14 @@
|
|
|
82369
82417
|
}
|
|
82370
82418
|
},
|
|
82371
82419
|
"required": [
|
|
82372
|
-
"__@toStringTag@
|
|
82420
|
+
"__@toStringTag@12805",
|
|
82373
82421
|
"size"
|
|
82374
82422
|
],
|
|
82375
82423
|
"type": "object"
|
|
82376
82424
|
},
|
|
82377
82425
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
82378
82426
|
"properties": {
|
|
82379
|
-
"__@toStringTag@
|
|
82427
|
+
"__@toStringTag@12805": {
|
|
82380
82428
|
"type": "string"
|
|
82381
82429
|
},
|
|
82382
82430
|
"size": {
|
|
@@ -82384,14 +82432,14 @@
|
|
|
82384
82432
|
}
|
|
82385
82433
|
},
|
|
82386
82434
|
"required": [
|
|
82387
|
-
"__@toStringTag@
|
|
82435
|
+
"__@toStringTag@12805",
|
|
82388
82436
|
"size"
|
|
82389
82437
|
],
|
|
82390
82438
|
"type": "object"
|
|
82391
82439
|
},
|
|
82392
82440
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
82393
82441
|
"properties": {
|
|
82394
|
-
"__@toStringTag@
|
|
82442
|
+
"__@toStringTag@12805": {
|
|
82395
82443
|
"type": "string"
|
|
82396
82444
|
},
|
|
82397
82445
|
"size": {
|
|
@@ -82399,14 +82447,14 @@
|
|
|
82399
82447
|
}
|
|
82400
82448
|
},
|
|
82401
82449
|
"required": [
|
|
82402
|
-
"__@toStringTag@
|
|
82450
|
+
"__@toStringTag@12805",
|
|
82403
82451
|
"size"
|
|
82404
82452
|
],
|
|
82405
82453
|
"type": "object"
|
|
82406
82454
|
},
|
|
82407
82455
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
82408
82456
|
"properties": {
|
|
82409
|
-
"__@toStringTag@
|
|
82457
|
+
"__@toStringTag@12805": {
|
|
82410
82458
|
"type": "string"
|
|
82411
82459
|
},
|
|
82412
82460
|
"size": {
|
|
@@ -82414,14 +82462,14 @@
|
|
|
82414
82462
|
}
|
|
82415
82463
|
},
|
|
82416
82464
|
"required": [
|
|
82417
|
-
"__@toStringTag@
|
|
82465
|
+
"__@toStringTag@12805",
|
|
82418
82466
|
"size"
|
|
82419
82467
|
],
|
|
82420
82468
|
"type": "object"
|
|
82421
82469
|
},
|
|
82422
82470
|
"Map<string|number,IAnimate>": {
|
|
82423
82471
|
"properties": {
|
|
82424
|
-
"__@toStringTag@
|
|
82472
|
+
"__@toStringTag@12805": {
|
|
82425
82473
|
"type": "string"
|
|
82426
82474
|
},
|
|
82427
82475
|
"size": {
|
|
@@ -82429,7 +82477,7 @@
|
|
|
82429
82477
|
}
|
|
82430
82478
|
},
|
|
82431
82479
|
"required": [
|
|
82432
|
-
"__@toStringTag@
|
|
82480
|
+
"__@toStringTag@12805",
|
|
82433
82481
|
"size"
|
|
82434
82482
|
],
|
|
82435
82483
|
"type": "object"
|
|
@@ -104267,34 +104315,34 @@
|
|
|
104267
104315
|
},
|
|
104268
104316
|
"Promise<FontFaceSet>": {
|
|
104269
104317
|
"properties": {
|
|
104270
|
-
"__@toStringTag@
|
|
104318
|
+
"__@toStringTag@12805": {
|
|
104271
104319
|
"type": "string"
|
|
104272
104320
|
}
|
|
104273
104321
|
},
|
|
104274
104322
|
"required": [
|
|
104275
|
-
"__@toStringTag@
|
|
104323
|
+
"__@toStringTag@12805"
|
|
104276
104324
|
],
|
|
104277
104325
|
"type": "object"
|
|
104278
104326
|
},
|
|
104279
104327
|
"Promise<ServiceWorkerRegistration>": {
|
|
104280
104328
|
"properties": {
|
|
104281
|
-
"__@toStringTag@
|
|
104329
|
+
"__@toStringTag@12805": {
|
|
104282
104330
|
"type": "string"
|
|
104283
104331
|
}
|
|
104284
104332
|
},
|
|
104285
104333
|
"required": [
|
|
104286
|
-
"__@toStringTag@
|
|
104334
|
+
"__@toStringTag@12805"
|
|
104287
104335
|
],
|
|
104288
104336
|
"type": "object"
|
|
104289
104337
|
},
|
|
104290
104338
|
"Promise<any>": {
|
|
104291
104339
|
"properties": {
|
|
104292
|
-
"__@toStringTag@
|
|
104340
|
+
"__@toStringTag@12805": {
|
|
104293
104341
|
"type": "string"
|
|
104294
104342
|
}
|
|
104295
104343
|
},
|
|
104296
104344
|
"required": [
|
|
104297
|
-
"__@toStringTag@
|
|
104345
|
+
"__@toStringTag@12805"
|
|
104298
104346
|
],
|
|
104299
104347
|
"type": "object"
|
|
104300
104348
|
},
|
|
@@ -118120,7 +118168,7 @@
|
|
|
118120
118168
|
},
|
|
118121
118169
|
"Set<IGraphic<Partial<IGraphicAttribute>>>": {
|
|
118122
118170
|
"properties": {
|
|
118123
|
-
"__@toStringTag@
|
|
118171
|
+
"__@toStringTag@12805": {
|
|
118124
118172
|
"type": "string"
|
|
118125
118173
|
},
|
|
118126
118174
|
"size": {
|
|
@@ -118128,14 +118176,14 @@
|
|
|
118128
118176
|
}
|
|
118129
118177
|
},
|
|
118130
118178
|
"required": [
|
|
118131
|
-
"__@toStringTag@
|
|
118179
|
+
"__@toStringTag@12805",
|
|
118132
118180
|
"size"
|
|
118133
118181
|
],
|
|
118134
118182
|
"type": "object"
|
|
118135
118183
|
},
|
|
118136
118184
|
"Set<SharedStateScope<IGlyphGraphicAttribute>>": {
|
|
118137
118185
|
"properties": {
|
|
118138
|
-
"__@toStringTag@
|
|
118186
|
+
"__@toStringTag@12805": {
|
|
118139
118187
|
"type": "string"
|
|
118140
118188
|
},
|
|
118141
118189
|
"size": {
|
|
@@ -118143,14 +118191,14 @@
|
|
|
118143
118191
|
}
|
|
118144
118192
|
},
|
|
118145
118193
|
"required": [
|
|
118146
|
-
"__@toStringTag@
|
|
118194
|
+
"__@toStringTag@12805",
|
|
118147
118195
|
"size"
|
|
118148
118196
|
],
|
|
118149
118197
|
"type": "object"
|
|
118150
118198
|
},
|
|
118151
118199
|
"Set<SharedStateScope<IGroupGraphicAttribute>>": {
|
|
118152
118200
|
"properties": {
|
|
118153
|
-
"__@toStringTag@
|
|
118201
|
+
"__@toStringTag@12805": {
|
|
118154
118202
|
"type": "string"
|
|
118155
118203
|
},
|
|
118156
118204
|
"size": {
|
|
@@ -118158,14 +118206,14 @@
|
|
|
118158
118206
|
}
|
|
118159
118207
|
},
|
|
118160
118208
|
"required": [
|
|
118161
|
-
"__@toStringTag@
|
|
118209
|
+
"__@toStringTag@12805",
|
|
118162
118210
|
"size"
|
|
118163
118211
|
],
|
|
118164
118212
|
"type": "object"
|
|
118165
118213
|
},
|
|
118166
118214
|
"Set<SharedStateScope<Partial<IGraphicAttribute>>>": {
|
|
118167
118215
|
"properties": {
|
|
118168
|
-
"__@toStringTag@
|
|
118216
|
+
"__@toStringTag@12805": {
|
|
118169
118217
|
"type": "string"
|
|
118170
118218
|
},
|
|
118171
118219
|
"size": {
|
|
@@ -118173,14 +118221,14 @@
|
|
|
118173
118221
|
}
|
|
118174
118222
|
},
|
|
118175
118223
|
"required": [
|
|
118176
|
-
"__@toStringTag@
|
|
118224
|
+
"__@toStringTag@12805",
|
|
118177
118225
|
"size"
|
|
118178
118226
|
],
|
|
118179
118227
|
"type": "object"
|
|
118180
118228
|
},
|
|
118181
118229
|
"Set<SharedStateScope<any>>": {
|
|
118182
118230
|
"properties": {
|
|
118183
|
-
"__@toStringTag@
|
|
118231
|
+
"__@toStringTag@12805": {
|
|
118184
118232
|
"type": "string"
|
|
118185
118233
|
},
|
|
118186
118234
|
"size": {
|
|
@@ -118188,7 +118236,7 @@
|
|
|
118188
118236
|
}
|
|
118189
118237
|
},
|
|
118190
118238
|
"required": [
|
|
118191
|
-
"__@toStringTag@
|
|
118239
|
+
"__@toStringTag@12805",
|
|
118192
118240
|
"size"
|
|
118193
118241
|
],
|
|
118194
118242
|
"type": "object"
|