Skip to content

Commit 1fc2f23

Browse files
committed
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
1 parent 4dd9839 commit 1fc2f23

4 files changed

Lines changed: 61 additions & 22 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/22.0.x",
3-
"sha": "a7d2c5598c45a7b37d9349020ecade594785ea6c"
3+
"sha": "1b56dadb790cfa85020173da956b5409ade70907"
44
}

adev/src/content/cdk/cdk_testing_protractor.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,9 @@
689689
"rawComment": ""
690690
},
691691
"entryType": "function",
692-
"description": "",
692+
"description": "Click the element at the default location for the current environment. If you need to guarantee\nthe element is clicked at a specific location, consider using `click('center')` or\n`click(x, y)` instead.",
693693
"jsdocTags": [],
694-
"rawComment": "",
694+
"rawComment": "/**\n * Click the element at the default location for the current environment. If you need to guarantee\n * the element is clicked at a specific location, consider using `click('center')` or\n * `click(x, y)` instead.\n */",
695695
"memberType": "method",
696696
"memberTags": []
697697
},
@@ -765,9 +765,22 @@
765765
"rawComment": ""
766766
},
767767
"entryType": "function",
768-
"description": "",
769-
"jsdocTags": [],
770-
"rawComment": "",
768+
"description": "Right clicks on the element at the specified coordinates relative to the top-left of it.",
769+
"jsdocTags": [
770+
{
771+
"name": "param",
772+
"comment": "Coordinate within the element, along the X-axis at which to click."
773+
},
774+
{
775+
"name": "param",
776+
"comment": "Coordinate within the element, along the Y-axis at which to click."
777+
},
778+
{
779+
"name": "param",
780+
"comment": "Modifier keys held while clicking"
781+
}
782+
],
783+
"rawComment": "/**\n * Right clicks on the element at the specified coordinates relative to the top-left of it.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */",
771784
"memberType": "method",
772785
"memberTags": []
773786
},
@@ -988,9 +1001,9 @@
9881001
"rawComment": ""
9891002
},
9901003
"entryType": "function",
991-
"description": "",
1004+
"description": "Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value.",
9921005
"jsdocTags": [],
993-
"rawComment": "",
1006+
"rawComment": "/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value.\n */",
9941007
"memberType": "method",
9951008
"memberTags": []
9961009
},

adev/src/content/cdk/cdk_testing_selenium_webdriver.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@
226226
"rawComment": ""
227227
},
228228
"entryType": "function",
229-
"description": "",
229+
"description": "Click the element at the default location for the current environment. If you need to guarantee\nthe element is clicked at a specific location, consider using `click('center')` or\n`click(x, y)` instead.",
230230
"jsdocTags": [],
231-
"rawComment": "",
231+
"rawComment": "/**\n * Click the element at the default location for the current environment. If you need to guarantee\n * the element is clicked at a specific location, consider using `click('center')` or\n * `click(x, y)` instead.\n */",
232232
"memberType": "method",
233233
"memberTags": []
234234
},
@@ -302,9 +302,22 @@
302302
"rawComment": ""
303303
},
304304
"entryType": "function",
305-
"description": "",
306-
"jsdocTags": [],
307-
"rawComment": "",
305+
"description": "Right clicks on the element at the specified coordinates relative to the top-left of it.",
306+
"jsdocTags": [
307+
{
308+
"name": "param",
309+
"comment": "Coordinate within the element, along the X-axis at which to click."
310+
},
311+
{
312+
"name": "param",
313+
"comment": "Coordinate within the element, along the Y-axis at which to click."
314+
},
315+
{
316+
"name": "param",
317+
"comment": "Modifier keys held while clicking"
318+
}
319+
],
320+
"rawComment": "/**\n * Right clicks on the element at the specified coordinates relative to the top-left of it.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */",
308321
"memberType": "method",
309322
"memberTags": []
310323
},
@@ -525,9 +538,9 @@
525538
"rawComment": ""
526539
},
527540
"entryType": "function",
528-
"description": "",
541+
"description": "Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value.",
529542
"jsdocTags": [],
530-
"rawComment": "",
543+
"rawComment": "/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value.\n */",
531544
"memberType": "method",
532545
"memberTags": []
533546
},

adev/src/content/cdk/cdk_testing_testbed.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -838,9 +838,9 @@
838838
"rawComment": ""
839839
},
840840
"entryType": "function",
841-
"description": "",
841+
"description": "Click the element at the default location for the current environment. If you need to guarantee\nthe element is clicked at a specific location, consider using `click('center')` or\n`click(x, y)` instead.",
842842
"jsdocTags": [],
843-
"rawComment": "",
843+
"rawComment": "/**\n * Click the element at the default location for the current environment. If you need to guarantee\n * the element is clicked at a specific location, consider using `click('center')` or\n * `click(x, y)` instead.\n */",
844844
"memberType": "method",
845845
"memberTags": []
846846
},
@@ -914,9 +914,22 @@
914914
"rawComment": ""
915915
},
916916
"entryType": "function",
917-
"description": "",
918-
"jsdocTags": [],
919-
"rawComment": "",
917+
"description": "Right clicks on the element at the specified coordinates relative to the top-left of it.",
918+
"jsdocTags": [
919+
{
920+
"name": "param",
921+
"comment": "Coordinate within the element, along the X-axis at which to click."
922+
},
923+
{
924+
"name": "param",
925+
"comment": "Coordinate within the element, along the Y-axis at which to click."
926+
},
927+
{
928+
"name": "param",
929+
"comment": "Modifier keys held while clicking"
930+
}
931+
],
932+
"rawComment": "/**\n * Right clicks on the element at the specified coordinates relative to the top-left of it.\n * @param relativeX Coordinate within the element, along the X-axis at which to click.\n * @param relativeY Coordinate within the element, along the Y-axis at which to click.\n * @param modifiers Modifier keys held while clicking\n */",
920933
"memberType": "method",
921934
"memberTags": []
922935
},
@@ -1137,9 +1150,9 @@
11371150
"rawComment": ""
11381151
},
11391152
"entryType": "function",
1140-
"description": "",
1153+
"description": "Sends the given string to the input as a series of key presses. Also fires input events\nand attempts to add the string to the Element's value. Note that this cannot\nreproduce native browser behavior for keyboard shortcuts such as Tab, Ctrl + A, etc.",
11411154
"jsdocTags": [],
1142-
"rawComment": "",
1155+
"rawComment": "/**\n * Sends the given string to the input as a series of key presses. Also fires input events\n * and attempts to add the string to the Element's value. Note that this cannot\n * reproduce native browser behavior for keyboard shortcuts such as Tab, Ctrl + A, etc.\n */",
11431156
"memberType": "method",
11441157
"memberTags": []
11451158
},

0 commit comments

Comments
 (0)