diff --git a/adev/src/content/aria/_build-info.json b/adev/src/content/aria/_build-info.json index a8fd2bbd266..1f748a425ad 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": "149622e31586bd1101fab7d946f25c1feebe0279" + "sha": "476f7b12a420eab0ce5d9c0844478019fa24d0e2" } \ No newline at end of file diff --git a/adev/src/content/aria/aria-grid.json b/adev/src/content/aria/aria-grid.json index 11d4dffcfdf..b25f38175aa 100755 --- a/adev/src/content/aria/aria-grid.json +++ b/adev/src/content/aria/aria-grid.json @@ -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 } } ], diff --git a/adev/src/content/cdk/_build-info.json b/adev/src/content/cdk/_build-info.json index 3d65e82e86f..8648b5dae4a 100644 --- a/adev/src/content/cdk/_build-info.json +++ b/adev/src/content/cdk/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "f9f967f62cc1515a68ebdf2ff1d44883b5b326a7" + "sha": "7bdd46f59d03fc158d341cdd677fdb05157989d9" } \ No newline at end of file diff --git a/adev/src/content/cdk/cdk_drag_drop.json b/adev/src/content/cdk/cdk_drag_drop.json index 1229e8849b3..f4d6a471819 100755 --- a/adev/src/content/cdk/cdk_drag_drop.json +++ b/adev/src/content/cdk/cdk_drag_drop.json @@ -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 ``. 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` - 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 ``. 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` - 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, diff --git a/adev/src/content/cdk/cdk_testing.json b/adev/src/content/cdk/cdk_testing.json index 8ed2effeb2e..b5e65cadec7 100755 --- a/adev/src/content/cdk/cdk_testing.json +++ b/adev/src/content/cdk/cdk_testing.json @@ -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,\n HarnessPredicate,\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,