@haiilo/catalyst-angular 10.7.0 → 10.8.0

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.
@@ -6,6 +6,8 @@ export declare class DateValueAccessor extends ValueAccessor {
6
6
  get nativeElement(): any;
7
7
  writeValue(value: any): void;
8
8
  handleChangeEvent(value: any): void;
9
+ private toISO;
10
+ private toDate;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DateValueAccessor, never>;
10
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<DateValueAccessor, "cat-date, cat-date-inline", never, {}, {}, never, never, false>;
11
13
  }
@@ -114,7 +114,7 @@ export declare class CatDateInline {
114
114
  protected el: HTMLElement;
115
115
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
116
116
  static ɵfac: i0.ɵɵFactoryDeclaration<CatDateInline, never>;
117
- static ɵcmp: i0.ɵɵComponentDeclaration<CatDateInline, "cat-date-inline", never, { "max": "max"; "min": "min"; "noClear": "noClear"; "noHint": "noHint"; "noToday": "noToday"; "noWeeks": "noWeeks"; "range": "range"; "size": "size"; "value": "value"; }, {}, never, ["*"], false>;
117
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatDateInline, "cat-date-inline", never, { "hint": "hint"; "max": "max"; "min": "min"; "noClear": "noClear"; "noToday": "noToday"; "range": "range"; "value": "value"; "weeks": "weeks"; }, {}, never, ["*"], false>;
118
118
  }
119
119
  export declare interface CatDateInline extends Components.CatDateInline {
120
120
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "10.7.0",
3
+ "version": "10.8.0",
4
4
  "description": "Angular wrapper for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -14,8 +14,8 @@
14
14
  "dependencies": {
15
15
  "loglevel": "1.8.1",
16
16
  "tslib": "^2.3.0",
17
- "@haiilo/catalyst": "10.7.0",
18
- "@haiilo/catalyst-tokens": "10.7.0"
17
+ "@haiilo/catalyst": "10.8.0",
18
+ "@haiilo/catalyst-tokens": "10.8.0"
19
19
  },
20
20
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
21
21
  "es2020": "fesm2020/haiilo-catalyst-angular.mjs",