@trackunit/react-form-components 0.0.232 → 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 +1 -1
- package/translation.cjs.js +8 -1
- package/translation.cjs10.js +8 -1
- package/translation.cjs11.js +8 -1
- package/translation.cjs12.js +8 -1
- package/translation.cjs13.js +8 -1
- package/translation.cjs14.js +8 -1
- package/translation.cjs15.js +8 -1
- package/translation.cjs16.js +8 -1
- package/translation.cjs17.js +8 -1
- package/translation.cjs2.js +8 -1
- package/translation.cjs3.js +8 -1
- package/translation.cjs4.js +8 -1
- package/translation.cjs5.js +8 -1
- package/translation.cjs6.js +8 -1
- package/translation.cjs7.js +8 -1
- package/translation.cjs8.js +8 -1
- package/translation.cjs9.js +8 -1
- package/translation.esm.js +8 -1
- package/translation.esm10.js +8 -1
- package/translation.esm11.js +8 -1
- package/translation.esm12.js +8 -1
- package/translation.esm13.js +8 -1
- package/translation.esm14.js +8 -1
- package/translation.esm15.js +8 -1
- package/translation.esm16.js +8 -1
- package/translation.esm17.js +8 -1
- package/translation.esm2.js +8 -1
- package/translation.esm3.js +8 -1
- package/translation.esm4.js +8 -1
- package/translation.esm5.js +8 -1
- package/translation.esm6.js +8 -1
- package/translation.esm7.js +8 -1
- package/translation.esm8.js +8 -1
- package/translation.esm9.js +8 -1
package/package.json
CHANGED
package/translation.cjs.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs10.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs11.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs12.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs13.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs14.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs15.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs16.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs17.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs2.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs3.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs4.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs5.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs6.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs7.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs8.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.cjs9.js
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error": "
|
|
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;
|
package/translation.esm.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm10.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm11.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm12.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm13.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm14.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm15.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm16.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm17.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm2.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm3.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm4.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm5.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm6.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm7.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm8.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|
package/translation.esm9.js
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error": "
|
|
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 };
|