@trackunit/react-form-components 0.0.233 → 0.0.234

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.0.233",
3
+ "version": "0.0.234",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,7 +1,14 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error": "Invalid phone number"
4
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
5
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
6
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
7
+ "phoneField.error.REQUIRED": "Phone number is required",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
9
+ "phoneField.error.TOO_LONG": "Phone number is too long",
10
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
11
+ "phoneField.error.undefined": "Phone number is valid"
5
12
  };
6
13
 
7
14
  exports["default"] = translation;
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };
@@ -1,5 +1,12 @@
1
1
  var translation = {
2
- "phoneField.error": "Invalid phone number"
2
+ "phoneField.error.INVALID_COUNTRY": "Country code is invalid",
3
+ "phoneField.error.INVALID_LENGTH": "Phone number is invalid",
4
+ "phoneField.error.NOT_A_NUMBER": "Phone number must be a number",
5
+ "phoneField.error.REQUIRED": "Phone number is required",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Country code is required",
7
+ "phoneField.error.TOO_LONG": "Phone number is too long",
8
+ "phoneField.error.TOO_SHORT": "Phone number is too short",
9
+ "phoneField.error.undefined": "Phone number is valid"
3
10
  };
4
11
 
5
12
  export { translation as default };