@haiilo/catalyst-angular 5.2.3 → 5.4.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.
- package/esm2020/lib/catalyst.module.mjs +8 -6
- package/esm2020/lib/dialog/dialog-actions.component.mjs +4 -4
- package/esm2020/lib/dialog/dialog-header.component.mjs +5 -6
- package/esm2020/lib/dialog/dialog.component.mjs +4 -4
- package/esm2020/lib/dialog/dialog.service.mjs +5 -5
- package/esm2020/lib/directives/boolean-value-accessor.mjs +4 -4
- package/esm2020/lib/directives/proxies.mjs +160 -81
- package/esm2020/lib/directives/radio-value-accessor.mjs +4 -4
- package/esm2020/lib/directives/select-value-accessor-decorator.mjs +4 -4
- package/esm2020/lib/directives/select-value-accessor.mjs +4 -4
- package/esm2020/lib/directives/text-value-accessor.mjs +4 -4
- package/esm2020/lib/directives/value-accessor-decorator.mjs +4 -4
- package/esm2020/lib/directives/value-accessor.mjs +4 -4
- package/fesm2015/haiilo-catalyst-angular.mjs +199 -122
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +199 -122
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/catalyst.module.d.ts +1 -1
- package/lib/dialog/dialog-header.component.d.ts +0 -1
- package/lib/directives/proxies.d.ts +70 -11
- package/package.json +2 -2
|
@@ -33,7 +33,7 @@ export declare class CatButton {
|
|
|
33
33
|
protected el: HTMLElement;
|
|
34
34
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
35
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"; "
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatButton, "cat-button", never, { "a11yCurrent": "a11yCurrent"; "a11yLabel": "a11yLabel"; "active": "active"; "buttonGroupPosition": "buttonGroupPosition"; "buttonId": "buttonId"; "color": "color"; "disabled": "disabled"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "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
37
|
}
|
|
38
38
|
export declare interface CatButton extends Components.CatButton {
|
|
39
39
|
/**
|
|
@@ -49,6 +49,15 @@ export declare interface CatButton extends Components.CatButton {
|
|
|
49
49
|
*/
|
|
50
50
|
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
51
51
|
}
|
|
52
|
+
export declare class CatButtonGroup {
|
|
53
|
+
protected z: NgZone;
|
|
54
|
+
protected el: HTMLElement;
|
|
55
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatButtonGroup, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatButtonGroup, "cat-button-group", never, { "a11yLabel": "a11yLabel"; }, {}, never, ["*"], false>;
|
|
58
|
+
}
|
|
59
|
+
export declare interface CatButtonGroup extends Components.CatButtonGroup {
|
|
60
|
+
}
|
|
52
61
|
export declare class CatCard {
|
|
53
62
|
protected z: NgZone;
|
|
54
63
|
protected el: HTMLElement;
|
|
@@ -69,7 +78,7 @@ export declare interface CatCheckbox extends Components.CatCheckbox {
|
|
|
69
78
|
/**
|
|
70
79
|
* Emitted when the checked status of the checkbox is changed.
|
|
71
80
|
*/
|
|
72
|
-
catChange: EventEmitter<CustomEvent<
|
|
81
|
+
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
73
82
|
/**
|
|
74
83
|
* Emitted when the checkbox received focus.
|
|
75
84
|
*/
|
|
@@ -79,6 +88,27 @@ export declare interface CatCheckbox extends Components.CatCheckbox {
|
|
|
79
88
|
*/
|
|
80
89
|
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
81
90
|
}
|
|
91
|
+
export declare class CatDatepicker {
|
|
92
|
+
protected z: NgZone;
|
|
93
|
+
protected el: HTMLElement;
|
|
94
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
95
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatDatepicker, never>;
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatDatepicker, "cat-datepicker", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "datesDisabled": "datesDisabled"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "format": "format"; "hint": "hint"; "horizontal": "horizontal"; "icon": "icon"; "iconLeft": "iconLeft"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "min": "min"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "type": "type"; "value": "value"; "weekNumbers": "weekNumbers"; }, {}, never, ["*"], false>;
|
|
97
|
+
}
|
|
98
|
+
export declare interface CatDatepicker extends Components.CatDatepicker {
|
|
99
|
+
/**
|
|
100
|
+
* Emitted when the value is changed.
|
|
101
|
+
*/
|
|
102
|
+
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
103
|
+
/**
|
|
104
|
+
* Emitted when the input received focus.
|
|
105
|
+
*/
|
|
106
|
+
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
107
|
+
/**
|
|
108
|
+
* Emitted when the input loses focus.
|
|
109
|
+
*/
|
|
110
|
+
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
111
|
+
}
|
|
82
112
|
export declare class CatDropdown {
|
|
83
113
|
protected z: NgZone;
|
|
84
114
|
protected el: HTMLElement;
|
|
@@ -101,7 +131,7 @@ export declare class CatFormGroup {
|
|
|
101
131
|
protected el: HTMLElement;
|
|
102
132
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
103
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatFormGroup, never>;
|
|
104
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatFormGroup, "cat-form-group", never, { "labelSize": "labelSize"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
|
|
134
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatFormGroup, "cat-form-group", never, { "horizontal": "horizontal"; "labelSize": "labelSize"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
|
|
105
135
|
}
|
|
106
136
|
export declare interface CatFormGroup extends Components.CatFormGroup {
|
|
107
137
|
}
|
|
@@ -125,7 +155,7 @@ export declare interface CatInput extends Components.CatInput {
|
|
|
125
155
|
/**
|
|
126
156
|
* Emitted when the value is changed.
|
|
127
157
|
*/
|
|
128
|
-
catChange: EventEmitter<CustomEvent<
|
|
158
|
+
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
129
159
|
/**
|
|
130
160
|
* Emitted when the input received focus.
|
|
131
161
|
*/
|
|
@@ -140,7 +170,7 @@ export declare class CatLabel {
|
|
|
140
170
|
protected el: HTMLElement;
|
|
141
171
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
142
172
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatLabel, never>;
|
|
143
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
|
|
173
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "horizontal": "horizontal"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
|
|
144
174
|
}
|
|
145
175
|
export declare interface CatLabel extends Components.CatLabel {
|
|
146
176
|
}
|
|
@@ -152,6 +182,10 @@ export declare class CatPagination {
|
|
|
152
182
|
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>;
|
|
153
183
|
}
|
|
154
184
|
export declare interface CatPagination extends Components.CatPagination {
|
|
185
|
+
/**
|
|
186
|
+
* Emitted when the page of the pagination has changed.
|
|
187
|
+
*/
|
|
188
|
+
catChange: EventEmitter<CustomEvent<any>>;
|
|
155
189
|
}
|
|
156
190
|
export declare class CatRadio {
|
|
157
191
|
protected z: NgZone;
|
|
@@ -164,7 +198,7 @@ export declare interface CatRadio extends Components.CatRadio {
|
|
|
164
198
|
/**
|
|
165
199
|
* Emitted when the radio is changed.
|
|
166
200
|
*/
|
|
167
|
-
catChange: EventEmitter<CustomEvent<
|
|
201
|
+
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
168
202
|
/**
|
|
169
203
|
* Emitted when the radio received focus.
|
|
170
204
|
*/
|
|
@@ -185,7 +219,7 @@ export declare interface CatRadioGroup extends Components.CatRadioGroup {
|
|
|
185
219
|
/**
|
|
186
220
|
* Emitted when the value is changed.
|
|
187
221
|
*/
|
|
188
|
-
catChange: EventEmitter<CustomEvent<
|
|
222
|
+
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
189
223
|
/**
|
|
190
224
|
* Emitted when the radio group loses focus.
|
|
191
225
|
*/
|
|
@@ -221,7 +255,7 @@ export declare class CatSelect {
|
|
|
221
255
|
protected el: HTMLElement;
|
|
222
256
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
223
257
|
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>;
|
|
258
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "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>;
|
|
225
259
|
}
|
|
226
260
|
export declare interface CatSelect extends Components.CatSelect {
|
|
227
261
|
/**
|
|
@@ -235,7 +269,7 @@ export declare interface CatSelect extends Components.CatSelect {
|
|
|
235
269
|
/**
|
|
236
270
|
* Emitted when the value is changed.
|
|
237
271
|
*/
|
|
238
|
-
catChange: EventEmitter<CustomEvent<
|
|
272
|
+
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
239
273
|
/**
|
|
240
274
|
* Emitted when the select loses the focus.
|
|
241
275
|
*/
|
|
@@ -301,7 +335,7 @@ export declare interface CatTextarea extends Components.CatTextarea {
|
|
|
301
335
|
/**
|
|
302
336
|
* Emitted when the value is changed.
|
|
303
337
|
*/
|
|
304
|
-
catChange: EventEmitter<CustomEvent<
|
|
338
|
+
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
305
339
|
/**
|
|
306
340
|
* Emitted when the textarea received focus.
|
|
307
341
|
*/
|
|
@@ -311,6 +345,31 @@ export declare interface CatTextarea extends Components.CatTextarea {
|
|
|
311
345
|
*/
|
|
312
346
|
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
313
347
|
}
|
|
348
|
+
export declare class CatTimepicker {
|
|
349
|
+
protected z: NgZone;
|
|
350
|
+
protected el: HTMLElement;
|
|
351
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
352
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatTimepicker, never>;
|
|
353
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatTimepicker, "cat-timepicker", never, { "clearable": "clearable"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "hourShort": "hourShort"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "min": "min"; "minutesStep": "minutesStep"; "multiple": "multiple"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noItems": "noItems"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "requiredMarker": "requiredMarker"; "value": "value"; }, {}, never, ["*"], false>;
|
|
354
|
+
}
|
|
355
|
+
export declare interface CatTimepicker extends Components.CatTimepicker {
|
|
356
|
+
/**
|
|
357
|
+
* Emitted when the select dropdown is opened.
|
|
358
|
+
*/
|
|
359
|
+
catOpen: EventEmitter<CustomEvent<FocusEvent>>;
|
|
360
|
+
/**
|
|
361
|
+
* Emitted when the select dropdown is closed.
|
|
362
|
+
*/
|
|
363
|
+
catClose: EventEmitter<CustomEvent<FocusEvent>>;
|
|
364
|
+
/**
|
|
365
|
+
* Emitted when the value is changed.
|
|
366
|
+
*/
|
|
367
|
+
catChange: EventEmitter<CustomEvent<any>>;
|
|
368
|
+
/**
|
|
369
|
+
* Emitted when the select loses the focus.
|
|
370
|
+
*/
|
|
371
|
+
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
372
|
+
}
|
|
314
373
|
export declare class CatToggle {
|
|
315
374
|
protected z: NgZone;
|
|
316
375
|
protected el: HTMLElement;
|
|
@@ -322,7 +381,7 @@ export declare interface CatToggle extends Components.CatToggle {
|
|
|
322
381
|
/**
|
|
323
382
|
* Emitted when the checked status of the toggle is changed.
|
|
324
383
|
*/
|
|
325
|
-
catChange: EventEmitter<CustomEvent<
|
|
384
|
+
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
326
385
|
/**
|
|
327
386
|
* Emitted when the toggle received focus.
|
|
328
387
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.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": "5.
|
|
15
|
+
"@haiilo/catalyst": "5.4.0",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"module": "fesm2015/haiilo-catalyst-angular.mjs",
|