@haiilo/catalyst-angular 2.4.9 → 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.
- package/esm2020/lib/catalyst.module.mjs +16 -10
- package/esm2020/lib/dialog/dialog-actions.component.mjs +26 -0
- package/esm2020/lib/dialog/dialog-header.component.mjs +44 -0
- package/esm2020/lib/dialog/dialog.component.mjs +28 -0
- package/esm2020/lib/dialog/dialog.service.mjs +45 -0
- package/esm2020/lib/directives/boolean-value-accessor.mjs +3 -3
- package/esm2020/lib/directives/proxies.mjs +110 -85
- package/esm2020/lib/directives/radio-value-accessor.mjs +3 -3
- package/esm2020/lib/directives/select-value-accessor.mjs +3 -3
- package/esm2020/lib/directives/text-value-accessor.mjs +3 -3
- package/esm2020/lib/directives/value-accessor.mjs +3 -3
- package/esm2020/public-api.mjs +5 -1
- package/fesm2015/haiilo-catalyst-angular.mjs +261 -110
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +267 -110
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/{haiilo-catalyst-angular.d.ts → index.d.ts} +0 -0
- package/lib/catalyst.module.d.ts +6 -1
- package/lib/dialog/dialog-actions.component.d.ts +12 -0
- package/lib/dialog/dialog-header.component.d.ts +30 -0
- package/lib/dialog/dialog.component.d.ts +14 -0
- package/lib/dialog/dialog.service.d.ts +29 -0
- package/lib/directives/boolean-value-accessor.d.ts +1 -1
- package/lib/directives/proxies.d.ts +33 -24
- package/lib/directives/radio-value-accessor.d.ts +1 -1
- package/lib/directives/select-value-accessor.d.ts +1 -1
- package/lib/directives/text-value-accessor.d.ts +1 -1
- package/lib/directives/value-accessor.d.ts +1 -1
- package/package.json +6 -5
- 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,16 @@ 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
|
+
}
|
|
99
|
+
export declare interface CatFormGroup extends Components.CatFormGroup {
|
|
100
|
+
}
|
|
101
|
+
export declare class CatFormGroup {
|
|
102
|
+
protected z: NgZone;
|
|
103
|
+
protected el: HTMLElement;
|
|
104
|
+
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>;
|
|
98
107
|
}
|
|
99
108
|
export declare interface CatIcon extends Components.CatIcon {
|
|
100
109
|
}
|
|
@@ -103,7 +112,7 @@ export declare class CatIcon {
|
|
|
103
112
|
protected el: HTMLElement;
|
|
104
113
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
105
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatIcon, never>;
|
|
106
|
-
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>;
|
|
107
116
|
}
|
|
108
117
|
export declare interface CatInput extends Components.CatInput {
|
|
109
118
|
/**
|
|
@@ -124,7 +133,7 @@ export declare class CatInput {
|
|
|
124
133
|
protected el: HTMLElement;
|
|
125
134
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
126
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatInput, never>;
|
|
127
|
-
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"; "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>;
|
|
128
137
|
}
|
|
129
138
|
export declare interface CatLabel extends Components.CatLabel {
|
|
130
139
|
}
|
|
@@ -133,7 +142,7 @@ export declare class CatLabel {
|
|
|
133
142
|
protected el: HTMLElement;
|
|
134
143
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
135
144
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatLabel, never>;
|
|
136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; }, {}, never, ["*"]>;
|
|
145
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
|
|
137
146
|
}
|
|
138
147
|
export declare interface CatModal extends Components.CatModal {
|
|
139
148
|
}
|
|
@@ -142,7 +151,7 @@ export declare class CatModal {
|
|
|
142
151
|
protected el: HTMLElement;
|
|
143
152
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
144
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatModal, never>;
|
|
145
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatModal, "cat-modal", never, { "size": "size"; }, {}, never, ["*"]>;
|
|
154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatModal, "cat-modal", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
146
155
|
}
|
|
147
156
|
export declare interface CatPagination extends Components.CatPagination {
|
|
148
157
|
}
|
|
@@ -151,7 +160,7 @@ export declare class CatPagination {
|
|
|
151
160
|
protected el: HTMLElement;
|
|
152
161
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
153
162
|
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, ["*"]>;
|
|
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>;
|
|
155
164
|
}
|
|
156
165
|
export declare interface CatRadio extends Components.CatRadio {
|
|
157
166
|
/**
|
|
@@ -172,7 +181,7 @@ export declare class CatRadio {
|
|
|
172
181
|
protected el: HTMLElement;
|
|
173
182
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
174
183
|
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"; "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>;
|
|
176
185
|
}
|
|
177
186
|
export declare interface CatRadioGroup extends Components.CatRadioGroup {
|
|
178
187
|
/**
|
|
@@ -189,7 +198,7 @@ export declare class CatRadioGroup {
|
|
|
189
198
|
protected el: HTMLElement;
|
|
190
199
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
191
200
|
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, ["*"]>;
|
|
201
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatRadioGroup, "cat-radio-group", never, { "a11yLabel": "a11yLabel"; "disabled": "disabled"; "labelLeft": "labelLeft"; "name": "name"; "value": "value"; }, {}, never, ["*"], false>;
|
|
193
202
|
}
|
|
194
203
|
export declare interface CatScrollable extends Components.CatScrollable {
|
|
195
204
|
/**
|
|
@@ -214,7 +223,7 @@ export declare class CatScrollable {
|
|
|
214
223
|
protected el: HTMLElement;
|
|
215
224
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
216
225
|
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, ["*"]>;
|
|
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>;
|
|
218
227
|
}
|
|
219
228
|
export declare interface CatSelect extends Components.CatSelect {
|
|
220
229
|
/**
|
|
@@ -239,7 +248,7 @@ export declare class CatSelect {
|
|
|
239
248
|
protected el: HTMLElement;
|
|
240
249
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
241
250
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatSelect, 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"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "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>;
|
|
243
252
|
}
|
|
244
253
|
export declare interface CatSelectDemo extends Components.CatSelectDemo {
|
|
245
254
|
}
|
|
@@ -248,7 +257,7 @@ export declare class CatSelectDemo {
|
|
|
248
257
|
protected el: HTMLElement;
|
|
249
258
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
250
259
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatSelectDemo, never>;
|
|
251
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectDemo, "cat-select-demo", never, {}, {}, never, ["*"]>;
|
|
260
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectDemo, "cat-select-demo", never, {}, {}, never, ["*"], false>;
|
|
252
261
|
}
|
|
253
262
|
export declare interface CatSkeleton extends Components.CatSkeleton {
|
|
254
263
|
}
|
|
@@ -257,7 +266,7 @@ export declare class CatSkeleton {
|
|
|
257
266
|
protected el: HTMLElement;
|
|
258
267
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
259
268
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatSkeleton, never>;
|
|
260
|
-
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>;
|
|
261
270
|
}
|
|
262
271
|
export declare interface CatSpinner extends Components.CatSpinner {
|
|
263
272
|
}
|
|
@@ -266,7 +275,7 @@ export declare class CatSpinner {
|
|
|
266
275
|
protected el: HTMLElement;
|
|
267
276
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
268
277
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatSpinner, never>;
|
|
269
|
-
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>;
|
|
270
279
|
}
|
|
271
280
|
export declare interface CatTab extends Components.CatTab {
|
|
272
281
|
/**
|
|
@@ -279,7 +288,7 @@ export declare class CatTab {
|
|
|
279
288
|
protected el: HTMLElement;
|
|
280
289
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
281
290
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTab, 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, ["*"]>;
|
|
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>;
|
|
283
292
|
}
|
|
284
293
|
export declare interface CatTabs extends Components.CatTabs {
|
|
285
294
|
}
|
|
@@ -288,7 +297,7 @@ export declare class CatTabs {
|
|
|
288
297
|
protected el: HTMLElement;
|
|
289
298
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
290
299
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTabs, never>;
|
|
291
|
-
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>;
|
|
292
301
|
}
|
|
293
302
|
export declare interface CatTextarea extends Components.CatTextarea {
|
|
294
303
|
/**
|
|
@@ -309,7 +318,7 @@ export declare class CatTextarea {
|
|
|
309
318
|
protected el: HTMLElement;
|
|
310
319
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
311
320
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, 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"; "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>;
|
|
313
322
|
}
|
|
314
323
|
export declare interface CatToggle extends Components.CatToggle {
|
|
315
324
|
/**
|
|
@@ -330,7 +339,7 @@ export declare class CatToggle {
|
|
|
330
339
|
protected el: HTMLElement;
|
|
331
340
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
332
341
|
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"; "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>;
|
|
334
343
|
}
|
|
335
344
|
export declare interface CatTooltip extends Components.CatTooltip {
|
|
336
345
|
}
|
|
@@ -339,5 +348,5 @@ export declare class CatTooltip {
|
|
|
339
348
|
protected el: HTMLElement;
|
|
340
349
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
341
350
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTooltip, 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, ["*"]>;
|
|
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>;
|
|
343
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": "
|
|
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": ">=
|
|
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": "
|
|
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": "
|
|
23
|
+
"typings": "index.d.ts",
|
|
23
24
|
"exports": {
|
|
24
25
|
"./package.json": {
|
|
25
26
|
"default": "./package.json"
|
|
26
27
|
},
|
|
27
28
|
".": {
|
|
28
|
-
"types": "./
|
|
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';
|