Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adev/src/content/aria/_build-info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"branchName": "refs/heads/22.0.x",
"sha": "24b15ef55d36088e43450a326d9bb30daa34a2ef"
"sha": "09621a12394eff17196376e81ecf5d8b069e8de0"
}
39 changes: 35 additions & 4 deletions adev/src/content/aria/aria-menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"source": {
"filePath": "/src/aria/menu/menu-trigger.ts",
"startLine": 41,
"endLine": 103
"endLine": 104
}
},
{
Expand Down Expand Up @@ -281,6 +281,19 @@
"isRequiredInput": false,
"outputAlias": "searchTermChange"
},
{
"name": "role",
"type": "InputSignal<\"menuitem\" | \"menuitemradio\" | \"menuitemcheckbox\">",
"memberType": "property",
"memberTags": [
"readonly",
"input"
],
"description": "The role of the menu item.",
"jsdocTags": [],
"inputAlias": "role",
"isRequiredInput": false
},
{
"name": "parent",
"type": "Menu<V> | MenuBar<V> | null",
Expand Down Expand Up @@ -499,7 +512,7 @@
"source": {
"filePath": "/src/aria/menu/menu-item.ts",
"startLine": 43,
"endLine": 136
"endLine": 140
}
},
{
Expand Down Expand Up @@ -704,7 +717,7 @@
"source": {
"filePath": "/src/aria/menu/menu-bar.ts",
"startLine": 55,
"endLine": 140
"endLine": 139
}
},
{
Expand Down Expand Up @@ -782,6 +795,16 @@
"description": "A reference to the parent menu item or menu trigger.",
"jsdocTags": []
},
{
"name": "softDisabled",
"type": "InputSignalWithTransform<boolean, unknown>",
"memberType": "property",
"memberTags": [
"readonly"
],
"description": "Whether the menu is soft disabled.",
"jsdocTags": []
},
{
"name": "visible",
"type": "Signal<any>",
Expand Down Expand Up @@ -912,7 +935,7 @@
"source": {
"filePath": "/src/aria/menu/menu.ts",
"startLine": 57,
"endLine": 213
"endLine": 215
}
}
],
Expand Down Expand Up @@ -1077,6 +1100,10 @@
"MenuItem.searchTerm",
"@angular/aria/menu"
],
[
"MenuItem.role",
"@angular/aria/menu"
],
[
"MenuItem.parent",
"@angular/aria/menu"
Expand Down Expand Up @@ -1189,6 +1216,10 @@
"Menu.parent",
"@angular/aria/menu"
],
[
"Menu.softDisabled",
"@angular/aria/menu"
],
[
"Menu.visible",
"@angular/aria/menu"
Expand Down
Loading