react-magma-dom 4.10.0-next.13 → 4.10.0-next.15
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/Popover/Popover.d.ts +2 -0
- package/dist/components/TreeView/TreeViewContext.d.ts +5 -0
- package/dist/components/TreeView/useTreeItem.d.ts +27 -18
- package/dist/components/TreeView/useTreeView.d.ts +55 -39
- package/dist/esm/index.js +67 -26
- package/dist/esm/index.js.map +1 -1
- package/dist/properties.json +127 -6
- package/dist/react-magma-dom.cjs.development.js +67 -26
- 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
|
@@ -10689,7 +10689,7 @@
|
|
|
10689
10689
|
"type": {
|
|
10690
10690
|
"name": "MutableRefObject"
|
|
10691
10691
|
},
|
|
10692
|
-
"description": "The ref object that allows Popover manipulation.\nActions available:\nclosePopoverManually(event): void - Closes the popover manually.",
|
|
10692
|
+
"description": "The ref object that allows Popover manipulation.\nActions available:\nclosePopoverManually(event): void - Closes the popover manually.\nopenPopoverManually(event): void - Opens the popover manually.",
|
|
10693
10693
|
"deprecated": false
|
|
10694
10694
|
},
|
|
10695
10695
|
"focusTrap": {
|
|
@@ -11076,12 +11076,12 @@
|
|
|
11076
11076
|
"typeArguments": [
|
|
11077
11077
|
{
|
|
11078
11078
|
"type": "reference",
|
|
11079
|
-
"id":
|
|
11079
|
+
"id": 30201,
|
|
11080
11080
|
"name": "IconOnlyPopoverTriggerProps"
|
|
11081
11081
|
},
|
|
11082
11082
|
{
|
|
11083
11083
|
"type": "reference",
|
|
11084
|
-
"id":
|
|
11084
|
+
"id": 30206,
|
|
11085
11085
|
"name": "IconTextPopoverTriggerProps"
|
|
11086
11086
|
}
|
|
11087
11087
|
],
|
|
@@ -17083,12 +17083,12 @@
|
|
|
17083
17083
|
"typeArguments": [
|
|
17084
17084
|
{
|
|
17085
17085
|
"type": "reference",
|
|
17086
|
-
"id":
|
|
17086
|
+
"id": 34604,
|
|
17087
17087
|
"name": "ToggleButtonTextProps"
|
|
17088
17088
|
},
|
|
17089
17089
|
{
|
|
17090
17090
|
"type": "reference",
|
|
17091
|
-
"id":
|
|
17091
|
+
"id": 34888,
|
|
17092
17092
|
"name": "ToggleButtonIconProps"
|
|
17093
17093
|
}
|
|
17094
17094
|
],
|
|
@@ -17700,6 +17700,16 @@
|
|
|
17700
17700
|
"description": "Enables additional content within the TreeItem.",
|
|
17701
17701
|
"deprecated": false
|
|
17702
17702
|
},
|
|
17703
|
+
"hoverColor": {
|
|
17704
|
+
"name": "hoverColor",
|
|
17705
|
+
"required": false,
|
|
17706
|
+
"type": {
|
|
17707
|
+
"name": "string"
|
|
17708
|
+
},
|
|
17709
|
+
"description": "Tree item hover color",
|
|
17710
|
+
"defaultValue": "transparent",
|
|
17711
|
+
"deprecated": false
|
|
17712
|
+
},
|
|
17703
17713
|
"icon": {
|
|
17704
17714
|
"name": "icon",
|
|
17705
17715
|
"required": false,
|
|
@@ -17763,6 +17773,15 @@
|
|
|
17763
17773
|
},
|
|
17764
17774
|
"description": "Action that fires when the item is clicked",
|
|
17765
17775
|
"deprecated": false
|
|
17776
|
+
},
|
|
17777
|
+
"treeItemStyles": {
|
|
17778
|
+
"name": "treeItemStyles",
|
|
17779
|
+
"required": false,
|
|
17780
|
+
"type": {
|
|
17781
|
+
"name": "CSSProperties"
|
|
17782
|
+
},
|
|
17783
|
+
"description": "Style properties for the tree item",
|
|
17784
|
+
"deprecated": false
|
|
17766
17785
|
}
|
|
17767
17786
|
}
|
|
17768
17787
|
},
|
|
@@ -17903,6 +17922,15 @@
|
|
|
17903
17922
|
"description": "The content of the component",
|
|
17904
17923
|
"deprecated": false
|
|
17905
17924
|
},
|
|
17925
|
+
"expandIconStyles": {
|
|
17926
|
+
"name": "expandIconStyles",
|
|
17927
|
+
"required": false,
|
|
17928
|
+
"type": {
|
|
17929
|
+
"name": "ExpandIconStylesProps"
|
|
17930
|
+
},
|
|
17931
|
+
"description": "Expand icon styles.",
|
|
17932
|
+
"deprecated": false
|
|
17933
|
+
},
|
|
17906
17934
|
"initialExpandedItems": {
|
|
17907
17935
|
"name": "initialExpandedItems",
|
|
17908
17936
|
"required": false,
|
|
@@ -17987,6 +18015,34 @@
|
|
|
17987
18015
|
}
|
|
17988
18016
|
}
|
|
17989
18017
|
},
|
|
18018
|
+
{
|
|
18019
|
+
"name": "ExpandIconInterface",
|
|
18020
|
+
"kind": 256,
|
|
18021
|
+
"kindString": "Interface",
|
|
18022
|
+
"flags": {
|
|
18023
|
+
"isExported": true
|
|
18024
|
+
},
|
|
18025
|
+
"id": "ExpandIconInterface",
|
|
18026
|
+
"tags": {},
|
|
18027
|
+
"properties": {
|
|
18028
|
+
"color": {
|
|
18029
|
+
"name": "color",
|
|
18030
|
+
"required": false,
|
|
18031
|
+
"type": {
|
|
18032
|
+
"name": "string"
|
|
18033
|
+
},
|
|
18034
|
+
"deprecated": false
|
|
18035
|
+
},
|
|
18036
|
+
"size": {
|
|
18037
|
+
"name": "size",
|
|
18038
|
+
"required": false,
|
|
18039
|
+
"type": {
|
|
18040
|
+
"name": "number"
|
|
18041
|
+
},
|
|
18042
|
+
"deprecated": false
|
|
18043
|
+
}
|
|
18044
|
+
}
|
|
18045
|
+
},
|
|
17990
18046
|
{
|
|
17991
18047
|
"name": "TreeItemSelectedInterface",
|
|
17992
18048
|
"kind": 256,
|
|
@@ -18063,6 +18119,14 @@
|
|
|
18063
18119
|
"description": "The content of the component",
|
|
18064
18120
|
"deprecated": false
|
|
18065
18121
|
},
|
|
18122
|
+
"expandIconStyles": {
|
|
18123
|
+
"name": "expandIconStyles",
|
|
18124
|
+
"required": false,
|
|
18125
|
+
"type": {
|
|
18126
|
+
"name": "ExpandIconInterface"
|
|
18127
|
+
},
|
|
18128
|
+
"deprecated": false
|
|
18129
|
+
},
|
|
18066
18130
|
"expandedSet": {
|
|
18067
18131
|
"name": "expandedSet",
|
|
18068
18132
|
"required": true,
|
|
@@ -18266,6 +18330,16 @@
|
|
|
18266
18330
|
"description": "Enables additional content within the TreeItem.",
|
|
18267
18331
|
"deprecated": false
|
|
18268
18332
|
},
|
|
18333
|
+
"hoverColor": {
|
|
18334
|
+
"name": "hoverColor",
|
|
18335
|
+
"required": false,
|
|
18336
|
+
"type": {
|
|
18337
|
+
"name": "string"
|
|
18338
|
+
},
|
|
18339
|
+
"description": "Tree item hover color",
|
|
18340
|
+
"defaultValue": "transparent",
|
|
18341
|
+
"deprecated": false
|
|
18342
|
+
},
|
|
18269
18343
|
"icon": {
|
|
18270
18344
|
"name": "icon",
|
|
18271
18345
|
"required": false,
|
|
@@ -18329,6 +18403,44 @@
|
|
|
18329
18403
|
},
|
|
18330
18404
|
"description": "Action that fires when the item is clicked",
|
|
18331
18405
|
"deprecated": false
|
|
18406
|
+
},
|
|
18407
|
+
"treeItemStyles": {
|
|
18408
|
+
"name": "treeItemStyles",
|
|
18409
|
+
"required": false,
|
|
18410
|
+
"type": {
|
|
18411
|
+
"name": "CSSProperties"
|
|
18412
|
+
},
|
|
18413
|
+
"description": "Style properties for the tree item",
|
|
18414
|
+
"deprecated": false
|
|
18415
|
+
}
|
|
18416
|
+
}
|
|
18417
|
+
},
|
|
18418
|
+
{
|
|
18419
|
+
"name": "ExpandIconStylesProps",
|
|
18420
|
+
"kind": 256,
|
|
18421
|
+
"kindString": "Interface",
|
|
18422
|
+
"flags": {},
|
|
18423
|
+
"id": "ExpandIconStylesProps",
|
|
18424
|
+
"tags": {},
|
|
18425
|
+
"properties": {
|
|
18426
|
+
"color": {
|
|
18427
|
+
"name": "color",
|
|
18428
|
+
"required": false,
|
|
18429
|
+
"type": {
|
|
18430
|
+
"name": "string"
|
|
18431
|
+
},
|
|
18432
|
+
"description": "Color for the expand/collapse icon.",
|
|
18433
|
+
"deprecated": false
|
|
18434
|
+
},
|
|
18435
|
+
"size": {
|
|
18436
|
+
"name": "size",
|
|
18437
|
+
"required": false,
|
|
18438
|
+
"type": {
|
|
18439
|
+
"name": "number"
|
|
18440
|
+
},
|
|
18441
|
+
"description": "Size for the expand/collapse icon.",
|
|
18442
|
+
"defaultValue": "24",
|
|
18443
|
+
"deprecated": false
|
|
18332
18444
|
}
|
|
18333
18445
|
}
|
|
18334
18446
|
},
|
|
@@ -18409,6 +18521,15 @@
|
|
|
18409
18521
|
"description": "The content of the component",
|
|
18410
18522
|
"deprecated": false
|
|
18411
18523
|
},
|
|
18524
|
+
"expandIconStyles": {
|
|
18525
|
+
"name": "expandIconStyles",
|
|
18526
|
+
"required": false,
|
|
18527
|
+
"type": {
|
|
18528
|
+
"name": "ExpandIconStylesProps"
|
|
18529
|
+
},
|
|
18530
|
+
"description": "Expand icon styles.",
|
|
18531
|
+
"deprecated": false
|
|
18532
|
+
},
|
|
18412
18533
|
"initialExpandedItems": {
|
|
18413
18534
|
"name": "initialExpandedItems",
|
|
18414
18535
|
"required": false,
|
|
@@ -18507,7 +18628,7 @@
|
|
|
18507
18628
|
"type": "query",
|
|
18508
18629
|
"queryType": {
|
|
18509
18630
|
"type": "reference",
|
|
18510
|
-
"id":
|
|
18631
|
+
"id": 33339,
|
|
18511
18632
|
"name": "useTreeView"
|
|
18512
18633
|
}
|
|
18513
18634
|
}
|