ngx-mat-input-tel
Advanced tools
Comparing version 18.2.1 to 18.2.2
@@ -34,3 +34,3 @@ import { FocusMonitor } from '@angular/cdk/a11y'; | ||
errorStateMatcher: ErrorStateMatcher; | ||
inputPlaceholder: string; | ||
placeholder: string; | ||
maxLength: string | number; | ||
@@ -46,5 +46,2 @@ name?: string; | ||
get format(): PhoneNumberFormat; | ||
private _placeholder?; | ||
set placeholder(value: string); | ||
get placeholder(): string; | ||
private _required; | ||
@@ -70,3 +67,2 @@ set required(value: boolean); | ||
private _format; | ||
static getPhoneNumberPlaceHolder(countryISOCode: any): string | undefined; | ||
onTouched: () => void; | ||
@@ -84,2 +80,3 @@ propagateChange: (_: any) => void; | ||
protected fetchCountryData(): void; | ||
private _getPhoneNumberPlaceHolder; | ||
registerOnChange(fn: any): void; | ||
@@ -92,6 +89,6 @@ registerOnTouched(fn: any): void; | ||
reset(): void; | ||
private get formattedPhoneNumber(); | ||
private formattedPhoneNumber; | ||
private formatAsYouTypeIfEnabled; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatInputTelComponent, [null, null, null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, null]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxMatInputTelComponent, "ngx-mat-input-tel", never, { "autocomplete": { "alias": "autocomplete"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "onlyCountries": { "alias": "onlyCountries"; "required": false; }; "preferredCountries": { "alias": "preferredCountries"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "enablePlaceholder": { "alias": "enablePlaceholder"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "resetOnChange": { "alias": "resetOnChange"; "required": false; }; "format": { "alias": "format"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "countryChanged": "countryChanged"; }, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxMatInputTelComponent, "ngx-mat-input-tel", never, { "autocomplete": { "alias": "autocomplete"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "onlyCountries": { "alias": "onlyCountries"; "required": false; }; "preferredCountries": { "alias": "preferredCountries"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "enablePlaceholder": { "alias": "enablePlaceholder"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "resetOnChange": { "alias": "resetOnChange"; "required": false; }; "format": { "alias": "format"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "countryChanged": "countryChanged"; }, never, never, true, never>; | ||
static ngAcceptInputType_enablePlaceholder: unknown; | ||
@@ -98,0 +95,0 @@ static ngAcceptInputType_enableSearch: unknown; |
{ | ||
"name": "ngx-mat-input-tel", | ||
"version": "18.2.1", | ||
"version": "18.2.2", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Raphaël Balet", |
@@ -102,6 +102,6 @@ # International Telephone Input for Angular Material (ngxMatInputTel) | ||
| ------------------ | ---------- | ------------ | ----------------------------------------------------------------------------------- | | ||
| enablePlaceholder | `boolean` | `true` | Input placeholder text, which adapts to the country selected. | | ||
| enablePlaceholder | `boolean` | `false` | Input placeholder text, which adapts to the country selected. | | ||
| enableSearch | `boolean` | `false` | Whether to display a search bar to help filter down the list of countries | | ||
| format | `string` | `default` | Format of "as you type" input. Possible values: national, international, default | | ||
| inputPlaceholder | `string` | `undefined` | Placeholder for the input component. | | ||
| placeholder | `string` | `undefined` | Placeholder for the input component. | | ||
| maxLength | `number` | `15` | max length of the input. | | ||
@@ -108,0 +108,0 @@ | onlyCountries | `string[]` | `[]` | List of manually selected country abbreviations, which will appear in the dropdown. | |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
524498
3256
1