@crodriguezdominguez/ion-intl-tel-input 2.0.4 → 2.1.0
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.
- package/crodriguezdominguez-ion-intl-tel-input-2.1.0.tgz +0 -0
- package/esm2020/lib/ion-intl-tel-input/ion-intl-tel-code.component.mjs +3 -3
- package/esm2020/lib/ion-intl-tel-input/ion-intl-tel-input.component.mjs +15 -16
- package/esm2020/lib/ion-intl-tel-input.directive.mjs +6 -6
- package/esm2020/lib/pipes/country-placeholder.mjs +6 -6
- package/fesm2015/crodriguezdominguez-ion-intl-tel-input.mjs +24 -25
- package/fesm2015/crodriguezdominguez-ion-intl-tel-input.mjs.map +1 -1
- package/fesm2020/crodriguezdominguez-ion-intl-tel-input.mjs +24 -25
- package/fesm2020/crodriguezdominguez-ion-intl-tel-input.mjs.map +1 -1
- package/lib/ion-intl-tel-input/ion-intl-tel-input.component.d.ts +0 -1
- package/package.json +3 -3
- package/crodriguezdominguez-ion-intl-tel-input-2.0.4.tgz +0 -0
|
@@ -266,7 +266,6 @@ export declare class IonIntlTelInputComponent implements ControlValueAccessor, O
|
|
|
266
266
|
phoneNumber: string;
|
|
267
267
|
countries: CountryI[];
|
|
268
268
|
disabled: boolean;
|
|
269
|
-
phoneUtil: any;
|
|
270
269
|
onTouched: () => void;
|
|
271
270
|
propagateChange: (_: string | null) => void;
|
|
272
271
|
constructor(el: ElementRef, platform: Platform, ionIntlTelInputService: IonIntlTelInputService, modalCtrl: ModalController);
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0
|
|
2
|
+
"version": "2.1.0",
|
|
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
|
|
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
|
-
"
|
|
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",
|
|
Binary file
|