gunsmith-common 2.1.24 → 2.1.25

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.
@@ -1552,7 +1552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1552
1552
 
1553
1553
  class EnumPipe {
1554
1554
  transform(value, args) {
1555
- return value.replace(/([A-Z])/g, ' $1').trim();
1555
+ return value.replace(/([^A-Z])([A-Z])/g, '$1 $2').trim();
1556
1556
  }
1557
1557
  }
1558
1558
  EnumPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EnumPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });