@factoringplus/pl-components-pack-v3 0.3.52 → 0.3.55

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.
@@ -42032,14 +42032,13 @@ const _sfc_main$1 = {
42032
42032
  formater: {
42033
42033
  type: Function,
42034
42034
  default: function(value) {
42035
- return `${value}`.replace(/B(?=(d{3})+(?!d))/g, ",");
42035
+ return value;
42036
42036
  }
42037
42037
  },
42038
42038
  parcer: {
42039
42039
  type: Function,
42040
42040
  default: (value) => {
42041
- console.log(value);
42042
- return value.replace(/\$\s?|(,*)/g, "");
42041
+ return value;
42043
42042
  }
42044
42043
  },
42045
42044
  isError: {