@infineon/infineon-design-system-angular 39.20.0 → 39.20.1
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.
|
@@ -73,15 +73,15 @@ let IfxAccordion = class IfxAccordion {
|
|
|
73
73
|
c.detach();
|
|
74
74
|
this.el = r.nativeElement;
|
|
75
75
|
}
|
|
76
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
77
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
76
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
77
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxAccordion, isStandalone: false, selector: "ifx-accordion", inputs: { autoCollapse: "autoCollapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
78
78
|
};
|
|
79
79
|
IfxAccordion = __decorate([
|
|
80
80
|
ProxyCmp({
|
|
81
81
|
inputs: ['autoCollapse']
|
|
82
82
|
})
|
|
83
83
|
], IfxAccordion);
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxAccordion, decorators: [{
|
|
85
85
|
type: Component,
|
|
86
86
|
args: [{
|
|
87
87
|
selector: 'ifx-accordion',
|
|
@@ -102,15 +102,15 @@ let IfxAccordionItem = class IfxAccordionItem {
|
|
|
102
102
|
c.detach();
|
|
103
103
|
this.el = r.nativeElement;
|
|
104
104
|
}
|
|
105
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
106
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
105
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
106
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxAccordionItem, isStandalone: false, selector: "ifx-accordion-item", inputs: { ariaLevelNumber: "ariaLevelNumber", caption: "caption", icon: "icon", open: "open" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
107
107
|
};
|
|
108
108
|
IfxAccordionItem = __decorate([
|
|
109
109
|
ProxyCmp({
|
|
110
110
|
inputs: ['ariaLevelNumber', 'caption', 'icon', 'open']
|
|
111
111
|
})
|
|
112
112
|
], IfxAccordionItem);
|
|
113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxAccordionItem, decorators: [{
|
|
114
114
|
type: Component,
|
|
115
115
|
args: [{
|
|
116
116
|
selector: 'ifx-accordion-item',
|
|
@@ -134,15 +134,15 @@ let IfxActionList = class IfxActionList {
|
|
|
134
134
|
c.detach();
|
|
135
135
|
this.el = r.nativeElement;
|
|
136
136
|
}
|
|
137
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
138
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
137
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxActionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
138
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxActionList, isStandalone: false, selector: "ifx-action-list", inputs: { listAriaLabel: "listAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
139
139
|
};
|
|
140
140
|
IfxActionList = __decorate([
|
|
141
141
|
ProxyCmp({
|
|
142
142
|
inputs: ['listAriaLabel']
|
|
143
143
|
})
|
|
144
144
|
], IfxActionList);
|
|
145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxActionList, decorators: [{
|
|
146
146
|
type: Component,
|
|
147
147
|
args: [{
|
|
148
148
|
selector: 'ifx-action-list',
|
|
@@ -162,15 +162,15 @@ let IfxActionListItem = class IfxActionListItem {
|
|
|
162
162
|
c.detach();
|
|
163
163
|
this.el = r.nativeElement;
|
|
164
164
|
}
|
|
165
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
166
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
165
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
166
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxActionListItem, isStandalone: false, selector: "ifx-action-list-item", inputs: { description: "description", disabled: "disabled", href: "href", itemAriaLabel: "itemAriaLabel", itemTitle: "itemTitle", target: "target", value: "value" }, outputs: { ifxActionListItemClick: "ifxActionListItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
167
167
|
};
|
|
168
168
|
IfxActionListItem = __decorate([
|
|
169
169
|
ProxyCmp({
|
|
170
170
|
inputs: ['description', 'disabled', 'href', 'itemAriaLabel', 'itemTitle', 'target', 'value']
|
|
171
171
|
})
|
|
172
172
|
], IfxActionListItem);
|
|
173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxActionListItem, decorators: [{
|
|
174
174
|
type: Component,
|
|
175
175
|
args: [{
|
|
176
176
|
selector: 'ifx-action-list-item',
|
|
@@ -192,15 +192,15 @@ let IfxAiLabel = class IfxAiLabel {
|
|
|
192
192
|
c.detach();
|
|
193
193
|
this.el = r.nativeElement;
|
|
194
194
|
}
|
|
195
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
196
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
195
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxAiLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
196
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxAiLabel, isStandalone: false, selector: "ifx-ai-label", inputs: { divider: "divider", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
197
197
|
};
|
|
198
198
|
IfxAiLabel = __decorate([
|
|
199
199
|
ProxyCmp({
|
|
200
200
|
inputs: ['divider', 'variant']
|
|
201
201
|
})
|
|
202
202
|
], IfxAiLabel);
|
|
203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxAiLabel, decorators: [{
|
|
204
204
|
type: Component,
|
|
205
205
|
args: [{
|
|
206
206
|
selector: 'ifx-ai-label',
|
|
@@ -220,15 +220,15 @@ let IfxAlert = class IfxAlert {
|
|
|
220
220
|
c.detach();
|
|
221
221
|
this.el = r.nativeElement;
|
|
222
222
|
}
|
|
223
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
224
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
223
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
224
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxAlert, isStandalone: false, selector: "ifx-alert", inputs: { AriaLiveText: "AriaLiveText", closable: "closable", icon: "icon", variant: "variant" }, outputs: { ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
225
225
|
};
|
|
226
226
|
IfxAlert = __decorate([
|
|
227
227
|
ProxyCmp({
|
|
228
228
|
inputs: ['AriaLiveText', 'closable', 'icon', 'variant']
|
|
229
229
|
})
|
|
230
230
|
], IfxAlert);
|
|
231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxAlert, decorators: [{
|
|
232
232
|
type: Component,
|
|
233
233
|
args: [{
|
|
234
234
|
selector: 'ifx-alert',
|
|
@@ -250,15 +250,15 @@ let IfxBasicTable = class IfxBasicTable {
|
|
|
250
250
|
c.detach();
|
|
251
251
|
this.el = r.nativeElement;
|
|
252
252
|
}
|
|
253
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
254
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
253
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxBasicTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
254
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxBasicTable, isStandalone: false, 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 });
|
|
255
255
|
};
|
|
256
256
|
IfxBasicTable = __decorate([
|
|
257
257
|
ProxyCmp({
|
|
258
258
|
inputs: ['cols', 'rowHeight', 'rows', 'tableHeight', 'variant']
|
|
259
259
|
})
|
|
260
260
|
], IfxBasicTable);
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxBasicTable, decorators: [{
|
|
262
262
|
type: Component,
|
|
263
263
|
args: [{
|
|
264
264
|
selector: 'ifx-basic-table',
|
|
@@ -277,13 +277,13 @@ let IfxBreadcrumb = class IfxBreadcrumb {
|
|
|
277
277
|
c.detach();
|
|
278
278
|
this.el = r.nativeElement;
|
|
279
279
|
}
|
|
280
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
281
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
280
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
281
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxBreadcrumb, isStandalone: false, selector: "ifx-breadcrumb", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
282
282
|
};
|
|
283
283
|
IfxBreadcrumb = __decorate([
|
|
284
284
|
ProxyCmp({})
|
|
285
285
|
], IfxBreadcrumb);
|
|
286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxBreadcrumb, decorators: [{
|
|
287
287
|
type: Component,
|
|
288
288
|
args: [{
|
|
289
289
|
selector: 'ifx-breadcrumb',
|
|
@@ -302,13 +302,13 @@ let IfxBreadcrumbItem = class IfxBreadcrumbItem {
|
|
|
302
302
|
c.detach();
|
|
303
303
|
this.el = r.nativeElement;
|
|
304
304
|
}
|
|
305
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
306
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
305
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
306
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxBreadcrumbItem, isStandalone: false, selector: "ifx-breadcrumb-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
307
307
|
};
|
|
308
308
|
IfxBreadcrumbItem = __decorate([
|
|
309
309
|
ProxyCmp({})
|
|
310
310
|
], IfxBreadcrumbItem);
|
|
311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxBreadcrumbItem, decorators: [{
|
|
312
312
|
type: Component,
|
|
313
313
|
args: [{
|
|
314
314
|
selector: 'ifx-breadcrumb-item',
|
|
@@ -328,15 +328,15 @@ let IfxBreadcrumbItemLabel = class IfxBreadcrumbItemLabel {
|
|
|
328
328
|
c.detach();
|
|
329
329
|
this.el = r.nativeElement;
|
|
330
330
|
}
|
|
331
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
332
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
331
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxBreadcrumbItemLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
332
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxBreadcrumbItemLabel, isStandalone: false, selector: "ifx-breadcrumb-item-label", inputs: { href: "href", icon: "icon", target: "target" }, outputs: { breadcrumbMenuIconWrapper: "breadcrumbMenuIconWrapper" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
333
333
|
};
|
|
334
334
|
IfxBreadcrumbItemLabel = __decorate([
|
|
335
335
|
ProxyCmp({
|
|
336
336
|
inputs: ['href', 'icon', 'target']
|
|
337
337
|
})
|
|
338
338
|
], IfxBreadcrumbItemLabel);
|
|
339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxBreadcrumbItemLabel, decorators: [{
|
|
340
340
|
type: Component,
|
|
341
341
|
args: [{
|
|
342
342
|
selector: 'ifx-breadcrumb-item-label',
|
|
@@ -358,8 +358,8 @@ let IfxButton = class IfxButton {
|
|
|
358
358
|
c.detach();
|
|
359
359
|
this.el = r.nativeElement;
|
|
360
360
|
}
|
|
361
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
362
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
361
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
362
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxButton, isStandalone: false, selector: "ifx-button", inputs: { ariaLabelText: "ariaLabelText", 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 });
|
|
363
363
|
};
|
|
364
364
|
IfxButton = __decorate([
|
|
365
365
|
ProxyCmp({
|
|
@@ -367,7 +367,7 @@ IfxButton = __decorate([
|
|
|
367
367
|
methods: ['setFocus']
|
|
368
368
|
})
|
|
369
369
|
], IfxButton);
|
|
370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxButton, decorators: [{
|
|
371
371
|
type: Component,
|
|
372
372
|
args: [{
|
|
373
373
|
selector: 'ifx-button',
|
|
@@ -386,15 +386,15 @@ let IfxCard = class IfxCard {
|
|
|
386
386
|
c.detach();
|
|
387
387
|
this.el = r.nativeElement;
|
|
388
388
|
}
|
|
389
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
390
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
389
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
390
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxCard, isStandalone: false, selector: "ifx-card", inputs: { ariaLabelText: "ariaLabelText", direction: "direction", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
391
391
|
};
|
|
392
392
|
IfxCard = __decorate([
|
|
393
393
|
ProxyCmp({
|
|
394
394
|
inputs: ['ariaLabelText', 'direction', 'href', 'target']
|
|
395
395
|
})
|
|
396
396
|
], IfxCard);
|
|
397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCard, decorators: [{
|
|
398
398
|
type: Component,
|
|
399
399
|
args: [{
|
|
400
400
|
selector: 'ifx-card',
|
|
@@ -413,13 +413,13 @@ let IfxCardHeadline = class IfxCardHeadline {
|
|
|
413
413
|
c.detach();
|
|
414
414
|
this.el = r.nativeElement;
|
|
415
415
|
}
|
|
416
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
417
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
416
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
417
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxCardHeadline, isStandalone: false, selector: "ifx-card-headline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
418
418
|
};
|
|
419
419
|
IfxCardHeadline = __decorate([
|
|
420
420
|
ProxyCmp({})
|
|
421
421
|
], IfxCardHeadline);
|
|
422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardHeadline, decorators: [{
|
|
423
423
|
type: Component,
|
|
424
424
|
args: [{
|
|
425
425
|
selector: 'ifx-card-headline',
|
|
@@ -439,15 +439,15 @@ let IfxCardImage = class IfxCardImage {
|
|
|
439
439
|
c.detach();
|
|
440
440
|
this.el = r.nativeElement;
|
|
441
441
|
}
|
|
442
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
443
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
442
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
443
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxCardImage, isStandalone: false, selector: "ifx-card-image", inputs: { alt: "alt", position: "position", src: "src" }, outputs: { imgPosition: "imgPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
444
444
|
};
|
|
445
445
|
IfxCardImage = __decorate([
|
|
446
446
|
ProxyCmp({
|
|
447
447
|
inputs: ['alt', 'position', 'src']
|
|
448
448
|
})
|
|
449
449
|
], IfxCardImage);
|
|
450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardImage, decorators: [{
|
|
451
451
|
type: Component,
|
|
452
452
|
args: [{
|
|
453
453
|
selector: 'ifx-card-image',
|
|
@@ -469,13 +469,13 @@ let IfxCardLinks = class IfxCardLinks {
|
|
|
469
469
|
c.detach();
|
|
470
470
|
this.el = r.nativeElement;
|
|
471
471
|
}
|
|
472
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
473
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
472
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardLinks, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
473
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxCardLinks, isStandalone: false, selector: "ifx-card-links", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
474
474
|
};
|
|
475
475
|
IfxCardLinks = __decorate([
|
|
476
476
|
ProxyCmp({})
|
|
477
477
|
], IfxCardLinks);
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardLinks, decorators: [{
|
|
479
479
|
type: Component,
|
|
480
480
|
args: [{
|
|
481
481
|
selector: 'ifx-card-links',
|
|
@@ -494,13 +494,13 @@ let IfxCardOverline = class IfxCardOverline {
|
|
|
494
494
|
c.detach();
|
|
495
495
|
this.el = r.nativeElement;
|
|
496
496
|
}
|
|
497
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
498
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
497
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardOverline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
498
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxCardOverline, isStandalone: false, selector: "ifx-card-overline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
499
499
|
};
|
|
500
500
|
IfxCardOverline = __decorate([
|
|
501
501
|
ProxyCmp({})
|
|
502
502
|
], IfxCardOverline);
|
|
503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardOverline, decorators: [{
|
|
504
504
|
type: Component,
|
|
505
505
|
args: [{
|
|
506
506
|
selector: 'ifx-card-overline',
|
|
@@ -519,13 +519,13 @@ let IfxCardText = class IfxCardText {
|
|
|
519
519
|
c.detach();
|
|
520
520
|
this.el = r.nativeElement;
|
|
521
521
|
}
|
|
522
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
523
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
522
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
523
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxCardText, isStandalone: false, selector: "ifx-card-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
524
524
|
};
|
|
525
525
|
IfxCardText = __decorate([
|
|
526
526
|
ProxyCmp({})
|
|
527
527
|
], IfxCardText);
|
|
528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCardText, decorators: [{
|
|
529
529
|
type: Component,
|
|
530
530
|
args: [{
|
|
531
531
|
selector: 'ifx-card-text',
|
|
@@ -546,8 +546,8 @@ let IfxCheckbox = class IfxCheckbox {
|
|
|
546
546
|
c.detach();
|
|
547
547
|
this.el = r.nativeElement;
|
|
548
548
|
}
|
|
549
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
550
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
549
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
550
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxCheckbox, isStandalone: false, selector: "ifx-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", indeterminate: "indeterminate", name: "name", size: "size", value: "value" }, outputs: { ifxChange: "ifxChange", ifxError: "ifxError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
551
551
|
};
|
|
552
552
|
IfxCheckbox = __decorate([
|
|
553
553
|
ProxyCmp({
|
|
@@ -555,7 +555,7 @@ IfxCheckbox = __decorate([
|
|
|
555
555
|
methods: ['isChecked', 'setChecked', 'toggleCheckedState', 'toggle']
|
|
556
556
|
})
|
|
557
557
|
], IfxCheckbox);
|
|
558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCheckbox, decorators: [{
|
|
559
559
|
type: Component,
|
|
560
560
|
args: [{
|
|
561
561
|
selector: 'ifx-checkbox',
|
|
@@ -579,8 +579,8 @@ let IfxCheckboxGroup = class IfxCheckboxGroup {
|
|
|
579
579
|
c.detach();
|
|
580
580
|
this.el = r.nativeElement;
|
|
581
581
|
}
|
|
582
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
583
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
582
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
583
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxCheckboxGroup, isStandalone: false, 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 });
|
|
584
584
|
};
|
|
585
585
|
IfxCheckboxGroup = __decorate([
|
|
586
586
|
ProxyCmp({
|
|
@@ -588,7 +588,7 @@ IfxCheckboxGroup = __decorate([
|
|
|
588
588
|
methods: ['setGroupError']
|
|
589
589
|
})
|
|
590
590
|
], IfxCheckboxGroup);
|
|
591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxCheckboxGroup, decorators: [{
|
|
592
592
|
type: Component,
|
|
593
593
|
args: [{
|
|
594
594
|
selector: 'ifx-checkbox-group',
|
|
@@ -608,15 +608,15 @@ let IfxChip = class IfxChip {
|
|
|
608
608
|
c.detach();
|
|
609
609
|
this.el = r.nativeElement;
|
|
610
610
|
}
|
|
611
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
612
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
611
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
612
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxChip, isStandalone: false, selector: "ifx-chip", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", icon: "icon", placeholder: "placeholder", readOnly: "readOnly", size: "size", theme: "theme", value: "value", variant: "variant" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
613
613
|
};
|
|
614
614
|
IfxChip = __decorate([
|
|
615
615
|
ProxyCmp({
|
|
616
616
|
inputs: ['ariaLabelText', 'disabled', 'icon', 'placeholder', 'readOnly', 'size', 'theme', 'value', 'variant']
|
|
617
617
|
})
|
|
618
618
|
], IfxChip);
|
|
619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxChip, decorators: [{
|
|
620
620
|
type: Component,
|
|
621
621
|
args: [{
|
|
622
622
|
selector: 'ifx-chip',
|
|
@@ -639,15 +639,15 @@ let IfxChipItem = class IfxChipItem {
|
|
|
639
639
|
c.detach();
|
|
640
640
|
this.el = r.nativeElement;
|
|
641
641
|
}
|
|
642
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
643
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
642
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxChipItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
643
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxChipItem, isStandalone: false, selector: "ifx-chip-item", inputs: { chipState: "chipState", selected: "selected", value: "value" }, outputs: { ifxChipItemSelect: "ifxChipItemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
644
644
|
};
|
|
645
645
|
IfxChipItem = __decorate([
|
|
646
646
|
ProxyCmp({
|
|
647
647
|
inputs: ['chipState', 'selected', 'value']
|
|
648
648
|
})
|
|
649
649
|
], IfxChipItem);
|
|
650
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxChipItem, decorators: [{
|
|
651
651
|
type: Component,
|
|
652
652
|
args: [{
|
|
653
653
|
selector: 'ifx-chip-item',
|
|
@@ -670,13 +670,13 @@ let IfxContentSwitcher = class IfxContentSwitcher {
|
|
|
670
670
|
c.detach();
|
|
671
671
|
this.el = r.nativeElement;
|
|
672
672
|
}
|
|
673
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
674
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
673
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxContentSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
674
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxContentSwitcher, isStandalone: false, selector: "ifx-content-switcher", outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
675
675
|
};
|
|
676
676
|
IfxContentSwitcher = __decorate([
|
|
677
677
|
ProxyCmp({})
|
|
678
678
|
], IfxContentSwitcher);
|
|
679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxContentSwitcher, decorators: [{
|
|
680
680
|
type: Component,
|
|
681
681
|
args: [{
|
|
682
682
|
selector: 'ifx-content-switcher',
|
|
@@ -698,15 +698,15 @@ let IfxContentSwitcherItem = class IfxContentSwitcherItem {
|
|
|
698
698
|
c.detach();
|
|
699
699
|
this.el = r.nativeElement;
|
|
700
700
|
}
|
|
701
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
702
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
701
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxContentSwitcherItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
702
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxContentSwitcherItem, isStandalone: false, selector: "ifx-content-switcher-item", inputs: { selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
703
703
|
};
|
|
704
704
|
IfxContentSwitcherItem = __decorate([
|
|
705
705
|
ProxyCmp({
|
|
706
706
|
inputs: ['selected', 'value']
|
|
707
707
|
})
|
|
708
708
|
], IfxContentSwitcherItem);
|
|
709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxContentSwitcherItem, decorators: [{
|
|
710
710
|
type: Component,
|
|
711
711
|
args: [{
|
|
712
712
|
selector: 'ifx-content-switcher-item',
|
|
@@ -726,8 +726,8 @@ let IfxDatePicker = class IfxDatePicker {
|
|
|
726
726
|
c.detach();
|
|
727
727
|
this.el = r.nativeElement;
|
|
728
728
|
}
|
|
729
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
730
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
729
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
730
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDatePicker, isStandalone: false, selector: "ifx-date-picker", inputs: { ariaLabelText: "ariaLabelText", autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", label: "label", max: "max", min: "min", required: "required", size: "size", success: "success", type: "type", value: "value" }, outputs: { ifxDate: "ifxDate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
731
731
|
};
|
|
732
732
|
IfxDatePicker = __decorate([
|
|
733
733
|
ProxyCmp({
|
|
@@ -735,7 +735,7 @@ IfxDatePicker = __decorate([
|
|
|
735
735
|
methods: ['clear']
|
|
736
736
|
})
|
|
737
737
|
], IfxDatePicker);
|
|
738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDatePicker, decorators: [{
|
|
739
739
|
type: Component,
|
|
740
740
|
args: [{
|
|
741
741
|
selector: 'ifx-date-picker',
|
|
@@ -757,15 +757,15 @@ let IfxDownload = class IfxDownload {
|
|
|
757
757
|
c.detach();
|
|
758
758
|
this.el = r.nativeElement;
|
|
759
759
|
}
|
|
760
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
761
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
760
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDownload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
761
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDownload, isStandalone: false, selector: "ifx-download", inputs: { tokens: "tokens" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
762
762
|
};
|
|
763
763
|
IfxDownload = __decorate([
|
|
764
764
|
ProxyCmp({
|
|
765
765
|
inputs: ['tokens']
|
|
766
766
|
})
|
|
767
767
|
], IfxDownload);
|
|
768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDownload, decorators: [{
|
|
769
769
|
type: Component,
|
|
770
770
|
args: [{
|
|
771
771
|
selector: 'ifx-download',
|
|
@@ -787,8 +787,8 @@ let IfxDropdown = class IfxDropdown {
|
|
|
787
787
|
c.detach();
|
|
788
788
|
this.el = r.nativeElement;
|
|
789
789
|
}
|
|
790
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
791
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
790
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
791
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDropdown, isStandalone: false, selector: "ifx-dropdown", inputs: { defaultOpen: "defaultOpen", disabled: "disabled", noAppendToBody: "noAppendToBody", noCloseOnMenuClick: "noCloseOnMenuClick", noCloseOnOutsideClick: "noCloseOnOutsideClick", placement: "placement" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose", ifxDropdown: "ifxDropdown" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
792
792
|
};
|
|
793
793
|
IfxDropdown = __decorate([
|
|
794
794
|
ProxyCmp({
|
|
@@ -796,7 +796,7 @@ IfxDropdown = __decorate([
|
|
|
796
796
|
methods: ['isOpen', 'closeDropdown', 'openDropdown']
|
|
797
797
|
})
|
|
798
798
|
], IfxDropdown);
|
|
799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdown, decorators: [{
|
|
800
800
|
type: Component,
|
|
801
801
|
args: [{
|
|
802
802
|
selector: 'ifx-dropdown',
|
|
@@ -822,13 +822,13 @@ let IfxDropdownHeader = class IfxDropdownHeader {
|
|
|
822
822
|
c.detach();
|
|
823
823
|
this.el = r.nativeElement;
|
|
824
824
|
}
|
|
825
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
826
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
825
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
826
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDropdownHeader, isStandalone: false, selector: "ifx-dropdown-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
827
827
|
};
|
|
828
828
|
IfxDropdownHeader = __decorate([
|
|
829
829
|
ProxyCmp({})
|
|
830
830
|
], IfxDropdownHeader);
|
|
831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownHeader, decorators: [{
|
|
832
832
|
type: Component,
|
|
833
833
|
args: [{
|
|
834
834
|
selector: 'ifx-dropdown-header',
|
|
@@ -848,15 +848,15 @@ let IfxDropdownItem = class IfxDropdownItem {
|
|
|
848
848
|
c.detach();
|
|
849
849
|
this.el = r.nativeElement;
|
|
850
850
|
}
|
|
851
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
852
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
851
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
852
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDropdownItem, isStandalone: false, selector: "ifx-dropdown-item", inputs: { error: "error", hide: "hide", href: "href", icon: "icon", target: "target" }, outputs: { ifxDropdownItem: "ifxDropdownItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
853
853
|
};
|
|
854
854
|
IfxDropdownItem = __decorate([
|
|
855
855
|
ProxyCmp({
|
|
856
856
|
inputs: ['error', 'hide', 'href', 'icon', 'target']
|
|
857
857
|
})
|
|
858
858
|
], IfxDropdownItem);
|
|
859
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownItem, decorators: [{
|
|
860
860
|
type: Component,
|
|
861
861
|
args: [{
|
|
862
862
|
selector: 'ifx-dropdown-item',
|
|
@@ -880,15 +880,15 @@ let IfxDropdownMenu = class IfxDropdownMenu {
|
|
|
880
880
|
c.detach();
|
|
881
881
|
this.el = r.nativeElement;
|
|
882
882
|
}
|
|
883
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
884
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
883
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
884
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDropdownMenu, isStandalone: false, selector: "ifx-dropdown-menu", inputs: { isOpen: "isOpen", size: "size" }, outputs: { menuSize: "menuSize", ifxDropdownMenuItem: "ifxDropdownMenuItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
885
885
|
};
|
|
886
886
|
IfxDropdownMenu = __decorate([
|
|
887
887
|
ProxyCmp({
|
|
888
888
|
inputs: ['isOpen', 'size']
|
|
889
889
|
})
|
|
890
890
|
], IfxDropdownMenu);
|
|
891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownMenu, decorators: [{
|
|
892
892
|
type: Component,
|
|
893
893
|
args: [{
|
|
894
894
|
selector: 'ifx-dropdown-menu',
|
|
@@ -912,13 +912,13 @@ let IfxDropdownSeparator = class IfxDropdownSeparator {
|
|
|
912
912
|
c.detach();
|
|
913
913
|
this.el = r.nativeElement;
|
|
914
914
|
}
|
|
915
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
916
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
915
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
916
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDropdownSeparator, isStandalone: false, selector: "ifx-dropdown-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
917
917
|
};
|
|
918
918
|
IfxDropdownSeparator = __decorate([
|
|
919
919
|
ProxyCmp({})
|
|
920
920
|
], IfxDropdownSeparator);
|
|
921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownSeparator, decorators: [{
|
|
922
922
|
type: Component,
|
|
923
923
|
args: [{
|
|
924
924
|
selector: 'ifx-dropdown-separator',
|
|
@@ -937,15 +937,15 @@ let IfxDropdownTrigger = class IfxDropdownTrigger {
|
|
|
937
937
|
c.detach();
|
|
938
938
|
this.el = r.nativeElement;
|
|
939
939
|
}
|
|
940
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
941
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
940
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
941
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDropdownTrigger, isStandalone: false, selector: "ifx-dropdown-trigger", inputs: { isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
942
942
|
};
|
|
943
943
|
IfxDropdownTrigger = __decorate([
|
|
944
944
|
ProxyCmp({
|
|
945
945
|
inputs: ['isOpen']
|
|
946
946
|
})
|
|
947
947
|
], IfxDropdownTrigger);
|
|
948
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownTrigger, decorators: [{
|
|
949
949
|
type: Component,
|
|
950
950
|
args: [{
|
|
951
951
|
selector: 'ifx-dropdown-trigger',
|
|
@@ -964,15 +964,15 @@ let IfxDropdownTriggerButton = class IfxDropdownTriggerButton {
|
|
|
964
964
|
c.detach();
|
|
965
965
|
this.el = r.nativeElement;
|
|
966
966
|
}
|
|
967
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
968
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
967
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownTriggerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
968
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxDropdownTriggerButton, isStandalone: false, 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 });
|
|
969
969
|
};
|
|
970
970
|
IfxDropdownTriggerButton = __decorate([
|
|
971
971
|
ProxyCmp({
|
|
972
972
|
inputs: ['disabled', 'hideArrow', 'isOpen', 'size', 'theme', 'variant']
|
|
973
973
|
})
|
|
974
974
|
], IfxDropdownTriggerButton);
|
|
975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxDropdownTriggerButton, decorators: [{
|
|
976
976
|
type: Component,
|
|
977
977
|
args: [{
|
|
978
978
|
selector: 'ifx-dropdown-trigger-button',
|
|
@@ -991,13 +991,13 @@ let IfxFaq = class IfxFaq {
|
|
|
991
991
|
c.detach();
|
|
992
992
|
this.el = r.nativeElement;
|
|
993
993
|
}
|
|
994
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
995
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
994
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFaq, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
995
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxFaq, isStandalone: false, selector: "ifx-faq", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
996
996
|
};
|
|
997
997
|
IfxFaq = __decorate([
|
|
998
998
|
ProxyCmp({})
|
|
999
999
|
], IfxFaq);
|
|
1000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFaq, decorators: [{
|
|
1001
1001
|
type: Component,
|
|
1002
1002
|
args: [{
|
|
1003
1003
|
selector: 'ifx-faq',
|
|
@@ -1030,8 +1030,8 @@ let IfxFileUpload = class IfxFileUpload {
|
|
|
1030
1030
|
c.detach();
|
|
1031
1031
|
this.el = r.nativeElement;
|
|
1032
1032
|
}
|
|
1033
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1034
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1033
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1034
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxFileUpload, isStandalone: false, 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" }, outputs: { ifxFileUploadAdd: "ifxFileUploadAdd", ifxFileUploadRemove: "ifxFileUploadRemove", ifxFileUploadChange: "ifxFileUploadChange", ifxFileUploadError: "ifxFileUploadError", ifxFileUploadInvalid: "ifxFileUploadInvalid", ifxFileUploadStart: "ifxFileUploadStart", ifxFileUploadComplete: "ifxFileUploadComplete", ifxFileUploadAllComplete: "ifxFileUploadAllComplete", ifxFileUploadAbort: "ifxFileUploadAbort", ifxFileUploadDrop: "ifxFileUploadDrop", ifxFileUploadClick: "ifxFileUploadClick", ifxFileUploadMaxFilesExceeded: "ifxFileUploadMaxFilesExceeded", ifxFileUploadValidation: "ifxFileUploadValidation", ifxFileUploadRetry: "ifxFileUploadRetry" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1035
1035
|
};
|
|
1036
1036
|
IfxFileUpload = __decorate([
|
|
1037
1037
|
ProxyCmp({
|
|
@@ -1039,7 +1039,7 @@ IfxFileUpload = __decorate([
|
|
|
1039
1039
|
methods: ['injectDemoState', 'triggerDemoValidation']
|
|
1040
1040
|
})
|
|
1041
1041
|
], IfxFileUpload);
|
|
1042
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFileUpload, decorators: [{
|
|
1043
1043
|
type: Component,
|
|
1044
1044
|
args: [{
|
|
1045
1045
|
selector: 'ifx-file-upload',
|
|
@@ -1088,15 +1088,15 @@ let IfxFilterAccordion = class IfxFilterAccordion {
|
|
|
1088
1088
|
c.detach();
|
|
1089
1089
|
this.el = r.nativeElement;
|
|
1090
1090
|
}
|
|
1091
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1092
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1091
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFilterAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1092
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxFilterAccordion, isStandalone: false, selector: "ifx-filter-accordion", inputs: { filterGroupName: "filterGroupName", maxVisibleItems: "maxVisibleItems" }, outputs: { ifxFilterAccordionChange: "ifxFilterAccordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1093
1093
|
};
|
|
1094
1094
|
IfxFilterAccordion = __decorate([
|
|
1095
1095
|
ProxyCmp({
|
|
1096
1096
|
inputs: ['filterGroupName', 'maxVisibleItems']
|
|
1097
1097
|
})
|
|
1098
1098
|
], IfxFilterAccordion);
|
|
1099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFilterAccordion, decorators: [{
|
|
1100
1100
|
type: Component,
|
|
1101
1101
|
args: [{
|
|
1102
1102
|
selector: 'ifx-filter-accordion',
|
|
@@ -1119,8 +1119,8 @@ let IfxFilterBar = class IfxFilterBar {
|
|
|
1119
1119
|
c.detach();
|
|
1120
1120
|
this.el = r.nativeElement;
|
|
1121
1121
|
}
|
|
1122
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1123
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1122
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFilterBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1123
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxFilterBar, isStandalone: false, selector: "ifx-filter-bar", inputs: { maxShownFilters: "maxShownFilters" }, outputs: { ifxTopbarFilterChange: "ifxTopbarFilterChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1124
1124
|
};
|
|
1125
1125
|
IfxFilterBar = __decorate([
|
|
1126
1126
|
ProxyCmp({
|
|
@@ -1128,7 +1128,7 @@ IfxFilterBar = __decorate([
|
|
|
1128
1128
|
methods: ['showMoreFilters']
|
|
1129
1129
|
})
|
|
1130
1130
|
], IfxFilterBar);
|
|
1131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFilterBar, decorators: [{
|
|
1132
1132
|
type: Component,
|
|
1133
1133
|
args: [{
|
|
1134
1134
|
selector: 'ifx-filter-bar',
|
|
@@ -1151,15 +1151,15 @@ let IfxFilterSearch = class IfxFilterSearch {
|
|
|
1151
1151
|
c.detach();
|
|
1152
1152
|
this.el = r.nativeElement;
|
|
1153
1153
|
}
|
|
1154
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1155
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1154
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFilterSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1155
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxFilterSearch, isStandalone: false, selector: "ifx-filter-search", inputs: { disabled: "disabled", filterKey: "filterKey", filterName: "filterName", filterOrientation: "filterOrientation", filterValue: "filterValue", placeholder: "placeholder" }, outputs: { ifxFilterSearchChange: "ifxFilterSearchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1156
1156
|
};
|
|
1157
1157
|
IfxFilterSearch = __decorate([
|
|
1158
1158
|
ProxyCmp({
|
|
1159
1159
|
inputs: ['disabled', 'filterKey', 'filterName', 'filterOrientation', 'filterValue', 'placeholder']
|
|
1160
1160
|
})
|
|
1161
1161
|
], IfxFilterSearch);
|
|
1162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFilterSearch, decorators: [{
|
|
1163
1163
|
type: Component,
|
|
1164
1164
|
args: [{
|
|
1165
1165
|
selector: 'ifx-filter-search',
|
|
@@ -1182,13 +1182,13 @@ let IfxFilterTypeGroup = class IfxFilterTypeGroup {
|
|
|
1182
1182
|
c.detach();
|
|
1183
1183
|
this.el = r.nativeElement;
|
|
1184
1184
|
}
|
|
1185
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1186
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1185
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFilterTypeGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1186
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxFilterTypeGroup, isStandalone: false, selector: "ifx-filter-type-group", outputs: { ifxSidebarFilterChange: "ifxSidebarFilterChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1187
1187
|
};
|
|
1188
1188
|
IfxFilterTypeGroup = __decorate([
|
|
1189
1189
|
ProxyCmp({})
|
|
1190
1190
|
], IfxFilterTypeGroup);
|
|
1191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFilterTypeGroup, decorators: [{
|
|
1192
1192
|
type: Component,
|
|
1193
1193
|
args: [{
|
|
1194
1194
|
selector: 'ifx-filter-type-group',
|
|
@@ -1210,15 +1210,15 @@ let IfxFooter = class IfxFooter {
|
|
|
1210
1210
|
c.detach();
|
|
1211
1211
|
this.el = r.nativeElement;
|
|
1212
1212
|
}
|
|
1213
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1214
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1213
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1214
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxFooter, isStandalone: false, selector: "ifx-footer", inputs: { copyrightText: "copyrightText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1215
1215
|
};
|
|
1216
1216
|
IfxFooter = __decorate([
|
|
1217
1217
|
ProxyCmp({
|
|
1218
1218
|
inputs: ['copyrightText']
|
|
1219
1219
|
})
|
|
1220
1220
|
], IfxFooter);
|
|
1221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFooter, decorators: [{
|
|
1222
1222
|
type: Component,
|
|
1223
1223
|
args: [{
|
|
1224
1224
|
selector: 'ifx-footer',
|
|
@@ -1237,13 +1237,13 @@ let IfxFooterColumn = class IfxFooterColumn {
|
|
|
1237
1237
|
c.detach();
|
|
1238
1238
|
this.el = r.nativeElement;
|
|
1239
1239
|
}
|
|
1240
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1241
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1240
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFooterColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1241
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxFooterColumn, isStandalone: false, selector: "ifx-footer-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1242
1242
|
};
|
|
1243
1243
|
IfxFooterColumn = __decorate([
|
|
1244
1244
|
ProxyCmp({})
|
|
1245
1245
|
], IfxFooterColumn);
|
|
1246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxFooterColumn, decorators: [{
|
|
1247
1247
|
type: Component,
|
|
1248
1248
|
args: [{
|
|
1249
1249
|
selector: 'ifx-footer-column',
|
|
@@ -1263,15 +1263,15 @@ let IfxIcon = class IfxIcon {
|
|
|
1263
1263
|
c.detach();
|
|
1264
1264
|
this.el = r.nativeElement;
|
|
1265
1265
|
}
|
|
1266
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1267
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1266
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1267
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxIcon, isStandalone: false, selector: "ifx-icon", inputs: { icon: "icon" }, outputs: { consoleError: "consoleError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1268
1268
|
};
|
|
1269
1269
|
IfxIcon = __decorate([
|
|
1270
1270
|
ProxyCmp({
|
|
1271
1271
|
inputs: ['icon']
|
|
1272
1272
|
})
|
|
1273
1273
|
], IfxIcon);
|
|
1274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxIcon, decorators: [{
|
|
1275
1275
|
type: Component,
|
|
1276
1276
|
args: [{
|
|
1277
1277
|
selector: 'ifx-icon',
|
|
@@ -1293,8 +1293,8 @@ let IfxIconButton = class IfxIconButton {
|
|
|
1293
1293
|
c.detach();
|
|
1294
1294
|
this.el = r.nativeElement;
|
|
1295
1295
|
}
|
|
1296
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1297
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1296
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1297
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxIconButton, isStandalone: false, selector: "ifx-icon-button", inputs: { ariaLabelText: "ariaLabelText", 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 });
|
|
1298
1298
|
};
|
|
1299
1299
|
IfxIconButton = __decorate([
|
|
1300
1300
|
ProxyCmp({
|
|
@@ -1302,7 +1302,7 @@ IfxIconButton = __decorate([
|
|
|
1302
1302
|
methods: ['setFocus']
|
|
1303
1303
|
})
|
|
1304
1304
|
], IfxIconButton);
|
|
1305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxIconButton, decorators: [{
|
|
1306
1306
|
type: Component,
|
|
1307
1307
|
args: [{
|
|
1308
1308
|
selector: 'ifx-icon-button',
|
|
@@ -1321,13 +1321,13 @@ let IfxIconsPreview = class IfxIconsPreview {
|
|
|
1321
1321
|
c.detach();
|
|
1322
1322
|
this.el = r.nativeElement;
|
|
1323
1323
|
}
|
|
1324
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1325
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1324
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxIconsPreview, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1325
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxIconsPreview, isStandalone: false, selector: "ifx-icons-preview", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1326
1326
|
};
|
|
1327
1327
|
IfxIconsPreview = __decorate([
|
|
1328
1328
|
ProxyCmp({})
|
|
1329
1329
|
], IfxIconsPreview);
|
|
1330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxIconsPreview, decorators: [{
|
|
1331
1331
|
type: Component,
|
|
1332
1332
|
args: [{
|
|
1333
1333
|
selector: 'ifx-icons-preview',
|
|
@@ -1346,15 +1346,15 @@ let IfxIndicator = class IfxIndicator {
|
|
|
1346
1346
|
c.detach();
|
|
1347
1347
|
this.el = r.nativeElement;
|
|
1348
1348
|
}
|
|
1349
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1350
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1349
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1350
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxIndicator, isStandalone: false, selector: "ifx-indicator", inputs: { ariaLabelText: "ariaLabelText", inverted: "inverted", number: "number", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1351
1351
|
};
|
|
1352
1352
|
IfxIndicator = __decorate([
|
|
1353
1353
|
ProxyCmp({
|
|
1354
1354
|
inputs: ['ariaLabelText', 'inverted', 'number', 'variant']
|
|
1355
1355
|
})
|
|
1356
1356
|
], IfxIndicator);
|
|
1357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxIndicator, decorators: [{
|
|
1358
1358
|
type: Component,
|
|
1359
1359
|
args: [{
|
|
1360
1360
|
selector: 'ifx-indicator',
|
|
@@ -1373,15 +1373,15 @@ let IfxLink = class IfxLink {
|
|
|
1373
1373
|
c.detach();
|
|
1374
1374
|
this.el = r.nativeElement;
|
|
1375
1375
|
}
|
|
1376
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1377
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1376
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1377
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxLink, isStandalone: false, selector: "ifx-link", inputs: { ariaLabelText: "ariaLabelText", 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 });
|
|
1378
1378
|
};
|
|
1379
1379
|
IfxLink = __decorate([
|
|
1380
1380
|
ProxyCmp({
|
|
1381
1381
|
inputs: ['ariaLabelText', 'disabled', 'download', 'href', 'size', 'target', 'variant']
|
|
1382
1382
|
})
|
|
1383
1383
|
], IfxLink);
|
|
1384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxLink, decorators: [{
|
|
1385
1385
|
type: Component,
|
|
1386
1386
|
args: [{
|
|
1387
1387
|
selector: 'ifx-link',
|
|
@@ -1401,15 +1401,15 @@ let IfxList = class IfxList {
|
|
|
1401
1401
|
c.detach();
|
|
1402
1402
|
this.el = r.nativeElement;
|
|
1403
1403
|
}
|
|
1404
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1405
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1404
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1405
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxList, isStandalone: false, selector: "ifx-list", inputs: { maxVisibleItems: "maxVisibleItems", name: "name", resetTrigger: "resetTrigger", type: "type" }, outputs: { ifxListUpdate: "ifxListUpdate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1406
1406
|
};
|
|
1407
1407
|
IfxList = __decorate([
|
|
1408
1408
|
ProxyCmp({
|
|
1409
1409
|
inputs: ['maxVisibleItems', 'name', 'resetTrigger', 'type']
|
|
1410
1410
|
})
|
|
1411
1411
|
], IfxList);
|
|
1412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxList, decorators: [{
|
|
1413
1413
|
type: Component,
|
|
1414
1414
|
args: [{
|
|
1415
1415
|
selector: 'ifx-list',
|
|
@@ -1432,15 +1432,15 @@ let IfxListEntry = class IfxListEntry {
|
|
|
1432
1432
|
c.detach();
|
|
1433
1433
|
this.el = r.nativeElement;
|
|
1434
1434
|
}
|
|
1435
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1436
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1435
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxListEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1436
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxListEntry, isStandalone: false, selector: "ifx-list-entry", inputs: { label: "label", type: "type", value: "value" }, outputs: { ifxListEntryChange: "ifxListEntryChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1437
1437
|
};
|
|
1438
1438
|
IfxListEntry = __decorate([
|
|
1439
1439
|
ProxyCmp({
|
|
1440
1440
|
inputs: ['label', 'type', 'value']
|
|
1441
1441
|
})
|
|
1442
1442
|
], IfxListEntry);
|
|
1443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxListEntry, decorators: [{
|
|
1444
1444
|
type: Component,
|
|
1445
1445
|
args: [{
|
|
1446
1446
|
selector: 'ifx-list-entry',
|
|
@@ -1465,8 +1465,8 @@ let IfxModal = class IfxModal {
|
|
|
1465
1465
|
c.detach();
|
|
1466
1466
|
this.el = r.nativeElement;
|
|
1467
1467
|
}
|
|
1468
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1469
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1468
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1469
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxModal, isStandalone: false, selector: "ifx-modal", inputs: { alertIcon: "alertIcon", caption: "caption", captionAriaLabel: "captionAriaLabel", closeButtonAriaLabel: "closeButtonAriaLabel", closeOnOverlayClick: "closeOnOverlayClick", opened: "opened", showCloseButton: "showCloseButton", size: "size", variant: "variant" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose", ifxOpenedChange: "ifxOpenedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1470
1470
|
};
|
|
1471
1471
|
IfxModal = __decorate([
|
|
1472
1472
|
ProxyCmp({
|
|
@@ -1474,7 +1474,7 @@ IfxModal = __decorate([
|
|
|
1474
1474
|
methods: ['openModal', 'closeModal']
|
|
1475
1475
|
})
|
|
1476
1476
|
], IfxModal);
|
|
1477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxModal, decorators: [{
|
|
1478
1478
|
type: Component,
|
|
1479
1479
|
args: [{
|
|
1480
1480
|
selector: 'ifx-modal',
|
|
@@ -1502,8 +1502,8 @@ let IfxMultiselect = class IfxMultiselect {
|
|
|
1502
1502
|
c.detach();
|
|
1503
1503
|
this.el = r.nativeElement;
|
|
1504
1504
|
}
|
|
1505
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1506
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1505
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxMultiselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1506
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxMultiselect, isStandalone: false, 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" }, outputs: { ifxSelect: "ifxSelect", ifxOpen: "ifxOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1507
1507
|
};
|
|
1508
1508
|
IfxMultiselect = __decorate([
|
|
1509
1509
|
ProxyCmp({
|
|
@@ -1511,7 +1511,7 @@ IfxMultiselect = __decorate([
|
|
|
1511
1511
|
methods: ['clearSelection']
|
|
1512
1512
|
})
|
|
1513
1513
|
], IfxMultiselect);
|
|
1514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxMultiselect, decorators: [{
|
|
1515
1515
|
type: Component,
|
|
1516
1516
|
args: [{
|
|
1517
1517
|
selector: 'ifx-multiselect',
|
|
@@ -1535,15 +1535,15 @@ let IfxMultiselectOption = class IfxMultiselectOption {
|
|
|
1535
1535
|
c.detach();
|
|
1536
1536
|
this.el = r.nativeElement;
|
|
1537
1537
|
}
|
|
1538
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1539
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1538
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxMultiselectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1539
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxMultiselectOption, isStandalone: false, 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 });
|
|
1540
1540
|
};
|
|
1541
1541
|
IfxMultiselectOption = __decorate([
|
|
1542
1542
|
ProxyCmp({
|
|
1543
1543
|
inputs: ['disabled', 'indeterminate', 'selected', 'value']
|
|
1544
1544
|
})
|
|
1545
1545
|
], IfxMultiselectOption);
|
|
1546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxMultiselectOption, decorators: [{
|
|
1547
1547
|
type: Component,
|
|
1548
1548
|
args: [{
|
|
1549
1549
|
selector: 'ifx-multiselect-option',
|
|
@@ -1563,15 +1563,15 @@ let IfxNavbar = class IfxNavbar {
|
|
|
1563
1563
|
c.detach();
|
|
1564
1564
|
this.el = r.nativeElement;
|
|
1565
1565
|
}
|
|
1566
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1567
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1566
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1567
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxNavbar, isStandalone: false, selector: "ifx-navbar", inputs: { applicationName: "applicationName", fixed: "fixed", logoHref: "logoHref", logoHrefTarget: "logoHrefTarget", showLogoAndAppname: "showLogoAndAppname" }, outputs: { ifxNavbarMobileMenuIsOpen: "ifxNavbarMobileMenuIsOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1568
1568
|
};
|
|
1569
1569
|
IfxNavbar = __decorate([
|
|
1570
1570
|
ProxyCmp({
|
|
1571
1571
|
inputs: ['applicationName', 'fixed', 'logoHref', 'logoHrefTarget', 'showLogoAndAppname']
|
|
1572
1572
|
})
|
|
1573
1573
|
], IfxNavbar);
|
|
1574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxNavbar, decorators: [{
|
|
1575
1575
|
type: Component,
|
|
1576
1576
|
args: [{
|
|
1577
1577
|
selector: 'ifx-navbar',
|
|
@@ -1594,8 +1594,8 @@ let IfxNavbarItem = class IfxNavbarItem {
|
|
|
1594
1594
|
c.detach();
|
|
1595
1595
|
this.el = r.nativeElement;
|
|
1596
1596
|
}
|
|
1597
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1598
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1597
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxNavbarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1598
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxNavbarItem, isStandalone: false, selector: "ifx-navbar-item", inputs: { dotIndicator: "dotIndicator", hideOnMobile: "hideOnMobile", href: "href", icon: "icon", numberIndicator: "numberIndicator", showLabel: "showLabel", target: "target" }, outputs: { ifxNavItem: "ifxNavItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1599
1599
|
};
|
|
1600
1600
|
IfxNavbarItem = __decorate([
|
|
1601
1601
|
ProxyCmp({
|
|
@@ -1603,7 +1603,7 @@ IfxNavbarItem = __decorate([
|
|
|
1603
1603
|
methods: ['hideComponent', 'showComponent', 'toggleChildren', 'moveChildComponentsIntoSubLayerMenu', 'toggleFirstLayerItem', 'addMenuItemClass', 'moveChildComponentsBackIntoNavbar', 'returnToFirstLayer', 'setMenuItemPosition', 'setItemSideSpecifications']
|
|
1604
1604
|
})
|
|
1605
1605
|
], IfxNavbarItem);
|
|
1606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxNavbarItem, decorators: [{
|
|
1607
1607
|
type: Component,
|
|
1608
1608
|
args: [{
|
|
1609
1609
|
selector: 'ifx-navbar-item',
|
|
@@ -1625,8 +1625,8 @@ let IfxNavbarProfile = class IfxNavbarProfile {
|
|
|
1625
1625
|
c.detach();
|
|
1626
1626
|
this.el = r.nativeElement;
|
|
1627
1627
|
}
|
|
1628
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1629
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1628
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxNavbarProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1629
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxNavbarProfile, isStandalone: false, 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 });
|
|
1630
1630
|
};
|
|
1631
1631
|
IfxNavbarProfile = __decorate([
|
|
1632
1632
|
ProxyCmp({
|
|
@@ -1634,7 +1634,7 @@ IfxNavbarProfile = __decorate([
|
|
|
1634
1634
|
methods: ['hideComponent', 'showComponent']
|
|
1635
1635
|
})
|
|
1636
1636
|
], IfxNavbarProfile);
|
|
1637
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxNavbarProfile, decorators: [{
|
|
1638
1638
|
type: Component,
|
|
1639
1639
|
args: [{
|
|
1640
1640
|
selector: 'ifx-navbar-profile',
|
|
@@ -1653,15 +1653,15 @@ let IfxNotification = class IfxNotification {
|
|
|
1653
1653
|
c.detach();
|
|
1654
1654
|
this.el = r.nativeElement;
|
|
1655
1655
|
}
|
|
1656
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1657
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1656
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1657
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxNotification, isStandalone: false, 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 });
|
|
1658
1658
|
};
|
|
1659
1659
|
IfxNotification = __decorate([
|
|
1660
1660
|
ProxyCmp({
|
|
1661
1661
|
inputs: ['icon', 'linkHref', 'linkTarget', 'linkText', 'variant']
|
|
1662
1662
|
})
|
|
1663
1663
|
], IfxNotification);
|
|
1664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxNotification, decorators: [{
|
|
1665
1665
|
type: Component,
|
|
1666
1666
|
args: [{
|
|
1667
1667
|
selector: 'ifx-notification',
|
|
@@ -1680,13 +1680,13 @@ let IfxOverviewTable = class IfxOverviewTable {
|
|
|
1680
1680
|
c.detach();
|
|
1681
1681
|
this.el = r.nativeElement;
|
|
1682
1682
|
}
|
|
1683
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1684
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1683
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxOverviewTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1684
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxOverviewTable, isStandalone: false, selector: "ifx-overview-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1685
1685
|
};
|
|
1686
1686
|
IfxOverviewTable = __decorate([
|
|
1687
1687
|
ProxyCmp({})
|
|
1688
1688
|
], IfxOverviewTable);
|
|
1689
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxOverviewTable, decorators: [{
|
|
1690
1690
|
type: Component,
|
|
1691
1691
|
args: [{
|
|
1692
1692
|
selector: 'ifx-overview-table',
|
|
@@ -1707,15 +1707,15 @@ let IfxPagination = class IfxPagination {
|
|
|
1707
1707
|
c.detach();
|
|
1708
1708
|
this.el = r.nativeElement;
|
|
1709
1709
|
}
|
|
1710
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1711
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1710
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1711
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxPagination, isStandalone: false, selector: "ifx-pagination", inputs: { currentPage: "currentPage", itemsPerPage: "itemsPerPage", itemsPerPageLabel: "itemsPerPageLabel", showItemsPerPage: "showItemsPerPage", total: "total" }, outputs: { ifxPageChange: "ifxPageChange", ifxItemsPerPageChange: "ifxItemsPerPageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1712
1712
|
};
|
|
1713
1713
|
IfxPagination = __decorate([
|
|
1714
1714
|
ProxyCmp({
|
|
1715
1715
|
inputs: ['currentPage', 'itemsPerPage', 'itemsPerPageLabel', 'showItemsPerPage', 'total']
|
|
1716
1716
|
})
|
|
1717
1717
|
], IfxPagination);
|
|
1718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxPagination, decorators: [{
|
|
1719
1719
|
type: Component,
|
|
1720
1720
|
args: [{
|
|
1721
1721
|
selector: 'ifx-pagination',
|
|
@@ -1741,8 +1741,8 @@ let IfxPopover = class IfxPopover {
|
|
|
1741
1741
|
c.detach();
|
|
1742
1742
|
this.el = r.nativeElement;
|
|
1743
1743
|
}
|
|
1744
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1745
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1744
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1745
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxPopover, isStandalone: false, selector: "ifx-popover", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", open: "open", popoverTitle: "popoverTitle", position: "position", text: "text" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1746
1746
|
};
|
|
1747
1747
|
IfxPopover = __decorate([
|
|
1748
1748
|
ProxyCmp({
|
|
@@ -1750,7 +1750,7 @@ IfxPopover = __decorate([
|
|
|
1750
1750
|
methods: ['show', 'hide', 'toggle']
|
|
1751
1751
|
})
|
|
1752
1752
|
], IfxPopover);
|
|
1753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxPopover, decorators: [{
|
|
1754
1754
|
type: Component,
|
|
1755
1755
|
args: [{
|
|
1756
1756
|
selector: 'ifx-popover',
|
|
@@ -1774,15 +1774,15 @@ let IfxProgressBar = class IfxProgressBar {
|
|
|
1774
1774
|
c.detach();
|
|
1775
1775
|
this.el = r.nativeElement;
|
|
1776
1776
|
}
|
|
1777
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1778
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1777
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1778
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxProgressBar, isStandalone: false, selector: "ifx-progress-bar", inputs: { showLabel: "showLabel", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1779
1779
|
};
|
|
1780
1780
|
IfxProgressBar = __decorate([
|
|
1781
1781
|
ProxyCmp({
|
|
1782
1782
|
inputs: ['showLabel', 'size', 'value']
|
|
1783
1783
|
})
|
|
1784
1784
|
], IfxProgressBar);
|
|
1785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxProgressBar, decorators: [{
|
|
1786
1786
|
type: Component,
|
|
1787
1787
|
args: [{
|
|
1788
1788
|
selector: 'ifx-progress-bar',
|
|
@@ -1803,8 +1803,8 @@ let IfxRadioButton = class IfxRadioButton {
|
|
|
1803
1803
|
c.detach();
|
|
1804
1804
|
this.el = r.nativeElement;
|
|
1805
1805
|
}
|
|
1806
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1807
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1806
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1807
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxRadioButton, isStandalone: false, selector: "ifx-radio-button", inputs: { checked: "checked", disabled: "disabled", error: "error", name: "name", size: "size", value: "value" }, outputs: { ifxChange: "ifxChange", ifxError: "ifxError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1808
1808
|
};
|
|
1809
1809
|
IfxRadioButton = __decorate([
|
|
1810
1810
|
ProxyCmp({
|
|
@@ -1812,7 +1812,7 @@ IfxRadioButton = __decorate([
|
|
|
1812
1812
|
methods: ['isChecked']
|
|
1813
1813
|
})
|
|
1814
1814
|
], IfxRadioButton);
|
|
1815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxRadioButton, decorators: [{
|
|
1816
1816
|
type: Component,
|
|
1817
1817
|
args: [{
|
|
1818
1818
|
selector: 'ifx-radio-button',
|
|
@@ -1836,8 +1836,8 @@ let IfxRadioButtonGroup = class IfxRadioButtonGroup {
|
|
|
1836
1836
|
c.detach();
|
|
1837
1837
|
this.el = r.nativeElement;
|
|
1838
1838
|
}
|
|
1839
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1840
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1839
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxRadioButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1840
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxRadioButtonGroup, isStandalone: false, 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 });
|
|
1841
1841
|
};
|
|
1842
1842
|
IfxRadioButtonGroup = __decorate([
|
|
1843
1843
|
ProxyCmp({
|
|
@@ -1845,7 +1845,7 @@ IfxRadioButtonGroup = __decorate([
|
|
|
1845
1845
|
methods: ['setGroupError']
|
|
1846
1846
|
})
|
|
1847
1847
|
], IfxRadioButtonGroup);
|
|
1848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxRadioButtonGroup, decorators: [{
|
|
1849
1849
|
type: Component,
|
|
1850
1850
|
args: [{
|
|
1851
1851
|
selector: 'ifx-radio-button-group',
|
|
@@ -1866,8 +1866,8 @@ let IfxSearchBar = class IfxSearchBar {
|
|
|
1866
1866
|
c.detach();
|
|
1867
1867
|
this.el = r.nativeElement;
|
|
1868
1868
|
}
|
|
1869
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1870
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1869
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSearchBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1870
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSearchBar, isStandalone: false, selector: "ifx-search-bar", inputs: { autocomplete: "autocomplete", disabled: "disabled", isOpen: "isOpen", maxlength: "maxlength", value: "value" }, outputs: { ifxInput: "ifxInput", ifxOpen: "ifxOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1871
1871
|
};
|
|
1872
1872
|
IfxSearchBar = __decorate([
|
|
1873
1873
|
ProxyCmp({
|
|
@@ -1875,7 +1875,7 @@ IfxSearchBar = __decorate([
|
|
|
1875
1875
|
methods: ['onNavbarMobile']
|
|
1876
1876
|
})
|
|
1877
1877
|
], IfxSearchBar);
|
|
1878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSearchBar, decorators: [{
|
|
1879
1879
|
type: Component,
|
|
1880
1880
|
args: [{
|
|
1881
1881
|
selector: 'ifx-search-bar',
|
|
@@ -1904,8 +1904,8 @@ let IfxSearchField = class IfxSearchField {
|
|
|
1904
1904
|
c.detach();
|
|
1905
1905
|
this.el = r.nativeElement;
|
|
1906
1906
|
}
|
|
1907
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1908
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1907
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1908
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSearchField, isStandalone: false, selector: "ifx-search-field", inputs: { ariaDescribedBy: "ariaDescribedBy", ariaLabelText: "ariaLabelText", 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" }, outputs: { ifxInput: "ifxInput", ifxSuggestionRequested: "ifxSuggestionRequested", ifxSuggestionSelected: "ifxSuggestionSelected", ifxFocus: "ifxFocus", ifxBlur: "ifxBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1909
1909
|
};
|
|
1910
1910
|
IfxSearchField = __decorate([
|
|
1911
1911
|
ProxyCmp({
|
|
@@ -1913,7 +1913,7 @@ IfxSearchField = __decorate([
|
|
|
1913
1913
|
methods: ['clearSearchHistory']
|
|
1914
1914
|
})
|
|
1915
1915
|
], IfxSearchField);
|
|
1916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSearchField, decorators: [{
|
|
1917
1917
|
type: Component,
|
|
1918
1918
|
args: [{
|
|
1919
1919
|
selector: 'ifx-search-field',
|
|
@@ -1944,15 +1944,15 @@ let IfxSegment = class IfxSegment {
|
|
|
1944
1944
|
c.detach();
|
|
1945
1945
|
this.el = r.nativeElement;
|
|
1946
1946
|
}
|
|
1947
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1948
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1947
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1948
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSegment, isStandalone: false, selector: "ifx-segment", inputs: { icon: "icon", segmentIndex: "segmentIndex", selected: "selected", value: "value" }, outputs: { segmentSelect: "segmentSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1949
1949
|
};
|
|
1950
1950
|
IfxSegment = __decorate([
|
|
1951
1951
|
ProxyCmp({
|
|
1952
1952
|
inputs: ['icon', 'segmentIndex', 'selected', 'value']
|
|
1953
1953
|
})
|
|
1954
1954
|
], IfxSegment);
|
|
1955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSegment, decorators: [{
|
|
1956
1956
|
type: Component,
|
|
1957
1957
|
args: [{
|
|
1958
1958
|
selector: 'ifx-segment',
|
|
@@ -1975,15 +1975,15 @@ let IfxSegmentedControl = class IfxSegmentedControl {
|
|
|
1975
1975
|
c.detach();
|
|
1976
1976
|
this.el = r.nativeElement;
|
|
1977
1977
|
}
|
|
1978
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1979
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1978
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1979
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSegmentedControl, isStandalone: false, selector: "ifx-segmented-control", inputs: { caption: "caption", error: "error", label: "label", required: "required", size: "size" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1980
1980
|
};
|
|
1981
1981
|
IfxSegmentedControl = __decorate([
|
|
1982
1982
|
ProxyCmp({
|
|
1983
1983
|
inputs: ['caption', 'error', 'label', 'required', 'size']
|
|
1984
1984
|
})
|
|
1985
1985
|
], IfxSegmentedControl);
|
|
1986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSegmentedControl, decorators: [{
|
|
1987
1987
|
type: Component,
|
|
1988
1988
|
args: [{
|
|
1989
1989
|
selector: 'ifx-segmented-control',
|
|
@@ -2007,8 +2007,8 @@ let IfxSelect = class IfxSelect {
|
|
|
2007
2007
|
c.detach();
|
|
2008
2008
|
this.el = r.nativeElement;
|
|
2009
2009
|
}
|
|
2010
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2011
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2010
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2011
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSelect, isStandalone: false, 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" }, outputs: { ifxSelect: "ifxSelect", ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2012
2012
|
};
|
|
2013
2013
|
IfxSelect = __decorate([
|
|
2014
2014
|
ProxyCmp({
|
|
@@ -2016,7 +2016,7 @@ IfxSelect = __decorate([
|
|
|
2016
2016
|
methods: ['clearSelection', 'handleChange', 'highlightItem', 'unhighlightItem', 'highlightAll', 'unhighlightAll', 'removeActiveItemsByValue', 'removeActiveItems', 'removeHighlightedItems', 'showDropdown', 'hideDropdown', 'getValue', 'setValue', 'setChoiceByValue', 'setChoices', 'clearChoices', 'clearStore', 'clearInput', 'ajax', 'handleDeleteIcon']
|
|
2017
2017
|
})
|
|
2018
2018
|
], IfxSelect);
|
|
2019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSelect, decorators: [{
|
|
2020
2020
|
type: Component,
|
|
2021
2021
|
args: [{
|
|
2022
2022
|
selector: 'ifx-select',
|
|
@@ -2041,15 +2041,15 @@ let IfxSetFilter = class IfxSetFilter {
|
|
|
2041
2041
|
c.detach();
|
|
2042
2042
|
this.el = r.nativeElement;
|
|
2043
2043
|
}
|
|
2044
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2045
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2044
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSetFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2045
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSetFilter, isStandalone: false, selector: "ifx-set-filter", inputs: { filterLabel: "filterLabel", filterName: "filterName", options: "options", placeholder: "placeholder", type: "type" }, outputs: { ifxFilterSelect: "ifxFilterSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2046
2046
|
};
|
|
2047
2047
|
IfxSetFilter = __decorate([
|
|
2048
2048
|
ProxyCmp({
|
|
2049
2049
|
inputs: ['filterLabel', 'filterName', 'options', 'placeholder', 'type']
|
|
2050
2050
|
})
|
|
2051
2051
|
], IfxSetFilter);
|
|
2052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSetFilter, decorators: [{
|
|
2053
2053
|
type: Component,
|
|
2054
2054
|
args: [{
|
|
2055
2055
|
selector: 'ifx-set-filter',
|
|
@@ -2072,8 +2072,8 @@ let IfxSidebar = class IfxSidebar {
|
|
|
2072
2072
|
c.detach();
|
|
2073
2073
|
this.el = r.nativeElement;
|
|
2074
2074
|
}
|
|
2075
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2076
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2075
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2076
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSidebar, isStandalone: false, selector: "ifx-sidebar", inputs: { applicationName: "applicationName", collapsed: "collapsed", collapsible: "collapsible", copyrightText: "copyrightText", hideMenuLabel: "hideMenuLabel", imprint: "imprint", initialCollapse: "initialCollapse", position: "position", privacyPolicy: "privacyPolicy", showFooter: "showFooter", showHeader: "showHeader", target: "target", termsOfUse: "termsOfUse" }, outputs: { ifxSidebarCollapseChange: "ifxSidebarCollapseChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2077
2077
|
};
|
|
2078
2078
|
IfxSidebar = __decorate([
|
|
2079
2079
|
ProxyCmp({
|
|
@@ -2081,7 +2081,7 @@ IfxSidebar = __decorate([
|
|
|
2081
2081
|
methods: ['toggleCollapse', 'collapse', 'expand']
|
|
2082
2082
|
})
|
|
2083
2083
|
], IfxSidebar);
|
|
2084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSidebar, decorators: [{
|
|
2085
2085
|
type: Component,
|
|
2086
2086
|
args: [{
|
|
2087
2087
|
selector: 'ifx-sidebar',
|
|
@@ -2106,8 +2106,8 @@ let IfxSidebarItem = class IfxSidebarItem {
|
|
|
2106
2106
|
c.detach();
|
|
2107
2107
|
this.el = r.nativeElement;
|
|
2108
2108
|
}
|
|
2109
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2110
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2109
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSidebarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2110
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSidebarItem, isStandalone: false, selector: "ifx-sidebar-item", inputs: { active: "active", handleItemClick: "handleItemClick", href: "href", icon: "icon", isActionItem: "isActionItem", numberIndicator: "numberIndicator", target: "target" }, outputs: { ifxSidebarMenu: "ifxSidebarMenu", ifxSidebarNavigationItem: "ifxSidebarNavigationItem", ifxSidebarActionItem: "ifxSidebarActionItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2111
2111
|
};
|
|
2112
2112
|
IfxSidebarItem = __decorate([
|
|
2113
2113
|
ProxyCmp({
|
|
@@ -2115,7 +2115,7 @@ IfxSidebarItem = __decorate([
|
|
|
2115
2115
|
methods: ['setActiveClasses', 'expandMenu', 'isItemExpandable']
|
|
2116
2116
|
})
|
|
2117
2117
|
], IfxSidebarItem);
|
|
2118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSidebarItem, decorators: [{
|
|
2119
2119
|
type: Component,
|
|
2120
2120
|
args: [{
|
|
2121
2121
|
selector: 'ifx-sidebar-item',
|
|
@@ -2141,15 +2141,15 @@ let IfxSidebarTitle = class IfxSidebarTitle {
|
|
|
2141
2141
|
c.detach();
|
|
2142
2142
|
this.el = r.nativeElement;
|
|
2143
2143
|
}
|
|
2144
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2145
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2144
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSidebarTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2145
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSidebarTitle, isStandalone: false, selector: "ifx-sidebar-title", inputs: { showInCollapsed: "showInCollapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2146
2146
|
};
|
|
2147
2147
|
IfxSidebarTitle = __decorate([
|
|
2148
2148
|
ProxyCmp({
|
|
2149
2149
|
inputs: ['showInCollapsed']
|
|
2150
2150
|
})
|
|
2151
2151
|
], IfxSidebarTitle);
|
|
2152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSidebarTitle, decorators: [{
|
|
2153
2153
|
type: Component,
|
|
2154
2154
|
args: [{
|
|
2155
2155
|
selector: 'ifx-sidebar-title',
|
|
@@ -2169,15 +2169,15 @@ let IfxSlider = class IfxSlider {
|
|
|
2169
2169
|
c.detach();
|
|
2170
2170
|
this.el = r.nativeElement;
|
|
2171
2171
|
}
|
|
2172
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2173
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2172
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2173
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSlider, isStandalone: false, selector: "ifx-slider", inputs: { ariaLabelText: "ariaLabelText", 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" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2174
2174
|
};
|
|
2175
2175
|
IfxSlider = __decorate([
|
|
2176
2176
|
ProxyCmp({
|
|
2177
2177
|
inputs: ['ariaLabelText', 'disabled', 'leftIcon', 'leftText', 'max', 'maxValueHandle', 'min', 'minValueHandle', 'rightIcon', 'rightText', 'showPercentage', 'step', 'type', 'value']
|
|
2178
2178
|
})
|
|
2179
2179
|
], IfxSlider);
|
|
2180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSlider, decorators: [{
|
|
2181
2181
|
type: Component,
|
|
2182
2182
|
args: [{
|
|
2183
2183
|
selector: 'ifx-slider',
|
|
@@ -2199,15 +2199,15 @@ let IfxSpinner = class IfxSpinner {
|
|
|
2199
2199
|
c.detach();
|
|
2200
2200
|
this.el = r.nativeElement;
|
|
2201
2201
|
}
|
|
2202
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2203
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2202
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2203
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSpinner, isStandalone: false, selector: "ifx-spinner", inputs: { ariaLabelText: "ariaLabelText", inverted: "inverted", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2204
2204
|
};
|
|
2205
2205
|
IfxSpinner = __decorate([
|
|
2206
2206
|
ProxyCmp({
|
|
2207
2207
|
inputs: ['ariaLabelText', 'inverted', 'size', 'variant']
|
|
2208
2208
|
})
|
|
2209
2209
|
], IfxSpinner);
|
|
2210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSpinner, decorators: [{
|
|
2211
2211
|
type: Component,
|
|
2212
2212
|
args: [{
|
|
2213
2213
|
selector: 'ifx-spinner',
|
|
@@ -2226,15 +2226,15 @@ let IfxStatus = class IfxStatus {
|
|
|
2226
2226
|
c.detach();
|
|
2227
2227
|
this.el = r.nativeElement;
|
|
2228
2228
|
}
|
|
2229
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2230
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2229
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2230
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxStatus, isStandalone: false, selector: "ifx-status", inputs: { border: "border", color: "color", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2231
2231
|
};
|
|
2232
2232
|
IfxStatus = __decorate([
|
|
2233
2233
|
ProxyCmp({
|
|
2234
2234
|
inputs: ['border', 'color', 'label']
|
|
2235
2235
|
})
|
|
2236
2236
|
], IfxStatus);
|
|
2237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxStatus, decorators: [{
|
|
2238
2238
|
type: Component,
|
|
2239
2239
|
args: [{
|
|
2240
2240
|
selector: 'ifx-status',
|
|
@@ -2253,15 +2253,15 @@ let IfxStep = class IfxStep {
|
|
|
2253
2253
|
c.detach();
|
|
2254
2254
|
this.el = r.nativeElement;
|
|
2255
2255
|
}
|
|
2256
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2257
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2256
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2257
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxStep, isStandalone: false, 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 });
|
|
2258
2258
|
};
|
|
2259
2259
|
IfxStep = __decorate([
|
|
2260
2260
|
ProxyCmp({
|
|
2261
2261
|
inputs: ['complete', 'disabled', 'error', 'lastStep', 'stepId', 'stepperState']
|
|
2262
2262
|
})
|
|
2263
2263
|
], IfxStep);
|
|
2264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxStep, decorators: [{
|
|
2265
2265
|
type: Component,
|
|
2266
2266
|
args: [{
|
|
2267
2267
|
selector: 'ifx-step',
|
|
@@ -2281,15 +2281,15 @@ let IfxStepper = class IfxStepper {
|
|
|
2281
2281
|
c.detach();
|
|
2282
2282
|
this.el = r.nativeElement;
|
|
2283
2283
|
}
|
|
2284
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2285
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2284
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2285
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxStepper, isStandalone: false, selector: "ifx-stepper", inputs: { activeStep: "activeStep", ariaCurrentText: "ariaCurrentText", ariaLabelText: "ariaLabelText", indicatorPosition: "indicatorPosition", showStepNumber: "showStepNumber", variant: "variant" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2286
2286
|
};
|
|
2287
2287
|
IfxStepper = __decorate([
|
|
2288
2288
|
ProxyCmp({
|
|
2289
2289
|
inputs: ['activeStep', 'ariaCurrentText', 'ariaLabelText', 'indicatorPosition', 'showStepNumber', 'variant']
|
|
2290
2290
|
})
|
|
2291
2291
|
], IfxStepper);
|
|
2292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxStepper, decorators: [{
|
|
2293
2293
|
type: Component,
|
|
2294
2294
|
args: [{
|
|
2295
2295
|
selector: 'ifx-stepper',
|
|
@@ -2312,8 +2312,8 @@ let IfxSwitch = class IfxSwitch {
|
|
|
2312
2312
|
c.detach();
|
|
2313
2313
|
this.el = r.nativeElement;
|
|
2314
2314
|
}
|
|
2315
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2316
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2315
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2316
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxSwitch, isStandalone: false, selector: "ifx-switch", inputs: { checked: "checked", disabled: "disabled", name: "name", value: "value" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2317
2317
|
};
|
|
2318
2318
|
IfxSwitch = __decorate([
|
|
2319
2319
|
ProxyCmp({
|
|
@@ -2321,7 +2321,7 @@ IfxSwitch = __decorate([
|
|
|
2321
2321
|
methods: ['isChecked', 'setChecked', 'toggle']
|
|
2322
2322
|
})
|
|
2323
2323
|
], IfxSwitch);
|
|
2324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxSwitch, decorators: [{
|
|
2325
2325
|
type: Component,
|
|
2326
2326
|
args: [{
|
|
2327
2327
|
selector: 'ifx-switch',
|
|
@@ -2344,15 +2344,15 @@ let IfxTab = class IfxTab {
|
|
|
2344
2344
|
c.detach();
|
|
2345
2345
|
this.el = r.nativeElement;
|
|
2346
2346
|
}
|
|
2347
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2348
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2347
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2348
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTab, isStandalone: false, selector: "ifx-tab", inputs: { disabled: "disabled", header: "header", icon: "icon", iconPosition: "iconPosition", label: "label", number: "number", positionSticky: "positionSticky", subline: "subline" }, outputs: { tabHeaderChange: "tabHeaderChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2349
2349
|
};
|
|
2350
2350
|
IfxTab = __decorate([
|
|
2351
2351
|
ProxyCmp({
|
|
2352
2352
|
inputs: ['disabled', 'header', 'icon', 'iconPosition', 'label', 'number', 'positionSticky', 'subline']
|
|
2353
2353
|
})
|
|
2354
2354
|
], IfxTab);
|
|
2355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTab, decorators: [{
|
|
2356
2356
|
type: Component,
|
|
2357
2357
|
args: [{
|
|
2358
2358
|
selector: 'ifx-tab',
|
|
@@ -2375,8 +2375,8 @@ let IfxTable = class IfxTable {
|
|
|
2375
2375
|
c.detach();
|
|
2376
2376
|
this.el = r.nativeElement;
|
|
2377
2377
|
}
|
|
2378
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2379
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2378
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2379
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTable, isStandalone: false, selector: "ifx-table", inputs: { buttonRendererOptions: "buttonRendererOptions", checkboxRendererOptions: "checkboxRendererOptions", cols: "cols", columnMinWidth: "columnMinWidth", columnWidth: "columnWidth", enableSelection: "enableSelection", filterOrientation: "filterOrientation", fitColumns: "fitColumns", headline: "headline", headlineNumber: "headlineNumber", iconButtonRendererOptions: "iconButtonRendererOptions", pagination: "pagination", paginationItemsPerPage: "paginationItemsPerPage", rowHeight: "rowHeight", rows: "rows", serverPageChangeHandler: "serverPageChangeHandler", serverSidePagination: "serverSidePagination", showLoading: "showLoading", tableHeight: "tableHeight", variant: "variant" }, outputs: { ifxSortChange: "ifxSortChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2380
2380
|
};
|
|
2381
2381
|
IfxTable = __decorate([
|
|
2382
2382
|
ProxyCmp({
|
|
@@ -2384,7 +2384,7 @@ IfxTable = __decorate([
|
|
|
2384
2384
|
methods: ['onBtShowLoading']
|
|
2385
2385
|
})
|
|
2386
2386
|
], IfxTable);
|
|
2387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTable, decorators: [{
|
|
2388
2388
|
type: Component,
|
|
2389
2389
|
args: [{
|
|
2390
2390
|
selector: 'ifx-table',
|
|
@@ -2407,15 +2407,15 @@ let IfxTabs = class IfxTabs {
|
|
|
2407
2407
|
c.detach();
|
|
2408
2408
|
this.el = r.nativeElement;
|
|
2409
2409
|
}
|
|
2410
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2411
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2410
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2411
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTabs, isStandalone: false, selector: "ifx-tabs", inputs: { activeTabIndex: "activeTabIndex", fullWidth: "fullWidth", label: "label", number: "number", orientation: "orientation", positionSticky: "positionSticky", subline: "subline" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2412
2412
|
};
|
|
2413
2413
|
IfxTabs = __decorate([
|
|
2414
2414
|
ProxyCmp({
|
|
2415
2415
|
inputs: ['activeTabIndex', 'fullWidth', 'label', 'number', 'orientation', 'positionSticky', 'subline']
|
|
2416
2416
|
})
|
|
2417
2417
|
], IfxTabs);
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTabs, decorators: [{
|
|
2419
2419
|
type: Component,
|
|
2420
2420
|
args: [{
|
|
2421
2421
|
selector: 'ifx-tabs',
|
|
@@ -2439,8 +2439,8 @@ let IfxTemplate = class IfxTemplate {
|
|
|
2439
2439
|
c.detach();
|
|
2440
2440
|
this.el = r.nativeElement;
|
|
2441
2441
|
}
|
|
2442
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2443
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2442
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2443
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTemplate, isStandalone: false, selector: "ifx-template", inputs: { name: "name", thumbnail: "thumbnail" }, outputs: { toggleTemplates: "toggleTemplates", fieldError: "fieldError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2444
2444
|
};
|
|
2445
2445
|
IfxTemplate = __decorate([
|
|
2446
2446
|
ProxyCmp({
|
|
@@ -2448,7 +2448,7 @@ IfxTemplate = __decorate([
|
|
|
2448
2448
|
methods: ['toggleTemplate']
|
|
2449
2449
|
})
|
|
2450
2450
|
], IfxTemplate);
|
|
2451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTemplate, decorators: [{
|
|
2452
2452
|
type: Component,
|
|
2453
2453
|
args: [{
|
|
2454
2454
|
selector: 'ifx-template',
|
|
@@ -2472,13 +2472,13 @@ let IfxTemplatesUi = class IfxTemplatesUi {
|
|
|
2472
2472
|
c.detach();
|
|
2473
2473
|
this.el = r.nativeElement;
|
|
2474
2474
|
}
|
|
2475
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2476
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2475
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTemplatesUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2476
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTemplatesUi, isStandalone: false, selector: "ifx-templates-ui", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2477
2477
|
};
|
|
2478
2478
|
IfxTemplatesUi = __decorate([
|
|
2479
2479
|
ProxyCmp({})
|
|
2480
2480
|
], IfxTemplatesUi);
|
|
2481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTemplatesUi, decorators: [{
|
|
2482
2482
|
type: Component,
|
|
2483
2483
|
args: [{
|
|
2484
2484
|
selector: 'ifx-templates-ui',
|
|
@@ -2498,8 +2498,8 @@ let IfxTextField = class IfxTextField {
|
|
|
2498
2498
|
c.detach();
|
|
2499
2499
|
this.el = r.nativeElement;
|
|
2500
2500
|
}
|
|
2501
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2502
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2501
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2502
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTextField, isStandalone: false, 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" }, outputs: { ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2503
2503
|
};
|
|
2504
2504
|
IfxTextField = __decorate([
|
|
2505
2505
|
ProxyCmp({
|
|
@@ -2507,7 +2507,7 @@ IfxTextField = __decorate([
|
|
|
2507
2507
|
methods: ['reset']
|
|
2508
2508
|
})
|
|
2509
2509
|
], IfxTextField);
|
|
2510
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTextField, decorators: [{
|
|
2511
2511
|
type: Component,
|
|
2512
2512
|
args: [{
|
|
2513
2513
|
selector: 'ifx-text-field',
|
|
@@ -2530,8 +2530,8 @@ let IfxTextarea = class IfxTextarea {
|
|
|
2530
2530
|
c.detach();
|
|
2531
2531
|
this.el = r.nativeElement;
|
|
2532
2532
|
}
|
|
2533
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2534
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2533
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2534
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTextarea, isStandalone: false, 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" }, outputs: { ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2535
2535
|
};
|
|
2536
2536
|
IfxTextarea = __decorate([
|
|
2537
2537
|
ProxyCmp({
|
|
@@ -2539,7 +2539,7 @@ IfxTextarea = __decorate([
|
|
|
2539
2539
|
methods: ['reset']
|
|
2540
2540
|
})
|
|
2541
2541
|
], IfxTextarea);
|
|
2542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTextarea, decorators: [{
|
|
2543
2543
|
type: Component,
|
|
2544
2544
|
args: [{
|
|
2545
2545
|
selector: 'ifx-textarea',
|
|
@@ -2561,15 +2561,15 @@ let IfxTooltip = class IfxTooltip {
|
|
|
2561
2561
|
c.detach();
|
|
2562
2562
|
this.el = r.nativeElement;
|
|
2563
2563
|
}
|
|
2564
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2565
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2564
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2565
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTooltip, isStandalone: false, selector: "ifx-tooltip", inputs: { appendToBody: "appendToBody", ariaLabelText: "ariaLabelText", header: "header", icon: "icon", position: "position", text: "text", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2566
2566
|
};
|
|
2567
2567
|
IfxTooltip = __decorate([
|
|
2568
2568
|
ProxyCmp({
|
|
2569
2569
|
inputs: ['appendToBody', 'ariaLabelText', 'header', 'icon', 'position', 'text', 'variant']
|
|
2570
2570
|
})
|
|
2571
2571
|
], IfxTooltip);
|
|
2572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTooltip, decorators: [{
|
|
2573
2573
|
type: Component,
|
|
2574
2574
|
args: [{
|
|
2575
2575
|
selector: 'ifx-tooltip',
|
|
@@ -2590,15 +2590,15 @@ let IfxTreeView = class IfxTreeView {
|
|
|
2590
2590
|
c.detach();
|
|
2591
2591
|
this.el = r.nativeElement;
|
|
2592
2592
|
}
|
|
2593
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2594
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2593
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2594
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTreeView, isStandalone: false, selector: "ifx-tree-view", inputs: { ariaLabelText: "ariaLabelText", disableAllItems: "disableAllItems", expandAllItems: "expandAllItems", label: "label" }, outputs: { ifxTreeViewExpandAllChange: "ifxTreeViewExpandAllChange", ifxTreeViewDisableAllChange: "ifxTreeViewDisableAllChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2595
2595
|
};
|
|
2596
2596
|
IfxTreeView = __decorate([
|
|
2597
2597
|
ProxyCmp({
|
|
2598
2598
|
inputs: ['ariaLabelText', 'disableAllItems', 'expandAllItems', 'label']
|
|
2599
2599
|
})
|
|
2600
2600
|
], IfxTreeView);
|
|
2601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTreeView, decorators: [{
|
|
2602
2602
|
type: Component,
|
|
2603
2603
|
args: [{
|
|
2604
2604
|
selector: 'ifx-tree-view',
|
|
@@ -2625,15 +2625,15 @@ let IfxTreeViewItem = class IfxTreeViewItem {
|
|
|
2625
2625
|
c.detach();
|
|
2626
2626
|
this.el = r.nativeElement;
|
|
2627
2627
|
}
|
|
2628
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2629
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2628
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTreeViewItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2629
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: IfxTreeViewItem, isStandalone: false, selector: "ifx-tree-view-item", inputs: { ariaLabelText: "ariaLabelText", disableItem: "disableItem", expanded: "expanded", initiallyExpanded: "initiallyExpanded", initiallySelected: "initiallySelected", value: "value" }, outputs: { ifxTreeViewItemExpandChange: "ifxTreeViewItemExpandChange", ifxTreeViewItemCheckChange: "ifxTreeViewItemCheckChange", ifxTreeViewItemDisableChange: "ifxTreeViewItemDisableChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2630
2630
|
};
|
|
2631
2631
|
IfxTreeViewItem = __decorate([
|
|
2632
2632
|
ProxyCmp({
|
|
2633
2633
|
inputs: ['ariaLabelText', 'disableItem', 'expanded', 'initiallyExpanded', 'initiallySelected', 'value']
|
|
2634
2634
|
})
|
|
2635
2635
|
], IfxTreeViewItem);
|
|
2636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxTreeViewItem, decorators: [{
|
|
2637
2637
|
type: Component,
|
|
2638
2638
|
args: [{
|
|
2639
2639
|
selector: 'ifx-tree-view-item',
|
|
@@ -2769,10 +2769,10 @@ class ValueAccessor {
|
|
|
2769
2769
|
setDisabledState(isDisabled) {
|
|
2770
2770
|
this.el.nativeElement.disabled = isDisabled;
|
|
2771
2771
|
}
|
|
2772
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2773
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2772
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2773
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.18", type: ValueAccessor, isStandalone: true, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
2774
2774
|
}
|
|
2775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
2776
2776
|
type: Directive,
|
|
2777
2777
|
args: [{}]
|
|
2778
2778
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
@@ -2787,8 +2787,8 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
2787
2787
|
writeValue(value) {
|
|
2788
2788
|
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
2789
2789
|
}
|
|
2790
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2791
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2790
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2791
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.18", type: BooleanValueAccessor, isStandalone: false, selector: "ifx-switch, ifx-checkbox", host: { listeners: { "ifxChange": "handleChangeEvent($event.target?.[\"checked\"])" } }, providers: [
|
|
2792
2792
|
{
|
|
2793
2793
|
provide: NG_VALUE_ACCESSOR,
|
|
2794
2794
|
useExisting: forwardRef((() => BooleanValueAccessor)),
|
|
@@ -2796,7 +2796,7 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
2796
2796
|
}
|
|
2797
2797
|
], usesInheritance: true, ngImport: i0 });
|
|
2798
2798
|
}
|
|
2799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
2800
2800
|
type: Directive,
|
|
2801
2801
|
args: [{
|
|
2802
2802
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -2819,8 +2819,8 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
2819
2819
|
constructor(el) {
|
|
2820
2820
|
super(el);
|
|
2821
2821
|
}
|
|
2822
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2823
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2822
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2823
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.18", type: TextValueAccessor, isStandalone: false, selector: "ifx-search-field, ifx-search-bar", host: { listeners: { "ifxInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
|
|
2824
2824
|
{
|
|
2825
2825
|
provide: NG_VALUE_ACCESSOR,
|
|
2826
2826
|
useExisting: forwardRef((() => TextValueAccessor)),
|
|
@@ -2828,7 +2828,7 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
2828
2828
|
}
|
|
2829
2829
|
], usesInheritance: true, ngImport: i0 });
|
|
2830
2830
|
}
|
|
2831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
2832
2832
|
type: Directive,
|
|
2833
2833
|
args: [{
|
|
2834
2834
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -2866,8 +2866,8 @@ class IfxModalNgModuleValueAccessor extends ValueAccessor {
|
|
|
2866
2866
|
writeValue(value) {
|
|
2867
2867
|
this.el.nativeElement.opened = this.lastValue = value == null ? false : value;
|
|
2868
2868
|
}
|
|
2869
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2870
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2869
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxModalNgModuleValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2870
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.18", type: IfxModalNgModuleValueAccessor, isStandalone: false, selector: "ifx-modal[ngModel],ifx-modal[formControl],ifx-modal[formControlName]", host: { listeners: { "ifxOpenedChange": "handleChangeEvent($event.target?.[\"opened\"])" } }, providers: [
|
|
2871
2871
|
{
|
|
2872
2872
|
provide: NG_VALUE_ACCESSOR,
|
|
2873
2873
|
useExisting: forwardRef((() => IfxModalNgModuleValueAccessor)),
|
|
@@ -2875,7 +2875,7 @@ class IfxModalNgModuleValueAccessor extends ValueAccessor {
|
|
|
2875
2875
|
}
|
|
2876
2876
|
], usesInheritance: true, ngImport: i0 });
|
|
2877
2877
|
}
|
|
2878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: IfxModalNgModuleValueAccessor, decorators: [{
|
|
2879
2879
|
type: Directive,
|
|
2880
2880
|
args: [{
|
|
2881
2881
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -2908,11 +2908,11 @@ class InfineonDesignSystemModule {
|
|
|
2908
2908
|
],
|
|
2909
2909
|
};
|
|
2910
2910
|
}
|
|
2911
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2912
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
2913
|
-
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
2911
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: InfineonDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2912
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: InfineonDesignSystemModule, declarations: [IfxAccordion, IfxAccordionItem, IfxActionList, IfxActionListItem, IfxAiLabel, IfxAlert, IfxBasicTable, IfxBreadcrumb, IfxBreadcrumbItem, IfxBreadcrumbItemLabel, IfxButton, IfxCard, IfxCardHeadline, IfxCardImage, IfxCardLinks, IfxCardOverline, IfxCardText, IfxCheckbox, IfxCheckboxGroup, IfxChip, IfxChipItem, IfxContentSwitcher, IfxContentSwitcherItem, IfxDatePicker, IfxDownload, IfxDropdown, IfxDropdownHeader, IfxDropdownItem, IfxDropdownMenu, IfxDropdownSeparator, IfxDropdownTrigger, IfxDropdownTriggerButton, IfxFaq, IfxFileUpload, IfxFilterAccordion, IfxFilterBar, IfxFilterSearch, IfxFilterTypeGroup, IfxFooter, IfxFooterColumn, IfxIcon, IfxIconButton, IfxIconsPreview, IfxIndicator, IfxLink, IfxList, IfxListEntry, IfxModal, IfxMultiselect, IfxMultiselectOption, IfxNavbar, IfxNavbarItem, IfxNavbarProfile, IfxNotification, IfxOverviewTable, IfxPagination, IfxPopover, IfxProgressBar, IfxRadioButton, IfxRadioButtonGroup, IfxSearchBar, IfxSearchField, IfxSegment, IfxSegmentedControl, IfxSelect, IfxSetFilter, IfxSidebar, IfxSidebarItem, IfxSidebarTitle, IfxSlider, IfxSpinner, IfxStatus, IfxStep, IfxStepper, IfxSwitch, IfxTab, IfxTable, IfxTabs, IfxTemplate, IfxTemplatesUi, IfxTextField, IfxTextarea, IfxTooltip, IfxTreeView, IfxTreeViewItem, BooleanValueAccessor, TextValueAccessor, IfxModalNgModuleValueAccessor], imports: [CommonModule], exports: [IfxAccordion, IfxAccordionItem, IfxActionList, IfxActionListItem, IfxAiLabel, IfxAlert, IfxBasicTable, IfxBreadcrumb, IfxBreadcrumbItem, IfxBreadcrumbItemLabel, IfxButton, IfxCard, IfxCardHeadline, IfxCardImage, IfxCardLinks, IfxCardOverline, IfxCardText, IfxCheckbox, IfxCheckboxGroup, IfxChip, IfxChipItem, IfxContentSwitcher, IfxContentSwitcherItem, IfxDatePicker, IfxDownload, IfxDropdown, IfxDropdownHeader, IfxDropdownItem, IfxDropdownMenu, IfxDropdownSeparator, IfxDropdownTrigger, IfxDropdownTriggerButton, IfxFaq, IfxFileUpload, IfxFilterAccordion, IfxFilterBar, IfxFilterSearch, IfxFilterTypeGroup, IfxFooter, IfxFooterColumn, IfxIcon, IfxIconButton, IfxIconsPreview, IfxIndicator, IfxLink, IfxList, IfxListEntry, IfxModal, IfxMultiselect, IfxMultiselectOption, IfxNavbar, IfxNavbarItem, IfxNavbarProfile, IfxNotification, IfxOverviewTable, IfxPagination, IfxPopover, IfxProgressBar, IfxRadioButton, IfxRadioButtonGroup, IfxSearchBar, IfxSearchField, IfxSegment, IfxSegmentedControl, IfxSelect, IfxSetFilter, IfxSidebar, IfxSidebarItem, IfxSidebarTitle, IfxSlider, IfxSpinner, IfxStatus, IfxStep, IfxStepper, IfxSwitch, IfxTab, IfxTable, IfxTabs, IfxTemplate, IfxTemplatesUi, IfxTextField, IfxTextarea, IfxTooltip, IfxTreeView, IfxTreeViewItem, BooleanValueAccessor, TextValueAccessor, IfxModalNgModuleValueAccessor] });
|
|
2913
|
+
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: InfineonDesignSystemModule, imports: [CommonModule] });
|
|
2914
2914
|
}
|
|
2915
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: InfineonDesignSystemModule, decorators: [{
|
|
2916
2916
|
type: NgModule,
|
|
2917
2917
|
args: [{
|
|
2918
2918
|
declarations: [...DIRECTIVES, BooleanValueAccessor, TextValueAccessor, IfxModalNgModuleValueAccessor],
|