docs: update cross-repo adev docs

Updated Angular adev cross repo docs files.
This commit is contained in:
Angular Robot 2025-11-13 20:17:10 +00:00 committed by Jessica Janiuk
parent fe2cc7967e
commit c6068f2d98
9 changed files with 350 additions and 192 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "e2eab1debaf118f138cf7c51e65a86bc9b53c476"
"sha": "c618a643fb9f47a185478824c6ca917d8e74686c"
}

View file

@ -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"
],
[

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"
],
[

View file

@ -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"

View file

@ -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"

View file

@ -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"