Skip to content

Commit f191d45

Browse files
committed
main - 0d36e86 fix(material/datepicker): drop dependency on NgClass (#32810)
1 parent d059e71 commit f191d45

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

docs-content/api-docs/material-datepicker.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4539,9 +4539,7 @@ <h4 id="MatCalendarCellCssClasses" class="docs-header-link docs-api-h4 docs-api-
45394539
</h4><p class="docs-api-type-alias-description"><p>Extra CSS classes that can be associated with a calendar cell.</p>
45404540
</p><div class="docs-markdown">
45414541
<pre class="docs-markdown-pre">
4542-
<code class="docs-markdown-code">type MatCalendarCellCssClasses = string | string[] | Set<string> | {
4543-
[key: string]: any;
4544-
};</code>
4542+
<code class="docs-markdown-code">type MatCalendarCellCssClasses = string | string[] | Set<string> | Record<string, any>;</code>
45454543
</pre>
45464544
</div>
45474545

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": "21.3.0-next.0+sha-dce147f",
3+
"version": "21.3.0-next.0+sha-0d36e86",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -255,15 +255,15 @@
255255
},
256256
"homepage": "https://github.com/angular/components#readme",
257257
"peerDependencies": {
258-
"@angular/aria": "21.3.0-next.0+sha-dce147f",
259-
"@angular/cdk": "21.3.0-next.0+sha-dce147f",
260-
"@angular/cdk-experimental": "21.3.0-next.0+sha-dce147f",
258+
"@angular/aria": "21.3.0-next.0+sha-0d36e86",
259+
"@angular/cdk": "21.3.0-next.0+sha-0d36e86",
260+
"@angular/cdk-experimental": "21.3.0-next.0+sha-0d36e86",
261261
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
262262
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
263-
"@angular/material": "21.3.0-next.0+sha-dce147f",
264-
"@angular/material-experimental": "21.3.0-next.0+sha-dce147f",
265-
"@angular/material-luxon-adapter": "21.3.0-next.0+sha-dce147f",
266-
"@angular/material-date-fns-adapter": "21.3.0-next.0+sha-dce147f"
263+
"@angular/material": "21.3.0-next.0+sha-0d36e86",
264+
"@angular/material-experimental": "21.3.0-next.0+sha-0d36e86",
265+
"@angular/material-luxon-adapter": "21.3.0-next.0+sha-0d36e86",
266+
"@angular/material-date-fns-adapter": "21.3.0-next.0+sha-0d36e86"
267267
},
268268
"devDependencies": {
269269
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)