ngx-dial-input 2.1.0 → 2.1.2
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/README.md +193 -13
- package/esm2020/data/countries.mjs +3 -3
- package/esm2020/lib/phone-input.component.mjs +4 -4
- package/esm2020/lib/phone-input.module.mjs +5 -5
- package/fesm2015/ngx-dial-input.mjs +9 -9
- package/fesm2015/ngx-dial-input.mjs.map +1 -1
- package/fesm2020/ngx-dial-input.mjs +9 -9
- package/fesm2020/ngx-dial-input.mjs.map +1 -1
- package/package.json +3 -2
- package/esm2020/ngx-country-dial-input.mjs +0 -5
- package/fesm2015/ngx-country-dial-input.mjs +0 -1673
- package/fesm2015/ngx-country-dial-input.mjs.map +0 -1
- package/fesm2020/ngx-country-dial-input.mjs +0 -1669
- package/fesm2020/ngx-country-dial-input.mjs.map +0 -1
- package/ngx-dial-input-2.0.2.tgz +0 -0
- package/ngx-dial-input-2.0.8.tgz +0 -0
|
@@ -91,8 +91,8 @@ const countries = [
|
|
|
91
91
|
dialCode: '+81',
|
|
92
92
|
format: '+81 ##-####-####',
|
|
93
93
|
flag: 'https://flagcdn.com/w40/jp.png',
|
|
94
|
-
phoneLength:
|
|
95
|
-
minLength:
|
|
94
|
+
phoneLength: 9,
|
|
95
|
+
minLength: 9,
|
|
96
96
|
maxLength: 11
|
|
97
97
|
},
|
|
98
98
|
{
|
|
@@ -3060,8 +3060,8 @@ class PhoneInputComponent {
|
|
|
3060
3060
|
event.preventDefault();
|
|
3061
3061
|
}
|
|
3062
3062
|
}
|
|
3063
|
-
PhoneInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
3064
|
-
PhoneInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
3063
|
+
PhoneInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: PhoneInputComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3064
|
+
PhoneInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.1", type: PhoneInputComponent, selector: "phone-input", inputs: { defaultCountry: "defaultCountry", placeholder: "placeholder", searchEnabled: "searchEnabled", numberFormat: "numberFormat", setFirstCountry: "setFirstCountry" }, outputs: { phoneChange: "phoneChange" }, host: { listeners: { "document:click": "handleClickOutside($event)" } }, providers: [{
|
|
3065
3065
|
provide: NG_VALUE_ACCESSOR,
|
|
3066
3066
|
useExisting: forwardRef(() => PhoneInputComponent),
|
|
3067
3067
|
multi: true
|
|
@@ -3138,7 +3138,7 @@ PhoneInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
3138
3138
|
])
|
|
3139
3139
|
])
|
|
3140
3140
|
] });
|
|
3141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
3141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: PhoneInputComponent, decorators: [{
|
|
3142
3142
|
type: Component,
|
|
3143
3143
|
args: [{ selector: 'phone-input', animations: [
|
|
3144
3144
|
trigger('dropdownAnimation', [
|
|
@@ -3236,12 +3236,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3236
3236
|
|
|
3237
3237
|
class PhoneInputModule {
|
|
3238
3238
|
}
|
|
3239
|
-
PhoneInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
3240
|
-
PhoneInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
3239
|
+
PhoneInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: PhoneInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3240
|
+
PhoneInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.1", ngImport: i0, type: PhoneInputModule, declarations: [PhoneInputComponent], imports: [CommonModule,
|
|
3241
3241
|
FormsModule], exports: [PhoneInputComponent] });
|
|
3242
|
-
PhoneInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
3242
|
+
PhoneInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: PhoneInputModule, imports: [CommonModule,
|
|
3243
3243
|
FormsModule] });
|
|
3244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
3244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: PhoneInputModule, decorators: [{
|
|
3245
3245
|
type: NgModule,
|
|
3246
3246
|
args: [{
|
|
3247
3247
|
declarations: [PhoneInputComponent],
|