@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.
- package/bundles/sumaris-net.ngx-components.umd.js +2 -2
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/doc/changelog.md +2 -2
- package/esm2015/src/app/shared/functions.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/functions.d.ts +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
}
|
|
482
482
|
return value;
|
|
483
483
|
}
|
|
484
|
-
function
|
|
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.
|
|
32304
|
+
exports.escapeRegExp = escapeRegExp;
|
|
32305
32305
|
exports.fadeInAnimation = fadeInAnimation;
|
|
32306
32306
|
exports.fadeInOutAnimation = fadeInOutAnimation;
|
|
32307
32307
|
exports.filterFalse = filterFalse;
|