
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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 16.
npm install mat-tristate-checkbox
Now you can use the mat-tristate-checkbox component in your app components, for example in app.module.ts:
import { MatTristateCheckboxComponent } from 'mat-tristate-checkbox';
...
@NgModule({
declarations: [
AppComponent
],
imports: [
...
MatTristateCheckboxComponent
],
...
})
export class AppModule { }
And in template file app.component.html:
<form [formGroup]="form">
<mat-tristate-checkbox formControlName="keepMeLoggedIn">remember me</mat-tristate-checkbox>
</form>
Try out the demo page.
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.
Starting with version 16 the generated package on npm is unscoped (i.e. is named 'mat-image-overflow' not '@bepo65/mat-image-overflow').
The project uses 'standard-version' to create the changelog. To enable this system, commit messages are linted before commits are executed by git.
The structure of commit messages is:
<header>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
header
<type>(<scope>): <short summary>
type and scope
footer
BREAKING CHANGE: ... (requires MAJOR in Semantic Versioning)
For details of the commit messages format see Contributing to Angular.
Copyright © 2024 Bernhard Pottler.
Distributed under the MIT License. See LICENSE
for more information.
This project uses the fonts 'Roboto' and 'Material Icons' from the Google Fonts Library that are licensed under the Apache License Version 2.0.
As eslint
V9 is not supported by angular@17 and also requires a fundamental change to the configuration files, the update will be done in a later version.
As a consequence the package eslint-plugin-cypress
cannot be updated to a version 4.x (as this version has a peerDependency of eslint >= 9).
FAQs
3-state checkbox for Angular with Material as library component with demo project
We found that mat-tristate-checkbox demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.