@trackunit/react-form-components 0.0.242 → 0.0.243
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 +1 -1
- package/translation.cjs.js +8 -8
- package/translation.cjs10.js +8 -8
- package/translation.cjs11.js +8 -8
- package/translation.cjs12.js +8 -8
- package/translation.cjs13.js +8 -8
- package/translation.cjs14.js +8 -8
- package/translation.cjs15.js +8 -8
- package/translation.cjs16.js +8 -8
- package/translation.cjs17.js +8 -8
- package/translation.cjs2.js +8 -8
- package/translation.cjs3.js +8 -8
- package/translation.cjs4.js +8 -8
- package/translation.cjs5.js +8 -8
- package/translation.cjs6.js +8 -8
- package/translation.cjs7.js +8 -8
- package/translation.cjs8.js +8 -8
- package/translation.cjs9.js +8 -8
- package/translation.esm.js +8 -8
- package/translation.esm10.js +8 -8
- package/translation.esm11.js +8 -8
- package/translation.esm12.js +8 -8
- package/translation.esm13.js +8 -8
- package/translation.esm14.js +8 -8
- package/translation.esm15.js +8 -8
- package/translation.esm16.js +8 -8
- package/translation.esm17.js +8 -8
- package/translation.esm2.js +8 -8
- package/translation.esm3.js +8 -8
- package/translation.esm4.js +8 -8
- package/translation.esm5.js +8 -8
- package/translation.esm6.js +8 -8
- package/translation.esm7.js +8 -8
- package/translation.esm8.js +8 -8
- package/translation.esm9.js +8 -8
package/package.json
CHANGED
package/translation.cjs.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs10.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs11.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs12.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs13.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs14.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs15.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs16.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs17.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs2.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs3.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs4.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs5.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs6.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs7.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs8.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.cjs9.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
11
|
-
"phoneField.error.undefined": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
9
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
11
|
+
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports["default"] = translation;
|
package/translation.esm.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm10.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm11.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm12.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm13.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm14.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm15.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm16.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm17.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm2.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm3.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm4.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm5.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm6.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm7.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm8.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|
package/translation.esm9.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
9
|
-
"phoneField.error.undefined": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "The country code is not valid",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
|
+
"phoneField.error.REQUIRED": "The phone number is required",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "The country code is required",
|
|
7
|
+
"phoneField.error.TOO_LONG": "The phone number is too long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "The phone number is too short",
|
|
9
|
+
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { translation as default };
|