diff --git a/adev/src/content/aria/_build-info.json b/adev/src/content/aria/_build-info.json
index 1f748a425ad..024c1ec342c 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": "476f7b12a420eab0ce5d9c0844478019fa24d0e2"
+ "sha": "752d7f84ef97407acdf0a850971dd889f84708fb"
}
\ No newline at end of file
diff --git a/adev/src/content/aria/aria-accordion.json b/adev/src/content/aria/aria-accordion.json
index 2449e4cb49b..c20aa8aecf8 100755
--- a/adev/src/content/aria/aria-accordion.json
+++ b/adev/src/content/aria/aria-accordion.json
@@ -6,7 +6,6 @@
"entries": [
{
"name": "AccordionPanel",
- "aliases": ["ngAccordionPanel"],
"isAbstract": false,
"entryType": "undecorated_class",
"members": [
@@ -158,7 +157,6 @@
},
{
"name": "AccordionTrigger",
- "aliases": ["ngAccordionTrigger"],
"isAbstract": false,
"entryType": "directive",
"members": [
@@ -359,7 +357,6 @@
},
{
"name": "AccordionGroup",
- "aliases": ["ngAccordionGroup"],
"isAbstract": false,
"entryType": "directive",
"members": [
@@ -525,7 +522,6 @@
},
{
"name": "AccordionContent",
- "aliases": ["ngAccordionContent"],
"isAbstract": false,
"entryType": "undecorated_class",
"members": [],
diff --git a/adev/src/content/aria/aria-combobox.json b/adev/src/content/aria/aria-combobox.json
index 4595a18d4ea..2aec18c0471 100755
--- a/adev/src/content/aria/aria-combobox.json
+++ b/adev/src/content/aria/aria-combobox.json
@@ -6,7 +6,6 @@
"entries": [
{
"name": "Combobox",
- "aliases": ["ngCombobox"],
"isAbstract": false,
"entryType": "undecorated_class",
"members": [
@@ -180,12 +179,8 @@
"name": "V"
}
],
- "description": "The container element that wraps a combobox input and popup, and orchestrates its behavior.\n\nThe `ngCombobox` directive is the main entry point for creating a combobox and customizing its\nbehavior. It coordinates the interactions between the `ngComboboxInput` and the popup, which\nis defined by a `ng-template` with the `ngComboboxPopupContainer` directive. If using the\n`CdkOverlay`, the `cdkConnectedOverlay` directive takes the place of `ngComboboxPopupContainer`.\n\n```html\n
\n \n\n \n
",
+ "description": "The container element that wraps a combobox input and popup, and orchestrates its behavior.\n\nThe `ngCombobox` directive is the main entry point for creating a combobox and customizing its\nbehavior. It coordinates the interactions between the `ngComboboxInput` and the popup, which\nis defined by a `ng-template` with the `ngComboboxPopupContainer` directive. If using the\n`CdkOverlay`, the `cdkConnectedOverlay` directive takes the place of `ngComboboxPopupContainer`.\n\n```html\n
\n \n\n \n
\n @for (option of filteredOptions(); track option) {\n
",
+ "description": "The container for a grid. It provides keyboard navigation and focus management for the grid's\nrows and cells. It manages the overall behavior of the grid, including focus\nwrapping, selection, and disabled states.\n\n```html\n
\n```"
- },
{
"name": "developerPreview",
"comment": "21.0"
@@ -179,7 +170,6 @@
},
{
"name": "GridRow",
- "aliases" : ["ngGridRow"],
"isAbstract": false,
"entryType": "directive",
"members": [
@@ -230,7 +220,6 @@
},
{
"name": "GridCell",
- "aliases" : ["ngGridCell"],
"isAbstract": false,
"entryType": "directive",
"members": [
@@ -446,7 +435,6 @@
},
{
"name": "GridCellWidget",
- "aliases" : ["ngGridCellWidget"],
"isAbstract": false,
"entryType": "directive",
"members": [
diff --git a/adev/src/content/aria/aria-listbox.json b/adev/src/content/aria/aria-listbox.json
index e7513a93130..6f05870ce37 100755
--- a/adev/src/content/aria/aria-listbox.json
+++ b/adev/src/content/aria/aria-listbox.json
@@ -6,7 +6,6 @@
"entries": [
{
"name": "Listbox",
- "aliases" : ["ngListbox"],
"isAbstract": false,
"entryType": "undecorated_class",
"members": [
@@ -218,12 +217,8 @@
"name": "V"
}
],
- "description": "Represents a container used to display a list of items for a user to select from.\n\nThe `ngListbox` is meant to be used in conjunction with `ngOption` directives to create a\nselectable list. It supports single and multiple selection modes, as well as various focus and\norientation strategies.\n\n```html\n
",
+ "description": "Represents a container used to display a list of items for a user to select from.\n\nThe `ngListbox` is meant to be used in conjunction with `ngOption` directives to create a\nselectable list. It supports single and multiple selection modes, as well as various focus and\norientation strategies.\n\n```html\n
\n\n",
+ "description": "A container that transforms nested lists into an accessible, ARIA-compliant tree structure.\nIt manages the overall state of the tree, including selection, expansion, and keyboard\nnavigation.\n\n```html\n