@haiilo/catalyst-angular 2.5.0 → 3.0.1

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 -11
  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 +77 -103
  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 +228 -128
  14. package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
  15. package/fesm2020/haiilo-catalyst-angular.mjs +234 -128
  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 +24 -33
  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,16 +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, ["*"]>;
146
- }
147
- export declare interface CatModal extends Components.CatModal {
148
- }
149
- export declare class CatModal {
150
- protected z: NgZone;
151
- protected el: HTMLElement;
152
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
153
- static ɵfac: i0.ɵɵFactoryDeclaration<CatModal, never>;
154
- static ɵcmp: i0.ɵɵComponentDeclaration<CatModal, "cat-modal", never, { "size": "size"; }, {}, never, ["*"]>;
145
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
155
146
  }
156
147
  export declare interface CatPagination extends Components.CatPagination {
157
148
  }
@@ -160,7 +151,7 @@ export declare class CatPagination {
160
151
  protected el: HTMLElement;
161
152
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
162
153
  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, ["*"]>;
154
+ 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
155
  }
165
156
  export declare interface CatRadio extends Components.CatRadio {
166
157
  /**
@@ -181,7 +172,7 @@ export declare class CatRadio {
181
172
  protected el: HTMLElement;
182
173
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
183
174
  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, ["*"]>;
175
+ 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
176
  }
186
177
  export declare interface CatRadioGroup extends Components.CatRadioGroup {
187
178
  /**
@@ -198,7 +189,7 @@ export declare class CatRadioGroup {
198
189
  protected el: HTMLElement;
199
190
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
200
191
  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, ["*"]>;
192
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatRadioGroup, "cat-radio-group", never, { "a11yLabel": "a11yLabel"; "disabled": "disabled"; "labelLeft": "labelLeft"; "name": "name"; "value": "value"; }, {}, never, ["*"], false>;
202
193
  }
203
194
  export declare interface CatScrollable extends Components.CatScrollable {
204
195
  /**
@@ -223,7 +214,7 @@ export declare class CatScrollable {
223
214
  protected el: HTMLElement;
224
215
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
225
216
  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, ["*"]>;
217
+ 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
218
  }
228
219
  export declare interface CatSelect extends Components.CatSelect {
229
220
  /**
@@ -248,7 +239,7 @@ export declare class CatSelect {
248
239
  protected el: HTMLElement;
249
240
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
250
241
  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, ["*"]>;
242
+ 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
243
  }
253
244
  export declare interface CatSelectDemo extends Components.CatSelectDemo {
254
245
  }
@@ -257,7 +248,7 @@ export declare class CatSelectDemo {
257
248
  protected el: HTMLElement;
258
249
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
259
250
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSelectDemo, never>;
260
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectDemo, "cat-select-demo", never, {}, {}, never, ["*"]>;
251
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectDemo, "cat-select-demo", never, {}, {}, never, ["*"], false>;
261
252
  }
262
253
  export declare interface CatSkeleton extends Components.CatSkeleton {
263
254
  }
@@ -266,7 +257,7 @@ export declare class CatSkeleton {
266
257
  protected el: HTMLElement;
267
258
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
268
259
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSkeleton, never>;
269
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSkeleton, "cat-skeleton", never, { "effect": "effect"; "lines": "lines"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
260
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatSkeleton, "cat-skeleton", never, { "effect": "effect"; "lines": "lines"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
270
261
  }
271
262
  export declare interface CatSpinner extends Components.CatSpinner {
272
263
  }
@@ -275,7 +266,7 @@ export declare class CatSpinner {
275
266
  protected el: HTMLElement;
276
267
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
277
268
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSpinner, never>;
278
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSpinner, "cat-spinner", never, { "a11yLabel": "a11yLabel"; "size": "size"; }, {}, never, ["*"]>;
269
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatSpinner, "cat-spinner", never, { "a11yLabel": "a11yLabel"; "size": "size"; }, {}, never, ["*"], false>;
279
270
  }
280
271
  export declare interface CatTab extends Components.CatTab {
281
272
  /**
@@ -288,7 +279,7 @@ export declare class CatTab {
288
279
  protected el: HTMLElement;
289
280
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
290
281
  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, ["*"]>;
282
+ 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
283
  }
293
284
  export declare interface CatTabs extends Components.CatTabs {
294
285
  }
@@ -297,7 +288,7 @@ export declare class CatTabs {
297
288
  protected el: HTMLElement;
298
289
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
299
290
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTabs, never>;
300
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTabs, "cat-tabs", never, { "activeTab": "activeTab"; "tabsAlign": "tabsAlign"; }, {}, never, ["*"]>;
291
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTabs, "cat-tabs", never, { "activeTab": "activeTab"; "tabsAlign": "tabsAlign"; }, {}, never, ["*"], false>;
301
292
  }
302
293
  export declare interface CatTextarea extends Components.CatTextarea {
303
294
  /**
@@ -318,7 +309,7 @@ export declare class CatTextarea {
318
309
  protected el: HTMLElement;
319
310
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
320
311
  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, ["*"]>;
312
+ 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
313
  }
323
314
  export declare interface CatToggle extends Components.CatToggle {
324
315
  /**
@@ -339,7 +330,7 @@ export declare class CatToggle {
339
330
  protected el: HTMLElement;
340
331
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
341
332
  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, ["*"]>;
333
+ 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
334
  }
344
335
  export declare interface CatTooltip extends Components.CatTooltip {
345
336
  }
@@ -348,5 +339,5 @@ export declare class CatTooltip {
348
339
  protected el: HTMLElement;
349
340
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
350
341
  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, ["*"]>;
342
+ 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
343
  }
@@ -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.1",
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.1",
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';