react-magma-dom 4.7.0-next.41 → 4.7.0-next.43
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/TreeViewContext.d.ts +2 -1
- package/dist/components/TreeView/useTreeView.d.ts +6 -2
- package/dist/components/TreeView/utils.d.ts +4 -0
- package/dist/esm/index.js +55 -21
- package/dist/esm/index.js.map +1 -1
- package/dist/properties.json +13 -5
- package/dist/react-magma-dom.cjs.development.js +53 -18
- 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
|
@@ -16330,12 +16330,12 @@
|
|
|
16330
16330
|
"typeArguments": [
|
|
16331
16331
|
{
|
|
16332
16332
|
"type": "reference",
|
|
16333
|
-
"id":
|
|
16333
|
+
"id": 33622,
|
|
16334
16334
|
"name": "ToggleButtonTextProps"
|
|
16335
16335
|
},
|
|
16336
16336
|
{
|
|
16337
16337
|
"type": "reference",
|
|
16338
|
-
"id":
|
|
16338
|
+
"id": 33900,
|
|
16339
16339
|
"name": "ToggleButtonIconProps"
|
|
16340
16340
|
}
|
|
16341
16341
|
],
|
|
@@ -17177,7 +17177,7 @@
|
|
|
17177
17177
|
"type": {
|
|
17178
17178
|
"name": "function"
|
|
17179
17179
|
},
|
|
17180
|
-
"description": "Action that fires when an item is expanded or collapsed",
|
|
17180
|
+
"description": "Action that fires when an item is expanded or collapsed\nReturn an array of itemIds of items that are expanded\nExample: ['item0', 'item1', 'item3']",
|
|
17181
17181
|
"deprecated": false
|
|
17182
17182
|
},
|
|
17183
17183
|
"onSelectedItemChange": {
|
|
@@ -17291,6 +17291,14 @@
|
|
|
17291
17291
|
"description": "The content of the component",
|
|
17292
17292
|
"deprecated": false
|
|
17293
17293
|
},
|
|
17294
|
+
"handleExpandedChange": {
|
|
17295
|
+
"name": "handleExpandedChange",
|
|
17296
|
+
"required": true,
|
|
17297
|
+
"type": {
|
|
17298
|
+
"name": "function"
|
|
17299
|
+
},
|
|
17300
|
+
"deprecated": false
|
|
17301
|
+
},
|
|
17294
17302
|
"hasIcons": {
|
|
17295
17303
|
"name": "hasIcons",
|
|
17296
17304
|
"required": true,
|
|
@@ -17656,7 +17664,7 @@
|
|
|
17656
17664
|
"type": {
|
|
17657
17665
|
"name": "function"
|
|
17658
17666
|
},
|
|
17659
|
-
"description": "Action that fires when an item is expanded or collapsed",
|
|
17667
|
+
"description": "Action that fires when an item is expanded or collapsed\nReturn an array of itemIds of items that are expanded\nExample: ['item0', 'item1', 'item3']",
|
|
17660
17668
|
"deprecated": false
|
|
17661
17669
|
},
|
|
17662
17670
|
"onSelectedItemChange": {
|
|
@@ -17708,7 +17716,7 @@
|
|
|
17708
17716
|
"type": "query",
|
|
17709
17717
|
"queryType": {
|
|
17710
17718
|
"type": "reference",
|
|
17711
|
-
"id":
|
|
17719
|
+
"id": 33235,
|
|
17712
17720
|
"name": "useTreeView"
|
|
17713
17721
|
}
|
|
17714
17722
|
}
|