Skip to content

Commit

Permalink
#5639 for ContextMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 22, 2023
1 parent debfbed commit 40e2989
Show file tree
Hide file tree
Showing 5 changed files with 793 additions and 237 deletions.
56 changes: 45 additions & 11 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -14993,6 +14993,14 @@
"default": "",
"description": "The properties of CSSTransition can be customized, except for \"nodeRef\" and \"in\" properties."
},
{
"name": "tabIndex",
"optional": true,
"readonly": false,
"type": "number",
"default": "0",
"description": "Index of the element in tabbing order."
},
{
"name": "unstyled",
"optional": true,
Expand Down Expand Up @@ -15031,6 +15039,32 @@
],
"returnType": "void",
"description": "Callback to invoke when a popup menu is shown."
},
{
"name": "onFocus",
"parameters": [
{
"name": "event",
"optional": false,
"type": "SyntheticEvent<Element, Event>",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when menu receives focus."
},
{
"name": "onBlur",
"parameters": [
{
"name": "event",
"optional": false,
"type": "SyntheticEvent<Element, Event>",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when menu loses focus."
}
]
}
Expand Down Expand Up @@ -21719,7 +21753,7 @@
"optional": true,
"readonly": false,
"type": "number",
"default": "",
"default": "0",
"description": "Index of the element in tabbing order."
},
{
Expand All @@ -21746,7 +21780,7 @@
}
],
"returnType": "void",
"description": "Callback to invoke when menu receives focus."
"description": "Callback to invoke when dock receives focus."
},
{
"name": "onBlur",
Expand All @@ -21759,7 +21793,7 @@
}
],
"returnType": "void",
"description": "Callback to invoke when menu loses focus."
"description": "Callback to invoke when dock loses focus."
}
]
}
Expand Down Expand Up @@ -32481,14 +32515,6 @@
"default": "",
"description": "An array of menuitems."
},
{
"name": "tabIndex",
"optional": true,
"readonly": false,
"type": "number",
"default": "",
"description": "Index of the element in tabbing order."
},
{
"name": "popup",
"optional": true,
Expand Down Expand Up @@ -32529,6 +32555,14 @@
"default": "",
"description": "The properties of CSSTransition can be customized, except for \"nodeRef\" and \"in\" properties."
},
{
"name": "tabIndex",
"optional": true,
"readonly": false,
"type": "number",
"default": "0",
"description": "Index of the element in tabbing order."
},
{
"name": "unstyled",
"optional": true,
Expand Down
Loading

0 comments on commit 40e2989

Please sign in to comment.