ngx-mat-birthday-input
Advanced tools
Comparing version 18.3.1 to 19.0.0
@@ -16,4 +16,3 @@ import { FocusMonitor } from '@angular/cdk/a11y'; | ||
} | ||
declare const _ngxMatBirthdayInputMixinBase: typeof ngxMatBirthdayInputBase; | ||
export declare class NgxMatBirthdayInputComponent extends _ngxMatBirthdayInputMixinBase implements OnDestroy, DoCheck { | ||
export declare class NgxMatBirthdayInputComponent extends ngxMatBirthdayInputBase implements OnDestroy, DoCheck { | ||
private _changeDetectorRef; | ||
@@ -71,2 +70,3 @@ private _fm; | ||
constructor(_changeDetectorRef: ChangeDetectorRef, _fm: FocusMonitor, _elRef: ElementRef<HTMLElement>, _formBuilder: FormBuilder, _ngControl: NgControl, _parentForm: NgForm, _parentFormGroup: FormGroupDirective, _defaultErrorStateMatcher: ErrorStateMatcher); | ||
updateErrorState(): void; | ||
private _subscribe; | ||
@@ -73,0 +73,0 @@ private _yearMethod; |
{ | ||
"name": "ngx-mat-birthday-input", | ||
"version": "18.3.1", | ||
"version": "19.0.0", | ||
"author": { | ||
@@ -12,7 +12,7 @@ "name": "Raphaël Balet", | ||
"peerDependencies": { | ||
"@angular/cdk": ">=15.x", | ||
"@angular/common": ">=15.x", | ||
"@angular/core": ">=15.x", | ||
"@angular/forms": ">=15.x", | ||
"@angular/material": ">=15.x" | ||
"@angular/cdk": ">=19.x", | ||
"@angular/common": ">=19.x", | ||
"@angular/core": ">=19.x", | ||
"@angular/forms": ">=19.x", | ||
"@angular/material": ">=19.x" | ||
}, | ||
@@ -41,7 +41,5 @@ "keywords": [ | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ngx-mat-birthday-input.mjs", | ||
"esm": "./esm2022/ngx-mat-birthday-input.mjs", | ||
"default": "./fesm2022/ngx-mat-birthday-input.mjs" | ||
} | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2
60995
8
497