ngx-mat-birthday-input
Advanced tools
Comparing version 17.4.0 to 17.5.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103932
794