monkey-front-components 0.0.460 → 0.0.461

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.
@@ -294,9 +294,12 @@ class BaseComponent {
294
294
  cl: 'CLP #,###,##0'
295
295
  }[country];
296
296
  }
297
- getCountryMask(type, country) {
297
+ getCountryDocumentMask(type, country) {
298
298
  return MonkeyEcxUtils.getDocumentMask(type, country);
299
299
  }
300
+ getCountryDocumentPlaceholder(type, country) {
301
+ return MonkeyEcxUtils.getDocumentPlaceholder(type, country);
302
+ }
300
303
  getCountryValidators(country) {
301
304
  return {
302
305
  br: {