@abgov/angular-components 4.11.0-dev.3 → 4.11.0-dev.4

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
@@ -220,7 +220,7 @@ declare class GoabButtonGroup extends GoabBaseComponent$1 implements OnInit {
220
220
  declare class GoabCalendar extends GoabBaseComponent$1 implements OnInit {
221
221
  private cdr;
222
222
  name?: string;
223
- value?: Date;
223
+ value?: Date | string;
224
224
  min?: Date;
225
225
  max?: Date;
226
226
  onChange: EventEmitter<GoabCalendarOnChangeDetail>;
@@ -1502,7 +1502,7 @@ declare class GoabxCalendar extends GoabBaseComponent implements OnInit {
1502
1502
  private cdr;
1503
1503
  version: number;
1504
1504
  name?: string;
1505
- value?: Date;
1505
+ value?: Date | string;
1506
1506
  min?: Date;
1507
1507
  max?: Date;
1508
1508
  onChange: EventEmitter<GoabCalendarOnChangeDetail>;
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.11.0-dev.3",
8
+ "version": "4.11.0-dev.4",
9
9
  "keywords": [
10
10
  "Goab",
11
11
  "ui-components",