@haiilo/catalyst-angular 10.9.0 → 10.11.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.
@@ -24,6 +24,6 @@ export declare const CAT_NOTIFICATION_SERVICE_TOKEN: InjectionToken<CatNotificat
24
24
  export declare class CatalystModule {
25
25
  static forRoot(): ModuleWithProviders<CatalystModule>;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CatalystModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<CatalystModule, [typeof i1.CatAlert, typeof i1.CatAvatar, typeof i1.CatBadge, typeof i1.CatButton, typeof i1.CatButtonGroup, typeof i1.CatCard, typeof i1.CatCheckbox, typeof i1.CatDatepicker, typeof i1.CatDropdown, typeof i1.CatFormGroup, typeof i1.CatIcon, typeof i1.CatInput, typeof i1.CatPagination, typeof i1.CatRadio, typeof i1.CatRadioGroup, typeof i1.CatScrollable, typeof i1.CatSelect, typeof i1.CatSkeleton, typeof i1.CatSpinner, typeof i1.CatTab, typeof i1.CatTabs, typeof i1.CatTextarea, typeof i1.CatToggle, typeof i1.CatTooltip, typeof i2.BooleanValueAccessor, typeof i3.DateValueAccessor, typeof i4.RadioValueAccessor, typeof i5.SelectValueAccessor, typeof i6.SelectValueAccessorDecorator, typeof i7.TextValueAccessor, typeof i8.TimeValueAccessor, typeof i9.ValueAccessorDecorator, typeof i10.DatetimeComponent, typeof i11.CatDialogComponent, typeof i12.CatDialogHeaderComponent, typeof i13.CatDialogActionsComponent], [typeof i14.CommonModule, typeof i15.DialogModule], [typeof i1.CatAlert, typeof i1.CatAvatar, typeof i1.CatBadge, typeof i1.CatButton, typeof i1.CatButtonGroup, typeof i1.CatCard, typeof i1.CatCheckbox, typeof i1.CatDatepicker, typeof i1.CatDropdown, typeof i1.CatFormGroup, typeof i1.CatIcon, typeof i1.CatInput, typeof i1.CatPagination, typeof i1.CatRadio, typeof i1.CatRadioGroup, typeof i1.CatScrollable, typeof i1.CatSelect, typeof i1.CatSkeleton, typeof i1.CatSpinner, typeof i1.CatTab, typeof i1.CatTabs, typeof i1.CatTextarea, typeof i1.CatToggle, typeof i1.CatTooltip, typeof i2.BooleanValueAccessor, typeof i3.DateValueAccessor, typeof i4.RadioValueAccessor, typeof i5.SelectValueAccessor, typeof i6.SelectValueAccessorDecorator, typeof i7.TextValueAccessor, typeof i8.TimeValueAccessor, typeof i9.ValueAccessorDecorator, typeof i10.DatetimeComponent, typeof i11.CatDialogComponent, typeof i12.CatDialogHeaderComponent, typeof i13.CatDialogActionsComponent]>;
27
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CatalystModule, [typeof i1.CatAlert, typeof i1.CatAvatar, typeof i1.CatBadge, typeof i1.CatButton, typeof i1.CatButtonGroup, typeof i1.CatCard, typeof i1.CatCheckbox, typeof i1.CatDate, typeof i1.CatDateInline, typeof i1.CatDatepicker, typeof i1.CatDropdown, typeof i1.CatFormGroup, typeof i1.CatIcon, typeof i1.CatInput, typeof i1.CatPagination, typeof i1.CatRadio, typeof i1.CatRadioGroup, typeof i1.CatScrollable, typeof i1.CatSelect, typeof i1.CatSkeleton, typeof i1.CatSpinner, typeof i1.CatTab, typeof i1.CatTabs, typeof i1.CatTextarea, typeof i1.CatToggle, typeof i1.CatTooltip, typeof i2.BooleanValueAccessor, typeof i3.DateValueAccessor, typeof i4.RadioValueAccessor, typeof i5.SelectValueAccessor, typeof i6.SelectValueAccessorDecorator, typeof i7.TextValueAccessor, typeof i8.TimeValueAccessor, typeof i9.ValueAccessorDecorator, typeof i10.DatetimeComponent, typeof i11.CatDialogComponent, typeof i12.CatDialogHeaderComponent, typeof i13.CatDialogActionsComponent], [typeof i14.CommonModule, typeof i15.DialogModule], [typeof i1.CatAlert, typeof i1.CatAvatar, typeof i1.CatBadge, typeof i1.CatButton, typeof i1.CatButtonGroup, typeof i1.CatCard, typeof i1.CatCheckbox, typeof i1.CatDate, typeof i1.CatDateInline, typeof i1.CatDatepicker, typeof i1.CatDropdown, typeof i1.CatFormGroup, typeof i1.CatIcon, typeof i1.CatInput, typeof i1.CatPagination, typeof i1.CatRadio, typeof i1.CatRadioGroup, typeof i1.CatScrollable, typeof i1.CatSelect, typeof i1.CatSkeleton, typeof i1.CatSpinner, typeof i1.CatTab, typeof i1.CatTabs, typeof i1.CatTextarea, typeof i1.CatToggle, typeof i1.CatTooltip, typeof i2.BooleanValueAccessor, typeof i3.DateValueAccessor, typeof i4.RadioValueAccessor, typeof i5.SelectValueAccessor, typeof i6.SelectValueAccessorDecorator, typeof i7.TextValueAccessor, typeof i8.TimeValueAccessor, typeof i9.ValueAccessorDecorator, typeof i10.DatetimeComponent, typeof i11.CatDialogComponent, typeof i12.CatDialogHeaderComponent, typeof i13.CatDialogActionsComponent]>;
28
28
  static ɵinj: i0.ɵɵInjectorDeclaration<CatalystModule>;
29
29
  }
@@ -66,6 +66,10 @@ export declare class CatCard {
66
66
  static ɵcmp: i0.ɵɵComponentDeclaration<CatCard, "cat-card", never, {}, {}, never, ["*"], false>;
67
67
  }
68
68
  export declare interface CatCard extends Components.CatCard {
69
+ /**
70
+ * Emitted when the card and all the children are fully loaded.
71
+ */
72
+ catLoad: EventEmitter<CustomEvent<FocusEvent>>;
69
73
  }
70
74
  export declare class CatCheckbox {
71
75
  protected z: NgZone;
@@ -114,7 +118,7 @@ export declare class CatDateInline {
114
118
  protected el: HTMLElement;
115
119
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
116
120
  static ɵfac: i0.ɵɵFactoryDeclaration<CatDateInline, never>;
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>;
121
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatDateInline, "cat-date-inline", never, { "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "min": "min"; "noClear": "noClear"; "noToday": "noToday"; "range": "range"; "required": "required"; "requiredMarker": "requiredMarker"; "value": "value"; "weeks": "weeks"; }, {}, never, ["*"], false>;
118
122
  }
119
123
  export declare interface CatDateInline extends Components.CatDateInline {
120
124
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "10.9.0",
3
+ "version": "10.11.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-tokens": "10.9.0",
18
- "@haiilo/catalyst": "10.9.0"
17
+ "@haiilo/catalyst": "10.11.0",
18
+ "@haiilo/catalyst-tokens": "10.11.0"
19
19
  },
20
20
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
21
21
  "es2020": "fesm2020/haiilo-catalyst-angular.mjs",