@cauca-911/material 20.0.13 → 20.0.15
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/cauca-911-material.mjs +113 -245
- package/fesm2022/cauca-911-material.mjs.map +1 -1
- package/index.d.ts +146 -251
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit, EventEmitter, InputSignal, OutputEmitterRef, Signal, WritableSignal, OnDestroy, DoCheck, ElementRef, TemplateRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, AbstractControl, ValidatorFn, UntypedFormGroup, UntypedFormBuilder, FormControl, FormGroup, NgControl, NgForm, FormGroupDirective, UntypedFormControl } from '@angular/forms';
|
|
4
4
|
import { SubscriptSizing, MatFormFieldControl } from '@angular/material/form-field';
|
|
@@ -10,13 +10,13 @@ import { MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteSelectedEvent }
|
|
|
10
10
|
import { Configuration } from '@cauca-911/core';
|
|
11
11
|
|
|
12
12
|
declare class CaucaMaterialService {
|
|
13
|
-
static ɵfac:
|
|
14
|
-
static ɵprov:
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CaucaMaterialService>;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
declare class CaucaMaterialComponent {
|
|
18
|
-
static ɵfac:
|
|
19
|
-
static ɵcmp:
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMaterialComponent, "cauca-material", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
declare class CaucaDateTimePickerComponent implements ControlValueAccessor, OnInit {
|
|
@@ -53,199 +53,94 @@ declare class CaucaDateTimePickerComponent implements ControlValueAccessor, OnIn
|
|
|
53
53
|
private getDateTimePickerOptions;
|
|
54
54
|
private stringifyDate;
|
|
55
55
|
private getDialogPosition;
|
|
56
|
-
static ɵfac:
|
|
57
|
-
static ɵcmp:
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaDateTimePickerComponent, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaucaDateTimePickerComponent, "cauca-date-time-picker", never, { "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "label": { "alias": "label"; "required": false; }; "translateLabel": { "alias": "translateLabel"; "required": false; }; "stepHours": { "alias": "stepHours"; "required": false; }; "stepMinutes": { "alias": "stepMinutes"; "required": false; }; "stepSecondes": { "alias": "stepSecondes"; "required": false; }; "minimumDate": { "alias": "minimumDate"; "required": false; }; "maximumDate": { "alias": "maximumDate"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "showFormat": { "alias": "showFormat"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "showButtonIcons": { "alias": "showButtonIcons"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
declare class
|
|
61
|
-
translateLabel: InputSignal<boolean>;
|
|
62
|
-
label: InputSignal<string>;
|
|
63
|
-
small: InputSignal<boolean>;
|
|
60
|
+
declare abstract class BaseButton {
|
|
64
61
|
colorOnHover: InputSignal<string>;
|
|
65
62
|
color: InputSignal<string>;
|
|
66
63
|
icon: InputSignal<string>;
|
|
67
64
|
iconAlignment: InputSignal<'left' | 'right'>;
|
|
68
65
|
isDisabled: InputSignal<boolean>;
|
|
69
66
|
isInProgress: InputSignal<boolean>;
|
|
70
|
-
iconColor:
|
|
71
|
-
showIcon:
|
|
72
|
-
iconToShow:
|
|
73
|
-
buttonDisabled:
|
|
67
|
+
iconColor: i0.Signal<string>;
|
|
68
|
+
showIcon: i0.Signal<boolean>;
|
|
69
|
+
iconToShow: i0.Signal<string>;
|
|
70
|
+
buttonDisabled: i0.Signal<boolean>;
|
|
74
71
|
buttonClick: OutputEmitterRef<void>;
|
|
75
|
-
isHovered:
|
|
72
|
+
isHovered: i0.WritableSignal<boolean>;
|
|
76
73
|
onMouseEnter(): void;
|
|
77
74
|
onMouseLeave(): void;
|
|
78
|
-
static ɵfac:
|
|
79
|
-
static
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseButton, never>;
|
|
76
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseButton, never, never, { "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
80
77
|
}
|
|
81
|
-
|
|
82
|
-
declare class FabButtonComponent {
|
|
83
|
-
iconColor: _angular_core.Signal<string>;
|
|
78
|
+
declare abstract class BaseButtonWithLabel extends BaseButton {
|
|
84
79
|
translateLabel: InputSignal<boolean>;
|
|
85
80
|
label: InputSignal<string>;
|
|
86
81
|
small: InputSignal<boolean>;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
icon: InputSignal<string>;
|
|
90
|
-
iconAlignment: InputSignal<'left' | 'right'>;
|
|
91
|
-
isDisabled: InputSignal<boolean>;
|
|
92
|
-
isInProgress: InputSignal<boolean>;
|
|
93
|
-
showIcon: _angular_core.Signal<boolean>;
|
|
94
|
-
iconToShow: _angular_core.Signal<string>;
|
|
95
|
-
buttonDisabled: _angular_core.Signal<boolean>;
|
|
96
|
-
buttonClick: OutputEmitterRef<void>;
|
|
97
|
-
isHovered: _angular_core.WritableSignal<boolean>;
|
|
98
|
-
onMouseEnter(): void;
|
|
99
|
-
onMouseLeave(): void;
|
|
100
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FabButtonComponent, never>;
|
|
101
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FabButtonComponent, "cauca-fab-button", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
82
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseButtonWithLabel, never>;
|
|
83
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseButtonWithLabel, never, never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
102
84
|
}
|
|
103
85
|
|
|
104
|
-
declare class
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
small: InputSignal<boolean>;
|
|
108
|
-
colorOnHover: InputSignal<string>;
|
|
109
|
-
color: InputSignal<string>;
|
|
110
|
-
icon: InputSignal<string>;
|
|
111
|
-
iconAlignment: InputSignal<'left' | 'right'>;
|
|
112
|
-
isDisabled: InputSignal<boolean>;
|
|
113
|
-
isInProgress: InputSignal<boolean>;
|
|
114
|
-
iconColor: _angular_core.Signal<string>;
|
|
115
|
-
showIcon: _angular_core.Signal<boolean>;
|
|
116
|
-
iconToShow: _angular_core.Signal<string>;
|
|
117
|
-
buttonDisabled: _angular_core.Signal<boolean>;
|
|
118
|
-
buttonClick: OutputEmitterRef<void>;
|
|
119
|
-
isHovered: _angular_core.WritableSignal<boolean>;
|
|
120
|
-
onMouseEnter(): void;
|
|
121
|
-
onMouseLeave(): void;
|
|
122
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FlatButtonComponent, never>;
|
|
123
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FlatButtonComponent, "cauca-flat-button", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
86
|
+
declare class BasicButtonComponent extends BaseButtonWithLabel {
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BasicButtonComponent, never>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicButtonComponent, "cauca-basic-button", never, {}, {}, never, never, true, never>;
|
|
124
89
|
}
|
|
125
90
|
|
|
126
|
-
declare class
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
onMouseLeave(): void;
|
|
141
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconButtonComponent, never>;
|
|
142
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IconButtonComponent, "cauca-icon-button", never, { "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
91
|
+
declare class FabButtonComponent extends BaseButtonWithLabel {
|
|
92
|
+
iconColor: i0.Signal<string>;
|
|
93
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabButtonComponent, never>;
|
|
94
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabButtonComponent, "cauca-fab-button", never, {}, {}, never, never, true, never>;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
declare class FlatButtonComponent extends BaseButtonWithLabel {
|
|
98
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlatButtonComponent, never>;
|
|
99
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlatButtonComponent, "cauca-flat-button", never, {}, {}, never, never, true, never>;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
declare class IconButtonComponent extends BaseButton {
|
|
103
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
|
|
104
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "cauca-icon-button", never, {}, {}, never, never, true, never>;
|
|
143
105
|
}
|
|
144
106
|
|
|
145
107
|
declare class LinkButtonComponent {
|
|
146
108
|
private readonly clipboard;
|
|
147
|
-
readonly segments:
|
|
109
|
+
readonly segments: i0.InputSignal<string[]>;
|
|
148
110
|
constructor(clipboard: Clipboard);
|
|
149
111
|
copyLink(): void;
|
|
150
|
-
static ɵfac:
|
|
151
|
-
static ɵcmp:
|
|
112
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinkButtonComponent, never>;
|
|
113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "cauca-link-button", never, { "segments": { "alias": "segments"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
152
114
|
}
|
|
153
115
|
|
|
154
|
-
declare class MenuItemComponent {
|
|
116
|
+
declare class MenuItemComponent extends BaseButtonWithLabel {
|
|
155
117
|
translateLabel: InputSignal<boolean>;
|
|
156
118
|
trigger: InputSignal<any>;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
colorOnHover: InputSignal<string>;
|
|
160
|
-
color: InputSignal<string>;
|
|
161
|
-
icon: InputSignal<string>;
|
|
162
|
-
iconAlignment: InputSignal<'left' | 'right'>;
|
|
163
|
-
isDisabled: InputSignal<boolean>;
|
|
164
|
-
isInProgress: InputSignal<boolean>;
|
|
165
|
-
iconColor: _angular_core.Signal<string>;
|
|
166
|
-
showIcon: _angular_core.Signal<boolean>;
|
|
167
|
-
iconToShow: _angular_core.Signal<string>;
|
|
168
|
-
buttonDisabled: _angular_core.Signal<boolean>;
|
|
169
|
-
buttonClick: OutputEmitterRef<void>;
|
|
170
|
-
isHovered: _angular_core.WritableSignal<boolean>;
|
|
171
|
-
onMouseEnter(): void;
|
|
172
|
-
onMouseLeave(): void;
|
|
173
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MenuItemComponent, never>;
|
|
174
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MenuItemComponent, "cauca-menu-item", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
119
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemComponent, never>;
|
|
120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemComponent, "cauca-menu-item", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
175
121
|
}
|
|
176
122
|
|
|
177
|
-
declare class RaisedButtonComponent {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
small: InputSignal<boolean>;
|
|
181
|
-
colorOnHover: InputSignal<string>;
|
|
182
|
-
color: InputSignal<string>;
|
|
183
|
-
icon: InputSignal<string>;
|
|
184
|
-
iconAlignment: InputSignal<'left' | 'right'>;
|
|
185
|
-
isDisabled: InputSignal<boolean>;
|
|
186
|
-
isInProgress: InputSignal<boolean>;
|
|
187
|
-
iconColor: _angular_core.Signal<string>;
|
|
188
|
-
showIcon: _angular_core.Signal<boolean>;
|
|
189
|
-
iconToShow: _angular_core.Signal<string>;
|
|
190
|
-
buttonDisabled: _angular_core.Signal<boolean>;
|
|
191
|
-
buttonClick: OutputEmitterRef<void>;
|
|
192
|
-
isHovered: _angular_core.WritableSignal<boolean>;
|
|
193
|
-
onMouseEnter(): void;
|
|
194
|
-
onMouseLeave(): void;
|
|
195
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RaisedButtonComponent, never>;
|
|
196
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RaisedButtonComponent, "cauca-raised-button", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
123
|
+
declare class RaisedButtonComponent extends BaseButtonWithLabel {
|
|
124
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RaisedButtonComponent, never>;
|
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RaisedButtonComponent, "cauca-raised-button", never, {}, {}, never, never, true, never>;
|
|
197
126
|
}
|
|
198
127
|
|
|
199
128
|
declare class RefreshButtonComponent {
|
|
200
129
|
inProgress: boolean;
|
|
201
130
|
refreshEvent: EventEmitter<void>;
|
|
202
131
|
refresh(): void;
|
|
203
|
-
static ɵfac:
|
|
204
|
-
static ɵcmp:
|
|
132
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RefreshButtonComponent, never>;
|
|
133
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RefreshButtonComponent, "cauca-refresh-button", never, { "inProgress": { "alias": "inProgress"; "required": false; }; }, { "refreshEvent": "refreshEvent"; }, never, never, true, never>;
|
|
205
134
|
}
|
|
206
135
|
|
|
207
|
-
declare class RoundButtonComponent {
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
small: InputSignal<boolean>;
|
|
211
|
-
colorOnHover: InputSignal<string>;
|
|
212
|
-
color: InputSignal<string>;
|
|
213
|
-
icon: InputSignal<string>;
|
|
214
|
-
iconAlignment: InputSignal<'left' | 'right'>;
|
|
215
|
-
isDisabled: InputSignal<boolean>;
|
|
216
|
-
isInProgress: InputSignal<boolean>;
|
|
217
|
-
iconColor: _angular_core.Signal<string>;
|
|
218
|
-
showIcon: _angular_core.Signal<boolean>;
|
|
219
|
-
iconToShow: _angular_core.Signal<string>;
|
|
220
|
-
buttonDisabled: _angular_core.Signal<boolean>;
|
|
221
|
-
buttonClick: OutputEmitterRef<void>;
|
|
222
|
-
isHovered: _angular_core.WritableSignal<boolean>;
|
|
223
|
-
onMouseEnter(): void;
|
|
224
|
-
onMouseLeave(): void;
|
|
225
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RoundButtonComponent, never>;
|
|
226
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RoundButtonComponent, "cauca-round-button", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
136
|
+
declare class RoundButtonComponent extends BaseButtonWithLabel {
|
|
137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoundButtonComponent, never>;
|
|
138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RoundButtonComponent, "cauca-round-button", never, {}, {}, never, never, true, never>;
|
|
227
139
|
}
|
|
228
140
|
|
|
229
|
-
declare class StrokedButtonComponent {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
small: InputSignal<boolean>;
|
|
233
|
-
colorOnHover: InputSignal<string>;
|
|
234
|
-
color: InputSignal<string>;
|
|
235
|
-
icon: InputSignal<string>;
|
|
236
|
-
iconAlignment: InputSignal<'left' | 'right'>;
|
|
237
|
-
isDisabled: InputSignal<boolean>;
|
|
238
|
-
isInProgress: InputSignal<boolean>;
|
|
239
|
-
iconColor: _angular_core.Signal<string>;
|
|
240
|
-
showIcon: _angular_core.Signal<boolean>;
|
|
241
|
-
iconToShow: _angular_core.Signal<string>;
|
|
242
|
-
buttonDisabled: _angular_core.Signal<boolean>;
|
|
243
|
-
buttonClick: OutputEmitterRef<void>;
|
|
244
|
-
isHovered: _angular_core.WritableSignal<boolean>;
|
|
245
|
-
onMouseEnter(): void;
|
|
246
|
-
onMouseLeave(): void;
|
|
247
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StrokedButtonComponent, never>;
|
|
248
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StrokedButtonComponent, "cauca-stroked-button", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
141
|
+
declare class StrokedButtonComponent extends BaseButtonWithLabel {
|
|
142
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StrokedButtonComponent, never>;
|
|
143
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StrokedButtonComponent, "cauca-stroked-button", never, {}, {}, never, never, true, never>;
|
|
249
144
|
}
|
|
250
145
|
|
|
251
146
|
declare class ButtonComponent {
|
|
@@ -257,8 +152,8 @@ declare class ButtonComponent {
|
|
|
257
152
|
color: string;
|
|
258
153
|
type: 'basic' | 'raised' | 'stroked' | 'flat' | 'icon' | 'fab';
|
|
259
154
|
buttonClick: EventEmitter<void>;
|
|
260
|
-
static ɵfac:
|
|
261
|
-
static ɵcmp:
|
|
155
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
156
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cauca-button", never, { "class": { "alias": "class"; "required": false; }; "inProgress": { "alias": "inProgress"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
|
|
262
157
|
}
|
|
263
158
|
|
|
264
159
|
declare class DialogService {
|
|
@@ -274,8 +169,8 @@ declare class DialogService {
|
|
|
274
169
|
result: ConfirmationResult;
|
|
275
170
|
value: string;
|
|
276
171
|
}>;
|
|
277
|
-
static ɵfac:
|
|
278
|
-
static ɵprov:
|
|
172
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
|
|
173
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
279
174
|
}
|
|
280
175
|
interface ConfirmationOptions {
|
|
281
176
|
noText: string;
|
|
@@ -311,23 +206,23 @@ declare class LoadingStateService {
|
|
|
311
206
|
withLoadingIndicator<T>(observable$: Observable<T>): Observable<T>;
|
|
312
207
|
private startLoading;
|
|
313
208
|
private handleError;
|
|
314
|
-
static ɵfac:
|
|
315
|
-
static ɵprov:
|
|
209
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingStateService, never>;
|
|
210
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LoadingStateService>;
|
|
316
211
|
}
|
|
317
212
|
|
|
318
213
|
declare class LoadingErrorComponent {
|
|
319
214
|
retryRequest: EventEmitter<void>;
|
|
320
215
|
readonly loadingState: LoadingStateService;
|
|
321
|
-
showError:
|
|
322
|
-
static ɵfac:
|
|
323
|
-
static ɵcmp:
|
|
216
|
+
showError: i0.Signal<boolean>;
|
|
217
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingErrorComponent, never>;
|
|
218
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingErrorComponent, "cauca-loading-error", never, {}, { "retryRequest": "retryRequest"; }, never, never, true, never>;
|
|
324
219
|
}
|
|
325
220
|
|
|
326
221
|
declare class LoadingSpinnerIndicatorComponent {
|
|
327
222
|
diameter: InputSignal<number>;
|
|
328
223
|
loadingState: LoadingStateService;
|
|
329
|
-
static ɵfac:
|
|
330
|
-
static ɵcmp:
|
|
224
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerIndicatorComponent, never>;
|
|
225
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerIndicatorComponent, "cauca-loading-spinner-indicator", never, { "diameter": { "alias": "diameter"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
331
226
|
}
|
|
332
227
|
|
|
333
228
|
declare class SnackBarComponent {
|
|
@@ -345,16 +240,16 @@ declare class SnackBarComponent {
|
|
|
345
240
|
buttonColor: Signal<string>;
|
|
346
241
|
closeClick: EventEmitter<void>;
|
|
347
242
|
buttonClick: EventEmitter<void>;
|
|
348
|
-
static ɵfac:
|
|
349
|
-
static ɵcmp:
|
|
243
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarComponent, never>;
|
|
244
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SnackBarComponent, "cauca-snackbar", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "buttonSpecificColor": { "alias": "buttonSpecificColor"; "required": false; "isSignal": true; }; "buttonIcon": { "alias": "buttonIcon"; "required": false; "isSignal": true; }; "inProgress": { "alias": "inProgress"; "required": false; "isSignal": true; }; "showButton": { "alias": "showButton"; "required": false; "isSignal": true; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; }, { "closeClick": "closeClick"; "buttonClick": "buttonClick"; }, never, ["*"], true, never>;
|
|
350
245
|
}
|
|
351
246
|
|
|
352
247
|
declare class BadgeComponent {
|
|
353
|
-
icon:
|
|
354
|
-
label:
|
|
355
|
-
color:
|
|
356
|
-
static ɵfac:
|
|
357
|
-
static ɵcmp:
|
|
248
|
+
icon: i0.InputSignal<string>;
|
|
249
|
+
label: i0.InputSignal<string>;
|
|
250
|
+
color: i0.InputSignal<string>;
|
|
251
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
252
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "cauca-badge", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
358
253
|
}
|
|
359
254
|
|
|
360
255
|
declare class IconComponent {
|
|
@@ -362,8 +257,8 @@ declare class IconComponent {
|
|
|
362
257
|
faIcon: string[];
|
|
363
258
|
image: string;
|
|
364
259
|
set icon(value: string);
|
|
365
|
-
static ɵfac:
|
|
366
|
-
static ɵcmp:
|
|
260
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
261
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cauca-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
|
|
367
262
|
}
|
|
368
263
|
|
|
369
264
|
declare class ListPaginatorComponent {
|
|
@@ -385,8 +280,8 @@ declare class ListPaginatorComponent {
|
|
|
385
280
|
tryMoveToLast(): void;
|
|
386
281
|
tryMoveToPrevious(): void;
|
|
387
282
|
tryMoveToNext(): void;
|
|
388
|
-
static ɵfac:
|
|
389
|
-
static ɵcmp:
|
|
283
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListPaginatorComponent, never>;
|
|
284
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListPaginatorComponent, "cauca-list-paginator", never, { "itemsCount": { "alias": "itemsCount"; "required": false; "isSignal": true; }; "showTotalPage": { "alias": "showTotalPage"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; }, { "pageChange": "pageChange"; }, never, never, true, never>;
|
|
390
285
|
}
|
|
391
286
|
|
|
392
287
|
declare class PasswordValidation {
|
|
@@ -402,8 +297,8 @@ declare class PasswordValidation {
|
|
|
402
297
|
declare class PasswordCriteriaViewerComponent {
|
|
403
298
|
passwordValidation: InputSignal<PasswordValidation>;
|
|
404
299
|
disabled: InputSignal<boolean>;
|
|
405
|
-
static ɵfac:
|
|
406
|
-
static ɵcmp:
|
|
300
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordCriteriaViewerComponent, never>;
|
|
301
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordCriteriaViewerComponent, "cauca-password-criteria-viewer", never, { "passwordValidation": { "alias": "passwordValidation"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
407
302
|
}
|
|
408
303
|
|
|
409
304
|
declare class PasswordSelectionComponent implements ControlValueAccessor {
|
|
@@ -412,12 +307,12 @@ declare class PasswordSelectionComponent implements ControlValueAccessor {
|
|
|
412
307
|
disabled: boolean;
|
|
413
308
|
direction: 'row' | 'column';
|
|
414
309
|
formWidth: string;
|
|
415
|
-
showCriteriaOnlyWhenPasswordHasValue:
|
|
416
|
-
alwaysShowCriteria:
|
|
417
|
-
showCriteria:
|
|
418
|
-
passwordLabel:
|
|
419
|
-
passwordConfirmationLabel:
|
|
420
|
-
hasValueChange:
|
|
310
|
+
showCriteriaOnlyWhenPasswordHasValue: i0.InputSignal<boolean>;
|
|
311
|
+
alwaysShowCriteria: i0.InputSignal<boolean>;
|
|
312
|
+
showCriteria: i0.WritableSignal<boolean>;
|
|
313
|
+
passwordLabel: i0.InputSignal<string>;
|
|
314
|
+
passwordConfirmationLabel: i0.InputSignal<string>;
|
|
315
|
+
hasValueChange: i0.OutputEmitterRef<boolean>;
|
|
421
316
|
private lastPasswordValidationSent;
|
|
422
317
|
constructor(formBuilder: UntypedFormBuilder);
|
|
423
318
|
writeValue(value: string): void;
|
|
@@ -426,8 +321,8 @@ declare class PasswordSelectionComponent implements ControlValueAccessor {
|
|
|
426
321
|
setDisabledState?(isDisabled: boolean): void;
|
|
427
322
|
onChange: (value: string) => string;
|
|
428
323
|
onTouched: () => void;
|
|
429
|
-
static ɵfac:
|
|
430
|
-
static ɵcmp:
|
|
324
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordSelectionComponent, never>;
|
|
325
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordSelectionComponent, "cauca-password-selection", never, { "direction": { "alias": "direction"; "required": false; }; "formWidth": { "alias": "formWidth"; "required": false; }; "showCriteriaOnlyWhenPasswordHasValue": { "alias": "showCriteriaOnlyWhenPasswordHasValue"; "required": false; "isSignal": true; }; "alwaysShowCriteria": { "alias": "alwaysShowCriteria"; "required": false; "isSignal": true; }; "passwordLabel": { "alias": "passwordLabel"; "required": false; "isSignal": true; }; "passwordConfirmationLabel": { "alias": "passwordConfirmationLabel"; "required": false; "isSignal": true; }; }, { "hasValueChange": "hasValueChange"; }, never, ["*"], true, never>;
|
|
431
326
|
}
|
|
432
327
|
|
|
433
328
|
declare class PasswordInputComponent implements ControlValueAccessor {
|
|
@@ -437,11 +332,11 @@ declare class PasswordInputComponent implements ControlValueAccessor {
|
|
|
437
332
|
translatePlaceholder: InputSignal<boolean>;
|
|
438
333
|
placeholder: InputSignal<string>;
|
|
439
334
|
required: InputSignal<boolean>;
|
|
440
|
-
enterKeyDown:
|
|
335
|
+
enterKeyDown: i0.OutputEmitterRef<void>;
|
|
441
336
|
passwordControl: FormControl;
|
|
442
337
|
disabled: WritableSignal<boolean>;
|
|
443
338
|
showPassword: WritableSignal<boolean>;
|
|
444
|
-
inputType:
|
|
339
|
+
inputType: i0.Signal<"password" | "text">;
|
|
445
340
|
constructor();
|
|
446
341
|
writeValue(value: string): void;
|
|
447
342
|
registerOnChange(fn: any): void;
|
|
@@ -449,12 +344,12 @@ declare class PasswordInputComponent implements ControlValueAccessor {
|
|
|
449
344
|
setDisabledState?(isDisabled: boolean): void;
|
|
450
345
|
onChange: (value: string) => string;
|
|
451
346
|
onTouched: () => void;
|
|
452
|
-
static ɵfac:
|
|
453
|
-
static ɵcmp:
|
|
347
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
|
|
348
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "cauca-password-input", never, { "autocomplete": { "alias": "autocomplete"; "required": false; "isSignal": true; }; "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "translatePlaceholder": { "alias": "translatePlaceholder"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, { "enterKeyDown": "enterKeyDown"; }, never, never, true, never>;
|
|
454
349
|
}
|
|
455
350
|
|
|
456
351
|
declare class DateRangePickerComponent implements OnInit {
|
|
457
|
-
range:
|
|
352
|
+
range: i0.ModelSignal<DateRange>;
|
|
458
353
|
readonly form: FormGroup<{
|
|
459
354
|
from: FormControl<any>;
|
|
460
355
|
to: FormControl<any>;
|
|
@@ -462,8 +357,8 @@ declare class DateRangePickerComponent implements OnInit {
|
|
|
462
357
|
constructor();
|
|
463
358
|
ngOnInit(): void;
|
|
464
359
|
clear(): void;
|
|
465
|
-
static ɵfac:
|
|
466
|
-
static ɵcmp:
|
|
360
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
|
|
361
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "cauca-date-range-picker", never, { "range": { "alias": "range"; "required": false; "isSignal": true; }; }, { "range": "rangeChange"; }, never, never, true, never>;
|
|
467
362
|
}
|
|
468
363
|
interface DateRange {
|
|
469
364
|
from: Date | null;
|
|
@@ -485,8 +380,8 @@ declare class DropdownChipAutocompleteComponent implements ControlValueAccessor,
|
|
|
485
380
|
displayValue: string;
|
|
486
381
|
allowRemove: boolean;
|
|
487
382
|
ariaDescribedBy: string;
|
|
488
|
-
canRemoveAll:
|
|
489
|
-
hasOptionTemplate:
|
|
383
|
+
canRemoveAll: i0.InputSignal<boolean>;
|
|
384
|
+
hasOptionTemplate: i0.InputSignal<boolean>;
|
|
490
385
|
optionTemplate: TemplateRef<any>;
|
|
491
386
|
stateChanges: Subject<void>;
|
|
492
387
|
static nextId: number;
|
|
@@ -533,40 +428,40 @@ declare class DropdownChipAutocompleteComponent implements ControlValueAccessor,
|
|
|
533
428
|
onClearAll(): void;
|
|
534
429
|
private updateErrorState;
|
|
535
430
|
private filterSelectedItem;
|
|
536
|
-
static ɵfac:
|
|
537
|
-
static ɵcmp:
|
|
431
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownChipAutocompleteComponent, [{ optional: true; self: true; }, { optional: true; }, { optional: true; }, null]>;
|
|
432
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownChipAutocompleteComponent, "cauca-dropdown-chip-autocomplete", never, { "listAutoComplete": { "alias": "listAutoComplete"; "required": false; }; "keyValue": { "alias": "keyValue"; "required": false; }; "displayValue": { "alias": "displayValue"; "required": false; }; "allowRemove": { "alias": "allowRemove"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "canRemoveAll": { "alias": "canRemoveAll"; "required": false; "isSignal": true; }; "hasOptionTemplate": { "alias": "hasOptionTemplate"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "clearAll": "clearAll"; }, ["optionTemplate"], never, true, never>;
|
|
538
433
|
}
|
|
539
434
|
|
|
540
435
|
declare class GroupContainerComponent {
|
|
541
|
-
caption:
|
|
542
|
-
static ɵfac:
|
|
543
|
-
static ɵcmp:
|
|
436
|
+
caption: i0.InputSignal<string>;
|
|
437
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GroupContainerComponent, never>;
|
|
438
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupContainerComponent, "cauca-group-container", never, { "caption": { "alias": "caption"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
544
439
|
}
|
|
545
440
|
|
|
546
441
|
declare class MainSectionComponent {
|
|
547
442
|
title: InputSignal<string>;
|
|
548
|
-
static ɵfac:
|
|
549
|
-
static ɵcmp:
|
|
443
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MainSectionComponent, never>;
|
|
444
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainSectionComponent, "cauca-main-section", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
550
445
|
}
|
|
551
446
|
|
|
552
447
|
declare class SectionColumnComponent {
|
|
553
|
-
showBigGap:
|
|
554
|
-
static ɵfac:
|
|
555
|
-
static ɵcmp:
|
|
448
|
+
showBigGap: i0.InputSignal<boolean>;
|
|
449
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SectionColumnComponent, never>;
|
|
450
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SectionColumnComponent, "cauca-section-column", never, { "showBigGap": { "alias": "showBigGap"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
556
451
|
}
|
|
557
452
|
|
|
558
453
|
declare class SectionFieldComponent {
|
|
559
|
-
autoTranslateLabel:
|
|
560
|
-
label:
|
|
561
|
-
value:
|
|
562
|
-
values:
|
|
563
|
-
fieldName:
|
|
564
|
-
useMultipleValues:
|
|
565
|
-
showLink:
|
|
566
|
-
linkClick:
|
|
567
|
-
splitEqually:
|
|
568
|
-
static ɵfac:
|
|
569
|
-
static ɵcmp:
|
|
454
|
+
autoTranslateLabel: i0.InputSignal<boolean>;
|
|
455
|
+
label: i0.InputSignal<string>;
|
|
456
|
+
value: i0.InputSignal<unknown>;
|
|
457
|
+
values: i0.InputSignal<unknown[]>;
|
|
458
|
+
fieldName: i0.InputSignal<string>;
|
|
459
|
+
useMultipleValues: i0.Signal<boolean>;
|
|
460
|
+
showLink: i0.InputSignal<boolean>;
|
|
461
|
+
linkClick: i0.OutputEmitterRef<void>;
|
|
462
|
+
splitEqually: i0.InputSignal<boolean>;
|
|
463
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SectionFieldComponent, never>;
|
|
464
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SectionFieldComponent, "cauca-section-field", never, { "autoTranslateLabel": { "alias": "autoTranslateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "values": { "alias": "values"; "required": false; "isSignal": true; }; "fieldName": { "alias": "fieldName"; "required": false; "isSignal": true; }; "showLink": { "alias": "showLink"; "required": false; "isSignal": true; }; "splitEqually": { "alias": "splitEqually"; "required": false; "isSignal": true; }; }, { "linkClick": "linkClick"; }, never, never, true, never>;
|
|
570
465
|
}
|
|
571
466
|
|
|
572
467
|
declare class BreadcrumbLocation {
|
|
@@ -577,33 +472,33 @@ declare class BreadcrumbLocation {
|
|
|
577
472
|
}
|
|
578
473
|
|
|
579
474
|
declare class PageTitleComponent {
|
|
580
|
-
caption:
|
|
581
|
-
showBreadcrumb:
|
|
582
|
-
location:
|
|
583
|
-
breadcrumb:
|
|
584
|
-
baseCrumb:
|
|
585
|
-
translateBreadcrumb:
|
|
586
|
-
displayBreadcrumb:
|
|
587
|
-
breadcrumbLocation:
|
|
588
|
-
currentBreadcrumb:
|
|
589
|
-
mustTranslateBreadcrumb:
|
|
475
|
+
caption: i0.InputSignal<string>;
|
|
476
|
+
showBreadcrumb: i0.InputSignal<boolean>;
|
|
477
|
+
location: i0.InputSignal<BreadcrumbLocation[]>;
|
|
478
|
+
breadcrumb: i0.InputSignal<string>;
|
|
479
|
+
baseCrumb: i0.InputSignal<string>;
|
|
480
|
+
translateBreadcrumb: i0.InputSignal<boolean>;
|
|
481
|
+
displayBreadcrumb: i0.Signal<boolean>;
|
|
482
|
+
breadcrumbLocation: i0.Signal<BreadcrumbLocation[]>;
|
|
483
|
+
currentBreadcrumb: i0.Signal<string>;
|
|
484
|
+
mustTranslateBreadcrumb: i0.Signal<boolean>;
|
|
590
485
|
private readonly breadcrumbService;
|
|
591
|
-
static ɵfac:
|
|
592
|
-
static ɵcmp:
|
|
486
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageTitleComponent, never>;
|
|
487
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageTitleComponent, "cauca-page-title", never, { "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "showBreadcrumb": { "alias": "showBreadcrumb"; "required": false; "isSignal": true; }; "location": { "alias": "location"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; "baseCrumb": { "alias": "baseCrumb"; "required": false; "isSignal": true; }; "translateBreadcrumb": { "alias": "translateBreadcrumb"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
593
488
|
}
|
|
594
489
|
|
|
595
490
|
declare class SavingConfirmedBoxComponent {
|
|
596
|
-
show:
|
|
597
|
-
static ɵfac:
|
|
598
|
-
static ɵcmp:
|
|
491
|
+
show: i0.ModelSignal<boolean>;
|
|
492
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SavingConfirmedBoxComponent, never>;
|
|
493
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SavingConfirmedBoxComponent, "cauca-saving-confirmed-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
|
|
599
494
|
}
|
|
600
495
|
|
|
601
496
|
declare class SavingErrorBoxComponent {
|
|
602
|
-
show:
|
|
603
|
-
specificError:
|
|
604
|
-
error:
|
|
605
|
-
static ɵfac:
|
|
606
|
-
static ɵcmp:
|
|
497
|
+
show: i0.ModelSignal<boolean>;
|
|
498
|
+
specificError: i0.InputSignal<string>;
|
|
499
|
+
error: i0.Signal<string>;
|
|
500
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SavingErrorBoxComponent, never>;
|
|
501
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SavingErrorBoxComponent, "cauca-saving-error-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "specificError": { "alias": "specificError"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
|
|
607
502
|
}
|
|
608
503
|
|
|
609
504
|
declare class CaucaInputFileComponent implements OnInit {
|
|
@@ -621,8 +516,8 @@ declare class CaucaInputFileComponent implements OnInit {
|
|
|
621
516
|
openDialog(event: any): void;
|
|
622
517
|
private onError;
|
|
623
518
|
private onReadEnd;
|
|
624
|
-
static ɵfac:
|
|
625
|
-
static ɵcmp:
|
|
519
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaInputFileComponent, never>;
|
|
520
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaucaInputFileComponent, "cauca-input-file", never, { "accept": { "alias": "accept"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "readend": "readend"; }, never, never, true, never>;
|
|
626
521
|
}
|
|
627
522
|
|
|
628
523
|
declare class CaucaInputMultipleLangueComponent implements OnInit {
|
|
@@ -637,8 +532,8 @@ declare class CaucaInputMultipleLangueComponent implements OnInit {
|
|
|
637
532
|
onTagChanged(tabIndex: number): void;
|
|
638
533
|
getErrorMessage(index: any): string;
|
|
639
534
|
private initializeForms;
|
|
640
|
-
static ɵfac:
|
|
641
|
-
static ɵcmp:
|
|
535
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaInputMultipleLangueComponent, never>;
|
|
536
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaucaInputMultipleLangueComponent, "cauca-input-multiple-langue", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
|
|
642
537
|
}
|
|
643
538
|
|
|
644
539
|
declare class MenuItem {
|
|
@@ -666,8 +561,8 @@ declare class CaucaMenuSidebarComponent {
|
|
|
666
561
|
private onMouseOut;
|
|
667
562
|
private onExpandedMenu;
|
|
668
563
|
private onCollapseMenu;
|
|
669
|
-
static ɵfac:
|
|
670
|
-
static ɵcmp:
|
|
564
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMenuSidebarComponent, never>;
|
|
565
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMenuSidebarComponent, "cauca-menu-sidebar", never, { "menuItems": { "alias": "menuItems"; "required": false; }; "version": { "alias": "version"; "required": false; }; }, {}, never, ["[header]", "[beforeMenu]", "[afterMenu]", "[footer]"], true, never>;
|
|
671
566
|
}
|
|
672
567
|
|
|
673
568
|
declare class CaucaMenuVerticalComponent {
|
|
@@ -677,8 +572,8 @@ declare class CaucaMenuVerticalComponent {
|
|
|
677
572
|
constructor();
|
|
678
573
|
goTo(path: string, e: any): void;
|
|
679
574
|
private selectActiveRoute;
|
|
680
|
-
static ɵfac:
|
|
681
|
-
static ɵcmp:
|
|
575
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMenuVerticalComponent, never>;
|
|
576
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMenuVerticalComponent, "cauca-menu-vertical", never, { "menuItems": { "alias": "menuItems"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
|
|
682
577
|
}
|
|
683
578
|
|
|
684
579
|
declare class SimpleDialogData {
|
|
@@ -691,8 +586,8 @@ declare class CaucaSimpleDialogComponent {
|
|
|
691
586
|
readonly data: SimpleDialogData;
|
|
692
587
|
private readonly dialogRef;
|
|
693
588
|
onClick(buttonIndex: number): void;
|
|
694
|
-
static ɵfac:
|
|
695
|
-
static ɵcmp:
|
|
589
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaSimpleDialogComponent, never>;
|
|
590
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaucaSimpleDialogComponent, "cauca-simple-dialog", never, {}, {}, never, never, true, never>;
|
|
696
591
|
}
|
|
697
592
|
|
|
698
593
|
declare class CaucaSlideshowComponent implements OnInit {
|
|
@@ -710,8 +605,8 @@ declare class CaucaSlideshowComponent implements OnInit {
|
|
|
710
605
|
restart(): void;
|
|
711
606
|
next(): void;
|
|
712
607
|
private changed;
|
|
713
|
-
static ɵfac:
|
|
714
|
-
static ɵcmp:
|
|
608
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaucaSlideshowComponent, never>;
|
|
609
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaucaSlideshowComponent, "cauca-slideshow", never, { "height": { "alias": "height"; "required": false; }; "autoPlay": { "alias": "autoPlay"; "required": false; }; "images": { "alias": "images"; "required": false; }; }, {}, never, never, true, never>;
|
|
715
610
|
}
|
|
716
611
|
|
|
717
612
|
export { BadgeComponent, BasicButtonComponent, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaMenuSidebarComponent, CaucaMenuVerticalComponent, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, FabButtonComponent, FlatButtonComponent, GroupContainerComponent, IconButtonComponent, IconComponent, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuItem, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SavingConfirmedBoxComponent, SavingErrorBoxComponent, SectionColumnComponent, SectionFieldComponent, SnackBarComponent, StrokedButtonComponent };
|