Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
bepo65-mat-tristate-checkbox
Advanced tools
3-state checkbox for Angular with Material as library component with demo project
<mat-tristate-checkbox> provides the same functionality as the Angular Material checkbox enhanced with 3 states. This repository contains the checkbox component and a demo project.
The package can be used in Angular apps with Angular Material installed. This Version requires Angular 11.
npm install @bepo65/mat-tristate-checkbox
Now you can use the mat-tristate-checkbox component in your app components, for example in app.component.ts:
import { MatTristateCheckboxModule } from '@bepo65/mat-tristate-checkbox';
...
@NgModule({
declarations: [
AppComponent
],
imports: [
...
MatTristateCheckboxModule
],
...
})
export class AppModule { }
And in template file app.component.html:
<form [formGroup]="form">
<mat-tristate-checkbox formControlName="keepMeLoggedIn">remember me</mat-tristate-checkbox>
</form>
There is a demo project on stackblitz that shows a simple use case.
Name | Description |
---|---|
@Input() color: ThemePalette | Theme color palette for the component. Defaults to 'accent' |
@Input() disabled: any | Whether the checkbox is disabled. |
@Input() labelPosition: 'before' | 'after' | Whether the label should appear after or before the checkbox. Defaults to 'after' |
The value aof the checkbox cycle through these values:
undefined > false > true
npm install
npm run start
npm run test
For list of changes and bugfixes, see CHANGELOG.md.
The CHANGELOG.md is generated with standard-changelog
(npm run release
).
The following is the list of supported scopes:
Required versions (e.g. caused by version dependencies):
Package | Version | Remark |
---|---|---|
@angular-eslint/* | 13.x.y | requires angular V13 |
@angular-eslint/* | 13.x.y | requires eslint V8 |
@typescript-eslint/* | 5.x.y | requires eslint V8 |
Updating to Angular V13 is still under construction.
ejs
was installed to solve a dependency of '@angular-eslint/builder' found by github dependabot. Can be deleted from package.json, when '@angular-eslint/builder' is updated.Bernhard Pottler
on Github: @BePo65
Copyright © 2020 Bernhard Pottler.
This project and all of its packages are released under MIT license.
FAQs
3-state checkbox for Angular with Material as library component with demo project
The npm package bepo65-mat-tristate-checkbox receives a total of 0 weekly downloads. As such, bepo65-mat-tristate-checkbox popularity was classified as not popular.
We found that bepo65-mat-tristate-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.