@haiilo/catalyst-angular 2.5.0 → 3.0.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.
Files changed (30) hide show
  1. package/esm2020/lib/catalyst.module.mjs +15 -10
  2. package/esm2020/lib/dialog/dialog-actions.component.mjs +26 -0
  3. package/esm2020/lib/dialog/dialog-header.component.mjs +44 -0
  4. package/esm2020/lib/dialog/dialog.component.mjs +28 -0
  5. package/esm2020/lib/dialog/dialog.service.mjs +45 -0
  6. package/esm2020/lib/directives/boolean-value-accessor.mjs +3 -3
  7. package/esm2020/lib/directives/proxies.mjs +80 -80
  8. package/esm2020/lib/directives/radio-value-accessor.mjs +3 -3
  9. package/esm2020/lib/directives/select-value-accessor.mjs +3 -3
  10. package/esm2020/lib/directives/text-value-accessor.mjs +3 -3
  11. package/esm2020/lib/directives/value-accessor.mjs +3 -3
  12. package/esm2020/public-api.mjs +5 -1
  13. package/fesm2015/haiilo-catalyst-angular.mjs +231 -105
  14. package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
  15. package/fesm2020/haiilo-catalyst-angular.mjs +237 -105
  16. package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
  17. package/{haiilo-catalyst-angular.d.ts → index.d.ts} +0 -0
  18. package/lib/catalyst.module.d.ts +6 -1
  19. package/lib/dialog/dialog-actions.component.d.ts +12 -0
  20. package/lib/dialog/dialog-header.component.d.ts +30 -0
  21. package/lib/dialog/dialog.component.d.ts +14 -0
  22. package/lib/dialog/dialog.service.d.ts +29 -0
  23. package/lib/directives/boolean-value-accessor.d.ts +1 -1
  24. package/lib/directives/proxies.d.ts +25 -25
  25. package/lib/directives/radio-value-accessor.d.ts +1 -1
  26. package/lib/directives/select-value-accessor.d.ts +1 -1
  27. package/lib/directives/text-value-accessor.d.ts +1 -1
  28. package/lib/directives/value-accessor.d.ts +1 -1
  29. package/package.json +6 -5
  30. package/public-api.d.ts +4 -0
@@ -8,7 +8,7 @@ export declare class CatAlert {
8
8
  protected el: HTMLElement;
9
9
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CatAlert, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<CatAlert, "cat-alert", never, { "color": "color"; "icon": "icon"; "noIcon": "noIcon"; }, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatAlert, "cat-alert", never, { "color": "color"; "icon": "icon"; "noIcon": "noIcon"; }, {}, never, ["*"], false>;
12
12
  }
13
13
  export declare interface CatAvatar extends Components.CatAvatar {
14
14
  }
@@ -17,7 +17,7 @@ export declare class CatAvatar {
17
17
  protected el: HTMLElement;
18
18
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<CatAvatar, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<CatAvatar, "cat-avatar", never, { "icon": "icon"; "initials": "initials"; "label": "label"; "round": "round"; "size": "size"; "src": "src"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"]>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatAvatar, "cat-avatar", never, { "icon": "icon"; "initials": "initials"; "label": "label"; "round": "round"; "size": "size"; "src": "src"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"], false>;
21
21
  }
22
22
  export declare interface CatBadge extends Components.CatBadge {
23
23
  }
