@sumaris-net/ngx-components 1.19.27 → 1.19.30

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.19.27",
4
+ "version": "1.19.30",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -37,7 +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
+ export declare function escapeRegExp(value: string): string;
41
41
  export declare function removeEnd(value: string, end: string): string;
42
42
  /**
43
43
  * Replace case change by an underscore (.e.g 'myString' becomes 'my_string')
@@ -7,7 +7,7 @@ export declare class FormErrorTranslatePipe implements PipeTransform, OnDestroy
7
7
  value: string;
8
8
  private _lastForm;
9
9
  private _lastOptions;
10
- private _onFormStatusChange;
10
+ private _onFormStatusChanges;
11
11
  constructor(adapter: FormErrorTranslator, _ref: ChangeDetectorRef);
12
12
  transform(form: FormGroup, opts?: FormErrorTranslatorOptions): string;
13
13
  ngOnDestroy(): void;
@@ -36,8 +36,9 @@ export declare class FormGetValuePipe implements PipeTransform {
36
36
  private _lastControl;
37
37
  private _lastPath;
38
38
  private _onControlValueChanges;
39
+ private _onControlStatusChanges;
39
40
  constructor(adapter: FormErrorTranslator, _ref: ChangeDetectorRef);
40
- transform(form: AbstractControl, path?: Array<string | number> | string): any;
41
+ transform(form: AbstractControl, path?: Array<string | number> | string, listenStatusChanges?: boolean): any;
41
42
  ngOnDestroy(): void;
42
43
  /**
43
44
  * Clean any existing subscription to change events