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"