mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
This commit is contained in:
committed by
Jessica Janiuk
parent
599b72ec5a
commit
f7d06ef859
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "5cf18f289351737584fe041baf536a6ce94dbfd9"
|
||||
"sha": "149622e31586bd1101fab7d946f25c1feebe0279"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user