monkey-front-core 0.0.512 → 0.0.514
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/esm2020/lib/core/utils/statics.mjs +3 -3
- package/esm2020/lib/core/utils/validate-utils.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +3 -3
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -3
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/utils/statics.d.ts +2 -2
- package/lib/core/utils/validate-utils.d.ts +1 -1
- package/monkey-front-core-0.0.514.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.512.tgz +0 -0
|
@@ -129,8 +129,8 @@ var CountryMasks;
|
|
|
129
129
|
CountryMasks["CNPJ"] = "00.000.000/0000-00";
|
|
130
130
|
CountryMasks["RUT1"] = "0000000-A";
|
|
131
131
|
CountryMasks["RUT2"] = "00000000-A";
|
|
132
|
-
CountryMasks["RFC1"] = "
|
|
133
|
-
CountryMasks["RFC2"] = "
|
|
132
|
+
CountryMasks["RFC1"] = "AAAA000000AA0";
|
|
133
|
+
CountryMasks["RFC2"] = "AAA000000AA0";
|
|
134
134
|
})(CountryMasks || (CountryMasks = {}));
|
|
135
135
|
|
|
136
136
|
var statics = /*#__PURE__*/Object.freeze({
|
|
@@ -934,7 +934,7 @@ class DocumentRFCValidator {
|
|
|
934
934
|
if (control && control.value) {
|
|
935
935
|
if (!MonkeyEcxUtils.isValidRFC(control.value)) {
|
|
936
936
|
return {
|
|
937
|
-
|
|
937
|
+
invalidRfc: true
|
|
938
938
|
};
|
|
939
939
|
}
|
|
940
940
|
}
|