diff --git a/adev/src/content/aria/_build-info.json b/adev/src/content/aria/_build-info.json index f876882a58c..bf8614f4231 100644 --- a/adev/src/content/aria/_build-info.json +++ b/adev/src/content/aria/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "c5dc2d41b06f50079fc3b6f4c132fb15e6ea76bc" + "sha": "a946afe819b830e1806a26d68a796935908d99e3" } \ No newline at end of file diff --git a/adev/src/content/aria/aria-menu.json b/adev/src/content/aria/aria-menu.json index 80f0812502a..2ecb7b6a89c 100755 --- a/adev/src/content/aria/aria-menu.json +++ b/adev/src/content/aria/aria-menu.json @@ -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"