monkey-front-core 0.0.32 → 0.0.33
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/bundles/monkey-front-core.umd.js +1 -2
- package/bundles/monkey-front-core.umd.js.map +1 -1
- package/esm2015/lib/core/utils/validators.js +2 -3
- package/fesm2015/monkey-front-core.js +1 -2
- package/fesm2015/monkey-front-core.js.map +1 -1
- package/monkey-front-core-0.0.33.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.32.tgz +0 -0
|
@@ -1447,8 +1447,7 @@
|
|
|
1447
1447
|
});
|
|
1448
1448
|
|
|
1449
1449
|
var moment = moment___namespace;
|
|
1450
|
-
|
|
1451
|
-
var EMAIL_REGEXP = /^[\w\-.]+@([\w-]+\.)+[\w-]{1,4}$/;
|
|
1450
|
+
var EMAIL_REGEXP = /^[\w-.]+@([\w-]+\.)+[\w-]{1,64}$/;
|
|
1452
1451
|
function isEmptyInputValue(value) {
|
|
1453
1452
|
return value == null || value.length === 0;
|
|
1454
1453
|
}
|