Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-mat-birthday-input

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-mat-birthday-input - npm Package Compare versions

Comparing version 17.4.0 to 17.5.0

15

lib/ngx-mat-birthday-input.component.d.ts

@@ -50,2 +50,9 @@ import { FocusMonitor } from '@angular/cdk/a11y';

propagateChange: (_: any) => void;
get shouldLabelFloat(): boolean;
get placeholder(): string;
set placeholder(value: string);
get required(): boolean;
set required(value: boolean);
get disabled(): boolean;
set disabled(value: boolean);
private errorState?;

@@ -63,9 +70,2 @@ private _isEmpty;

get empty(): boolean;
get shouldLabelFloat(): boolean;
get placeholder(): string;
set placeholder(value: string);
get required(): boolean;
set required(value: boolean);
get disabled(): boolean;
set disabled(value: boolean);
setDescribedByIds(ids: string[]): void;

@@ -82,3 +82,4 @@ onContainerClick(event: MouseEvent): void;

static ɵcmp: i0.ɵɵComponentDeclaration<NgxMatBirthdayInputComponent, "ngx-mat-birthday-input", never, { "autocomplete": { "alias": "autocomplete"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "placeholders": { "alias": "placeholders"; "required": false; }; "name": { "alias": "name"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "dateChanged": "dateChanged"; }, never, never, true, never>;
static ngAcceptInputType_required: unknown;
}
export {};
{
"name": "ngx-mat-birthday-input",
"version": "17.4.0",
"version": "17.5.0",
"author": {

@@ -5,0 +5,0 @@ "name": "Raphaël Balet",

@@ -68,8 +68,8 @@ # NgxMatBirthdayInput

| --------------- | --------------- | ---------------------- | -------------------------------- |
| formControlName | `FormControl` | `undefined` | Value to be updated |
| formControlName | `FormControl` | `undefined` | Control to be updated |
| autocomplete | `"on" or "off"` | `"on"` | Use the default browser autofill |
| labels | `string[]` | `["DD", "MM", "YYYY"]` | Label used by the mat-input |
| placeholders | `string[]` | `undefined` | @TODO |
| required | `boolean` | `undefined` | @TODO |
| disabled | `boolean` | `undefined` | @TODO |
| placeholders | `string[]` | `["", "", ""]` | with an *s* |
| required | `boolean` | `undefined` | |
| disabled | `boolean` | `undefined` | |

@@ -76,0 +76,0 @@ ## Css variable

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc