@sumaris-net/ngx-components 1.19.27 → 1.19.28

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.
@@ -481,7 +481,7 @@
481
481
  }
482
482
  return value;
483
483
  }
484
- function escapeRegexp(value) {
484
+ function escapeRegExp(value) {
485
485
  return value.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
486
486
  }
487
487
  function removeEnd(value, end) {
@@ -32301,7 +32301,7 @@
32301
32301
  exports.entityToString = entityToString;
32302
32302
  exports.equals = equals;
32303
32303
  exports.equalsOrNil = equalsOrNil;
32304
- exports.escapeRegexp = escapeRegexp;
32304
+ exports.escapeRegExp = escapeRegExp;
32305
32305
  exports.fadeInAnimation = fadeInAnimation;
32306
32306
  exports.fadeInOutAnimation = fadeInOutAnimation;
32307
32307
  exports.filterFalse = filterFalse;