react-magma-dom 4.11.0-next.18 → 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/useTreeItem.d.ts +0 -6
- package/dist/components/TreeView/utils.d.ts +1 -1
- package/dist/esm/index.js +128 -56
- package/dist/esm/index.js.map +1 -1
- package/dist/properties.json +148 -136
- package/dist/react-magma-dom.cjs.development.js +128 -53
- 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
|
],
|
|
@@ -19153,16 +19153,6 @@
|
|
|
19153
19153
|
"description": "Item id",
|
|
19154
19154
|
"deprecated": false
|
|
19155
19155
|
},
|
|
19156
|
-
"itemSize": {
|
|
19157
|
-
"name": "itemSize",
|
|
19158
|
-
"required": false,
|
|
19159
|
-
"type": {
|
|
19160
|
-
"name": "number"
|
|
19161
|
-
},
|
|
19162
|
-
"description": "Custom height for this item when virtualization is enabled.\nIf not specified, the TreeView's estimateSize will be used.",
|
|
19163
|
-
"defaultValue": "undefined (uses TreeView's estimateSize)",
|
|
19164
|
-
"deprecated": false
|
|
19165
|
-
},
|
|
19166
19156
|
"label": {
|
|
19167
19157
|
"name": "label",
|
|
19168
19158
|
"required": true,
|
|
@@ -19299,6 +19289,14 @@
|
|
|
19299
19289
|
},
|
|
19300
19290
|
"deprecated": false
|
|
19301
19291
|
},
|
|
19292
|
+
"isVirtualized": {
|
|
19293
|
+
"name": "isVirtualized",
|
|
19294
|
+
"required": false,
|
|
19295
|
+
"type": {
|
|
19296
|
+
"name": "boolean"
|
|
19297
|
+
},
|
|
19298
|
+
"deprecated": false
|
|
19299
|
+
},
|
|
19302
19300
|
"parentDepth": {
|
|
19303
19301
|
"name": "parentDepth",
|
|
19304
19302
|
"required": true,
|
|
@@ -19385,16 +19383,6 @@
|
|
|
19385
19383
|
"defaultValue": "false",
|
|
19386
19384
|
"deprecated": false
|
|
19387
19385
|
},
|
|
19388
|
-
"estimateSize": {
|
|
19389
|
-
"name": "estimateSize",
|
|
19390
|
-
"required": false,
|
|
19391
|
-
"type": {
|
|
19392
|
-
"name": "number"
|
|
19393
|
-
},
|
|
19394
|
-
"description": "Estimated size of each tree item in pixels (used for virtualization).",
|
|
19395
|
-
"defaultValue": "40",
|
|
19396
|
-
"deprecated": false
|
|
19397
|
-
},
|
|
19398
19386
|
"expandIconStyles": {
|
|
19399
19387
|
"name": "expandIconStyles",
|
|
19400
19388
|
"required": false,
|
|
@@ -19462,16 +19450,6 @@
|
|
|
19462
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} ]",
|
|
19463
19451
|
"deprecated": false
|
|
19464
19452
|
},
|
|
19465
|
-
"overscan": {
|
|
19466
|
-
"name": "overscan",
|
|
19467
|
-
"required": false,
|
|
19468
|
-
"type": {
|
|
19469
|
-
"name": "number"
|
|
19470
|
-
},
|
|
19471
|
-
"description": "Number of items to render above and below the visible area (overscan).",
|
|
19472
|
-
"defaultValue": "5",
|
|
19473
|
-
"deprecated": false
|
|
19474
|
-
},
|
|
19475
19453
|
"preselectedItems": {
|
|
19476
19454
|
"name": "preselectedItems",
|
|
19477
19455
|
"required": false,
|
|
@@ -19498,6 +19476,50 @@
|
|
|
19498
19476
|
}
|
|
19499
19477
|
}
|
|
19500
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
|
+
},
|
|
19501
19523
|
{
|
|
19502
19524
|
"name": "ExpandIconInterface",
|
|
19503
19525
|
"kind": 256,
|
|
@@ -20176,7 +20198,7 @@
|
|
|
20176
20198
|
{
|
|
20177
20199
|
"type": "reflection",
|
|
20178
20200
|
"declaration": {
|
|
20179
|
-
"id":
|
|
20201
|
+
"id": 34977,
|
|
20180
20202
|
"name": "__type",
|
|
20181
20203
|
"kind": 65536,
|
|
20182
20204
|
"kindString": "Type literal",
|
|
@@ -20185,7 +20207,7 @@
|
|
|
20185
20207
|
},
|
|
20186
20208
|
"children": [
|
|
20187
20209
|
{
|
|
20188
|
-
"id":
|
|
20210
|
+
"id": 34979,
|
|
20189
20211
|
"name": "payload",
|
|
20190
20212
|
"kind": 32,
|
|
20191
20213
|
"kindString": "Variable",
|
|
@@ -20202,7 +20224,7 @@
|
|
|
20202
20224
|
"type": {
|
|
20203
20225
|
"type": "reflection",
|
|
20204
20226
|
"declaration": {
|
|
20205
|
-
"id":
|
|
20227
|
+
"id": 34980,
|
|
20206
20228
|
"name": "__type",
|
|
20207
20229
|
"kind": 65536,
|
|
20208
20230
|
"kindString": "Type literal",
|
|
@@ -20211,7 +20233,7 @@
|
|
|
20211
20233
|
},
|
|
20212
20234
|
"children": [
|
|
20213
20235
|
{
|
|
20214
|
-
"id":
|
|
20236
|
+
"id": 34984,
|
|
20215
20237
|
"name": "checkChildren",
|
|
20216
20238
|
"kind": 32,
|
|
20217
20239
|
"kindString": "Variable",
|
|
@@ -20231,7 +20253,7 @@
|
|
|
20231
20253
|
}
|
|
20232
20254
|
},
|
|
20233
20255
|
{
|
|
20234
|
-
"id":
|
|
20256
|
+
"id": 34985,
|
|
20235
20257
|
"name": "checkParents",
|
|
20236
20258
|
"kind": 32,
|
|
20237
20259
|
"kindString": "Variable",
|
|
@@ -20251,7 +20273,7 @@
|
|
|
20251
20273
|
}
|
|
20252
20274
|
},
|
|
20253
20275
|
{
|
|
20254
|
-
"id":
|
|
20276
|
+
"id": 34982,
|
|
20255
20277
|
"name": "checkedStatus",
|
|
20256
20278
|
"kind": 32,
|
|
20257
20279
|
"kindString": "Variable",
|
|
@@ -20273,7 +20295,7 @@
|
|
|
20273
20295
|
}
|
|
20274
20296
|
},
|
|
20275
20297
|
{
|
|
20276
|
-
"id":
|
|
20298
|
+
"id": 34986,
|
|
20277
20299
|
"name": "isTopLevelSelectable",
|
|
20278
20300
|
"kind": 32,
|
|
20279
20301
|
"kindString": "Variable",
|
|
@@ -20293,7 +20315,7 @@
|
|
|
20293
20315
|
}
|
|
20294
20316
|
},
|
|
20295
20317
|
{
|
|
20296
|
-
"id":
|
|
20318
|
+
"id": 34981,
|
|
20297
20319
|
"name": "itemId",
|
|
20298
20320
|
"kind": 32,
|
|
20299
20321
|
"kindString": "Variable",
|
|
@@ -20313,7 +20335,7 @@
|
|
|
20313
20335
|
}
|
|
20314
20336
|
},
|
|
20315
20337
|
{
|
|
20316
|
-
"id":
|
|
20338
|
+
"id": 34983,
|
|
20317
20339
|
"name": "selectable",
|
|
20318
20340
|
"kind": 32,
|
|
20319
20341
|
"kindString": "Variable",
|
|
@@ -20338,12 +20360,12 @@
|
|
|
20338
20360
|
"title": "Variables",
|
|
20339
20361
|
"kind": 32,
|
|
20340
20362
|
"children": [
|
|
20341
|
-
34983,
|
|
20342
20363
|
34984,
|
|
20343
|
-
34981,
|
|
20344
20364
|
34985,
|
|
20345
|
-
|
|
20346
|
-
|
|
20365
|
+
34982,
|
|
20366
|
+
34986,
|
|
20367
|
+
34981,
|
|
20368
|
+
34983
|
|
20347
20369
|
]
|
|
20348
20370
|
}
|
|
20349
20371
|
],
|
|
@@ -20358,7 +20380,7 @@
|
|
|
20358
20380
|
}
|
|
20359
20381
|
},
|
|
20360
20382
|
{
|
|
20361
|
-
"id":
|
|
20383
|
+
"id": 34978,
|
|
20362
20384
|
"name": "type",
|
|
20363
20385
|
"kind": 32,
|
|
20364
20386
|
"kindString": "Variable",
|
|
@@ -20383,8 +20405,8 @@
|
|
|
20383
20405
|
"title": "Variables",
|
|
20384
20406
|
"kind": 32,
|
|
20385
20407
|
"children": [
|
|
20386
|
-
|
|
20387
|
-
|
|
20408
|
+
34979,
|
|
20409
|
+
34978
|
|
20388
20410
|
]
|
|
20389
20411
|
}
|
|
20390
20412
|
],
|
|
@@ -20400,7 +20422,7 @@
|
|
|
20400
20422
|
{
|
|
20401
20423
|
"type": "reflection",
|
|
20402
20424
|
"declaration": {
|
|
20403
|
-
"id":
|
|
20425
|
+
"id": 34987,
|
|
20404
20426
|
"name": "__type",
|
|
20405
20427
|
"kind": 65536,
|
|
20406
20428
|
"kindString": "Type literal",
|
|
@@ -20409,7 +20431,7 @@
|
|
|
20409
20431
|
},
|
|
20410
20432
|
"children": [
|
|
20411
20433
|
{
|
|
20412
|
-
"id":
|
|
20434
|
+
"id": 34989,
|
|
20413
20435
|
"name": "payload",
|
|
20414
20436
|
"kind": 32,
|
|
20415
20437
|
"kindString": "Variable",
|
|
@@ -20426,7 +20448,7 @@
|
|
|
20426
20448
|
"type": {
|
|
20427
20449
|
"type": "reflection",
|
|
20428
20450
|
"declaration": {
|
|
20429
|
-
"id":
|
|
20451
|
+
"id": 34990,
|
|
20430
20452
|
"name": "__type",
|
|
20431
20453
|
"kind": 65536,
|
|
20432
20454
|
"kindString": "Type literal",
|
|
@@ -20435,7 +20457,7 @@
|
|
|
20435
20457
|
},
|
|
20436
20458
|
"children": [
|
|
20437
20459
|
{
|
|
20438
|
-
"id":
|
|
20460
|
+
"id": 34991,
|
|
20439
20461
|
"name": "checkChildren",
|
|
20440
20462
|
"kind": 32,
|
|
20441
20463
|
"kindString": "Variable",
|
|
@@ -20455,7 +20477,7 @@
|
|
|
20455
20477
|
}
|
|
20456
20478
|
},
|
|
20457
20479
|
{
|
|
20458
|
-
"id":
|
|
20480
|
+
"id": 34992,
|
|
20459
20481
|
"name": "checkParents",
|
|
20460
20482
|
"kind": 32,
|
|
20461
20483
|
"kindString": "Variable",
|
|
@@ -20475,7 +20497,7 @@
|
|
|
20475
20497
|
}
|
|
20476
20498
|
},
|
|
20477
20499
|
{
|
|
20478
|
-
"id":
|
|
20500
|
+
"id": 34993,
|
|
20479
20501
|
"name": "isTopLevelSelectable",
|
|
20480
20502
|
"kind": 32,
|
|
20481
20503
|
"kindString": "Variable",
|
|
@@ -20500,9 +20522,9 @@
|
|
|
20500
20522
|
"title": "Variables",
|
|
20501
20523
|
"kind": 32,
|
|
20502
20524
|
"children": [
|
|
20503
|
-
34990,
|
|
20504
20525
|
34991,
|
|
20505
|
-
34992
|
|
20526
|
+
34992,
|
|
20527
|
+
34993
|
|
20506
20528
|
]
|
|
20507
20529
|
}
|
|
20508
20530
|
],
|
|
@@ -20517,7 +20539,7 @@
|
|
|
20517
20539
|
}
|
|
20518
20540
|
},
|
|
20519
20541
|
{
|
|
20520
|
-
"id":
|
|
20542
|
+
"id": 34988,
|
|
20521
20543
|
"name": "type",
|
|
20522
20544
|
"kind": 32,
|
|
20523
20545
|
"kindString": "Variable",
|
|
@@ -20542,8 +20564,8 @@
|
|
|
20542
20564
|
"title": "Variables",
|
|
20543
20565
|
"kind": 32,
|
|
20544
20566
|
"children": [
|
|
20545
|
-
|
|
20546
|
-
|
|
20567
|
+
34989,
|
|
20568
|
+
34988
|
|
20547
20569
|
]
|
|
20548
20570
|
}
|
|
20549
20571
|
],
|
|
@@ -20559,7 +20581,7 @@
|
|
|
20559
20581
|
{
|
|
20560
20582
|
"type": "reflection",
|
|
20561
20583
|
"declaration": {
|
|
20562
|
-
"id":
|
|
20584
|
+
"id": 34994,
|
|
20563
20585
|
"name": "__type",
|
|
20564
20586
|
"kind": 65536,
|
|
20565
20587
|
"kindString": "Type literal",
|
|
@@ -20568,7 +20590,7 @@
|
|
|
20568
20590
|
},
|
|
20569
20591
|
"children": [
|
|
20570
20592
|
{
|
|
20571
|
-
"id":
|
|
20593
|
+
"id": 34996,
|
|
20572
20594
|
"name": "payload",
|
|
20573
20595
|
"kind": 32,
|
|
20574
20596
|
"kindString": "Variable",
|
|
@@ -20585,7 +20607,7 @@
|
|
|
20585
20607
|
"type": {
|
|
20586
20608
|
"type": "reflection",
|
|
20587
20609
|
"declaration": {
|
|
20588
|
-
"id":
|
|
20610
|
+
"id": 34997,
|
|
20589
20611
|
"name": "__type",
|
|
20590
20612
|
"kind": 65536,
|
|
20591
20613
|
"kindString": "Type literal",
|
|
@@ -20594,7 +20616,7 @@
|
|
|
20594
20616
|
},
|
|
20595
20617
|
"children": [
|
|
20596
20618
|
{
|
|
20597
|
-
"id":
|
|
20619
|
+
"id": 34998,
|
|
20598
20620
|
"name": "checkChildren",
|
|
20599
20621
|
"kind": 32,
|
|
20600
20622
|
"kindString": "Variable",
|
|
@@ -20614,7 +20636,7 @@
|
|
|
20614
20636
|
}
|
|
20615
20637
|
},
|
|
20616
20638
|
{
|
|
20617
|
-
"id":
|
|
20639
|
+
"id": 34999,
|
|
20618
20640
|
"name": "checkParents",
|
|
20619
20641
|
"kind": 32,
|
|
20620
20642
|
"kindString": "Variable",
|
|
@@ -20634,7 +20656,7 @@
|
|
|
20634
20656
|
}
|
|
20635
20657
|
},
|
|
20636
20658
|
{
|
|
20637
|
-
"id":
|
|
20659
|
+
"id": 35000,
|
|
20638
20660
|
"name": "isTopLevelSelectable",
|
|
20639
20661
|
"kind": 32,
|
|
20640
20662
|
"kindString": "Variable",
|
|
@@ -20659,9 +20681,9 @@
|
|
|
20659
20681
|
"title": "Variables",
|
|
20660
20682
|
"kind": 32,
|
|
20661
20683
|
"children": [
|
|
20662
|
-
34997,
|
|
20663
20684
|
34998,
|
|
20664
|
-
34999
|
|
20685
|
+
34999,
|
|
20686
|
+
35000
|
|
20665
20687
|
]
|
|
20666
20688
|
}
|
|
20667
20689
|
],
|
|
@@ -20676,7 +20698,7 @@
|
|
|
20676
20698
|
}
|
|
20677
20699
|
},
|
|
20678
20700
|
{
|
|
20679
|
-
"id":
|
|
20701
|
+
"id": 34995,
|
|
20680
20702
|
"name": "type",
|
|
20681
20703
|
"kind": 32,
|
|
20682
20704
|
"kindString": "Variable",
|
|
@@ -20701,8 +20723,8 @@
|
|
|
20701
20723
|
"title": "Variables",
|
|
20702
20724
|
"kind": 32,
|
|
20703
20725
|
"children": [
|
|
20704
|
-
|
|
20705
|
-
|
|
20726
|
+
34996,
|
|
20727
|
+
34995
|
|
20706
20728
|
]
|
|
20707
20729
|
}
|
|
20708
20730
|
],
|
|
@@ -20718,7 +20740,7 @@
|
|
|
20718
20740
|
{
|
|
20719
20741
|
"type": "reflection",
|
|
20720
20742
|
"declaration": {
|
|
20721
|
-
"id":
|
|
20743
|
+
"id": 35001,
|
|
20722
20744
|
"name": "__type",
|
|
20723
20745
|
"kind": 65536,
|
|
20724
20746
|
"kindString": "Type literal",
|
|
@@ -20727,7 +20749,7 @@
|
|
|
20727
20749
|
},
|
|
20728
20750
|
"children": [
|
|
20729
20751
|
{
|
|
20730
|
-
"id":
|
|
20752
|
+
"id": 35003,
|
|
20731
20753
|
"name": "payload",
|
|
20732
20754
|
"kind": 32,
|
|
20733
20755
|
"kindString": "Variable",
|
|
@@ -20744,7 +20766,7 @@
|
|
|
20744
20766
|
"type": {
|
|
20745
20767
|
"type": "reflection",
|
|
20746
20768
|
"declaration": {
|
|
20747
|
-
"id":
|
|
20769
|
+
"id": 35004,
|
|
20748
20770
|
"name": "__type",
|
|
20749
20771
|
"kind": 65536,
|
|
20750
20772
|
"kindString": "Type literal",
|
|
@@ -20753,7 +20775,7 @@
|
|
|
20753
20775
|
},
|
|
20754
20776
|
"children": [
|
|
20755
20777
|
{
|
|
20756
|
-
"id":
|
|
20778
|
+
"id": 35005,
|
|
20757
20779
|
"name": "itemId",
|
|
20758
20780
|
"kind": 32,
|
|
20759
20781
|
"kindString": "Variable",
|
|
@@ -20790,7 +20812,7 @@
|
|
|
20790
20812
|
"title": "Variables",
|
|
20791
20813
|
"kind": 32,
|
|
20792
20814
|
"children": [
|
|
20793
|
-
|
|
20815
|
+
35005
|
|
20794
20816
|
]
|
|
20795
20817
|
}
|
|
20796
20818
|
],
|
|
@@ -20805,7 +20827,7 @@
|
|
|
20805
20827
|
}
|
|
20806
20828
|
},
|
|
20807
20829
|
{
|
|
20808
|
-
"id":
|
|
20830
|
+
"id": 35002,
|
|
20809
20831
|
"name": "type",
|
|
20810
20832
|
"kind": 32,
|
|
20811
20833
|
"kindString": "Variable",
|
|
@@ -20830,8 +20852,8 @@
|
|
|
20830
20852
|
"title": "Variables",
|
|
20831
20853
|
"kind": 32,
|
|
20832
20854
|
"children": [
|
|
20833
|
-
|
|
20834
|
-
|
|
20855
|
+
35003,
|
|
20856
|
+
35002
|
|
20835
20857
|
]
|
|
20836
20858
|
}
|
|
20837
20859
|
],
|
|
@@ -20847,7 +20869,7 @@
|
|
|
20847
20869
|
{
|
|
20848
20870
|
"type": "reflection",
|
|
20849
20871
|
"declaration": {
|
|
20850
|
-
"id":
|
|
20872
|
+
"id": 35006,
|
|
20851
20873
|
"name": "__type",
|
|
20852
20874
|
"kind": 65536,
|
|
20853
20875
|
"kindString": "Type literal",
|
|
@@ -20856,7 +20878,7 @@
|
|
|
20856
20878
|
},
|
|
20857
20879
|
"children": [
|
|
20858
20880
|
{
|
|
20859
|
-
"id":
|
|
20881
|
+
"id": 35008,
|
|
20860
20882
|
"name": "payload",
|
|
20861
20883
|
"kind": 32,
|
|
20862
20884
|
"kindString": "Variable",
|
|
@@ -20873,7 +20895,7 @@
|
|
|
20873
20895
|
"type": {
|
|
20874
20896
|
"type": "reflection",
|
|
20875
20897
|
"declaration": {
|
|
20876
|
-
"id":
|
|
20898
|
+
"id": 35009,
|
|
20877
20899
|
"name": "__type",
|
|
20878
20900
|
"kind": 65536,
|
|
20879
20901
|
"kindString": "Type literal",
|
|
@@ -20882,7 +20904,7 @@
|
|
|
20882
20904
|
},
|
|
20883
20905
|
"children": [
|
|
20884
20906
|
{
|
|
20885
|
-
"id":
|
|
20907
|
+
"id": 35010,
|
|
20886
20908
|
"name": "expandableIds",
|
|
20887
20909
|
"kind": 32,
|
|
20888
20910
|
"kindString": "Variable",
|
|
@@ -20910,7 +20932,7 @@
|
|
|
20910
20932
|
"title": "Variables",
|
|
20911
20933
|
"kind": 32,
|
|
20912
20934
|
"children": [
|
|
20913
|
-
|
|
20935
|
+
35010
|
|
20914
20936
|
]
|
|
20915
20937
|
}
|
|
20916
20938
|
],
|
|
@@ -20925,7 +20947,7 @@
|
|
|
20925
20947
|
}
|
|
20926
20948
|
},
|
|
20927
20949
|
{
|
|
20928
|
-
"id":
|
|
20950
|
+
"id": 35007,
|
|
20929
20951
|
"name": "type",
|
|
20930
20952
|
"kind": 32,
|
|
20931
20953
|
"kindString": "Variable",
|
|
@@ -20950,8 +20972,8 @@
|
|
|
20950
20972
|
"title": "Variables",
|
|
20951
20973
|
"kind": 32,
|
|
20952
20974
|
"children": [
|
|
20953
|
-
|
|
20954
|
-
|
|
20975
|
+
35008,
|
|
20976
|
+
35007
|
|
20955
20977
|
]
|
|
20956
20978
|
}
|
|
20957
20979
|
],
|
|
@@ -20967,7 +20989,7 @@
|
|
|
20967
20989
|
{
|
|
20968
20990
|
"type": "reflection",
|
|
20969
20991
|
"declaration": {
|
|
20970
|
-
"id":
|
|
20992
|
+
"id": 35011,
|
|
20971
20993
|
"name": "__type",
|
|
20972
20994
|
"kind": 65536,
|
|
20973
20995
|
"kindString": "Type literal",
|
|
@@ -20976,7 +20998,7 @@
|
|
|
20976
20998
|
},
|
|
20977
20999
|
"children": [
|
|
20978
21000
|
{
|
|
20979
|
-
"id":
|
|
21001
|
+
"id": 35012,
|
|
20980
21002
|
"name": "type",
|
|
20981
21003
|
"kind": 32,
|
|
20982
21004
|
"kindString": "Variable",
|
|
@@ -21001,7 +21023,7 @@
|
|
|
21001
21023
|
"title": "Variables",
|
|
21002
21024
|
"kind": 32,
|
|
21003
21025
|
"children": [
|
|
21004
|
-
|
|
21026
|
+
35012
|
|
21005
21027
|
]
|
|
21006
21028
|
}
|
|
21007
21029
|
],
|
|
@@ -21017,7 +21039,7 @@
|
|
|
21017
21039
|
{
|
|
21018
21040
|
"type": "reflection",
|
|
21019
21041
|
"declaration": {
|
|
21020
|
-
"id":
|
|
21042
|
+
"id": 35013,
|
|
21021
21043
|
"name": "__type",
|
|
21022
21044
|
"kind": 65536,
|
|
21023
21045
|
"kindString": "Type literal",
|
|
@@ -21026,7 +21048,7 @@
|
|
|
21026
21048
|
},
|
|
21027
21049
|
"children": [
|
|
21028
21050
|
{
|
|
21029
|
-
"id":
|
|
21051
|
+
"id": 35015,
|
|
21030
21052
|
"name": "payload",
|
|
21031
21053
|
"kind": 32,
|
|
21032
21054
|
"kindString": "Variable",
|
|
@@ -21043,7 +21065,7 @@
|
|
|
21043
21065
|
"type": {
|
|
21044
21066
|
"type": "reflection",
|
|
21045
21067
|
"declaration": {
|
|
21046
|
-
"id":
|
|
21068
|
+
"id": 35016,
|
|
21047
21069
|
"name": "__type",
|
|
21048
21070
|
"kind": 65536,
|
|
21049
21071
|
"kindString": "Type literal",
|
|
@@ -21052,7 +21074,7 @@
|
|
|
21052
21074
|
},
|
|
21053
21075
|
"children": [
|
|
21054
21076
|
{
|
|
21055
|
-
"id":
|
|
21077
|
+
"id": 35017,
|
|
21056
21078
|
"name": "items",
|
|
21057
21079
|
"kind": 32,
|
|
21058
21080
|
"kindString": "Variable",
|
|
@@ -21070,7 +21092,7 @@
|
|
|
21070
21092
|
"type": "array",
|
|
21071
21093
|
"elementType": {
|
|
21072
21094
|
"type": "reference",
|
|
21073
|
-
"id":
|
|
21095
|
+
"id": 34923,
|
|
21074
21096
|
"name": "TreeViewItemInterface"
|
|
21075
21097
|
}
|
|
21076
21098
|
}
|
|
@@ -21081,7 +21103,7 @@
|
|
|
21081
21103
|
"title": "Variables",
|
|
21082
21104
|
"kind": 32,
|
|
21083
21105
|
"children": [
|
|
21084
|
-
|
|
21106
|
+
35017
|
|
21085
21107
|
]
|
|
21086
21108
|
}
|
|
21087
21109
|
],
|
|
@@ -21096,7 +21118,7 @@
|
|
|
21096
21118
|
}
|
|
21097
21119
|
},
|
|
21098
21120
|
{
|
|
21099
|
-
"id":
|
|
21121
|
+
"id": 35014,
|
|
21100
21122
|
"name": "type",
|
|
21101
21123
|
"kind": 32,
|
|
21102
21124
|
"kindString": "Variable",
|
|
@@ -21121,8 +21143,8 @@
|
|
|
21121
21143
|
"title": "Variables",
|
|
21122
21144
|
"kind": 32,
|
|
21123
21145
|
"children": [
|
|
21124
|
-
|
|
21125
|
-
|
|
21146
|
+
35015,
|
|
21147
|
+
35014
|
|
21126
21148
|
]
|
|
21127
21149
|
}
|
|
21128
21150
|
],
|
|
@@ -21138,7 +21160,7 @@
|
|
|
21138
21160
|
{
|
|
21139
21161
|
"type": "reflection",
|
|
21140
21162
|
"declaration": {
|
|
21141
|
-
"id":
|
|
21163
|
+
"id": 35018,
|
|
21142
21164
|
"name": "__type",
|
|
21143
21165
|
"kind": 65536,
|
|
21144
21166
|
"kindString": "Type literal",
|
|
@@ -21147,7 +21169,7 @@
|
|
|
21147
21169
|
},
|
|
21148
21170
|
"children": [
|
|
21149
21171
|
{
|
|
21150
|
-
"id":
|
|
21172
|
+
"id": 35020,
|
|
21151
21173
|
"name": "payload",
|
|
21152
21174
|
"kind": 32,
|
|
21153
21175
|
"kindString": "Variable",
|
|
@@ -21164,7 +21186,7 @@
|
|
|
21164
21186
|
"type": {
|
|
21165
21187
|
"type": "reflection",
|
|
21166
21188
|
"declaration": {
|
|
21167
|
-
"id":
|
|
21189
|
+
"id": 35021,
|
|
21168
21190
|
"name": "__type",
|
|
21169
21191
|
"kind": 65536,
|
|
21170
21192
|
"kindString": "Type literal",
|
|
@@ -21173,7 +21195,7 @@
|
|
|
21173
21195
|
},
|
|
21174
21196
|
"children": [
|
|
21175
21197
|
{
|
|
21176
|
-
"id":
|
|
21198
|
+
"id": 35023,
|
|
21177
21199
|
"name": "checkParents",
|
|
21178
21200
|
"kind": 32,
|
|
21179
21201
|
"kindString": "Variable",
|
|
@@ -21193,7 +21215,7 @@
|
|
|
21193
21215
|
}
|
|
21194
21216
|
},
|
|
21195
21217
|
{
|
|
21196
|
-
"id":
|
|
21218
|
+
"id": 35022,
|
|
21197
21219
|
"name": "newItem",
|
|
21198
21220
|
"kind": 32,
|
|
21199
21221
|
"kindString": "Variable",
|
|
@@ -21209,12 +21231,12 @@
|
|
|
21209
21231
|
],
|
|
21210
21232
|
"type": {
|
|
21211
21233
|
"type": "reference",
|
|
21212
|
-
"id":
|
|
21234
|
+
"id": 34923,
|
|
21213
21235
|
"name": "TreeViewItemInterface"
|
|
21214
21236
|
}
|
|
21215
21237
|
},
|
|
21216
21238
|
{
|
|
21217
|
-
"id":
|
|
21239
|
+
"id": 35024,
|
|
21218
21240
|
"name": "selectable",
|
|
21219
21241
|
"kind": 32,
|
|
21220
21242
|
"kindString": "Variable",
|
|
@@ -21239,9 +21261,9 @@
|
|
|
21239
21261
|
"title": "Variables",
|
|
21240
21262
|
"kind": 32,
|
|
21241
21263
|
"children": [
|
|
21264
|
+
35023,
|
|
21242
21265
|
35022,
|
|
21243
|
-
|
|
21244
|
-
35023
|
|
21266
|
+
35024
|
|
21245
21267
|
]
|
|
21246
21268
|
}
|
|
21247
21269
|
],
|
|
@@ -21256,7 +21278,7 @@
|
|
|
21256
21278
|
}
|
|
21257
21279
|
},
|
|
21258
21280
|
{
|
|
21259
|
-
"id":
|
|
21281
|
+
"id": 35019,
|
|
21260
21282
|
"name": "type",
|
|
21261
21283
|
"kind": 32,
|
|
21262
21284
|
"kindString": "Variable",
|
|
@@ -21281,8 +21303,8 @@
|
|
|
21281
21303
|
"title": "Variables",
|
|
21282
21304
|
"kind": 32,
|
|
21283
21305
|
"children": [
|
|
21284
|
-
|
|
21285
|
-
|
|
21306
|
+
35020,
|
|
21307
|
+
35019
|
|
21286
21308
|
]
|
|
21287
21309
|
}
|
|
21288
21310
|
],
|
|
@@ -21298,7 +21320,7 @@
|
|
|
21298
21320
|
{
|
|
21299
21321
|
"type": "reflection",
|
|
21300
21322
|
"declaration": {
|
|
21301
|
-
"id":
|
|
21323
|
+
"id": 35025,
|
|
21302
21324
|
"name": "__type",
|
|
21303
21325
|
"kind": 65536,
|
|
21304
21326
|
"kindString": "Type literal",
|
|
@@ -21307,7 +21329,7 @@
|
|
|
21307
21329
|
},
|
|
21308
21330
|
"children": [
|
|
21309
21331
|
{
|
|
21310
|
-
"id":
|
|
21332
|
+
"id": 35027,
|
|
21311
21333
|
"name": "payload",
|
|
21312
21334
|
"kind": 32,
|
|
21313
21335
|
"kindString": "Variable",
|
|
@@ -21324,7 +21346,7 @@
|
|
|
21324
21346
|
"type": {
|
|
21325
21347
|
"type": "reflection",
|
|
21326
21348
|
"declaration": {
|
|
21327
|
-
"id":
|
|
21349
|
+
"id": 35028,
|
|
21328
21350
|
"name": "__type",
|
|
21329
21351
|
"kind": 65536,
|
|
21330
21352
|
"kindString": "Type literal",
|
|
@@ -21333,7 +21355,7 @@
|
|
|
21333
21355
|
},
|
|
21334
21356
|
"children": [
|
|
21335
21357
|
{
|
|
21336
|
-
"id":
|
|
21358
|
+
"id": 35029,
|
|
21337
21359
|
"name": "updatedItems",
|
|
21338
21360
|
"kind": 32,
|
|
21339
21361
|
"kindString": "Variable",
|
|
@@ -21351,7 +21373,7 @@
|
|
|
21351
21373
|
"type": "array",
|
|
21352
21374
|
"elementType": {
|
|
21353
21375
|
"type": "reference",
|
|
21354
|
-
"id":
|
|
21376
|
+
"id": 34923,
|
|
21355
21377
|
"name": "TreeViewItemInterface"
|
|
21356
21378
|
}
|
|
21357
21379
|
}
|
|
@@ -21362,7 +21384,7 @@
|
|
|
21362
21384
|
"title": "Variables",
|
|
21363
21385
|
"kind": 32,
|
|
21364
21386
|
"children": [
|
|
21365
|
-
|
|
21387
|
+
35029
|
|
21366
21388
|
]
|
|
21367
21389
|
}
|
|
21368
21390
|
],
|
|
@@ -21377,7 +21399,7 @@
|
|
|
21377
21399
|
}
|
|
21378
21400
|
},
|
|
21379
21401
|
{
|
|
21380
|
-
"id":
|
|
21402
|
+
"id": 35026,
|
|
21381
21403
|
"name": "type",
|
|
21382
21404
|
"kind": 32,
|
|
21383
21405
|
"kindString": "Variable",
|
|
@@ -21402,8 +21424,8 @@
|
|
|
21402
21424
|
"title": "Variables",
|
|
21403
21425
|
"kind": 32,
|
|
21404
21426
|
"children": [
|
|
21405
|
-
|
|
21406
|
-
|
|
21427
|
+
35027,
|
|
21428
|
+
35026
|
|
21407
21429
|
]
|
|
21408
21430
|
}
|
|
21409
21431
|
],
|
|
@@ -21419,7 +21441,7 @@
|
|
|
21419
21441
|
{
|
|
21420
21442
|
"type": "reflection",
|
|
21421
21443
|
"declaration": {
|
|
21422
|
-
"id":
|
|
21444
|
+
"id": 35030,
|
|
21423
21445
|
"name": "__type",
|
|
21424
21446
|
"kind": 65536,
|
|
21425
21447
|
"kindString": "Type literal",
|
|
@@ -21428,7 +21450,7 @@
|
|
|
21428
21450
|
},
|
|
21429
21451
|
"children": [
|
|
21430
21452
|
{
|
|
21431
|
-
"id":
|
|
21453
|
+
"id": 35031,
|
|
21432
21454
|
"name": "type",
|
|
21433
21455
|
"kind": 32,
|
|
21434
21456
|
"kindString": "Variable",
|
|
@@ -21453,7 +21475,7 @@
|
|
|
21453
21475
|
"title": "Variables",
|
|
21454
21476
|
"kind": 32,
|
|
21455
21477
|
"children": [
|
|
21456
|
-
|
|
21478
|
+
35031
|
|
21457
21479
|
]
|
|
21458
21480
|
}
|
|
21459
21481
|
],
|
|
@@ -21469,7 +21491,7 @@
|
|
|
21469
21491
|
{
|
|
21470
21492
|
"type": "reflection",
|
|
21471
21493
|
"declaration": {
|
|
21472
|
-
"id":
|
|
21494
|
+
"id": 35032,
|
|
21473
21495
|
"name": "__type",
|
|
21474
21496
|
"kind": 65536,
|
|
21475
21497
|
"kindString": "Type literal",
|
|
@@ -21478,7 +21500,7 @@
|
|
|
21478
21500
|
},
|
|
21479
21501
|
"children": [
|
|
21480
21502
|
{
|
|
21481
|
-
"id":
|
|
21503
|
+
"id": 35033,
|
|
21482
21504
|
"name": "type",
|
|
21483
21505
|
"kind": 32,
|
|
21484
21506
|
"kindString": "Variable",
|
|
@@ -21503,7 +21525,7 @@
|
|
|
21503
21525
|
"title": "Variables",
|
|
21504
21526
|
"kind": 32,
|
|
21505
21527
|
"children": [
|
|
21506
|
-
|
|
21528
|
+
35033
|
|
21507
21529
|
]
|
|
21508
21530
|
}
|
|
21509
21531
|
],
|
|
@@ -21588,16 +21610,6 @@
|
|
|
21588
21610
|
"description": "Item id",
|
|
21589
21611
|
"deprecated": false
|
|
21590
21612
|
},
|
|
21591
|
-
"itemSize": {
|
|
21592
|
-
"name": "itemSize",
|
|
21593
|
-
"required": false,
|
|
21594
|
-
"type": {
|
|
21595
|
-
"name": "number"
|
|
21596
|
-
},
|
|
21597
|
-
"description": "Custom height for this item when virtualization is enabled.\nIf not specified, the TreeView's estimateSize will be used.",
|
|
21598
|
-
"defaultValue": "undefined (uses TreeView's estimateSize)",
|
|
21599
|
-
"deprecated": false
|
|
21600
|
-
},
|
|
21601
21613
|
"label": {
|
|
21602
21614
|
"name": "label",
|
|
21603
21615
|
"required": true,
|
|
@@ -21849,7 +21861,7 @@
|
|
|
21849
21861
|
"type": "query",
|
|
21850
21862
|
"queryType": {
|
|
21851
21863
|
"type": "reference",
|
|
21852
|
-
"id":
|
|
21864
|
+
"id": 35088,
|
|
21853
21865
|
"name": "useTreeView"
|
|
21854
21866
|
}
|
|
21855
21867
|
}
|