@abgov/angular-components 5.0.0-dev.1 → 5.0.0-dev.2

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
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/GovAlta/ui-components/issues"
6
6
  },
7
7
  "license": "Apache-2.0",
8
- "version": "5.0.0-dev.1",
8
+ "version": "5.0.0-dev.2",
9
9
  "keywords": [
10
10
  "Goab",
11
11
  "ui-components",
@@ -905,8 +905,8 @@ declare class GoabInput extends GoabControlValueAccessor implements OnInit {
905
905
  onBlur: EventEmitter<GoabInputOnBlurDetail>;
906
906
  onKeyPress: EventEmitter<GoabInputOnKeyPressDetail>;
907
907
  onChange: EventEmitter<GoabInputOnChangeDetail>;
908
- isReady: boolean;
909
908
  version: string;
909
+ isReady: boolean;
910
910
  handleTrailingIconClick: boolean;
911
911
  constructor(cdr: ChangeDetectorRef, renderer: Renderer2);
912
912
  ngOnInit(): void;