@@ -26,7 +26,7 @@ export declare class CatBadge {
26
26
  protected el: HTMLElement;
27
27
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<CatBadge, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<CatBadge, "cat-badge", never, { "color": "color"; "pulse": "pulse"; "round": "round"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatBadge, "cat-badge", never, { "color": "color"; "pulse": "pulse"; "round": "round"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
30
30
  }
31
31
  export declare interface CatButton extends Components.CatButton {
32
32
  /**
@@ -47,7 +47,7 @@ export declare class CatButton {
47
47
  protected el: HTMLElement;
48
48
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<CatButton, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<CatButton, "cat-button", never, { "a11yCurrent": "a11yCurrent"; "a11yLabel": "a11yLabel"; "active": "active"; "buttonId": "buttonId"; "color": "color"; "disabled": "disabled"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "loading": "loading"; "name": "name"; "noEllipsis": "noEllipsis"; "round": "round"; "size": "size"; "submit": "submit"; "url": "url"; "urlTarget": "urlTarget"; "value": "value"; "variant": "variant"; }, {}, never, ["*"]>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatButton, "cat-button", never, { "a11yCurrent": "a11yCurrent"; "a11yLabel": "a11yLabel"; "active": "active"; "buttonId": "buttonId"; "color": "color"; "disabled": "disabled"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "iconSrc": "iconSrc"; "loading": "loading"; "name": "name"; "noEllipsis": "noEllipsis"; "round": "round"; "size": "size"; "submit": "submit"; "url": "url"; "urlTarget": "urlTarget"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
51
51
  }
52
52
  export declare interface CatCard extends Components.CatCard {
53
53
  }
@@ -56,7 +56,7 @@ export declare class CatCard {
56
56
  protected el: HTMLElement;
57
57
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<CatCard, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<CatCard, "cat-card", never, {}, {}, never, ["*"]>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatCard, "cat-card", never, {}, {}, never, ["*"], false>;
60
60
  }
61
61
  export declare interface CatCheckbox extends Components.CatCheckbox {
62
62
  /**
@@ -77,7 +77,7 @@ export declare class CatCheckbox {
77
77
  protected el: HTMLElement;
78
78
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
79
79
  static ɵfac: i0.ɵɵFactoryDeclaration<CatCheckbox, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<CatCheckbox, "cat-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "indeterminate": "indeterminate"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatCheckbox, "cat-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "indeterminate": "indeterminate"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
81
81
  }
82
82
  export declare interface CatDropdown extends Components.CatDropdown {
83
83
  /**
@@ -94,7 +94,7 @@ export declare class CatDropdown {
94
94
  protected el: HTMLElement;
95
95
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
96
96
  static ɵfac: i0.ɵɵFactoryDeclaration<CatDropdown, never>;
97
- static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "noAutoClose": "noAutoClose"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"]>;
97
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "noAutoClose": "noAutoClose"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"], false>;
98
98
  }
99
99
  export declare interface CatFormGroup extends Components.CatFormGroup {
100
100
  }
@@ -103,7 +103,7 @@ export declare class CatFormGroup {
103
103
  protected el: HTMLElement;
104
104
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<CatFormGroup, never>;
106
- static ɵcmp: i0.ɵɵComponentDeclaration<CatFormGroup, "cat-form-group", never, { "requiredMarker": "requiredMarker"; }, {}, never, ["*"]>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatFormGroup, "cat-form-group", never, { "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
107
107
  }
108
108
  export declare interface CatIcon extends Components.CatIcon {
109
109
  }
@@ -112,7 +112,7 @@ export declare class CatIcon {
112
112
  protected el: HTMLElement;
113
113
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
114
114
  static ɵfac: i0.ɵɵFactoryDeclaration<CatIcon, never>;
115
- static ɵcmp: i0.ɵɵComponentDeclaration<CatIcon, "cat-icon", never, { "a11yLabel": "a11yLabel"; "icon": "icon"; "size": "size"; }, {}, never, ["*"]>;
115
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatIcon, "cat-icon", never, { "a11yLabel": "a11yLabel"; "icon": "icon"; "iconSrc": "iconSrc"; "size": "size"; }, {}, never, ["*"], false>;
116
116
  }
117
117
  export declare interface CatInput extends Components.CatInput {
118
118
  /**
@@ -133,7 +133,7 @@ export declare class CatInput {
133
133
  protected el: HTMLElement;
134
134
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
135
135
  static ɵfac: i0.ɵɵFactoryDeclaration<CatInput, never>;
136
- static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "disabled": "disabled"; "hint": "hint"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "round": "round"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "type": "type"; "value": "value"; }, {}, never, ["*"]>;
136
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "disabled": "disabled"; "hint": "hint"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "round": "round"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
137
137
  }
138
138
  export declare interface CatLabel extends Components.CatLabel {
139
139
  }
@@ -142,7 +142,7 @@ export declare class CatLabel {
142
142
  protected el: HTMLElement;
143
143
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
144
144
  static ɵfac: i0.ɵɵFactoryDeclaration<CatLabel, never>;
145
- static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"]>;
145
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
146
146
  }
147
147
  export declare interface CatModal extends Components.CatModal {
148
148
  }
@@ -151,7 +151,7 @@ export declare class CatModal {
151
151
  protected el: HTMLElement;
152
152
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
153
153
  static ɵfac: i0.ɵɵFactoryDeclaration<CatModal, never>;
154
- static ɵcmp: i0.ɵɵComponentDeclaration<CatModal, "cat-modal", never, { "size": "size"; }, {}, never, ["*"]>;
154
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatModal, "cat-modal", never, { "size": "size"; }, {}, never, ["*"], false>;
155
155
  }
156
156
  export declare interface CatPagination extends Components.CatPagination {
157
157
  }
@@ -160,7 +160,7 @@ export declare class CatPagination {
160
160
  protected el: HTMLElement;
161
161
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
162
162
  static ɵfac: i0.ɵɵFactoryDeclaration<CatPagination, never>;
163
- static ɵcmp: i0.ɵɵComponentDeclaration<CatPagination, "cat-pagination", never, { "activePadding": "activePadding"; "compact": "compact"; "iconNext": "iconNext"; "iconPrev": "iconPrev"; "page": "page"; "pageCount": "pageCount"; "round": "round"; "sidePadding": "sidePadding"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
163
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatPagination, "cat-pagination", never, { "activePadding": "activePadding"; "compact": "compact"; "iconNext": "iconNext"; "iconPrev": "iconPrev"; "page": "page"; "pageCount": "pageCount"; "round": "round"; "sidePadding": "sidePadding"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
164
164
  }
165
165
  export declare interface CatRadio extends Components.CatRadio {
166
166
  /**
@@ -181,7 +181,7 @@ export declare class CatRadio {
181
181
  protected el: HTMLElement;
182
182
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
183
183
  static ɵfac: i0.ɵɵFactoryDeclaration<CatRadio, never>;
184
- static ɵcmp: i0.ɵɵComponentDeclaration<CatRadio, "cat-radio", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
184
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatRadio, "cat-radio", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
185
185
  }
186
186
  export declare interface CatRadioGroup extends Components.CatRadioGroup {
187
187
  /**
@@ -198,7 +198,7 @@ export declare class CatRadioGroup {
198
198
  protected el: HTMLElement;
199
199
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
200
200
  static ɵfac: i0.ɵɵFactoryDeclaration<CatRadioGroup, never>;
201
- static ɵcmp: i0.ɵɵComponentDeclaration<CatRadioGroup, "cat-radio-group", never, { "a11yLabel": "a11yLabel"; "disabled": "disabled"; "labelLeft": "labelLeft"; "name": "name"; "value": "value"; }, {}, never, ["*"]>;
201
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatRadioGroup, "cat-radio-group", never, { "a11yLabel": "a11yLabel"; "disabled": "disabled"; "labelLeft": "labelLeft"; "name": "name"; "value": "value"; }, {}, never, ["*"], false>;
202
202
  }
203
203
  export declare interface CatScrollable extends Components.CatScrollable {
204
204
  /**
@@ -223,7 +223,7 @@ export declare class CatScrollable {
223
223
  protected el: HTMLElement;
224
224
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
225
225
  static ɵfac: i0.ɵɵFactoryDeclaration<CatScrollable, never>;
226
- static ɵcmp: i0.ɵɵComponentDeclaration<CatScrollable, "cat-scrollable", never, { "noOverflowX": "noOverflowX"; "noOverflowY": "noOverflowY"; "noOverscroll": "noOverscroll"; "noScrolledInit": "noScrolledInit"; "noShadowX": "noShadowX"; "noShadowY": "noShadowY"; "scrolledBuffer": "scrolledBuffer"; }, {}, never, ["*"]>;
226
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatScrollable, "cat-scrollable", never, { "noOverflowX": "noOverflowX"; "noOverflowY": "noOverflowY"; "noOverscroll": "noOverscroll"; "noScrolledInit": "noScrolledInit"; "noShadowX": "noShadowX"; "noShadowY": "noShadowY"; "scrolledBuffer": "scrolledBuffer"; }, {}, never, ["*"], false>;
227
227
  }
228
228
  export declare interface CatSelect extends Components.CatSelect {
229
229
  /**
@@ -248,7 +248,7 @@ export declare class CatSelect {
248
248
  protected el: HTMLElement;
249
249
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
250
250
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSelect, never>;
251
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "noItems": "noItems"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "requiredMarker": "requiredMarker"; "tagHint": "tagHint"; "tags": "tags"; "value": "value"; }, {}, never, ["*"]>;
251
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "noItems": "noItems"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "requiredMarker": "requiredMarker"; "tagHint": "tagHint"; "tags": "tags"; "value": "value"; }, {}, never, ["*"], false>;
252
252
  }
253
253
  export declare interface CatSelectDemo extends Components.CatSelectDemo {
254
254
  }
@@ -257,7 +257,7 @@ export declare class CatSelectDemo {
257
257
  protected el: HTMLElement;
258
258
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
259
259
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSelectDemo, never>;
260
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectDemo, "cat-select-demo", never, {}, {}, never, ["*"]>;
260
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectDemo, "cat-select-demo", never, {}, {}, never, ["*"], false>;
261
261
  }
262
262
  export declare interface CatSkeleton extends Components.CatSkeleton {
263
263
  }
@@ -266,7 +266,7 @@ export declare class CatSkeleton {
266
266
  protected el: HTMLElement;
267
267
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
268
268
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSkeleton, never>;
269
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSkeleton, "cat-skeleton", never, { "effect": "effect"; "lines": "lines"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
269
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatSkeleton, "cat-skeleton", never, { "effect": "effect"; "lines": "lines"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
270
270
  }
271
271
  export declare interface CatSpinner extends Components.CatSpinner {
272
272
  }
@@ -275,7 +275,7 @@ export declare class CatSpinner {
275
275
  protected el: HTMLElement;
276
276
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
277
277
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSpinner, never>;
278
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSpinner, "cat-spinner", never, { "a11yLabel": "a11yLabel"; "size": "size"; }, {}, never, ["*"]>;
278
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatSpinner, "cat-spinner", never, { "a11yLabel": "a11yLabel"; "size": "size"; }, {}, never, ["*"], false>;
279
279
  }
280
280
  export declare interface CatTab extends Components.CatTab {
281
281
  /**
@@ -288,7 +288,7 @@ export declare class CatTab {
288
288
  protected el: HTMLElement;
289
289
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
290
290
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTab, never>;
291
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTab, "cat-tab", never, { "deactivated": "deactivated"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "label": "label"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"]>;
291
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTab, "cat-tab", never, { "deactivated": "deactivated"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "label": "label"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"], false>;
292
292
  }
293
293
  export declare interface CatTabs extends Components.CatTabs {
294
294
  }
@@ -297,7 +297,7 @@ export declare class CatTabs {
297
297
  protected el: HTMLElement;
298
298
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
299
299
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTabs, never>;
300
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTabs, "cat-tabs", never, { "activeTab": "activeTab"; "tabsAlign": "tabsAlign"; }, {}, never, ["*"]>;
300
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTabs, "cat-tabs", never, { "activeTab": "activeTab"; "tabsAlign": "tabsAlign"; }, {}, never, ["*"], false>;
301
301
  }
302
302
  export declare interface CatTextarea extends Components.CatTextarea {
303
303
  /**
@@ -318,7 +318,7 @@ export declare class CatTextarea {
318
318
  protected el: HTMLElement;
319
319
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
320
320
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, never>;
321
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "value": "value"; }, {}, never, ["*"]>;
321
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "value": "value"; }, {}, never, ["*"], false>;
322
322
  }
323
323
  export declare interface CatToggle extends Components.CatToggle {
324
324
  /**
@@ -339,7 +339,7 @@ export declare class CatToggle {
339
339
  protected el: HTMLElement;
340
340
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
341
341
  static ɵfac: i0.ɵɵFactoryDeclaration<CatToggle, never>;
342
- static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
342
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
343
343
  }
344
344
  export declare interface CatTooltip extends Components.CatTooltip {
345
345
  }
@@ -348,5 +348,5 @@ export declare class CatTooltip {
348
348
  protected el: HTMLElement;
349
349
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
350
350
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTooltip, never>;
351
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTooltip, "cat-tooltip", never, { "content": "content"; "disabled": "disabled"; "hideDelay": "hideDelay"; "longTouchDuration": "longTouchDuration"; "placement": "placement"; "round": "round"; "showDelay": "showDelay"; "size": "size"; }, {}, never, ["*"]>;
351
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTooltip, "cat-tooltip", never, { "content": "content"; "disabled": "disabled"; "hideDelay": "hideDelay"; "longTouchDuration": "longTouchDuration"; "placement": "placement"; "round": "round"; "showDelay": "showDelay"; "size": "size"; }, {}, never, ["*"], false>;
352
352
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class RadioValueAccessor extends ValueAccessor {
5
5
  constructor(el: ElementRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioValueAccessor, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<RadioValueAccessor, "cat-radio, cat-radio-group", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RadioValueAccessor, "cat-radio, cat-radio-group", never, {}, {}, never, never, false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class SelectValueAccessor extends ValueAccessor {
5
5
  constructor(el: ElementRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueAccessor, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueAccessor, "cat-select", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueAccessor, "cat-select", never, {}, {}, never, never, false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class TextValueAccessor extends ValueAccessor {
5
5
  constructor(el: ElementRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TextValueAccessor, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessor, "cat-input, cat-textarea", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessor, "cat-input, cat-textarea", never, {}, {}, never, never, false>;
8
8
  }
@@ -14,5 +14,5 @@ export declare class ValueAccessor implements ControlValueAccessor {
14
14
  registerOnTouched(fn: () => void): void;
15
15
  setDisabledState(isDisabled: boolean): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ValueAccessor, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<ValueAccessor, never, never, {}, {}, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ValueAccessor, never, never, {}, {}, never, never, false>;
18
18
  }
package/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "2.5.0",
3
+ "version": "3.0.0",
4
4
  "description": "Angular wrapper for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "peerDependencies": {
10
- "@angular/core": ">=12.0.0",
10
+ "@angular/core": ">=14.0.0",
11
+ "@angular/cdk": ">=14.0.0",
11
12
  "rxjs": ">=6.6.0"
12
13
  },
13
14
  "dependencies": {
14
- "@haiilo/catalyst": "2.5.0",
15
+ "@haiilo/catalyst": "3.0.0",
15
16
  "tslib": "^2.3.0"
16
17
  },
17
18
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
@@ -19,13 +20,13 @@
19
20
  "esm2020": "esm2020/haiilo-catalyst-angular.mjs",
20
21
  "fesm2020": "fesm2020/haiilo-catalyst-angular.mjs",
21
22
  "fesm2015": "fesm2015/haiilo-catalyst-angular.mjs",
22
- "typings": "haiilo-catalyst-angular.d.ts",
23
+ "typings": "index.d.ts",
23
24
  "exports": {
24
25
  "./package.json": {
25
26
  "default": "./package.json"
26
27
  },
27
28
  ".": {
28
- "types": "./haiilo-catalyst-angular.d.ts",
29
+ "types": "./index.d.ts",
29
30
  "esm2020": "./esm2020/haiilo-catalyst-angular.mjs",
30
31
  "es2020": "./fesm2020/haiilo-catalyst-angular.mjs",
31
32
  "es2015": "./fesm2015/haiilo-catalyst-angular.mjs",
package/public-api.d.ts CHANGED
@@ -5,4 +5,8 @@ export * from './lib/directives/radio-value-accessor';
5
5
  export * from './lib/directives/select-value-accessor';
6
6
  export * from './lib/directives/text-value-accessor';
7
7
  export * from './lib/directives/value-accessor';
8
+ export { CatDialogComponent } from './lib/dialog/dialog.component';
9
+ export { CatDialogHeaderComponent } from './lib/dialog/dialog-header.component';
10
+ export { CatDialogActionsComponent } from './lib/dialog/dialog-actions.component';
11
+ export { CatDialogService, CatDialogConfig } from './lib/dialog/dialog.service';
8
12
  export { catI18nRegistry, catIconRegistry, catNotificationService } from '@haiilo/catalyst';