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.
- package/esm2020/lib/components/base/base-component.mjs +5 -2
- package/fesm2015/monkey-front-components.mjs +4 -1
- package/fesm2015/monkey-front-components.mjs.map +1 -1
- package/fesm2020/monkey-front-components.mjs +4 -1
- package/fesm2020/monkey-front-components.mjs.map +1 -1
- package/lib/components/base/base-component.d.ts +2 -1
- package/monkey-front-components-0.0.461.tgz +0 -0
- package/package.json +3 -3
- package/monkey-front-components-0.0.460.tgz +0 -0
|
@@ -294,9 +294,12 @@ class BaseComponent {
|
|
|
294
294
|
cl: 'CLP #,###,##0'
|
|
295
295
|
}[country];
|
|
296
296
|
}
|
|
297
|
-
|
|
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: {
|