angular / angular/components

bug(material/core): Theme configuration checks should allow extra slots in color palettes

オープン
#30,780 コメント 2 件 リアクション 2 件 担当者 0 名 GitHub で見る
area: ng-generate feature P4
主要言語
TypeScript
スター
25k
フォーク
6.8k
平均マージ
1日 8時間
マージ済み PR(30日)
91

説明

### Is this a regression?

- [ ] Yes, this behavior used to work in the previous version

### The previous version in which this bug was not present was

_No response_

### Description

The [Material Theme Builder](https://material-foundation.github.io/material-theme-builder/) generates slots 5 and 15 in the color palettes.

Image

These should be allowed to be included in the color palettes even if they are not used by Angular Material.

However when I try to include those slots in a theme for Angular Material, the sass complier errors with "Expected $config.primary to be a valid M3 palette". The error is generated by https://github.com/angular/components/blob/c4337d635e3c87b029136c7eaa707df9f2a07163/src/material/core/theming/_config-validation.scss#L38 and https://github.com/angular/components/blob/c4337d635e3c87b029136c7eaa707df9f2a07163/src/material/core/theming/_config-validation.scss#L44

The validation checks should only fail on required (i.e. used by Angular Material) slots.

### Reproduction

StackBlitz link:
Steps to reproduce:
1. Generate a theme using `ng generate @angular/material:theme-color`
2. In any of the color palettes, add an extra value to the map, e.g. `5: #1e0037`.
3. `ng build`

### Expected Behavior

The build completes without error.

### Actual Behavior

The build failed with error.

```
✘ [ERROR] (Expected $config.primary to be a valid M3 palette. Got: (0: #000000, 5: #1e0037, ... )))
51 │ definition.define-colors($color));
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

node_modules/@angular/material/core/tokens/_m3-system.scss 51:13 theme()
```

### Environment

- Angular: 19.2.5
- CDK/Material: 19.2.7

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

まず src/material/core/theming/_config-validation.scss の38行目と44行目付近にあるチェックから始め、次に ng generate @angular/material:theme-color で生成したパレットにスロット5を追加して ng build を実行し、失敗を再現します。追加のスロットを含む生成済みパレットが、有効な M3 パレットエラーなしでビルドできれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
angular, sass
領域
frontend
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
48/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。