@abgov/angular-components 4.9.1-dev.1 → 4.9.1-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/index.d.ts CHANGED
@@ -401,6 +401,7 @@ declare class GoabDatePicker extends GoabControlValueAccessor implements OnInit
401
401
  * @deprecated This property has no effect and will be removed in a future version
402
402
  */
403
403
  relative?: boolean;
404
+ width?: string;
404
405
  onChange: EventEmitter<GoabDatePickerOnChangeDetail>;
405
406
  formatValue(val: Date | string | null | undefined): string;
406
407
  _onChange(e: Event): void;
@@ -410,7 +411,7 @@ declare class GoabDatePicker extends GoabControlValueAccessor implements OnInit
410
411
  listenDisabledChange(isDisabled: boolean): void;
411
412
  writeValue(value: Date | null): void;
412
413
  static ɵfac: i0.ɵɵFactoryDeclaration<GoabDatePicker, never>;
413
- static ɵcmp: i0.ɵɵComponentDeclaration<GoabDatePicker, "goab-date-picker", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "type": { "alias": "type"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
414
+ static ɵcmp: i0.ɵɵComponentDeclaration<GoabDatePicker, "goab-date-picker", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "type": { "alias": "type"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
414
415
  }
415
416
 
416
417
  declare class GoabDetails extends GoabBaseComponent implements OnInit {
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": "4.9.1-dev.1",
8
+ "version": "4.9.1-dev.2",
9
9
  "keywords": [
10
10
  "Goab",
11
11
  "ui-components",