@haiilo/catalyst-angular 4.1.1 → 5.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.
@@ -1,8 +1,6 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
2
  import { Components } from '@haiilo/catalyst';
3
3
  import * as i0 from "@angular/core";
4
- export declare interface CatAlert extends Components.CatAlert {
5
- }
6
4
  export declare class CatAlert {
7
5
  protected z: NgZone;
8
6
  protected el: HTMLElement;
@@ -10,7 +8,7 @@ export declare class CatAlert {
10
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CatAlert, never>;
11
9
  static ɵcmp: i0.ɵɵComponentDeclaration<CatAlert, "cat-alert", never, { "color": "color"; "icon": "icon"; "noIcon": "noIcon"; }, {}, never, ["*"], false>;
12
10
  }
13
- export declare interface CatAvatar extends Components.CatAvatar {
11
+ export declare interface CatAlert extends Components.CatAlert {
14
12
  }
15
13
  export declare class CatAvatar {
16
14
  protected z: NgZone;
@@ -19,7 +17,7 @@ export declare class CatAvatar {
19
17
  static ɵfac: i0.ɵɵFactoryDeclaration<CatAvatar, never>;
20
18
  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
19
  }
22
- export declare interface CatBadge extends Components.CatBadge {
20
+ export declare interface CatAvatar extends Components.CatAvatar {
23
21
  }
24
22
  export declare class CatBadge {
25
23
  protected z: NgZone;
@@ -28,6 +26,15 @@ export declare class CatBadge {
28
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CatBadge, never>;
29
27
  static ɵcmp: i0.ɵɵComponentDeclaration<CatBadge, "cat-badge", never, { "color": "color"; "pulse": "pulse"; "round": "round"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
30
28
  }
29
+ export declare interface CatBadge extends Components.CatBadge {
30
+ }
31
+ export declare class CatButton {
32
+ protected z: NgZone;
33
+ protected el: HTMLElement;
34
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatButton, never>;
36
+ 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"; "nativeAttributes": "nativeAttributes"; "noEllipsis": "noEllipsis"; "round": "round"; "size": "size"; "submit": "submit"; "url": "url"; "urlTarget": "urlTarget"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
37
+ }
31
38
  export declare interface CatButton extends Components.CatButton {
32
39
  /**
33
40
  * Emitted when the button is clicked.
@@ -42,21 +49,21 @@ export declare interface CatButton extends Components.CatButton {
42
49
  */
43
50
  catBlur: EventEmitter<CustomEvent<FocusEvent>>;
44
51
  }
45
- export declare class CatButton {
52
+ export declare class CatCard {
46
53
  protected z: NgZone;
47
54
  protected el: HTMLElement;
48
55
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
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"; "iconSrc": "iconSrc"; "loading": "loading"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noEllipsis": "noEllipsis"; "round": "round"; "size": "size"; "submit": "submit"; "url": "url"; "urlTarget": "urlTarget"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatCard, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatCard, "cat-card", never, {}, {}, never, ["*"], false>;
51
58
  }
52
59
  export declare interface CatCard extends Components.CatCard {
53
60
  }
54
- export declare class CatCard {
61
+ export declare class CatCheckbox {
55
62
  protected z: NgZone;
56
63
  protected el: HTMLElement;
57
64
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
58
- static ɵfac: i0.ɵɵFactoryDeclaration<CatCard, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<CatCard, "cat-card", never, {}, {}, never, ["*"], false>;
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatCheckbox, never>;
66
+ 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"; "nativeAttributes": "nativeAttributes"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
60
67
  }
61
68
  export declare interface CatCheckbox extends Components.CatCheckbox {
62
69
  /**
@@ -72,12 +79,12 @@ export declare interface CatCheckbox extends Components.CatCheckbox {
72
79
  */
73
80
  catBlur: EventEmitter<CustomEvent<FocusEvent>>;
74
81
  }
75
- export declare class CatCheckbox {
82
+ export declare class CatDropdown {
76
83
  protected z: NgZone;
77
84
  protected el: HTMLElement;
78
85
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
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"; "nativeAttributes": "nativeAttributes"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatDropdown, never>;
87
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "noAutoClose": "noAutoClose"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"], false>;
81
88
  }
82
89
  export declare interface CatDropdown extends Components.CatDropdown {
83
90
  /**
@@ -89,30 +96,30 @@ export declare interface CatDropdown extends Components.CatDropdown {
89
96
  */
90
97
  catClose: EventEmitter<CustomEvent<FocusEvent>>;
91
98
  }
92
- export declare class CatDropdown {
99
+ export declare class CatFormGroup {
93
100
  protected z: NgZone;
94
101
  protected el: HTMLElement;
95
102
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
96
- static ɵfac: i0.ɵɵFactoryDeclaration<CatDropdown, never>;
97
- static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "noAutoClose": "noAutoClose"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"], false>;
103
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatFormGroup, never>;
104
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatFormGroup, "cat-form-group", never, { "labelSize": "labelSize"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
98
105
  }
99
106
  export declare interface CatFormGroup extends Components.CatFormGroup {
100
107
  }
101
- export declare class CatFormGroup {
108
+ export declare class CatIcon {
102
109
  protected z: NgZone;
103
110
  protected el: HTMLElement;
104
111
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
105
- static ɵfac: i0.ɵɵFactoryDeclaration<CatFormGroup, never>;
106
- static ɵcmp: i0.ɵɵComponentDeclaration<CatFormGroup, "cat-form-group", never, { "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
112
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatIcon, never>;
113
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatIcon, "cat-icon", never, { "a11yLabel": "a11yLabel"; "icon": "icon"; "iconSrc": "iconSrc"; "size": "size"; }, {}, never, ["*"], false>;
107
114
  }
108
115
  export declare interface CatIcon extends Components.CatIcon {
109
116
  }
110
- export declare class CatIcon {
117
+ export declare class CatInput {
111
118
  protected z: NgZone;
112
119
  protected el: HTMLElement;
113
120
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
114
- static ɵfac: i0.ɵɵFactoryDeclaration<CatIcon, never>;
115
- static ɵcmp: i0.ɵɵComponentDeclaration<CatIcon, "cat-icon", never, { "a11yLabel": "a11yLabel"; "icon": "icon"; "iconSrc": "iconSrc"; "size": "size"; }, {}, never, ["*"], false>;
121
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatInput, never>;
122
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "round": "round"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
116
123
  }
117
124
  export declare interface CatInput extends Components.CatInput {
118
125
  /**
@@ -128,30 +135,30 @@ export declare interface CatInput extends Components.CatInput {
128
135
  */
129
136
  catBlur: EventEmitter<CustomEvent<FocusEvent>>;
130
137
  }
131
- export declare class CatInput {
138
+ export declare class CatLabel {
132
139
  protected z: NgZone;
133
140
  protected el: HTMLElement;
134
141
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
135
- static ɵfac: i0.ɵɵFactoryDeclaration<CatInput, never>;
136
- static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "round": "round"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
142
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatLabel, never>;
143
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
137
144
  }
138
145
  export declare interface CatLabel extends Components.CatLabel {
139
146
  }
140
- export declare class CatLabel {
147
+ export declare class CatPagination {
141
148
  protected z: NgZone;
142
149
  protected el: HTMLElement;
143
150
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
144
- static ɵfac: i0.ɵɵFactoryDeclaration<CatLabel, never>;
145
- static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
151
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatPagination, never>;
152
+ 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>;
146
153
  }
147
154
  export declare interface CatPagination extends Components.CatPagination {
148
155
  }
149
- export declare class CatPagination {
156
+ export declare class CatRadio {
150
157
  protected z: NgZone;
151
158
  protected el: HTMLElement;
152
159
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
153
- static ɵfac: i0.ɵɵFactoryDeclaration<CatPagination, 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>;
160
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatRadio, never>;
161
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatRadio, "cat-radio", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
155
162
  }
156
163
  export declare interface CatRadio extends Components.CatRadio {
157
164
  /**
@@ -167,12 +174,12 @@ export declare interface CatRadio extends Components.CatRadio {
167
174
  */
168
175
  catBlur: EventEmitter<CustomEvent<FocusEvent>>;
169
176
  }
170
- export declare class CatRadio {
177
+ export declare class CatRadioGroup {
171
178
  protected z: NgZone;
172
179
  protected el: HTMLElement;
173
180
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
174
- static ɵfac: i0.ɵɵFactoryDeclaration<CatRadio, 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"; "nativeAttributes": "nativeAttributes"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
181
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatRadioGroup, never>;
182
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatRadioGroup, "cat-radio-group", never, { "a11yLabel": "a11yLabel"; "disabled": "disabled"; "labelLeft": "labelLeft"; "name": "name"; "value": "value"; }, {}, never, ["*"], false>;
176
183
  }
177
184
  export declare interface CatRadioGroup extends Components.CatRadioGroup {
178
185
  /**
@@ -184,12 +191,12 @@ export declare interface CatRadioGroup extends Components.CatRadioGroup {
184
191
  */
185
192
  catBlur: EventEmitter<CustomEvent<FocusEvent>>;
186
193
  }
187
- export declare class CatRadioGroup {
194
+ export declare class CatScrollable {
188
195
  protected z: NgZone;
189
196
  protected el: HTMLElement;
190
197
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
191
- static ɵfac: i0.ɵɵFactoryDeclaration<CatRadioGroup, never>;
192
- static ɵcmp: i0.ɵɵComponentDeclaration<CatRadioGroup, "cat-radio-group", never, { "a11yLabel": "a11yLabel"; "disabled": "disabled"; "labelLeft": "labelLeft"; "name": "name"; "value": "value"; }, {}, never, ["*"], false>;
198
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatScrollable, never>;
199
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatScrollable, "cat-scrollable", never, { "noOverflowX": "noOverflowX"; "noOverflowY": "noOverflowY"; "noOverscroll": "noOverscroll"; "noScrolledInit": "noScrolledInit"; "noShadowX": "noShadowX"; "noShadowY": "noShadowY"; "scrolledBuffer": "scrolledBuffer"; }, {}, never, ["*"], false>;
193
200
  }
194
201
  export declare interface CatScrollable extends Components.CatScrollable {
195
202
  /**
@@ -209,12 +216,12 @@ export declare interface CatScrollable extends Components.CatScrollable {
209
216
  */
210
217
  scrolledBottom: EventEmitter<CustomEvent<void>>;
211
218
  }
212
- export declare class CatScrollable {
219
+ export declare class CatSelect {
213
220
  protected z: NgZone;
214
221
  protected el: HTMLElement;
215
222
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
216
- static ɵfac: i0.ɵɵFactoryDeclaration<CatScrollable, 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>;
223
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatSelect, never>;
224
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noItems": "noItems"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "requiredMarker": "requiredMarker"; "tagHint": "tagHint"; "tags": "tags"; "value": "value"; }, {}, never, ["*"], false>;
218
225
  }
219
226
  export declare interface CatSelect extends Components.CatSelect {
220
227
  /**
@@ -234,15 +241,6 @@ export declare interface CatSelect extends Components.CatSelect {
234
241
  */
235
242
  catBlur: EventEmitter<CustomEvent<FocusEvent>>;
236
243
  }
237
- export declare class CatSelect {
238
- protected z: NgZone;
239
- protected el: HTMLElement;
240
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
241
- static ɵfac: i0.ɵɵFactoryDeclaration<CatSelect, never>;
242
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noItems": "noItems"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "requiredMarker": "requiredMarker"; "tagHint": "tagHint"; "tags": "tags"; "value": "value"; }, {}, never, ["*"], false>;
243
- }
244
- export declare interface CatSelectDemo extends Components.CatSelectDemo {
245
- }
246
244
  export declare class CatSelectDemo {
247
245
  protected z: NgZone;
248
246
  protected el: HTMLElement;
@@ -250,7 +248,7 @@ export declare class CatSelectDemo {
250
248
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSelectDemo, never>;
251
249
  static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectDemo, "cat-select-demo", never, {}, {}, never, ["*"], false>;
252
250
  }
253
- export declare interface CatSkeleton extends Components.CatSkeleton {
251
+ export declare interface CatSelectDemo extends Components.CatSelectDemo {
254
252
  }
255
253
  export declare class CatSkeleton {
256
254
  protected z: NgZone;
@@ -259,7 +257,7 @@ export declare class CatSkeleton {
259
257
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSkeleton, never>;
260
258
  static ɵcmp: i0.ɵɵComponentDeclaration<CatSkeleton, "cat-skeleton", never, { "effect": "effect"; "lines": "lines"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
261
259
  }
262
- export declare interface CatSpinner extends Components.CatSpinner {
260
+ export declare interface CatSkeleton extends Components.CatSkeleton {
263
261
  }
264
262
  export declare class CatSpinner {
265
263
  protected z: NgZone;
@@ -268,11 +266,7 @@ export declare class CatSpinner {
268
266
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSpinner, never>;
269
267
  static ɵcmp: i0.ɵɵComponentDeclaration<CatSpinner, "cat-spinner", never, { "a11yLabel": "a11yLabel"; "size": "size"; }, {}, never, ["*"], false>;
270
268
  }
271
- export declare interface CatTab extends Components.CatTab {
272
- /**
273
- * Emitted when tab is clicked.
274
- */
275
- tabClick: EventEmitter<CustomEvent<MouseEvent>>;
269
+ export declare interface CatSpinner extends Components.CatSpinner {
276
270
  }
277
271
  export declare class CatTab {
278
272
  protected z: NgZone;
@@ -281,7 +275,11 @@ export declare class CatTab {
281
275
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTab, never>;
282
276
  static ɵcmp: i0.ɵɵComponentDeclaration<CatTab, "cat-tab", never, { "deactivated": "deactivated"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "label": "label"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"], false>;
283
277
  }
284
- export declare interface CatTabs extends Components.CatTabs {
278
+ export declare interface CatTab extends Components.CatTab {
279
+ /**
280
+ * Emitted when tab is clicked.
281
+ */
282
+ tabClick: EventEmitter<CustomEvent<MouseEvent>>;
285
283
  }
286
284
  export declare class CatTabs {
287
285
  protected z: NgZone;
@@ -290,6 +288,15 @@ export declare class CatTabs {
290
288
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTabs, never>;
291
289
  static ɵcmp: i0.ɵɵComponentDeclaration<CatTabs, "cat-tabs", never, { "activeTab": "activeTab"; "tabsAlign": "tabsAlign"; }, {}, never, ["*"], false>;
292
290
  }
291
+ export declare interface CatTabs extends Components.CatTabs {
292
+ }
293
+ export declare class CatTextarea {
294
+ protected z: NgZone;
295
+ protected el: HTMLElement;
296
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
297
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, never>;
298
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "value": "value"; }, {}, never, ["*"], false>;
299
+ }
293
300
  export declare interface CatTextarea extends Components.CatTextarea {
294
301
  /**
295
302
  * Emitted when the value is changed.
@@ -304,12 +311,12 @@ export declare interface CatTextarea extends Components.CatTextarea {
304
311
  */
305
312
  catBlur: EventEmitter<CustomEvent<FocusEvent>>;
306
313
  }
307
- export declare class CatTextarea {
314
+ export declare class CatToggle {
308
315
  protected z: NgZone;
309
316
  protected el: HTMLElement;
310
317
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
311
- static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, never>;
312
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "value": "value"; }, {}, never, ["*"], false>;
318
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatToggle, never>;
319
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
313
320
  }
314
321
  export declare interface CatToggle extends Components.CatToggle {
315
322
  /**
@@ -325,15 +332,6 @@ export declare interface CatToggle extends Components.CatToggle {
325
332
  */
326
333
  catBlur: EventEmitter<CustomEvent<FocusEvent>>;
327
334
  }
328
- export declare class CatToggle {
329
- protected z: NgZone;
330
- protected el: HTMLElement;
331
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
332
- static ɵfac: i0.ɵɵFactoryDeclaration<CatToggle, 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"; "nativeAttributes": "nativeAttributes"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
334
- }
335
- export declare interface CatTooltip extends Components.CatTooltip {
336
- }
337
335
  export declare class CatTooltip {
338
336
  protected z: NgZone;
339
337
  protected el: HTMLElement;
@@ -341,3 +339,5 @@ export declare class CatTooltip {
341
339
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTooltip, never>;
342
340
  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>;
343
341
  }
342
+ export declare interface CatTooltip extends Components.CatTooltip {
343
+ }
@@ -0,0 +1,14 @@
1
+ import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { CatSelectConnector } from '@haiilo/catalyst';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SelectValueAccessorDecorator implements OnChanges {
5
+ private readonly el;
6
+ /**
7
+ * The connector to use for the select.
8
+ */
9
+ connector?: CatSelectConnector;
10
+ constructor(el: ElementRef);
11
+ ngOnChanges({ connector }: SimpleChanges): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueAccessorDecorator, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueAccessorDecorator, "cat-select", never, { "connector": "connector"; }, {}, never, never, false>;
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "4.1.1",
3
+ "version": "5.0.0",
4
4
  "description": "Angular wrapper for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -12,7 +12,7 @@
12
12
  "rxjs": ">=6.6.0"
13
13
  },
14
14
  "dependencies": {
15
- "@haiilo/catalyst": "4.1.1",
15
+ "@haiilo/catalyst": "5.0.0",
16
16
  "tslib": "^2.3.0"
17
17
  },
18
18
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
package/public-api.d.ts CHANGED
@@ -8,6 +8,7 @@ export * from './lib/directives/boolean-value-accessor';
8
8
  export * from './lib/directives/proxies';
9
9
  export * from './lib/directives/radio-value-accessor';
10
10
  export * from './lib/directives/select-value-accessor';
11
+ export * from './lib/directives/select-value-accessor-decorator';
11
12
  export * from './lib/directives/text-value-accessor';
12
13
  export * from './lib/directives/value-accessor';
13
- export { ValueAccessorDecorator } from './lib/directives/value-accessor-decorator';
14
+ export * from './lib/directives/value-accessor-decorator';