docs: update cross-repo adev docs

Updated Angular adev cross repo docs files.
This commit is contained in:
Angular Robot 2025-11-19 21:35:02 +00:00 committed by Jessica Janiuk
parent c2317949a8
commit ca18d8e967
5 changed files with 20 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "149622e31586bd1101fab7d946f25c1feebe0279"
"sha": "476f7b12a420eab0ce5d9c0844478019fa24d0e2"
}

View file

@ -173,7 +173,7 @@
"source": {
"filePath": "src/aria/grid/grid.ts",
"startLine": 47,
"endLine": 164
"endLine": 163
}
},
{
@ -222,8 +222,8 @@
],
"source": {
"filePath": "src/aria/grid/grid.ts",
"startLine": 177,
"endLine": 216
"startLine": 176,
"endLine": 214
}
},
{
@ -437,8 +437,8 @@
],
"source": {
"filePath": "src/aria/grid/grid.ts",
"startLine": 231,
"endLine": 346
"startLine": 229,
"endLine": 343
}
},
{
@ -647,8 +647,8 @@
],
"source": {
"filePath": "src/aria/grid/grid.ts",
"startLine": 364,
"endLine": 459
"startLine": 361,
"endLine": 455
}
}
],

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "f9f967f62cc1515a68ebdf2ff1d44883b5b326a7"
"sha": "7bdd46f59d03fc158d341cdd677fdb05157989d9"
}

View file

@ -179,6 +179,7 @@
"rawComment": "/** Possible values that can be used to configure the drag start delay. */",
"description": "Possible values that can be used to configure the drag start delay.",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "src/cdk/drag-drop/directives/config.ts",
"startLine": 13,
@ -193,6 +194,7 @@
"rawComment": "/** Possible axis along which dragging can be locked. */",
"description": "Possible axis along which dragging can be locked.",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "src/cdk/drag-drop/directives/config.ts",
"startLine": 16,
@ -225,6 +227,7 @@
"rawComment": "/** Possible orientations for a drop list. */",
"description": "Possible orientations for a drop list.",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "src/cdk/drag-drop/directives/config.ts",
"startLine": 19,
@ -4564,6 +4567,7 @@
"rawComment": "/** Function that can be used to constrain the position of a dragged element. */",
"description": "Function that can be used to constrain the position of a dragged element.",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "/src/cdk/drag-drop/drag-ref.ts",
"startLine": 61,
@ -4774,6 +4778,7 @@
"rawComment": "/**\n * Possible places into which the preview of a drag item can be inserted.\n * - `global` - Preview will be inserted at the bottom of the `<body>`. The advantage is that\n * you don't have to worry about `overflow: hidden` or `z-index`, but the item won't retain\n * its inherited styles.\n * - `parent` - Preview will be inserted into the parent of the drag item. The advantage is that\n * inherited styles will be preserved, but it may be clipped by `overflow: hidden` or not be\n * visible due to `z-index`. Furthermore, the preview is going to have an effect over selectors\n * like `:nth-child` and some flexbox configurations.\n * - `ElementRef<HTMLElement> | HTMLElement` - Preview will be inserted into a specific element.\n * Same advantages and disadvantages as `parent`.\n */",
"description": "Possible places into which the preview of a drag item can be inserted.\n- `global` - Preview will be inserted at the bottom of the `<body>`. The advantage is that\nyou don't have to worry about `overflow: hidden` or `z-index`, but the item won't retain\nits inherited styles.\n- `parent` - Preview will be inserted into the parent of the drag item. The advantage is that\ninherited styles will be preserved, but it may be clipped by `overflow: hidden` or not be\nvisible due to `z-index`. Furthermore, the preview is going to have an effect over selectors\nlike `:nth-child` and some flexbox configurations.\n- `ElementRef<HTMLElement> | HTMLElement` - Preview will be inserted into a specific element.\nSame advantages and disadvantages as `parent`.",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "/src/cdk/drag-drop/drag-ref.ts",
"startLine": 125,

View file

@ -221,6 +221,7 @@
"comment": ""
}
],
"members": [],
"source": {
"filePath": "src/cdk/testing/component-harness.ts",
"startLine": 18,
@ -235,6 +236,7 @@
"rawComment": "/** Data that can be attached to a custom event dispatched from a `TestElement`. */",
"description": "Data that can be attached to a custom event dispatched from a `TestElement`.",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "/src/cdk/testing/test-element.ts",
"startLine": 20,
@ -253,6 +255,7 @@
"rawComment": "/** An async function that takes an item and returns a boolean promise */",
"description": "An async function that takes an item and returns a boolean promise",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "src/cdk/testing/component-harness.ts",
"startLine": 21,
@ -567,6 +570,7 @@
"rawComment": "/** An async function that takes an item and an option value and returns a boolean promise. */",
"description": "An async function that takes an item and an option value and returns a boolean promise.",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "src/cdk/testing/component-harness.ts",
"startLine": 24,
@ -586,6 +590,7 @@
"rawComment": "/**\n * A query for a `ComponentHarness`, which is expressed as either a `ComponentHarnessConstructor` or\n * a `HarnessPredicate`.\n */",
"description": "A query for a `ComponentHarness`, which is expressed as either a `ComponentHarnessConstructor` or\na `HarnessPredicate`.",
"jsdocTags": [],
"members": [],
"source": {
"filePath": "src/cdk/testing/component-harness.ts",
"startLine": 30,
@ -610,6 +615,7 @@
"comment": "### Example\n\nThe type:\n```ts\nLocatorFnResult<[\n ComponentHarnessConstructor<MyHarness>,\n HarnessPredicate<MyOtherHarness>,\n string\n]>\n```\n\nis equivalent to:\n\n```ts\nMyHarness | MyOtherHarness | TestElement\n```"
}
],
"members": [],
"source": {
"filePath": "src/cdk/testing/component-harness.ts",
"startLine": 64,