Skip to content

Commit ca18d8e

Browse files
angular-robotthePunderWoman
authored andcommitted
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
1 parent c231794 commit ca18d8e

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "149622e31586bd1101fab7d946f25c1feebe0279"
3+
"sha": "476f7b12a420eab0ce5d9c0844478019fa24d0e2"
44
}

adev/src/content/aria/aria-grid.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"source": {
174174
"filePath": "src/aria/grid/grid.ts",
175175
"startLine": 47,
176-
"endLine": 164
176+
"endLine": 163
177177
}
178178
},
179179
{
@@ -222,8 +222,8 @@
222222
],
223223
"source": {
224224
"filePath": "src/aria/grid/grid.ts",
225-
"startLine": 177,
226-
"endLine": 216
225+
"startLine": 176,
226+
"endLine": 214
227227
}
228228
},
229229
{
@@ -437,8 +437,8 @@
437437
],
438438
"source": {
439439
"filePath": "src/aria/grid/grid.ts",
440-
"startLine": 231,
441-
"endLine": 346
440+
"startLine": 229,
441+
"endLine": 343
442442
}
443443
},
444444
{
@@ -647,8 +647,8 @@
647647
],
648648
"source": {
649649
"filePath": "src/aria/grid/grid.ts",
650-
"startLine": 364,
651-
"endLine": 459
650+
"startLine": 361,
651+
"endLine": 455
652652
}
653653
}
654654
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "f9f967f62cc1515a68ebdf2ff1d44883b5b326a7"
3+
"sha": "7bdd46f59d03fc158d341cdd677fdb05157989d9"
44
}

adev/src/content/cdk/cdk_drag_drop.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"rawComment": "/** Possible values that can be used to configure the drag start delay. */",
180180
"description": "Possible values that can be used to configure the drag start delay.",
181181
"jsdocTags": [],
182+
"members": [],
182183
"source": {
183184
"filePath": "src/cdk/drag-drop/directives/config.ts",
184185
"startLine": 13,
@@ -193,6 +194,7 @@
193194
"rawComment": "/** Possible axis along which dragging can be locked. */",
194195
"description": "Possible axis along which dragging can be locked.",
195196
"jsdocTags": [],
197+
"members": [],
196198
"source": {
197199
"filePath": "src/cdk/drag-drop/directives/config.ts",
198200
"startLine": 16,
@@ -225,6 +227,7 @@
225227
"rawComment": "/** Possible orientations for a drop list. */",
226228
"description": "Possible orientations for a drop list.",
227229
"jsdocTags": [],
230+
"members": [],
228231
"source": {
229232
"filePath": "src/cdk/drag-drop/directives/config.ts",
230233
"startLine": 19,
@@ -4564,6 +4567,7 @@
45644567
"rawComment": "/** Function that can be used to constrain the position of a dragged element. */",
45654568
"description": "Function that can be used to constrain the position of a dragged element.",
45664569
"jsdocTags": [],
4570+
"members": [],
45674571
"source": {
45684572
"filePath": "/src/cdk/drag-drop/drag-ref.ts",
45694573
"startLine": 61,
@@ -4774,6 +4778,7 @@
47744778
"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 */",
47754779
"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`.",
47764780
"jsdocTags": [],
4781+
"members": [],
47774782
"source": {
47784783
"filePath": "/src/cdk/drag-drop/drag-ref.ts",
47794784
"startLine": 125,

adev/src/content/cdk/cdk_testing.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
"comment": ""
222222
}
223223
],
224+
"members": [],
224225
"source": {
225226
"filePath": "src/cdk/testing/component-harness.ts",
226227
"startLine": 18,
@@ -235,6 +236,7 @@
235236
"rawComment": "/** Data that can be attached to a custom event dispatched from a `TestElement`. */",
236237
"description": "Data that can be attached to a custom event dispatched from a `TestElement`.",
237238
"jsdocTags": [],
239+
"members": [],
238240
"source": {
239241
"filePath": "/src/cdk/testing/test-element.ts",
240242
"startLine": 20,
@@ -253,6 +255,7 @@
253255
"rawComment": "/** An async function that takes an item and returns a boolean promise */",
254256
"description": "An async function that takes an item and returns a boolean promise",
255257
"jsdocTags": [],
258+
"members": [],
256259
"source": {
257260
"filePath": "src/cdk/testing/component-harness.ts",
258261
"startLine": 21,
@@ -567,6 +570,7 @@
567570
"rawComment": "/** An async function that takes an item and an option value and returns a boolean promise. */",
568571
"description": "An async function that takes an item and an option value and returns a boolean promise.",
569572
"jsdocTags": [],
573+
"members": [],
570574
"source": {
571575
"filePath": "src/cdk/testing/component-harness.ts",
572576
"startLine": 24,
@@ -586,6 +590,7 @@
586590
"rawComment": "/**\n * A query for a `ComponentHarness`, which is expressed as either a `ComponentHarnessConstructor` or\n * a `HarnessPredicate`.\n */",
587591
"description": "A query for a `ComponentHarness`, which is expressed as either a `ComponentHarnessConstructor` or\na `HarnessPredicate`.",
588592
"jsdocTags": [],
593+
"members": [],
589594
"source": {
590595
"filePath": "src/cdk/testing/component-harness.ts",
591596
"startLine": 30,
@@ -610,6 +615,7 @@
610615
"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```"
611616
}
612617
],
618+
"members": [],
613619
"source": {
614620
"filePath": "src/cdk/testing/component-harness.ts",
615621
"startLine": 64,

0 commit comments

Comments
 (0)