Skip to content

Commit 4c3fda7

Browse files
angular-robotthePunderWoman
authored andcommitted
docs: update Angular CDK apis (angular#63735)
Updated Angular CDK api files. PR Close angular#63735
1 parent b7bc110 commit 4c3fda7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/20.2.x",
3-
"sha": "f3409b1e27cf9bbac7a76aa6c579e44c0c281b08"
4-
}
3+
"sha": "c893ac87178c12041e7c3933a45e623da21e792c"
4+
}

adev/src/content/cdk/cdk_drag_drop.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
"members": [
983983
{
984984
"name": "lockAxis",
985-
"type": "DragAxis | undefined",
985+
"type": "DragAxis | null | undefined",
986986
"memberType": "property",
987987
"memberTags": [
988988
"optional"
@@ -1301,7 +1301,7 @@
13011301
},
13021302
{
13031303
"name": "lockAxis",
1304-
"type": "DragAxis",
1304+
"type": "DragAxis | null",
13051305
"memberType": "property",
13061306
"memberTags": [],
13071307
"description": "Locks the position of the draggable elements inside the container along the specified axis.",
@@ -1599,7 +1599,7 @@
15991599
"source": {
16001600
"filePath": "/src/cdk/drag-drop/directives/drop-list.ts",
16011601
"startLine": 36,
1602-
"endLine": 439
1602+
"endLine": 436
16031603
}
16041604
},
16051605
{
@@ -2733,7 +2733,7 @@
27332733
},
27342734
{
27352735
"name": "lockAxis",
2736-
"type": "\"x\" | \"y\"",
2736+
"type": "\"x\" | \"y\" | null",
27372737
"memberType": "property",
27382738
"memberTags": [],
27392739
"description": "Locks the position of the draggable elements inside the container along the specified axis.",
@@ -4032,7 +4032,7 @@
40324032
},
40334033
{
40344034
"name": "lockAxis",
4035-
"type": "DragAxis",
4035+
"type": "DragAxis | null",
40364036
"memberType": "property",
40374037
"memberTags": [],
40384038
"description": "Locks the position of the dragged element along the specified axis.",
@@ -4552,7 +4552,7 @@
45524552
"source": {
45534553
"filePath": "/src/cdk/drag-drop/directives/drag.ts",
45544554
"startLine": 61,
4555-
"endLine": 622
4555+
"endLine": 619
45564556
}
45574557
},
45584558
{
@@ -4915,7 +4915,7 @@
49154915
},
49164916
{
49174917
"name": "lockAxis",
4918-
"type": "\"x\" | \"y\"",
4918+
"type": "\"x\" | \"y\" | null",
49194919
"memberType": "property",
49204920
"memberTags": [],
49214921
"description": "Axis along which dragging is locked.",

0 commit comments

Comments
 (0)