New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-mat-input-tel

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 18.2.1 to 18.2.2

11

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

@@ -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

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