@sumaris-net/ngx-components 1.19.23 → 1.19.27
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 +8 -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 +11 -2
- package/esm2015/src/app/core/form/entity-editor.class.js +4 -2
- package/esm2015/src/app/core/home/home.js +2 -2
- package/esm2015/src/app/shared/functions.js +4 -1
- package/fesm2015/sumaris-net.ngx-components.js +8 -3
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/functions.d.ts +1 -0
- package/sumaris-net.ngx-components.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -37,6 +37,7 @@ export declare function matchUpperCase(input: string, regexp: string): boolean;
|
|
|
37
37
|
*/
|
|
38
38
|
export declare function noTrailingSlash(path: string): string;
|
|
39
39
|
export declare function replaceAll(value: string, searchString: any, replacement: any): string | undefined;
|
|
40
|
+
export declare function escapeRegexp(value: string): string;
|
|
40
41
|
export declare function removeEnd(value: string, end: string): string;
|
|
41
42
|
/**
|
|
42
43
|
* Replace case change by an underscore (.e.g 'myString' becomes 'my_string')
|