material-community-components
material-community-components copied to clipboard
:panda_face: Angular Material Components created from the community
Changed the color-picker-selector component to set noColor to false before emitting the temp color when changing the color.
Solves issue #188
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0. Changelog Sourced from log4js's changelog. 6.4.0 security: default file permission to be 0o600 instead of 0o644 - thanks ranjit-git and @peteriman chore(docs): updated fileSync.md...
Since es-tinycolor got some major updates lately adding types, i removed @types/tinycolor and updated es-tinycolor to the latest version
**Describe the idea you have** A clear and concise description of what you want to happen. remove tslint
**Describe the bug** Pasting a hex value into the hex field does not update the color in the color picker. **To Reproduce** Steps to reproduce the behavior: 1. Click a...
It happens both when using template driven forms and reactive forms. Here is a stackblitz that reproduces the issue: [link](https://stackblitz.com/edit/angular-ivy-3rfvy4?file=src/app/time-input.component.html)
**Describe the bug** after upating to latest version I'm getting this error ```js ERROR in The target entry-point "material-community-components/color-picker" has missing dependencies: - @thebespokepixel/es-tinycolor - tinycolor2 ``` **To Reproduce** Steps...
**Describe the bug** When you set time picker to 00:00 time in 24h mode it has space before hours which breaks layout. I believe it's related to: - https://github.com/tiaguinho/material-community-components/issues/159 -...
**Describe the idea you have** When deleting the hex value in the hex field of the color picker set the color equal to the empty color instead of #000000. This...