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.
@@ -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"] = "AAA000000AA0";
133
- CountryMasks["RFC2"] = "AAAA000000AA0";
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
- invalidRut: true
937
+ invalidRfc: true
938
938
  };
939
939
  }
940
940
  }