docs: update cross-repo adev docs

Updated Angular adev cross repo docs files.
This commit is contained in:
Angular Robot
2025-11-17 16:11:41 +00:00
committed by Jessica Janiuk
parent 599b72ec5a
commit f7d06ef859
2 changed files with 30 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "5cf18f289351737584fe041baf536a6ce94dbfd9"
"sha": "149622e31586bd1101fab7d946f25c1feebe0279"
}
+29 -6
View File
@@ -79,6 +79,21 @@
"jsdocTags": [],
"inputAlias": "wrap",
"isRequiredInput": false
},
{
"name": "values",
"type": "any",
"memberType": "property",
"memberTags": [
"readonly",
"input",
"output"
],
"description": "The values of the selected widgets within the toolbar.",
"jsdocTags": [],
"inputAlias": "values",
"isRequiredInput": false,
"outputAlias": "valuesChange"
}
],
"generics": [
@@ -102,8 +117,8 @@
],
"source": {
"filePath": "/src/aria/toolbar/toolbar.ts",
"startLine": 64,
"endLine": 164
"startLine": 65,
"endLine": 169
}
},
{
@@ -281,8 +296,8 @@
],
"source": {
"filePath": "/src/aria/toolbar/toolbar.ts",
"startLine": 181,
"endLine": 248
"startLine": 186,
"endLine": 253
}
},
{
@@ -348,8 +363,8 @@
],
"source": {
"filePath": "/src/aria/toolbar/toolbar.ts",
"startLine": 256,
"endLine": 291
"startLine": 261,
"endLine": 296
}
}
],
@@ -398,6 +413,10 @@
"contentChildren",
"@angular/core"
],
[
"model",
"@angular/core"
],
[
"ToolbarPattern",
"@angular/aria/private"
@@ -462,6 +481,10 @@
"Toolbar.wrap",
"@angular/aria/toolbar"
],
[
"Toolbar.values",
"@angular/aria/toolbar"
],
[
"ToolbarWidget",
"@angular/aria/toolbar"