diff --git a/adev/src/content/aria/_build-info.json b/adev/src/content/aria/_build-info.json index 46c70b70d36..aa64ada2a31 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": "a00cd919d66bdbe884ba60e0e625c80dd93a2e3d" + "sha": "8e0f3ef4367168f7fe42d9e8aeadf36013841413" } \ No newline at end of file diff --git a/adev/src/content/aria/aria-combobox.json b/adev/src/content/aria/aria-combobox.json index 6b88f838e8b..69e1a400450 100755 --- a/adev/src/content/aria/aria-combobox.json +++ b/adev/src/content/aria/aria-combobox.json @@ -4,6 +4,19 @@ "moduleName": "@angular/aria/combobox", "normalizedModuleName": "angular_aria_combobox", "entries": [ + { + "name": "COMBOBOX_POPUP", + "type": "InjectionToken", + "entryType": "constant", + "rawComment": "/** Token used to expose the combobox popup. */", + "description": "Token used to expose the combobox popup.", + "jsdocTags": [], + "source": { + "filePath": "/src/aria/combobox/combobox-tokens.ts", + "startLine": 13, + "endLine": 13 + } + }, { "name": "ComboboxWidget", "isAbstract": false, @@ -209,21 +222,8 @@ ], "source": { "filePath": "/src/aria/combobox/combobox-widget.ts", - "startLine": 19, - "endLine": 78 - } - }, - { - "name": "COMBOBOX_POPUP", - "type": "InjectionToken", - "entryType": "constant", - "rawComment": "/** Token used to expose the combobox popup. */", - "description": "Token used to expose the combobox popup.", - "jsdocTags": [], - "source": { - "filePath": "/src/aria/combobox/combobox-tokens.ts", - "startLine": 13, - "endLine": 13 + "startLine": 29, + "endLine": 99 } }, { @@ -579,6 +579,14 @@ } ], "symbols": [ + [ + "InjectionToken", + "@angular/core" + ], + [ + "afterNextRender", + "@angular/core" + ], [ "Directive", "@angular/core" @@ -608,8 +616,8 @@ "@angular/core" ], [ - "InjectionToken", - "@angular/core" + "_IdGenerator", + "@angular/cdk/a11y" ], [ "computed", @@ -652,11 +660,11 @@ "@angular/aria/private" ], [ - "ComboboxWidget", + "COMBOBOX_POPUP", "@angular/aria/combobox" ], [ - "COMBOBOX_POPUP", + "ComboboxWidget", "@angular/aria/combobox" ], [ @@ -667,6 +675,10 @@ "Combobox", "@angular/aria/combobox" ], + [ + "COMBOBOX_POPUP", + "@angular/aria/combobox" + ], [ "ComboboxWidget", "@angular/aria/combobox" @@ -699,10 +711,6 @@ "ComboboxWidget.onFocusout", "@angular/aria/combobox" ], - [ - "COMBOBOX_POPUP", - "@angular/aria/combobox" - ], [ "ComboboxPopup", "@angular/aria/combobox" diff --git a/adev/src/content/cli/_build-info.json b/adev/src/content/cli/_build-info.json index a5c13e34f9d..376d72508b3 100644 --- a/adev/src/content/cli/_build-info.json +++ b/adev/src/content/cli/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "4bf7d0c39e0f216e15df2f224d67d34565986429" + "sha": "bd66ac975d7271f75b03814a4091ecd3293b994e" } \ No newline at end of file diff --git a/adev/src/content/cli/generate.json b/adev/src/content/cli/generate.json index 049c95f81b7..c54ae201648 100644 --- a/adev/src/content/cli/generate.json +++ b/adev/src/content/cli/generate.json @@ -50,7 +50,7 @@ { "name": "ai-config", "command": "ai-config", - "shortDescription": "Generates AI configuration files for Angular projects. This schematic creates AGENTS.md file and Angular MCP server configuration, improving the quality of AI-generated code and suggestions.", + "shortDescription": "Generates AI configuration files for Angular projects. This schematic creates instruction files (e.g. AGENTS.md, CLAUDE.md) and Angular MCP server configuration, improving the quality of AI-generated code and suggestions.", "options": [ { "name": "tool", @@ -66,7 +66,7 @@ "open-ai-codex", "vscode" ], - "description": "Specifies which AI tools to generate configuration files (AGENTS.md, MCP server config) for." + "description": "Specifies which AI tools to generate configuration files (AGENTS.md, CLAUDE.md, MCP server config) for." } ], "aliases": [],