diff --git a/adev/src/content/aria/_build-info.json b/adev/src/content/aria/_build-info.json index 90f8ff13a89..c4c747b488d 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": "e2eab1debaf118f138cf7c51e65a86bc9b53c476" + "sha": "c618a643fb9f47a185478824c6ca917d8e74686c" } \ 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 71675212ee5..2174964130a 100755 --- a/adev/src/content/aria/aria-accordion.json +++ b/adev/src/content/aria/aria-accordion.json @@ -170,6 +170,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the trigger element.", + "jsdocTags": [] + }, { "name": "id", "type": "any", @@ -183,16 +193,6 @@ "inputAlias": "id", "isRequiredInput": false }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "The host native element.", - "jsdocTags": [] - }, { "name": "panelId", "type": "any", @@ -362,7 +362,7 @@ "source": { "filePath": "src/aria/accordion/accordion.ts", "startLine": 132, - "endLine": 195 + "endLine": 196 } }, { @@ -372,12 +372,12 @@ "members": [ { "name": "element", - "type": "any", + "type": "HTMLElement", "memberType": "property", "memberTags": [ "readonly" ], - "description": "The host native element.", + "description": "A reference to the group element.", "jsdocTags": [] }, { @@ -526,8 +526,8 @@ ], "source": { "filePath": "src/aria/accordion/accordion.ts", - "startLine": 232, - "endLine": 326 + "startLine": 233, + "endLine": 328 } }, { @@ -547,8 +547,8 @@ "implements": [], "source": { "filePath": "src/aria/accordion/accordion.ts", - "startLine": 346, - "endLine": 350 + "startLine": 348, + "endLine": 352 } } ], @@ -678,11 +678,11 @@ "@angular/aria/accordion" ], [ - "AccordionTrigger.id", + "AccordionTrigger.element", "@angular/aria/accordion" ], [ - "AccordionTrigger.element", + "AccordionTrigger.id", "@angular/aria/accordion" ], [ diff --git a/adev/src/content/aria/aria-combobox.json b/adev/src/content/aria/aria-combobox.json index 2089cf8945b..d2469a36914 100755 --- a/adev/src/content/aria/aria-combobox.json +++ b/adev/src/content/aria/aria-combobox.json @@ -19,6 +19,16 @@ "description": "A signal wrapper for directionality.", "jsdocTags": [] }, + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the combobox element.", + "jsdocTags": [] + }, { "name": "popup", "type": "any", @@ -251,7 +261,7 @@ "source": { "filePath": "src/aria/combobox/combobox.ts", "startLine": 64, - "endLine": 177 + "endLine": 180 } }, { @@ -259,6 +269,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the input element.", + "jsdocTags": [] + }, { "name": "combobox", "type": "any", @@ -301,8 +321,8 @@ ], "source": { "filePath": "src/aria/combobox/combobox.ts", - "startLine": 197, - "endLine": 240 + "startLine": 200, + "endLine": 246 } }, { @@ -322,8 +342,8 @@ "implements": [], "source": { "filePath": "src/aria/combobox/combobox.ts", - "startLine": 272, - "endLine": 277 + "startLine": 278, + "endLine": 283 } }, { @@ -373,8 +393,8 @@ ], "source": { "filePath": "src/aria/combobox/combobox.ts", - "startLine": 289, - "endLine": 304 + "startLine": 295, + "endLine": 310 } }, { @@ -384,12 +404,12 @@ "members": [ { "name": "element", - "type": "any", + "type": "HTMLElement", "memberType": "property", "memberTags": [ "readonly" ], - "description": "The dialog element.", + "description": "A reference to the dialog element.", "jsdocTags": [] }, { @@ -453,8 +473,8 @@ ], "source": { "filePath": "src/aria/combobox/combobox.ts", - "startLine": 321, - "endLine": 368 + "startLine": 327, + "endLine": 377 } } ], @@ -567,6 +587,10 @@ "Combobox.textDirection", "@angular/aria/combobox" ], + [ + "Combobox.element", + "@angular/aria/combobox" + ], [ "Combobox.popup", "@angular/aria/combobox" @@ -619,6 +643,10 @@ "ComboboxInput", "@angular/aria/combobox" ], + [ + "ComboboxInput.element", + "@angular/aria/combobox" + ], [ "ComboboxInput.combobox", "@angular/aria/combobox" diff --git a/adev/src/content/aria/aria-grid.json b/adev/src/content/aria/aria-grid.json index 8738117a657..81e957cbffb 100755 --- a/adev/src/content/aria/aria-grid.json +++ b/adev/src/content/aria/aria-grid.json @@ -9,6 +9,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "textDirection", "type": "any", @@ -19,16 +29,6 @@ "description": "Text direction.", "jsdocTags": [] }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "The host native element.", - "jsdocTags": [] - }, { "name": "enableSelection", "type": "any", @@ -173,7 +173,7 @@ "source": { "filePath": "src/aria/grid/grid.ts", "startLine": 47, - "endLine": 163 + "endLine": 164 } }, { @@ -181,6 +181,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "grid", "type": "any", @@ -191,16 +201,6 @@ "description": "The parent grid UI pattern.", "jsdocTags": [] }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "The host native element.", - "jsdocTags": [] - }, { "name": "rowIndex", "type": "any", @@ -232,8 +232,8 @@ ], "source": { "filePath": "src/aria/grid/grid.ts", - "startLine": 176, - "endLine": 214 + "startLine": 177, + "endLine": 215 } }, { @@ -241,6 +241,26 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, + { + "name": "active", + "type": "any", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "Whether the cell is currently active (focused).", + "jsdocTags": [] + }, { "name": "textDirection", "type": "any", @@ -264,16 +284,6 @@ "inputAlias": "id", "isRequiredInput": false }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "The host native element.", - "jsdocTags": [] - }, { "name": "role", "type": "any", @@ -437,8 +447,8 @@ ], "source": { "filePath": "src/aria/grid/grid.ts", - "startLine": 229, - "endLine": 340 + "startLine": 230, + "endLine": 345 } }, { @@ -448,12 +458,22 @@ "members": [ { "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, + { + "name": "active", "type": "any", "memberType": "property", "memberTags": [ "readonly" ], - "description": "The host native element.", + "description": "Whether the widget is currently active (focused).", "jsdocTags": [] }, { @@ -637,8 +657,8 @@ ], "source": { "filePath": "src/aria/grid/grid.ts", - "startLine": 358, - "endLine": 449 + "startLine": 363, + "endLine": 458 } } ], @@ -716,11 +736,11 @@ "@angular/aria/grid" ], [ - "Grid.textDirection", + "Grid.element", "@angular/aria/grid" ], [ - "Grid.element", + "Grid.textDirection", "@angular/aria/grid" ], [ @@ -764,11 +784,11 @@ "@angular/aria/grid" ], [ - "GridRow.grid", + "GridRow.element", "@angular/aria/grid" ], [ - "GridRow.element", + "GridRow.grid", "@angular/aria/grid" ], [ @@ -779,6 +799,14 @@ "GridCell", "@angular/aria/grid" ], + [ + "GridCell.element", + "@angular/aria/grid" + ], + [ + "GridCell.active", + "@angular/aria/grid" + ], [ "GridCell.textDirection", "@angular/aria/grid" @@ -787,10 +815,6 @@ "GridCell.id", "@angular/aria/grid" ], - [ - "GridCell.element", - "@angular/aria/grid" - ], [ "GridCell.role", "@angular/aria/grid" @@ -843,6 +867,10 @@ "GridCellWidget.element", "@angular/aria/grid" ], + [ + "GridCellWidget.active", + "@angular/aria/grid" + ], [ "GridCellWidget.id", "@angular/aria/grid" diff --git a/adev/src/content/aria/aria-listbox.json b/adev/src/content/aria/aria-listbox.json index d1c74ecf4ea..8da58c68f46 100755 --- a/adev/src/content/aria/aria-listbox.json +++ b/adev/src/content/aria/aria-listbox.json @@ -19,6 +19,16 @@ "description": "A unique identifier for the listbox.", "jsdocTags": [] }, + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "textDirection", "type": "any", @@ -256,7 +266,7 @@ "source": { "filePath": "/src/aria/listbox/listbox.ts", "startLine": 47, - "endLine": 206 + "endLine": 209 } }, { @@ -264,6 +274,24 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, + { + "name": "active", + "type": "any", + "memberType": "property", + "memberTags": [], + "description": "Whether the option is currently active (focused).", + "jsdocTags": [] + }, { "name": "id", "type": "any", @@ -297,16 +325,6 @@ "description": "The parent Listbox UIPattern.", "jsdocTags": [] }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "protected" - ], - "description": "A reference to the option element to be focused on navigation.", - "jsdocTags": [] - }, { "name": "value", "type": "any", @@ -375,8 +393,8 @@ ], "source": { "filePath": "/src/aria/listbox/listbox.ts", - "startLine": 223, - "endLine": 277 + "startLine": 226, + "endLine": 283 } } ], @@ -465,6 +483,10 @@ "Listbox.id", "@angular/aria/listbox" ], + [ + "Listbox.element", + "@angular/aria/listbox" + ], [ "Listbox.textDirection", "@angular/aria/listbox" @@ -529,6 +551,14 @@ "Option", "@angular/aria/listbox" ], + [ + "Option.element", + "@angular/aria/listbox" + ], + [ + "Option.active", + "@angular/aria/listbox" + ], [ "Option.id", "@angular/aria/listbox" @@ -541,10 +571,6 @@ "Option.listbox", "@angular/aria/listbox" ], - [ - "Option.element", - "@angular/aria/listbox" - ], [ "Option.value", "@angular/aria/listbox" diff --git a/adev/src/content/aria/aria-menu.json b/adev/src/content/aria/aria-menu.json index bf12bb5d45b..851c5beb7c6 100755 --- a/adev/src/content/aria/aria-menu.json +++ b/adev/src/content/aria/aria-menu.json @@ -9,6 +9,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "textDirection", "type": "any", @@ -19,16 +29,6 @@ "description": "The directionality (LTR / RTL) context for the application (or a subtree of it).", "jsdocTags": [] }, - { - "name": "element", - "type": "HTMLButtonElement", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "A reference to the menu element.", - "jsdocTags": [] - }, { "name": "menu", "type": "any", @@ -191,7 +191,7 @@ "memberTags": [ "readonly" ], - "description": "A reference to the menu element.", + "description": "A reference to the host element.", "jsdocTags": [] }, { @@ -265,7 +265,7 @@ "jsdocTags": [] }, { - "name": "isVisible", + "name": "visible", "type": "any", "memberType": "property", "memberTags": [ @@ -368,7 +368,7 @@ "memberTags": [ "readonly" ], - "description": "A reference to the menubar element.", + "description": "A reference to the host element.", "jsdocTags": [] }, { @@ -540,7 +540,7 @@ "memberTags": [ "readonly" ], - "description": "A reference to the menu element.", + "description": "A reference to the host element.", "jsdocTags": [] }, { @@ -621,7 +621,7 @@ "isRequiredInput": false }, { - "name": "isActive", + "name": "active", "type": "any", "memberType": "property", "memberTags": [ @@ -882,11 +882,11 @@ "@angular/aria/menu" ], [ - "MenuTrigger.textDirection", + "MenuTrigger.element", "@angular/aria/menu" ], [ - "MenuTrigger.element", + "MenuTrigger.textDirection", "@angular/aria/menu" ], [ @@ -954,7 +954,7 @@ "@angular/aria/menu" ], [ - "Menu.isVisible", + "Menu.visible", "@angular/aria/menu" ], [ @@ -1050,7 +1050,7 @@ "@angular/aria/menu" ], [ - "MenuItem.isActive", + "MenuItem.active", "@angular/aria/menu" ], [ diff --git a/adev/src/content/aria/aria-tabs.json b/adev/src/content/aria/aria-tabs.json index 728df7b855c..26c30a3f42e 100755 --- a/adev/src/content/aria/aria-tabs.json +++ b/adev/src/content/aria/aria-tabs.json @@ -9,6 +9,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "register", "signatures": [ @@ -125,8 +135,8 @@ ], "source": { "filePath": "/src/aria/tabs/tabs.ts", - "startLine": 75, - "endLine": 115 + "startLine": 74, + "endLine": 120 } }, { @@ -134,6 +144,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "textDirection", "type": "any", @@ -504,8 +524,8 @@ ], "source": { "filePath": "/src/aria/tabs/tabs.ts", - "startLine": 133, - "endLine": 256 + "startLine": 138, + "endLine": 264 } }, { @@ -513,6 +533,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "id", "type": "any", @@ -526,16 +556,6 @@ "inputAlias": "id", "isRequiredInput": false }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "The host native element.", - "jsdocTags": [] - }, { "name": "tablist", "type": "any", @@ -723,8 +743,8 @@ ], "source": { "filePath": "/src/aria/tabs/tabs.ts", - "startLine": 272, - "endLine": 341 + "startLine": 280, + "endLine": 350 } }, { @@ -732,6 +752,16 @@ "isAbstract": false, "entryType": "undecorated_class", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "id", "type": "any", @@ -854,8 +884,8 @@ ], "source": { "filePath": "/src/aria/tabs/tabs.ts", - "startLine": 360, - "endLine": 414 + "startLine": 369, + "endLine": 429 } }, { @@ -875,8 +905,8 @@ "implements": [], "source": { "filePath": "/src/aria/tabs/tabs.ts", - "startLine": 433, - "endLine": 438 + "startLine": 448, + "endLine": 453 } } ], @@ -921,10 +951,6 @@ "signal", "@angular/core" ], - [ - "Signal", - "@angular/core" - ], [ "afterRenderEffect", "@angular/core" @@ -981,6 +1007,10 @@ "Tabs", "@angular/aria/tabs" ], + [ + "Tabs.element", + "@angular/aria/tabs" + ], [ "Tabs.register", "@angular/aria/tabs" @@ -993,6 +1023,10 @@ "TabList", "@angular/aria/tabs" ], + [ + "TabList.element", + "@angular/aria/tabs" + ], [ "TabList.textDirection", "@angular/aria/tabs" @@ -1054,11 +1088,11 @@ "@angular/aria/tabs" ], [ - "Tab.id", + "Tab.element", "@angular/aria/tabs" ], [ - "Tab.element", + "Tab.id", "@angular/aria/tabs" ], [ @@ -1101,6 +1135,10 @@ "TabPanel", "@angular/aria/tabs" ], + [ + "TabPanel.element", + "@angular/aria/tabs" + ], [ "TabPanel.id", "@angular/aria/tabs" diff --git a/adev/src/content/aria/aria-toolbar.json b/adev/src/content/aria/aria-toolbar.json index 65afa42d2ec..93332cb8df7 100755 --- a/adev/src/content/aria/aria-toolbar.json +++ b/adev/src/content/aria/aria-toolbar.json @@ -9,6 +9,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "textDirection", "type": "any", @@ -233,8 +243,8 @@ ], "source": { "filePath": "/src/aria/toolbar/toolbar.ts", - "startLine": 65, - "endLine": 162 + "startLine": 64, + "endLine": 164 } }, { @@ -242,6 +252,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "id", "type": "any", @@ -265,16 +285,6 @@ "description": "The parent Toolbar UIPattern.", "jsdocTags": [] }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "A reference to the widget element to be focused on navigation.", - "jsdocTags": [] - }, { "name": "disabled", "type": "any", @@ -432,8 +442,8 @@ ], "source": { "filePath": "/src/aria/toolbar/toolbar.ts", - "startLine": 179, - "endLine": 243 + "startLine": 181, + "endLine": 245 } }, { @@ -441,6 +451,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "toolbar", "type": "any", @@ -509,8 +529,8 @@ ], "source": { "filePath": "/src/aria/toolbar/toolbar.ts", - "startLine": 251, - "endLine": 276 + "startLine": 253, + "endLine": 284 } } ], @@ -547,10 +567,6 @@ "signal", "@angular/core" ], - [ - "Signal", - "@angular/core" - ], [ "OnInit", "@angular/core" @@ -603,6 +619,10 @@ "Toolbar", "@angular/aria/toolbar" ], + [ + "Toolbar.element", + "@angular/aria/toolbar" + ], [ "Toolbar.textDirection", "@angular/aria/toolbar" @@ -643,6 +663,10 @@ "ToolbarWidget", "@angular/aria/toolbar" ], + [ + "ToolbarWidget.element", + "@angular/aria/toolbar" + ], [ "ToolbarWidget.id", "@angular/aria/toolbar" @@ -651,10 +675,6 @@ "ToolbarWidget.toolbar", "@angular/aria/toolbar" ], - [ - "ToolbarWidget.element", - "@angular/aria/toolbar" - ], [ "ToolbarWidget.disabled", "@angular/aria/toolbar" @@ -691,6 +711,10 @@ "ToolbarWidgetGroup", "@angular/aria/toolbar" ], + [ + "ToolbarWidgetGroup.element", + "@angular/aria/toolbar" + ], [ "ToolbarWidgetGroup.toolbar", "@angular/aria/toolbar" diff --git a/adev/src/content/aria/aria-tree.json b/adev/src/content/aria/aria-tree.json index fa7a27920c9..557f79db9c6 100755 --- a/adev/src/content/aria/aria-tree.json +++ b/adev/src/content/aria/aria-tree.json @@ -9,6 +9,16 @@ "isAbstract": false, "entryType": "undecorated_class", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "id", "type": "any", @@ -19,16 +29,6 @@ "description": "A unique identifier for the tree.", "jsdocTags": [] }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "The host native element.", - "jsdocTags": [] - }, { "name": "orientation", "type": "any", @@ -355,7 +355,7 @@ "source": { "filePath": "/src/aria/tree/tree.ts", "startLine": 83, - "endLine": 237 + "endLine": 240 } }, { @@ -363,6 +363,16 @@ "isAbstract": false, "entryType": "directive", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "id", "type": "any", @@ -376,16 +386,6 @@ "inputAlias": "id", "isRequiredInput": false }, - { - "name": "element", - "type": "any", - "memberType": "property", - "memberTags": [ - "readonly" - ], - "description": "The host native element.", - "jsdocTags": [] - }, { "name": "value", "type": "any", @@ -701,8 +701,8 @@ ], "source": { "filePath": "/src/aria/tree/tree.ts", - "startLine": 254, - "endLine": 380 + "startLine": 257, + "endLine": 384 } }, { @@ -710,6 +710,16 @@ "isAbstract": false, "entryType": "undecorated_class", "members": [ + { + "name": "element", + "type": "HTMLElement", + "memberType": "property", + "memberTags": [ + "readonly" + ], + "description": "A reference to the host element.", + "jsdocTags": [] + }, { "name": "children", "type": "any", @@ -914,8 +924,8 @@ ], "source": { "filePath": "/src/aria/tree/tree.ts", - "startLine": 402, - "endLine": 440 + "startLine": 406, + "endLine": 450 } } ], @@ -1021,11 +1031,11 @@ "@angular/aria/tree" ], [ - "Tree.id", + "Tree.element", "@angular/aria/tree" ], [ - "Tree.element", + "Tree.id", "@angular/aria/tree" ], [ @@ -1097,11 +1107,11 @@ "@angular/aria/tree" ], [ - "TreeItem.id", + "TreeItem.element", "@angular/aria/tree" ], [ - "TreeItem.element", + "TreeItem.id", "@angular/aria/tree" ], [ @@ -1172,6 +1182,10 @@ "TreeItemGroup", "@angular/aria/tree" ], + [ + "TreeItemGroup.element", + "@angular/aria/tree" + ], [ "TreeItemGroup.children", "@angular/aria/tree"