@crodriguezdominguez/ion-intl-tel-input 2.0.5 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -82,6 +82,8 @@ export declare class IonIntlTelInputComponent implements ControlValueAccessor, O
82
82
  * @memberof IonIntlTelInputComponent
83
83
  */
84
84
  inputPlaceholder: string;
85
+ inputLabel: string;
86
+ inputLabelPlacement: string;
85
87
  /**
86
88
  * Instead of an example phone number, use a x pattern. Such as xxx-xxx-xxxx, this will be obtained
87
89
  * based on the example number from the google phone lib.
@@ -266,7 +268,6 @@ export declare class IonIntlTelInputComponent implements ControlValueAccessor, O
266
268
  phoneNumber: string;
267
269
  countries: CountryI[];
268
270
  disabled: boolean;
269
- phoneUtil: any;
270
271
  onTouched: () => void;
271
272
  propagateChange: (_: string | null) => void;
272
273
  constructor(el: ElementRef, platform: Platform, ionIntlTelInputService: IonIntlTelInputService, modalCtrl: ModalController);
@@ -306,5 +307,5 @@ export declare class IonIntlTelInputComponent implements ControlValueAccessor, O
306
307
  private setIonicClasses;
307
308
  private setItemClass;
308
309
  static ɵfac: i0.ɵɵFactoryDeclaration<IonIntlTelInputComponent, never>;
309
- static ɵcmp: i0.ɵɵComponentDeclaration<IonIntlTelInputComponent, "ion-intl-tel-input", never, { "isEnabled": "isEnabled"; "autocomplete": "autocomplete"; "required": "required"; "defaultCountryiso": "defaultCountryiso"; "dialCodePrefix": "dialCodePrefix"; "enableAutoCountrySelect": "enableAutoCountrySelect"; "enablePlaceholder": "enablePlaceholder"; "fallbackPlaceholder": "fallbackPlaceholder"; "inputPlaceholder": "inputPlaceholder"; "usePatternPlaceholder": "usePatternPlaceholder"; "maxLength": "maxLength"; "modalTitle": "modalTitle"; "modalCssClass": "modalCssClass"; "modalSearchPlaceholder": "modalSearchPlaceholder"; "modalCloseText": "modalCloseText"; "modalCloseButtonSlot": "modalCloseButtonSlot"; "modalCanSearch": "modalCanSearch"; "modalShouldBackdropClose": "modalShouldBackdropClose"; "modalShouldFocusSearchbar": "modalShouldFocusSearchbar"; "modalSearchFailText": "modalSearchFailText"; "onlyCountries": "onlyCountries"; "preferredCountries": "preferredCountries"; "selectFirstCountry": "selectFirstCountry"; "separateDialCode": "separateDialCode"; }, { "numberChange": "numberChange"; "numberBlur": "numberBlur"; "numberFocus": "numberFocus"; "numberInput": "numberInput"; "codeChange": "codeChange"; "codeOpen": "codeOpen"; "codeClose": "codeClose"; "codeSelect": "codeSelect"; }, never, never, false, never>;
310
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonIntlTelInputComponent, "ion-intl-tel-input", never, { "isEnabled": "isEnabled"; "autocomplete": "autocomplete"; "required": "required"; "defaultCountryiso": "defaultCountryiso"; "dialCodePrefix": "dialCodePrefix"; "enableAutoCountrySelect": "enableAutoCountrySelect"; "enablePlaceholder": "enablePlaceholder"; "fallbackPlaceholder": "fallbackPlaceholder"; "inputPlaceholder": "inputPlaceholder"; "inputLabel": "inputLabel"; "inputLabelPlacement": "inputLabelPlacement"; "usePatternPlaceholder": "usePatternPlaceholder"; "maxLength": "maxLength"; "modalTitle": "modalTitle"; "modalCssClass": "modalCssClass"; "modalSearchPlaceholder": "modalSearchPlaceholder"; "modalCloseText": "modalCloseText"; "modalCloseButtonSlot": "modalCloseButtonSlot"; "modalCanSearch": "modalCanSearch"; "modalShouldBackdropClose": "modalShouldBackdropClose"; "modalShouldFocusSearchbar": "modalShouldFocusSearchbar"; "modalSearchFailText": "modalSearchFailText"; "onlyCountries": "onlyCountries"; "preferredCountries": "preferredCountries"; "selectFirstCountry": "selectFirstCountry"; "separateDialCode": "separateDialCode"; }, { "numberChange": "numberChange"; "numberBlur": "numberBlur"; "numberFocus": "numberFocus"; "numberInput": "numberInput"; "codeChange": "codeChange"; "codeOpen": "codeOpen"; "codeClose": "codeClose"; "codeSelect": "codeSelect"; }, never, never, false, never>;
310
311
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "2.0.5",
2
+ "version": "2.1.1",
3
3
  "name": "@crodriguezdominguez/ion-intl-tel-input",
4
4
  "title": "Ion Intl Tel Input",
5
5
  "private": false,
6
- "description": "An Ionic component for International Phone Number Input, that allows all countries, validation with google phone lib, limited countries, preferred countries, virtual scrolling and much more.",
6
+ "description": "An Ionic component for International Phone Number Input, that allows all countries, validation with libphonenumber-js, limited countries, preferred countries, virtual scrolling and much more.",
7
7
  "author": {
8
8
  "name": "Azzam Asghar",
9
9
  "url": "https://github.com/azzamasghar1"
@@ -32,7 +32,7 @@
32
32
  "elktech"
33
33
  ],
34
34
  "peerDependencies": {
35
- "google-libphonenumber": "^3.2.6",
35
+ "libphonenumber-js": "^1.10.37",
36
36
  "flag-icons": "^6.7.0"
37
37
  },
38
38
  "module": "fesm2015/crodriguezdominguez-ion-intl-tel-input.mjs",