From f7d06ef8590ed317106e160868f9fc2bcfe990c5 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 17 Nov 2025 16:11:41 +0000 Subject: [PATCH] docs: update cross-repo adev docs Updated Angular adev cross repo docs files. --- adev/src/content/aria/_build-info.json | 2 +- adev/src/content/aria/aria-toolbar.json | 35 ++++++++++++++++++++----- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/adev/src/content/aria/_build-info.json b/adev/src/content/aria/_build-info.json index 691f187ffb2..a8fd2bbd266 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": "5cf18f289351737584fe041baf536a6ce94dbfd9" + "sha": "149622e31586bd1101fab7d946f25c1feebe0279" } \ No newline at end of file diff --git a/adev/src/content/aria/aria-toolbar.json b/adev/src/content/aria/aria-toolbar.json index 5ab1ffea789..5b4c9c62b58 100755 --- a/adev/src/content/aria/aria-toolbar.json +++ b/adev/src/content/aria/aria-toolbar.json @@ -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"