ngx-mat-input-tel
Advanced tools
Comparing version 16.1.6 to 16.1.7
@@ -29,3 +29,4 @@ import { FocusMonitor } from '@angular/cdk/a11y'; | ||
static nextId: number; | ||
preferredCountries: Array<string>; | ||
matMenu: MatMenu; | ||
preferredCountries: string[]; | ||
enablePlaceholder: boolean; | ||
@@ -35,3 +36,3 @@ inputPlaceholder: string; | ||
name?: string; | ||
onlyCountries: Array<string>; | ||
onlyCountries: string[]; | ||
errorStateMatcher: ErrorStateMatcher; | ||
@@ -43,3 +44,2 @@ enableSearch: boolean; | ||
set format(value: PhoneNumberFormat); | ||
matMenu: MatMenu; | ||
private _placeholder?; | ||
@@ -53,4 +53,4 @@ private _required; | ||
phoneNumber?: E164Number | NationalNumber; | ||
allCountries: Array<Country>; | ||
preferredCountriesInDropDown: Array<Country>; | ||
allCountries: Country[]; | ||
preferredCountriesInDropDown: Country[]; | ||
selectedCountry: Country; | ||
@@ -57,0 +57,0 @@ numberInstance?: PhoneNumber; |
{ | ||
"name": "ngx-mat-input-tel", | ||
"version": "16.1.6", | ||
"version": "16.1.7", | ||
"author": { | ||
@@ -17,3 +17,3 @@ "name": "Raphaël Balet", | ||
"@angular/platform-browser-dynamic": ">=15.x", | ||
"libphonenumber-js": "^1.10.37" | ||
"libphonenumber-js": "^1.10.45" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
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
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
505306
3197