Skip to content

Commit 01243ef

Browse files
committed
main - cf61960 feat(cdk/drag-drop): introduce resetToBoundary (#30436)
1 parent fc43edd commit 01243ef

File tree

2 files changed

+42
-8
lines changed

2 files changed

+42
-8
lines changed

docs-content/api-docs/cdk-drag-drop.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,23 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
10301030

10311031

10321032

1033+
<table class="docs-api-method-table">
1034+
<thead>
1035+
<tr class="docs-api-method-name-row">
1036+
<th colspan="2" class="docs-api-method-name-cell">resetToBoundary
1037+
</th>
1038+
</tr>
1039+
</thead><tr class="docs-api-method-description-row">
1040+
<td colspan="2" class="docs-api-method-description-cell">
1041+
<p>Resets drag item to end of boundary element.</p>
1042+
1043+
</td>
1044+
</tr></table>
1045+
1046+
1047+
1048+
1049+
10331050
<table class="docs-api-method-table">
10341051
<thead>
10351052
<tr class="docs-api-method-name-row">
@@ -1775,6 +1792,23 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
17751792

17761793

17771794

1795+
<table class="docs-api-method-table">
1796+
<thead>
1797+
<tr class="docs-api-method-name-row">
1798+
<th colspan="2" class="docs-api-method-name-cell">resetToBoundary
1799+
</th>
1800+
</tr>
1801+
</thead><tr class="docs-api-method-description-row">
1802+
<td colspan="2" class="docs-api-method-description-cell">
1803+
<p>Resets drag item to end of boundary element.</p>
1804+
1805+
</td>
1806+
</tr></table>
1807+
1808+
1809+
1810+
1811+
17781812
<table class="docs-api-method-table">
17791813
<thead>
17801814
<tr class="docs-api-method-name-row">

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "20.0.0-next.7+sha-46344d8",
3+
"version": "20.0.0-next.7+sha-cf61960",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "20.0.0-next.7+sha-46344d8",
263-
"@angular/cdk-experimental": "20.0.0-next.7+sha-46344d8",
262+
"@angular/cdk": "20.0.0-next.7+sha-cf61960",
263+
"@angular/cdk-experimental": "20.0.0-next.7+sha-cf61960",
264264
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
265265
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
266-
"@angular/material": "20.0.0-next.7+sha-46344d8",
267-
"@angular/material-experimental": "20.0.0-next.7+sha-46344d8",
268-
"@angular/material-moment-adapter": "20.0.0-next.7+sha-46344d8",
269-
"@angular/material-luxon-adapter": "20.0.0-next.7+sha-46344d8",
270-
"@angular/material-date-fns-adapter": "20.0.0-next.7+sha-46344d8"
266+
"@angular/material": "20.0.0-next.7+sha-cf61960",
267+
"@angular/material-experimental": "20.0.0-next.7+sha-cf61960",
268+
"@angular/material-moment-adapter": "20.0.0-next.7+sha-cf61960",
269+
"@angular/material-luxon-adapter": "20.0.0-next.7+sha-cf61960",
270+
"@angular/material-date-fns-adapter": "20.0.0-next.7+sha-cf61960"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)