@infineon/infineon-design-system-angular 39.4.0 → 39.4.1--canary.2120.616439e911ed87da347539fc119ffb76f26fff34.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.
|
@@ -5,9 +5,9 @@ import { __decorate } from 'tslib';
|
|
|
5
5
|
import { fromEvent } from 'rxjs';
|
|
6
6
|
|
|
7
7
|
class ComponentLibraryModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComponentLibraryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: ComponentLibraryModule }); }
|
|
10
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComponentLibraryModule, providers: [
|
|
11
11
|
{
|
|
12
12
|
provide: APP_INITIALIZER,
|
|
13
13
|
useFactory: () => defineCustomElements,
|
|
@@ -15,7 +15,7 @@ class ComponentLibraryModule {
|
|
|
15
15
|
},
|
|
16
16
|
] }); }
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComponentLibraryModule, decorators: [{
|
|
19
19
|
type: NgModule,
|
|
20
20
|
args: [{
|
|
21
21
|
providers: [
|
|
@@ -92,15 +92,15 @@ let IfxAccordion = class IfxAccordion {
|
|
|
92
92
|
c.detach();
|
|
93
93
|
this.el = r.nativeElement;
|
|
94
94
|
}
|
|
95
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
96
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
95
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
96
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxAccordion, isStandalone: true, selector: "ifx-accordion", inputs: { autoCollapse: "autoCollapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
97
97
|
};
|
|
98
98
|
IfxAccordion = __decorate([
|
|
99
99
|
ProxyCmp({
|
|
100
100
|
inputs: ['autoCollapse']
|
|
101
101
|
})
|
|
102
102
|
], IfxAccordion);
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxAccordion, decorators: [{
|
|
104
104
|
type: Component,
|
|
105
105
|
args: [{
|
|
106
106
|
selector: 'ifx-accordion',
|
|
@@ -117,15 +117,15 @@ let IfxAccordionItem = class IfxAccordionItem {
|
|
|
117
117
|
this.el = r.nativeElement;
|
|
118
118
|
proxyOutputs(this, this.el, ['ifxOpen', 'ifxClose']);
|
|
119
119
|
}
|
|
120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
121
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
121
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxAccordionItem, isStandalone: true, selector: "ifx-accordion-item", inputs: { AriaLevel: "AriaLevel", caption: "caption", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
122
122
|
};
|
|
123
123
|
IfxAccordionItem = __decorate([
|
|
124
124
|
ProxyCmp({
|
|
125
125
|
inputs: ['AriaLevel', 'caption', 'open']
|
|
126
126
|
})
|
|
127
127
|
], IfxAccordionItem);
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxAccordionItem, decorators: [{
|
|
129
129
|
type: Component,
|
|
130
130
|
args: [{
|
|
131
131
|
selector: 'ifx-accordion-item',
|
|
@@ -141,15 +141,15 @@ let IfxActionList = class IfxActionList {
|
|
|
141
141
|
c.detach();
|
|
142
142
|
this.el = r.nativeElement;
|
|
143
143
|
}
|
|
144
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
145
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxActionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
145
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxActionList, isStandalone: true, selector: "ifx-action-list", inputs: { listAriaLabel: "listAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
146
146
|
};
|
|
147
147
|
IfxActionList = __decorate([
|
|
148
148
|
ProxyCmp({
|
|
149
149
|
inputs: ['listAriaLabel']
|
|
150
150
|
})
|
|
151
151
|
], IfxActionList);
|
|
152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxActionList, decorators: [{
|
|
153
153
|
type: Component,
|
|
154
154
|
args: [{
|
|
155
155
|
selector: 'ifx-action-list',
|
|
@@ -166,15 +166,15 @@ let IfxActionListItem = class IfxActionListItem {
|
|
|
166
166
|
this.el = r.nativeElement;
|
|
167
167
|
proxyOutputs(this, this.el, ['ifxActionListItemClick']);
|
|
168
168
|
}
|
|
169
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
170
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
169
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
170
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxActionListItem, isStandalone: true, selector: "ifx-action-list-item", inputs: { description: "description", disabled: "disabled", href: "href", itemAriaLabel: "itemAriaLabel", itemTitle: "itemTitle", target: "target", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
171
171
|
};
|
|
172
172
|
IfxActionListItem = __decorate([
|
|
173
173
|
ProxyCmp({
|
|
174
174
|
inputs: ['description', 'disabled', 'href', 'itemAriaLabel', 'itemTitle', 'target', 'value']
|
|
175
175
|
})
|
|
176
176
|
], IfxActionListItem);
|
|
177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxActionListItem, decorators: [{
|
|
178
178
|
type: Component,
|
|
179
179
|
args: [{
|
|
180
180
|
selector: 'ifx-action-list-item',
|
|
@@ -191,15 +191,15 @@ let IfxAlert = class IfxAlert {
|
|
|
191
191
|
this.el = r.nativeElement;
|
|
192
192
|
proxyOutputs(this, this.el, ['ifxClose']);
|
|
193
193
|
}
|
|
194
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
195
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
194
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
195
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxAlert, isStandalone: true, selector: "ifx-alert", inputs: { AriaLive: "AriaLive", closable: "closable", icon: "icon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
196
196
|
};
|
|
197
197
|
IfxAlert = __decorate([
|
|
198
198
|
ProxyCmp({
|
|
199
199
|
inputs: ['AriaLive', 'closable', 'icon', 'variant']
|
|
200
200
|
})
|
|
201
201
|
], IfxAlert);
|
|
202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxAlert, decorators: [{
|
|
203
203
|
type: Component,
|
|
204
204
|
args: [{
|
|
205
205
|
selector: 'ifx-alert',
|
|
@@ -215,15 +215,15 @@ let IfxBasicTable = class IfxBasicTable {
|
|
|
215
215
|
c.detach();
|
|
216
216
|
this.el = r.nativeElement;
|
|
217
217
|
}
|
|
218
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
219
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
218
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxBasicTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
219
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxBasicTable, isStandalone: true, selector: "ifx-basic-table", inputs: { cols: "cols", rowHeight: "rowHeight", rows: "rows", tableHeight: "tableHeight", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
220
220
|
};
|
|
221
221
|
IfxBasicTable = __decorate([
|
|
222
222
|
ProxyCmp({
|
|
223
223
|
inputs: ['cols', 'rowHeight', 'rows', 'tableHeight', 'variant']
|
|
224
224
|
})
|
|
225
225
|
], IfxBasicTable);
|
|
226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxBasicTable, decorators: [{
|
|
227
227
|
type: Component,
|
|
228
228
|
args: [{
|
|
229
229
|
selector: 'ifx-basic-table',
|
|
@@ -239,13 +239,13 @@ let IfxBreadcrumb = class IfxBreadcrumb {
|
|
|
239
239
|
c.detach();
|
|
240
240
|
this.el = r.nativeElement;
|
|
241
241
|
}
|
|
242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
243
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
243
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxBreadcrumb, isStandalone: true, selector: "ifx-breadcrumb", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
244
244
|
};
|
|
245
245
|
IfxBreadcrumb = __decorate([
|
|
246
246
|
ProxyCmp({})
|
|
247
247
|
], IfxBreadcrumb);
|
|
248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxBreadcrumb, decorators: [{
|
|
249
249
|
type: Component,
|
|
250
250
|
args: [{
|
|
251
251
|
selector: 'ifx-breadcrumb',
|
|
@@ -261,13 +261,13 @@ let IfxBreadcrumbItem = class IfxBreadcrumbItem {
|
|
|
261
261
|
c.detach();
|
|
262
262
|
this.el = r.nativeElement;
|
|
263
263
|
}
|
|
264
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
265
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
264
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
265
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxBreadcrumbItem, isStandalone: true, selector: "ifx-breadcrumb-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
266
266
|
};
|
|
267
267
|
IfxBreadcrumbItem = __decorate([
|
|
268
268
|
ProxyCmp({})
|
|
269
269
|
], IfxBreadcrumbItem);
|
|
270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxBreadcrumbItem, decorators: [{
|
|
271
271
|
type: Component,
|
|
272
272
|
args: [{
|
|
273
273
|
selector: 'ifx-breadcrumb-item',
|
|
@@ -284,15 +284,15 @@ let IfxBreadcrumbItemLabel = class IfxBreadcrumbItemLabel {
|
|
|
284
284
|
this.el = r.nativeElement;
|
|
285
285
|
proxyOutputs(this, this.el, ['breadcrumbMenuIconWrapper']);
|
|
286
286
|
}
|
|
287
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
288
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
287
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxBreadcrumbItemLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
288
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxBreadcrumbItemLabel, isStandalone: true, selector: "ifx-breadcrumb-item-label", inputs: { href: "href", icon: "icon", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
289
289
|
};
|
|
290
290
|
IfxBreadcrumbItemLabel = __decorate([
|
|
291
291
|
ProxyCmp({
|
|
292
292
|
inputs: ['href', 'icon', 'target']
|
|
293
293
|
})
|
|
294
294
|
], IfxBreadcrumbItemLabel);
|
|
295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxBreadcrumbItemLabel, decorators: [{
|
|
296
296
|
type: Component,
|
|
297
297
|
args: [{
|
|
298
298
|
selector: 'ifx-breadcrumb-item-label',
|
|
@@ -308,8 +308,8 @@ let IfxButton = class IfxButton {
|
|
|
308
308
|
c.detach();
|
|
309
309
|
this.el = r.nativeElement;
|
|
310
310
|
}
|
|
311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
312
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
311
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
312
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxButton, isStandalone: true, selector: "ifx-button", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", fullWidth: "fullWidth", href: "href", size: "size", target: "target", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
313
313
|
};
|
|
314
314
|
IfxButton = __decorate([
|
|
315
315
|
ProxyCmp({
|
|
@@ -317,7 +317,7 @@ IfxButton = __decorate([
|
|
|
317
317
|
methods: ['setFocus']
|
|
318
318
|
})
|
|
319
319
|
], IfxButton);
|
|
320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxButton, decorators: [{
|
|
321
321
|
type: Component,
|
|
322
322
|
args: [{
|
|
323
323
|
selector: 'ifx-button',
|
|
@@ -333,15 +333,15 @@ let IfxCard = class IfxCard {
|
|
|
333
333
|
c.detach();
|
|
334
334
|
this.el = r.nativeElement;
|
|
335
335
|
}
|
|
336
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
337
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
336
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
337
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxCard, isStandalone: true, selector: "ifx-card", inputs: { ariaLabel: "ariaLabel", direction: "direction", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
338
338
|
};
|
|
339
339
|
IfxCard = __decorate([
|
|
340
340
|
ProxyCmp({
|
|
341
341
|
inputs: ['ariaLabel', 'direction', 'href', 'target']
|
|
342
342
|
})
|
|
343
343
|
], IfxCard);
|
|
344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCard, decorators: [{
|
|
345
345
|
type: Component,
|
|
346
346
|
args: [{
|
|
347
347
|
selector: 'ifx-card',
|
|
@@ -357,13 +357,13 @@ let IfxCardHeadline = class IfxCardHeadline {
|
|
|
357
357
|
c.detach();
|
|
358
358
|
this.el = r.nativeElement;
|
|
359
359
|
}
|
|
360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
361
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
360
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
361
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxCardHeadline, isStandalone: true, selector: "ifx-card-headline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
362
362
|
};
|
|
363
363
|
IfxCardHeadline = __decorate([
|
|
364
364
|
ProxyCmp({})
|
|
365
365
|
], IfxCardHeadline);
|
|
366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardHeadline, decorators: [{
|
|
367
367
|
type: Component,
|
|
368
368
|
args: [{
|
|
369
369
|
selector: 'ifx-card-headline',
|
|
@@ -380,15 +380,15 @@ let IfxCardImage = class IfxCardImage {
|
|
|
380
380
|
this.el = r.nativeElement;
|
|
381
381
|
proxyOutputs(this, this.el, ['imgPosition']);
|
|
382
382
|
}
|
|
383
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
384
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
383
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
384
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxCardImage, isStandalone: true, selector: "ifx-card-image", inputs: { alt: "alt", position: "position", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
385
385
|
};
|
|
386
386
|
IfxCardImage = __decorate([
|
|
387
387
|
ProxyCmp({
|
|
388
388
|
inputs: ['alt', 'position', 'src']
|
|
389
389
|
})
|
|
390
390
|
], IfxCardImage);
|
|
391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardImage, decorators: [{
|
|
392
392
|
type: Component,
|
|
393
393
|
args: [{
|
|
394
394
|
selector: 'ifx-card-image',
|
|
@@ -404,13 +404,13 @@ let IfxCardLinks = class IfxCardLinks {
|
|
|
404
404
|
c.detach();
|
|
405
405
|
this.el = r.nativeElement;
|
|
406
406
|
}
|
|
407
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
408
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
407
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardLinks, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
408
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxCardLinks, isStandalone: true, selector: "ifx-card-links", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
409
409
|
};
|
|
410
410
|
IfxCardLinks = __decorate([
|
|
411
411
|
ProxyCmp({})
|
|
412
412
|
], IfxCardLinks);
|
|
413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardLinks, decorators: [{
|
|
414
414
|
type: Component,
|
|
415
415
|
args: [{
|
|
416
416
|
selector: 'ifx-card-links',
|
|
@@ -426,13 +426,13 @@ let IfxCardOverline = class IfxCardOverline {
|
|
|
426
426
|
c.detach();
|
|
427
427
|
this.el = r.nativeElement;
|
|
428
428
|
}
|
|
429
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
430
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardOverline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
430
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxCardOverline, isStandalone: true, selector: "ifx-card-overline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
431
431
|
};
|
|
432
432
|
IfxCardOverline = __decorate([
|
|
433
433
|
ProxyCmp({})
|
|
434
434
|
], IfxCardOverline);
|
|
435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardOverline, decorators: [{
|
|
436
436
|
type: Component,
|
|
437
437
|
args: [{
|
|
438
438
|
selector: 'ifx-card-overline',
|
|
@@ -448,13 +448,13 @@ let IfxCardText = class IfxCardText {
|
|
|
448
448
|
c.detach();
|
|
449
449
|
this.el = r.nativeElement;
|
|
450
450
|
}
|
|
451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
452
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
452
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxCardText, isStandalone: true, selector: "ifx-card-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
453
453
|
};
|
|
454
454
|
IfxCardText = __decorate([
|
|
455
455
|
ProxyCmp({})
|
|
456
456
|
], IfxCardText);
|
|
457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCardText, decorators: [{
|
|
458
458
|
type: Component,
|
|
459
459
|
args: [{
|
|
460
460
|
selector: 'ifx-card-text',
|
|
@@ -471,8 +471,8 @@ let IfxCheckbox = class IfxCheckbox {
|
|
|
471
471
|
this.el = r.nativeElement;
|
|
472
472
|
proxyOutputs(this, this.el, ['ifxChange', 'ifxError']);
|
|
473
473
|
}
|
|
474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
475
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
475
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxCheckbox, isStandalone: true, selector: "ifx-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", indeterminate: "indeterminate", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
476
476
|
};
|
|
477
477
|
IfxCheckbox = __decorate([
|
|
478
478
|
ProxyCmp({
|
|
@@ -480,7 +480,7 @@ IfxCheckbox = __decorate([
|
|
|
480
480
|
methods: ['isChecked', 'toggleCheckedState']
|
|
481
481
|
})
|
|
482
482
|
], IfxCheckbox);
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCheckbox, decorators: [{
|
|
484
484
|
type: Component,
|
|
485
485
|
args: [{
|
|
486
486
|
selector: 'ifx-checkbox',
|
|
@@ -496,8 +496,8 @@ let IfxCheckboxGroup = class IfxCheckboxGroup {
|
|
|
496
496
|
c.detach();
|
|
497
497
|
this.el = r.nativeElement;
|
|
498
498
|
}
|
|
499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
500
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
499
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
500
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxCheckboxGroup, isStandalone: true, selector: "ifx-checkbox-group", inputs: { alignment: "alignment", captionText: "captionText", groupLabelText: "groupLabelText", required: "required", showCaption: "showCaption", showCaptionIcon: "showCaptionIcon", showGroupLabel: "showGroupLabel", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
501
501
|
};
|
|
502
502
|
IfxCheckboxGroup = __decorate([
|
|
503
503
|
ProxyCmp({
|
|
@@ -505,7 +505,7 @@ IfxCheckboxGroup = __decorate([
|
|
|
505
505
|
methods: ['setGroupError']
|
|
506
506
|
})
|
|
507
507
|
], IfxCheckboxGroup);
|
|
508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxCheckboxGroup, decorators: [{
|
|
509
509
|
type: Component,
|
|
510
510
|
args: [{
|
|
511
511
|
selector: 'ifx-checkbox-group',
|
|
@@ -522,15 +522,15 @@ let IfxChip = class IfxChip {
|
|
|
522
522
|
this.el = r.nativeElement;
|
|
523
523
|
proxyOutputs(this, this.el, ['ifxChange']);
|
|
524
524
|
}
|
|
525
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
526
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
525
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
526
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxChip, isStandalone: true, selector: "ifx-chip", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", icon: "icon", placeholder: "placeholder", readOnly: "readOnly", size: "size", theme: "theme", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
527
527
|
};
|
|
528
528
|
IfxChip = __decorate([
|
|
529
529
|
ProxyCmp({
|
|
530
530
|
inputs: ['ariaLabel', 'disabled', 'icon', 'placeholder', 'readOnly', 'size', 'theme', 'value', 'variant']
|
|
531
531
|
})
|
|
532
532
|
], IfxChip);
|
|
533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxChip, decorators: [{
|
|
534
534
|
type: Component,
|
|
535
535
|
args: [{
|
|
536
536
|
selector: 'ifx-chip',
|
|
@@ -547,15 +547,15 @@ let IfxChipItem = class IfxChipItem {
|
|
|
547
547
|
this.el = r.nativeElement;
|
|
548
548
|
proxyOutputs(this, this.el, ['ifxChipItemSelect']);
|
|
549
549
|
}
|
|
550
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
551
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
550
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxChipItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
551
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxChipItem, isStandalone: true, selector: "ifx-chip-item", inputs: { chipState: "chipState", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
552
552
|
};
|
|
553
553
|
IfxChipItem = __decorate([
|
|
554
554
|
ProxyCmp({
|
|
555
555
|
inputs: ['chipState', 'selected', 'value']
|
|
556
556
|
})
|
|
557
557
|
], IfxChipItem);
|
|
558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxChipItem, decorators: [{
|
|
559
559
|
type: Component,
|
|
560
560
|
args: [{
|
|
561
561
|
selector: 'ifx-chip-item',
|
|
@@ -572,13 +572,13 @@ let IfxContentSwitcher = class IfxContentSwitcher {
|
|
|
572
572
|
this.el = r.nativeElement;
|
|
573
573
|
proxyOutputs(this, this.el, ['ifxChange']);
|
|
574
574
|
}
|
|
575
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
576
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
575
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxContentSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
576
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxContentSwitcher, isStandalone: true, selector: "ifx-content-switcher", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
577
577
|
};
|
|
578
578
|
IfxContentSwitcher = __decorate([
|
|
579
579
|
ProxyCmp({})
|
|
580
580
|
], IfxContentSwitcher);
|
|
581
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxContentSwitcher, decorators: [{
|
|
582
582
|
type: Component,
|
|
583
583
|
args: [{
|
|
584
584
|
selector: 'ifx-content-switcher',
|
|
@@ -594,15 +594,15 @@ let IfxContentSwitcherItem = class IfxContentSwitcherItem {
|
|
|
594
594
|
c.detach();
|
|
595
595
|
this.el = r.nativeElement;
|
|
596
596
|
}
|
|
597
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
598
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
597
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxContentSwitcherItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
598
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxContentSwitcherItem, isStandalone: true, selector: "ifx-content-switcher-item", inputs: { selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
599
599
|
};
|
|
600
600
|
IfxContentSwitcherItem = __decorate([
|
|
601
601
|
ProxyCmp({
|
|
602
602
|
inputs: ['selected', 'value']
|
|
603
603
|
})
|
|
604
604
|
], IfxContentSwitcherItem);
|
|
605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxContentSwitcherItem, decorators: [{
|
|
606
606
|
type: Component,
|
|
607
607
|
args: [{
|
|
608
608
|
selector: 'ifx-content-switcher-item',
|
|
@@ -619,15 +619,15 @@ let IfxDatePicker = class IfxDatePicker {
|
|
|
619
619
|
this.el = r.nativeElement;
|
|
620
620
|
proxyOutputs(this, this.el, ['ifxDate']);
|
|
621
621
|
}
|
|
622
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
623
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
622
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
623
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDatePicker, isStandalone: true, selector: "ifx-date-picker", inputs: { ariaLabel: "ariaLabel", autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", label: "label", max: "max", min: "min", required: "required", size: "size", success: "success", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
624
624
|
};
|
|
625
625
|
IfxDatePicker = __decorate([
|
|
626
626
|
ProxyCmp({
|
|
627
627
|
inputs: ['ariaLabel', 'autocomplete', 'caption', 'disabled', 'error', 'label', 'max', 'min', 'required', 'size', 'success', 'type', 'value']
|
|
628
628
|
})
|
|
629
629
|
], IfxDatePicker);
|
|
630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDatePicker, decorators: [{
|
|
631
631
|
type: Component,
|
|
632
632
|
args: [{
|
|
633
633
|
selector: 'ifx-date-picker',
|
|
@@ -643,15 +643,15 @@ let IfxDownload = class IfxDownload {
|
|
|
643
643
|
c.detach();
|
|
644
644
|
this.el = r.nativeElement;
|
|
645
645
|
}
|
|
646
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
647
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
646
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDownload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
647
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDownload, isStandalone: true, selector: "ifx-download", inputs: { tokens: "tokens" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
648
648
|
};
|
|
649
649
|
IfxDownload = __decorate([
|
|
650
650
|
ProxyCmp({
|
|
651
651
|
inputs: ['tokens']
|
|
652
652
|
})
|
|
653
653
|
], IfxDownload);
|
|
654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDownload, decorators: [{
|
|
655
655
|
type: Component,
|
|
656
656
|
args: [{
|
|
657
657
|
selector: 'ifx-download',
|
|
@@ -668,8 +668,8 @@ let IfxDropdown = class IfxDropdown {
|
|
|
668
668
|
this.el = r.nativeElement;
|
|
669
669
|
proxyOutputs(this, this.el, ['ifxOpen', 'ifxClose', 'ifxDropdown']);
|
|
670
670
|
}
|
|
671
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
672
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
672
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDropdown, isStandalone: true, selector: "ifx-dropdown", inputs: { defaultOpen: "defaultOpen", disabled: "disabled", noAppendToBody: "noAppendToBody", noCloseOnMenuClick: "noCloseOnMenuClick", noCloseOnOutsideClick: "noCloseOnOutsideClick", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
673
673
|
};
|
|
674
674
|
IfxDropdown = __decorate([
|
|
675
675
|
ProxyCmp({
|
|
@@ -677,7 +677,7 @@ IfxDropdown = __decorate([
|
|
|
677
677
|
methods: ['isOpen', 'closeDropdown', 'openDropdown']
|
|
678
678
|
})
|
|
679
679
|
], IfxDropdown);
|
|
680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdown, decorators: [{
|
|
681
681
|
type: Component,
|
|
682
682
|
args: [{
|
|
683
683
|
selector: 'ifx-dropdown',
|
|
@@ -693,13 +693,13 @@ let IfxDropdownHeader = class IfxDropdownHeader {
|
|
|
693
693
|
c.detach();
|
|
694
694
|
this.el = r.nativeElement;
|
|
695
695
|
}
|
|
696
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
697
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
696
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
697
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDropdownHeader, isStandalone: true, selector: "ifx-dropdown-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
698
698
|
};
|
|
699
699
|
IfxDropdownHeader = __decorate([
|
|
700
700
|
ProxyCmp({})
|
|
701
701
|
], IfxDropdownHeader);
|
|
702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownHeader, decorators: [{
|
|
703
703
|
type: Component,
|
|
704
704
|
args: [{
|
|
705
705
|
selector: 'ifx-dropdown-header',
|
|
@@ -716,15 +716,15 @@ let IfxDropdownItem = class IfxDropdownItem {
|
|
|
716
716
|
this.el = r.nativeElement;
|
|
717
717
|
proxyOutputs(this, this.el, ['ifxDropdownItem']);
|
|
718
718
|
}
|
|
719
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
720
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
719
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
720
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDropdownItem, isStandalone: true, selector: "ifx-dropdown-item", inputs: { hide: "hide", href: "href", icon: "icon", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
721
721
|
};
|
|
722
722
|
IfxDropdownItem = __decorate([
|
|
723
723
|
ProxyCmp({
|
|
724
724
|
inputs: ['hide', 'href', 'icon', 'target']
|
|
725
725
|
})
|
|
726
726
|
], IfxDropdownItem);
|
|
727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownItem, decorators: [{
|
|
728
728
|
type: Component,
|
|
729
729
|
args: [{
|
|
730
730
|
selector: 'ifx-dropdown-item',
|
|
@@ -741,15 +741,15 @@ let IfxDropdownMenu = class IfxDropdownMenu {
|
|
|
741
741
|
this.el = r.nativeElement;
|
|
742
742
|
proxyOutputs(this, this.el, ['menuSize', 'ifxDropdownMenuItem']);
|
|
743
743
|
}
|
|
744
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
745
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
744
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
745
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDropdownMenu, isStandalone: true, selector: "ifx-dropdown-menu", inputs: { isOpen: "isOpen", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
746
746
|
};
|
|
747
747
|
IfxDropdownMenu = __decorate([
|
|
748
748
|
ProxyCmp({
|
|
749
749
|
inputs: ['isOpen', 'size']
|
|
750
750
|
})
|
|
751
751
|
], IfxDropdownMenu);
|
|
752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownMenu, decorators: [{
|
|
753
753
|
type: Component,
|
|
754
754
|
args: [{
|
|
755
755
|
selector: 'ifx-dropdown-menu',
|
|
@@ -765,13 +765,13 @@ let IfxDropdownSeparator = class IfxDropdownSeparator {
|
|
|
765
765
|
c.detach();
|
|
766
766
|
this.el = r.nativeElement;
|
|
767
767
|
}
|
|
768
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
769
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
768
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
769
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDropdownSeparator, isStandalone: true, selector: "ifx-dropdown-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
770
770
|
};
|
|
771
771
|
IfxDropdownSeparator = __decorate([
|
|
772
772
|
ProxyCmp({})
|
|
773
773
|
], IfxDropdownSeparator);
|
|
774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownSeparator, decorators: [{
|
|
775
775
|
type: Component,
|
|
776
776
|
args: [{
|
|
777
777
|
selector: 'ifx-dropdown-separator',
|
|
@@ -787,15 +787,15 @@ let IfxDropdownTrigger = class IfxDropdownTrigger {
|
|
|
787
787
|
c.detach();
|
|
788
788
|
this.el = r.nativeElement;
|
|
789
789
|
}
|
|
790
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
791
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
790
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
791
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDropdownTrigger, isStandalone: true, selector: "ifx-dropdown-trigger", inputs: { isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
792
792
|
};
|
|
793
793
|
IfxDropdownTrigger = __decorate([
|
|
794
794
|
ProxyCmp({
|
|
795
795
|
inputs: ['isOpen']
|
|
796
796
|
})
|
|
797
797
|
], IfxDropdownTrigger);
|
|
798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownTrigger, decorators: [{
|
|
799
799
|
type: Component,
|
|
800
800
|
args: [{
|
|
801
801
|
selector: 'ifx-dropdown-trigger',
|
|
@@ -811,15 +811,15 @@ let IfxDropdownTriggerButton = class IfxDropdownTriggerButton {
|
|
|
811
811
|
c.detach();
|
|
812
812
|
this.el = r.nativeElement;
|
|
813
813
|
}
|
|
814
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
815
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
814
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownTriggerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
815
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxDropdownTriggerButton, isStandalone: true, selector: "ifx-dropdown-trigger-button", inputs: { disabled: "disabled", hideArrow: "hideArrow", isOpen: "isOpen", size: "size", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
816
816
|
};
|
|
817
817
|
IfxDropdownTriggerButton = __decorate([
|
|
818
818
|
ProxyCmp({
|
|
819
819
|
inputs: ['disabled', 'hideArrow', 'isOpen', 'size', 'theme', 'variant']
|
|
820
820
|
})
|
|
821
821
|
], IfxDropdownTriggerButton);
|
|
822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxDropdownTriggerButton, decorators: [{
|
|
823
823
|
type: Component,
|
|
824
824
|
args: [{
|
|
825
825
|
selector: 'ifx-dropdown-trigger-button',
|
|
@@ -835,13 +835,13 @@ let IfxFaq = class IfxFaq {
|
|
|
835
835
|
c.detach();
|
|
836
836
|
this.el = r.nativeElement;
|
|
837
837
|
}
|
|
838
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
839
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFaq, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
839
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxFaq, isStandalone: true, selector: "ifx-faq", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
840
840
|
};
|
|
841
841
|
IfxFaq = __decorate([
|
|
842
842
|
ProxyCmp({})
|
|
843
843
|
], IfxFaq);
|
|
844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFaq, decorators: [{
|
|
845
845
|
type: Component,
|
|
846
846
|
args: [{
|
|
847
847
|
selector: 'ifx-faq',
|
|
@@ -858,8 +858,8 @@ let IfxFileUpload = class IfxFileUpload {
|
|
|
858
858
|
this.el = r.nativeElement;
|
|
859
859
|
proxyOutputs(this, this.el, ['ifxFileUploadAdd', 'ifxFileUploadRemove', 'ifxFileUploadChange', 'ifxFileUploadError', 'ifxFileUploadInvalid', 'ifxFileUploadStart', 'ifxFileUploadComplete', 'ifxFileUploadAllComplete', 'ifxFileUploadAbort', 'ifxFileUploadDrop', 'ifxFileUploadClick', 'ifxFileUploadMaxFilesExceeded', 'ifxFileUploadValidation', 'ifxFileUploadRetry']);
|
|
860
860
|
}
|
|
861
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
862
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
861
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
862
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxFileUpload, isStandalone: true, selector: "ifx-file-upload", inputs: { additionalAllowedFileTypes: "additionalAllowedFileTypes", allowAnyFileType: "allowAnyFileType", allowedFileExtensions: "allowedFileExtensions", allowedFileTypes: "allowedFileTypes", ariaLabelBrowseFiles: "ariaLabelBrowseFiles", ariaLabelCancelUpload: "ariaLabelCancelUpload", ariaLabelDropzone: "ariaLabelDropzone", ariaLabelFileInput: "ariaLabelFileInput", ariaLabelRemoveFile: "ariaLabelRemoveFile", ariaLabelRetryUpload: "ariaLabelRetryUpload", ariaLabelUploadFailedStatus: "ariaLabelUploadFailedStatus", ariaLabelUploadedStatus: "ariaLabelUploadedStatus", ariaLabelUploadingStatus: "ariaLabelUploadingStatus", disabled: "disabled", dragAndDrop: "dragAndDrop", label: "label", labelBrowseFiles: "labelBrowseFiles", labelDragAndDrop: "labelDragAndDrop", labelFilePlural: "labelFilePlural", labelFileSingular: "labelFileSingular", labelFileTooLarge: "labelFileTooLarge", labelMaxFilesExceeded: "labelMaxFilesExceeded", labelMaxFilesInfo: "labelMaxFilesInfo", labelRequiredError: "labelRequiredError", labelSupportedFormatsTemplate: "labelSupportedFormatsTemplate", labelUnsupportedFileType: "labelUnsupportedFileType", labelUploadFailed: "labelUploadFailed", labelUploaded: "labelUploaded", labelUploadedFilesHeading: "labelUploadedFilesHeading", maxFileSizeMB: "maxFileSizeMB", maxFiles: "maxFiles", required: "required", uploadHandler: "uploadHandler" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
863
863
|
};
|
|
864
864
|
IfxFileUpload = __decorate([
|
|
865
865
|
ProxyCmp({
|
|
@@ -867,7 +867,7 @@ IfxFileUpload = __decorate([
|
|
|
867
867
|
methods: ['injectDemoState', 'triggerDemoValidation']
|
|
868
868
|
})
|
|
869
869
|
], IfxFileUpload);
|
|
870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFileUpload, decorators: [{
|
|
871
871
|
type: Component,
|
|
872
872
|
args: [{
|
|
873
873
|
selector: 'ifx-file-upload',
|
|
@@ -884,15 +884,15 @@ let IfxFilterAccordion = class IfxFilterAccordion {
|
|
|
884
884
|
this.el = r.nativeElement;
|
|
885
885
|
proxyOutputs(this, this.el, ['ifxFilterAccordionChange']);
|
|
886
886
|
}
|
|
887
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
888
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
887
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFilterAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
888
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxFilterAccordion, isStandalone: true, selector: "ifx-filter-accordion", inputs: { filterGroupName: "filterGroupName", maxVisibleItems: "maxVisibleItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
889
889
|
};
|
|
890
890
|
IfxFilterAccordion = __decorate([
|
|
891
891
|
ProxyCmp({
|
|
892
892
|
inputs: ['filterGroupName', 'maxVisibleItems']
|
|
893
893
|
})
|
|
894
894
|
], IfxFilterAccordion);
|
|
895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFilterAccordion, decorators: [{
|
|
896
896
|
type: Component,
|
|
897
897
|
args: [{
|
|
898
898
|
selector: 'ifx-filter-accordion',
|
|
@@ -909,15 +909,15 @@ let IfxFilterBar = class IfxFilterBar {
|
|
|
909
909
|
this.el = r.nativeElement;
|
|
910
910
|
proxyOutputs(this, this.el, ['ifxTopbarFilterChange']);
|
|
911
911
|
}
|
|
912
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
913
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
912
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFilterBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
913
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxFilterBar, isStandalone: true, selector: "ifx-filter-bar", inputs: { maxShownFilters: "maxShownFilters", showMoreFiltersButton: "showMoreFiltersButton" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
914
914
|
};
|
|
915
915
|
IfxFilterBar = __decorate([
|
|
916
916
|
ProxyCmp({
|
|
917
917
|
inputs: ['maxShownFilters', 'showMoreFiltersButton']
|
|
918
918
|
})
|
|
919
919
|
], IfxFilterBar);
|
|
920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFilterBar, decorators: [{
|
|
921
921
|
type: Component,
|
|
922
922
|
args: [{
|
|
923
923
|
selector: 'ifx-filter-bar',
|
|
@@ -934,15 +934,15 @@ let IfxFilterSearch = class IfxFilterSearch {
|
|
|
934
934
|
this.el = r.nativeElement;
|
|
935
935
|
proxyOutputs(this, this.el, ['ifxFilterSearchChange']);
|
|
936
936
|
}
|
|
937
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
938
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
937
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFilterSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
938
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxFilterSearch, isStandalone: true, selector: "ifx-filter-search", inputs: { disabled: "disabled", filterKey: "filterKey", filterName: "filterName", filterOrientation: "filterOrientation", filterValue: "filterValue", placeholder: "placeholder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
939
939
|
};
|
|
940
940
|
IfxFilterSearch = __decorate([
|
|
941
941
|
ProxyCmp({
|
|
942
942
|
inputs: ['disabled', 'filterKey', 'filterName', 'filterOrientation', 'filterValue', 'placeholder']
|
|
943
943
|
})
|
|
944
944
|
], IfxFilterSearch);
|
|
945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFilterSearch, decorators: [{
|
|
946
946
|
type: Component,
|
|
947
947
|
args: [{
|
|
948
948
|
selector: 'ifx-filter-search',
|
|
@@ -959,13 +959,13 @@ let IfxFilterTypeGroup = class IfxFilterTypeGroup {
|
|
|
959
959
|
this.el = r.nativeElement;
|
|
960
960
|
proxyOutputs(this, this.el, ['ifxSidebarFilterChange']);
|
|
961
961
|
}
|
|
962
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
963
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFilterTypeGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
963
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxFilterTypeGroup, isStandalone: true, selector: "ifx-filter-type-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
964
964
|
};
|
|
965
965
|
IfxFilterTypeGroup = __decorate([
|
|
966
966
|
ProxyCmp({})
|
|
967
967
|
], IfxFilterTypeGroup);
|
|
968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFilterTypeGroup, decorators: [{
|
|
969
969
|
type: Component,
|
|
970
970
|
args: [{
|
|
971
971
|
selector: 'ifx-filter-type-group',
|
|
@@ -981,15 +981,15 @@ let IfxFooter = class IfxFooter {
|
|
|
981
981
|
c.detach();
|
|
982
982
|
this.el = r.nativeElement;
|
|
983
983
|
}
|
|
984
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
985
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
984
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
985
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxFooter, isStandalone: true, selector: "ifx-footer", inputs: { copyrightText: "copyrightText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
986
986
|
};
|
|
987
987
|
IfxFooter = __decorate([
|
|
988
988
|
ProxyCmp({
|
|
989
989
|
inputs: ['copyrightText']
|
|
990
990
|
})
|
|
991
991
|
], IfxFooter);
|
|
992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFooter, decorators: [{
|
|
993
993
|
type: Component,
|
|
994
994
|
args: [{
|
|
995
995
|
selector: 'ifx-footer',
|
|
@@ -1005,13 +1005,13 @@ let IfxFooterColumn = class IfxFooterColumn {
|
|
|
1005
1005
|
c.detach();
|
|
1006
1006
|
this.el = r.nativeElement;
|
|
1007
1007
|
}
|
|
1008
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1009
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFooterColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1009
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxFooterColumn, isStandalone: true, selector: "ifx-footer-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1010
1010
|
};
|
|
1011
1011
|
IfxFooterColumn = __decorate([
|
|
1012
1012
|
ProxyCmp({})
|
|
1013
1013
|
], IfxFooterColumn);
|
|
1014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxFooterColumn, decorators: [{
|
|
1015
1015
|
type: Component,
|
|
1016
1016
|
args: [{
|
|
1017
1017
|
selector: 'ifx-footer-column',
|
|
@@ -1028,15 +1028,15 @@ let IfxIcon = class IfxIcon {
|
|
|
1028
1028
|
this.el = r.nativeElement;
|
|
1029
1029
|
proxyOutputs(this, this.el, ['consoleError']);
|
|
1030
1030
|
}
|
|
1031
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1032
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1031
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1032
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxIcon, isStandalone: true, selector: "ifx-icon", inputs: { icon: "icon", ifxIcon: "ifxIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1033
1033
|
};
|
|
1034
1034
|
IfxIcon = __decorate([
|
|
1035
1035
|
ProxyCmp({
|
|
1036
1036
|
inputs: ['icon', 'ifxIcon']
|
|
1037
1037
|
})
|
|
1038
1038
|
], IfxIcon);
|
|
1039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxIcon, decorators: [{
|
|
1040
1040
|
type: Component,
|
|
1041
1041
|
args: [{
|
|
1042
1042
|
selector: 'ifx-icon',
|
|
@@ -1052,8 +1052,8 @@ let IfxIconButton = class IfxIconButton {
|
|
|
1052
1052
|
c.detach();
|
|
1053
1053
|
this.el = r.nativeElement;
|
|
1054
1054
|
}
|
|
1055
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1056
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1055
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1056
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxIconButton, isStandalone: true, selector: "ifx-icon-button", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", href: "href", icon: "icon", shape: "shape", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1057
1057
|
};
|
|
1058
1058
|
IfxIconButton = __decorate([
|
|
1059
1059
|
ProxyCmp({
|
|
@@ -1061,7 +1061,7 @@ IfxIconButton = __decorate([
|
|
|
1061
1061
|
methods: ['setFocus']
|
|
1062
1062
|
})
|
|
1063
1063
|
], IfxIconButton);
|
|
1064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxIconButton, decorators: [{
|
|
1065
1065
|
type: Component,
|
|
1066
1066
|
args: [{
|
|
1067
1067
|
selector: 'ifx-icon-button',
|
|
@@ -1077,13 +1077,13 @@ let IfxIconsPreview = class IfxIconsPreview {
|
|
|
1077
1077
|
c.detach();
|
|
1078
1078
|
this.el = r.nativeElement;
|
|
1079
1079
|
}
|
|
1080
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1081
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1080
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxIconsPreview, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1081
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxIconsPreview, isStandalone: true, selector: "ifx-icons-preview", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1082
1082
|
};
|
|
1083
1083
|
IfxIconsPreview = __decorate([
|
|
1084
1084
|
ProxyCmp({})
|
|
1085
1085
|
], IfxIconsPreview);
|
|
1086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxIconsPreview, decorators: [{
|
|
1087
1087
|
type: Component,
|
|
1088
1088
|
args: [{
|
|
1089
1089
|
selector: 'ifx-icons-preview',
|
|
@@ -1099,15 +1099,15 @@ let IfxIndicator = class IfxIndicator {
|
|
|
1099
1099
|
c.detach();
|
|
1100
1100
|
this.el = r.nativeElement;
|
|
1101
1101
|
}
|
|
1102
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1103
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1103
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxIndicator, isStandalone: true, selector: "ifx-indicator", inputs: { ariaLabel: "ariaLabel", inverted: "inverted", number: "number", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1104
1104
|
};
|
|
1105
1105
|
IfxIndicator = __decorate([
|
|
1106
1106
|
ProxyCmp({
|
|
1107
1107
|
inputs: ['ariaLabel', 'inverted', 'number', 'variant']
|
|
1108
1108
|
})
|
|
1109
1109
|
], IfxIndicator);
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxIndicator, decorators: [{
|
|
1111
1111
|
type: Component,
|
|
1112
1112
|
args: [{
|
|
1113
1113
|
selector: 'ifx-indicator',
|
|
@@ -1123,15 +1123,15 @@ let IfxLink = class IfxLink {
|
|
|
1123
1123
|
c.detach();
|
|
1124
1124
|
this.el = r.nativeElement;
|
|
1125
1125
|
}
|
|
1126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1127
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1126
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1127
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxLink, isStandalone: true, selector: "ifx-link", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", download: "download", href: "href", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1128
1128
|
};
|
|
1129
1129
|
IfxLink = __decorate([
|
|
1130
1130
|
ProxyCmp({
|
|
1131
1131
|
inputs: ['ariaLabel', 'disabled', 'download', 'href', 'size', 'target', 'variant']
|
|
1132
1132
|
})
|
|
1133
1133
|
], IfxLink);
|
|
1134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxLink, decorators: [{
|
|
1135
1135
|
type: Component,
|
|
1136
1136
|
args: [{
|
|
1137
1137
|
selector: 'ifx-link',
|
|
@@ -1148,15 +1148,15 @@ let IfxList = class IfxList {
|
|
|
1148
1148
|
this.el = r.nativeElement;
|
|
1149
1149
|
proxyOutputs(this, this.el, ['ifxListUpdate']);
|
|
1150
1150
|
}
|
|
1151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1152
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1152
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxList, isStandalone: true, selector: "ifx-list", inputs: { maxVisibleItems: "maxVisibleItems", name: "name", resetTrigger: "resetTrigger", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1153
1153
|
};
|
|
1154
1154
|
IfxList = __decorate([
|
|
1155
1155
|
ProxyCmp({
|
|
1156
1156
|
inputs: ['maxVisibleItems', 'name', 'resetTrigger', 'type']
|
|
1157
1157
|
})
|
|
1158
1158
|
], IfxList);
|
|
1159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxList, decorators: [{
|
|
1160
1160
|
type: Component,
|
|
1161
1161
|
args: [{
|
|
1162
1162
|
selector: 'ifx-list',
|
|
@@ -1173,15 +1173,15 @@ let IfxListEntry = class IfxListEntry {
|
|
|
1173
1173
|
this.el = r.nativeElement;
|
|
1174
1174
|
proxyOutputs(this, this.el, ['ifxListEntryChange']);
|
|
1175
1175
|
}
|
|
1176
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1177
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxListEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1177
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxListEntry, isStandalone: true, selector: "ifx-list-entry", inputs: { label: "label", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1178
1178
|
};
|
|
1179
1179
|
IfxListEntry = __decorate([
|
|
1180
1180
|
ProxyCmp({
|
|
1181
1181
|
inputs: ['label', 'type', 'value']
|
|
1182
1182
|
})
|
|
1183
1183
|
], IfxListEntry);
|
|
1184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxListEntry, decorators: [{
|
|
1185
1185
|
type: Component,
|
|
1186
1186
|
args: [{
|
|
1187
1187
|
selector: 'ifx-list-entry',
|
|
@@ -1198,15 +1198,15 @@ let IfxModal = class IfxModal {
|
|
|
1198
1198
|
this.el = r.nativeElement;
|
|
1199
1199
|
proxyOutputs(this, this.el, ['ifxOpen', 'ifxClose']);
|
|
1200
1200
|
}
|
|
1201
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1202
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1201
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1202
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxModal, isStandalone: true, selector: "ifx-modal", inputs: { alertIcon: "alertIcon", cancelButtonLabel: "cancelButtonLabel", caption: "caption", captionAriaLabel: "captionAriaLabel", closeButtonAriaLabel: "closeButtonAriaLabel", closeOnOverlayClick: "closeOnOverlayClick", okButtonLabel: "okButtonLabel", opened: "opened", showCloseButton: "showCloseButton", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1203
1203
|
};
|
|
1204
1204
|
IfxModal = __decorate([
|
|
1205
1205
|
ProxyCmp({
|
|
1206
1206
|
inputs: ['alertIcon', 'cancelButtonLabel', 'caption', 'captionAriaLabel', 'closeButtonAriaLabel', 'closeOnOverlayClick', 'okButtonLabel', 'opened', 'showCloseButton', 'size', 'variant']
|
|
1207
1207
|
})
|
|
1208
1208
|
], IfxModal);
|
|
1209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxModal, decorators: [{
|
|
1210
1210
|
type: Component,
|
|
1211
1211
|
args: [{
|
|
1212
1212
|
selector: 'ifx-modal',
|
|
@@ -1223,8 +1223,8 @@ let IfxMultiselect = class IfxMultiselect {
|
|
|
1223
1223
|
this.el = r.nativeElement;
|
|
1224
1224
|
proxyOutputs(this, this.el, ['ifxSelect', 'ifxOpen']);
|
|
1225
1225
|
}
|
|
1226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1227
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxMultiselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1227
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxMultiselect, isStandalone: true, selector: "ifx-multiselect", inputs: { ariaClearLabel: "ariaClearLabel", ariaCollapseAllLabel: "ariaCollapseAllLabel", ariaExpandAllLabel: "ariaExpandAllLabel", ariaMultiSelectDescribedBy: "ariaMultiSelectDescribedBy", ariaMultiSelectLabel: "ariaMultiSelectLabel", ariaMultiSelectLabelledBy: "ariaMultiSelectLabelledBy", ariaSearchLabel: "ariaSearchLabel", ariaSelectAllLabel: "ariaSelectAllLabel", ariaToggleLabel: "ariaToggleLabel", caption: "caption", collapseLabel: "collapseLabel", disabled: "disabled", error: "error", expandLabel: "expandLabel", label: "label", name: "name", noResultsMessage: "noResultsMessage", placeholder: "placeholder", required: "required", searchPlaceholder: "searchPlaceholder", selectAllLabel: "selectAllLabel", showClearButton: "showClearButton", showExpandCollapse: "showExpandCollapse", showNoResultsMessage: "showNoResultsMessage", showSearch: "showSearch", showSelectAll: "showSelectAll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1228
1228
|
};
|
|
1229
1229
|
IfxMultiselect = __decorate([
|
|
1230
1230
|
ProxyCmp({
|
|
@@ -1232,7 +1232,7 @@ IfxMultiselect = __decorate([
|
|
|
1232
1232
|
methods: ['clearSelection']
|
|
1233
1233
|
})
|
|
1234
1234
|
], IfxMultiselect);
|
|
1235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxMultiselect, decorators: [{
|
|
1236
1236
|
type: Component,
|
|
1237
1237
|
args: [{
|
|
1238
1238
|
selector: 'ifx-multiselect',
|
|
@@ -1248,15 +1248,15 @@ let IfxMultiselectOption = class IfxMultiselectOption {
|
|
|
1248
1248
|
c.detach();
|
|
1249
1249
|
this.el = r.nativeElement;
|
|
1250
1250
|
}
|
|
1251
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1252
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1251
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxMultiselectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1252
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxMultiselectOption, isStandalone: true, selector: "ifx-multiselect-option", inputs: { disabled: "disabled", indeterminate: "indeterminate", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1253
1253
|
};
|
|
1254
1254
|
IfxMultiselectOption = __decorate([
|
|
1255
1255
|
ProxyCmp({
|
|
1256
1256
|
inputs: ['disabled', 'indeterminate', 'selected', 'value']
|
|
1257
1257
|
})
|
|
1258
1258
|
], IfxMultiselectOption);
|
|
1259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxMultiselectOption, decorators: [{
|
|
1260
1260
|
type: Component,
|
|
1261
1261
|
args: [{
|
|
1262
1262
|
selector: 'ifx-multiselect-option',
|
|
@@ -1273,15 +1273,15 @@ let IfxNavbar = class IfxNavbar {
|
|
|
1273
1273
|
this.el = r.nativeElement;
|
|
1274
1274
|
proxyOutputs(this, this.el, ['ifxNavbarMobileMenuIsOpen']);
|
|
1275
1275
|
}
|
|
1276
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1277
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1277
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxNavbar, isStandalone: true, selector: "ifx-navbar", inputs: { applicationName: "applicationName", fixed: "fixed", logoHref: "logoHref", logoHrefTarget: "logoHrefTarget", showLogoAndAppname: "showLogoAndAppname" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1278
1278
|
};
|
|
1279
1279
|
IfxNavbar = __decorate([
|
|
1280
1280
|
ProxyCmp({
|
|
1281
1281
|
inputs: ['applicationName', 'fixed', 'logoHref', 'logoHrefTarget', 'showLogoAndAppname']
|
|
1282
1282
|
})
|
|
1283
1283
|
], IfxNavbar);
|
|
1284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxNavbar, decorators: [{
|
|
1285
1285
|
type: Component,
|
|
1286
1286
|
args: [{
|
|
1287
1287
|
selector: 'ifx-navbar',
|
|
@@ -1298,8 +1298,8 @@ let IfxNavbarItem = class IfxNavbarItem {
|
|
|
1298
1298
|
this.el = r.nativeElement;
|
|
1299
1299
|
proxyOutputs(this, this.el, ['ifxNavItem']);
|
|
1300
1300
|
}
|
|
1301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1302
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1301
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxNavbarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1302
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxNavbarItem, isStandalone: true, selector: "ifx-navbar-item", inputs: { dotIndicator: "dotIndicator", hideOnMobile: "hideOnMobile", href: "href", icon: "icon", numberIndicator: "numberIndicator", showLabel: "showLabel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1303
1303
|
};
|
|
1304
1304
|
IfxNavbarItem = __decorate([
|
|
1305
1305
|
ProxyCmp({
|
|
@@ -1307,7 +1307,7 @@ IfxNavbarItem = __decorate([
|
|
|
1307
1307
|
methods: ['hideComponent', 'showComponent', 'toggleChildren', 'moveChildComponentsIntoSubLayerMenu', 'toggleFirstLayerItem', 'addMenuItemClass', 'moveChildComponentsBackIntoNavbar', 'returnToFirstLayer', 'setMenuItemPosition', 'setItemSideSpecifications']
|
|
1308
1308
|
})
|
|
1309
1309
|
], IfxNavbarItem);
|
|
1310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxNavbarItem, decorators: [{
|
|
1311
1311
|
type: Component,
|
|
1312
1312
|
args: [{
|
|
1313
1313
|
selector: 'ifx-navbar-item',
|
|
@@ -1323,8 +1323,8 @@ let IfxNavbarProfile = class IfxNavbarProfile {
|
|
|
1323
1323
|
c.detach();
|
|
1324
1324
|
this.el = r.nativeElement;
|
|
1325
1325
|
}
|
|
1326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1327
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxNavbarProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1327
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxNavbarProfile, isStandalone: true, selector: "ifx-navbar-profile", inputs: { alt: "alt", href: "href", imageUrl: "imageUrl", showLabel: "showLabel", target: "target", userName: "userName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1328
1328
|
};
|
|
1329
1329
|
IfxNavbarProfile = __decorate([
|
|
1330
1330
|
ProxyCmp({
|
|
@@ -1332,7 +1332,7 @@ IfxNavbarProfile = __decorate([
|
|
|
1332
1332
|
methods: ['hideComponent', 'showComponent']
|
|
1333
1333
|
})
|
|
1334
1334
|
], IfxNavbarProfile);
|
|
1335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxNavbarProfile, decorators: [{
|
|
1336
1336
|
type: Component,
|
|
1337
1337
|
args: [{
|
|
1338
1338
|
selector: 'ifx-navbar-profile',
|
|
@@ -1348,15 +1348,15 @@ let IfxNotification = class IfxNotification {
|
|
|
1348
1348
|
c.detach();
|
|
1349
1349
|
this.el = r.nativeElement;
|
|
1350
1350
|
}
|
|
1351
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1352
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1351
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1352
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxNotification, isStandalone: true, selector: "ifx-notification", inputs: { icon: "icon", linkHref: "linkHref", linkTarget: "linkTarget", linkText: "linkText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1353
1353
|
};
|
|
1354
1354
|
IfxNotification = __decorate([
|
|
1355
1355
|
ProxyCmp({
|
|
1356
1356
|
inputs: ['icon', 'linkHref', 'linkTarget', 'linkText', 'variant']
|
|
1357
1357
|
})
|
|
1358
1358
|
], IfxNotification);
|
|
1359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxNotification, decorators: [{
|
|
1360
1360
|
type: Component,
|
|
1361
1361
|
args: [{
|
|
1362
1362
|
selector: 'ifx-notification',
|
|
@@ -1372,13 +1372,13 @@ let IfxOverviewTable = class IfxOverviewTable {
|
|
|
1372
1372
|
c.detach();
|
|
1373
1373
|
this.el = r.nativeElement;
|
|
1374
1374
|
}
|
|
1375
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1376
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1375
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxOverviewTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1376
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxOverviewTable, isStandalone: true, selector: "ifx-overview-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1377
1377
|
};
|
|
1378
1378
|
IfxOverviewTable = __decorate([
|
|
1379
1379
|
ProxyCmp({})
|
|
1380
1380
|
], IfxOverviewTable);
|
|
1381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxOverviewTable, decorators: [{
|
|
1382
1382
|
type: Component,
|
|
1383
1383
|
args: [{
|
|
1384
1384
|
selector: 'ifx-overview-table',
|
|
@@ -1395,15 +1395,15 @@ let IfxPagination = class IfxPagination {
|
|
|
1395
1395
|
this.el = r.nativeElement;
|
|
1396
1396
|
proxyOutputs(this, this.el, ['ifxPageChange', 'ifxItemsPerPageChange']);
|
|
1397
1397
|
}
|
|
1398
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1399
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1399
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxPagination, isStandalone: true, selector: "ifx-pagination", inputs: { currentPage: "currentPage", itemsPerPage: "itemsPerPage", showItemsPerPage: "showItemsPerPage", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1400
1400
|
};
|
|
1401
1401
|
IfxPagination = __decorate([
|
|
1402
1402
|
ProxyCmp({
|
|
1403
1403
|
inputs: ['currentPage', 'itemsPerPage', 'showItemsPerPage', 'total']
|
|
1404
1404
|
})
|
|
1405
1405
|
], IfxPagination);
|
|
1406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxPagination, decorators: [{
|
|
1407
1407
|
type: Component,
|
|
1408
1408
|
args: [{
|
|
1409
1409
|
selector: 'ifx-pagination',
|
|
@@ -1419,15 +1419,15 @@ let IfxProgressBar = class IfxProgressBar {
|
|
|
1419
1419
|
c.detach();
|
|
1420
1420
|
this.el = r.nativeElement;
|
|
1421
1421
|
}
|
|
1422
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1423
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1423
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxProgressBar, isStandalone: true, selector: "ifx-progress-bar", inputs: { showLabel: "showLabel", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1424
1424
|
};
|
|
1425
1425
|
IfxProgressBar = __decorate([
|
|
1426
1426
|
ProxyCmp({
|
|
1427
1427
|
inputs: ['showLabel', 'size', 'value']
|
|
1428
1428
|
})
|
|
1429
1429
|
], IfxProgressBar);
|
|
1430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxProgressBar, decorators: [{
|
|
1431
1431
|
type: Component,
|
|
1432
1432
|
args: [{
|
|
1433
1433
|
selector: 'ifx-progress-bar',
|
|
@@ -1444,8 +1444,8 @@ let IfxRadioButton = class IfxRadioButton {
|
|
|
1444
1444
|
this.el = r.nativeElement;
|
|
1445
1445
|
proxyOutputs(this, this.el, ['ifxChange', 'ifxError']);
|
|
1446
1446
|
}
|
|
1447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1448
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1448
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxRadioButton, isStandalone: true, selector: "ifx-radio-button", inputs: { checked: "checked", disabled: "disabled", error: "error", name: "name", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1449
1449
|
};
|
|
1450
1450
|
IfxRadioButton = __decorate([
|
|
1451
1451
|
ProxyCmp({
|
|
@@ -1453,7 +1453,7 @@ IfxRadioButton = __decorate([
|
|
|
1453
1453
|
methods: ['isChecked']
|
|
1454
1454
|
})
|
|
1455
1455
|
], IfxRadioButton);
|
|
1456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxRadioButton, decorators: [{
|
|
1457
1457
|
type: Component,
|
|
1458
1458
|
args: [{
|
|
1459
1459
|
selector: 'ifx-radio-button',
|
|
@@ -1469,8 +1469,8 @@ let IfxRadioButtonGroup = class IfxRadioButtonGroup {
|
|
|
1469
1469
|
c.detach();
|
|
1470
1470
|
this.el = r.nativeElement;
|
|
1471
1471
|
}
|
|
1472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1473
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1472
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxRadioButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1473
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxRadioButtonGroup, isStandalone: true, selector: "ifx-radio-button-group", inputs: { alignment: "alignment", captionText: "captionText", groupLabelText: "groupLabelText", required: "required", showCaption: "showCaption", showCaptionIcon: "showCaptionIcon", showGroupLabel: "showGroupLabel", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1474
1474
|
};
|
|
1475
1475
|
IfxRadioButtonGroup = __decorate([
|
|
1476
1476
|
ProxyCmp({
|
|
@@ -1478,7 +1478,7 @@ IfxRadioButtonGroup = __decorate([
|
|
|
1478
1478
|
methods: ['setGroupError']
|
|
1479
1479
|
})
|
|
1480
1480
|
], IfxRadioButtonGroup);
|
|
1481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxRadioButtonGroup, decorators: [{
|
|
1482
1482
|
type: Component,
|
|
1483
1483
|
args: [{
|
|
1484
1484
|
selector: 'ifx-radio-button-group',
|
|
@@ -1495,8 +1495,8 @@ let IfxSearchBar = class IfxSearchBar {
|
|
|
1495
1495
|
this.el = r.nativeElement;
|
|
1496
1496
|
proxyOutputs(this, this.el, ['ifxInput', 'ifxOpen']);
|
|
1497
1497
|
}
|
|
1498
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1499
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1498
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSearchBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1499
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSearchBar, isStandalone: true, selector: "ifx-search-bar", inputs: { autocomplete: "autocomplete", disabled: "disabled", isOpen: "isOpen", maxlength: "maxlength", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1500
1500
|
};
|
|
1501
1501
|
IfxSearchBar = __decorate([
|
|
1502
1502
|
ProxyCmp({
|
|
@@ -1504,7 +1504,7 @@ IfxSearchBar = __decorate([
|
|
|
1504
1504
|
methods: ['onNavbarMobile']
|
|
1505
1505
|
})
|
|
1506
1506
|
], IfxSearchBar);
|
|
1507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1507
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSearchBar, decorators: [{
|
|
1508
1508
|
type: Component,
|
|
1509
1509
|
args: [{
|
|
1510
1510
|
selector: 'ifx-search-bar',
|
|
@@ -1521,15 +1521,15 @@ let IfxSearchField = class IfxSearchField {
|
|
|
1521
1521
|
this.el = r.nativeElement;
|
|
1522
1522
|
proxyOutputs(this, this.el, ['ifxInput', 'ifxSuggestionRequested', 'ifxSuggestionSelected', 'ifxFocus', 'ifxBlur']);
|
|
1523
1523
|
}
|
|
1524
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1525
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1524
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1525
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSearchField, isStandalone: true, selector: "ifx-search-field", inputs: { ariaDescribedBy: "ariaDescribedBy", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", autocomplete: "autocomplete", deleteIconAriaLabel: "deleteIconAriaLabel", disabled: "disabled", dropdownAriaLabel: "dropdownAriaLabel", enableHistory: "enableHistory", historyDeleteAriaLabel: "historyDeleteAriaLabel", historyHeaderText: "historyHeaderText", historyItemAriaLabel: "historyItemAriaLabel", historyKey: "historyKey", maxHistoryItems: "maxHistoryItems", maxSuggestions: "maxSuggestions", maxlength: "maxlength", placeholder: "placeholder", showDeleteIcon: "showDeleteIcon", showSuggestions: "showSuggestions", size: "size", suggestionAriaLabel: "suggestionAriaLabel", suggestions: "suggestions", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1526
1526
|
};
|
|
1527
1527
|
IfxSearchField = __decorate([
|
|
1528
1528
|
ProxyCmp({
|
|
1529
1529
|
inputs: ['ariaDescribedBy', 'ariaLabel', 'ariaLabelledBy', 'autocomplete', 'deleteIconAriaLabel', 'disabled', 'dropdownAriaLabel', 'enableHistory', 'historyDeleteAriaLabel', 'historyHeaderText', 'historyItemAriaLabel', 'historyKey', 'maxHistoryItems', 'maxSuggestions', 'maxlength', 'placeholder', 'showDeleteIcon', 'showSuggestions', 'size', 'suggestionAriaLabel', 'suggestions', 'value']
|
|
1530
1530
|
})
|
|
1531
1531
|
], IfxSearchField);
|
|
1532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSearchField, decorators: [{
|
|
1533
1533
|
type: Component,
|
|
1534
1534
|
args: [{
|
|
1535
1535
|
selector: 'ifx-search-field',
|
|
@@ -1546,15 +1546,15 @@ let IfxSegment = class IfxSegment {
|
|
|
1546
1546
|
this.el = r.nativeElement;
|
|
1547
1547
|
proxyOutputs(this, this.el, ['segmentSelect']);
|
|
1548
1548
|
}
|
|
1549
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1550
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1550
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSegment, isStandalone: true, selector: "ifx-segment", inputs: { icon: "icon", segmentIndex: "segmentIndex", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1551
1551
|
};
|
|
1552
1552
|
IfxSegment = __decorate([
|
|
1553
1553
|
ProxyCmp({
|
|
1554
1554
|
inputs: ['icon', 'segmentIndex', 'selected', 'value']
|
|
1555
1555
|
})
|
|
1556
1556
|
], IfxSegment);
|
|
1557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSegment, decorators: [{
|
|
1558
1558
|
type: Component,
|
|
1559
1559
|
args: [{
|
|
1560
1560
|
selector: 'ifx-segment',
|
|
@@ -1571,15 +1571,15 @@ let IfxSegmentedControl = class IfxSegmentedControl {
|
|
|
1571
1571
|
this.el = r.nativeElement;
|
|
1572
1572
|
proxyOutputs(this, this.el, ['ifxChange']);
|
|
1573
1573
|
}
|
|
1574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1575
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1574
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1575
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSegmentedControl, isStandalone: true, selector: "ifx-segmented-control", inputs: { caption: "caption", error: "error", label: "label", required: "required", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1576
1576
|
};
|
|
1577
1577
|
IfxSegmentedControl = __decorate([
|
|
1578
1578
|
ProxyCmp({
|
|
1579
1579
|
inputs: ['caption', 'error', 'label', 'required', 'size']
|
|
1580
1580
|
})
|
|
1581
1581
|
], IfxSegmentedControl);
|
|
1582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSegmentedControl, decorators: [{
|
|
1583
1583
|
type: Component,
|
|
1584
1584
|
args: [{
|
|
1585
1585
|
selector: 'ifx-segmented-control',
|
|
@@ -1596,8 +1596,8 @@ let IfxSelect = class IfxSelect {
|
|
|
1596
1596
|
this.el = r.nativeElement;
|
|
1597
1597
|
proxyOutputs(this, this.el, ['ifxSelect', 'ifxInput']);
|
|
1598
1598
|
}
|
|
1599
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1600
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1599
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1600
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSelect, isStandalone: true, selector: "ifx-select", inputs: { addItemFilter: "addItemFilter", addItemText: "addItemText", addItems: "addItems", appendValue: "appendValue", callbackOnCreateTemplates: "callbackOnCreateTemplates", callbackOnInit: "callbackOnInit", caption: "caption", choices: "choices", classNames: "classNames", customAddItemText: "customAddItemText", delimiter: "delimiter", disabled: "disabled", duplicateItemsAllowed: "duplicateItemsAllowed", editItems: "editItems", error: "error", fuseOptions: "fuseOptions", itemSelectText: "itemSelectText", items: "items", label: "label", loadingText: "loadingText", maxItemCount: "maxItemCount", maxItemText: "maxItemText", name: "name", noChoicesText: "noChoicesText", noResultsText: "noResultsText", options: "options", paste: "paste", placeholder: "placeholder", placeholderValue: "placeholderValue", position: "position", prependValue: "prependValue", removeItemButton: "removeItemButton", removeItems: "removeItems", renderChoiceLimit: "renderChoiceLimit", renderSelectedChoices: "renderSelectedChoices", required: "required", resetScrollPosition: "resetScrollPosition", searchChoices: "searchChoices", searchFields: "searchFields", searchFloor: "searchFloor", searchPlaceholderValue: "searchPlaceholderValue", searchResultLimit: "searchResultLimit", shouldSort: "shouldSort", shouldSortItems: "shouldSortItems", showClearButton: "showClearButton", showSearch: "showSearch", size: "size", sorter: "sorter", uniqueItemText: "uniqueItemText", value: "value", valueComparer: "valueComparer" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1601
1601
|
};
|
|
1602
1602
|
IfxSelect = __decorate([
|
|
1603
1603
|
ProxyCmp({
|
|
@@ -1605,7 +1605,7 @@ IfxSelect = __decorate([
|
|
|
1605
1605
|
methods: ['clearSelection', 'handleChange', 'highlightItem', 'unhighlightItem', 'highlightAll', 'unhighlightAll', 'removeActiveItemsByValue', 'removeActiveItems', 'removeHighlightedItems', 'showDropdown', 'hideDropdown', 'getValue', 'setValue', 'setChoiceByValue', 'setChoices', 'clearChoices', 'clearStore', 'clearInput', 'ajax', 'handleDeleteIcon']
|
|
1606
1606
|
})
|
|
1607
1607
|
], IfxSelect);
|
|
1608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSelect, decorators: [{
|
|
1609
1609
|
type: Component,
|
|
1610
1610
|
args: [{
|
|
1611
1611
|
selector: 'ifx-select',
|
|
@@ -1622,15 +1622,15 @@ let IfxSetFilter = class IfxSetFilter {
|
|
|
1622
1622
|
this.el = r.nativeElement;
|
|
1623
1623
|
proxyOutputs(this, this.el, ['ifxFilterSelect']);
|
|
1624
1624
|
}
|
|
1625
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1626
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1625
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSetFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1626
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSetFilter, isStandalone: true, selector: "ifx-set-filter", inputs: { filterLabel: "filterLabel", filterName: "filterName", options: "options", placeholder: "placeholder", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1627
1627
|
};
|
|
1628
1628
|
IfxSetFilter = __decorate([
|
|
1629
1629
|
ProxyCmp({
|
|
1630
1630
|
inputs: ['filterLabel', 'filterName', 'options', 'placeholder', 'type']
|
|
1631
1631
|
})
|
|
1632
1632
|
], IfxSetFilter);
|
|
1633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSetFilter, decorators: [{
|
|
1634
1634
|
type: Component,
|
|
1635
1635
|
args: [{
|
|
1636
1636
|
selector: 'ifx-set-filter',
|
|
@@ -1647,8 +1647,8 @@ let IfxSidebar = class IfxSidebar {
|
|
|
1647
1647
|
this.el = r.nativeElement;
|
|
1648
1648
|
proxyOutputs(this, this.el, ['ifxSidebarCollapseChange']);
|
|
1649
1649
|
}
|
|
1650
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1651
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1650
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1651
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSidebar, isStandalone: true, selector: "ifx-sidebar", inputs: { applicationName: "applicationName", collapsed: "collapsed", collapsible: "collapsible", copyrightText: "copyrightText", hideMenuLabel: "hideMenuLabel", imprint: "imprint", initialCollapse: "initialCollapse", privacyPolicy: "privacyPolicy", showFooter: "showFooter", showHeader: "showHeader", target: "target", termsOfUse: "termsOfUse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1652
1652
|
};
|
|
1653
1653
|
IfxSidebar = __decorate([
|
|
1654
1654
|
ProxyCmp({
|
|
@@ -1656,7 +1656,7 @@ IfxSidebar = __decorate([
|
|
|
1656
1656
|
methods: ['toggleCollapse', 'collapse', 'expand']
|
|
1657
1657
|
})
|
|
1658
1658
|
], IfxSidebar);
|
|
1659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSidebar, decorators: [{
|
|
1660
1660
|
type: Component,
|
|
1661
1661
|
args: [{
|
|
1662
1662
|
selector: 'ifx-sidebar',
|
|
@@ -1673,8 +1673,8 @@ let IfxSidebarItem = class IfxSidebarItem {
|
|
|
1673
1673
|
this.el = r.nativeElement;
|
|
1674
1674
|
proxyOutputs(this, this.el, ['ifxSidebarMenu', 'ifxSidebarNavigationItem', 'ifxSidebarActionItem']);
|
|
1675
1675
|
}
|
|
1676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1677
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1676
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSidebarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1677
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSidebarItem, isStandalone: true, selector: "ifx-sidebar-item", inputs: { active: "active", handleItemClick: "handleItemClick", href: "href", icon: "icon", isActionItem: "isActionItem", numberIndicator: "numberIndicator", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1678
1678
|
};
|
|
1679
1679
|
IfxSidebarItem = __decorate([
|
|
1680
1680
|
ProxyCmp({
|
|
@@ -1682,7 +1682,7 @@ IfxSidebarItem = __decorate([
|
|
|
1682
1682
|
methods: ['setActiveClasses', 'expandMenu', 'isItemExpandable']
|
|
1683
1683
|
})
|
|
1684
1684
|
], IfxSidebarItem);
|
|
1685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSidebarItem, decorators: [{
|
|
1686
1686
|
type: Component,
|
|
1687
1687
|
args: [{
|
|
1688
1688
|
selector: 'ifx-sidebar-item',
|
|
@@ -1698,15 +1698,15 @@ let IfxSidebarTitle = class IfxSidebarTitle {
|
|
|
1698
1698
|
c.detach();
|
|
1699
1699
|
this.el = r.nativeElement;
|
|
1700
1700
|
}
|
|
1701
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1702
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1701
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSidebarTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1702
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSidebarTitle, isStandalone: true, selector: "ifx-sidebar-title", inputs: { showInCollapsed: "showInCollapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1703
1703
|
};
|
|
1704
1704
|
IfxSidebarTitle = __decorate([
|
|
1705
1705
|
ProxyCmp({
|
|
1706
1706
|
inputs: ['showInCollapsed']
|
|
1707
1707
|
})
|
|
1708
1708
|
], IfxSidebarTitle);
|
|
1709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSidebarTitle, decorators: [{
|
|
1710
1710
|
type: Component,
|
|
1711
1711
|
args: [{
|
|
1712
1712
|
selector: 'ifx-sidebar-title',
|
|
@@ -1723,15 +1723,15 @@ let IfxSlider = class IfxSlider {
|
|
|
1723
1723
|
this.el = r.nativeElement;
|
|
1724
1724
|
proxyOutputs(this, this.el, ['ifxChange']);
|
|
1725
1725
|
}
|
|
1726
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1727
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1726
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1727
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSlider, isStandalone: true, selector: "ifx-slider", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", leftIcon: "leftIcon", leftText: "leftText", max: "max", maxValueHandle: "maxValueHandle", min: "min", minValueHandle: "minValueHandle", rightIcon: "rightIcon", rightText: "rightText", showPercentage: "showPercentage", step: "step", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1728
1728
|
};
|
|
1729
1729
|
IfxSlider = __decorate([
|
|
1730
1730
|
ProxyCmp({
|
|
1731
1731
|
inputs: ['ariaLabel', 'disabled', 'leftIcon', 'leftText', 'max', 'maxValueHandle', 'min', 'minValueHandle', 'rightIcon', 'rightText', 'showPercentage', 'step', 'type', 'value']
|
|
1732
1732
|
})
|
|
1733
1733
|
], IfxSlider);
|
|
1734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSlider, decorators: [{
|
|
1735
1735
|
type: Component,
|
|
1736
1736
|
args: [{
|
|
1737
1737
|
selector: 'ifx-slider',
|
|
@@ -1747,15 +1747,15 @@ let IfxSpinner = class IfxSpinner {
|
|
|
1747
1747
|
c.detach();
|
|
1748
1748
|
this.el = r.nativeElement;
|
|
1749
1749
|
}
|
|
1750
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1751
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1750
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1751
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSpinner, isStandalone: true, selector: "ifx-spinner", inputs: { ariaLabel: "ariaLabel", inverted: "inverted", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1752
1752
|
};
|
|
1753
1753
|
IfxSpinner = __decorate([
|
|
1754
1754
|
ProxyCmp({
|
|
1755
1755
|
inputs: ['ariaLabel', 'inverted', 'size', 'variant']
|
|
1756
1756
|
})
|
|
1757
1757
|
], IfxSpinner);
|
|
1758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSpinner, decorators: [{
|
|
1759
1759
|
type: Component,
|
|
1760
1760
|
args: [{
|
|
1761
1761
|
selector: 'ifx-spinner',
|
|
@@ -1771,15 +1771,15 @@ let IfxStatus = class IfxStatus {
|
|
|
1771
1771
|
c.detach();
|
|
1772
1772
|
this.el = r.nativeElement;
|
|
1773
1773
|
}
|
|
1774
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1775
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1774
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1775
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxStatus, isStandalone: true, selector: "ifx-status", inputs: { border: "border", color: "color", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1776
1776
|
};
|
|
1777
1777
|
IfxStatus = __decorate([
|
|
1778
1778
|
ProxyCmp({
|
|
1779
1779
|
inputs: ['border', 'color', 'label']
|
|
1780
1780
|
})
|
|
1781
1781
|
], IfxStatus);
|
|
1782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxStatus, decorators: [{
|
|
1783
1783
|
type: Component,
|
|
1784
1784
|
args: [{
|
|
1785
1785
|
selector: 'ifx-status',
|
|
@@ -1795,15 +1795,15 @@ let IfxStep = class IfxStep {
|
|
|
1795
1795
|
c.detach();
|
|
1796
1796
|
this.el = r.nativeElement;
|
|
1797
1797
|
}
|
|
1798
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1799
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1798
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1799
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxStep, isStandalone: true, selector: "ifx-step", inputs: { complete: "complete", disabled: "disabled", error: "error", lastStep: "lastStep", stepId: "stepId", stepperState: "stepperState" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1800
1800
|
};
|
|
1801
1801
|
IfxStep = __decorate([
|
|
1802
1802
|
ProxyCmp({
|
|
1803
1803
|
inputs: ['complete', 'disabled', 'error', 'lastStep', 'stepId', 'stepperState']
|
|
1804
1804
|
})
|
|
1805
1805
|
], IfxStep);
|
|
1806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxStep, decorators: [{
|
|
1807
1807
|
type: Component,
|
|
1808
1808
|
args: [{
|
|
1809
1809
|
selector: 'ifx-step',
|
|
@@ -1820,15 +1820,15 @@ let IfxStepper = class IfxStepper {
|
|
|
1820
1820
|
this.el = r.nativeElement;
|
|
1821
1821
|
proxyOutputs(this, this.el, ['ifxChange']);
|
|
1822
1822
|
}
|
|
1823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1824
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1823
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1824
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxStepper, isStandalone: true, selector: "ifx-stepper", inputs: { activeStep: "activeStep", ariaCurrent: "ariaCurrent", ariaLabel: "ariaLabel", indicatorPosition: "indicatorPosition", showStepNumber: "showStepNumber", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1825
1825
|
};
|
|
1826
1826
|
IfxStepper = __decorate([
|
|
1827
1827
|
ProxyCmp({
|
|
1828
1828
|
inputs: ['activeStep', 'ariaCurrent', 'ariaLabel', 'indicatorPosition', 'showStepNumber', 'variant']
|
|
1829
1829
|
})
|
|
1830
1830
|
], IfxStepper);
|
|
1831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxStepper, decorators: [{
|
|
1832
1832
|
type: Component,
|
|
1833
1833
|
args: [{
|
|
1834
1834
|
selector: 'ifx-stepper',
|
|
@@ -1845,8 +1845,8 @@ let IfxSwitch = class IfxSwitch {
|
|
|
1845
1845
|
this.el = r.nativeElement;
|
|
1846
1846
|
proxyOutputs(this, this.el, ['ifxChange']);
|
|
1847
1847
|
}
|
|
1848
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1849
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1848
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1849
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxSwitch, isStandalone: true, selector: "ifx-switch", inputs: { checked: "checked", disabled: "disabled", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1850
1850
|
};
|
|
1851
1851
|
IfxSwitch = __decorate([
|
|
1852
1852
|
ProxyCmp({
|
|
@@ -1854,7 +1854,7 @@ IfxSwitch = __decorate([
|
|
|
1854
1854
|
methods: ['isChecked']
|
|
1855
1855
|
})
|
|
1856
1856
|
], IfxSwitch);
|
|
1857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1857
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxSwitch, decorators: [{
|
|
1858
1858
|
type: Component,
|
|
1859
1859
|
args: [{
|
|
1860
1860
|
selector: 'ifx-switch',
|
|
@@ -1871,15 +1871,15 @@ let IfxTab = class IfxTab {
|
|
|
1871
1871
|
this.el = r.nativeElement;
|
|
1872
1872
|
proxyOutputs(this, this.el, ['tabHeaderChange']);
|
|
1873
1873
|
}
|
|
1874
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1875
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1874
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1875
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTab, isStandalone: true, selector: "ifx-tab", inputs: { disabled: "disabled", header: "header", icon: "icon", iconPosition: "iconPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1876
1876
|
};
|
|
1877
1877
|
IfxTab = __decorate([
|
|
1878
1878
|
ProxyCmp({
|
|
1879
1879
|
inputs: ['disabled', 'header', 'icon', 'iconPosition']
|
|
1880
1880
|
})
|
|
1881
1881
|
], IfxTab);
|
|
1882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTab, decorators: [{
|
|
1883
1883
|
type: Component,
|
|
1884
1884
|
args: [{
|
|
1885
1885
|
selector: 'ifx-tab',
|
|
@@ -1895,8 +1895,8 @@ let IfxTable = class IfxTable {
|
|
|
1895
1895
|
c.detach();
|
|
1896
1896
|
this.el = r.nativeElement;
|
|
1897
1897
|
}
|
|
1898
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1899
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1898
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1899
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTable, isStandalone: true, selector: "ifx-table", inputs: { buttonRendererOptions: "buttonRendererOptions", checkboxRendererOptions: "checkboxRendererOptions", cols: "cols", enableSelection: "enableSelection", filterOrientation: "filterOrientation", headline: "headline", iconButtonRendererOptions: "iconButtonRendererOptions", pagination: "pagination", paginationItemsPerPage: "paginationItemsPerPage", rowHeight: "rowHeight", rows: "rows", serverPageChangeHandler: "serverPageChangeHandler", serverSidePagination: "serverSidePagination", showLoading: "showLoading", tableHeight: "tableHeight", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1900
1900
|
};
|
|
1901
1901
|
IfxTable = __decorate([
|
|
1902
1902
|
ProxyCmp({
|
|
@@ -1904,7 +1904,7 @@ IfxTable = __decorate([
|
|
|
1904
1904
|
methods: ['onBtShowLoading']
|
|
1905
1905
|
})
|
|
1906
1906
|
], IfxTable);
|
|
1907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTable, decorators: [{
|
|
1908
1908
|
type: Component,
|
|
1909
1909
|
args: [{
|
|
1910
1910
|
selector: 'ifx-table',
|
|
@@ -1921,15 +1921,15 @@ let IfxTabs = class IfxTabs {
|
|
|
1921
1921
|
this.el = r.nativeElement;
|
|
1922
1922
|
proxyOutputs(this, this.el, ['ifxChange']);
|
|
1923
1923
|
}
|
|
1924
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1925
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1925
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTabs, isStandalone: true, selector: "ifx-tabs", inputs: { activeTabIndex: "activeTabIndex", fullWidth: "fullWidth", orientation: "orientation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1926
1926
|
};
|
|
1927
1927
|
IfxTabs = __decorate([
|
|
1928
1928
|
ProxyCmp({
|
|
1929
1929
|
inputs: ['activeTabIndex', 'fullWidth', 'orientation']
|
|
1930
1930
|
})
|
|
1931
1931
|
], IfxTabs);
|
|
1932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTabs, decorators: [{
|
|
1933
1933
|
type: Component,
|
|
1934
1934
|
args: [{
|
|
1935
1935
|
selector: 'ifx-tabs',
|
|
@@ -1946,8 +1946,8 @@ let IfxTemplate = class IfxTemplate {
|
|
|
1946
1946
|
this.el = r.nativeElement;
|
|
1947
1947
|
proxyOutputs(this, this.el, ['toggleTemplates', 'fieldError']);
|
|
1948
1948
|
}
|
|
1949
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1950
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1949
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1950
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTemplate, isStandalone: true, selector: "ifx-template", inputs: { name: "name", thumbnail: "thumbnail" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1951
1951
|
};
|
|
1952
1952
|
IfxTemplate = __decorate([
|
|
1953
1953
|
ProxyCmp({
|
|
@@ -1955,7 +1955,7 @@ IfxTemplate = __decorate([
|
|
|
1955
1955
|
methods: ['toggleTemplate']
|
|
1956
1956
|
})
|
|
1957
1957
|
], IfxTemplate);
|
|
1958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTemplate, decorators: [{
|
|
1959
1959
|
type: Component,
|
|
1960
1960
|
args: [{
|
|
1961
1961
|
selector: 'ifx-template',
|
|
@@ -1971,13 +1971,13 @@ let IfxTemplatesUi = class IfxTemplatesUi {
|
|
|
1971
1971
|
c.detach();
|
|
1972
1972
|
this.el = r.nativeElement;
|
|
1973
1973
|
}
|
|
1974
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1975
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1974
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTemplatesUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1975
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTemplatesUi, isStandalone: true, selector: "ifx-templates-ui", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1976
1976
|
};
|
|
1977
1977
|
IfxTemplatesUi = __decorate([
|
|
1978
1978
|
ProxyCmp({})
|
|
1979
1979
|
], IfxTemplatesUi);
|
|
1980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTemplatesUi, decorators: [{
|
|
1981
1981
|
type: Component,
|
|
1982
1982
|
args: [{
|
|
1983
1983
|
selector: 'ifx-templates-ui',
|
|
@@ -1994,8 +1994,8 @@ let IfxTextField = class IfxTextField {
|
|
|
1994
1994
|
this.el = r.nativeElement;
|
|
1995
1995
|
proxyOutputs(this, this.el, ['ifxInput']);
|
|
1996
1996
|
}
|
|
1997
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1998
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1997
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1998
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTextField, isStandalone: true, selector: "ifx-text-field", inputs: { autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", icon: "icon", internalId: "internalId", label: "label", maxlength: "maxlength", placeholder: "placeholder", readOnly: "readOnly", required: "required", showDeleteIcon: "showDeleteIcon", size: "size", success: "success", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1999
1999
|
};
|
|
2000
2000
|
IfxTextField = __decorate([
|
|
2001
2001
|
ProxyCmp({
|
|
@@ -2003,7 +2003,7 @@ IfxTextField = __decorate([
|
|
|
2003
2003
|
methods: ['reset']
|
|
2004
2004
|
})
|
|
2005
2005
|
], IfxTextField);
|
|
2006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTextField, decorators: [{
|
|
2007
2007
|
type: Component,
|
|
2008
2008
|
args: [{
|
|
2009
2009
|
selector: 'ifx-text-field',
|
|
@@ -2020,8 +2020,8 @@ let IfxTextarea = class IfxTextarea {
|
|
|
2020
2020
|
this.el = r.nativeElement;
|
|
2021
2021
|
proxyOutputs(this, this.el, ['ifxInput']);
|
|
2022
2022
|
}
|
|
2023
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2024
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2023
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2024
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTextarea, isStandalone: true, selector: "ifx-textarea", inputs: { caption: "caption", cols: "cols", disabled: "disabled", error: "error", fullWidth: "fullWidth", label: "label", maxlength: "maxlength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", resize: "resize", rows: "rows", value: "value", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2025
2025
|
};
|
|
2026
2026
|
IfxTextarea = __decorate([
|
|
2027
2027
|
ProxyCmp({
|
|
@@ -2029,7 +2029,7 @@ IfxTextarea = __decorate([
|
|
|
2029
2029
|
methods: ['reset']
|
|
2030
2030
|
})
|
|
2031
2031
|
], IfxTextarea);
|
|
2032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTextarea, decorators: [{
|
|
2033
2033
|
type: Component,
|
|
2034
2034
|
args: [{
|
|
2035
2035
|
selector: 'ifx-textarea',
|
|
@@ -2045,15 +2045,15 @@ let IfxTooltip = class IfxTooltip {
|
|
|
2045
2045
|
c.detach();
|
|
2046
2046
|
this.el = r.nativeElement;
|
|
2047
2047
|
}
|
|
2048
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2049
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2048
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2049
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTooltip, isStandalone: true, selector: "ifx-tooltip", inputs: { ariaLabel: "ariaLabel", header: "header", icon: "icon", position: "position", text: "text", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2050
2050
|
};
|
|
2051
2051
|
IfxTooltip = __decorate([
|
|
2052
2052
|
ProxyCmp({
|
|
2053
2053
|
inputs: ['ariaLabel', 'header', 'icon', 'position', 'text', 'variant']
|
|
2054
2054
|
})
|
|
2055
2055
|
], IfxTooltip);
|
|
2056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2056
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTooltip, decorators: [{
|
|
2057
2057
|
type: Component,
|
|
2058
2058
|
args: [{
|
|
2059
2059
|
selector: 'ifx-tooltip',
|
|
@@ -2070,15 +2070,15 @@ let IfxTreeView = class IfxTreeView {
|
|
|
2070
2070
|
this.el = r.nativeElement;
|
|
2071
2071
|
proxyOutputs(this, this.el, ['ifxTreeViewExpandAllChange', 'ifxTreeViewDisableAllChange']);
|
|
2072
2072
|
}
|
|
2073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2074
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2073
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2074
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTreeView, isStandalone: true, selector: "ifx-tree-view", inputs: { ariaLabel: "ariaLabel", disableAllItems: "disableAllItems", expandAllItems: "expandAllItems", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2075
2075
|
};
|
|
2076
2076
|
IfxTreeView = __decorate([
|
|
2077
2077
|
ProxyCmp({
|
|
2078
2078
|
inputs: ['ariaLabel', 'disableAllItems', 'expandAllItems', 'label']
|
|
2079
2079
|
})
|
|
2080
2080
|
], IfxTreeView);
|
|
2081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTreeView, decorators: [{
|
|
2082
2082
|
type: Component,
|
|
2083
2083
|
args: [{
|
|
2084
2084
|
selector: 'ifx-tree-view',
|
|
@@ -2095,15 +2095,15 @@ let IfxTreeViewItem = class IfxTreeViewItem {
|
|
|
2095
2095
|
this.el = r.nativeElement;
|
|
2096
2096
|
proxyOutputs(this, this.el, ['ifxTreeViewItemExpandChange', 'ifxTreeViewItemCheckChange', 'ifxTreeViewItemDisableChange']);
|
|
2097
2097
|
}
|
|
2098
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2099
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2098
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTreeViewItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2099
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: IfxTreeViewItem, isStandalone: true, selector: "ifx-tree-view-item", inputs: { ariaLabel: "ariaLabel", disableItem: "disableItem", expanded: "expanded", initiallyExpanded: "initiallyExpanded", initiallySelected: "initiallySelected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2100
2100
|
};
|
|
2101
2101
|
IfxTreeViewItem = __decorate([
|
|
2102
2102
|
ProxyCmp({
|
|
2103
2103
|
inputs: ['ariaLabel', 'disableItem', 'expanded', 'initiallyExpanded', 'initiallySelected', 'value']
|
|
2104
2104
|
})
|
|
2105
2105
|
], IfxTreeViewItem);
|
|
2106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: IfxTreeViewItem, decorators: [{
|
|
2107
2107
|
type: Component,
|
|
2108
2108
|
args: [{
|
|
2109
2109
|
selector: 'ifx-tree-view-item',
|