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