Skip to content

Commit e9ce94c

Browse files
committed
main - b7c377b fixup! fix(material/select): switch away from animations module
1 parent faa00e5 commit e9ce94c

File tree

2 files changed

+43
-8
lines changed

2 files changed

+43
-8
lines changed

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,8 +1172,43 @@ <h4 id="CdkConnectedOverlay" class="docs-header-link docs-api-h4 docs-api-class-
11721172
</table>
11731173

11741174

1175+
<h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
1176+
1177+
1178+
1179+
<table class="docs-api-method-table">
1180+
<thead>
1181+
<tr class="docs-api-method-name-row">
1182+
<th colspan="2" class="docs-api-method-name-cell">attachOverlay
1183+
</th>
1184+
</tr>
1185+
</thead><tr class="docs-api-method-description-row">
1186+
<td colspan="2" class="docs-api-method-description-cell">
1187+
<p>Attaches the overlay.</p>
1188+
1189+
</td>
1190+
</tr></table>
11751191

11761192

1193+
1194+
1195+
1196+
<table class="docs-api-method-table">
1197+
<thead>
1198+
<tr class="docs-api-method-name-row">
1199+
<th colspan="2" class="docs-api-method-name-cell">detachOverlay
1200+
</th>
1201+
</tr>
1202+
</thead><tr class="docs-api-method-description-row">
1203+
<td colspan="2" class="docs-api-method-description-cell">
1204+
<p>Detaches the overlay.</p>
1205+
1206+
</td>
1207+
</tr></table>
1208+
1209+
1210+
1211+
11771212

11781213

11791214
<h3 id="cdk-overlay-classes" class="docs-header-link docs-api-h3">

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": "19.2.0-next.1+sha-e50a73f",
3+
"version": "19.2.0-next.1+sha-b7c377b",
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": "19.2.0-next.1+sha-e50a73f",
263-
"@angular/cdk-experimental": "19.2.0-next.1+sha-e50a73f",
262+
"@angular/cdk": "19.2.0-next.1+sha-b7c377b",
263+
"@angular/cdk-experimental": "19.2.0-next.1+sha-b7c377b",
264264
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
265265
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
266-
"@angular/material": "19.2.0-next.1+sha-e50a73f",
267-
"@angular/material-experimental": "19.2.0-next.1+sha-e50a73f",
268-
"@angular/material-moment-adapter": "19.2.0-next.1+sha-e50a73f",
269-
"@angular/material-luxon-adapter": "19.2.0-next.1+sha-e50a73f",
270-
"@angular/material-date-fns-adapter": "19.2.0-next.1+sha-e50a73f"
266+
"@angular/material": "19.2.0-next.1+sha-b7c377b",
267+
"@angular/material-experimental": "19.2.0-next.1+sha-b7c377b",
268+
"@angular/material-moment-adapter": "19.2.0-next.1+sha-b7c377b",
269+
"@angular/material-luxon-adapter": "19.2.0-next.1+sha-b7c377b",
270+
"@angular/material-date-fns-adapter": "19.2.0-next.1+sha-b7c377b"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)