@datarailsshared/datarailsshared 1.5.463 → 1.5.473

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.
@@ -1,17 +1,20 @@
1
1
  import { AbstractControl, FormGroupDirective, NgModel } from '@angular/forms';
2
+ import { BehaviorSubject } from 'rxjs';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class DrErrorComponent {
4
5
  private formGroupDirective;
5
6
  constructor(formGroupDirective: FormGroupDirective);
6
- _control: AbstractControl | NgModel;
7
7
  set control(value: AbstractControl | NgModel);
8
8
  set controlName(value: string);
9
9
  label: string;
10
10
  errorTooltipPosition: string;
11
11
  displayAsLabel: boolean;
12
12
  noIcon: boolean;
13
- get errorString(): any;
14
- get isWarning(): any;
13
+ errorString(control: AbstractControl | NgModel): any;
14
+ readonly controlChange$: BehaviorSubject<NgModel | AbstractControl<any, any>>;
15
+ readonly controlErrorStatus$: import("rxjs").Observable<boolean>;
16
+ readonly error$: import("rxjs").Observable<any>;
17
+ readonly warning$: import("rxjs").Observable<boolean>;
15
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DrErrorComponent, [{ optional: true; }]>;
16
19
  static ɵcmp: i0.ɵɵComponentDeclaration<DrErrorComponent, "dr-error", never, { "control": { "alias": "control"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "errorTooltipPosition": { "alias": "errorTooltipPosition"; "required": false; }; "displayAsLabel": { "alias": "displayAsLabel"; "required": false; }; "noIcon": { "alias": "noIcon"; "required": false; }; }, {}, never, never, false, never>;
17
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.5.463",
3
+ "version": "1.5.473",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",