mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
This commit is contained in:
parent
cfb26f5999
commit
4ff6348c0b
2 changed files with 22 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "c5dc2d41b06f50079fc3b6f4c132fb15e6ea76bc"
|
||||
"sha": "a946afe819b830e1806a26d68a796935908d99e3"
|
||||
}
|
||||
|
|
@ -196,6 +196,16 @@
|
|||
"description": "A callback function triggered when a menu item is selected.",
|
||||
"jsdocTags": []
|
||||
},
|
||||
{
|
||||
"name": "expansionDelay",
|
||||
"type": "any",
|
||||
"memberType": "property",
|
||||
"memberTags": [
|
||||
"readonly"
|
||||
],
|
||||
"description": "The delay in milliseconds before expanding sub-menus on hover.",
|
||||
"jsdocTags": []
|
||||
},
|
||||
{
|
||||
"name": "close",
|
||||
"signatures": [
|
||||
|
|
@ -307,7 +317,7 @@
|
|||
"source": {
|
||||
"filePath": "/src/aria/menu/menu.ts",
|
||||
"startLine": 106,
|
||||
"endLine": 241
|
||||
"endLine": 244
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -414,8 +424,8 @@
|
|||
],
|
||||
"source": {
|
||||
"filePath": "/src/aria/menu/menu.ts",
|
||||
"startLine": 250,
|
||||
"endLine": 320
|
||||
"startLine": 253,
|
||||
"endLine": 323
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -570,8 +580,8 @@
|
|||
],
|
||||
"source": {
|
||||
"filePath": "/src/aria/menu/menu.ts",
|
||||
"startLine": 327,
|
||||
"endLine": 397
|
||||
"startLine": 330,
|
||||
"endLine": 400
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -586,8 +596,8 @@
|
|||
"implements": [],
|
||||
"source": {
|
||||
"filePath": "/src/aria/menu/menu.ts",
|
||||
"startLine": 400,
|
||||
"endLine": 405
|
||||
"startLine": 403,
|
||||
"endLine": 408
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -764,6 +774,10 @@
|
|||
"Menu.onSelect",
|
||||
"@angular/aria/menu"
|
||||
],
|
||||
[
|
||||
"Menu.expansionDelay",
|
||||
"@angular/aria/menu"
|
||||
],
|
||||
[
|
||||
"Menu.close",
|
||||
"@angular/aria/menu"
|
||||
|
|
|
|||
Loading…
Reference in a new issue