react-magma-dom 4.11.0-next.17 → 4.11.0-next.19
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/dist/components/TreeView/TreeItemHierarchyContext.d.ts +1 -0
- package/dist/components/TreeView/TreeView.d.ts +0 -10
- package/dist/components/TreeView/utils.d.ts +1 -1
- package/dist/esm/index.js +145 -88
- package/dist/esm/index.js.map +1 -1
- package/dist/properties.json +148 -116
- package/dist/react-magma-dom.cjs.development.js +145 -85
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/package.json +1 -1
package/dist/properties.json
CHANGED
|
@@ -18489,12 +18489,12 @@
|
|
|
18489
18489
|
"typeArguments": [
|
|
18490
18490
|
{
|
|
18491
18491
|
"type": "reference",
|
|
18492
|
-
"id":
|
|
18492
|
+
"id": 36391,
|
|
18493
18493
|
"name": "ToggleButtonTextProps"
|
|
18494
18494
|
},
|
|
18495
18495
|
{
|
|
18496
18496
|
"type": "reference",
|
|
18497
|
-
"id":
|
|
18497
|
+
"id": 36675,
|
|
18498
18498
|
"name": "ToggleButtonIconProps"
|
|
18499
18499
|
}
|
|
18500
18500
|
],
|
|
@@ -19289,6 +19289,14 @@
|
|
|
19289
19289
|
},
|
|
19290
19290
|
"deprecated": false
|
|
19291
19291
|
},
|
|
19292
|
+
"isVirtualized": {
|
|
19293
|
+
"name": "isVirtualized",
|
|
19294
|
+
"required": false,
|
|
19295
|
+
"type": {
|
|
19296
|
+
"name": "boolean"
|
|
19297
|
+
},
|
|
19298
|
+
"deprecated": false
|
|
19299
|
+
},
|
|
19292
19300
|
"parentDepth": {
|
|
19293
19301
|
"name": "parentDepth",
|
|
19294
19302
|
"required": true,
|
|
@@ -19375,16 +19383,6 @@
|
|
|
19375
19383
|
"defaultValue": "false",
|
|
19376
19384
|
"deprecated": false
|
|
19377
19385
|
},
|
|
19378
|
-
"estimateSize": {
|
|
19379
|
-
"name": "estimateSize",
|
|
19380
|
-
"required": false,
|
|
19381
|
-
"type": {
|
|
19382
|
-
"name": "number"
|
|
19383
|
-
},
|
|
19384
|
-
"description": "Estimated size of each tree item in pixels (used for virtualization).",
|
|
19385
|
-
"defaultValue": "40",
|
|
19386
|
-
"deprecated": false
|
|
19387
|
-
},
|
|
19388
19386
|
"expandIconStyles": {
|
|
19389
19387
|
"name": "expandIconStyles",
|
|
19390
19388
|
"required": false,
|
|
@@ -19452,16 +19450,6 @@
|
|
|
19452
19450
|
"description": "Action that fires when an item is selected\nReturn an array of objects.\nExample: [ {itemId: 'item0', checkedStatus: IndeterminateCheckboxStatus.indeterminate}, {itemId: 'item0-child', checkedStatus: IndeterminateCheckboxStatus.checked} ]",
|
|
19453
19451
|
"deprecated": false
|
|
19454
19452
|
},
|
|
19455
|
-
"overscan": {
|
|
19456
|
-
"name": "overscan",
|
|
19457
|
-
"required": false,
|
|
19458
|
-
"type": {
|
|
19459
|
-
"name": "number"
|
|
19460
|
-
},
|
|
19461
|
-
"description": "Number of items to render above and below the visible area (overscan).",
|
|
19462
|
-
"defaultValue": "5",
|
|
19463
|
-
"deprecated": false
|
|
19464
|
-
},
|
|
19465
19453
|
"preselectedItems": {
|
|
19466
19454
|
"name": "preselectedItems",
|
|
19467
19455
|
"required": false,
|
|
@@ -19488,6 +19476,50 @@
|
|
|
19488
19476
|
}
|
|
19489
19477
|
}
|
|
19490
19478
|
},
|
|
19479
|
+
{
|
|
19480
|
+
"name": "VirtualContainerProps",
|
|
19481
|
+
"kind": 256,
|
|
19482
|
+
"kindString": "Interface",
|
|
19483
|
+
"flags": {},
|
|
19484
|
+
"id": "VirtualContainerProps",
|
|
19485
|
+
"tags": {},
|
|
19486
|
+
"properties": {
|
|
19487
|
+
"height": {
|
|
19488
|
+
"name": "height",
|
|
19489
|
+
"required": true,
|
|
19490
|
+
"type": {
|
|
19491
|
+
"name": "number"
|
|
19492
|
+
},
|
|
19493
|
+
"deprecated": false
|
|
19494
|
+
}
|
|
19495
|
+
}
|
|
19496
|
+
},
|
|
19497
|
+
{
|
|
19498
|
+
"name": "VirtualItemProps",
|
|
19499
|
+
"kind": 256,
|
|
19500
|
+
"kindString": "Interface",
|
|
19501
|
+
"flags": {},
|
|
19502
|
+
"id": "VirtualItemProps",
|
|
19503
|
+
"tags": {},
|
|
19504
|
+
"properties": {
|
|
19505
|
+
"height": {
|
|
19506
|
+
"name": "height",
|
|
19507
|
+
"required": true,
|
|
19508
|
+
"type": {
|
|
19509
|
+
"name": "number"
|
|
19510
|
+
},
|
|
19511
|
+
"deprecated": false
|
|
19512
|
+
},
|
|
19513
|
+
"transform": {
|
|
19514
|
+
"name": "transform",
|
|
19515
|
+
"required": true,
|
|
19516
|
+
"type": {
|
|
19517
|
+
"name": "number"
|
|
19518
|
+
},
|
|
19519
|
+
"deprecated": false
|
|
19520
|
+
}
|
|
19521
|
+
}
|
|
19522
|
+
},
|
|
19491
19523
|
{
|
|
19492
19524
|
"name": "ExpandIconInterface",
|
|
19493
19525
|
"kind": 256,
|
|
@@ -20166,7 +20198,7 @@
|
|
|
20166
20198
|
{
|
|
20167
20199
|
"type": "reflection",
|
|
20168
20200
|
"declaration": {
|
|
20169
|
-
"id":
|
|
20201
|
+
"id": 34977,
|
|
20170
20202
|
"name": "__type",
|
|
20171
20203
|
"kind": 65536,
|
|
20172
20204
|
"kindString": "Type literal",
|
|
@@ -20175,7 +20207,7 @@
|
|
|
20175
20207
|
},
|
|
20176
20208
|
"children": [
|
|
20177
20209
|
{
|
|
20178
|
-
"id":
|
|
20210
|
+
"id": 34979,
|
|
20179
20211
|
"name": "payload",
|
|
20180
20212
|
"kind": 32,
|
|
20181
20213
|
"kindString": "Variable",
|
|
@@ -20192,7 +20224,7 @@
|
|
|
20192
20224
|
"type": {
|
|
20193
20225
|
"type": "reflection",
|
|
20194
20226
|
"declaration": {
|
|
20195
|
-
"id":
|
|
20227
|
+
"id": 34980,
|
|
20196
20228
|
"name": "__type",
|
|
20197
20229
|
"kind": 65536,
|
|
20198
20230
|
"kindString": "Type literal",
|
|
@@ -20201,7 +20233,7 @@
|
|
|
20201
20233
|
},
|
|
20202
20234
|
"children": [
|
|
20203
20235
|
{
|
|
20204
|
-
"id":
|
|
20236
|
+
"id": 34984,
|
|
20205
20237
|
"name": "checkChildren",
|
|
20206
20238
|
"kind": 32,
|
|
20207
20239
|
"kindString": "Variable",
|
|
@@ -20221,7 +20253,7 @@
|
|
|
20221
20253
|
}
|
|
20222
20254
|
},
|
|
20223
20255
|
{
|
|
20224
|
-
"id":
|
|
20256
|
+
"id": 34985,
|
|
20225
20257
|
"name": "checkParents",
|
|
20226
20258
|
"kind": 32,
|
|
20227
20259
|
"kindString": "Variable",
|
|
@@ -20241,7 +20273,7 @@
|
|
|
20241
20273
|
}
|
|
20242
20274
|
},
|
|
20243
20275
|
{
|
|
20244
|
-
"id":
|
|
20276
|
+
"id": 34982,
|
|
20245
20277
|
"name": "checkedStatus",
|
|
20246
20278
|
"kind": 32,
|
|
20247
20279
|
"kindString": "Variable",
|
|
@@ -20263,7 +20295,7 @@
|
|
|
20263
20295
|
}
|
|
20264
20296
|
},
|
|
20265
20297
|
{
|
|
20266
|
-
"id":
|
|
20298
|
+
"id": 34986,
|
|
20267
20299
|
"name": "isTopLevelSelectable",
|
|
20268
20300
|
"kind": 32,
|
|
20269
20301
|
"kindString": "Variable",
|
|
@@ -20283,7 +20315,7 @@
|
|
|
20283
20315
|
}
|
|
20284
20316
|
},
|
|
20285
20317
|
{
|
|
20286
|
-
"id":
|
|
20318
|
+
"id": 34981,
|
|
20287
20319
|
"name": "itemId",
|
|
20288
20320
|
"kind": 32,
|
|
20289
20321
|
"kindString": "Variable",
|
|
@@ -20303,7 +20335,7 @@
|
|
|
20303
20335
|
}
|
|
20304
20336
|
},
|
|
20305
20337
|
{
|
|
20306
|
-
"id":
|
|
20338
|
+
"id": 34983,
|
|
20307
20339
|
"name": "selectable",
|
|
20308
20340
|
"kind": 32,
|
|
20309
20341
|
"kindString": "Variable",
|
|
@@ -20328,12 +20360,12 @@
|
|
|
20328
20360
|
"title": "Variables",
|
|
20329
20361
|
"kind": 32,
|
|
20330
20362
|
"children": [
|
|
20331
|
-
34983,
|
|
20332
20363
|
34984,
|
|
20333
|
-
34981,
|
|
20334
20364
|
34985,
|
|
20335
|
-
|
|
20336
|
-
|
|
20365
|
+
34982,
|
|
20366
|
+
34986,
|
|
20367
|
+
34981,
|
|
20368
|
+
34983
|
|
20337
20369
|
]
|
|
20338
20370
|
}
|
|
20339
20371
|
],
|
|
@@ -20348,7 +20380,7 @@
|
|
|
20348
20380
|
}
|
|
20349
20381
|
},
|
|
20350
20382
|
{
|
|
20351
|
-
"id":
|
|
20383
|
+
"id": 34978,
|
|
20352
20384
|
"name": "type",
|
|
20353
20385
|
"kind": 32,
|
|
20354
20386
|
"kindString": "Variable",
|
|
@@ -20373,8 +20405,8 @@
|
|
|
20373
20405
|
"title": "Variables",
|
|
20374
20406
|
"kind": 32,
|
|
20375
20407
|
"children": [
|
|
20376
|
-
|
|
20377
|
-
|
|
20408
|
+
34979,
|
|
20409
|
+
34978
|
|
20378
20410
|
]
|
|
20379
20411
|
}
|
|
20380
20412
|
],
|
|
@@ -20390,7 +20422,7 @@
|
|
|
20390
20422
|
{
|
|
20391
20423
|
"type": "reflection",
|
|
20392
20424
|
"declaration": {
|
|
20393
|
-
"id":
|
|
20425
|
+
"id": 34987,
|
|
20394
20426
|
"name": "__type",
|
|
20395
20427
|
"kind": 65536,
|
|
20396
20428
|
"kindString": "Type literal",
|
|
@@ -20399,7 +20431,7 @@
|
|
|
20399
20431
|
},
|
|
20400
20432
|
"children": [
|
|
20401
20433
|
{
|
|
20402
|
-
"id":
|
|
20434
|
+
"id": 34989,
|
|
20403
20435
|
"name": "payload",
|
|
20404
20436
|
"kind": 32,
|
|
20405
20437
|
"kindString": "Variable",
|
|
@@ -20416,7 +20448,7 @@
|
|
|
20416
20448
|
"type": {
|
|
20417
20449
|
"type": "reflection",
|
|
20418
20450
|
"declaration": {
|
|
20419
|
-
"id":
|
|
20451
|
+
"id": 34990,
|
|
20420
20452
|
"name": "__type",
|
|
20421
20453
|
"kind": 65536,
|
|
20422
20454
|
"kindString": "Type literal",
|
|
@@ -20425,7 +20457,7 @@
|
|
|
20425
20457
|
},
|
|
20426
20458
|
"children": [
|
|
20427
20459
|
{
|
|
20428
|
-
"id":
|
|
20460
|
+
"id": 34991,
|
|
20429
20461
|
"name": "checkChildren",
|
|
20430
20462
|
"kind": 32,
|
|
20431
20463
|
"kindString": "Variable",
|
|
@@ -20445,7 +20477,7 @@
|
|
|
20445
20477
|
}
|
|
20446
20478
|
},
|
|
20447
20479
|
{
|
|
20448
|
-
"id":
|
|
20480
|
+
"id": 34992,
|
|
20449
20481
|
"name": "checkParents",
|
|
20450
20482
|
"kind": 32,
|
|
20451
20483
|
"kindString": "Variable",
|
|
@@ -20465,7 +20497,7 @@
|
|
|
20465
20497
|
}
|
|
20466
20498
|
},
|
|
20467
20499
|
{
|
|
20468
|
-
"id":
|
|
20500
|
+
"id": 34993,
|
|
20469
20501
|
"name": "isTopLevelSelectable",
|
|
20470
20502
|
"kind": 32,
|
|
20471
20503
|
"kindString": "Variable",
|
|
@@ -20490,9 +20522,9 @@
|
|
|
20490
20522
|
"title": "Variables",
|
|
20491
20523
|
"kind": 32,
|
|
20492
20524
|
"children": [
|
|
20493
|
-
34990,
|
|
20494
20525
|
34991,
|
|
20495
|
-
34992
|
|
20526
|
+
34992,
|
|
20527
|
+
34993
|
|
20496
20528
|
]
|
|
20497
20529
|
}
|
|
20498
20530
|
],
|
|
@@ -20507,7 +20539,7 @@
|
|
|
20507
20539
|
}
|
|
20508
20540
|
},
|
|
20509
20541
|
{
|
|
20510
|
-
"id":
|
|
20542
|
+
"id": 34988,
|
|
20511
20543
|
"name": "type",
|
|
20512
20544
|
"kind": 32,
|
|
20513
20545
|
"kindString": "Variable",
|
|
@@ -20532,8 +20564,8 @@
|
|
|
20532
20564
|
"title": "Variables",
|
|
20533
20565
|
"kind": 32,
|
|
20534
20566
|
"children": [
|
|
20535
|
-
|
|
20536
|
-
|
|
20567
|
+
34989,
|
|
20568
|
+
34988
|
|
20537
20569
|
]
|
|
20538
20570
|
}
|
|
20539
20571
|
],
|
|
@@ -20549,7 +20581,7 @@
|
|
|
20549
20581
|
{
|
|
20550
20582
|
"type": "reflection",
|
|
20551
20583
|
"declaration": {
|
|
20552
|
-
"id":
|
|
20584
|
+
"id": 34994,
|
|
20553
20585
|
"name": "__type",
|
|
20554
20586
|
"kind": 65536,
|
|
20555
20587
|
"kindString": "Type literal",
|
|
@@ -20558,7 +20590,7 @@
|
|
|
20558
20590
|
},
|
|
20559
20591
|
"children": [
|
|
20560
20592
|
{
|
|
20561
|
-
"id":
|
|
20593
|
+
"id": 34996,
|
|
20562
20594
|
"name": "payload",
|
|
20563
20595
|
"kind": 32,
|
|
20564
20596
|
"kindString": "Variable",
|
|
@@ -20575,7 +20607,7 @@
|
|
|
20575
20607
|
"type": {
|
|
20576
20608
|
"type": "reflection",
|
|
20577
20609
|
"declaration": {
|
|
20578
|
-
"id":
|
|
20610
|
+
"id": 34997,
|
|
20579
20611
|
"name": "__type",
|
|
20580
20612
|
"kind": 65536,
|
|
20581
20613
|
"kindString": "Type literal",
|
|
@@ -20584,7 +20616,7 @@
|
|
|
20584
20616
|
},
|
|
20585
20617
|
"children": [
|
|
20586
20618
|
{
|
|
20587
|
-
"id":
|
|
20619
|
+
"id": 34998,
|
|
20588
20620
|
"name": "checkChildren",
|
|
20589
20621
|
"kind": 32,
|
|
20590
20622
|
"kindString": "Variable",
|
|
@@ -20604,7 +20636,7 @@
|
|
|
20604
20636
|
}
|
|
20605
20637
|
},
|
|
20606
20638
|
{
|
|
20607
|
-
"id":
|
|
20639
|
+
"id": 34999,
|
|
20608
20640
|
"name": "checkParents",
|
|
20609
20641
|
"kind": 32,
|
|
20610
20642
|
"kindString": "Variable",
|
|
@@ -20624,7 +20656,7 @@
|
|
|
20624
20656
|
}
|
|
20625
20657
|
},
|
|
20626
20658
|
{
|
|
20627
|
-
"id":
|
|
20659
|
+
"id": 35000,
|
|
20628
20660
|
"name": "isTopLevelSelectable",
|
|
20629
20661
|
"kind": 32,
|
|
20630
20662
|
"kindString": "Variable",
|
|
@@ -20649,9 +20681,9 @@
|
|
|
20649
20681
|
"title": "Variables",
|
|
20650
20682
|
"kind": 32,
|
|
20651
20683
|
"children": [
|
|
20652
|
-
34997,
|
|
20653
20684
|
34998,
|
|
20654
|
-
34999
|
|
20685
|
+
34999,
|
|
20686
|
+
35000
|
|
20655
20687
|
]
|
|
20656
20688
|
}
|
|
20657
20689
|
],
|
|
@@ -20666,7 +20698,7 @@
|
|
|
20666
20698
|
}
|
|
20667
20699
|
},
|
|
20668
20700
|
{
|
|
20669
|
-
"id":
|
|
20701
|
+
"id": 34995,
|
|
20670
20702
|
"name": "type",
|
|
20671
20703
|
"kind": 32,
|
|
20672
20704
|
"kindString": "Variable",
|
|
@@ -20691,8 +20723,8 @@
|
|
|
20691
20723
|
"title": "Variables",
|
|
20692
20724
|
"kind": 32,
|
|
20693
20725
|
"children": [
|
|
20694
|
-
|
|
20695
|
-
|
|
20726
|
+
34996,
|
|
20727
|
+
34995
|
|
20696
20728
|
]
|
|
20697
20729
|
}
|
|
20698
20730
|
],
|
|
@@ -20708,7 +20740,7 @@
|
|
|
20708
20740
|
{
|
|
20709
20741
|
"type": "reflection",
|
|
20710
20742
|
"declaration": {
|
|
20711
|
-
"id":
|
|
20743
|
+
"id": 35001,
|
|
20712
20744
|
"name": "__type",
|
|
20713
20745
|
"kind": 65536,
|
|
20714
20746
|
"kindString": "Type literal",
|
|
@@ -20717,7 +20749,7 @@
|
|
|
20717
20749
|
},
|
|
20718
20750
|
"children": [
|
|
20719
20751
|
{
|
|
20720
|
-
"id":
|
|
20752
|
+
"id": 35003,
|
|
20721
20753
|
"name": "payload",
|
|
20722
20754
|
"kind": 32,
|
|
20723
20755
|
"kindString": "Variable",
|
|
@@ -20734,7 +20766,7 @@
|
|
|
20734
20766
|
"type": {
|
|
20735
20767
|
"type": "reflection",
|
|
20736
20768
|
"declaration": {
|
|
20737
|
-
"id":
|
|
20769
|
+
"id": 35004,
|
|
20738
20770
|
"name": "__type",
|
|
20739
20771
|
"kind": 65536,
|
|
20740
20772
|
"kindString": "Type literal",
|
|
@@ -20743,7 +20775,7 @@
|
|
|
20743
20775
|
},
|
|
20744
20776
|
"children": [
|
|
20745
20777
|
{
|
|
20746
|
-
"id":
|
|
20778
|
+
"id": 35005,
|
|
20747
20779
|
"name": "itemId",
|
|
20748
20780
|
"kind": 32,
|
|
20749
20781
|
"kindString": "Variable",
|
|
@@ -20780,7 +20812,7 @@
|
|
|
20780
20812
|
"title": "Variables",
|
|
20781
20813
|
"kind": 32,
|
|
20782
20814
|
"children": [
|
|
20783
|
-
|
|
20815
|
+
35005
|
|
20784
20816
|
]
|
|
20785
20817
|
}
|
|
20786
20818
|
],
|
|
@@ -20795,7 +20827,7 @@
|
|
|
20795
20827
|
}
|
|
20796
20828
|
},
|
|
20797
20829
|
{
|
|
20798
|
-
"id":
|
|
20830
|
+
"id": 35002,
|
|
20799
20831
|
"name": "type",
|
|
20800
20832
|
"kind": 32,
|
|
20801
20833
|
"kindString": "Variable",
|
|
@@ -20820,8 +20852,8 @@
|
|
|
20820
20852
|
"title": "Variables",
|
|
20821
20853
|
"kind": 32,
|
|
20822
20854
|
"children": [
|
|
20823
|
-
|
|
20824
|
-
|
|
20855
|
+
35003,
|
|
20856
|
+
35002
|
|
20825
20857
|
]
|
|
20826
20858
|
}
|
|
20827
20859
|
],
|
|
@@ -20837,7 +20869,7 @@
|
|
|
20837
20869
|
{
|
|
20838
20870
|
"type": "reflection",
|
|
20839
20871
|
"declaration": {
|
|
20840
|
-
"id":
|
|
20872
|
+
"id": 35006,
|
|
20841
20873
|
"name": "__type",
|
|
20842
20874
|
"kind": 65536,
|
|
20843
20875
|
"kindString": "Type literal",
|
|
@@ -20846,7 +20878,7 @@
|
|
|
20846
20878
|
},
|
|
20847
20879
|
"children": [
|
|
20848
20880
|
{
|
|
20849
|
-
"id":
|
|
20881
|
+
"id": 35008,
|
|
20850
20882
|
"name": "payload",
|
|
20851
20883
|
"kind": 32,
|
|
20852
20884
|
"kindString": "Variable",
|
|
@@ -20863,7 +20895,7 @@
|
|
|
20863
20895
|
"type": {
|
|
20864
20896
|
"type": "reflection",
|
|
20865
20897
|
"declaration": {
|
|
20866
|
-
"id":
|
|
20898
|
+
"id": 35009,
|
|
20867
20899
|
"name": "__type",
|
|
20868
20900
|
"kind": 65536,
|
|
20869
20901
|
"kindString": "Type literal",
|
|
@@ -20872,7 +20904,7 @@
|
|
|
20872
20904
|
},
|
|
20873
20905
|
"children": [
|
|
20874
20906
|
{
|
|
20875
|
-
"id":
|
|
20907
|
+
"id": 35010,
|
|
20876
20908
|
"name": "expandableIds",
|
|
20877
20909
|
"kind": 32,
|
|
20878
20910
|
"kindString": "Variable",
|
|
@@ -20900,7 +20932,7 @@
|
|
|
20900
20932
|
"title": "Variables",
|
|
20901
20933
|
"kind": 32,
|
|
20902
20934
|
"children": [
|
|
20903
|
-
|
|
20935
|
+
35010
|
|
20904
20936
|
]
|
|
20905
20937
|
}
|
|
20906
20938
|
],
|
|
@@ -20915,7 +20947,7 @@
|
|
|
20915
20947
|
}
|
|
20916
20948
|
},
|
|
20917
20949
|
{
|
|
20918
|
-
"id":
|
|
20950
|
+
"id": 35007,
|
|
20919
20951
|
"name": "type",
|
|
20920
20952
|
"kind": 32,
|
|
20921
20953
|
"kindString": "Variable",
|
|
@@ -20940,8 +20972,8 @@
|
|
|
20940
20972
|
"title": "Variables",
|
|
20941
20973
|
"kind": 32,
|
|
20942
20974
|
"children": [
|
|
20943
|
-
|
|
20944
|
-
|
|
20975
|
+
35008,
|
|
20976
|
+
35007
|
|
20945
20977
|
]
|
|
20946
20978
|
}
|
|
20947
20979
|
],
|
|
@@ -20957,7 +20989,7 @@
|
|
|
20957
20989
|
{
|
|
20958
20990
|
"type": "reflection",
|
|
20959
20991
|
"declaration": {
|
|
20960
|
-
"id":
|
|
20992
|
+
"id": 35011,
|
|
20961
20993
|
"name": "__type",
|
|
20962
20994
|
"kind": 65536,
|
|
20963
20995
|
"kindString": "Type literal",
|
|
@@ -20966,7 +20998,7 @@
|
|
|
20966
20998
|
},
|
|
20967
20999
|
"children": [
|
|
20968
21000
|
{
|
|
20969
|
-
"id":
|
|
21001
|
+
"id": 35012,
|
|
20970
21002
|
"name": "type",
|
|
20971
21003
|
"kind": 32,
|
|
20972
21004
|
"kindString": "Variable",
|
|
@@ -20991,7 +21023,7 @@
|
|
|
20991
21023
|
"title": "Variables",
|
|
20992
21024
|
"kind": 32,
|
|
20993
21025
|
"children": [
|
|
20994
|
-
|
|
21026
|
+
35012
|
|
20995
21027
|
]
|
|
20996
21028
|
}
|
|
20997
21029
|
],
|
|
@@ -21007,7 +21039,7 @@
|
|
|
21007
21039
|
{
|
|
21008
21040
|
"type": "reflection",
|
|
21009
21041
|
"declaration": {
|
|
21010
|
-
"id":
|
|
21042
|
+
"id": 35013,
|
|
21011
21043
|
"name": "__type",
|
|
21012
21044
|
"kind": 65536,
|
|
21013
21045
|
"kindString": "Type literal",
|
|
@@ -21016,7 +21048,7 @@
|
|
|
21016
21048
|
},
|
|
21017
21049
|
"children": [
|
|
21018
21050
|
{
|
|
21019
|
-
"id":
|
|
21051
|
+
"id": 35015,
|
|
21020
21052
|
"name": "payload",
|
|
21021
21053
|
"kind": 32,
|
|
21022
21054
|
"kindString": "Variable",
|
|
@@ -21033,7 +21065,7 @@
|
|
|
21033
21065
|
"type": {
|
|
21034
21066
|
"type": "reflection",
|
|
21035
21067
|
"declaration": {
|
|
21036
|
-
"id":
|
|
21068
|
+
"id": 35016,
|
|
21037
21069
|
"name": "__type",
|
|
21038
21070
|
"kind": 65536,
|
|
21039
21071
|
"kindString": "Type literal",
|
|
@@ -21042,7 +21074,7 @@
|
|
|
21042
21074
|
},
|
|
21043
21075
|
"children": [
|
|
21044
21076
|
{
|
|
21045
|
-
"id":
|
|
21077
|
+
"id": 35017,
|
|
21046
21078
|
"name": "items",
|
|
21047
21079
|
"kind": 32,
|
|
21048
21080
|
"kindString": "Variable",
|
|
@@ -21060,7 +21092,7 @@
|
|
|
21060
21092
|
"type": "array",
|
|
21061
21093
|
"elementType": {
|
|
21062
21094
|
"type": "reference",
|
|
21063
|
-
"id":
|
|
21095
|
+
"id": 34923,
|
|
21064
21096
|
"name": "TreeViewItemInterface"
|
|
21065
21097
|
}
|
|
21066
21098
|
}
|
|
@@ -21071,7 +21103,7 @@
|
|
|
21071
21103
|
"title": "Variables",
|
|
21072
21104
|
"kind": 32,
|
|
21073
21105
|
"children": [
|
|
21074
|
-
|
|
21106
|
+
35017
|
|
21075
21107
|
]
|
|
21076
21108
|
}
|
|
21077
21109
|
],
|
|
@@ -21086,7 +21118,7 @@
|
|
|
21086
21118
|
}
|
|
21087
21119
|
},
|
|
21088
21120
|
{
|
|
21089
|
-
"id":
|
|
21121
|
+
"id": 35014,
|
|
21090
21122
|
"name": "type",
|
|
21091
21123
|
"kind": 32,
|
|
21092
21124
|
"kindString": "Variable",
|
|
@@ -21111,8 +21143,8 @@
|
|
|
21111
21143
|
"title": "Variables",
|
|
21112
21144
|
"kind": 32,
|
|
21113
21145
|
"children": [
|
|
21114
|
-
|
|
21115
|
-
|
|
21146
|
+
35015,
|
|
21147
|
+
35014
|
|
21116
21148
|
]
|
|
21117
21149
|
}
|
|
21118
21150
|
],
|
|
@@ -21128,7 +21160,7 @@
|
|
|
21128
21160
|
{
|
|
21129
21161
|
"type": "reflection",
|
|
21130
21162
|
"declaration": {
|
|
21131
|
-
"id":
|
|
21163
|
+
"id": 35018,
|
|
21132
21164
|
"name": "__type",
|
|
21133
21165
|
"kind": 65536,
|
|
21134
21166
|
"kindString": "Type literal",
|
|
@@ -21137,7 +21169,7 @@
|
|
|
21137
21169
|
},
|
|
21138
21170
|
"children": [
|
|
21139
21171
|
{
|
|
21140
|
-
"id":
|
|
21172
|
+
"id": 35020,
|
|
21141
21173
|
"name": "payload",
|
|
21142
21174
|
"kind": 32,
|
|
21143
21175
|
"kindString": "Variable",
|
|
@@ -21154,7 +21186,7 @@
|
|
|
21154
21186
|
"type": {
|
|
21155
21187
|
"type": "reflection",
|
|
21156
21188
|
"declaration": {
|
|
21157
|
-
"id":
|
|
21189
|
+
"id": 35021,
|
|
21158
21190
|
"name": "__type",
|
|
21159
21191
|
"kind": 65536,
|
|
21160
21192
|
"kindString": "Type literal",
|
|
@@ -21163,7 +21195,7 @@
|
|
|
21163
21195
|
},
|
|
21164
21196
|
"children": [
|
|
21165
21197
|
{
|
|
21166
|
-
"id":
|
|
21198
|
+
"id": 35023,
|
|
21167
21199
|
"name": "checkParents",
|
|
21168
21200
|
"kind": 32,
|
|
21169
21201
|
"kindString": "Variable",
|
|
@@ -21183,7 +21215,7 @@
|
|
|
21183
21215
|
}
|
|
21184
21216
|
},
|
|
21185
21217
|
{
|
|
21186
|
-
"id":
|
|
21218
|
+
"id": 35022,
|
|
21187
21219
|
"name": "newItem",
|
|
21188
21220
|
"kind": 32,
|
|
21189
21221
|
"kindString": "Variable",
|
|
@@ -21199,12 +21231,12 @@
|
|
|
21199
21231
|
],
|
|
21200
21232
|
"type": {
|
|
21201
21233
|
"type": "reference",
|
|
21202
|
-
"id":
|
|
21234
|
+
"id": 34923,
|
|
21203
21235
|
"name": "TreeViewItemInterface"
|
|
21204
21236
|
}
|
|
21205
21237
|
},
|
|
21206
21238
|
{
|
|
21207
|
-
"id":
|
|
21239
|
+
"id": 35024,
|
|
21208
21240
|
"name": "selectable",
|
|
21209
21241
|
"kind": 32,
|
|
21210
21242
|
"kindString": "Variable",
|
|
@@ -21229,9 +21261,9 @@
|
|
|
21229
21261
|
"title": "Variables",
|
|
21230
21262
|
"kind": 32,
|
|
21231
21263
|
"children": [
|
|
21264
|
+
35023,
|
|
21232
21265
|
35022,
|
|
21233
|
-
|
|
21234
|
-
35023
|
|
21266
|
+
35024
|
|
21235
21267
|
]
|
|
21236
21268
|
}
|
|
21237
21269
|
],
|
|
@@ -21246,7 +21278,7 @@
|
|
|
21246
21278
|
}
|
|
21247
21279
|
},
|
|
21248
21280
|
{
|
|
21249
|
-
"id":
|
|
21281
|
+
"id": 35019,
|
|
21250
21282
|
"name": "type",
|
|
21251
21283
|
"kind": 32,
|
|
21252
21284
|
"kindString": "Variable",
|
|
@@ -21271,8 +21303,8 @@
|
|
|
21271
21303
|
"title": "Variables",
|
|
21272
21304
|
"kind": 32,
|
|
21273
21305
|
"children": [
|
|
21274
|
-
|
|
21275
|
-
|
|
21306
|
+
35020,
|
|
21307
|
+
35019
|
|
21276
21308
|
]
|
|
21277
21309
|
}
|
|
21278
21310
|
],
|
|
@@ -21288,7 +21320,7 @@
|
|
|
21288
21320
|
{
|
|
21289
21321
|
"type": "reflection",
|
|
21290
21322
|
"declaration": {
|
|
21291
|
-
"id":
|
|
21323
|
+
"id": 35025,
|
|
21292
21324
|
"name": "__type",
|
|
21293
21325
|
"kind": 65536,
|
|
21294
21326
|
"kindString": "Type literal",
|
|
@@ -21297,7 +21329,7 @@
|
|
|
21297
21329
|
},
|
|
21298
21330
|
"children": [
|
|
21299
21331
|
{
|
|
21300
|
-
"id":
|
|
21332
|
+
"id": 35027,
|
|
21301
21333
|
"name": "payload",
|
|
21302
21334
|
"kind": 32,
|
|
21303
21335
|
"kindString": "Variable",
|
|
@@ -21314,7 +21346,7 @@
|
|
|
21314
21346
|
"type": {
|
|
21315
21347
|
"type": "reflection",
|
|
21316
21348
|
"declaration": {
|
|
21317
|
-
"id":
|
|
21349
|
+
"id": 35028,
|
|
21318
21350
|
"name": "__type",
|
|
21319
21351
|
"kind": 65536,
|
|
21320
21352
|
"kindString": "Type literal",
|
|
@@ -21323,7 +21355,7 @@
|
|
|
21323
21355
|
},
|
|
21324
21356
|
"children": [
|
|
21325
21357
|
{
|
|
21326
|
-
"id":
|
|
21358
|
+
"id": 35029,
|
|
21327
21359
|
"name": "updatedItems",
|
|
21328
21360
|
"kind": 32,
|
|
21329
21361
|
"kindString": "Variable",
|
|
@@ -21341,7 +21373,7 @@
|
|
|
21341
21373
|
"type": "array",
|
|
21342
21374
|
"elementType": {
|
|
21343
21375
|
"type": "reference",
|
|
21344
|
-
"id":
|
|
21376
|
+
"id": 34923,
|
|
21345
21377
|
"name": "TreeViewItemInterface"
|
|
21346
21378
|
}
|
|
21347
21379
|
}
|
|
@@ -21352,7 +21384,7 @@
|
|
|
21352
21384
|
"title": "Variables",
|
|
21353
21385
|
"kind": 32,
|
|
21354
21386
|
"children": [
|
|
21355
|
-
|
|
21387
|
+
35029
|
|
21356
21388
|
]
|
|
21357
21389
|
}
|
|
21358
21390
|
],
|
|
@@ -21367,7 +21399,7 @@
|
|
|
21367
21399
|
}
|
|
21368
21400
|
},
|
|
21369
21401
|
{
|
|
21370
|
-
"id":
|
|
21402
|
+
"id": 35026,
|
|
21371
21403
|
"name": "type",
|
|
21372
21404
|
"kind": 32,
|
|
21373
21405
|
"kindString": "Variable",
|
|
@@ -21392,8 +21424,8 @@
|
|
|
21392
21424
|
"title": "Variables",
|
|
21393
21425
|
"kind": 32,
|
|
21394
21426
|
"children": [
|
|
21395
|
-
|
|
21396
|
-
|
|
21427
|
+
35027,
|
|
21428
|
+
35026
|
|
21397
21429
|
]
|
|
21398
21430
|
}
|
|
21399
21431
|
],
|
|
@@ -21409,7 +21441,7 @@
|
|
|
21409
21441
|
{
|
|
21410
21442
|
"type": "reflection",
|
|
21411
21443
|
"declaration": {
|
|
21412
|
-
"id":
|
|
21444
|
+
"id": 35030,
|
|
21413
21445
|
"name": "__type",
|
|
21414
21446
|
"kind": 65536,
|
|
21415
21447
|
"kindString": "Type literal",
|
|
@@ -21418,7 +21450,7 @@
|
|
|
21418
21450
|
},
|
|
21419
21451
|
"children": [
|
|
21420
21452
|
{
|
|
21421
|
-
"id":
|
|
21453
|
+
"id": 35031,
|
|
21422
21454
|
"name": "type",
|
|
21423
21455
|
"kind": 32,
|
|
21424
21456
|
"kindString": "Variable",
|
|
@@ -21443,7 +21475,7 @@
|
|
|
21443
21475
|
"title": "Variables",
|
|
21444
21476
|
"kind": 32,
|
|
21445
21477
|
"children": [
|
|
21446
|
-
|
|
21478
|
+
35031
|
|
21447
21479
|
]
|
|
21448
21480
|
}
|
|
21449
21481
|
],
|
|
@@ -21459,7 +21491,7 @@
|
|
|
21459
21491
|
{
|
|
21460
21492
|
"type": "reflection",
|
|
21461
21493
|
"declaration": {
|
|
21462
|
-
"id":
|
|
21494
|
+
"id": 35032,
|
|
21463
21495
|
"name": "__type",
|
|
21464
21496
|
"kind": 65536,
|
|
21465
21497
|
"kindString": "Type literal",
|
|
@@ -21468,7 +21500,7 @@
|
|
|
21468
21500
|
},
|
|
21469
21501
|
"children": [
|
|
21470
21502
|
{
|
|
21471
|
-
"id":
|
|
21503
|
+
"id": 35033,
|
|
21472
21504
|
"name": "type",
|
|
21473
21505
|
"kind": 32,
|
|
21474
21506
|
"kindString": "Variable",
|
|
@@ -21493,7 +21525,7 @@
|
|
|
21493
21525
|
"title": "Variables",
|
|
21494
21526
|
"kind": 32,
|
|
21495
21527
|
"children": [
|
|
21496
|
-
|
|
21528
|
+
35033
|
|
21497
21529
|
]
|
|
21498
21530
|
}
|
|
21499
21531
|
],
|
|
@@ -21829,7 +21861,7 @@
|
|
|
21829
21861
|
"type": "query",
|
|
21830
21862
|
"queryType": {
|
|
21831
21863
|
"type": "reference",
|
|
21832
|
-
"id":
|
|
21864
|
+
"id": 35088,
|
|
21833
21865
|
"name": "useTreeView"
|
|
21834
21866
|
}
|
|
21835
21867
|
}
|