@bnsights/bbsf-utilities 1.0.35 → 1.0.37

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.
@@ -16,4 +16,5 @@ export declare class ControlValidationService {
16
16
  renderServerErrors(form: FormGroup, err: HttpErrorResponse, requestOptions: RequestOptionsModel, formId?: string): void;
17
17
  private hasControlName;
18
18
  private setFieldError;
19
+ private getControlFormNameByFieldName;
19
20
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-utilities",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "peerDependencies": {
5
- "@angular/common": "^11.2.14",
6
- "@angular/core": "^11.2.14"
5
+ "@angular/common": "~12.2.12",
6
+ "@angular/core": "~12.2.12"
7
7
  },
8
8
  "dependencies": {
9
9
  "@angular/http": "^7.2.16",
Binary file