feat(cdk/menu): Add backdrop support and maybe able to customize all overlay options in CDK Menu
未关闭
area: cdk/menu
feature
P4
- 主要语言
- TypeScript
- 星标
- 25k
- 派生
- 6.8k
- 平均合并
- 1 天 8 小时
- 30 天内合并 PR
- 91
描述
### Feature Description
I think the [CDK Menu Trigger](https://github.com/angular/components/blob/main/src/cdk/menu/menu-trigger-base.ts) should provide an ability to set a backdrop in the overlay and also other `OverlayConfig` options.
### Use Case
This lets us create a custom Menu closer to the Mat Menu which already supports a transparent backdrop.
贡献指南
调研方向
从 src/cdk/menu/menu-trigger-base.ts 开始,检查 CDK Menu Trigger 如何创建其 overlay,然后将所请求的行为与现有的 Mat Menu backdrop 支持进行比较。当 trigger 能够提供 backdrop,并公开创建在这方面可与 Mat Menu 相媲美的自定义菜单所需的相关 OverlayConfig 选项时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100