ngx-dial-input 2.0.9 → 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.
@@ -15,8 +15,8 @@ const countries = [
15
15
  format: '+507 ##-###-####',
16
16
  flag: 'https://flagcdn.com/w40/pa.png',
17
17
  phoneLength: 8,
18
- minLength: 8,
19
- maxLength: 10
18
+ minLength: 7,
19
+ maxLength: 8
20
20
  },
21
21
  {
22
22
  name: 'Pakistan',
@@ -2215,7 +2215,7 @@ const countries = [
2215
2215
  format: '+971 ## ### ####',
2216
2216
  flag: 'https://flagcdn.com/w40/ae.png',
2217
2217
  phoneLength: 9,
2218
- minLength: 9,
2218
+ minLength: 7,
2219
2219
  maxLength: 9
2220
2220
  },
2221
2221
  {