@infineon/infineon-design-system-angular 39.3.1--canary.2100.19641146944.0 → 39.3.1--canary.1723.a584a49400033f3aa21650f5f571cfb01ed098ef.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/infineon-infineon-design-system-angular.mjs +324 -785
- package/fesm2022/infineon-infineon-design-system-angular.mjs.map +1 -1
- package/index.d.ts +182 -298
- package/package.json +22 -19
- package/LICENSE +0 -21
- package/fesm2022/infineon-infineon-design-system-angular-standalone.mjs +0 -2654
- package/fesm2022/infineon-infineon-design-system-angular-standalone.mjs.map +0 -1
- package/src/styles.css +0 -1
- package/standalone/index.d.ts +0 -993
|
@@ -1,10 +1,32 @@
|
|
|
1
|
-
import '@infineon/infineon-design-system-stencil/dist/infineon-design-system-stencil/infineon-design-system-stencil.css';
|
|
2
|
-
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
3
1
|
import * as i0 from '@angular/core';
|
|
4
|
-
import {
|
|
2
|
+
import { APP_INITIALIZER, NgModule, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
import { defineCustomElements } from '@infineon/infineon-design-system-stencil/loader';
|
|
5
4
|
import { __decorate } from 'tslib';
|
|
6
5
|
import { fromEvent } from 'rxjs';
|
|
7
|
-
|
|
6
|
+
|
|
7
|
+
class ComponentLibraryModule {
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: ComponentLibraryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: ComponentLibraryModule }); }
|
|
10
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: ComponentLibraryModule, providers: [
|
|
11
|
+
{
|
|
12
|
+
provide: APP_INITIALIZER,
|
|
13
|
+
useFactory: () => defineCustomElements,
|
|
14
|
+
multi: true
|
|
15
|
+
},
|
|
16
|
+
] }); }
|
|
17
|
+
}
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: ComponentLibraryModule, decorators: [{
|
|
19
|
+
type: NgModule,
|
|
20
|
+
args: [{
|
|
21
|
+
providers: [
|
|
22
|
+
{
|
|
23
|
+
provide: APP_INITIALIZER,
|
|
24
|
+
useFactory: () => defineCustomElements,
|
|
25
|
+
multi: true
|
|
26
|
+
},
|
|
27
|
+
]
|
|
28
|
+
}]
|
|
29
|
+
}] });
|
|
8
30
|
|
|
9
31
|
/* eslint-disable */
|
|
10
32
|
/* tslint:disable */
|
|
@@ -65,15 +87,13 @@ function ProxyCmp(opts) {
|
|
|
65
87
|
}
|
|
66
88
|
|
|
67
89
|
let IfxAccordion = class IfxAccordion {
|
|
68
|
-
z;
|
|
69
|
-
el;
|
|
70
90
|
constructor(c, r, z) {
|
|
71
91
|
this.z = z;
|
|
72
92
|
c.detach();
|
|
73
93
|
this.el = r.nativeElement;
|
|
74
94
|
}
|
|
75
|
-
|
|
76
|
-
|
|
95
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
96
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxAccordion, isStandalone: true, selector: "ifx-accordion", inputs: { autoCollapse: "autoCollapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
77
97
|
};
|
|
78
98
|
IfxAccordion = __decorate([
|
|
79
99
|
ProxyCmp({
|
|
@@ -88,21 +108,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
88
108
|
template: '<ng-content></ng-content>',
|
|
89
109
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
90
110
|
inputs: ['autoCollapse'],
|
|
91
|
-
standalone: false
|
|
92
111
|
}]
|
|
93
112
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
94
113
|
let IfxAccordionItem = class IfxAccordionItem {
|
|
95
|
-
z;
|
|
96
|
-
el;
|
|
97
|
-
ifxOpen = new EventEmitter();
|
|
98
|
-
ifxClose = new EventEmitter();
|
|
99
114
|
constructor(c, r, z) {
|
|
100
115
|
this.z = z;
|
|
101
116
|
c.detach();
|
|
102
117
|
this.el = r.nativeElement;
|
|
118
|
+
proxyOutputs(this, this.el, ['ifxOpen', 'ifxClose']);
|
|
103
119
|
}
|
|
104
|
-
|
|
105
|
-
|
|
120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
121
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxAccordionItem, isStandalone: true, selector: "ifx-accordion-item", inputs: { AriaLevel: "AriaLevel", caption: "caption", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
106
122
|
};
|
|
107
123
|
IfxAccordionItem = __decorate([
|
|
108
124
|
ProxyCmp({
|
|
@@ -117,24 +133,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
117
133
|
template: '<ng-content></ng-content>',
|
|
118
134
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
119
135
|
inputs: ['AriaLevel', 'caption', 'open'],
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
}]
|
|
123
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxOpen: [{
|
|
124
|
-
type: Output
|
|
125
|
-
}], ifxClose: [{
|
|
126
|
-
type: Output
|
|
127
|
-
}] } });
|
|
136
|
+
}]
|
|
137
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
128
138
|
let IfxActionList = class IfxActionList {
|
|
129
|
-
z;
|
|
130
|
-
el;
|
|
131
139
|
constructor(c, r, z) {
|
|
132
140
|
this.z = z;
|
|
133
141
|
c.detach();
|
|
134
142
|
this.el = r.nativeElement;
|
|
135
143
|
}
|
|
136
|
-
|
|
137
|
-
|
|
144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxActionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
145
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxActionList, isStandalone: true, selector: "ifx-action-list", inputs: { listAriaLabel: "listAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
138
146
|
};
|
|
139
147
|
IfxActionList = __decorate([
|
|
140
148
|
ProxyCmp({
|
|
@@ -149,20 +157,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
149
157
|
template: '<ng-content></ng-content>',
|
|
150
158
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
151
159
|
inputs: ['listAriaLabel'],
|
|
152
|
-
standalone: false
|
|
153
160
|
}]
|
|
154
161
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
155
162
|
let IfxActionListItem = class IfxActionListItem {
|
|
156
|
-
z;
|
|
157
|
-
el;
|
|
158
|
-
ifxActionListItemClick = new EventEmitter();
|
|
159
163
|
constructor(c, r, z) {
|
|
160
164
|
this.z = z;
|
|
161
165
|
c.detach();
|
|
162
166
|
this.el = r.nativeElement;
|
|
167
|
+
proxyOutputs(this, this.el, ['ifxActionListItemClick']);
|
|
163
168
|
}
|
|
164
|
-
|
|
165
|
-
|
|
169
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
170
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxActionListItem, isStandalone: true, selector: "ifx-action-list-item", inputs: { description: "description", disabled: "disabled", href: "href", itemAriaLabel: "itemAriaLabel", itemTitle: "itemTitle", target: "target", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
166
171
|
};
|
|
167
172
|
IfxActionListItem = __decorate([
|
|
168
173
|
ProxyCmp({
|
|
@@ -177,23 +182,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
177
182
|
template: '<ng-content></ng-content>',
|
|
178
183
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
179
184
|
inputs: ['description', 'disabled', 'href', 'itemAriaLabel', 'itemTitle', 'target', 'value'],
|
|
180
|
-
outputs: ['ifxActionListItemClick'],
|
|
181
|
-
standalone: false
|
|
182
185
|
}]
|
|
183
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
184
|
-
type: Output
|
|
185
|
-
}] } });
|
|
186
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
186
187
|
let IfxAlert = class IfxAlert {
|
|
187
|
-
z;
|
|
188
|
-
el;
|
|
189
|
-
ifxClose = new EventEmitter();
|
|
190
188
|
constructor(c, r, z) {
|
|
191
189
|
this.z = z;
|
|
192
190
|
c.detach();
|
|
193
191
|
this.el = r.nativeElement;
|
|
192
|
+
proxyOutputs(this, this.el, ['ifxClose']);
|
|
194
193
|
}
|
|
195
|
-
|
|
196
|
-
|
|
194
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
195
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxAlert, isStandalone: true, selector: "ifx-alert", inputs: { AriaLive: "AriaLive", closable: "closable", icon: "icon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
197
196
|
};
|
|
198
197
|
IfxAlert = __decorate([
|
|
199
198
|
ProxyCmp({
|
|
@@ -208,22 +207,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
208
207
|
template: '<ng-content></ng-content>',
|
|
209
208
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
210
209
|
inputs: ['AriaLive', 'closable', 'icon', 'variant'],
|
|
211
|
-
outputs: ['ifxClose'],
|
|
212
|
-
standalone: false
|
|
213
210
|
}]
|
|
214
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
215
|
-
type: Output
|
|
216
|
-
}] } });
|
|
211
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
217
212
|
let IfxBasicTable = class IfxBasicTable {
|
|
218
|
-
z;
|
|
219
|
-
el;
|
|
220
213
|
constructor(c, r, z) {
|
|
221
214
|
this.z = z;
|
|
222
215
|
c.detach();
|
|
223
216
|
this.el = r.nativeElement;
|
|
224
217
|
}
|
|
225
|
-
|
|
226
|
-
|
|
218
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxBasicTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
219
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxBasicTable, isStandalone: true, selector: "ifx-basic-table", inputs: { cols: "cols", rowHeight: "rowHeight", rows: "rows", tableHeight: "tableHeight", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
227
220
|
};
|
|
228
221
|
IfxBasicTable = __decorate([
|
|
229
222
|
ProxyCmp({
|
|
@@ -238,19 +231,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
238
231
|
template: '<ng-content></ng-content>',
|
|
239
232
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
240
233
|
inputs: ['cols', 'rowHeight', 'rows', 'tableHeight', 'variant'],
|
|
241
|
-
standalone: false
|
|
242
234
|
}]
|
|
243
235
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
244
236
|
let IfxBreadcrumb = class IfxBreadcrumb {
|
|
245
|
-
z;
|
|
246
|
-
el;
|
|
247
237
|
constructor(c, r, z) {
|
|
248
238
|
this.z = z;
|
|
249
239
|
c.detach();
|
|
250
240
|
this.el = r.nativeElement;
|
|
251
241
|
}
|
|
252
|
-
|
|
253
|
-
|
|
242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
243
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxBreadcrumb, isStandalone: true, selector: "ifx-breadcrumb", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
254
244
|
};
|
|
255
245
|
IfxBreadcrumb = __decorate([
|
|
256
246
|
ProxyCmp({})
|
|
@@ -263,19 +253,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
263
253
|
template: '<ng-content></ng-content>',
|
|
264
254
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
265
255
|
inputs: [],
|
|
266
|
-
standalone: false
|
|
267
256
|
}]
|
|
268
257
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
269
258
|
let IfxBreadcrumbItem = class IfxBreadcrumbItem {
|
|
270
|
-
z;
|
|
271
|
-
el;
|
|
272
259
|
constructor(c, r, z) {
|
|
273
260
|
this.z = z;
|
|
274
261
|
c.detach();
|
|
275
262
|
this.el = r.nativeElement;
|
|
276
263
|
}
|
|
277
|
-
|
|
278
|
-
|
|
264
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
265
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxBreadcrumbItem, isStandalone: true, selector: "ifx-breadcrumb-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
279
266
|
};
|
|
280
267
|
IfxBreadcrumbItem = __decorate([
|
|
281
268
|
ProxyCmp({})
|
|
@@ -288,20 +275,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
288
275
|
template: '<ng-content></ng-content>',
|
|
289
276
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
290
277
|
inputs: [],
|
|
291
|
-
standalone: false
|
|
292
278
|
}]
|
|
293
279
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
294
280
|
let IfxBreadcrumbItemLabel = class IfxBreadcrumbItemLabel {
|
|
295
|
-
z;
|
|
296
|
-
el;
|
|
297
|
-
breadcrumbMenuIconWrapper = new EventEmitter();
|
|
298
281
|
constructor(c, r, z) {
|
|
299
282
|
this.z = z;
|
|
300
283
|
c.detach();
|
|
301
284
|
this.el = r.nativeElement;
|
|
285
|
+
proxyOutputs(this, this.el, ['breadcrumbMenuIconWrapper']);
|
|
302
286
|
}
|
|
303
|
-
|
|
304
|
-
|
|
287
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxBreadcrumbItemLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
288
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxBreadcrumbItemLabel, isStandalone: true, selector: "ifx-breadcrumb-item-label", inputs: { href: "href", icon: "icon", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
305
289
|
};
|
|
306
290
|
IfxBreadcrumbItemLabel = __decorate([
|
|
307
291
|
ProxyCmp({
|
|
@@ -316,22 +300,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
316
300
|
template: '<ng-content></ng-content>',
|
|
317
301
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
318
302
|
inputs: ['href', 'icon', 'target'],
|
|
319
|
-
outputs: ['breadcrumbMenuIconWrapper'],
|
|
320
|
-
standalone: false
|
|
321
303
|
}]
|
|
322
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
323
|
-
type: Output
|
|
324
|
-
}] } });
|
|
304
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
325
305
|
let IfxButton = class IfxButton {
|
|
326
|
-
z;
|
|
327
|
-
el;
|
|
328
306
|
constructor(c, r, z) {
|
|
329
307
|
this.z = z;
|
|
330
308
|
c.detach();
|
|
331
309
|
this.el = r.nativeElement;
|
|
332
310
|
}
|
|
333
|
-
|
|
334
|
-
|
|
311
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
312
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxButton, isStandalone: true, selector: "ifx-button", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", fullWidth: "fullWidth", href: "href", size: "size", target: "target", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
335
313
|
};
|
|
336
314
|
IfxButton = __decorate([
|
|
337
315
|
ProxyCmp({
|
|
@@ -347,19 +325,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
347
325
|
template: '<ng-content></ng-content>',
|
|
348
326
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
349
327
|
inputs: ['ariaLabel', 'disabled', 'fullWidth', 'href', 'size', 'target', 'theme', 'type', 'variant'],
|
|
350
|
-
standalone: false
|
|
351
328
|
}]
|
|
352
329
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
353
330
|
let IfxCard = class IfxCard {
|
|
354
|
-
z;
|
|
355
|
-
el;
|
|
356
331
|
constructor(c, r, z) {
|
|
357
332
|
this.z = z;
|
|
358
333
|
c.detach();
|
|
359
334
|
this.el = r.nativeElement;
|
|
360
335
|
}
|
|
361
|
-
|
|
362
|
-
|
|
336
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
337
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxCard, isStandalone: true, selector: "ifx-card", inputs: { ariaLabel: "ariaLabel", direction: "direction", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
363
338
|
};
|
|
364
339
|
IfxCard = __decorate([
|
|
365
340
|
ProxyCmp({
|
|
@@ -374,19 +349,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
374
349
|
template: '<ng-content></ng-content>',
|
|
375
350
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
376
351
|
inputs: ['ariaLabel', 'direction', 'href', 'target'],
|
|
377
|
-
standalone: false
|
|
378
352
|
}]
|
|
379
353
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
380
354
|
let IfxCardHeadline = class IfxCardHeadline {
|
|
381
|
-
z;
|
|
382
|
-
el;
|
|
383
355
|
constructor(c, r, z) {
|
|
384
356
|
this.z = z;
|
|
385
357
|
c.detach();
|
|
386
358
|
this.el = r.nativeElement;
|
|
387
359
|
}
|
|
388
|
-
|
|
389
|
-
|
|
360
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxCardHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
361
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxCardHeadline, isStandalone: true, selector: "ifx-card-headline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
390
362
|
};
|
|
391
363
|
IfxCardHeadline = __decorate([
|
|
392
364
|
ProxyCmp({})
|
|
@@ -399,20 +371,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
399
371
|
template: '<ng-content></ng-content>',
|
|
400
372
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
401
373
|
inputs: [],
|
|
402
|
-
standalone: false
|
|
403
374
|
}]
|
|
404
375
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
405
376
|
let IfxCardImage = class IfxCardImage {
|
|
406
|
-
z;
|
|
407
|
-
el;
|
|
408
|
-
imgPosition = new EventEmitter();
|
|
409
377
|
constructor(c, r, z) {
|
|
410
378
|
this.z = z;
|
|
411
379
|
c.detach();
|
|
412
380
|
this.el = r.nativeElement;
|
|
381
|
+
proxyOutputs(this, this.el, ['imgPosition']);
|
|
413
382
|
}
|
|
414
|
-
|
|
415
|
-
|
|
383
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
384
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxCardImage, isStandalone: true, selector: "ifx-card-image", inputs: { alt: "alt", position: "position", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
416
385
|
};
|
|
417
386
|
IfxCardImage = __decorate([
|
|
418
387
|
ProxyCmp({
|
|
@@ -427,22 +396,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
427
396
|
template: '<ng-content></ng-content>',
|
|
428
397
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
429
398
|
inputs: ['alt', 'position', 'src'],
|
|
430
|
-
outputs: ['imgPosition'],
|
|
431
|
-
standalone: false
|
|
432
399
|
}]
|
|
433
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
434
|
-
type: Output
|
|
435
|
-
}] } });
|
|
400
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
436
401
|
let IfxCardLinks = class IfxCardLinks {
|
|
437
|
-
z;
|
|
438
|
-
el;
|
|
439
402
|
constructor(c, r, z) {
|
|
440
403
|
this.z = z;
|
|
441
404
|
c.detach();
|
|
442
405
|
this.el = r.nativeElement;
|
|
443
406
|
}
|
|
444
|
-
|
|
445
|
-
|
|
407
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxCardLinks, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
408
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxCardLinks, isStandalone: true, selector: "ifx-card-links", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
446
409
|
};
|
|
447
410
|
IfxCardLinks = __decorate([
|
|
448
411
|
ProxyCmp({})
|
|
@@ -455,19 +418,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
455
418
|
template: '<ng-content></ng-content>',
|
|
456
419
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
457
420
|
inputs: [],
|
|
458
|
-
standalone: false
|
|
459
421
|
}]
|
|
460
422
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
461
423
|
let IfxCardOverline = class IfxCardOverline {
|
|
462
|
-
z;
|
|
463
|
-
el;
|
|
464
424
|
constructor(c, r, z) {
|
|
465
425
|
this.z = z;
|
|
466
426
|
c.detach();
|
|
467
427
|
this.el = r.nativeElement;
|
|
468
428
|
}
|
|
469
|
-
|
|
470
|
-
|
|
429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxCardOverline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
430
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxCardOverline, isStandalone: true, selector: "ifx-card-overline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
471
431
|
};
|
|
472
432
|
IfxCardOverline = __decorate([
|
|
473
433
|
ProxyCmp({})
|
|
@@ -480,19 +440,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
480
440
|
template: '<ng-content></ng-content>',
|
|
481
441
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
482
442
|
inputs: [],
|
|
483
|
-
standalone: false
|
|
484
443
|
}]
|
|
485
444
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
486
445
|
let IfxCardText = class IfxCardText {
|
|
487
|
-
z;
|
|
488
|
-
el;
|
|
489
446
|
constructor(c, r, z) {
|
|
490
447
|
this.z = z;
|
|
491
448
|
c.detach();
|
|
492
449
|
this.el = r.nativeElement;
|
|
493
450
|
}
|
|
494
|
-
|
|
495
|
-
|
|
451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxCardText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
452
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxCardText, isStandalone: true, selector: "ifx-card-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
496
453
|
};
|
|
497
454
|
IfxCardText = __decorate([
|
|
498
455
|
ProxyCmp({})
|
|
@@ -505,21 +462,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
505
462
|
template: '<ng-content></ng-content>',
|
|
506
463
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
507
464
|
inputs: [],
|
|
508
|
-
standalone: false
|
|
509
465
|
}]
|
|
510
466
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
511
467
|
let IfxCheckbox = class IfxCheckbox {
|
|
512
|
-
z;
|
|
513
|
-
el;
|
|
514
|
-
ifxChange = new EventEmitter();
|
|
515
|
-
ifxError = new EventEmitter();
|
|
516
468
|
constructor(c, r, z) {
|
|
517
469
|
this.z = z;
|
|
518
470
|
c.detach();
|
|
519
471
|
this.el = r.nativeElement;
|
|
472
|
+
proxyOutputs(this, this.el, ['ifxChange', 'ifxError']);
|
|
520
473
|
}
|
|
521
|
-
|
|
522
|
-
|
|
474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
475
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxCheckbox, isStandalone: true, selector: "ifx-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", indeterminate: "indeterminate", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
523
476
|
};
|
|
524
477
|
IfxCheckbox = __decorate([
|
|
525
478
|
ProxyCmp({
|
|
@@ -535,24 +488,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
535
488
|
template: '<ng-content></ng-content>',
|
|
536
489
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
537
490
|
inputs: ['checked', 'disabled', 'error', 'indeterminate', 'size', 'value'],
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
}]
|
|
541
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxChange: [{
|
|
542
|
-
type: Output
|
|
543
|
-
}], ifxError: [{
|
|
544
|
-
type: Output
|
|
545
|
-
}] } });
|
|
491
|
+
}]
|
|
492
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
546
493
|
let IfxCheckboxGroup = class IfxCheckboxGroup {
|
|
547
|
-
z;
|
|
548
|
-
el;
|
|
549
494
|
constructor(c, r, z) {
|
|
550
495
|
this.z = z;
|
|
551
496
|
c.detach();
|
|
552
497
|
this.el = r.nativeElement;
|
|
553
498
|
}
|
|
554
|
-
|
|
555
|
-
|
|
499
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
500
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxCheckboxGroup, isStandalone: true, selector: "ifx-checkbox-group", inputs: { alignment: "alignment", captionText: "captionText", groupLabelText: "groupLabelText", required: "required", showCaption: "showCaption", showCaptionIcon: "showCaptionIcon", showGroupLabel: "showGroupLabel", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
556
501
|
};
|
|
557
502
|
IfxCheckboxGroup = __decorate([
|
|
558
503
|
ProxyCmp({
|
|
@@ -568,20 +513,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
568
513
|
template: '<ng-content></ng-content>',
|
|
569
514
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
570
515
|
inputs: ['alignment', 'captionText', 'groupLabelText', 'required', 'showCaption', 'showCaptionIcon', 'showGroupLabel', 'size'],
|
|
571
|
-
standalone: false
|
|
572
516
|
}]
|
|
573
517
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
574
518
|
let IfxChip = class IfxChip {
|
|
575
|
-
z;
|
|
576
|
-
el;
|
|
577
|
-
ifxChange = new EventEmitter();
|
|
578
519
|
constructor(c, r, z) {
|
|
579
520
|
this.z = z;
|
|
580
521
|
c.detach();
|
|
581
522
|
this.el = r.nativeElement;
|
|
523
|
+
proxyOutputs(this, this.el, ['ifxChange']);
|
|
582
524
|
}
|
|
583
|
-
|
|
584
|
-
|
|
525
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
526
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxChip, isStandalone: true, selector: "ifx-chip", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", icon: "icon", placeholder: "placeholder", readOnly: "readOnly", size: "size", theme: "theme", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
585
527
|
};
|
|
586
528
|
IfxChip = __decorate([
|
|
587
529
|
ProxyCmp({
|
|
@@ -596,23 +538,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
596
538
|
template: '<ng-content></ng-content>',
|
|
597
539
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
598
540
|
inputs: ['ariaLabel', 'disabled', 'icon', 'placeholder', 'readOnly', 'size', 'theme', 'value', 'variant'],
|
|
599
|
-
outputs: ['ifxChange'],
|
|
600
|
-
standalone: false
|
|
601
541
|
}]
|
|
602
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
603
|
-
type: Output
|
|
604
|
-
}] } });
|
|
542
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
605
543
|
let IfxChipItem = class IfxChipItem {
|
|
606
|
-
z;
|
|
607
|
-
el;
|
|
608
|
-
ifxChipItemSelect = new EventEmitter();
|
|
609
544
|
constructor(c, r, z) {
|
|
610
545
|
this.z = z;
|
|
611
546
|
c.detach();
|
|
612
547
|
this.el = r.nativeElement;
|
|
548
|
+
proxyOutputs(this, this.el, ['ifxChipItemSelect']);
|
|
613
549
|
}
|
|
614
|
-
|
|
615
|
-
|
|
550
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxChipItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
551
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxChipItem, isStandalone: true, selector: "ifx-chip-item", inputs: { chipState: "chipState", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
616
552
|
};
|
|
617
553
|
IfxChipItem = __decorate([
|
|
618
554
|
ProxyCmp({
|
|
@@ -627,23 +563,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
627
563
|
template: '<ng-content></ng-content>',
|
|
628
564
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
629
565
|
inputs: ['chipState', 'selected', 'value'],
|
|
630
|
-
outputs: ['ifxChipItemSelect'],
|
|
631
|
-
standalone: false
|
|
632
566
|
}]
|
|
633
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
634
|
-
type: Output
|
|
635
|
-
}] } });
|
|
567
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
636
568
|
let IfxContentSwitcher = class IfxContentSwitcher {
|
|
637
|
-
z;
|
|
638
|
-
el;
|
|
639
|
-
ifxChange = new EventEmitter();
|
|
640
569
|
constructor(c, r, z) {
|
|
641
570
|
this.z = z;
|
|
642
571
|
c.detach();
|
|
643
572
|
this.el = r.nativeElement;
|
|
573
|
+
proxyOutputs(this, this.el, ['ifxChange']);
|
|
644
574
|
}
|
|
645
|
-
|
|
646
|
-
|
|
575
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxContentSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
576
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxContentSwitcher, isStandalone: true, selector: "ifx-content-switcher", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
647
577
|
};
|
|
648
578
|
IfxContentSwitcher = __decorate([
|
|
649
579
|
ProxyCmp({})
|
|
@@ -656,22 +586,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
656
586
|
template: '<ng-content></ng-content>',
|
|
657
587
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
658
588
|
inputs: [],
|
|
659
|
-
outputs: ['ifxChange'],
|
|
660
|
-
standalone: false
|
|
661
589
|
}]
|
|
662
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
663
|
-
type: Output
|
|
664
|
-
}] } });
|
|
590
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
665
591
|
let IfxContentSwitcherItem = class IfxContentSwitcherItem {
|
|
666
|
-
z;
|
|
667
|
-
el;
|
|
668
592
|
constructor(c, r, z) {
|
|
669
593
|
this.z = z;
|
|
670
594
|
c.detach();
|
|
671
595
|
this.el = r.nativeElement;
|
|
672
596
|
}
|
|
673
|
-
|
|
674
|
-
|
|
597
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxContentSwitcherItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
598
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxContentSwitcherItem, isStandalone: true, selector: "ifx-content-switcher-item", inputs: { selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
675
599
|
};
|
|
676
600
|
IfxContentSwitcherItem = __decorate([
|
|
677
601
|
ProxyCmp({
|
|
@@ -686,20 +610,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
686
610
|
template: '<ng-content></ng-content>',
|
|
687
611
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
688
612
|
inputs: ['selected', 'value'],
|
|
689
|
-
standalone: false
|
|
690
613
|
}]
|
|
691
614
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
692
615
|
let IfxDatePicker = class IfxDatePicker {
|
|
693
|
-
z;
|
|
694
|
-
el;
|
|
695
|
-
ifxDate = new EventEmitter();
|
|
696
616
|
constructor(c, r, z) {
|
|
697
617
|
this.z = z;
|
|
698
618
|
c.detach();
|
|
699
619
|
this.el = r.nativeElement;
|
|
620
|
+
proxyOutputs(this, this.el, ['ifxDate']);
|
|
700
621
|
}
|
|
701
|
-
|
|
702
|
-
|
|
622
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
623
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDatePicker, isStandalone: true, selector: "ifx-date-picker", inputs: { ariaLabel: "ariaLabel", autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", label: "label", max: "max", min: "min", required: "required", size: "size", success: "success", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
703
624
|
};
|
|
704
625
|
IfxDatePicker = __decorate([
|
|
705
626
|
ProxyCmp({
|
|
@@ -714,22 +635,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
714
635
|
template: '<ng-content></ng-content>',
|
|
715
636
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
716
637
|
inputs: ['ariaLabel', 'autocomplete', 'caption', 'disabled', 'error', 'label', 'max', 'min', 'required', 'size', 'success', 'type', 'value'],
|
|
717
|
-
outputs: ['ifxDate'],
|
|
718
|
-
standalone: false
|
|
719
638
|
}]
|
|
720
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
721
|
-
type: Output
|
|
722
|
-
}] } });
|
|
639
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
723
640
|
let IfxDownload = class IfxDownload {
|
|
724
|
-
z;
|
|
725
|
-
el;
|
|
726
641
|
constructor(c, r, z) {
|
|
727
642
|
this.z = z;
|
|
728
643
|
c.detach();
|
|
729
644
|
this.el = r.nativeElement;
|
|
730
645
|
}
|
|
731
|
-
|
|
732
|
-
|
|
646
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDownload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
647
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDownload, isStandalone: true, selector: "ifx-download", inputs: { tokens: "tokens" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
733
648
|
};
|
|
734
649
|
IfxDownload = __decorate([
|
|
735
650
|
ProxyCmp({
|
|
@@ -744,22 +659,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
744
659
|
template: '<ng-content></ng-content>',
|
|
745
660
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
746
661
|
inputs: ['tokens'],
|
|
747
|
-
standalone: false
|
|
748
662
|
}]
|
|
749
663
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
750
664
|
let IfxDropdown = class IfxDropdown {
|
|
751
|
-
z;
|
|
752
|
-
el;
|
|
753
|
-
ifxOpen = new EventEmitter();
|
|
754
|
-
ifxClose = new EventEmitter();
|
|
755
|
-
ifxDropdown = new EventEmitter();
|
|
756
665
|
constructor(c, r, z) {
|
|
757
666
|
this.z = z;
|
|
758
667
|
c.detach();
|
|
759
668
|
this.el = r.nativeElement;
|
|
669
|
+
proxyOutputs(this, this.el, ['ifxOpen', 'ifxClose', 'ifxDropdown']);
|
|
760
670
|
}
|
|
761
|
-
|
|
762
|
-
|
|
671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
672
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDropdown, isStandalone: true, selector: "ifx-dropdown", inputs: { defaultOpen: "defaultOpen", disabled: "disabled", noAppendToBody: "noAppendToBody", noCloseOnMenuClick: "noCloseOnMenuClick", noCloseOnOutsideClick: "noCloseOnOutsideClick", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
763
673
|
};
|
|
764
674
|
IfxDropdown = __decorate([
|
|
765
675
|
ProxyCmp({
|
|
@@ -775,26 +685,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
775
685
|
template: '<ng-content></ng-content>',
|
|
776
686
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
777
687
|
inputs: ['defaultOpen', 'disabled', 'noAppendToBody', 'noCloseOnMenuClick', 'noCloseOnOutsideClick', 'placement'],
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
}]
|
|
781
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxOpen: [{
|
|
782
|
-
type: Output
|
|
783
|
-
}], ifxClose: [{
|
|
784
|
-
type: Output
|
|
785
|
-
}], ifxDropdown: [{
|
|
786
|
-
type: Output
|
|
787
|
-
}] } });
|
|
688
|
+
}]
|
|
689
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
788
690
|
let IfxDropdownHeader = class IfxDropdownHeader {
|
|
789
|
-
z;
|
|
790
|
-
el;
|
|
791
691
|
constructor(c, r, z) {
|
|
792
692
|
this.z = z;
|
|
793
693
|
c.detach();
|
|
794
694
|
this.el = r.nativeElement;
|
|
795
695
|
}
|
|
796
|
-
|
|
797
|
-
|
|
696
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
697
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDropdownHeader, isStandalone: true, selector: "ifx-dropdown-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
798
698
|
};
|
|
799
699
|
IfxDropdownHeader = __decorate([
|
|
800
700
|
ProxyCmp({})
|
|
@@ -807,20 +707,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
807
707
|
template: '<ng-content></ng-content>',
|
|
808
708
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
809
709
|
inputs: [],
|
|
810
|
-
standalone: false
|
|
811
710
|
}]
|
|
812
711
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
813
712
|
let IfxDropdownItem = class IfxDropdownItem {
|
|
814
|
-
z;
|
|
815
|
-
el;
|
|
816
|
-
ifxDropdownItem = new EventEmitter();
|
|
817
713
|
constructor(c, r, z) {
|
|
818
714
|
this.z = z;
|
|
819
715
|
c.detach();
|
|
820
716
|
this.el = r.nativeElement;
|
|
717
|
+
proxyOutputs(this, this.el, ['ifxDropdownItem']);
|
|
821
718
|
}
|
|
822
|
-
|
|
823
|
-
|
|
719
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
720
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDropdownItem, isStandalone: true, selector: "ifx-dropdown-item", inputs: { hide: "hide", href: "href", icon: "icon", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
824
721
|
};
|
|
825
722
|
IfxDropdownItem = __decorate([
|
|
826
723
|
ProxyCmp({
|
|
@@ -835,24 +732,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
835
732
|
template: '<ng-content></ng-content>',
|
|
836
733
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
837
734
|
inputs: ['hide', 'href', 'icon', 'target'],
|
|
838
|
-
outputs: ['ifxDropdownItem'],
|
|
839
|
-
standalone: false
|
|
840
735
|
}]
|
|
841
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
842
|
-
type: Output
|
|
843
|
-
}] } });
|
|
736
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
844
737
|
let IfxDropdownMenu = class IfxDropdownMenu {
|
|
845
|
-
z;
|
|
846
|
-
el;
|
|
847
|
-
menuSize = new EventEmitter();
|
|
848
|
-
ifxDropdownMenuItem = new EventEmitter();
|
|
849
738
|
constructor(c, r, z) {
|
|
850
739
|
this.z = z;
|
|
851
740
|
c.detach();
|
|
852
741
|
this.el = r.nativeElement;
|
|
742
|
+
proxyOutputs(this, this.el, ['menuSize', 'ifxDropdownMenuItem']);
|
|
853
743
|
}
|
|
854
|
-
|
|
855
|
-
|
|
744
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
745
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDropdownMenu, isStandalone: true, selector: "ifx-dropdown-menu", inputs: { isOpen: "isOpen", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
856
746
|
};
|
|
857
747
|
IfxDropdownMenu = __decorate([
|
|
858
748
|
ProxyCmp({
|
|
@@ -867,24 +757,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
867
757
|
template: '<ng-content></ng-content>',
|
|
868
758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
869
759
|
inputs: ['isOpen', 'size'],
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}]
|
|
873
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuSize: [{
|
|
874
|
-
type: Output
|
|
875
|
-
}], ifxDropdownMenuItem: [{
|
|
876
|
-
type: Output
|
|
877
|
-
}] } });
|
|
760
|
+
}]
|
|
761
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
878
762
|
let IfxDropdownSeparator = class IfxDropdownSeparator {
|
|
879
|
-
z;
|
|
880
|
-
el;
|
|
881
763
|
constructor(c, r, z) {
|
|
882
764
|
this.z = z;
|
|
883
765
|
c.detach();
|
|
884
766
|
this.el = r.nativeElement;
|
|
885
767
|
}
|
|
886
|
-
|
|
887
|
-
|
|
768
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDropdownSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
769
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDropdownSeparator, isStandalone: true, selector: "ifx-dropdown-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
888
770
|
};
|
|
889
771
|
IfxDropdownSeparator = __decorate([
|
|
890
772
|
ProxyCmp({})
|
|
@@ -897,19 +779,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
897
779
|
template: '<ng-content></ng-content>',
|
|
898
780
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
899
781
|
inputs: [],
|
|
900
|
-
standalone: false
|
|
901
782
|
}]
|
|
902
783
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
903
784
|
let IfxDropdownTrigger = class IfxDropdownTrigger {
|
|
904
|
-
z;
|
|
905
|
-
el;
|
|
906
785
|
constructor(c, r, z) {
|
|
907
786
|
this.z = z;
|
|
908
787
|
c.detach();
|
|
909
788
|
this.el = r.nativeElement;
|
|
910
789
|
}
|
|
911
|
-
|
|
912
|
-
|
|
790
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
791
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDropdownTrigger, isStandalone: true, selector: "ifx-dropdown-trigger", inputs: { isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
913
792
|
};
|
|
914
793
|
IfxDropdownTrigger = __decorate([
|
|
915
794
|
ProxyCmp({
|
|
@@ -924,19 +803,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
924
803
|
template: '<ng-content></ng-content>',
|
|
925
804
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
926
805
|
inputs: ['isOpen'],
|
|
927
|
-
standalone: false
|
|
928
806
|
}]
|
|
929
807
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
930
808
|
let IfxDropdownTriggerButton = class IfxDropdownTriggerButton {
|
|
931
|
-
z;
|
|
932
|
-
el;
|
|
933
809
|
constructor(c, r, z) {
|
|
934
810
|
this.z = z;
|
|
935
811
|
c.detach();
|
|
936
812
|
this.el = r.nativeElement;
|
|
937
813
|
}
|
|
938
|
-
|
|
939
|
-
|
|
814
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxDropdownTriggerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
815
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxDropdownTriggerButton, isStandalone: true, selector: "ifx-dropdown-trigger-button", inputs: { disabled: "disabled", hideArrow: "hideArrow", isOpen: "isOpen", size: "size", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
940
816
|
};
|
|
941
817
|
IfxDropdownTriggerButton = __decorate([
|
|
942
818
|
ProxyCmp({
|
|
@@ -951,33 +827,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
951
827
|
template: '<ng-content></ng-content>',
|
|
952
828
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
953
829
|
inputs: ['disabled', 'hideArrow', 'isOpen', 'size', 'theme', 'variant'],
|
|
954
|
-
|
|
830
|
+
}]
|
|
831
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
832
|
+
let IfxFaq = class IfxFaq {
|
|
833
|
+
constructor(c, r, z) {
|
|
834
|
+
this.z = z;
|
|
835
|
+
c.detach();
|
|
836
|
+
this.el = r.nativeElement;
|
|
837
|
+
}
|
|
838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFaq, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
839
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxFaq, isStandalone: true, selector: "ifx-faq", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
840
|
+
};
|
|
841
|
+
IfxFaq = __decorate([
|
|
842
|
+
ProxyCmp({})
|
|
843
|
+
], IfxFaq);
|
|
844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFaq, decorators: [{
|
|
845
|
+
type: Component,
|
|
846
|
+
args: [{
|
|
847
|
+
selector: 'ifx-faq',
|
|
848
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
849
|
+
template: '<ng-content></ng-content>',
|
|
850
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
851
|
+
inputs: [],
|
|
955
852
|
}]
|
|
956
853
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
957
854
|
let IfxFileUpload = class IfxFileUpload {
|
|
958
|
-
z;
|
|
959
|
-
el;
|
|
960
|
-
ifxFileUploadAdd = new EventEmitter();
|
|
961
|
-
ifxFileUploadRemove = new EventEmitter();
|
|
962
|
-
ifxFileUploadChange = new EventEmitter();
|
|
963
|
-
ifxFileUploadError = new EventEmitter();
|
|
964
|
-
ifxFileUploadInvalid = new EventEmitter();
|
|
965
|
-
ifxFileUploadStart = new EventEmitter();
|
|
966
|
-
ifxFileUploadComplete = new EventEmitter();
|
|
967
|
-
ifxFileUploadAllComplete = new EventEmitter();
|
|
968
|
-
ifxFileUploadAbort = new EventEmitter();
|
|
969
|
-
ifxFileUploadDrop = new EventEmitter();
|
|
970
|
-
ifxFileUploadClick = new EventEmitter();
|
|
971
|
-
ifxFileUploadMaxFilesExceeded = new EventEmitter();
|
|
972
|
-
ifxFileUploadValidation = new EventEmitter();
|
|
973
|
-
ifxFileUploadRetry = new EventEmitter();
|
|
974
855
|
constructor(c, r, z) {
|
|
975
856
|
this.z = z;
|
|
976
857
|
c.detach();
|
|
977
858
|
this.el = r.nativeElement;
|
|
859
|
+
proxyOutputs(this, this.el, ['ifxFileUploadAdd', 'ifxFileUploadRemove', 'ifxFileUploadChange', 'ifxFileUploadError', 'ifxFileUploadInvalid', 'ifxFileUploadStart', 'ifxFileUploadComplete', 'ifxFileUploadAllComplete', 'ifxFileUploadAbort', 'ifxFileUploadDrop', 'ifxFileUploadClick', 'ifxFileUploadMaxFilesExceeded', 'ifxFileUploadValidation', 'ifxFileUploadRetry']);
|
|
978
860
|
}
|
|
979
|
-
|
|
980
|
-
|
|
861
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
862
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxFileUpload, isStandalone: true, selector: "ifx-file-upload", inputs: { additionalAllowedFileTypes: "additionalAllowedFileTypes", allowAnyFileType: "allowAnyFileType", allowedFileExtensions: "allowedFileExtensions", allowedFileTypes: "allowedFileTypes", ariaLabelBrowseFiles: "ariaLabelBrowseFiles", ariaLabelCancelUpload: "ariaLabelCancelUpload", ariaLabelDropzone: "ariaLabelDropzone", ariaLabelFileInput: "ariaLabelFileInput", ariaLabelRemoveFile: "ariaLabelRemoveFile", ariaLabelRetryUpload: "ariaLabelRetryUpload", ariaLabelUploadFailedStatus: "ariaLabelUploadFailedStatus", ariaLabelUploadedStatus: "ariaLabelUploadedStatus", ariaLabelUploadingStatus: "ariaLabelUploadingStatus", disabled: "disabled", dragAndDrop: "dragAndDrop", label: "label", labelBrowseFiles: "labelBrowseFiles", labelDragAndDrop: "labelDragAndDrop", labelFilePlural: "labelFilePlural", labelFileSingular: "labelFileSingular", labelFileTooLarge: "labelFileTooLarge", labelMaxFilesExceeded: "labelMaxFilesExceeded", labelMaxFilesInfo: "labelMaxFilesInfo", labelRequiredError: "labelRequiredError", labelSupportedFormatsTemplate: "labelSupportedFormatsTemplate", labelUnsupportedFileType: "labelUnsupportedFileType", labelUploadFailed: "labelUploadFailed", labelUploaded: "labelUploaded", labelUploadedFilesHeading: "labelUploadedFilesHeading", maxFileSizeMB: "maxFileSizeMB", maxFiles: "maxFiles", required: "required", uploadHandler: "uploadHandler" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
981
863
|
};
|
|
982
864
|
IfxFileUpload = __decorate([
|
|
983
865
|
ProxyCmp({
|
|
@@ -993,49 +875,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
993
875
|
template: '<ng-content></ng-content>',
|
|
994
876
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
995
877
|
inputs: ['additionalAllowedFileTypes', 'allowAnyFileType', 'allowedFileExtensions', 'allowedFileTypes', 'ariaLabelBrowseFiles', 'ariaLabelCancelUpload', 'ariaLabelDropzone', 'ariaLabelFileInput', 'ariaLabelRemoveFile', 'ariaLabelRetryUpload', 'ariaLabelUploadFailedStatus', 'ariaLabelUploadedStatus', 'ariaLabelUploadingStatus', 'disabled', 'dragAndDrop', 'label', 'labelBrowseFiles', 'labelDragAndDrop', 'labelFilePlural', 'labelFileSingular', 'labelFileTooLarge', 'labelMaxFilesExceeded', 'labelMaxFilesInfo', 'labelRequiredError', 'labelSupportedFormatsTemplate', 'labelUnsupportedFileType', 'labelUploadFailed', 'labelUploaded', 'labelUploadedFilesHeading', 'maxFileSizeMB', 'maxFiles', 'required', 'uploadHandler'],
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
}]
|
|
999
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxFileUploadAdd: [{
|
|
1000
|
-
type: Output
|
|
1001
|
-
}], ifxFileUploadRemove: [{
|
|
1002
|
-
type: Output
|
|
1003
|
-
}], ifxFileUploadChange: [{
|
|
1004
|
-
type: Output
|
|
1005
|
-
}], ifxFileUploadError: [{
|
|
1006
|
-
type: Output
|
|
1007
|
-
}], ifxFileUploadInvalid: [{
|
|
1008
|
-
type: Output
|
|
1009
|
-
}], ifxFileUploadStart: [{
|
|
1010
|
-
type: Output
|
|
1011
|
-
}], ifxFileUploadComplete: [{
|
|
1012
|
-
type: Output
|
|
1013
|
-
}], ifxFileUploadAllComplete: [{
|
|
1014
|
-
type: Output
|
|
1015
|
-
}], ifxFileUploadAbort: [{
|
|
1016
|
-
type: Output
|
|
1017
|
-
}], ifxFileUploadDrop: [{
|
|
1018
|
-
type: Output
|
|
1019
|
-
}], ifxFileUploadClick: [{
|
|
1020
|
-
type: Output
|
|
1021
|
-
}], ifxFileUploadMaxFilesExceeded: [{
|
|
1022
|
-
type: Output
|
|
1023
|
-
}], ifxFileUploadValidation: [{
|
|
1024
|
-
type: Output
|
|
1025
|
-
}], ifxFileUploadRetry: [{
|
|
1026
|
-
type: Output
|
|
1027
|
-
}] } });
|
|
878
|
+
}]
|
|
879
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1028
880
|
let IfxFilterAccordion = class IfxFilterAccordion {
|
|
1029
|
-
z;
|
|
1030
|
-
el;
|
|
1031
|
-
ifxFilterAccordionChange = new EventEmitter();
|
|
1032
881
|
constructor(c, r, z) {
|
|
1033
882
|
this.z = z;
|
|
1034
883
|
c.detach();
|
|
1035
884
|
this.el = r.nativeElement;
|
|
885
|
+
proxyOutputs(this, this.el, ['ifxFilterAccordionChange']);
|
|
1036
886
|
}
|
|
1037
|
-
|
|
1038
|
-
|
|
887
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFilterAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
888
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxFilterAccordion, isStandalone: true, selector: "ifx-filter-accordion", inputs: { filterGroupName: "filterGroupName", maxVisibleItems: "maxVisibleItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1039
889
|
};
|
|
1040
890
|
IfxFilterAccordion = __decorate([
|
|
1041
891
|
ProxyCmp({
|
|
@@ -1050,23 +900,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1050
900
|
template: '<ng-content></ng-content>',
|
|
1051
901
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1052
902
|
inputs: ['filterGroupName', 'maxVisibleItems'],
|
|
1053
|
-
outputs: ['ifxFilterAccordionChange'],
|
|
1054
|
-
standalone: false
|
|
1055
903
|
}]
|
|
1056
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1057
|
-
type: Output
|
|
1058
|
-
}] } });
|
|
904
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1059
905
|
let IfxFilterBar = class IfxFilterBar {
|
|
1060
|
-
z;
|
|
1061
|
-
el;
|
|
1062
|
-
ifxTopbarFilterChange = new EventEmitter();
|
|
1063
906
|
constructor(c, r, z) {
|
|
1064
907
|
this.z = z;
|
|
1065
908
|
c.detach();
|
|
1066
909
|
this.el = r.nativeElement;
|
|
910
|
+
proxyOutputs(this, this.el, ['ifxTopbarFilterChange']);
|
|
1067
911
|
}
|
|
1068
|
-
|
|
1069
|
-
|
|
912
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFilterBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
913
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxFilterBar, isStandalone: true, selector: "ifx-filter-bar", inputs: { maxShownFilters: "maxShownFilters", showMoreFiltersButton: "showMoreFiltersButton" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1070
914
|
};
|
|
1071
915
|
IfxFilterBar = __decorate([
|
|
1072
916
|
ProxyCmp({
|
|
@@ -1081,23 +925,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1081
925
|
template: '<ng-content></ng-content>',
|
|
1082
926
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1083
927
|
inputs: ['maxShownFilters', 'showMoreFiltersButton'],
|
|
1084
|
-
outputs: ['ifxTopbarFilterChange'],
|
|
1085
|
-
standalone: false
|
|
1086
928
|
}]
|
|
1087
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1088
|
-
type: Output
|
|
1089
|
-
}] } });
|
|
929
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1090
930
|
let IfxFilterSearch = class IfxFilterSearch {
|
|
1091
|
-
z;
|
|
1092
|
-
el;
|
|
1093
|
-
ifxFilterSearchChange = new EventEmitter();
|
|
1094
931
|
constructor(c, r, z) {
|
|
1095
932
|
this.z = z;
|
|
1096
933
|
c.detach();
|
|
1097
934
|
this.el = r.nativeElement;
|
|
935
|
+
proxyOutputs(this, this.el, ['ifxFilterSearchChange']);
|
|
1098
936
|
}
|
|
1099
|
-
|
|
1100
|
-
|
|
937
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFilterSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
938
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxFilterSearch, isStandalone: true, selector: "ifx-filter-search", inputs: { disabled: "disabled", filterKey: "filterKey", filterName: "filterName", filterOrientation: "filterOrientation", filterValue: "filterValue", placeholder: "placeholder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1101
939
|
};
|
|
1102
940
|
IfxFilterSearch = __decorate([
|
|
1103
941
|
ProxyCmp({
|
|
@@ -1112,23 +950,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1112
950
|
template: '<ng-content></ng-content>',
|
|
1113
951
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1114
952
|
inputs: ['disabled', 'filterKey', 'filterName', 'filterOrientation', 'filterValue', 'placeholder'],
|
|
1115
|
-
outputs: ['ifxFilterSearchChange'],
|
|
1116
|
-
standalone: false
|
|
1117
953
|
}]
|
|
1118
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1119
|
-
type: Output
|
|
1120
|
-
}] } });
|
|
954
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1121
955
|
let IfxFilterTypeGroup = class IfxFilterTypeGroup {
|
|
1122
|
-
z;
|
|
1123
|
-
el;
|
|
1124
|
-
ifxSidebarFilterChange = new EventEmitter();
|
|
1125
956
|
constructor(c, r, z) {
|
|
1126
957
|
this.z = z;
|
|
1127
958
|
c.detach();
|
|
1128
959
|
this.el = r.nativeElement;
|
|
960
|
+
proxyOutputs(this, this.el, ['ifxSidebarFilterChange']);
|
|
1129
961
|
}
|
|
1130
|
-
|
|
1131
|
-
|
|
962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFilterTypeGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
963
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxFilterTypeGroup, isStandalone: true, selector: "ifx-filter-type-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1132
964
|
};
|
|
1133
965
|
IfxFilterTypeGroup = __decorate([
|
|
1134
966
|
ProxyCmp({})
|
|
@@ -1141,22 +973,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1141
973
|
template: '<ng-content></ng-content>',
|
|
1142
974
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1143
975
|
inputs: [],
|
|
1144
|
-
outputs: ['ifxSidebarFilterChange'],
|
|
1145
|
-
standalone: false
|
|
1146
976
|
}]
|
|
1147
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1148
|
-
type: Output
|
|
1149
|
-
}] } });
|
|
977
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1150
978
|
let IfxFooter = class IfxFooter {
|
|
1151
|
-
z;
|
|
1152
|
-
el;
|
|
1153
979
|
constructor(c, r, z) {
|
|
1154
980
|
this.z = z;
|
|
1155
981
|
c.detach();
|
|
1156
982
|
this.el = r.nativeElement;
|
|
1157
983
|
}
|
|
1158
|
-
|
|
1159
|
-
|
|
984
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
985
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxFooter, isStandalone: true, selector: "ifx-footer", inputs: { copyrightText: "copyrightText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1160
986
|
};
|
|
1161
987
|
IfxFooter = __decorate([
|
|
1162
988
|
ProxyCmp({
|
|
@@ -1171,19 +997,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1171
997
|
template: '<ng-content></ng-content>',
|
|
1172
998
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1173
999
|
inputs: ['copyrightText'],
|
|
1174
|
-
standalone: false
|
|
1175
1000
|
}]
|
|
1176
1001
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1177
1002
|
let IfxFooterColumn = class IfxFooterColumn {
|
|
1178
|
-
z;
|
|
1179
|
-
el;
|
|
1180
1003
|
constructor(c, r, z) {
|
|
1181
1004
|
this.z = z;
|
|
1182
1005
|
c.detach();
|
|
1183
1006
|
this.el = r.nativeElement;
|
|
1184
1007
|
}
|
|
1185
|
-
|
|
1186
|
-
|
|
1008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxFooterColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1009
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxFooterColumn, isStandalone: true, selector: "ifx-footer-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1187
1010
|
};
|
|
1188
1011
|
IfxFooterColumn = __decorate([
|
|
1189
1012
|
ProxyCmp({})
|
|
@@ -1196,20 +1019,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1196
1019
|
template: '<ng-content></ng-content>',
|
|
1197
1020
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1198
1021
|
inputs: [],
|
|
1199
|
-
standalone: false
|
|
1200
1022
|
}]
|
|
1201
1023
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1202
1024
|
let IfxIcon = class IfxIcon {
|
|
1203
|
-
z;
|
|
1204
|
-
el;
|
|
1205
|
-
consoleError = new EventEmitter();
|
|
1206
1025
|
constructor(c, r, z) {
|
|
1207
1026
|
this.z = z;
|
|
1208
1027
|
c.detach();
|
|
1209
1028
|
this.el = r.nativeElement;
|
|
1029
|
+
proxyOutputs(this, this.el, ['consoleError']);
|
|
1210
1030
|
}
|
|
1211
|
-
|
|
1212
|
-
|
|
1031
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1032
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxIcon, isStandalone: true, selector: "ifx-icon", inputs: { icon: "icon", ifxIcon: "ifxIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1213
1033
|
};
|
|
1214
1034
|
IfxIcon = __decorate([
|
|
1215
1035
|
ProxyCmp({
|
|
@@ -1224,22 +1044,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1224
1044
|
template: '<ng-content></ng-content>',
|
|
1225
1045
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1226
1046
|
inputs: ['icon', 'ifxIcon'],
|
|
1227
|
-
outputs: ['consoleError'],
|
|
1228
|
-
standalone: false
|
|
1229
1047
|
}]
|
|
1230
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1231
|
-
type: Output
|
|
1232
|
-
}] } });
|
|
1048
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1233
1049
|
let IfxIconButton = class IfxIconButton {
|
|
1234
|
-
z;
|
|
1235
|
-
el;
|
|
1236
1050
|
constructor(c, r, z) {
|
|
1237
1051
|
this.z = z;
|
|
1238
1052
|
c.detach();
|
|
1239
1053
|
this.el = r.nativeElement;
|
|
1240
1054
|
}
|
|
1241
|
-
|
|
1242
|
-
|
|
1055
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1056
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxIconButton, isStandalone: true, selector: "ifx-icon-button", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", href: "href", icon: "icon", shape: "shape", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1243
1057
|
};
|
|
1244
1058
|
IfxIconButton = __decorate([
|
|
1245
1059
|
ProxyCmp({
|
|
@@ -1255,19 +1069,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1255
1069
|
template: '<ng-content></ng-content>',
|
|
1256
1070
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1257
1071
|
inputs: ['ariaLabel', 'disabled', 'href', 'icon', 'shape', 'size', 'target', 'variant'],
|
|
1258
|
-
standalone: false
|
|
1259
1072
|
}]
|
|
1260
1073
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1261
1074
|
let IfxIconsPreview = class IfxIconsPreview {
|
|
1262
|
-
z;
|
|
1263
|
-
el;
|
|
1264
1075
|
constructor(c, r, z) {
|
|
1265
1076
|
this.z = z;
|
|
1266
1077
|
c.detach();
|
|
1267
1078
|
this.el = r.nativeElement;
|
|
1268
1079
|
}
|
|
1269
|
-
|
|
1270
|
-
|
|
1080
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxIconsPreview, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1081
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxIconsPreview, isStandalone: true, selector: "ifx-icons-preview", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1271
1082
|
};
|
|
1272
1083
|
IfxIconsPreview = __decorate([
|
|
1273
1084
|
ProxyCmp({})
|
|
@@ -1280,19 +1091,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1280
1091
|
template: '<ng-content></ng-content>',
|
|
1281
1092
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1282
1093
|
inputs: [],
|
|
1283
|
-
standalone: false
|
|
1284
1094
|
}]
|
|
1285
1095
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1286
1096
|
let IfxIndicator = class IfxIndicator {
|
|
1287
|
-
z;
|
|
1288
|
-
el;
|
|
1289
1097
|
constructor(c, r, z) {
|
|
1290
1098
|
this.z = z;
|
|
1291
1099
|
c.detach();
|
|
1292
1100
|
this.el = r.nativeElement;
|
|
1293
1101
|
}
|
|
1294
|
-
|
|
1295
|
-
|
|
1102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1103
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxIndicator, isStandalone: true, selector: "ifx-indicator", inputs: { ariaLabel: "ariaLabel", inverted: "inverted", number: "number", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1296
1104
|
};
|
|
1297
1105
|
IfxIndicator = __decorate([
|
|
1298
1106
|
ProxyCmp({
|
|
@@ -1307,19 +1115,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1307
1115
|
template: '<ng-content></ng-content>',
|
|
1308
1116
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1309
1117
|
inputs: ['ariaLabel', 'inverted', 'number', 'variant'],
|
|
1310
|
-
standalone: false
|
|
1311
1118
|
}]
|
|
1312
1119
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1313
1120
|
let IfxLink = class IfxLink {
|
|
1314
|
-
z;
|
|
1315
|
-
el;
|
|
1316
1121
|
constructor(c, r, z) {
|
|
1317
1122
|
this.z = z;
|
|
1318
1123
|
c.detach();
|
|
1319
1124
|
this.el = r.nativeElement;
|
|
1320
1125
|
}
|
|
1321
|
-
|
|
1322
|
-
|
|
1126
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1127
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxLink, isStandalone: true, selector: "ifx-link", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", download: "download", href: "href", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1323
1128
|
};
|
|
1324
1129
|
IfxLink = __decorate([
|
|
1325
1130
|
ProxyCmp({
|
|
@@ -1334,20 +1139,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1334
1139
|
template: '<ng-content></ng-content>',
|
|
1335
1140
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1336
1141
|
inputs: ['ariaLabel', 'disabled', 'download', 'href', 'size', 'target', 'variant'],
|
|
1337
|
-
standalone: false
|
|
1338
1142
|
}]
|
|
1339
1143
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1340
1144
|
let IfxList = class IfxList {
|
|
1341
|
-
z;
|
|
1342
|
-
el;
|
|
1343
|
-
ifxListUpdate = new EventEmitter();
|
|
1344
1145
|
constructor(c, r, z) {
|
|
1345
1146
|
this.z = z;
|
|
1346
1147
|
c.detach();
|
|
1347
1148
|
this.el = r.nativeElement;
|
|
1149
|
+
proxyOutputs(this, this.el, ['ifxListUpdate']);
|
|
1348
1150
|
}
|
|
1349
|
-
|
|
1350
|
-
|
|
1151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1152
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxList, isStandalone: true, selector: "ifx-list", inputs: { maxVisibleItems: "maxVisibleItems", name: "name", resetTrigger: "resetTrigger", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1351
1153
|
};
|
|
1352
1154
|
IfxList = __decorate([
|
|
1353
1155
|
ProxyCmp({
|
|
@@ -1362,23 +1164,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1362
1164
|
template: '<ng-content></ng-content>',
|
|
1363
1165
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1364
1166
|
inputs: ['maxVisibleItems', 'name', 'resetTrigger', 'type'],
|
|
1365
|
-
outputs: ['ifxListUpdate'],
|
|
1366
|
-
standalone: false
|
|
1367
1167
|
}]
|
|
1368
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1369
|
-
type: Output
|
|
1370
|
-
}] } });
|
|
1168
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1371
1169
|
let IfxListEntry = class IfxListEntry {
|
|
1372
|
-
z;
|
|
1373
|
-
el;
|
|
1374
|
-
ifxListEntryChange = new EventEmitter();
|
|
1375
1170
|
constructor(c, r, z) {
|
|
1376
1171
|
this.z = z;
|
|
1377
1172
|
c.detach();
|
|
1378
1173
|
this.el = r.nativeElement;
|
|
1174
|
+
proxyOutputs(this, this.el, ['ifxListEntryChange']);
|
|
1379
1175
|
}
|
|
1380
|
-
|
|
1381
|
-
|
|
1176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxListEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1177
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxListEntry, isStandalone: true, selector: "ifx-list-entry", inputs: { label: "label", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1382
1178
|
};
|
|
1383
1179
|
IfxListEntry = __decorate([
|
|
1384
1180
|
ProxyCmp({
|
|
@@ -1393,24 +1189,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1393
1189
|
template: '<ng-content></ng-content>',
|
|
1394
1190
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1395
1191
|
inputs: ['label', 'type', 'value'],
|
|
1396
|
-
outputs: ['ifxListEntryChange'],
|
|
1397
|
-
standalone: false
|
|
1398
1192
|
}]
|
|
1399
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1400
|
-
type: Output
|
|
1401
|
-
}] } });
|
|
1193
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1402
1194
|
let IfxModal = class IfxModal {
|
|
1403
|
-
z;
|
|
1404
|
-
el;
|
|
1405
|
-
ifxOpen = new EventEmitter();
|
|
1406
|
-
ifxClose = new EventEmitter();
|
|
1407
1195
|
constructor(c, r, z) {
|
|
1408
1196
|
this.z = z;
|
|
1409
1197
|
c.detach();
|
|
1410
1198
|
this.el = r.nativeElement;
|
|
1199
|
+
proxyOutputs(this, this.el, ['ifxOpen', 'ifxClose']);
|
|
1411
1200
|
}
|
|
1412
|
-
|
|
1413
|
-
|
|
1201
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1202
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxModal, isStandalone: true, selector: "ifx-modal", inputs: { alertIcon: "alertIcon", cancelButtonLabel: "cancelButtonLabel", caption: "caption", captionAriaLabel: "captionAriaLabel", closeButtonAriaLabel: "closeButtonAriaLabel", closeOnOverlayClick: "closeOnOverlayClick", okButtonLabel: "okButtonLabel", opened: "opened", showCloseButton: "showCloseButton", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1414
1203
|
};
|
|
1415
1204
|
IfxModal = __decorate([
|
|
1416
1205
|
ProxyCmp({
|
|
@@ -1425,26 +1214,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1425
1214
|
template: '<ng-content></ng-content>',
|
|
1426
1215
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1427
1216
|
inputs: ['alertIcon', 'cancelButtonLabel', 'caption', 'captionAriaLabel', 'closeButtonAriaLabel', 'closeOnOverlayClick', 'okButtonLabel', 'opened', 'showCloseButton', 'size', 'variant'],
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
}]
|
|
1431
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxOpen: [{
|
|
1432
|
-
type: Output
|
|
1433
|
-
}], ifxClose: [{
|
|
1434
|
-
type: Output
|
|
1435
|
-
}] } });
|
|
1217
|
+
}]
|
|
1218
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1436
1219
|
let IfxMultiselect = class IfxMultiselect {
|
|
1437
|
-
z;
|
|
1438
|
-
el;
|
|
1439
|
-
ifxSelect = new EventEmitter();
|
|
1440
|
-
ifxOpen = new EventEmitter();
|
|
1441
1220
|
constructor(c, r, z) {
|
|
1442
1221
|
this.z = z;
|
|
1443
1222
|
c.detach();
|
|
1444
1223
|
this.el = r.nativeElement;
|
|
1224
|
+
proxyOutputs(this, this.el, ['ifxSelect', 'ifxOpen']);
|
|
1445
1225
|
}
|
|
1446
|
-
|
|
1447
|
-
|
|
1226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxMultiselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1227
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxMultiselect, isStandalone: true, selector: "ifx-multiselect", inputs: { ariaClearLabel: "ariaClearLabel", ariaCollapseAllLabel: "ariaCollapseAllLabel", ariaExpandAllLabel: "ariaExpandAllLabel", ariaMultiSelectDescribedBy: "ariaMultiSelectDescribedBy", ariaMultiSelectLabel: "ariaMultiSelectLabel", ariaMultiSelectLabelledBy: "ariaMultiSelectLabelledBy", ariaSearchLabel: "ariaSearchLabel", ariaSelectAllLabel: "ariaSelectAllLabel", ariaToggleLabel: "ariaToggleLabel", caption: "caption", collapseLabel: "collapseLabel", disabled: "disabled", error: "error", expandLabel: "expandLabel", label: "label", name: "name", noResultsMessage: "noResultsMessage", placeholder: "placeholder", required: "required", searchPlaceholder: "searchPlaceholder", selectAllLabel: "selectAllLabel", showClearButton: "showClearButton", showExpandCollapse: "showExpandCollapse", showNoResultsMessage: "showNoResultsMessage", showSearch: "showSearch", showSelectAll: "showSelectAll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1448
1228
|
};
|
|
1449
1229
|
IfxMultiselect = __decorate([
|
|
1450
1230
|
ProxyCmp({
|
|
@@ -1460,24 +1240,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1460
1240
|
template: '<ng-content></ng-content>',
|
|
1461
1241
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1462
1242
|
inputs: ['ariaClearLabel', 'ariaCollapseAllLabel', 'ariaExpandAllLabel', 'ariaMultiSelectDescribedBy', 'ariaMultiSelectLabel', 'ariaMultiSelectLabelledBy', 'ariaSearchLabel', 'ariaSelectAllLabel', 'ariaToggleLabel', 'caption', 'collapseLabel', 'disabled', 'error', 'expandLabel', 'label', 'name', 'noResultsMessage', 'placeholder', 'required', 'searchPlaceholder', 'selectAllLabel', 'showClearButton', 'showExpandCollapse', 'showNoResultsMessage', 'showSearch', 'showSelectAll'],
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
}]
|
|
1466
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxSelect: [{
|
|
1467
|
-
type: Output
|
|
1468
|
-
}], ifxOpen: [{
|
|
1469
|
-
type: Output
|
|
1470
|
-
}] } });
|
|
1243
|
+
}]
|
|
1244
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1471
1245
|
let IfxMultiselectOption = class IfxMultiselectOption {
|
|
1472
|
-
z;
|
|
1473
|
-
el;
|
|
1474
1246
|
constructor(c, r, z) {
|
|
1475
1247
|
this.z = z;
|
|
1476
1248
|
c.detach();
|
|
1477
1249
|
this.el = r.nativeElement;
|
|
1478
1250
|
}
|
|
1479
|
-
|
|
1480
|
-
|
|
1251
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxMultiselectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1252
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxMultiselectOption, isStandalone: true, selector: "ifx-multiselect-option", inputs: { disabled: "disabled", indeterminate: "indeterminate", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1481
1253
|
};
|
|
1482
1254
|
IfxMultiselectOption = __decorate([
|
|
1483
1255
|
ProxyCmp({
|
|
@@ -1492,20 +1264,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1492
1264
|
template: '<ng-content></ng-content>',
|
|
1493
1265
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1494
1266
|
inputs: ['disabled', 'indeterminate', 'selected', 'value'],
|
|
1495
|
-
standalone: false
|
|
1496
1267
|
}]
|
|
1497
1268
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1498
1269
|
let IfxNavbar = class IfxNavbar {
|
|
1499
|
-
z;
|
|
1500
|
-
el;
|
|
1501
|
-
ifxNavbarMobileMenuIsOpen = new EventEmitter();
|
|
1502
1270
|
constructor(c, r, z) {
|
|
1503
1271
|
this.z = z;
|
|
1504
1272
|
c.detach();
|
|
1505
1273
|
this.el = r.nativeElement;
|
|
1274
|
+
proxyOutputs(this, this.el, ['ifxNavbarMobileMenuIsOpen']);
|
|
1506
1275
|
}
|
|
1507
|
-
|
|
1508
|
-
|
|
1276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1277
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxNavbar, isStandalone: true, selector: "ifx-navbar", inputs: { applicationName: "applicationName", fixed: "fixed", logoHref: "logoHref", logoHrefTarget: "logoHrefTarget", showLogoAndAppname: "showLogoAndAppname" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1509
1278
|
};
|
|
1510
1279
|
IfxNavbar = __decorate([
|
|
1511
1280
|
ProxyCmp({
|
|
@@ -1520,23 +1289,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1520
1289
|
template: '<ng-content></ng-content>',
|
|
1521
1290
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1522
1291
|
inputs: ['applicationName', 'fixed', 'logoHref', 'logoHrefTarget', 'showLogoAndAppname'],
|
|
1523
|
-
outputs: ['ifxNavbarMobileMenuIsOpen'],
|
|
1524
|
-
standalone: false
|
|
1525
1292
|
}]
|
|
1526
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1527
|
-
type: Output
|
|
1528
|
-
}] } });
|
|
1293
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1529
1294
|
let IfxNavbarItem = class IfxNavbarItem {
|
|
1530
|
-
z;
|
|
1531
|
-
el;
|
|
1532
|
-
ifxNavItem = new EventEmitter();
|
|
1533
1295
|
constructor(c, r, z) {
|
|
1534
1296
|
this.z = z;
|
|
1535
1297
|
c.detach();
|
|
1536
1298
|
this.el = r.nativeElement;
|
|
1299
|
+
proxyOutputs(this, this.el, ['ifxNavItem']);
|
|
1537
1300
|
}
|
|
1538
|
-
|
|
1539
|
-
|
|
1301
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxNavbarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1302
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxNavbarItem, isStandalone: true, selector: "ifx-navbar-item", inputs: { dotIndicator: "dotIndicator", hideOnMobile: "hideOnMobile", href: "href", icon: "icon", numberIndicator: "numberIndicator", showLabel: "showLabel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1540
1303
|
};
|
|
1541
1304
|
IfxNavbarItem = __decorate([
|
|
1542
1305
|
ProxyCmp({
|
|
@@ -1552,22 +1315,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1552
1315
|
template: '<ng-content></ng-content>',
|
|
1553
1316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1554
1317
|
inputs: ['dotIndicator', 'hideOnMobile', 'href', 'icon', 'numberIndicator', 'showLabel', 'target'],
|
|
1555
|
-
outputs: ['ifxNavItem'],
|
|
1556
|
-
standalone: false
|
|
1557
1318
|
}]
|
|
1558
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1559
|
-
type: Output
|
|
1560
|
-
}] } });
|
|
1319
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1561
1320
|
let IfxNavbarProfile = class IfxNavbarProfile {
|
|
1562
|
-
z;
|
|
1563
|
-
el;
|
|
1564
1321
|
constructor(c, r, z) {
|
|
1565
1322
|
this.z = z;
|
|
1566
1323
|
c.detach();
|
|
1567
1324
|
this.el = r.nativeElement;
|
|
1568
1325
|
}
|
|
1569
|
-
|
|
1570
|
-
|
|
1326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxNavbarProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1327
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxNavbarProfile, isStandalone: true, selector: "ifx-navbar-profile", inputs: { alt: "alt", href: "href", imageUrl: "imageUrl", showLabel: "showLabel", target: "target", userName: "userName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1571
1328
|
};
|
|
1572
1329
|
IfxNavbarProfile = __decorate([
|
|
1573
1330
|
ProxyCmp({
|
|
@@ -1583,19 +1340,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1583
1340
|
template: '<ng-content></ng-content>',
|
|
1584
1341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1585
1342
|
inputs: ['alt', 'href', 'imageUrl', 'showLabel', 'target', 'userName'],
|
|
1586
|
-
standalone: false
|
|
1587
1343
|
}]
|
|
1588
1344
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1589
1345
|
let IfxNotification = class IfxNotification {
|
|
1590
|
-
z;
|
|
1591
|
-
el;
|
|
1592
1346
|
constructor(c, r, z) {
|
|
1593
1347
|
this.z = z;
|
|
1594
1348
|
c.detach();
|
|
1595
1349
|
this.el = r.nativeElement;
|
|
1596
1350
|
}
|
|
1597
|
-
|
|
1598
|
-
|
|
1351
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1352
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxNotification, isStandalone: true, selector: "ifx-notification", inputs: { icon: "icon", linkHref: "linkHref", linkTarget: "linkTarget", linkText: "linkText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1599
1353
|
};
|
|
1600
1354
|
IfxNotification = __decorate([
|
|
1601
1355
|
ProxyCmp({
|
|
@@ -1610,19 +1364,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1610
1364
|
template: '<ng-content></ng-content>',
|
|
1611
1365
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1612
1366
|
inputs: ['icon', 'linkHref', 'linkTarget', 'linkText', 'variant'],
|
|
1613
|
-
standalone: false
|
|
1614
1367
|
}]
|
|
1615
1368
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1616
1369
|
let IfxOverviewTable = class IfxOverviewTable {
|
|
1617
|
-
z;
|
|
1618
|
-
el;
|
|
1619
1370
|
constructor(c, r, z) {
|
|
1620
1371
|
this.z = z;
|
|
1621
1372
|
c.detach();
|
|
1622
1373
|
this.el = r.nativeElement;
|
|
1623
1374
|
}
|
|
1624
|
-
|
|
1625
|
-
|
|
1375
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxOverviewTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1376
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxOverviewTable, isStandalone: true, selector: "ifx-overview-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1626
1377
|
};
|
|
1627
1378
|
IfxOverviewTable = __decorate([
|
|
1628
1379
|
ProxyCmp({})
|
|
@@ -1635,21 +1386,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1635
1386
|
template: '<ng-content></ng-content>',
|
|
1636
1387
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1637
1388
|
inputs: [],
|
|
1638
|
-
standalone: false
|
|
1639
1389
|
}]
|
|
1640
1390
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1641
1391
|
let IfxPagination = class IfxPagination {
|
|
1642
|
-
z;
|
|
1643
|
-
el;
|
|
1644
|
-
ifxPageChange = new EventEmitter();
|
|
1645
|
-
ifxItemsPerPageChange = new EventEmitter();
|
|
1646
1392
|
constructor(c, r, z) {
|
|
1647
1393
|
this.z = z;
|
|
1648
1394
|
c.detach();
|
|
1649
1395
|
this.el = r.nativeElement;
|
|
1396
|
+
proxyOutputs(this, this.el, ['ifxPageChange', 'ifxItemsPerPageChange']);
|
|
1650
1397
|
}
|
|
1651
|
-
|
|
1652
|
-
|
|
1398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1399
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxPagination, isStandalone: true, selector: "ifx-pagination", inputs: { currentPage: "currentPage", itemsPerPage: "itemsPerPage", showItemsPerPage: "showItemsPerPage", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1653
1400
|
};
|
|
1654
1401
|
IfxPagination = __decorate([
|
|
1655
1402
|
ProxyCmp({
|
|
@@ -1664,24 +1411,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1664
1411
|
template: '<ng-content></ng-content>',
|
|
1665
1412
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1666
1413
|
inputs: ['currentPage', 'itemsPerPage', 'showItemsPerPage', 'total'],
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
}]
|
|
1670
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxPageChange: [{
|
|
1671
|
-
type: Output
|
|
1672
|
-
}], ifxItemsPerPageChange: [{
|
|
1673
|
-
type: Output
|
|
1674
|
-
}] } });
|
|
1414
|
+
}]
|
|
1415
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1675
1416
|
let IfxProgressBar = class IfxProgressBar {
|
|
1676
|
-
z;
|
|
1677
|
-
el;
|
|
1678
1417
|
constructor(c, r, z) {
|
|
1679
1418
|
this.z = z;
|
|
1680
1419
|
c.detach();
|
|
1681
1420
|
this.el = r.nativeElement;
|
|
1682
1421
|
}
|
|
1683
|
-
|
|
1684
|
-
|
|
1422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1423
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxProgressBar, isStandalone: true, selector: "ifx-progress-bar", inputs: { showLabel: "showLabel", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1685
1424
|
};
|
|
1686
1425
|
IfxProgressBar = __decorate([
|
|
1687
1426
|
ProxyCmp({
|
|
@@ -1696,21 +1435,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1696
1435
|
template: '<ng-content></ng-content>',
|
|
1697
1436
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1698
1437
|
inputs: ['showLabel', 'size', 'value'],
|
|
1699
|
-
standalone: false
|
|
1700
1438
|
}]
|
|
1701
1439
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1702
1440
|
let IfxRadioButton = class IfxRadioButton {
|
|
1703
|
-
z;
|
|
1704
|
-
el;
|
|
1705
|
-
ifxChange = new EventEmitter();
|
|
1706
|
-
ifxError = new EventEmitter();
|
|
1707
1441
|
constructor(c, r, z) {
|
|
1708
1442
|
this.z = z;
|
|
1709
1443
|
c.detach();
|
|
1710
1444
|
this.el = r.nativeElement;
|
|
1445
|
+
proxyOutputs(this, this.el, ['ifxChange', 'ifxError']);
|
|
1711
1446
|
}
|
|
1712
|
-
|
|
1713
|
-
|
|
1447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1448
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxRadioButton, isStandalone: true, selector: "ifx-radio-button", inputs: { checked: "checked", disabled: "disabled", error: "error", name: "name", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1714
1449
|
};
|
|
1715
1450
|
IfxRadioButton = __decorate([
|
|
1716
1451
|
ProxyCmp({
|
|
@@ -1726,24 +1461,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1726
1461
|
template: '<ng-content></ng-content>',
|
|
1727
1462
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1728
1463
|
inputs: ['checked', 'disabled', 'error', 'name', 'size', 'value'],
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
}]
|
|
1732
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxChange: [{
|
|
1733
|
-
type: Output
|
|
1734
|
-
}], ifxError: [{
|
|
1735
|
-
type: Output
|
|
1736
|
-
}] } });
|
|
1464
|
+
}]
|
|
1465
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1737
1466
|
let IfxRadioButtonGroup = class IfxRadioButtonGroup {
|
|
1738
|
-
z;
|
|
1739
|
-
el;
|
|
1740
1467
|
constructor(c, r, z) {
|
|
1741
1468
|
this.z = z;
|
|
1742
1469
|
c.detach();
|
|
1743
1470
|
this.el = r.nativeElement;
|
|
1744
1471
|
}
|
|
1745
|
-
|
|
1746
|
-
|
|
1472
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxRadioButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1473
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxRadioButtonGroup, isStandalone: true, selector: "ifx-radio-button-group", inputs: { alignment: "alignment", captionText: "captionText", groupLabelText: "groupLabelText", required: "required", showCaption: "showCaption", showCaptionIcon: "showCaptionIcon", showGroupLabel: "showGroupLabel", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1747
1474
|
};
|
|
1748
1475
|
IfxRadioButtonGroup = __decorate([
|
|
1749
1476
|
ProxyCmp({
|
|
@@ -1759,21 +1486,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1759
1486
|
template: '<ng-content></ng-content>',
|
|
1760
1487
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1761
1488
|
inputs: ['alignment', 'captionText', 'groupLabelText', 'required', 'showCaption', 'showCaptionIcon', 'showGroupLabel', 'size'],
|
|
1762
|
-
standalone: false
|
|
1763
1489
|
}]
|
|
1764
1490
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1765
1491
|
let IfxSearchBar = class IfxSearchBar {
|
|
1766
|
-
z;
|
|
1767
|
-
el;
|
|
1768
|
-
ifxInput = new EventEmitter();
|
|
1769
|
-
ifxOpen = new EventEmitter();
|
|
1770
1492
|
constructor(c, r, z) {
|
|
1771
1493
|
this.z = z;
|
|
1772
1494
|
c.detach();
|
|
1773
1495
|
this.el = r.nativeElement;
|
|
1496
|
+
proxyOutputs(this, this.el, ['ifxInput', 'ifxOpen']);
|
|
1774
1497
|
}
|
|
1775
|
-
|
|
1776
|
-
|
|
1498
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSearchBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1499
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSearchBar, isStandalone: true, selector: "ifx-search-bar", inputs: { autocomplete: "autocomplete", disabled: "disabled", isOpen: "isOpen", maxlength: "maxlength", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1777
1500
|
};
|
|
1778
1501
|
IfxSearchBar = __decorate([
|
|
1779
1502
|
ProxyCmp({
|
|
@@ -1789,29 +1512,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1789
1512
|
template: '<ng-content></ng-content>',
|
|
1790
1513
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1791
1514
|
inputs: ['autocomplete', 'disabled', 'isOpen', 'maxlength', 'value'],
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
}]
|
|
1795
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxInput: [{
|
|
1796
|
-
type: Output
|
|
1797
|
-
}], ifxOpen: [{
|
|
1798
|
-
type: Output
|
|
1799
|
-
}] } });
|
|
1515
|
+
}]
|
|
1516
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1800
1517
|
let IfxSearchField = class IfxSearchField {
|
|
1801
|
-
z;
|
|
1802
|
-
el;
|
|
1803
|
-
ifxInput = new EventEmitter();
|
|
1804
|
-
ifxSuggestionRequested = new EventEmitter();
|
|
1805
|
-
ifxSuggestionSelected = new EventEmitter();
|
|
1806
|
-
ifxFocus = new EventEmitter();
|
|
1807
|
-
ifxBlur = new EventEmitter();
|
|
1808
1518
|
constructor(c, r, z) {
|
|
1809
1519
|
this.z = z;
|
|
1810
1520
|
c.detach();
|
|
1811
1521
|
this.el = r.nativeElement;
|
|
1522
|
+
proxyOutputs(this, this.el, ['ifxInput', 'ifxSuggestionRequested', 'ifxSuggestionSelected', 'ifxFocus', 'ifxBlur']);
|
|
1812
1523
|
}
|
|
1813
|
-
|
|
1814
|
-
|
|
1524
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1525
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSearchField, isStandalone: true, selector: "ifx-search-field", inputs: { ariaDescribedBy: "ariaDescribedBy", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", autocomplete: "autocomplete", deleteIconAriaLabel: "deleteIconAriaLabel", disabled: "disabled", dropdownAriaLabel: "dropdownAriaLabel", enableHistory: "enableHistory", historyDeleteAriaLabel: "historyDeleteAriaLabel", historyHeaderText: "historyHeaderText", historyItemAriaLabel: "historyItemAriaLabel", historyKey: "historyKey", maxHistoryItems: "maxHistoryItems", maxSuggestions: "maxSuggestions", maxlength: "maxlength", placeholder: "placeholder", showDeleteIcon: "showDeleteIcon", showSuggestions: "showSuggestions", size: "size", suggestionAriaLabel: "suggestionAriaLabel", suggestions: "suggestions", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1815
1526
|
};
|
|
1816
1527
|
IfxSearchField = __decorate([
|
|
1817
1528
|
ProxyCmp({
|
|
@@ -1826,31 +1537,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1826
1537
|
template: '<ng-content></ng-content>',
|
|
1827
1538
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1828
1539
|
inputs: ['ariaDescribedBy', 'ariaLabel', 'ariaLabelledBy', 'autocomplete', 'deleteIconAriaLabel', 'disabled', 'dropdownAriaLabel', 'enableHistory', 'historyDeleteAriaLabel', 'historyHeaderText', 'historyItemAriaLabel', 'historyKey', 'maxHistoryItems', 'maxSuggestions', 'maxlength', 'placeholder', 'showDeleteIcon', 'showSuggestions', 'size', 'suggestionAriaLabel', 'suggestions', 'value'],
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
}]
|
|
1832
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxInput: [{
|
|
1833
|
-
type: Output
|
|
1834
|
-
}], ifxSuggestionRequested: [{
|
|
1835
|
-
type: Output
|
|
1836
|
-
}], ifxSuggestionSelected: [{
|
|
1837
|
-
type: Output
|
|
1838
|
-
}], ifxFocus: [{
|
|
1839
|
-
type: Output
|
|
1840
|
-
}], ifxBlur: [{
|
|
1841
|
-
type: Output
|
|
1842
|
-
}] } });
|
|
1540
|
+
}]
|
|
1541
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1843
1542
|
let IfxSegment = class IfxSegment {
|
|
1844
|
-
z;
|
|
1845
|
-
el;
|
|
1846
|
-
segmentSelect = new EventEmitter();
|
|
1847
1543
|
constructor(c, r, z) {
|
|
1848
1544
|
this.z = z;
|
|
1849
1545
|
c.detach();
|
|
1850
1546
|
this.el = r.nativeElement;
|
|
1547
|
+
proxyOutputs(this, this.el, ['segmentSelect']);
|
|
1851
1548
|
}
|
|
1852
|
-
|
|
1853
|
-
|
|
1549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1550
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSegment, isStandalone: true, selector: "ifx-segment", inputs: { icon: "icon", segmentIndex: "segmentIndex", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1854
1551
|
};
|
|
1855
1552
|
IfxSegment = __decorate([
|
|
1856
1553
|
ProxyCmp({
|
|
@@ -1864,24 +1561,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1864
1561
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1865
1562
|
template: '<ng-content></ng-content>',
|
|
1866
1563
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1867
|
-
inputs: ['icon', 'segmentIndex', 'selected',
|
|
1868
|
-
outputs: ['segmentSelect'],
|
|
1869
|
-
standalone: false
|
|
1564
|
+
inputs: ['icon', 'segmentIndex', 'selected', 'value'],
|
|
1870
1565
|
}]
|
|
1871
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1872
|
-
type: Output
|
|
1873
|
-
}] } });
|
|
1566
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1874
1567
|
let IfxSegmentedControl = class IfxSegmentedControl {
|
|
1875
|
-
z;
|
|
1876
|
-
el;
|
|
1877
|
-
ifxChange = new EventEmitter();
|
|
1878
1568
|
constructor(c, r, z) {
|
|
1879
1569
|
this.z = z;
|
|
1880
1570
|
c.detach();
|
|
1881
1571
|
this.el = r.nativeElement;
|
|
1572
|
+
proxyOutputs(this, this.el, ['ifxChange']);
|
|
1882
1573
|
}
|
|
1883
|
-
|
|
1884
|
-
|
|
1574
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1575
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSegmentedControl, isStandalone: true, selector: "ifx-segmented-control", inputs: { caption: "caption", error: "error", label: "label", required: "required", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1885
1576
|
};
|
|
1886
1577
|
IfxSegmentedControl = __decorate([
|
|
1887
1578
|
ProxyCmp({
|
|
@@ -1896,24 +1587,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1896
1587
|
template: '<ng-content></ng-content>',
|
|
1897
1588
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1898
1589
|
inputs: ['caption', 'error', 'label', 'required', 'size'],
|
|
1899
|
-
outputs: ['ifxChange'],
|
|
1900
|
-
standalone: false
|
|
1901
1590
|
}]
|
|
1902
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1903
|
-
type: Output
|
|
1904
|
-
}] } });
|
|
1591
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1905
1592
|
let IfxSelect = class IfxSelect {
|
|
1906
|
-
z;
|
|
1907
|
-
el;
|
|
1908
|
-
ifxSelect = new EventEmitter();
|
|
1909
|
-
ifxInput = new EventEmitter();
|
|
1910
1593
|
constructor(c, r, z) {
|
|
1911
1594
|
this.z = z;
|
|
1912
1595
|
c.detach();
|
|
1913
1596
|
this.el = r.nativeElement;
|
|
1597
|
+
proxyOutputs(this, this.el, ['ifxSelect', 'ifxInput']);
|
|
1914
1598
|
}
|
|
1915
|
-
|
|
1916
|
-
|
|
1599
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1600
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSelect, isStandalone: true, selector: "ifx-select", inputs: { addItemFilter: "addItemFilter", addItemText: "addItemText", addItems: "addItems", appendValue: "appendValue", callbackOnCreateTemplates: "callbackOnCreateTemplates", callbackOnInit: "callbackOnInit", caption: "caption", choices: "choices", classNames: "classNames", customAddItemText: "customAddItemText", delimiter: "delimiter", disabled: "disabled", duplicateItemsAllowed: "duplicateItemsAllowed", editItems: "editItems", error: "error", fuseOptions: "fuseOptions", itemSelectText: "itemSelectText", items: "items", label: "label", loadingText: "loadingText", maxItemCount: "maxItemCount", maxItemText: "maxItemText", name: "name", noChoicesText: "noChoicesText", noResultsText: "noResultsText", options: "options", paste: "paste", placeholder: "placeholder", placeholderValue: "placeholderValue", position: "position", prependValue: "prependValue", removeItemButton: "removeItemButton", removeItems: "removeItems", renderChoiceLimit: "renderChoiceLimit", renderSelectedChoices: "renderSelectedChoices", required: "required", resetScrollPosition: "resetScrollPosition", searchChoices: "searchChoices", searchFields: "searchFields", searchFloor: "searchFloor", searchPlaceholderValue: "searchPlaceholderValue", searchResultLimit: "searchResultLimit", shouldSort: "shouldSort", shouldSortItems: "shouldSortItems", showClearButton: "showClearButton", showSearch: "showSearch", size: "size", sorter: "sorter", uniqueItemText: "uniqueItemText", value: "value", valueComparer: "valueComparer" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1917
1601
|
};
|
|
1918
1602
|
IfxSelect = __decorate([
|
|
1919
1603
|
ProxyCmp({
|
|
@@ -1929,25 +1613,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1929
1613
|
template: '<ng-content></ng-content>',
|
|
1930
1614
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1931
1615
|
inputs: ['addItemFilter', 'addItemText', 'addItems', 'appendValue', 'callbackOnCreateTemplates', 'callbackOnInit', 'caption', 'choices', 'classNames', 'customAddItemText', 'delimiter', 'disabled', 'duplicateItemsAllowed', 'editItems', 'error', 'fuseOptions', 'itemSelectText', 'items', 'label', 'loadingText', 'maxItemCount', 'maxItemText', 'name', 'noChoicesText', 'noResultsText', 'options', 'paste', 'placeholder', 'placeholderValue', 'position', 'prependValue', 'removeItemButton', 'removeItems', 'renderChoiceLimit', 'renderSelectedChoices', 'required', 'resetScrollPosition', 'searchChoices', 'searchFields', 'searchFloor', 'searchPlaceholderValue', 'searchResultLimit', 'shouldSort', 'shouldSortItems', 'showClearButton', 'showSearch', 'size', 'sorter', 'uniqueItemText', 'value', 'valueComparer'],
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
}]
|
|
1935
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxSelect: [{
|
|
1936
|
-
type: Output
|
|
1937
|
-
}], ifxInput: [{
|
|
1938
|
-
type: Output
|
|
1939
|
-
}] } });
|
|
1616
|
+
}]
|
|
1617
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1940
1618
|
let IfxSetFilter = class IfxSetFilter {
|
|
1941
|
-
z;
|
|
1942
|
-
el;
|
|
1943
|
-
ifxFilterSelect = new EventEmitter();
|
|
1944
1619
|
constructor(c, r, z) {
|
|
1945
1620
|
this.z = z;
|
|
1946
1621
|
c.detach();
|
|
1947
1622
|
this.el = r.nativeElement;
|
|
1623
|
+
proxyOutputs(this, this.el, ['ifxFilterSelect']);
|
|
1948
1624
|
}
|
|
1949
|
-
|
|
1950
|
-
|
|
1625
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSetFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1626
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSetFilter, isStandalone: true, selector: "ifx-set-filter", inputs: { filterLabel: "filterLabel", filterName: "filterName", options: "options", placeholder: "placeholder", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1951
1627
|
};
|
|
1952
1628
|
IfxSetFilter = __decorate([
|
|
1953
1629
|
ProxyCmp({
|
|
@@ -1962,23 +1638,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1962
1638
|
template: '<ng-content></ng-content>',
|
|
1963
1639
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1964
1640
|
inputs: ['filterLabel', 'filterName', 'options', 'placeholder', 'type'],
|
|
1965
|
-
outputs: ['ifxFilterSelect'],
|
|
1966
|
-
standalone: false
|
|
1967
1641
|
}]
|
|
1968
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1969
|
-
type: Output
|
|
1970
|
-
}] } });
|
|
1642
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1971
1643
|
let IfxSidebar = class IfxSidebar {
|
|
1972
|
-
z;
|
|
1973
|
-
el;
|
|
1974
|
-
ifxSidebarCollapseChange = new EventEmitter();
|
|
1975
1644
|
constructor(c, r, z) {
|
|
1976
1645
|
this.z = z;
|
|
1977
1646
|
c.detach();
|
|
1978
1647
|
this.el = r.nativeElement;
|
|
1648
|
+
proxyOutputs(this, this.el, ['ifxSidebarCollapseChange']);
|
|
1979
1649
|
}
|
|
1980
|
-
|
|
1981
|
-
|
|
1650
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1651
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSidebar, isStandalone: true, selector: "ifx-sidebar", inputs: { applicationName: "applicationName", collapsed: "collapsed", collapsible: "collapsible", copyrightText: "copyrightText", hideMenuLabel: "hideMenuLabel", imprint: "imprint", initialCollapse: "initialCollapse", privacyPolicy: "privacyPolicy", showFooter: "showFooter", showHeader: "showHeader", target: "target", termsOfUse: "termsOfUse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1982
1652
|
};
|
|
1983
1653
|
IfxSidebar = __decorate([
|
|
1984
1654
|
ProxyCmp({
|
|
@@ -1994,25 +1664,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1994
1664
|
template: '<ng-content></ng-content>',
|
|
1995
1665
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1996
1666
|
inputs: ['applicationName', 'collapsed', 'collapsible', 'copyrightText', 'hideMenuLabel', 'imprint', 'initialCollapse', 'privacyPolicy', 'showFooter', 'showHeader', 'target', 'termsOfUse'],
|
|
1997
|
-
outputs: ['ifxSidebarCollapseChange'],
|
|
1998
|
-
standalone: false
|
|
1999
1667
|
}]
|
|
2000
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2001
|
-
type: Output
|
|
2002
|
-
}] } });
|
|
1668
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2003
1669
|
let IfxSidebarItem = class IfxSidebarItem {
|
|
2004
|
-
z;
|
|
2005
|
-
el;
|
|
2006
|
-
ifxSidebarMenu = new EventEmitter();
|
|
2007
|
-
ifxSidebarNavigationItem = new EventEmitter();
|
|
2008
|
-
ifxSidebarActionItem = new EventEmitter();
|
|
2009
1670
|
constructor(c, r, z) {
|
|
2010
1671
|
this.z = z;
|
|
2011
1672
|
c.detach();
|
|
2012
1673
|
this.el = r.nativeElement;
|
|
1674
|
+
proxyOutputs(this, this.el, ['ifxSidebarMenu', 'ifxSidebarNavigationItem', 'ifxSidebarActionItem']);
|
|
2013
1675
|
}
|
|
2014
|
-
|
|
2015
|
-
|
|
1676
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSidebarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1677
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSidebarItem, isStandalone: true, selector: "ifx-sidebar-item", inputs: { active: "active", handleItemClick: "handleItemClick", href: "href", icon: "icon", isActionItem: "isActionItem", numberIndicator: "numberIndicator", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2016
1678
|
};
|
|
2017
1679
|
IfxSidebarItem = __decorate([
|
|
2018
1680
|
ProxyCmp({
|
|
@@ -2028,26 +1690,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2028
1690
|
template: '<ng-content></ng-content>',
|
|
2029
1691
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2030
1692
|
inputs: ['active', 'handleItemClick', 'href', 'icon', 'isActionItem', 'numberIndicator', 'target'],
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
}]
|
|
2034
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxSidebarMenu: [{
|
|
2035
|
-
type: Output
|
|
2036
|
-
}], ifxSidebarNavigationItem: [{
|
|
2037
|
-
type: Output
|
|
2038
|
-
}], ifxSidebarActionItem: [{
|
|
2039
|
-
type: Output
|
|
2040
|
-
}] } });
|
|
1693
|
+
}]
|
|
1694
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2041
1695
|
let IfxSidebarTitle = class IfxSidebarTitle {
|
|
2042
|
-
z;
|
|
2043
|
-
el;
|
|
2044
1696
|
constructor(c, r, z) {
|
|
2045
1697
|
this.z = z;
|
|
2046
1698
|
c.detach();
|
|
2047
1699
|
this.el = r.nativeElement;
|
|
2048
1700
|
}
|
|
2049
|
-
|
|
2050
|
-
|
|
1701
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSidebarTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1702
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSidebarTitle, isStandalone: true, selector: "ifx-sidebar-title", inputs: { showInCollapsed: "showInCollapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2051
1703
|
};
|
|
2052
1704
|
IfxSidebarTitle = __decorate([
|
|
2053
1705
|
ProxyCmp({
|
|
@@ -2062,20 +1714,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2062
1714
|
template: '<ng-content></ng-content>',
|
|
2063
1715
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2064
1716
|
inputs: ['showInCollapsed'],
|
|
2065
|
-
standalone: false
|
|
2066
1717
|
}]
|
|
2067
1718
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2068
1719
|
let IfxSlider = class IfxSlider {
|
|
2069
|
-
z;
|
|
2070
|
-
el;
|
|
2071
|
-
ifxChange = new EventEmitter();
|
|
2072
1720
|
constructor(c, r, z) {
|
|
2073
1721
|
this.z = z;
|
|
2074
1722
|
c.detach();
|
|
2075
1723
|
this.el = r.nativeElement;
|
|
1724
|
+
proxyOutputs(this, this.el, ['ifxChange']);
|
|
2076
1725
|
}
|
|
2077
|
-
|
|
2078
|
-
|
|
1726
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1727
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSlider, isStandalone: true, selector: "ifx-slider", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", leftIcon: "leftIcon", leftText: "leftText", max: "max", maxValueHandle: "maxValueHandle", min: "min", minValueHandle: "minValueHandle", rightIcon: "rightIcon", rightText: "rightText", showPercentage: "showPercentage", step: "step", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2079
1728
|
};
|
|
2080
1729
|
IfxSlider = __decorate([
|
|
2081
1730
|
ProxyCmp({
|
|
@@ -2090,22 +1739,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2090
1739
|
template: '<ng-content></ng-content>',
|
|
2091
1740
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2092
1741
|
inputs: ['ariaLabel', 'disabled', 'leftIcon', 'leftText', 'max', 'maxValueHandle', 'min', 'minValueHandle', 'rightIcon', 'rightText', 'showPercentage', 'step', 'type', 'value'],
|
|
2093
|
-
outputs: ['ifxChange'],
|
|
2094
|
-
standalone: false
|
|
2095
1742
|
}]
|
|
2096
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2097
|
-
type: Output
|
|
2098
|
-
}] } });
|
|
1743
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2099
1744
|
let IfxSpinner = class IfxSpinner {
|
|
2100
|
-
z;
|
|
2101
|
-
el;
|
|
2102
1745
|
constructor(c, r, z) {
|
|
2103
1746
|
this.z = z;
|
|
2104
1747
|
c.detach();
|
|
2105
1748
|
this.el = r.nativeElement;
|
|
2106
1749
|
}
|
|
2107
|
-
|
|
2108
|
-
|
|
1750
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1751
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSpinner, isStandalone: true, selector: "ifx-spinner", inputs: { ariaLabel: "ariaLabel", inverted: "inverted", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2109
1752
|
};
|
|
2110
1753
|
IfxSpinner = __decorate([
|
|
2111
1754
|
ProxyCmp({
|
|
@@ -2120,19 +1763,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2120
1763
|
template: '<ng-content></ng-content>',
|
|
2121
1764
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2122
1765
|
inputs: ['ariaLabel', 'inverted', 'size', 'variant'],
|
|
2123
|
-
standalone: false
|
|
2124
1766
|
}]
|
|
2125
1767
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2126
1768
|
let IfxStatus = class IfxStatus {
|
|
2127
|
-
z;
|
|
2128
|
-
el;
|
|
2129
1769
|
constructor(c, r, z) {
|
|
2130
1770
|
this.z = z;
|
|
2131
1771
|
c.detach();
|
|
2132
1772
|
this.el = r.nativeElement;
|
|
2133
1773
|
}
|
|
2134
|
-
|
|
2135
|
-
|
|
1774
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1775
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxStatus, isStandalone: true, selector: "ifx-status", inputs: { border: "border", color: "color", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2136
1776
|
};
|
|
2137
1777
|
IfxStatus = __decorate([
|
|
2138
1778
|
ProxyCmp({
|
|
@@ -2147,19 +1787,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2147
1787
|
template: '<ng-content></ng-content>',
|
|
2148
1788
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2149
1789
|
inputs: ['border', 'color', 'label'],
|
|
2150
|
-
standalone: false
|
|
2151
1790
|
}]
|
|
2152
1791
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2153
1792
|
let IfxStep = class IfxStep {
|
|
2154
|
-
z;
|
|
2155
|
-
el;
|
|
2156
1793
|
constructor(c, r, z) {
|
|
2157
1794
|
this.z = z;
|
|
2158
1795
|
c.detach();
|
|
2159
1796
|
this.el = r.nativeElement;
|
|
2160
1797
|
}
|
|
2161
|
-
|
|
2162
|
-
|
|
1798
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1799
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxStep, isStandalone: true, selector: "ifx-step", inputs: { complete: "complete", disabled: "disabled", error: "error", lastStep: "lastStep", stepId: "stepId", stepperState: "stepperState" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2163
1800
|
};
|
|
2164
1801
|
IfxStep = __decorate([
|
|
2165
1802
|
ProxyCmp({
|
|
@@ -2174,20 +1811,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2174
1811
|
template: '<ng-content></ng-content>',
|
|
2175
1812
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2176
1813
|
inputs: ['complete', 'disabled', 'error', 'lastStep', 'stepId', 'stepperState'],
|
|
2177
|
-
standalone: false
|
|
2178
1814
|
}]
|
|
2179
1815
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2180
1816
|
let IfxStepper = class IfxStepper {
|
|
2181
|
-
z;
|
|
2182
|
-
el;
|
|
2183
|
-
ifxChange = new EventEmitter();
|
|
2184
1817
|
constructor(c, r, z) {
|
|
2185
1818
|
this.z = z;
|
|
2186
1819
|
c.detach();
|
|
2187
1820
|
this.el = r.nativeElement;
|
|
1821
|
+
proxyOutputs(this, this.el, ['ifxChange']);
|
|
2188
1822
|
}
|
|
2189
|
-
|
|
2190
|
-
|
|
1823
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1824
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxStepper, isStandalone: true, selector: "ifx-stepper", inputs: { activeStep: "activeStep", ariaCurrent: "ariaCurrent", ariaLabel: "ariaLabel", indicatorPosition: "indicatorPosition", showStepNumber: "showStepNumber", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2191
1825
|
};
|
|
2192
1826
|
IfxStepper = __decorate([
|
|
2193
1827
|
ProxyCmp({
|
|
@@ -2202,23 +1836,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2202
1836
|
template: '<ng-content></ng-content>',
|
|
2203
1837
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2204
1838
|
inputs: ['activeStep', 'ariaCurrent', 'ariaLabel', 'indicatorPosition', 'showStepNumber', 'variant'],
|
|
2205
|
-
outputs: ['ifxChange'],
|
|
2206
|
-
standalone: false
|
|
2207
1839
|
}]
|
|
2208
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2209
|
-
type: Output
|
|
2210
|
-
}] } });
|
|
1840
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2211
1841
|
let IfxSwitch = class IfxSwitch {
|
|
2212
|
-
z;
|
|
2213
|
-
el;
|
|
2214
|
-
ifxChange = new EventEmitter();
|
|
2215
1842
|
constructor(c, r, z) {
|
|
2216
1843
|
this.z = z;
|
|
2217
1844
|
c.detach();
|
|
2218
1845
|
this.el = r.nativeElement;
|
|
1846
|
+
proxyOutputs(this, this.el, ['ifxChange']);
|
|
2219
1847
|
}
|
|
2220
|
-
|
|
2221
|
-
|
|
1848
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1849
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxSwitch, isStandalone: true, selector: "ifx-switch", inputs: { checked: "checked", disabled: "disabled", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2222
1850
|
};
|
|
2223
1851
|
IfxSwitch = __decorate([
|
|
2224
1852
|
ProxyCmp({
|
|
@@ -2234,23 +1862,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2234
1862
|
template: '<ng-content></ng-content>',
|
|
2235
1863
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2236
1864
|
inputs: ['checked', 'disabled', 'name', 'value'],
|
|
2237
|
-
outputs: ['ifxChange'],
|
|
2238
|
-
standalone: false
|
|
2239
1865
|
}]
|
|
2240
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2241
|
-
type: Output
|
|
2242
|
-
}] } });
|
|
1866
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2243
1867
|
let IfxTab = class IfxTab {
|
|
2244
|
-
z;
|
|
2245
|
-
el;
|
|
2246
|
-
tabHeaderChange = new EventEmitter();
|
|
2247
1868
|
constructor(c, r, z) {
|
|
2248
1869
|
this.z = z;
|
|
2249
1870
|
c.detach();
|
|
2250
1871
|
this.el = r.nativeElement;
|
|
1872
|
+
proxyOutputs(this, this.el, ['tabHeaderChange']);
|
|
2251
1873
|
}
|
|
2252
|
-
|
|
2253
|
-
|
|
1874
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1875
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTab, isStandalone: true, selector: "ifx-tab", inputs: { disabled: "disabled", header: "header", icon: "icon", iconPosition: "iconPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2254
1876
|
};
|
|
2255
1877
|
IfxTab = __decorate([
|
|
2256
1878
|
ProxyCmp({
|
|
@@ -2265,22 +1887,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2265
1887
|
template: '<ng-content></ng-content>',
|
|
2266
1888
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2267
1889
|
inputs: ['disabled', 'header', 'icon', 'iconPosition'],
|
|
2268
|
-
outputs: ['tabHeaderChange'],
|
|
2269
|
-
standalone: false
|
|
2270
1890
|
}]
|
|
2271
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2272
|
-
type: Output
|
|
2273
|
-
}] } });
|
|
1891
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2274
1892
|
let IfxTable = class IfxTable {
|
|
2275
|
-
z;
|
|
2276
|
-
el;
|
|
2277
1893
|
constructor(c, r, z) {
|
|
2278
1894
|
this.z = z;
|
|
2279
1895
|
c.detach();
|
|
2280
1896
|
this.el = r.nativeElement;
|
|
2281
1897
|
}
|
|
2282
|
-
|
|
2283
|
-
|
|
1898
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1899
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTable, isStandalone: true, selector: "ifx-table", inputs: { buttonRendererOptions: "buttonRendererOptions", cols: "cols", filterOrientation: "filterOrientation", headline: "headline", iconButtonRendererOptions: "iconButtonRendererOptions", pagination: "pagination", paginationItemsPerPage: "paginationItemsPerPage", rowHeight: "rowHeight", rows: "rows", serverPageChangeHandler: "serverPageChangeHandler", serverSidePagination: "serverSidePagination", showLoading: "showLoading", tableHeight: "tableHeight", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2284
1900
|
};
|
|
2285
1901
|
IfxTable = __decorate([
|
|
2286
1902
|
ProxyCmp({
|
|
@@ -2296,20 +1912,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2296
1912
|
template: '<ng-content></ng-content>',
|
|
2297
1913
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2298
1914
|
inputs: ['buttonRendererOptions', 'cols', 'filterOrientation', 'headline', 'iconButtonRendererOptions', 'pagination', 'paginationItemsPerPage', 'rowHeight', 'rows', 'serverPageChangeHandler', 'serverSidePagination', 'showLoading', 'tableHeight', 'variant'],
|
|
2299
|
-
standalone: false
|
|
2300
1915
|
}]
|
|
2301
1916
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2302
1917
|
let IfxTabs = class IfxTabs {
|
|
2303
|
-
z;
|
|
2304
|
-
el;
|
|
2305
|
-
ifxChange = new EventEmitter();
|
|
2306
1918
|
constructor(c, r, z) {
|
|
2307
1919
|
this.z = z;
|
|
2308
1920
|
c.detach();
|
|
2309
1921
|
this.el = r.nativeElement;
|
|
1922
|
+
proxyOutputs(this, this.el, ['ifxChange']);
|
|
2310
1923
|
}
|
|
2311
|
-
|
|
2312
|
-
|
|
1924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1925
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTabs, isStandalone: true, selector: "ifx-tabs", inputs: { activeTabIndex: "activeTabIndex", fullWidth: "fullWidth", orientation: "orientation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2313
1926
|
};
|
|
2314
1927
|
IfxTabs = __decorate([
|
|
2315
1928
|
ProxyCmp({
|
|
@@ -2324,24 +1937,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2324
1937
|
template: '<ng-content></ng-content>',
|
|
2325
1938
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2326
1939
|
inputs: ['activeTabIndex', 'fullWidth', 'orientation'],
|
|
2327
|
-
outputs: ['ifxChange'],
|
|
2328
|
-
standalone: false
|
|
2329
1940
|
}]
|
|
2330
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2331
|
-
type: Output
|
|
2332
|
-
}] } });
|
|
1941
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2333
1942
|
let IfxTemplate = class IfxTemplate {
|
|
2334
|
-
z;
|
|
2335
|
-
el;
|
|
2336
|
-
toggleTemplates = new EventEmitter();
|
|
2337
|
-
fieldError = new EventEmitter();
|
|
2338
1943
|
constructor(c, r, z) {
|
|
2339
1944
|
this.z = z;
|
|
2340
1945
|
c.detach();
|
|
2341
1946
|
this.el = r.nativeElement;
|
|
1947
|
+
proxyOutputs(this, this.el, ['toggleTemplates', 'fieldError']);
|
|
2342
1948
|
}
|
|
2343
|
-
|
|
2344
|
-
|
|
1949
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1950
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTemplate, isStandalone: true, selector: "ifx-template", inputs: { name: "name", thumbnail: "thumbnail" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2345
1951
|
};
|
|
2346
1952
|
IfxTemplate = __decorate([
|
|
2347
1953
|
ProxyCmp({
|
|
@@ -2357,24 +1963,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2357
1963
|
template: '<ng-content></ng-content>',
|
|
2358
1964
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2359
1965
|
inputs: ['name', 'thumbnail'],
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
}]
|
|
2363
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggleTemplates: [{
|
|
2364
|
-
type: Output
|
|
2365
|
-
}], fieldError: [{
|
|
2366
|
-
type: Output
|
|
2367
|
-
}] } });
|
|
1966
|
+
}]
|
|
1967
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2368
1968
|
let IfxTemplatesUi = class IfxTemplatesUi {
|
|
2369
|
-
z;
|
|
2370
|
-
el;
|
|
2371
1969
|
constructor(c, r, z) {
|
|
2372
1970
|
this.z = z;
|
|
2373
1971
|
c.detach();
|
|
2374
1972
|
this.el = r.nativeElement;
|
|
2375
1973
|
}
|
|
2376
|
-
|
|
2377
|
-
|
|
1974
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTemplatesUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1975
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTemplatesUi, isStandalone: true, selector: "ifx-templates-ui", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2378
1976
|
};
|
|
2379
1977
|
IfxTemplatesUi = __decorate([
|
|
2380
1978
|
ProxyCmp({})
|
|
@@ -2387,20 +1985,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2387
1985
|
template: '<ng-content></ng-content>',
|
|
2388
1986
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2389
1987
|
inputs: [],
|
|
2390
|
-
standalone: false
|
|
2391
1988
|
}]
|
|
2392
1989
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2393
1990
|
let IfxTextField = class IfxTextField {
|
|
2394
|
-
z;
|
|
2395
|
-
el;
|
|
2396
|
-
ifxInput = new EventEmitter();
|
|
2397
1991
|
constructor(c, r, z) {
|
|
2398
1992
|
this.z = z;
|
|
2399
1993
|
c.detach();
|
|
2400
1994
|
this.el = r.nativeElement;
|
|
1995
|
+
proxyOutputs(this, this.el, ['ifxInput']);
|
|
2401
1996
|
}
|
|
2402
|
-
|
|
2403
|
-
|
|
1997
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1998
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTextField, isStandalone: true, selector: "ifx-text-field", inputs: { autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", icon: "icon", internalId: "internalId", label: "label", maxlength: "maxlength", placeholder: "placeholder", readOnly: "readOnly", required: "required", showDeleteIcon: "showDeleteIcon", size: "size", success: "success", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2404
1999
|
};
|
|
2405
2000
|
IfxTextField = __decorate([
|
|
2406
2001
|
ProxyCmp({
|
|
@@ -2416,23 +2011,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2416
2011
|
template: '<ng-content></ng-content>',
|
|
2417
2012
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2418
2013
|
inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
|
|
2419
|
-
outputs: ['ifxInput'],
|
|
2420
|
-
standalone: false
|
|
2421
2014
|
}]
|
|
2422
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2423
|
-
type: Output
|
|
2424
|
-
}] } });
|
|
2015
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2425
2016
|
let IfxTextarea = class IfxTextarea {
|
|
2426
|
-
z;
|
|
2427
|
-
el;
|
|
2428
|
-
ifxInput = new EventEmitter();
|
|
2429
2017
|
constructor(c, r, z) {
|
|
2430
2018
|
this.z = z;
|
|
2431
2019
|
c.detach();
|
|
2432
2020
|
this.el = r.nativeElement;
|
|
2021
|
+
proxyOutputs(this, this.el, ['ifxInput']);
|
|
2433
2022
|
}
|
|
2434
|
-
|
|
2435
|
-
|
|
2023
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2024
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTextarea, isStandalone: true, selector: "ifx-textarea", inputs: { caption: "caption", cols: "cols", disabled: "disabled", error: "error", fullWidth: "fullWidth", label: "label", maxlength: "maxlength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", resize: "resize", rows: "rows", value: "value", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2436
2025
|
};
|
|
2437
2026
|
IfxTextarea = __decorate([
|
|
2438
2027
|
ProxyCmp({
|
|
@@ -2448,22 +2037,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2448
2037
|
template: '<ng-content></ng-content>',
|
|
2449
2038
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2450
2039
|
inputs: ['caption', 'cols', 'disabled', 'error', 'fullWidth', 'label', 'maxlength', 'name', 'placeholder', 'readOnly', 'required', 'resize', 'rows', 'value', 'wrap'],
|
|
2451
|
-
outputs: ['ifxInput'],
|
|
2452
|
-
standalone: false
|
|
2453
2040
|
}]
|
|
2454
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2455
|
-
type: Output
|
|
2456
|
-
}] } });
|
|
2041
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2457
2042
|
let IfxTooltip = class IfxTooltip {
|
|
2458
|
-
z;
|
|
2459
|
-
el;
|
|
2460
2043
|
constructor(c, r, z) {
|
|
2461
2044
|
this.z = z;
|
|
2462
2045
|
c.detach();
|
|
2463
2046
|
this.el = r.nativeElement;
|
|
2464
2047
|
}
|
|
2465
|
-
|
|
2466
|
-
|
|
2048
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2049
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTooltip, isStandalone: true, selector: "ifx-tooltip", inputs: { ariaLabel: "ariaLabel", header: "header", icon: "icon", position: "position", text: "text", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2467
2050
|
};
|
|
2468
2051
|
IfxTooltip = __decorate([
|
|
2469
2052
|
ProxyCmp({
|
|
@@ -2478,21 +2061,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2478
2061
|
template: '<ng-content></ng-content>',
|
|
2479
2062
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2480
2063
|
inputs: ['ariaLabel', 'header', 'icon', 'position', 'text', 'variant'],
|
|
2481
|
-
standalone: false
|
|
2482
2064
|
}]
|
|
2483
2065
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2484
2066
|
let IfxTreeView = class IfxTreeView {
|
|
2485
|
-
z;
|
|
2486
|
-
el;
|
|
2487
|
-
ifxTreeViewExpandAllChange = new EventEmitter();
|
|
2488
|
-
ifxTreeViewDisableAllChange = new EventEmitter();
|
|
2489
2067
|
constructor(c, r, z) {
|
|
2490
2068
|
this.z = z;
|
|
2491
2069
|
c.detach();
|
|
2492
2070
|
this.el = r.nativeElement;
|
|
2071
|
+
proxyOutputs(this, this.el, ['ifxTreeViewExpandAllChange', 'ifxTreeViewDisableAllChange']);
|
|
2493
2072
|
}
|
|
2494
|
-
|
|
2495
|
-
|
|
2073
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2074
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTreeView, isStandalone: true, selector: "ifx-tree-view", inputs: { ariaLabel: "ariaLabel", disableAllItems: "disableAllItems", expandAllItems: "expandAllItems", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2496
2075
|
};
|
|
2497
2076
|
IfxTreeView = __decorate([
|
|
2498
2077
|
ProxyCmp({
|
|
@@ -2507,27 +2086,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2507
2086
|
template: '<ng-content></ng-content>',
|
|
2508
2087
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2509
2088
|
inputs: ['ariaLabel', 'disableAllItems', 'expandAllItems', 'label'],
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
}]
|
|
2513
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxTreeViewExpandAllChange: [{
|
|
2514
|
-
type: Output
|
|
2515
|
-
}], ifxTreeViewDisableAllChange: [{
|
|
2516
|
-
type: Output
|
|
2517
|
-
}] } });
|
|
2089
|
+
}]
|
|
2090
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2518
2091
|
let IfxTreeViewItem = class IfxTreeViewItem {
|
|
2519
|
-
z;
|
|
2520
|
-
el;
|
|
2521
|
-
ifxTreeViewItemExpandChange = new EventEmitter();
|
|
2522
|
-
ifxTreeViewItemCheckChange = new EventEmitter();
|
|
2523
|
-
ifxTreeViewItemDisableChange = new EventEmitter();
|
|
2524
2092
|
constructor(c, r, z) {
|
|
2525
2093
|
this.z = z;
|
|
2526
2094
|
c.detach();
|
|
2527
2095
|
this.el = r.nativeElement;
|
|
2096
|
+
proxyOutputs(this, this.el, ['ifxTreeViewItemExpandChange', 'ifxTreeViewItemCheckChange', 'ifxTreeViewItemDisableChange']);
|
|
2528
2097
|
}
|
|
2529
|
-
|
|
2530
|
-
|
|
2098
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: IfxTreeViewItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2099
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: IfxTreeViewItem, isStandalone: true, selector: "ifx-tree-view-item", inputs: { ariaLabel: "ariaLabel", disableItem: "disableItem", expanded: "expanded", initiallyExpanded: "initiallyExpanded", initiallySelected: "initiallySelected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2531
2100
|
};
|
|
2532
2101
|
IfxTreeViewItem = __decorate([
|
|
2533
2102
|
ProxyCmp({
|
|
@@ -2542,16 +2111,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2542
2111
|
template: '<ng-content></ng-content>',
|
|
2543
2112
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2544
2113
|
inputs: ['ariaLabel', 'disableItem', 'expanded', 'initiallyExpanded', 'initiallySelected', 'value'],
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
}]
|
|
2548
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxTreeViewItemExpandChange: [{
|
|
2549
|
-
type: Output
|
|
2550
|
-
}], ifxTreeViewItemCheckChange: [{
|
|
2551
|
-
type: Output
|
|
2552
|
-
}], ifxTreeViewItemDisableChange: [{
|
|
2553
|
-
type: Output
|
|
2554
|
-
}] } });
|
|
2114
|
+
}]
|
|
2115
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2555
2116
|
|
|
2556
2117
|
const DIRECTIVES = [
|
|
2557
2118
|
IfxAccordion,
|
|
@@ -2585,6 +2146,7 @@ const DIRECTIVES = [
|
|
|
2585
2146
|
IfxDropdownSeparator,
|
|
2586
2147
|
IfxDropdownTrigger,
|
|
2587
2148
|
IfxDropdownTriggerButton,
|
|
2149
|
+
IfxFaq,
|
|
2588
2150
|
IfxFileUpload,
|
|
2589
2151
|
IfxFilterAccordion,
|
|
2590
2152
|
IfxFilterBar,
|
|
@@ -2638,36 +2200,13 @@ const DIRECTIVES = [
|
|
|
2638
2200
|
IfxTreeViewItem
|
|
2639
2201
|
];
|
|
2640
2202
|
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
ngModule: InfineonDesignSystemModule,
|
|
2645
|
-
providers: [
|
|
2646
|
-
{
|
|
2647
|
-
provide: APP_INITIALIZER,
|
|
2648
|
-
useFactory: () => defineCustomElements,
|
|
2649
|
-
multi: true,
|
|
2650
|
-
deps: [DOCUMENT, NgZone],
|
|
2651
|
-
},
|
|
2652
|
-
],
|
|
2653
|
-
};
|
|
2654
|
-
}
|
|
2655
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: InfineonDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2656
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: InfineonDesignSystemModule, declarations: [IfxAccordion, IfxAccordionItem, IfxActionList, IfxActionListItem, 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, IfxFileUpload, IfxFilterAccordion, IfxFilterBar, IfxFilterSearch, IfxFilterTypeGroup, IfxFooter, IfxFooterColumn, IfxIcon, IfxIconButton, IfxIconsPreview, IfxIndicator, IfxLink, IfxList, IfxListEntry, IfxModal, IfxMultiselect, IfxMultiselectOption, IfxNavbar, IfxNavbarItem, IfxNavbarProfile, IfxNotification, IfxOverviewTable, IfxPagination, 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], imports: [CommonModule], exports: [IfxAccordion, IfxAccordionItem, IfxActionList, IfxActionListItem, 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, IfxFileUpload, IfxFilterAccordion, IfxFilterBar, IfxFilterSearch, IfxFilterTypeGroup, IfxFooter, IfxFooterColumn, IfxIcon, IfxIconButton, IfxIconsPreview, IfxIndicator, IfxLink, IfxList, IfxListEntry, IfxModal, IfxMultiselect, IfxMultiselectOption, IfxNavbar, IfxNavbarItem, IfxNavbarProfile, IfxNotification, IfxOverviewTable, IfxPagination, 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] });
|
|
2657
|
-
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: InfineonDesignSystemModule, imports: [CommonModule] });
|
|
2658
|
-
}
|
|
2659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: InfineonDesignSystemModule, decorators: [{
|
|
2660
|
-
type: NgModule,
|
|
2661
|
-
args: [{
|
|
2662
|
-
declarations: [...DIRECTIVES],
|
|
2663
|
-
exports: [...DIRECTIVES],
|
|
2664
|
-
imports: [CommonModule]
|
|
2665
|
-
}]
|
|
2666
|
-
}] });
|
|
2203
|
+
/*
|
|
2204
|
+
* Public API Surface of component-library
|
|
2205
|
+
*/
|
|
2667
2206
|
|
|
2668
2207
|
/**
|
|
2669
2208
|
* Generated bundle index. Do not edit.
|
|
2670
2209
|
*/
|
|
2671
2210
|
|
|
2672
|
-
export { DIRECTIVES, IfxAccordion, IfxAccordionItem, IfxActionList, IfxActionListItem, 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, IfxFileUpload, IfxFilterAccordion, IfxFilterBar, IfxFilterSearch, IfxFilterTypeGroup, IfxFooter, IfxFooterColumn, IfxIcon, IfxIconButton, IfxIconsPreview, IfxIndicator, IfxLink, IfxList, IfxListEntry, IfxModal, IfxMultiselect, IfxMultiselectOption, IfxNavbar, IfxNavbarItem, IfxNavbarProfile, IfxNotification, IfxOverviewTable, IfxPagination, 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
|
|
2211
|
+
export { ComponentLibraryModule, DIRECTIVES, IfxAccordion, IfxAccordionItem, IfxActionList, IfxActionListItem, 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, 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 };
|
|
2673
2212
|
//# sourceMappingURL=infineon-infineon-design-system-angular.mjs.map
|