@haiilo/catalyst-angular 13.5.1-beta → 14.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/fesm2022/haiilo-catalyst-angular.mjs +1942 -0
- package/fesm2022/haiilo-catalyst-angular.mjs.map +1 -0
- package/package.json +9 -17
- package/types/haiilo-catalyst-angular.d.ts +802 -0
- package/esm2020/haiilo-catalyst-angular.mjs +0 -5
- package/esm2020/lib/catalyst.module.mjs +0 -118
- package/esm2020/lib/datetime/datetime.component.mjs +0 -137
- package/esm2020/lib/dialog/dialog-actions.component.mjs +0 -27
- package/esm2020/lib/dialog/dialog-header.component.mjs +0 -43
- package/esm2020/lib/dialog/dialog.component.mjs +0 -60
- package/esm2020/lib/dialog/dialog.service.mjs +0 -68
- package/esm2020/lib/directives/angular-component-lib/utils.mjs +0 -59
- package/esm2020/lib/directives/boolean-value-accessor.mjs +0 -38
- package/esm2020/lib/directives/date-value-accessor.mjs +0 -90
- package/esm2020/lib/directives/proxies.mjs +0 -786
- package/esm2020/lib/directives/radio-value-accessor.mjs +0 -35
- package/esm2020/lib/directives/select-value-accessor-decorator.mjs +0 -24
- package/esm2020/lib/directives/select-value-accessor.mjs +0 -35
- package/esm2020/lib/directives/text-value-accessor.mjs +0 -35
- package/esm2020/lib/directives/time-value-accessor.mjs +0 -73
- package/esm2020/lib/directives/value-accessor-decorator.mjs +0 -55
- package/esm2020/lib/directives/value-accessor.mjs +0 -40
- package/esm2020/lib/injection-token.mjs +0 -21
- package/esm2020/lib/tooltip/tooltip.directive.mjs +0 -34
- package/esm2020/public-api.mjs +0 -19
- package/fesm2015/haiilo-catalyst-angular.mjs +0 -1700
- package/fesm2015/haiilo-catalyst-angular.mjs.map +0 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +0 -1679
- package/fesm2020/haiilo-catalyst-angular.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/catalyst.module.d.ts +0 -24
- package/lib/datetime/datetime.component.d.ts +0 -29
- package/lib/dialog/dialog-actions.component.d.ts +0 -12
- package/lib/dialog/dialog-header.component.d.ts +0 -29
- package/lib/dialog/dialog.component.d.ts +0 -35
- package/lib/dialog/dialog.service.d.ts +0 -49
- package/lib/directives/angular-component-lib/utils.d.ts +0 -9
- package/lib/directives/boolean-value-accessor.d.ts +0 -9
- package/lib/directives/date-value-accessor.d.ts +0 -17
- package/lib/directives/proxies.d.ts +0 -477
- package/lib/directives/radio-value-accessor.d.ts +0 -8
- package/lib/directives/select-value-accessor-decorator.d.ts +0 -14
- package/lib/directives/select-value-accessor.d.ts +0 -8
- package/lib/directives/text-value-accessor.d.ts +0 -8
- package/lib/directives/time-value-accessor.d.ts +0 -15
- package/lib/directives/value-accessor-decorator.d.ts +0 -18
- package/lib/directives/value-accessor.d.ts +0 -18
- package/lib/injection-token.d.ts +0 -7
- package/lib/tooltip/tooltip.directive.d.ts +0 -16
- package/public-api.d.ts +0 -18
|
@@ -1,477 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import { Components } from '@haiilo/catalyst';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CatAlert {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
7
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatAlert, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatAlert, "cat-alert", never, { "color": "color"; "icon": "icon"; "noIcon": "noIcon"; }, {}, never, ["*"], false>;
|
|
10
|
-
}
|
|
11
|
-
export declare interface CatAlert extends Components.CatAlert {
|
|
12
|
-
}
|
|
13
|
-
export declare class CatAvatar {
|
|
14
|
-
protected z: NgZone;
|
|
15
|
-
protected el: HTMLElement;
|
|
16
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatAvatar, never>;
|
|
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>;
|
|
19
|
-
}
|
|
20
|
-
export declare interface CatAvatar extends Components.CatAvatar {
|
|
21
|
-
}
|
|
22
|
-
export declare class CatBadge {
|
|
23
|
-
protected z: NgZone;
|
|
24
|
-
protected el: HTMLElement;
|
|
25
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatBadge, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatBadge, "cat-badge", never, { "color": "color"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "pulse": "pulse"; "round": "round"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
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"; "buttonGroupPosition": "buttonGroupPosition"; "buttonId": "buttonId"; "color": "color"; "disabled": "disabled"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "loading": "loading"; "name": "name"; "nativeAttributes": "nativeAttributes"; "nativeContentAttributes": "nativeContentAttributes"; "noEllipsis": "noEllipsis"; "round": "round"; "size": "size"; "submit": "submit"; "testId": "testId"; "url": "url"; "urlTarget": "urlTarget"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
37
|
-
}
|
|
38
|
-
export declare interface CatButton extends Components.CatButton {
|
|
39
|
-
/**
|
|
40
|
-
* Emitted when the button is clicked.
|
|
41
|
-
*/
|
|
42
|
-
catClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
43
|
-
/**
|
|
44
|
-
* Emitted when the button received focus.
|
|
45
|
-
*/
|
|
46
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
47
|
-
/**
|
|
48
|
-
* Emitted when the button loses focus.
|
|
49
|
-
*/
|
|
50
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
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
|
-
}
|
|
61
|
-
export declare class CatCard {
|
|
62
|
-
protected z: NgZone;
|
|
63
|
-
protected el: HTMLElement;
|
|
64
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatCard, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatCard, "cat-card", never, {}, {}, never, ["*"], false>;
|
|
67
|
-
}
|
|
68
|
-
export declare interface CatCard extends Components.CatCard {
|
|
69
|
-
/**
|
|
70
|
-
* Emitted when the card and all the children are fully loaded.
|
|
71
|
-
*/
|
|
72
|
-
catLoad: EventEmitter<CustomEvent<FocusEvent>>;
|
|
73
|
-
}
|
|
74
|
-
export declare class CatCheckbox {
|
|
75
|
-
protected z: NgZone;
|
|
76
|
-
protected el: HTMLElement;
|
|
77
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
78
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatCheckbox, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatCheckbox, "cat-checkbox", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "indeterminate": "indeterminate"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noValue": "noValue"; "required": "required"; "requiredMarker": "requiredMarker"; "resolvedValue": "resolvedValue"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
80
|
-
}
|
|
81
|
-
export declare interface CatCheckbox extends Components.CatCheckbox {
|
|
82
|
-
/**
|
|
83
|
-
* Emitted when the checked status of the checkbox is changed.
|
|
84
|
-
*/
|
|
85
|
-
catChange: EventEmitter<CustomEvent<any>>;
|
|
86
|
-
/**
|
|
87
|
-
* Emitted when the checkbox received focus.
|
|
88
|
-
*/
|
|
89
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
90
|
-
/**
|
|
91
|
-
* Emitted when the checkbox loses focus.
|
|
92
|
-
*/
|
|
93
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
94
|
-
}
|
|
95
|
-
export declare class CatDate {
|
|
96
|
-
protected z: NgZone;
|
|
97
|
-
protected el: HTMLElement;
|
|
98
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
99
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatDate, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDate, "cat-date", 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"; "min": "min"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "placement": "placement"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "testId": "testId"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "value": "value"; }, {}, never, ["*"], false>;
|
|
101
|
-
}
|
|
102
|
-
export declare interface CatDate extends Components.CatDate {
|
|
103
|
-
/**
|
|
104
|
-
* Emitted when the value is changed.
|
|
105
|
-
*/
|
|
106
|
-
catChange: EventEmitter<CustomEvent<string>>;
|
|
107
|
-
/**
|
|
108
|
-
* Emitted when the input received focus.
|
|
109
|
-
*/
|
|
110
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
111
|
-
/**
|
|
112
|
-
* Emitted when the input loses focus.
|
|
113
|
-
*/
|
|
114
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
115
|
-
}
|
|
116
|
-
export declare class CatDateInline {
|
|
117
|
-
protected z: NgZone;
|
|
118
|
-
protected el: HTMLElement;
|
|
119
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
120
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatDateInline, never>;
|
|
121
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDateInline, "cat-date-inline", never, { "a11yLabel": "a11yLabel"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "min": "min"; "noClear": "noClear"; "noToday": "noToday"; "range": "range"; "required": "required"; "requiredMarker": "requiredMarker"; "value": "value"; "weeks": "weeks"; }, {}, never, ["*"], false>;
|
|
122
|
-
}
|
|
123
|
-
export declare interface CatDateInline extends Components.CatDateInline {
|
|
124
|
-
/**
|
|
125
|
-
* Emitted when the value is changed.
|
|
126
|
-
*/
|
|
127
|
-
catChange: EventEmitter<CustomEvent<string>>;
|
|
128
|
-
}
|
|
129
|
-
export declare class CatDatepicker {
|
|
130
|
-
protected z: NgZone;
|
|
131
|
-
protected el: HTMLElement;
|
|
132
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
133
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatDatepicker, never>;
|
|
134
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDatepicker, "cat-datepicker", never, { "attachToElement": "attachToElement"; "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"; "min": "min"; "mode": "mode"; "name": "name"; "nativeAttributes": "nativeAttributes"; "nativePickerAttributes": "nativePickerAttributes"; "placeholder": "placeholder"; "position": "position"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "step": "step"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "value": "value"; }, {}, never, ["*"], false>;
|
|
135
|
-
}
|
|
136
|
-
export declare interface CatDatepicker extends Components.CatDatepicker {
|
|
137
|
-
/**
|
|
138
|
-
* Emitted when the value is changed.
|
|
139
|
-
*/
|
|
140
|
-
catChange: EventEmitter<CustomEvent<string>>;
|
|
141
|
-
/**
|
|
142
|
-
* Emitted when the input received focus.
|
|
143
|
-
*/
|
|
144
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
145
|
-
/**
|
|
146
|
-
* Emitted when the input loses focus.
|
|
147
|
-
*/
|
|
148
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
149
|
-
}
|
|
150
|
-
export declare class CatDatepickerInline {
|
|
151
|
-
protected z: NgZone;
|
|
152
|
-
protected el: HTMLElement;
|
|
153
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
154
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatDatepickerInline, never>;
|
|
155
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDatepickerInline, "cat-datepicker-inline", never, { "disabled": "disabled"; "max": "max"; "min": "min"; "mode": "mode"; "nativePickerAttributes": "nativePickerAttributes"; "readonly": "readonly"; "step": "step"; "value": "value"; }, {}, never, ["*"], false>;
|
|
156
|
-
}
|
|
157
|
-
export declare interface CatDatepickerInline extends Components.CatDatepickerInline {
|
|
158
|
-
/**
|
|
159
|
-
* Emitted when the value is changed.
|
|
160
|
-
*/
|
|
161
|
-
catChange: EventEmitter<CustomEvent<string>>;
|
|
162
|
-
}
|
|
163
|
-
export declare class CatDropdown {
|
|
164
|
-
protected z: NgZone;
|
|
165
|
-
protected el: HTMLElement;
|
|
166
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
167
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatDropdown, never>;
|
|
168
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "arrowNavigation": "arrowNavigation"; "delayedTriggerInit": "delayedTriggerInit"; "isOpen": "isOpen"; "justify": "justify"; "noAutoClose": "noAutoClose"; "noInitialFocus": "noInitialFocus"; "noResize": "noResize"; "noReturnFocus": "noReturnFocus"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"], false>;
|
|
169
|
-
}
|
|
170
|
-
export declare interface CatDropdown extends Components.CatDropdown {
|
|
171
|
-
/**
|
|
172
|
-
* Emitted when the dropdown is opened.
|
|
173
|
-
*/
|
|
174
|
-
catOpen: EventEmitter<CustomEvent<FocusEvent>>;
|
|
175
|
-
/**
|
|
176
|
-
* Emitted when the dropdown is closed.
|
|
177
|
-
*/
|
|
178
|
-
catClose: EventEmitter<CustomEvent<FocusEvent>>;
|
|
179
|
-
}
|
|
180
|
-
export declare class CatFormGroup {
|
|
181
|
-
protected z: NgZone;
|
|
182
|
-
protected el: HTMLElement;
|
|
183
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
184
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatFormGroup, never>;
|
|
185
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatFormGroup, "cat-form-group", never, { "horizontal": "horizontal"; "labelSize": "labelSize"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"], false>;
|
|
186
|
-
}
|
|
187
|
-
export declare interface CatFormGroup extends Components.CatFormGroup {
|
|
188
|
-
}
|
|
189
|
-
export declare class CatIcon {
|
|
190
|
-
protected z: NgZone;
|
|
191
|
-
protected el: HTMLElement;
|
|
192
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
193
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatIcon, never>;
|
|
194
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatIcon, "cat-icon", never, { "a11yLabel": "a11yLabel"; "icon": "icon"; "iconSrc": "iconSrc"; "size": "size"; }, {}, never, ["*"], false>;
|
|
195
|
-
}
|
|
196
|
-
export declare interface CatIcon extends Components.CatIcon {
|
|
197
|
-
}
|
|
198
|
-
export declare class CatInput {
|
|
199
|
-
protected z: NgZone;
|
|
200
|
-
protected el: HTMLElement;
|
|
201
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
202
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatInput, never>;
|
|
203
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "accept": "accept"; "autoComplete": "autoComplete"; "clearable": "clearable"; "dateMaskOptions": "dateMaskOptions"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "loading": "loading"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "multiple": "multiple"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "round": "round"; "testId": "testId"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "timeMaskOptions": "timeMaskOptions"; "togglePassword": "togglePassword"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
|
|
204
|
-
}
|
|
205
|
-
export declare interface CatInput extends Components.CatInput {
|
|
206
|
-
/**
|
|
207
|
-
* Emitted when the value is changed.
|
|
208
|
-
*/
|
|
209
|
-
catChange: EventEmitter<CustomEvent<string>>;
|
|
210
|
-
/**
|
|
211
|
-
* Emitted when the input received focus.
|
|
212
|
-
*/
|
|
213
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
214
|
-
/**
|
|
215
|
-
* Emitted when the input loses focus.
|
|
216
|
-
*/
|
|
217
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
218
|
-
/**
|
|
219
|
-
* Emitted if the input type is "file" and files are selected.
|
|
220
|
-
*/
|
|
221
|
-
catChangeFiles: EventEmitter<CustomEvent<FileList | null>>;
|
|
222
|
-
}
|
|
223
|
-
export declare class CatPagination {
|
|
224
|
-
protected z: NgZone;
|
|
225
|
-
protected el: HTMLElement;
|
|
226
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
227
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatPagination, never>;
|
|
228
|
-
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>;
|
|
229
|
-
}
|
|
230
|
-
export declare interface CatPagination extends Components.CatPagination {
|
|
231
|
-
/**
|
|
232
|
-
* Emitted when the page of the pagination has changed.
|
|
233
|
-
*/
|
|
234
|
-
catChange: EventEmitter<CustomEvent<number>>;
|
|
235
|
-
}
|
|
236
|
-
export declare class CatRadio {
|
|
237
|
-
protected z: NgZone;
|
|
238
|
-
protected el: HTMLElement;
|
|
239
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
240
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatRadio, never>;
|
|
241
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatRadio, "cat-radio", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "required": "required"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
242
|
-
}
|
|
243
|
-
export declare interface CatRadio extends Components.CatRadio {
|
|
244
|
-
/**
|
|
245
|
-
* Emitted when the radio is changed.
|
|
246
|
-
*/
|
|
247
|
-
catChange: EventEmitter<CustomEvent<boolean | string>>;
|
|
248
|
-
/**
|
|
249
|
-
* Emitted when the radio received focus.
|
|
250
|
-
*/
|
|
251
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
252
|
-
/**
|
|
253
|
-
* Emitted when the radio loses focus.
|
|
254
|
-
*/
|
|
255
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
256
|
-
}
|
|
257
|
-
export declare class CatRadioGroup {
|
|
258
|
-
protected z: NgZone;
|
|
259
|
-
protected el: HTMLElement;
|
|
260
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
261
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatRadioGroup, never>;
|
|
262
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatRadioGroup, "cat-radio-group", never, { "a11yLabel": "a11yLabel"; "disabled": "disabled"; "labelLeft": "labelLeft"; "name": "name"; "value": "value"; }, {}, never, ["*"], false>;
|
|
263
|
-
}
|
|
264
|
-
export declare interface CatRadioGroup extends Components.CatRadioGroup {
|
|
265
|
-
/**
|
|
266
|
-
* Emitted when the value is changed.
|
|
267
|
-
*/
|
|
268
|
-
catChange: EventEmitter<CustomEvent<boolean | string>>;
|
|
269
|
-
/**
|
|
270
|
-
* Emitted when the radio group received focus.
|
|
271
|
-
*/
|
|
272
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
273
|
-
/**
|
|
274
|
-
* Emitted when the radio group loses focus.
|
|
275
|
-
*/
|
|
276
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
277
|
-
}
|
|
278
|
-
export declare class CatScrollable {
|
|
279
|
-
protected z: NgZone;
|
|
280
|
-
protected el: HTMLElement;
|
|
281
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
282
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatScrollable, never>;
|
|
283
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatScrollable, "cat-scrollable", never, { "noOverflowX": "noOverflowX"; "noOverflowY": "noOverflowY"; "noOverscroll": "noOverscroll"; "noScrolledInit": "noScrolledInit"; "noShadowX": "noShadowX"; "noShadowY": "noShadowY"; "scrolledBuffer": "scrolledBuffer"; }, {}, never, ["*"], false>;
|
|
284
|
-
}
|
|
285
|
-
export declare interface CatScrollable extends Components.CatScrollable {
|
|
286
|
-
/**
|
|
287
|
-
* Emitted when the content is fully scrolled to the top.
|
|
288
|
-
*/
|
|
289
|
-
scrolledTop: EventEmitter<CustomEvent<void>>;
|
|
290
|
-
/**
|
|
291
|
-
* Emitted when the content is fully scrolled to the left.
|
|
292
|
-
*/
|
|
293
|
-
scrolledLeft: EventEmitter<CustomEvent<void>>;
|
|
294
|
-
/**
|
|
295
|
-
* Emitted when the content is fully scrolled to the right.
|
|
296
|
-
*/
|
|
297
|
-
scrolledRight: EventEmitter<CustomEvent<void>>;
|
|
298
|
-
/**
|
|
299
|
-
* Emitted when the content is fully scrolled to the bottom.
|
|
300
|
-
*/
|
|
301
|
-
scrolledBottom: EventEmitter<CustomEvent<void>>;
|
|
302
|
-
}
|
|
303
|
-
export declare class CatSelect {
|
|
304
|
-
protected z: NgZone;
|
|
305
|
-
protected el: HTMLElement;
|
|
306
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
307
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatSelect, never>;
|
|
308
|
-
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"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
309
|
-
}
|
|
310
|
-
export declare interface CatSelect extends Components.CatSelect {
|
|
311
|
-
/**
|
|
312
|
-
* Emitted when the select dropdown is opened.
|
|
313
|
-
*/
|
|
314
|
-
catOpen: EventEmitter<CustomEvent<FocusEvent>>;
|
|
315
|
-
/**
|
|
316
|
-
* Emitted when the select dropdown is closed.
|
|
317
|
-
*/
|
|
318
|
-
catClose: EventEmitter<CustomEvent<FocusEvent>>;
|
|
319
|
-
/**
|
|
320
|
-
* Emitted when the value is changed.
|
|
321
|
-
*/
|
|
322
|
-
catChange: EventEmitter<CustomEvent<InputEvent>>;
|
|
323
|
-
/**
|
|
324
|
-
* Emitted when the select loses the focus.
|
|
325
|
-
*/
|
|
326
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
327
|
-
}
|
|
328
|
-
export declare class CatSelectDemo {
|
|
329
|
-
protected z: NgZone;
|
|
330
|
-
protected el: HTMLElement;
|
|
331
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
332
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatSelectDemo, never>;
|
|
333
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelectDemo, "cat-select-demo", never, {}, {}, never, ["*"], false>;
|
|
334
|
-
}
|
|
335
|
-
export declare interface CatSelectDemo extends Components.CatSelectDemo {
|
|
336
|
-
}
|
|
337
|
-
export declare class CatSkeleton {
|
|
338
|
-
protected z: NgZone;
|
|
339
|
-
protected el: HTMLElement;
|
|
340
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
341
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatSkeleton, never>;
|
|
342
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatSkeleton, "cat-skeleton", never, { "effect": "effect"; "lines": "lines"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
343
|
-
}
|
|
344
|
-
export declare interface CatSkeleton extends Components.CatSkeleton {
|
|
345
|
-
}
|
|
346
|
-
export declare class CatSpinner {
|
|
347
|
-
protected z: NgZone;
|
|
348
|
-
protected el: HTMLElement;
|
|
349
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
350
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatSpinner, never>;
|
|
351
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatSpinner, "cat-spinner", never, { "a11yLabel": "a11yLabel"; "size": "size"; "value": "value"; }, {}, never, ["*"], false>;
|
|
352
|
-
}
|
|
353
|
-
export declare interface CatSpinner extends Components.CatSpinner {
|
|
354
|
-
}
|
|
355
|
-
export declare class CatTab {
|
|
356
|
-
protected z: NgZone;
|
|
357
|
-
protected el: HTMLElement;
|
|
358
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
359
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatTab, never>;
|
|
360
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTab, "cat-tab", never, { "deactivated": "deactivated"; "error": "error"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "label": "label"; "nativeAttributes": "nativeAttributes"; "noActive": "noActive"; "sticky": "sticky"; "testId": "testId"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"], false>;
|
|
361
|
-
}
|
|
362
|
-
export declare interface CatTab extends Components.CatTab {
|
|
363
|
-
/**
|
|
364
|
-
* Emitted when tab is clicked.
|
|
365
|
-
*/
|
|
366
|
-
catClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
367
|
-
}
|
|
368
|
-
export declare class CatTabs {
|
|
369
|
-
protected z: NgZone;
|
|
370
|
-
protected el: HTMLElement;
|
|
371
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
372
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatTabs, never>;
|
|
373
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTabs, "cat-tabs", never, { "activeTab": "activeTab"; "activeTabAlwaysVisible": "activeTabAlwaysVisible"; "adaptive": "adaptive"; "tabsAlign": "tabsAlign"; }, {}, never, ["*"], false>;
|
|
374
|
-
}
|
|
375
|
-
export declare interface CatTabs extends Components.CatTabs {
|
|
376
|
-
/**
|
|
377
|
-
* Emitted when active tab is changed.
|
|
378
|
-
*/
|
|
379
|
-
catChange: EventEmitter<CustomEvent<{
|
|
380
|
-
id: string;
|
|
381
|
-
index: number;
|
|
382
|
-
fromDropdown: boolean;
|
|
383
|
-
}>>;
|
|
384
|
-
}
|
|
385
|
-
export declare class CatTag {
|
|
386
|
-
protected z: NgZone;
|
|
387
|
-
protected el: HTMLElement;
|
|
388
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
389
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatTag, never>;
|
|
390
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTag, "cat-tag", never, { "addOnBlur": "addOnBlur"; "clearable": "clearable"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "required": "required"; "requiredMarker": "requiredMarker"; "tagCreationChars": "tagCreationChars"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
391
|
-
}
|
|
392
|
-
export declare interface CatTag extends Components.CatTag {
|
|
393
|
-
/**
|
|
394
|
-
* Emitted when the value is changed.
|
|
395
|
-
*/
|
|
396
|
-
catChange: EventEmitter<CustomEvent<string[]>>;
|
|
397
|
-
/**
|
|
398
|
-
* Emitted when the input received focus.
|
|
399
|
-
*/
|
|
400
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
401
|
-
/**
|
|
402
|
-
* Emitted when the input loses focus.
|
|
403
|
-
*/
|
|
404
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
405
|
-
}
|
|
406
|
-
export declare class CatTextarea {
|
|
407
|
-
protected z: NgZone;
|
|
408
|
-
protected el: HTMLElement;
|
|
409
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
410
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, never>;
|
|
411
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "autoComplete": "autoComplete"; "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"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
412
|
-
}
|
|
413
|
-
export declare interface CatTextarea extends Components.CatTextarea {
|
|
414
|
-
/**
|
|
415
|
-
* Emitted when the value is changed.
|
|
416
|
-
*/
|
|
417
|
-
catChange: EventEmitter<CustomEvent<string>>;
|
|
418
|
-
/**
|
|
419
|
-
* Emitted when the textarea received focus.
|
|
420
|
-
*/
|
|
421
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
422
|
-
/**
|
|
423
|
-
* Emitted when the textarea loses focus.
|
|
424
|
-
*/
|
|
425
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
426
|
-
}
|
|
427
|
-
export declare class CatTime {
|
|
428
|
-
protected z: NgZone;
|
|
429
|
-
protected el: HTMLElement;
|
|
430
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
431
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatTime, never>;
|
|
432
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTime, "cat-time", 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"; "min": "min"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "placement": "placement"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "step": "step"; "testId": "testId"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "value": "value"; }, {}, never, ["*"], false>;
|
|
433
|
-
}
|
|
434
|
-
export declare interface CatTime extends Components.CatTime {
|
|
435
|
-
/**
|
|
436
|
-
* Emitted when the value is changed.
|
|
437
|
-
*/
|
|
438
|
-
catChange: EventEmitter<CustomEvent<string>>;
|
|
439
|
-
/**
|
|
440
|
-
* Emitted when the input received focus.
|
|
441
|
-
*/
|
|
442
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
443
|
-
/**
|
|
444
|
-
* Emitted when the input loses focus.
|
|
445
|
-
*/
|
|
446
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
447
|
-
}
|
|
448
|
-
export declare class CatToggle {
|
|
449
|
-
protected z: NgZone;
|
|
450
|
-
protected el: HTMLElement;
|
|
451
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
452
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatToggle, never>;
|
|
453
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noValue": "noValue"; "required": "required"; "resolvedValue": "resolvedValue"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
454
|
-
}
|
|
455
|
-
export declare interface CatToggle extends Components.CatToggle {
|
|
456
|
-
/**
|
|
457
|
-
* Emitted when the checked status of the toggle is changed.
|
|
458
|
-
*/
|
|
459
|
-
catChange: EventEmitter<CustomEvent<any>>;
|
|
460
|
-
/**
|
|
461
|
-
* Emitted when the toggle received focus.
|
|
462
|
-
*/
|
|
463
|
-
catFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
464
|
-
/**
|
|
465
|
-
* Emitted when the toggle loses focus.
|
|
466
|
-
*/
|
|
467
|
-
catBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
468
|
-
}
|
|
469
|
-
export declare class CatTooltip {
|
|
470
|
-
protected z: NgZone;
|
|
471
|
-
protected el: HTMLElement;
|
|
472
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
473
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatTooltip, never>;
|
|
474
|
-
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>;
|
|
475
|
-
}
|
|
476
|
-
export declare interface CatTooltip extends Components.CatTooltip {
|
|
477
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ValueAccessor } from './value-accessor';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RadioValueAccessor extends ValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadioValueAccessor, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioValueAccessor, "cat-radio, cat-radio-group", never, {}, {}, never, never, false>;
|
|
8
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ValueAccessor } from './value-accessor';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SelectValueAccessor extends ValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueAccessor, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueAccessor, "cat-select, cat-tag", never, {}, {}, never, never, false>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ValueAccessor } from './value-accessor';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TextValueAccessor extends ValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextValueAccessor, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessor, "cat-input, cat-textarea, cat-datepicker, cat-datepicker-inline", never, {}, {}, never, never, false>;
|
|
8
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { ValueAccessor } from './value-accessor';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TimeValueAccessor extends ValueAccessor implements AfterViewInit {
|
|
6
|
-
private readonly ngControl?;
|
|
7
|
-
constructor(el: ElementRef, ngControl?: NgControl | undefined);
|
|
8
|
-
get nativeElement(): any;
|
|
9
|
-
ngAfterViewInit(): void;
|
|
10
|
-
writeValue(value: any): void;
|
|
11
|
-
handleChangeEvent(value: any): void;
|
|
12
|
-
updateErrors(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimeValueAccessor, [null, { optional: true; skipSelf: true; }]>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TimeValueAccessor, "cat-time", never, {}, {}, never, never, false>;
|
|
15
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { ControlContainer, NgControl } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ValueAccessorDecorator implements AfterViewInit {
|
|
5
|
-
private readonly el;
|
|
6
|
-
private readonly controlDirective?;
|
|
7
|
-
private controlContainer?;
|
|
8
|
-
/**
|
|
9
|
-
* Whether to show errors directly after initialization
|
|
10
|
-
* (i.e. before the user has interacted with the input).
|
|
11
|
-
*/
|
|
12
|
-
errorInit: boolean;
|
|
13
|
-
constructor(el: ElementRef, controlDirective?: NgControl | undefined, controlContainer?: ControlContainer | undefined);
|
|
14
|
-
ngAfterViewInit(): void;
|
|
15
|
-
updateErrors(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAccessorDecorator, [null, { optional: true; self: true; }, { optional: true; host: true; skipSelf: true; }]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ValueAccessorDecorator, "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", never, { "errorInit": "errorInit"; }, {}, never, never, false>;
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ValueAccessor implements ControlValueAccessor {
|
|
5
|
-
protected el: ElementRef;
|
|
6
|
-
private onChange;
|
|
7
|
-
private onTouched;
|
|
8
|
-
protected lastValue: any;
|
|
9
|
-
constructor(el: ElementRef);
|
|
10
|
-
writeValue(value: any): void;
|
|
11
|
-
handleChangeEvent(value: any): void;
|
|
12
|
-
_handleBlurEvent(): void;
|
|
13
|
-
registerOnChange(fn: (value: any) => void): void;
|
|
14
|
-
registerOnTouched(fn: () => void): void;
|
|
15
|
-
setDisabledState(isDisabled: boolean): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAccessor, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ValueAccessor, never, never, {}, {}, never, never, false>;
|
|
18
|
-
}
|
package/lib/injection-token.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { CatI18nRegistry, CatIconRegistry, CatNotificationService } from '@haiilo/catalyst';
|
|
3
|
-
import { RootLogger } from 'loglevel';
|
|
4
|
-
export declare const CAT_LOG_TOKEN: InjectionToken<RootLogger>;
|
|
5
|
-
export declare const CAT_I18N_REGISTRY_TOKEN: InjectionToken<CatI18nRegistry>;
|
|
6
|
-
export declare const CAT_ICON_REGISTRY_TOKEN: InjectionToken<CatIconRegistry>;
|
|
7
|
-
export declare const CAT_NOTIFICATION_SERVICE_TOKEN: InjectionToken<CatNotificationService>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OnChanges, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A directive that can be used to add a Catalyst tooltip to an element.
|
|
5
|
-
*/
|
|
6
|
-
export declare class CatTooltipDirective implements OnInit, OnChanges {
|
|
7
|
-
private templateRef;
|
|
8
|
-
private viewContainer;
|
|
9
|
-
catTooltip: string;
|
|
10
|
-
private component?;
|
|
11
|
-
constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
ngOnChanges(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatTooltipDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CatTooltipDirective, "[catTooltip]", never, { "catTooltip": "catTooltip"; }, {}, never, never, false>;
|
|
16
|
-
}
|
package/public-api.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export * from './lib/injection-token';
|
|
2
|
-
export * from './lib/catalyst.module';
|
|
3
|
-
export * from './lib/datetime/datetime.component';
|
|
4
|
-
export { CatDialogActionsComponent } from './lib/dialog/dialog-actions.component';
|
|
5
|
-
export { CatDialogHeaderComponent } from './lib/dialog/dialog-header.component';
|
|
6
|
-
export { CatDialogComponent } from './lib/dialog/dialog.component';
|
|
7
|
-
export { CatDialogConfig, CatDialogService, CAT_DIALOG_SIZE_TOKEN } from './lib/dialog/dialog.service';
|
|
8
|
-
export * from './lib/directives/boolean-value-accessor';
|
|
9
|
-
export * from './lib/directives/date-value-accessor';
|
|
10
|
-
export * from './lib/directives/proxies';
|
|
11
|
-
export * from './lib/directives/radio-value-accessor';
|
|
12
|
-
export * from './lib/directives/select-value-accessor';
|
|
13
|
-
export * from './lib/directives/select-value-accessor-decorator';
|
|
14
|
-
export * from './lib/directives/text-value-accessor';
|
|
15
|
-
export * from './lib/directives/time-value-accessor';
|
|
16
|
-
export * from './lib/directives/value-accessor';
|
|
17
|
-
export * from './lib/directives/value-accessor-decorator';
|
|
18
|
-
export { CatTooltipDirective } from './lib/tooltip/tooltip.directive';
|