@lion/input-tel
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -41,3 +41,3 @@ # Input Tel >> Overview ||10 | ||
- Extends our [input](https://github.com/ing-bank/lion/blob/5be7776e1e5fe4dbc91c087b36ac615b047d1c66/docs/components/input/overview.md) | ||
- Extends our [input](https://github.com/ing-bank/lion/blob/650657231a4ec83592d45cd69836d28436635340/docs/components/input/overview.md) | ||
- Shows a mobile telephone keypad on mobile (by having a native `<input inputmode="tel">` inside) | ||
@@ -44,0 +44,0 @@ - Can be configured with a list of allowed region codes |
@@ -25,3 +25,3 @@ # Input Tel >> Use Cases ||20 | ||
The table below lists all possible regions worldwide. When [allowed regions](https://github.com/ing-bank/lion/blob/5be7776e1e5fe4dbc91c087b36ac615b047d1c66/docs/components/input-tel/#allowed-regions) are not configured, | ||
The table below lists all possible regions worldwide. When [allowed regions](https://github.com/ing-bank/lion/blob/650657231a4ec83592d45cd69836d28436635340/docs/components/input-tel/#allowed-regions) are not configured, | ||
all of them will be supported as values of Input Tel. | ||
@@ -41,7 +41,7 @@ | ||
- [allowed regions](https://github.com/ing-bank/lion/blob/5be7776e1e5fe4dbc91c087b36ac615b047d1c66/docs/components/input-tel/#allowed-regions): a list that determines what is allowed to become .activeRegion. If | ||
[.allowedRegions has only one entry](https://github.com/ing-bank/lion/blob/5be7776e1e5fe4dbc91c087b36ac615b047d1c66/docs/components/input-tel/#restrict-to-one-region), .activeRegion will always be this value. | ||
- [allowed regions](https://github.com/ing-bank/lion/blob/650657231a4ec83592d45cd69836d28436635340/docs/components/input-tel/#allowed-regions): a list that determines what is allowed to become .activeRegion. If | ||
[.allowedRegions has only one entry](https://github.com/ing-bank/lion/blob/650657231a4ec83592d45cd69836d28436635340/docs/components/input-tel/#restrict-to-one-region), .activeRegion will always be this value. | ||
- the modelValue or viewValue: once it contains sufficient info to derive its region code (and | ||
the derived code is inside [allowed regions](https://github.com/ing-bank/lion/blob/5be7776e1e5fe4dbc91c087b36ac615b047d1c66/docs/components/input-tel/#allowed-regions) if configured) | ||
- active locale (and the derived locale is inside [allowed regions](https://github.com/ing-bank/lion/blob/5be7776e1e5fe4dbc91c087b36ac615b047d1c66/docs/components/input-tel/#allowed-regions) if configured) | ||
the derived code is inside [allowed regions](https://github.com/ing-bank/lion/blob/650657231a4ec83592d45cd69836d28436635340/docs/components/input-tel/#allowed-regions) if configured) | ||
- active locale (and the derived locale is inside [allowed regions](https://github.com/ing-bank/lion/blob/650657231a4ec83592d45cd69836d28436635340/docs/components/input-tel/#allowed-regions) if configured) | ||
@@ -135,3 +135,3 @@ What follows from the list above is that .activeRegion can change dynamically, after a value | ||
> Note that for [InputTelDropdown](https://github.com/ing-bank/lion/blob/5be7776e1e5fe4dbc91c087b36ac615b047d1c66/docs/components/input-tel-dropdown/index.md), only allowed regions will | ||
> Note that for [InputTelDropdown](https://github.com/ing-bank/lion/blob/650657231a4ec83592d45cd69836d28436635340/docs/components/input-tel-dropdown/index.md), only allowed regions will | ||
> be shown in the dropdown list. | ||
@@ -138,0 +138,0 @@ |
{ | ||
"name": "@lion/input-tel", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.", | ||
@@ -41,6 +41,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@lion/core": "^0.23.1", | ||
"@lion/form-core": "^0.18.1", | ||
"@lion/core": "^0.24.0", | ||
"@lion/form-core": "^0.18.3", | ||
"@lion/input": "^0.18.0", | ||
"@lion/localize": "^0.25.0", | ||
"@lion/localize": "^0.26.0", | ||
"awesome-phonenumber": "^3.0.1" | ||
@@ -47,0 +47,0 @@ }, |
@@ -41,3 +41,3 @@ # Input Tel >> Overview ||10 | ||
- Extends our [input](https://github.com/ing-bank/lion/blob/5be7776e1e5fe4dbc91c087b36ac615b047d1c66/docs/components/input/overview.md) | ||
- Extends our [input](https://github.com/ing-bank/lion/blob/650657231a4ec83592d45cd69836d28436635340/docs/components/input/overview.md) | ||
- Shows a mobile telephone keypad on mobile (by having a native `<input inputmode="tel">` inside) | ||
@@ -44,0 +44,0 @@ - Can be configured with a list of allowed region codes |
- Removed@lion/core@0.23.1(transitive)
- Removed@lion/localize@0.25.0(transitive)
Updated@lion/core@^0.24.0
Updated@lion/form-core@^0.18.3
Updated@lion/localize@^0.26.0