Skip to content

Commit 993f8b6

Browse files
committed
main - 1ffe706 refactor(cdk/overlay): add config option for disabling animations
1 parent b865f9c commit 993f8b6

File tree

3 files changed

+34
-8
lines changed

3 files changed

+34
-8
lines changed

docs-content/api-docs/cdk-dialog.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,19 @@ <h4 id="DialogConfig" class="docs-header-link docs-api-h4 docs-api-class-name">
537537

538538

539539

540+
<tr class="docs-api-properties-row">
541+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
542+
<code>disableAnimations: boolean</code>
543+
</p>
544+
</td>
545+
<td class="docs-api-property-description"><p>Whether the built-in overlay animations should be disabled.</p>
546+
</td>
547+
</tr>
548+
549+
550+
551+
552+
540553
<tr class="docs-api-properties-row">
541554
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
542555
<code>disableClose: boolean</code>

docs-content/api-docs/cdk-overlay.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3279,6 +3279,19 @@ <h4 id="OverlayConfig" class="docs-header-link docs-api-h4 docs-api-class-name">
32793279

32803280

32813281

3282+
<tr class="docs-api-properties-row">
3283+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
3284+
<code>disableAnimations: boolean</code>
3285+
</p>
3286+
</td>
3287+
<td class="docs-api-property-description"><p>Whether to disable any built-in animations.</p>
3288+
</td>
3289+
</tr>
3290+
3291+
3292+
3293+
3294+
32823295
<tr class="docs-api-properties-row">
32833296
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
32843297
<code>disposeOnNavigation: boolean</code>

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.2+sha-1c223d9",
3+
"version": "20.0.0-next.2+sha-1ffe706",
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.2+sha-1c223d9",
263-
"@angular/cdk-experimental": "20.0.0-next.2+sha-1c223d9",
262+
"@angular/cdk": "20.0.0-next.2+sha-1ffe706",
263+
"@angular/cdk-experimental": "20.0.0-next.2+sha-1ffe706",
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.2+sha-1c223d9",
267-
"@angular/material-experimental": "20.0.0-next.2+sha-1c223d9",
268-
"@angular/material-moment-adapter": "20.0.0-next.2+sha-1c223d9",
269-
"@angular/material-luxon-adapter": "20.0.0-next.2+sha-1c223d9",
270-
"@angular/material-date-fns-adapter": "20.0.0-next.2+sha-1c223d9"
266+
"@angular/material": "20.0.0-next.2+sha-1ffe706",
267+
"@angular/material-experimental": "20.0.0-next.2+sha-1ffe706",
268+
"@angular/material-moment-adapter": "20.0.0-next.2+sha-1ffe706",
269+
"@angular/material-luxon-adapter": "20.0.0-next.2+sha-1ffe706",
270+
"@angular/material-date-fns-adapter": "20.0.0-next.2+sha-1ffe706"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)