Skip to content

Commit

Permalink
Update custom elements manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Jan 11, 2024
1 parent 300baf2 commit 75a6901
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,19 @@
},
"default": "\"#\"",
"attribute": "href"
},
{
"kind": "method",
"name": "focus",
"parameters": [
{
"name": "options",
"optional": true,
"type": {
"text": "FocusOptions"
}
}
]
}
],
"attributes": [
Expand Down Expand Up @@ -768,7 +781,16 @@
},
{
"kind": "method",
"name": "toggleMenu"
"name": "toggleMenu",
"parameters": [
{
"name": "event",
"optional": true,
"type": {
"text": "MouseEvent"
}
}
]
}
],
"superclass": {
Expand Down Expand Up @@ -821,6 +843,19 @@
},
"default": "\"#\"",
"attribute": "href"
},
{
"kind": "method",
"name": "focus",
"parameters": [
{
"name": "options",
"optional": true,
"type": {
"text": "FocusOptions"
}
}
]
}
],
"attributes": [
Expand Down Expand Up @@ -934,6 +969,19 @@
},
"default": "false",
"attribute": "active"
},
{
"kind": "method",
"name": "focus",
"parameters": [
{
"name": "options",
"optional": true,
"type": {
"text": "FocusOptions"
}
}
]
}
],
"attributes": [
Expand Down

0 comments on commit 75a6901

Please sign in to comment.