@infineon/infineon-design-system-angular 39.41.0 → 39.41.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,10 +118,10 @@ class ValueAccessor {
118
118
  setDisabledState(isDisabled) {
119
119
  this.el.nativeElement.disabled = isDisabled;
120
120
  }
121
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
122
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: ValueAccessor, isStandalone: true, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
121
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
122
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: ValueAccessor, isStandalone: true, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
123
123
  }
124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ValueAccessor, decorators: [{
124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ValueAccessor, decorators: [{
125
125
  type: Directive,
126
126
  args: [{}]
127
127
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
@@ -136,8 +136,8 @@ class BooleanValueAccessor extends ValueAccessor {
136
136
  writeValue(value) {
137
137
  this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
138
138
  }
139
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
140
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: BooleanValueAccessor, isStandalone: true, selector: "ifx-switch, ifx-checkbox", host: { listeners: { "ifxChange": "handleChangeEvent($event.target?.[\"checked\"])" } }, providers: [
139
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
140
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: BooleanValueAccessor, isStandalone: true, selector: "ifx-switch, ifx-checkbox", host: { listeners: { "ifxChange": "handleChangeEvent($event.target?.[\"checked\"])" } }, providers: [
141
141
  {
142
142
  provide: NG_VALUE_ACCESSOR,
143
143
  useExisting: forwardRef((() => BooleanValueAccessor)),
@@ -145,7 +145,7 @@ class BooleanValueAccessor extends ValueAccessor {
145
145
  }
146
146
  ], usesInheritance: true, ngImport: i0 });
147
147
  }
148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: BooleanValueAccessor, decorators: [{
148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: BooleanValueAccessor, decorators: [{
149
149
  type: Directive,
150
150
  args: [{
151
151
  /* tslint:disable-next-line:directive-selector */
@@ -167,8 +167,8 @@ class TextValueAccessor extends ValueAccessor {
167
167
  constructor(el) {
168
168
  super(el);
169
169
  }
170
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
171
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TextValueAccessor, isStandalone: true, selector: "ifx-search-field, ifx-search-bar, ifx-text-field, ifx-textarea", host: { listeners: { "ifxInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
170
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
171
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: TextValueAccessor, isStandalone: true, selector: "ifx-search-field, ifx-search-bar, ifx-text-field, ifx-textarea", host: { listeners: { "ifxInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
172
172
  {
173
173
  provide: NG_VALUE_ACCESSOR,
174
174
  useExisting: forwardRef((() => TextValueAccessor)),
@@ -176,7 +176,7 @@ class TextValueAccessor extends ValueAccessor {
176
176
  }
177
177
  ], usesInheritance: true, ngImport: i0 });
178
178
  }
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextValueAccessor, decorators: [{
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: TextValueAccessor, decorators: [{
180
180
  type: Directive,
181
181
  args: [{
182
182
  /* tslint:disable-next-line:directive-selector */
@@ -213,8 +213,8 @@ class IfxModalValueAccessor extends ValueAccessor {
213
213
  writeValue(value) {
214
214
  this.el.nativeElement.opened = this.lastValue = value == null ? false : value;
215
215
  }
216
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxModalValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
217
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: IfxModalValueAccessor, isStandalone: true, selector: "ifx-modal[ngModel],ifx-modal[formControl],ifx-modal[formControlName]", host: { listeners: { "ifxOpenedChange": "handleChangeEvent($event.target?.[\"opened\"])" } }, providers: [
216
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxModalValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
217
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: IfxModalValueAccessor, isStandalone: true, selector: "ifx-modal[ngModel],ifx-modal[formControl],ifx-modal[formControlName]", host: { listeners: { "ifxOpenedChange": "handleChangeEvent($event.target?.[\"opened\"])" } }, providers: [
218
218
  {
219
219
  provide: NG_VALUE_ACCESSOR,
220
220
  useExisting: forwardRef((() => IfxModalValueAccessor)),
@@ -222,7 +222,7 @@ class IfxModalValueAccessor extends ValueAccessor {
222
222
  }
223
223
  ], usesInheritance: true, ngImport: i0 });
224
224
  }
225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxModalValueAccessor, decorators: [{
225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxModalValueAccessor, decorators: [{
226
226
  type: Directive,
227
227
  args: [{
228
228
  /* tslint:disable-next-line:directive-selector */
@@ -307,8 +307,8 @@ let IfxAccordion = class IfxAccordion {
307
307
  c.detach();
308
308
  this.el = r.nativeElement;
309
309
  }
310
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
311
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxAccordion, isStandalone: true, selector: "ifx-accordion", inputs: { autoCollapse: "autoCollapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
310
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
311
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxAccordion, isStandalone: true, selector: "ifx-accordion", inputs: { autoCollapse: "autoCollapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
312
312
  };
313
313
  IfxAccordion = __decorate([
314
314
  ProxyCmp({
@@ -316,7 +316,7 @@ IfxAccordion = __decorate([
316
316
  inputs: ['autoCollapse']
317
317
  })
318
318
  ], IfxAccordion);
319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxAccordion, decorators: [{
319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxAccordion, decorators: [{
320
320
  type: Component,
321
321
  args: [{
322
322
  selector: 'ifx-accordion',
@@ -336,8 +336,8 @@ let IfxAccordionItem = class IfxAccordionItem {
336
336
  c.detach();
337
337
  this.el = r.nativeElement;
338
338
  }
339
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
340
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxAccordionItem, isStandalone: true, selector: "ifx-accordion-item", inputs: { ariaLevelNumber: "ariaLevelNumber", caption: "caption", icon: "icon", open: "open" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
339
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
340
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxAccordionItem, isStandalone: true, selector: "ifx-accordion-item", inputs: { ariaLevelNumber: "ariaLevelNumber", caption: "caption", icon: "icon", open: "open" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
341
341
  };
342
342
  IfxAccordionItem = __decorate([
343
343
  ProxyCmp({
@@ -345,7 +345,7 @@ IfxAccordionItem = __decorate([
345
345
  inputs: ['ariaLevelNumber', 'caption', 'icon', 'open']
346
346
  })
347
347
  ], IfxAccordionItem);
348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxAccordionItem, decorators: [{
348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxAccordionItem, decorators: [{
349
349
  type: Component,
350
350
  args: [{
351
351
  selector: 'ifx-accordion-item',
@@ -368,8 +368,8 @@ let IfxActionList = class IfxActionList {
368
368
  c.detach();
369
369
  this.el = r.nativeElement;
370
370
  }
371
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxActionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
372
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxActionList, isStandalone: true, selector: "ifx-action-list", inputs: { listAriaLabel: "listAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
371
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxActionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
372
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxActionList, isStandalone: true, selector: "ifx-action-list", inputs: { listAriaLabel: "listAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
373
373
  };
374
374
  IfxActionList = __decorate([
375
375
  ProxyCmp({
@@ -377,7 +377,7 @@ IfxActionList = __decorate([
377
377
  inputs: ['listAriaLabel']
378
378
  })
379
379
  ], IfxActionList);
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxActionList, decorators: [{
380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxActionList, decorators: [{
381
381
  type: Component,
382
382
  args: [{
383
383
  selector: 'ifx-action-list',
@@ -396,8 +396,8 @@ let IfxActionListItem = class IfxActionListItem {
396
396
  c.detach();
397
397
  this.el = r.nativeElement;
398
398
  }
399
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
400
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxActionListItem, isStandalone: true, selector: "ifx-action-list-item", inputs: { description: "description", disabled: "disabled", href: "href", itemAriaLabel: "itemAriaLabel", itemTitle: "itemTitle", target: "target", value: "value" }, outputs: { ifxActionListItemClick: "ifxActionListItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
399
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
400
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxActionListItem, isStandalone: true, selector: "ifx-action-list-item", inputs: { description: "description", disabled: "disabled", href: "href", itemAriaLabel: "itemAriaLabel", itemTitle: "itemTitle", target: "target", value: "value" }, outputs: { ifxActionListItemClick: "ifxActionListItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
401
401
  };
402
402
  IfxActionListItem = __decorate([
403
403
  ProxyCmp({
@@ -405,7 +405,7 @@ IfxActionListItem = __decorate([
405
405
  inputs: ['description', 'disabled', 'href', 'itemAriaLabel', 'itemTitle', 'target', 'value']
406
406
  })
407
407
  ], IfxActionListItem);
408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxActionListItem, decorators: [{
408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxActionListItem, decorators: [{
409
409
  type: Component,
410
410
  args: [{
411
411
  selector: 'ifx-action-list-item',
@@ -426,8 +426,8 @@ let IfxAiLabel = class IfxAiLabel {
426
426
  c.detach();
427
427
  this.el = r.nativeElement;
428
428
  }
429
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxAiLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
430
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxAiLabel, isStandalone: true, selector: "ifx-ai-label", inputs: { divider: "divider", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
429
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxAiLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
430
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxAiLabel, isStandalone: true, selector: "ifx-ai-label", inputs: { divider: "divider", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
431
431
  };
432
432
  IfxAiLabel = __decorate([
433
433
  ProxyCmp({
@@ -435,7 +435,7 @@ IfxAiLabel = __decorate([
435
435
  inputs: ['divider', 'variant']
436
436
  })
437
437
  ], IfxAiLabel);
438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxAiLabel, decorators: [{
438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxAiLabel, decorators: [{
439
439
  type: Component,
440
440
  args: [{
441
441
  selector: 'ifx-ai-label',
@@ -454,8 +454,8 @@ let IfxAlert = class IfxAlert {
454
454
  c.detach();
455
455
  this.el = r.nativeElement;
456
456
  }
457
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
458
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxAlert, isStandalone: true, selector: "ifx-alert", inputs: { AriaLiveText: "AriaLiveText", closable: "closable", icon: "icon", variant: "variant" }, outputs: { ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
457
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
458
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxAlert, isStandalone: true, selector: "ifx-alert", inputs: { AriaLiveText: "AriaLiveText", closable: "closable", icon: "icon", variant: "variant" }, outputs: { ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
459
459
  };
460
460
  IfxAlert = __decorate([
461
461
  ProxyCmp({
@@ -463,7 +463,7 @@ IfxAlert = __decorate([
463
463
  inputs: ['AriaLiveText', 'closable', 'icon', 'variant']
464
464
  })
465
465
  ], IfxAlert);
466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxAlert, decorators: [{
466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxAlert, decorators: [{
467
467
  type: Component,
468
468
  args: [{
469
469
  selector: 'ifx-alert',
@@ -484,8 +484,8 @@ let IfxBasicTable = class IfxBasicTable {
484
484
  c.detach();
485
485
  this.el = r.nativeElement;
486
486
  }
487
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxBasicTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
488
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
487
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxBasicTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
488
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
489
489
  };
490
490
  IfxBasicTable = __decorate([
491
491
  ProxyCmp({
@@ -493,7 +493,7 @@ IfxBasicTable = __decorate([
493
493
  inputs: ['cols', 'rowHeight', 'rows', 'tableHeight', 'variant']
494
494
  })
495
495
  ], IfxBasicTable);
496
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxBasicTable, decorators: [{
496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxBasicTable, decorators: [{
497
497
  type: Component,
498
498
  args: [{
499
499
  selector: 'ifx-basic-table',
@@ -511,15 +511,15 @@ let IfxBreadcrumb = class IfxBreadcrumb {
511
511
  c.detach();
512
512
  this.el = r.nativeElement;
513
513
  }
514
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
515
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxBreadcrumb, isStandalone: true, selector: "ifx-breadcrumb", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
514
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
515
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxBreadcrumb, isStandalone: true, selector: "ifx-breadcrumb", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
516
516
  };
517
517
  IfxBreadcrumb = __decorate([
518
518
  ProxyCmp({
519
519
  defineCustomElementFn: defineCustomElement$8
520
520
  })
521
521
  ], IfxBreadcrumb);
522
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxBreadcrumb, decorators: [{
522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxBreadcrumb, decorators: [{
523
523
  type: Component,
524
524
  args: [{
525
525
  selector: 'ifx-breadcrumb',
@@ -537,15 +537,15 @@ let IfxBreadcrumbItem = class IfxBreadcrumbItem {
537
537
  c.detach();
538
538
  this.el = r.nativeElement;
539
539
  }
540
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
541
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxBreadcrumbItem, isStandalone: true, selector: "ifx-breadcrumb-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
540
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
541
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxBreadcrumbItem, isStandalone: true, selector: "ifx-breadcrumb-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
542
542
  };
543
543
  IfxBreadcrumbItem = __decorate([
544
544
  ProxyCmp({
545
545
  defineCustomElementFn: defineCustomElement$9
546
546
  })
547
547
  ], IfxBreadcrumbItem);
548
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxBreadcrumbItem, decorators: [{
548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxBreadcrumbItem, decorators: [{
549
549
  type: Component,
550
550
  args: [{
551
551
  selector: 'ifx-breadcrumb-item',
@@ -564,8 +564,8 @@ let IfxBreadcrumbItemLabel = class IfxBreadcrumbItemLabel {
564
564
  c.detach();
565
565
  this.el = r.nativeElement;
566
566
  }
567
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxBreadcrumbItemLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
568
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxBreadcrumbItemLabel, isStandalone: true, selector: "ifx-breadcrumb-item-label", inputs: { href: "href", icon: "icon", target: "target" }, outputs: { breadcrumbMenuIconWrapper: "breadcrumbMenuIconWrapper" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
567
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxBreadcrumbItemLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
568
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxBreadcrumbItemLabel, isStandalone: true, selector: "ifx-breadcrumb-item-label", inputs: { href: "href", icon: "icon", target: "target" }, outputs: { breadcrumbMenuIconWrapper: "breadcrumbMenuIconWrapper" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
569
569
  };
570
570
  IfxBreadcrumbItemLabel = __decorate([
571
571
  ProxyCmp({
@@ -573,7 +573,7 @@ IfxBreadcrumbItemLabel = __decorate([
573
573
  inputs: ['href', 'icon', 'target']
574
574
  })
575
575
  ], IfxBreadcrumbItemLabel);
576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxBreadcrumbItemLabel, decorators: [{
576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxBreadcrumbItemLabel, decorators: [{
577
577
  type: Component,
578
578
  args: [{
579
579
  selector: 'ifx-breadcrumb-item-label',
@@ -594,8 +594,8 @@ let IfxButton = class IfxButton {
594
594
  c.detach();
595
595
  this.el = r.nativeElement;
596
596
  }
597
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
598
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxButton, isStandalone: true, selector: "ifx-button", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", fullWidth: "fullWidth", href: "href", size: "size", target: "target", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
597
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
598
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxButton, isStandalone: true, selector: "ifx-button", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", fullWidth: "fullWidth", href: "href", size: "size", target: "target", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
599
599
  };
600
600
  IfxButton = __decorate([
601
601
  ProxyCmp({
@@ -604,7 +604,7 @@ IfxButton = __decorate([
604
604
  methods: ['setFocus']
605
605
  })
606
606
  ], IfxButton);
607
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxButton, decorators: [{
607
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxButton, decorators: [{
608
608
  type: Component,
609
609
  args: [{
610
610
  selector: 'ifx-button',
@@ -622,8 +622,8 @@ let IfxCard = class IfxCard {
622
622
  c.detach();
623
623
  this.el = r.nativeElement;
624
624
  }
625
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
626
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxCard, isStandalone: true, selector: "ifx-card", inputs: { actionsPlacement: "actionsPlacement", ariaLabelText: "ariaLabelText", direction: "direction", fullWidth: "fullWidth", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
625
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
626
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxCard, isStandalone: true, selector: "ifx-card", inputs: { actionsPlacement: "actionsPlacement", ariaLabelText: "ariaLabelText", direction: "direction", fullWidth: "fullWidth", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
627
627
  };
628
628
  IfxCard = __decorate([
629
629
  ProxyCmp({
@@ -631,7 +631,7 @@ IfxCard = __decorate([
631
631
  inputs: ['actionsPlacement', 'ariaLabelText', 'direction', 'fullWidth', 'href', 'target']
632
632
  })
633
633
  ], IfxCard);
634
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCard, decorators: [{
634
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCard, decorators: [{
635
635
  type: Component,
636
636
  args: [{
637
637
  selector: 'ifx-card',
@@ -649,15 +649,15 @@ let IfxCardHeadline = class IfxCardHeadline {
649
649
  c.detach();
650
650
  this.el = r.nativeElement;
651
651
  }
652
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
653
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxCardHeadline, isStandalone: true, selector: "ifx-card-headline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
652
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
653
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxCardHeadline, isStandalone: true, selector: "ifx-card-headline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
654
654
  };
655
655
  IfxCardHeadline = __decorate([
656
656
  ProxyCmp({
657
657
  defineCustomElementFn: defineCustomElement$d
658
658
  })
659
659
  ], IfxCardHeadline);
660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardHeadline, decorators: [{
660
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardHeadline, decorators: [{
661
661
  type: Component,
662
662
  args: [{
663
663
  selector: 'ifx-card-headline',
@@ -676,8 +676,8 @@ let IfxCardImage = class IfxCardImage {
676
676
  c.detach();
677
677
  this.el = r.nativeElement;
678
678
  }
679
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
680
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxCardImage, isStandalone: true, selector: "ifx-card-image", inputs: { alt: "alt", objectFit: "objectFit", position: "position", src: "src" }, outputs: { imgPosition: "imgPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
679
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
680
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxCardImage, isStandalone: true, selector: "ifx-card-image", inputs: { alt: "alt", objectFit: "objectFit", position: "position", src: "src" }, outputs: { imgPosition: "imgPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
681
681
  };
682
682
  IfxCardImage = __decorate([
683
683
  ProxyCmp({
@@ -685,7 +685,7 @@ IfxCardImage = __decorate([
685
685
  inputs: ['alt', 'objectFit', 'position', 'src']
686
686
  })
687
687
  ], IfxCardImage);
688
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardImage, decorators: [{
688
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardImage, decorators: [{
689
689
  type: Component,
690
690
  args: [{
691
691
  selector: 'ifx-card-image',
@@ -706,15 +706,15 @@ let IfxCardLinks = class IfxCardLinks {
706
706
  c.detach();
707
707
  this.el = r.nativeElement;
708
708
  }
709
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardLinks, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
710
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxCardLinks, isStandalone: true, selector: "ifx-card-links", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
709
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardLinks, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
710
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxCardLinks, isStandalone: true, selector: "ifx-card-links", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
711
711
  };
712
712
  IfxCardLinks = __decorate([
713
713
  ProxyCmp({
714
714
  defineCustomElementFn: defineCustomElement$f
715
715
  })
716
716
  ], IfxCardLinks);
717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardLinks, decorators: [{
717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardLinks, decorators: [{
718
718
  type: Component,
719
719
  args: [{
720
720
  selector: 'ifx-card-links',
@@ -732,15 +732,15 @@ let IfxCardOverline = class IfxCardOverline {
732
732
  c.detach();
733
733
  this.el = r.nativeElement;
734
734
  }
735
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardOverline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
736
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxCardOverline, isStandalone: true, selector: "ifx-card-overline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
735
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardOverline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
736
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxCardOverline, isStandalone: true, selector: "ifx-card-overline", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
737
737
  };
738
738
  IfxCardOverline = __decorate([
739
739
  ProxyCmp({
740
740
  defineCustomElementFn: defineCustomElement$g
741
741
  })
742
742
  ], IfxCardOverline);
743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardOverline, decorators: [{
743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardOverline, decorators: [{
744
744
  type: Component,
745
745
  args: [{
746
746
  selector: 'ifx-card-overline',
@@ -758,15 +758,15 @@ let IfxCardText = class IfxCardText {
758
758
  c.detach();
759
759
  this.el = r.nativeElement;
760
760
  }
761
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
762
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxCardText, isStandalone: true, selector: "ifx-card-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
761
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
762
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxCardText, isStandalone: true, selector: "ifx-card-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
763
763
  };
764
764
  IfxCardText = __decorate([
765
765
  ProxyCmp({
766
766
  defineCustomElementFn: defineCustomElement$h
767
767
  })
768
768
  ], IfxCardText);
769
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCardText, decorators: [{
769
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCardText, decorators: [{
770
770
  type: Component,
771
771
  args: [{
772
772
  selector: 'ifx-card-text',
@@ -786,8 +786,8 @@ let IfxCheckbox = class IfxCheckbox {
786
786
  c.detach();
787
787
  this.el = r.nativeElement;
788
788
  }
789
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
790
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxCheckbox, isStandalone: true, selector: "ifx-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", indeterminate: "indeterminate", name: "name", readOnly: "readOnly", size: "size", value: "value" }, outputs: { ifxChange: "ifxChange", ifxError: "ifxError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
789
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
790
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxCheckbox, isStandalone: true, selector: "ifx-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", indeterminate: "indeterminate", name: "name", readOnly: "readOnly", size: "size", value: "value" }, outputs: { ifxChange: "ifxChange", ifxError: "ifxError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
791
791
  };
792
792
  IfxCheckbox = __decorate([
793
793
  ProxyCmp({
@@ -796,7 +796,7 @@ IfxCheckbox = __decorate([
796
796
  methods: ['isChecked', 'setChecked', 'toggleCheckedState', 'toggle']
797
797
  })
798
798
  ], IfxCheckbox);
799
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCheckbox, decorators: [{
799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCheckbox, decorators: [{
800
800
  type: Component,
801
801
  args: [{
802
802
  selector: 'ifx-checkbox',
@@ -819,8 +819,8 @@ let IfxCheckboxGroup = class IfxCheckboxGroup {
819
819
  c.detach();
820
820
  this.el = r.nativeElement;
821
821
  }
822
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
823
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
822
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
823
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
824
824
  };
825
825
  IfxCheckboxGroup = __decorate([
826
826
  ProxyCmp({
@@ -829,7 +829,7 @@ IfxCheckboxGroup = __decorate([
829
829
  methods: ['setGroupError']
830
830
  })
831
831
  ], IfxCheckboxGroup);
832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxCheckboxGroup, decorators: [{
832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxCheckboxGroup, decorators: [{
833
833
  type: Component,
834
834
  args: [{
835
835
  selector: 'ifx-checkbox-group',
@@ -848,8 +848,8 @@ let IfxChip = class IfxChip {
848
848
  c.detach();
849
849
  this.el = r.nativeElement;
850
850
  }
851
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
852
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxChip, isStandalone: true, selector: "ifx-chip", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", icon: "icon", placeholder: "placeholder", readOnly: "readOnly", size: "size", theme: "theme", value: "value", variant: "variant" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
851
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
852
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxChip, isStandalone: true, selector: "ifx-chip", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", icon: "icon", placeholder: "placeholder", readOnly: "readOnly", size: "size", theme: "theme", value: "value", variant: "variant" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
853
853
  };
854
854
  IfxChip = __decorate([
855
855
  ProxyCmp({
@@ -857,7 +857,7 @@ IfxChip = __decorate([
857
857
  inputs: ['ariaLabelText', 'disabled', 'icon', 'placeholder', 'readOnly', 'size', 'theme', 'value', 'variant']
858
858
  })
859
859
  ], IfxChip);
860
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxChip, decorators: [{
860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxChip, decorators: [{
861
861
  type: Component,
862
862
  args: [{
863
863
  selector: 'ifx-chip',
@@ -879,8 +879,8 @@ let IfxChipItem = class IfxChipItem {
879
879
  c.detach();
880
880
  this.el = r.nativeElement;
881
881
  }
882
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxChipItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
883
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxChipItem, isStandalone: true, selector: "ifx-chip-item", inputs: { chipState: "chipState", selected: "selected", value: "value" }, outputs: { ifxChipItemSelect: "ifxChipItemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
882
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxChipItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
883
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxChipItem, isStandalone: true, selector: "ifx-chip-item", inputs: { chipState: "chipState", selected: "selected", value: "value" }, outputs: { ifxChipItemSelect: "ifxChipItemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
884
884
  };
885
885
  IfxChipItem = __decorate([
886
886
  ProxyCmp({
@@ -888,7 +888,7 @@ IfxChipItem = __decorate([
888
888
  inputs: ['chipState', 'selected', 'value']
889
889
  })
890
890
  ], IfxChipItem);
891
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxChipItem, decorators: [{
891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxChipItem, decorators: [{
892
892
  type: Component,
893
893
  args: [{
894
894
  selector: 'ifx-chip-item',
@@ -910,15 +910,15 @@ let IfxContentSwitcher = class IfxContentSwitcher {
910
910
  c.detach();
911
911
  this.el = r.nativeElement;
912
912
  }
913
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxContentSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
914
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxContentSwitcher, isStandalone: true, selector: "ifx-content-switcher", outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
913
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxContentSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
914
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxContentSwitcher, isStandalone: true, selector: "ifx-content-switcher", outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
915
915
  };
916
916
  IfxContentSwitcher = __decorate([
917
917
  ProxyCmp({
918
918
  defineCustomElementFn: defineCustomElement$m
919
919
  })
920
920
  ], IfxContentSwitcher);
921
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxContentSwitcher, decorators: [{
921
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxContentSwitcher, decorators: [{
922
922
  type: Component,
923
923
  args: [{
924
924
  selector: 'ifx-content-switcher',
@@ -939,8 +939,8 @@ let IfxContentSwitcherItem = class IfxContentSwitcherItem {
939
939
  c.detach();
940
940
  this.el = r.nativeElement;
941
941
  }
942
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxContentSwitcherItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
943
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
942
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxContentSwitcherItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
943
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
944
944
  };
945
945
  IfxContentSwitcherItem = __decorate([
946
946
  ProxyCmp({
@@ -948,7 +948,7 @@ IfxContentSwitcherItem = __decorate([
948
948
  inputs: ['selected', 'value']
949
949
  })
950
950
  ], IfxContentSwitcherItem);
951
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxContentSwitcherItem, decorators: [{
951
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxContentSwitcherItem, decorators: [{
952
952
  type: Component,
953
953
  args: [{
954
954
  selector: 'ifx-content-switcher-item',
@@ -967,8 +967,8 @@ let IfxDatePicker = class IfxDatePicker {
967
967
  c.detach();
968
968
  this.el = r.nativeElement;
969
969
  }
970
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
971
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxDatePicker, isStandalone: true, selector: "ifx-date-picker", inputs: { ariaLabelText: "ariaLabelText", autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", label: "label", max: "max", min: "min", readOnly: "readOnly", required: "required", size: "size", success: "success", type: "type", value: "value" }, outputs: { ifxDate: "ifxDate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
970
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
971
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxDatePicker, isStandalone: true, selector: "ifx-date-picker", inputs: { ariaLabelText: "ariaLabelText", autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", label: "label", max: "max", min: "min", readOnly: "readOnly", required: "required", size: "size", success: "success", type: "type", value: "value" }, outputs: { ifxDate: "ifxDate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
972
972
  };
973
973
  IfxDatePicker = __decorate([
974
974
  ProxyCmp({
@@ -977,7 +977,7 @@ IfxDatePicker = __decorate([
977
977
  methods: ['clear']
978
978
  })
979
979
  ], IfxDatePicker);
980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDatePicker, decorators: [{
980
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDatePicker, decorators: [{
981
981
  type: Component,
982
982
  args: [{
983
983
  selector: 'ifx-date-picker',
@@ -998,8 +998,8 @@ let IfxDownload = class IfxDownload {
998
998
  c.detach();
999
999
  this.el = r.nativeElement;
1000
1000
  }
1001
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDownload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1002
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxDownload, isStandalone: true, selector: "ifx-download", inputs: { tokens: "tokens" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1001
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDownload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1002
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxDownload, isStandalone: true, selector: "ifx-download", inputs: { tokens: "tokens" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1003
1003
  };
1004
1004
  IfxDownload = __decorate([
1005
1005
  ProxyCmp({
@@ -1007,7 +1007,7 @@ IfxDownload = __decorate([
1007
1007
  inputs: ['tokens']
1008
1008
  })
1009
1009
  ], IfxDownload);
1010
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDownload, decorators: [{
1010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDownload, decorators: [{
1011
1011
  type: Component,
1012
1012
  args: [{
1013
1013
  selector: 'ifx-download',
@@ -1028,8 +1028,8 @@ let IfxDropdown = class IfxDropdown {
1028
1028
  c.detach();
1029
1029
  this.el = r.nativeElement;
1030
1030
  }
1031
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1032
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxDropdown, isStandalone: true, selector: "ifx-dropdown", inputs: { defaultOpen: "defaultOpen", disabled: "disabled", noAppendToBody: "noAppendToBody", noCloseOnMenuClick: "noCloseOnMenuClick", noCloseOnOutsideClick: "noCloseOnOutsideClick", placement: "placement" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose", ifxDropdown: "ifxDropdown" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1031
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1032
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxDropdown, isStandalone: true, selector: "ifx-dropdown", inputs: { defaultOpen: "defaultOpen", disabled: "disabled", noAppendToBody: "noAppendToBody", noCloseOnMenuClick: "noCloseOnMenuClick", noCloseOnOutsideClick: "noCloseOnOutsideClick", placement: "placement" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose", ifxDropdown: "ifxDropdown" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1033
1033
  };
1034
1034
  IfxDropdown = __decorate([
1035
1035
  ProxyCmp({
@@ -1038,7 +1038,7 @@ IfxDropdown = __decorate([
1038
1038
  methods: ['isOpen', 'closeDropdown', 'openDropdown']
1039
1039
  })
1040
1040
  ], IfxDropdown);
1041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdown, decorators: [{
1041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdown, decorators: [{
1042
1042
  type: Component,
1043
1043
  args: [{
1044
1044
  selector: 'ifx-dropdown',
@@ -1063,15 +1063,15 @@ let IfxDropdownHeader = class IfxDropdownHeader {
1063
1063
  c.detach();
1064
1064
  this.el = r.nativeElement;
1065
1065
  }
1066
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1067
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxDropdownHeader, isStandalone: true, selector: "ifx-dropdown-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1066
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1067
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxDropdownHeader, isStandalone: true, selector: "ifx-dropdown-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1068
1068
  };
1069
1069
  IfxDropdownHeader = __decorate([
1070
1070
  ProxyCmp({
1071
1071
  defineCustomElementFn: defineCustomElement$r
1072
1072
  })
1073
1073
  ], IfxDropdownHeader);
1074
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownHeader, decorators: [{
1074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownHeader, decorators: [{
1075
1075
  type: Component,
1076
1076
  args: [{
1077
1077
  selector: 'ifx-dropdown-header',
@@ -1090,8 +1090,8 @@ let IfxDropdownItem = class IfxDropdownItem {
1090
1090
  c.detach();
1091
1091
  this.el = r.nativeElement;
1092
1092
  }
1093
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1094
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxDropdownItem, isStandalone: true, selector: "ifx-dropdown-item", inputs: { disabled: "disabled", error: "error", hide: "hide", href: "href", icon: "icon", target: "target" }, outputs: { ifxDropdownItem: "ifxDropdownItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1093
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1094
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxDropdownItem, isStandalone: true, selector: "ifx-dropdown-item", inputs: { disabled: "disabled", error: "error", hide: "hide", href: "href", icon: "icon", target: "target" }, outputs: { ifxDropdownItem: "ifxDropdownItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1095
1095
  };
1096
1096
  IfxDropdownItem = __decorate([
1097
1097
  ProxyCmp({
@@ -1099,7 +1099,7 @@ IfxDropdownItem = __decorate([
1099
1099
  inputs: ['disabled', 'error', 'hide', 'href', 'icon', 'target']
1100
1100
  })
1101
1101
  ], IfxDropdownItem);
1102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownItem, decorators: [{
1102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownItem, decorators: [{
1103
1103
  type: Component,
1104
1104
  args: [{
1105
1105
  selector: 'ifx-dropdown-item',
@@ -1122,8 +1122,8 @@ let IfxDropdownMenu = class IfxDropdownMenu {
1122
1122
  c.detach();
1123
1123
  this.el = r.nativeElement;
1124
1124
  }
1125
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1126
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxDropdownMenu, isStandalone: true, selector: "ifx-dropdown-menu", inputs: { isOpen: "isOpen", size: "size" }, outputs: { menuSize: "menuSize", ifxDropdownMenuItem: "ifxDropdownMenuItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1125
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1126
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxDropdownMenu, isStandalone: true, selector: "ifx-dropdown-menu", inputs: { isOpen: "isOpen", size: "size" }, outputs: { menuSize: "menuSize", ifxDropdownMenuItem: "ifxDropdownMenuItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1127
1127
  };
1128
1128
  IfxDropdownMenu = __decorate([
1129
1129
  ProxyCmp({
@@ -1131,7 +1131,7 @@ IfxDropdownMenu = __decorate([
1131
1131
  inputs: ['isOpen', 'size']
1132
1132
  })
1133
1133
  ], IfxDropdownMenu);
1134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownMenu, decorators: [{
1134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownMenu, decorators: [{
1135
1135
  type: Component,
1136
1136
  args: [{
1137
1137
  selector: 'ifx-dropdown-menu',
@@ -1154,15 +1154,15 @@ let IfxDropdownSeparator = class IfxDropdownSeparator {
1154
1154
  c.detach();
1155
1155
  this.el = r.nativeElement;
1156
1156
  }
1157
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1158
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxDropdownSeparator, isStandalone: true, selector: "ifx-dropdown-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1157
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1158
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxDropdownSeparator, isStandalone: true, selector: "ifx-dropdown-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1159
1159
  };
1160
1160
  IfxDropdownSeparator = __decorate([
1161
1161
  ProxyCmp({
1162
1162
  defineCustomElementFn: defineCustomElement$u
1163
1163
  })
1164
1164
  ], IfxDropdownSeparator);
1165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownSeparator, decorators: [{
1165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownSeparator, decorators: [{
1166
1166
  type: Component,
1167
1167
  args: [{
1168
1168
  selector: 'ifx-dropdown-separator',
@@ -1180,8 +1180,8 @@ let IfxDropdownTrigger = class IfxDropdownTrigger {
1180
1180
  c.detach();
1181
1181
  this.el = r.nativeElement;
1182
1182
  }
1183
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1184
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxDropdownTrigger, isStandalone: true, selector: "ifx-dropdown-trigger", inputs: { isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1183
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1184
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxDropdownTrigger, isStandalone: true, selector: "ifx-dropdown-trigger", inputs: { isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1185
1185
  };
1186
1186
  IfxDropdownTrigger = __decorate([
1187
1187
  ProxyCmp({
@@ -1189,7 +1189,7 @@ IfxDropdownTrigger = __decorate([
1189
1189
  inputs: ['isOpen']
1190
1190
  })
1191
1191
  ], IfxDropdownTrigger);
1192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownTrigger, decorators: [{
1192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownTrigger, decorators: [{
1193
1193
  type: Component,
1194
1194
  args: [{
1195
1195
  selector: 'ifx-dropdown-trigger',
@@ -1207,8 +1207,8 @@ let IfxDropdownTriggerButton = class IfxDropdownTriggerButton {
1207
1207
  c.detach();
1208
1208
  this.el = r.nativeElement;
1209
1209
  }
1210
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownTriggerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1211
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
1210
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownTriggerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1211
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
1212
1212
  };
1213
1213
  IfxDropdownTriggerButton = __decorate([
1214
1214
  ProxyCmp({
@@ -1216,7 +1216,7 @@ IfxDropdownTriggerButton = __decorate([
1216
1216
  inputs: ['disabled', 'hideArrow', 'isOpen', 'size', 'theme', 'variant']
1217
1217
  })
1218
1218
  ], IfxDropdownTriggerButton);
1219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxDropdownTriggerButton, decorators: [{
1219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxDropdownTriggerButton, decorators: [{
1220
1220
  type: Component,
1221
1221
  args: [{
1222
1222
  selector: 'ifx-dropdown-trigger-button',
@@ -1234,8 +1234,8 @@ let IfxErrorPage = class IfxErrorPage {
1234
1234
  c.detach();
1235
1235
  this.el = r.nativeElement;
1236
1236
  }
1237
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxErrorPage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1238
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxErrorPage, isStandalone: true, selector: "ifx-error-page", inputs: { description: "description", headline: "headline", illustrationUrl: "illustrationUrl", imgAlt: "imgAlt", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1237
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxErrorPage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1238
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxErrorPage, isStandalone: true, selector: "ifx-error-page", inputs: { description: "description", headline: "headline", illustrationUrl: "illustrationUrl", imgAlt: "imgAlt", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1239
1239
  };
1240
1240
  IfxErrorPage = __decorate([
1241
1241
  ProxyCmp({
@@ -1243,7 +1243,7 @@ IfxErrorPage = __decorate([
1243
1243
  inputs: ['description', 'headline', 'illustrationUrl', 'imgAlt', 'type']
1244
1244
  })
1245
1245
  ], IfxErrorPage);
1246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxErrorPage, decorators: [{
1246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxErrorPage, decorators: [{
1247
1247
  type: Component,
1248
1248
  args: [{
1249
1249
  selector: 'ifx-error-page',
@@ -1275,8 +1275,8 @@ let IfxFileUpload = class IfxFileUpload {
1275
1275
  c.detach();
1276
1276
  this.el = r.nativeElement;
1277
1277
  }
1278
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1279
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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" }, outputs: { ifxFileUploadAdd: "ifxFileUploadAdd", ifxFileUploadRemove: "ifxFileUploadRemove", ifxFileUploadChange: "ifxFileUploadChange", ifxFileUploadError: "ifxFileUploadError", ifxFileUploadInvalid: "ifxFileUploadInvalid", ifxFileUploadStart: "ifxFileUploadStart", ifxFileUploadComplete: "ifxFileUploadComplete", ifxFileUploadAllComplete: "ifxFileUploadAllComplete", ifxFileUploadAbort: "ifxFileUploadAbort", ifxFileUploadDrop: "ifxFileUploadDrop", ifxFileUploadClick: "ifxFileUploadClick", ifxFileUploadMaxFilesExceeded: "ifxFileUploadMaxFilesExceeded", ifxFileUploadValidation: "ifxFileUploadValidation", ifxFileUploadRetry: "ifxFileUploadRetry" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1278
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1279
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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" }, outputs: { ifxFileUploadAdd: "ifxFileUploadAdd", ifxFileUploadRemove: "ifxFileUploadRemove", ifxFileUploadChange: "ifxFileUploadChange", ifxFileUploadError: "ifxFileUploadError", ifxFileUploadInvalid: "ifxFileUploadInvalid", ifxFileUploadStart: "ifxFileUploadStart", ifxFileUploadComplete: "ifxFileUploadComplete", ifxFileUploadAllComplete: "ifxFileUploadAllComplete", ifxFileUploadAbort: "ifxFileUploadAbort", ifxFileUploadDrop: "ifxFileUploadDrop", ifxFileUploadClick: "ifxFileUploadClick", ifxFileUploadMaxFilesExceeded: "ifxFileUploadMaxFilesExceeded", ifxFileUploadValidation: "ifxFileUploadValidation", ifxFileUploadRetry: "ifxFileUploadRetry" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1280
1280
  };
1281
1281
  IfxFileUpload = __decorate([
1282
1282
  ProxyCmp({
@@ -1285,7 +1285,7 @@ IfxFileUpload = __decorate([
1285
1285
  methods: ['injectDemoState', 'triggerDemoValidation']
1286
1286
  })
1287
1287
  ], IfxFileUpload);
1288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFileUpload, decorators: [{
1288
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFileUpload, decorators: [{
1289
1289
  type: Component,
1290
1290
  args: [{
1291
1291
  selector: 'ifx-file-upload',
@@ -1333,8 +1333,8 @@ let IfxFilterAccordion = class IfxFilterAccordion {
1333
1333
  c.detach();
1334
1334
  this.el = r.nativeElement;
1335
1335
  }
1336
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFilterAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1337
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxFilterAccordion, isStandalone: true, selector: "ifx-filter-accordion", inputs: { filterGroupName: "filterGroupName", maxVisibleItems: "maxVisibleItems" }, outputs: { ifxFilterAccordionChange: "ifxFilterAccordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1336
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFilterAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1337
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxFilterAccordion, isStandalone: true, selector: "ifx-filter-accordion", inputs: { filterGroupName: "filterGroupName", maxVisibleItems: "maxVisibleItems" }, outputs: { ifxFilterAccordionChange: "ifxFilterAccordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1338
1338
  };
1339
1339
  IfxFilterAccordion = __decorate([
1340
1340
  ProxyCmp({
@@ -1342,7 +1342,7 @@ IfxFilterAccordion = __decorate([
1342
1342
  inputs: ['filterGroupName', 'maxVisibleItems']
1343
1343
  })
1344
1344
  ], IfxFilterAccordion);
1345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFilterAccordion, decorators: [{
1345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFilterAccordion, decorators: [{
1346
1346
  type: Component,
1347
1347
  args: [{
1348
1348
  selector: 'ifx-filter-accordion',
@@ -1364,8 +1364,8 @@ let IfxFilterBar = class IfxFilterBar {
1364
1364
  c.detach();
1365
1365
  this.el = r.nativeElement;
1366
1366
  }
1367
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFilterBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1368
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxFilterBar, isStandalone: true, selector: "ifx-filter-bar", inputs: { maxShownFilters: "maxShownFilters" }, outputs: { ifxTopbarFilterChange: "ifxTopbarFilterChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1367
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFilterBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1368
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxFilterBar, isStandalone: true, selector: "ifx-filter-bar", inputs: { maxShownFilters: "maxShownFilters" }, outputs: { ifxTopbarFilterChange: "ifxTopbarFilterChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1369
1369
  };
1370
1370
  IfxFilterBar = __decorate([
1371
1371
  ProxyCmp({
@@ -1374,7 +1374,7 @@ IfxFilterBar = __decorate([
1374
1374
  methods: ['showMoreFilters']
1375
1375
  })
1376
1376
  ], IfxFilterBar);
1377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFilterBar, decorators: [{
1377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFilterBar, decorators: [{
1378
1378
  type: Component,
1379
1379
  args: [{
1380
1380
  selector: 'ifx-filter-bar',
@@ -1396,8 +1396,8 @@ let IfxFilterSearch = class IfxFilterSearch {
1396
1396
  c.detach();
1397
1397
  this.el = r.nativeElement;
1398
1398
  }
1399
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFilterSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1400
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxFilterSearch, isStandalone: true, selector: "ifx-filter-search", inputs: { disabled: "disabled", filterKey: "filterKey", filterName: "filterName", filterOrientation: "filterOrientation", filterValue: "filterValue", placeholder: "placeholder" }, outputs: { ifxFilterSearchChange: "ifxFilterSearchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1399
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFilterSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1400
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxFilterSearch, isStandalone: true, selector: "ifx-filter-search", inputs: { disabled: "disabled", filterKey: "filterKey", filterName: "filterName", filterOrientation: "filterOrientation", filterValue: "filterValue", placeholder: "placeholder" }, outputs: { ifxFilterSearchChange: "ifxFilterSearchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1401
1401
  };
1402
1402
  IfxFilterSearch = __decorate([
1403
1403
  ProxyCmp({
@@ -1405,7 +1405,7 @@ IfxFilterSearch = __decorate([
1405
1405
  inputs: ['disabled', 'filterKey', 'filterName', 'filterOrientation', 'filterValue', 'placeholder']
1406
1406
  })
1407
1407
  ], IfxFilterSearch);
1408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFilterSearch, decorators: [{
1408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFilterSearch, decorators: [{
1409
1409
  type: Component,
1410
1410
  args: [{
1411
1411
  selector: 'ifx-filter-search',
@@ -1427,15 +1427,15 @@ let IfxFilterTypeGroup = class IfxFilterTypeGroup {
1427
1427
  c.detach();
1428
1428
  this.el = r.nativeElement;
1429
1429
  }
1430
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFilterTypeGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1431
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxFilterTypeGroup, isStandalone: true, selector: "ifx-filter-type-group", outputs: { ifxSidebarFilterChange: "ifxSidebarFilterChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1430
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFilterTypeGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1431
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxFilterTypeGroup, isStandalone: true, selector: "ifx-filter-type-group", outputs: { ifxSidebarFilterChange: "ifxSidebarFilterChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1432
1432
  };
1433
1433
  IfxFilterTypeGroup = __decorate([
1434
1434
  ProxyCmp({
1435
1435
  defineCustomElementFn: defineCustomElement$C
1436
1436
  })
1437
1437
  ], IfxFilterTypeGroup);
1438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFilterTypeGroup, decorators: [{
1438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFilterTypeGroup, decorators: [{
1439
1439
  type: Component,
1440
1440
  args: [{
1441
1441
  selector: 'ifx-filter-type-group',
@@ -1456,8 +1456,8 @@ let IfxFooter = class IfxFooter {
1456
1456
  c.detach();
1457
1457
  this.el = r.nativeElement;
1458
1458
  }
1459
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1460
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxFooter, isStandalone: true, selector: "ifx-footer", inputs: { copyrightText: "copyrightText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1459
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1460
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxFooter, isStandalone: true, selector: "ifx-footer", inputs: { copyrightText: "copyrightText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1461
1461
  };
1462
1462
  IfxFooter = __decorate([
1463
1463
  ProxyCmp({
@@ -1465,7 +1465,7 @@ IfxFooter = __decorate([
1465
1465
  inputs: ['copyrightText']
1466
1466
  })
1467
1467
  ], IfxFooter);
1468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFooter, decorators: [{
1468
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFooter, decorators: [{
1469
1469
  type: Component,
1470
1470
  args: [{
1471
1471
  selector: 'ifx-footer',
@@ -1483,15 +1483,15 @@ let IfxFooterColumn = class IfxFooterColumn {
1483
1483
  c.detach();
1484
1484
  this.el = r.nativeElement;
1485
1485
  }
1486
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFooterColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1487
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxFooterColumn, isStandalone: true, selector: "ifx-footer-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1486
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFooterColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1487
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxFooterColumn, isStandalone: true, selector: "ifx-footer-column", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1488
1488
  };
1489
1489
  IfxFooterColumn = __decorate([
1490
1490
  ProxyCmp({
1491
1491
  defineCustomElementFn: defineCustomElement$E
1492
1492
  })
1493
1493
  ], IfxFooterColumn);
1494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxFooterColumn, decorators: [{
1494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxFooterColumn, decorators: [{
1495
1495
  type: Component,
1496
1496
  args: [{
1497
1497
  selector: 'ifx-footer-column',
@@ -1510,8 +1510,8 @@ let IfxIcon = class IfxIcon {
1510
1510
  c.detach();
1511
1511
  this.el = r.nativeElement;
1512
1512
  }
1513
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1514
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxIcon, isStandalone: true, selector: "ifx-icon", inputs: { icon: "icon" }, outputs: { consoleError: "consoleError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1513
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1514
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxIcon, isStandalone: true, selector: "ifx-icon", inputs: { icon: "icon" }, outputs: { consoleError: "consoleError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1515
1515
  };
1516
1516
  IfxIcon = __decorate([
1517
1517
  ProxyCmp({
@@ -1519,7 +1519,7 @@ IfxIcon = __decorate([
1519
1519
  inputs: ['icon']
1520
1520
  })
1521
1521
  ], IfxIcon);
1522
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxIcon, decorators: [{
1522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxIcon, decorators: [{
1523
1523
  type: Component,
1524
1524
  args: [{
1525
1525
  selector: 'ifx-icon',
@@ -1540,8 +1540,8 @@ let IfxIconButton = class IfxIconButton {
1540
1540
  c.detach();
1541
1541
  this.el = r.nativeElement;
1542
1542
  }
1543
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1544
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxIconButton, isStandalone: true, selector: "ifx-icon-button", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", href: "href", icon: "icon", shape: "shape", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1543
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1544
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxIconButton, isStandalone: true, selector: "ifx-icon-button", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", href: "href", icon: "icon", shape: "shape", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1545
1545
  };
1546
1546
  IfxIconButton = __decorate([
1547
1547
  ProxyCmp({
@@ -1550,7 +1550,7 @@ IfxIconButton = __decorate([
1550
1550
  methods: ['setFocus']
1551
1551
  })
1552
1552
  ], IfxIconButton);
1553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxIconButton, decorators: [{
1553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxIconButton, decorators: [{
1554
1554
  type: Component,
1555
1555
  args: [{
1556
1556
  selector: 'ifx-icon-button',
@@ -1568,15 +1568,15 @@ let IfxIconsPreview = class IfxIconsPreview {
1568
1568
  c.detach();
1569
1569
  this.el = r.nativeElement;
1570
1570
  }
1571
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxIconsPreview, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1572
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxIconsPreview, isStandalone: true, selector: "ifx-icons-preview", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1571
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxIconsPreview, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1572
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxIconsPreview, isStandalone: true, selector: "ifx-icons-preview", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1573
1573
  };
1574
1574
  IfxIconsPreview = __decorate([
1575
1575
  ProxyCmp({
1576
1576
  defineCustomElementFn: defineCustomElement$H
1577
1577
  })
1578
1578
  ], IfxIconsPreview);
1579
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxIconsPreview, decorators: [{
1579
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxIconsPreview, decorators: [{
1580
1580
  type: Component,
1581
1581
  args: [{
1582
1582
  selector: 'ifx-icons-preview',
@@ -1594,8 +1594,8 @@ let IfxIndicator = class IfxIndicator {
1594
1594
  c.detach();
1595
1595
  this.el = r.nativeElement;
1596
1596
  }
1597
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1598
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxIndicator, isStandalone: true, selector: "ifx-indicator", inputs: { ariaLabelText: "ariaLabelText", inverted: "inverted", number: "number", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1597
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1598
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxIndicator, isStandalone: true, selector: "ifx-indicator", inputs: { ariaLabelText: "ariaLabelText", inverted: "inverted", number: "number", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1599
1599
  };
1600
1600
  IfxIndicator = __decorate([
1601
1601
  ProxyCmp({
@@ -1603,7 +1603,7 @@ IfxIndicator = __decorate([
1603
1603
  inputs: ['ariaLabelText', 'inverted', 'number', 'variant']
1604
1604
  })
1605
1605
  ], IfxIndicator);
1606
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxIndicator, decorators: [{
1606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxIndicator, decorators: [{
1607
1607
  type: Component,
1608
1608
  args: [{
1609
1609
  selector: 'ifx-indicator',
@@ -1621,8 +1621,8 @@ let IfxLink = class IfxLink {
1621
1621
  c.detach();
1622
1622
  this.el = r.nativeElement;
1623
1623
  }
1624
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1625
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxLink, isStandalone: true, selector: "ifx-link", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", download: "download", href: "href", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1624
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1625
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxLink, isStandalone: true, selector: "ifx-link", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", download: "download", href: "href", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1626
1626
  };
1627
1627
  IfxLink = __decorate([
1628
1628
  ProxyCmp({
@@ -1630,7 +1630,7 @@ IfxLink = __decorate([
1630
1630
  inputs: ['ariaLabelText', 'disabled', 'download', 'href', 'size', 'target', 'variant']
1631
1631
  })
1632
1632
  ], IfxLink);
1633
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxLink, decorators: [{
1633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxLink, decorators: [{
1634
1634
  type: Component,
1635
1635
  args: [{
1636
1636
  selector: 'ifx-link',
@@ -1649,8 +1649,8 @@ let IfxList = class IfxList {
1649
1649
  c.detach();
1650
1650
  this.el = r.nativeElement;
1651
1651
  }
1652
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1653
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxList, isStandalone: true, selector: "ifx-list", inputs: { maxVisibleItems: "maxVisibleItems", name: "name", resetTrigger: "resetTrigger", type: "type" }, outputs: { ifxListUpdate: "ifxListUpdate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1652
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1653
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxList, isStandalone: true, selector: "ifx-list", inputs: { maxVisibleItems: "maxVisibleItems", name: "name", resetTrigger: "resetTrigger", type: "type" }, outputs: { ifxListUpdate: "ifxListUpdate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1654
1654
  };
1655
1655
  IfxList = __decorate([
1656
1656
  ProxyCmp({
@@ -1658,7 +1658,7 @@ IfxList = __decorate([
1658
1658
  inputs: ['maxVisibleItems', 'name', 'resetTrigger', 'type']
1659
1659
  })
1660
1660
  ], IfxList);
1661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxList, decorators: [{
1661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxList, decorators: [{
1662
1662
  type: Component,
1663
1663
  args: [{
1664
1664
  selector: 'ifx-list',
@@ -1680,8 +1680,8 @@ let IfxListEntry = class IfxListEntry {
1680
1680
  c.detach();
1681
1681
  this.el = r.nativeElement;
1682
1682
  }
1683
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxListEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1684
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxListEntry, isStandalone: true, selector: "ifx-list-entry", inputs: { label: "label", type: "type", value: "value" }, outputs: { ifxListEntryChange: "ifxListEntryChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1683
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxListEntry, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1684
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxListEntry, isStandalone: true, selector: "ifx-list-entry", inputs: { label: "label", type: "type", value: "value" }, outputs: { ifxListEntryChange: "ifxListEntryChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1685
1685
  };
1686
1686
  IfxListEntry = __decorate([
1687
1687
  ProxyCmp({
@@ -1689,7 +1689,7 @@ IfxListEntry = __decorate([
1689
1689
  inputs: ['label', 'type', 'value']
1690
1690
  })
1691
1691
  ], IfxListEntry);
1692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxListEntry, decorators: [{
1692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxListEntry, decorators: [{
1693
1693
  type: Component,
1694
1694
  args: [{
1695
1695
  selector: 'ifx-list-entry',
@@ -1713,8 +1713,8 @@ let IfxModal = class IfxModal {
1713
1713
  c.detach();
1714
1714
  this.el = r.nativeElement;
1715
1715
  }
1716
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1717
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxModal, isStandalone: true, selector: "ifx-modal", inputs: { alertIcon: "alertIcon", caption: "caption", captionAriaLabel: "captionAriaLabel", closeButtonAriaLabel: "closeButtonAriaLabel", closeOnOverlayClick: "closeOnOverlayClick", opened: "opened", showCloseButton: "showCloseButton", size: "size", variant: "variant" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose", ifxOpenedChange: "ifxOpenedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1716
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1717
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxModal, isStandalone: true, selector: "ifx-modal", inputs: { alertIcon: "alertIcon", caption: "caption", captionAriaLabel: "captionAriaLabel", closeButtonAriaLabel: "closeButtonAriaLabel", closeOnOverlayClick: "closeOnOverlayClick", opened: "opened", showCloseButton: "showCloseButton", size: "size", variant: "variant" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose", ifxOpenedChange: "ifxOpenedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1718
1718
  };
1719
1719
  IfxModal = __decorate([
1720
1720
  ProxyCmp({
@@ -1723,7 +1723,7 @@ IfxModal = __decorate([
1723
1723
  methods: ['openModal', 'closeModal']
1724
1724
  })
1725
1725
  ], IfxModal);
1726
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxModal, decorators: [{
1726
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxModal, decorators: [{
1727
1727
  type: Component,
1728
1728
  args: [{
1729
1729
  selector: 'ifx-modal',
@@ -1750,8 +1750,8 @@ let IfxMultiselect = class IfxMultiselect {
1750
1750
  c.detach();
1751
1751
  this.el = r.nativeElement;
1752
1752
  }
1753
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxMultiselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1754
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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", readOnly: "readOnly", required: "required", searchPlaceholder: "searchPlaceholder", selectAllLabel: "selectAllLabel", showClearButton: "showClearButton", showExpandCollapse: "showExpandCollapse", showNoResultsMessage: "showNoResultsMessage", showSearch: "showSearch", showSelectAll: "showSelectAll" }, outputs: { ifxSelect: "ifxSelect", ifxOpen: "ifxOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1753
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxMultiselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1754
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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", readOnly: "readOnly", required: "required", searchPlaceholder: "searchPlaceholder", selectAllLabel: "selectAllLabel", showClearButton: "showClearButton", showExpandCollapse: "showExpandCollapse", showNoResultsMessage: "showNoResultsMessage", showSearch: "showSearch", showSelectAll: "showSelectAll" }, outputs: { ifxSelect: "ifxSelect", ifxOpen: "ifxOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1755
1755
  };
1756
1756
  IfxMultiselect = __decorate([
1757
1757
  ProxyCmp({
@@ -1760,7 +1760,7 @@ IfxMultiselect = __decorate([
1760
1760
  methods: ['clearSelection']
1761
1761
  })
1762
1762
  ], IfxMultiselect);
1763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxMultiselect, decorators: [{
1763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxMultiselect, decorators: [{
1764
1764
  type: Component,
1765
1765
  args: [{
1766
1766
  selector: 'ifx-multiselect',
@@ -1783,8 +1783,8 @@ let IfxMultiselectOption = class IfxMultiselectOption {
1783
1783
  c.detach();
1784
1784
  this.el = r.nativeElement;
1785
1785
  }
1786
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxMultiselectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1787
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
1786
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxMultiselectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1787
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
1788
1788
  };
1789
1789
  IfxMultiselectOption = __decorate([
1790
1790
  ProxyCmp({
@@ -1792,7 +1792,7 @@ IfxMultiselectOption = __decorate([
1792
1792
  inputs: ['disabled', 'indeterminate', 'selected', 'value']
1793
1793
  })
1794
1794
  ], IfxMultiselectOption);
1795
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxMultiselectOption, decorators: [{
1795
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxMultiselectOption, decorators: [{
1796
1796
  type: Component,
1797
1797
  args: [{
1798
1798
  selector: 'ifx-multiselect-option',
@@ -1811,8 +1811,8 @@ let IfxNavbar = class IfxNavbar {
1811
1811
  c.detach();
1812
1812
  this.el = r.nativeElement;
1813
1813
  }
1814
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1815
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxNavbar, isStandalone: true, selector: "ifx-navbar", inputs: { applicationName: "applicationName", fixed: "fixed", logoHref: "logoHref", logoHrefTarget: "logoHrefTarget", showLogoAndAppname: "showLogoAndAppname" }, outputs: { ifxNavbarMobileMenuIsOpen: "ifxNavbarMobileMenuIsOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1814
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1815
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxNavbar, isStandalone: true, selector: "ifx-navbar", inputs: { applicationName: "applicationName", fixed: "fixed", logoHref: "logoHref", logoHrefTarget: "logoHrefTarget", showLogoAndAppname: "showLogoAndAppname" }, outputs: { ifxNavbarMobileMenuIsOpen: "ifxNavbarMobileMenuIsOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1816
1816
  };
1817
1817
  IfxNavbar = __decorate([
1818
1818
  ProxyCmp({
@@ -1820,7 +1820,7 @@ IfxNavbar = __decorate([
1820
1820
  inputs: ['applicationName', 'fixed', 'logoHref', 'logoHrefTarget', 'showLogoAndAppname']
1821
1821
  })
1822
1822
  ], IfxNavbar);
1823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxNavbar, decorators: [{
1823
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxNavbar, decorators: [{
1824
1824
  type: Component,
1825
1825
  args: [{
1826
1826
  selector: 'ifx-navbar',
@@ -1842,8 +1842,8 @@ let IfxNavbarItem = class IfxNavbarItem {
1842
1842
  c.detach();
1843
1843
  this.el = r.nativeElement;
1844
1844
  }
1845
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxNavbarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1846
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxNavbarItem, isStandalone: true, selector: "ifx-navbar-item", inputs: { dotIndicator: "dotIndicator", hideOnMobile: "hideOnMobile", href: "href", icon: "icon", numberIndicator: "numberIndicator", showLabel: "showLabel", target: "target" }, outputs: { ifxNavItem: "ifxNavItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1845
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxNavbarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1846
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxNavbarItem, isStandalone: true, selector: "ifx-navbar-item", inputs: { dotIndicator: "dotIndicator", hideOnMobile: "hideOnMobile", href: "href", icon: "icon", numberIndicator: "numberIndicator", showLabel: "showLabel", target: "target" }, outputs: { ifxNavItem: "ifxNavItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1847
1847
  };
1848
1848
  IfxNavbarItem = __decorate([
1849
1849
  ProxyCmp({
@@ -1852,7 +1852,7 @@ IfxNavbarItem = __decorate([
1852
1852
  methods: ['hideComponent', 'showComponent', 'toggleChildren', 'moveChildComponentsIntoSubLayerMenu', 'toggleFirstLayerItem', 'addMenuItemClass', 'moveChildComponentsBackIntoNavbar', 'returnToFirstLayer', 'setMenuItemPosition', 'setItemSideSpecifications']
1853
1853
  })
1854
1854
  ], IfxNavbarItem);
1855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxNavbarItem, decorators: [{
1855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxNavbarItem, decorators: [{
1856
1856
  type: Component,
1857
1857
  args: [{
1858
1858
  selector: 'ifx-navbar-item',
@@ -1873,8 +1873,8 @@ let IfxNavbarProfile = class IfxNavbarProfile {
1873
1873
  c.detach();
1874
1874
  this.el = r.nativeElement;
1875
1875
  }
1876
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxNavbarProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1877
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
1876
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxNavbarProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1877
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
1878
1878
  };
1879
1879
  IfxNavbarProfile = __decorate([
1880
1880
  ProxyCmp({
@@ -1883,7 +1883,7 @@ IfxNavbarProfile = __decorate([
1883
1883
  methods: ['hideComponent', 'showComponent']
1884
1884
  })
1885
1885
  ], IfxNavbarProfile);
1886
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxNavbarProfile, decorators: [{
1886
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxNavbarProfile, decorators: [{
1887
1887
  type: Component,
1888
1888
  args: [{
1889
1889
  selector: 'ifx-navbar-profile',
@@ -1901,8 +1901,8 @@ let IfxNotification = class IfxNotification {
1901
1901
  c.detach();
1902
1902
  this.el = r.nativeElement;
1903
1903
  }
1904
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1905
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
1904
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1905
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
1906
1906
  };
1907
1907
  IfxNotification = __decorate([
1908
1908
  ProxyCmp({
@@ -1910,7 +1910,7 @@ IfxNotification = __decorate([
1910
1910
  inputs: ['icon', 'linkHref', 'linkTarget', 'linkText', 'variant']
1911
1911
  })
1912
1912
  ], IfxNotification);
1913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxNotification, decorators: [{
1913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxNotification, decorators: [{
1914
1914
  type: Component,
1915
1915
  args: [{
1916
1916
  selector: 'ifx-notification',
@@ -1928,15 +1928,15 @@ let IfxOverviewTable = class IfxOverviewTable {
1928
1928
  c.detach();
1929
1929
  this.el = r.nativeElement;
1930
1930
  }
1931
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxOverviewTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1932
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxOverviewTable, isStandalone: true, selector: "ifx-overview-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1931
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxOverviewTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1932
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxOverviewTable, isStandalone: true, selector: "ifx-overview-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1933
1933
  };
1934
1934
  IfxOverviewTable = __decorate([
1935
1935
  ProxyCmp({
1936
1936
  defineCustomElementFn: defineCustomElement$T
1937
1937
  })
1938
1938
  ], IfxOverviewTable);
1939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxOverviewTable, decorators: [{
1939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxOverviewTable, decorators: [{
1940
1940
  type: Component,
1941
1941
  args: [{
1942
1942
  selector: 'ifx-overview-table',
@@ -1956,8 +1956,8 @@ let IfxPagination = class IfxPagination {
1956
1956
  c.detach();
1957
1957
  this.el = r.nativeElement;
1958
1958
  }
1959
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1960
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxPagination, isStandalone: true, selector: "ifx-pagination", inputs: { currentPage: "currentPage", itemsPerPage: "itemsPerPage", itemsPerPageLabel: "itemsPerPageLabel", showItemsPerPage: "showItemsPerPage", total: "total" }, outputs: { ifxPageChange: "ifxPageChange", ifxItemsPerPageChange: "ifxItemsPerPageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1959
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1960
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxPagination, isStandalone: true, selector: "ifx-pagination", inputs: { currentPage: "currentPage", itemsPerPage: "itemsPerPage", itemsPerPageLabel: "itemsPerPageLabel", showItemsPerPage: "showItemsPerPage", total: "total" }, outputs: { ifxPageChange: "ifxPageChange", ifxItemsPerPageChange: "ifxItemsPerPageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1961
1961
  };
1962
1962
  IfxPagination = __decorate([
1963
1963
  ProxyCmp({
@@ -1965,7 +1965,7 @@ IfxPagination = __decorate([
1965
1965
  inputs: ['currentPage', 'itemsPerPage', 'itemsPerPageLabel', 'showItemsPerPage', 'total']
1966
1966
  })
1967
1967
  ], IfxPagination);
1968
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxPagination, decorators: [{
1968
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxPagination, decorators: [{
1969
1969
  type: Component,
1970
1970
  args: [{
1971
1971
  selector: 'ifx-pagination',
@@ -1990,8 +1990,8 @@ let IfxPopover = class IfxPopover {
1990
1990
  c.detach();
1991
1991
  this.el = r.nativeElement;
1992
1992
  }
1993
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1994
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxPopover, isStandalone: true, selector: "ifx-popover", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", open: "open", popoverTitle: "popoverTitle", position: "position", text: "text" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1993
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1994
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxPopover, isStandalone: true, selector: "ifx-popover", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", open: "open", popoverTitle: "popoverTitle", position: "position", text: "text" }, outputs: { ifxOpen: "ifxOpen", ifxClose: "ifxClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1995
1995
  };
1996
1996
  IfxPopover = __decorate([
1997
1997
  ProxyCmp({
@@ -2000,7 +2000,7 @@ IfxPopover = __decorate([
2000
2000
  methods: ['show', 'hide', 'toggle']
2001
2001
  })
2002
2002
  ], IfxPopover);
2003
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxPopover, decorators: [{
2003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxPopover, decorators: [{
2004
2004
  type: Component,
2005
2005
  args: [{
2006
2006
  selector: 'ifx-popover',
@@ -2023,8 +2023,8 @@ let IfxProgressBar = class IfxProgressBar {
2023
2023
  c.detach();
2024
2024
  this.el = r.nativeElement;
2025
2025
  }
2026
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2027
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
2026
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2027
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
2028
2028
  };
2029
2029
  IfxProgressBar = __decorate([
2030
2030
  ProxyCmp({
@@ -2032,7 +2032,7 @@ IfxProgressBar = __decorate([
2032
2032
  inputs: ['showLabel', 'size', 'value']
2033
2033
  })
2034
2034
  ], IfxProgressBar);
2035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxProgressBar, decorators: [{
2035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxProgressBar, decorators: [{
2036
2036
  type: Component,
2037
2037
  args: [{
2038
2038
  selector: 'ifx-progress-bar',
@@ -2052,8 +2052,8 @@ let IfxRadioButton = class IfxRadioButton {
2052
2052
  c.detach();
2053
2053
  this.el = r.nativeElement;
2054
2054
  }
2055
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2056
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxRadioButton, isStandalone: true, selector: "ifx-radio-button", inputs: { checked: "checked", disabled: "disabled", error: "error", name: "name", readOnly: "readOnly", size: "size", value: "value" }, outputs: { ifxChange: "ifxChange", ifxError: "ifxError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2055
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2056
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxRadioButton, isStandalone: true, selector: "ifx-radio-button", inputs: { checked: "checked", disabled: "disabled", error: "error", name: "name", readOnly: "readOnly", size: "size", value: "value" }, outputs: { ifxChange: "ifxChange", ifxError: "ifxError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2057
2057
  };
2058
2058
  IfxRadioButton = __decorate([
2059
2059
  ProxyCmp({
@@ -2062,7 +2062,7 @@ IfxRadioButton = __decorate([
2062
2062
  methods: ['isChecked']
2063
2063
  })
2064
2064
  ], IfxRadioButton);
2065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxRadioButton, decorators: [{
2065
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxRadioButton, decorators: [{
2066
2066
  type: Component,
2067
2067
  args: [{
2068
2068
  selector: 'ifx-radio-button',
@@ -2085,8 +2085,8 @@ let IfxRadioButtonGroup = class IfxRadioButtonGroup {
2085
2085
  c.detach();
2086
2086
  this.el = r.nativeElement;
2087
2087
  }
2088
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxRadioButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2089
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
2088
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxRadioButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2089
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
2090
2090
  };
2091
2091
  IfxRadioButtonGroup = __decorate([
2092
2092
  ProxyCmp({
@@ -2095,7 +2095,7 @@ IfxRadioButtonGroup = __decorate([
2095
2095
  methods: ['setGroupError']
2096
2096
  })
2097
2097
  ], IfxRadioButtonGroup);
2098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxRadioButtonGroup, decorators: [{
2098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxRadioButtonGroup, decorators: [{
2099
2099
  type: Component,
2100
2100
  args: [{
2101
2101
  selector: 'ifx-radio-button-group',
@@ -2115,8 +2115,8 @@ let IfxSearchBar = class IfxSearchBar {
2115
2115
  c.detach();
2116
2116
  this.el = r.nativeElement;
2117
2117
  }
2118
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSearchBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2119
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSearchBar, isStandalone: true, selector: "ifx-search-bar", inputs: { autocomplete: "autocomplete", disabled: "disabled", isOpen: "isOpen", maxlength: "maxlength", showCloseButton: "showCloseButton", value: "value" }, outputs: { ifxInput: "ifxInput", ifxOpen: "ifxOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2118
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSearchBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2119
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSearchBar, isStandalone: true, selector: "ifx-search-bar", inputs: { autocomplete: "autocomplete", disabled: "disabled", isOpen: "isOpen", maxlength: "maxlength", showCloseButton: "showCloseButton", value: "value" }, outputs: { ifxInput: "ifxInput", ifxOpen: "ifxOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2120
2120
  };
2121
2121
  IfxSearchBar = __decorate([
2122
2122
  ProxyCmp({
@@ -2125,7 +2125,7 @@ IfxSearchBar = __decorate([
2125
2125
  methods: ['open', 'close']
2126
2126
  })
2127
2127
  ], IfxSearchBar);
2128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSearchBar, decorators: [{
2128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSearchBar, decorators: [{
2129
2129
  type: Component,
2130
2130
  args: [{
2131
2131
  selector: 'ifx-search-bar',
@@ -2153,8 +2153,8 @@ let IfxSearchField = class IfxSearchField {
2153
2153
  c.detach();
2154
2154
  this.el = r.nativeElement;
2155
2155
  }
2156
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2157
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSearchField, isStandalone: true, selector: "ifx-search-field", inputs: { ariaDescribedBy: "ariaDescribedBy", ariaLabelText: "ariaLabelText", ariaLabelledBy: "ariaLabelledBy", autocomplete: "autocomplete", deleteIconAriaLabel: "deleteIconAriaLabel", disabled: "disabled", dropdownAriaLabel: "dropdownAriaLabel", enableHistory: "enableHistory", historyDeleteAriaLabel: "historyDeleteAriaLabel", historyHeaderText: "historyHeaderText", historyItemAriaLabel: "historyItemAriaLabel", historyKey: "historyKey", maxHistoryItems: "maxHistoryItems", maxSuggestions: "maxSuggestions", maxlength: "maxlength", placeholder: "placeholder", showDeleteIcon: "showDeleteIcon", showSuggestions: "showSuggestions", size: "size", suggestionAriaLabel: "suggestionAriaLabel", suggestions: "suggestions", value: "value" }, outputs: { ifxInput: "ifxInput", ifxSuggestionRequested: "ifxSuggestionRequested", ifxSuggestionSelected: "ifxSuggestionSelected", ifxFocus: "ifxFocus", ifxBlur: "ifxBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2156
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2157
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSearchField, isStandalone: true, selector: "ifx-search-field", inputs: { ariaDescribedBy: "ariaDescribedBy", ariaLabelText: "ariaLabelText", ariaLabelledBy: "ariaLabelledBy", autocomplete: "autocomplete", deleteIconAriaLabel: "deleteIconAriaLabel", disabled: "disabled", dropdownAriaLabel: "dropdownAriaLabel", enableHistory: "enableHistory", historyDeleteAriaLabel: "historyDeleteAriaLabel", historyHeaderText: "historyHeaderText", historyItemAriaLabel: "historyItemAriaLabel", historyKey: "historyKey", maxHistoryItems: "maxHistoryItems", maxSuggestions: "maxSuggestions", maxlength: "maxlength", placeholder: "placeholder", showDeleteIcon: "showDeleteIcon", showSuggestions: "showSuggestions", size: "size", suggestionAriaLabel: "suggestionAriaLabel", suggestions: "suggestions", value: "value" }, outputs: { ifxInput: "ifxInput", ifxSuggestionRequested: "ifxSuggestionRequested", ifxSuggestionSelected: "ifxSuggestionSelected", ifxFocus: "ifxFocus", ifxBlur: "ifxBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2158
2158
  };
2159
2159
  IfxSearchField = __decorate([
2160
2160
  ProxyCmp({
@@ -2163,7 +2163,7 @@ IfxSearchField = __decorate([
2163
2163
  methods: ['clearSearchHistory']
2164
2164
  })
2165
2165
  ], IfxSearchField);
2166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSearchField, decorators: [{
2166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSearchField, decorators: [{
2167
2167
  type: Component,
2168
2168
  args: [{
2169
2169
  selector: 'ifx-search-field',
@@ -2193,8 +2193,8 @@ let IfxSegment = class IfxSegment {
2193
2193
  c.detach();
2194
2194
  this.el = r.nativeElement;
2195
2195
  }
2196
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2197
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSegment, isStandalone: true, selector: "ifx-segment", inputs: { icon: "icon", segmentIndex: "segmentIndex", selected: "selected", value: "value" }, outputs: { segmentSelect: "segmentSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2196
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2197
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSegment, isStandalone: true, selector: "ifx-segment", inputs: { icon: "icon", segmentIndex: "segmentIndex", selected: "selected", value: "value" }, outputs: { segmentSelect: "segmentSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2198
2198
  };
2199
2199
  IfxSegment = __decorate([
2200
2200
  ProxyCmp({
@@ -2202,7 +2202,7 @@ IfxSegment = __decorate([
2202
2202
  inputs: ['icon', 'segmentIndex', 'selected', 'value']
2203
2203
  })
2204
2204
  ], IfxSegment);
2205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSegment, decorators: [{
2205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSegment, decorators: [{
2206
2206
  type: Component,
2207
2207
  args: [{
2208
2208
  selector: 'ifx-segment',
@@ -2224,8 +2224,8 @@ let IfxSegmentedControl = class IfxSegmentedControl {
2224
2224
  c.detach();
2225
2225
  this.el = r.nativeElement;
2226
2226
  }
2227
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2228
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSegmentedControl, isStandalone: true, selector: "ifx-segmented-control", inputs: { caption: "caption", error: "error", label: "label", required: "required", size: "size" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2227
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2228
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSegmentedControl, isStandalone: true, selector: "ifx-segmented-control", inputs: { caption: "caption", error: "error", label: "label", required: "required", size: "size" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2229
2229
  };
2230
2230
  IfxSegmentedControl = __decorate([
2231
2231
  ProxyCmp({
@@ -2233,7 +2233,7 @@ IfxSegmentedControl = __decorate([
2233
2233
  inputs: ['caption', 'error', 'label', 'required', 'size']
2234
2234
  })
2235
2235
  ], IfxSegmentedControl);
2236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSegmentedControl, decorators: [{
2236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSegmentedControl, decorators: [{
2237
2237
  type: Component,
2238
2238
  args: [{
2239
2239
  selector: 'ifx-segmented-control',
@@ -2256,8 +2256,8 @@ let IfxSelect = class IfxSelect {
2256
2256
  c.detach();
2257
2257
  this.el = r.nativeElement;
2258
2258
  }
2259
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2260
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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", readOnly: "readOnly", removeItemButton: "removeItemButton", removeItems: "removeItems", renderChoiceLimit: "renderChoiceLimit", renderSelectedChoices: "renderSelectedChoices", required: "required", resetScrollPosition: "resetScrollPosition", searchChoices: "searchChoices", searchFields: "searchFields", searchFloor: "searchFloor", searchPlaceholderValue: "searchPlaceholderValue", searchResultLimit: "searchResultLimit", shouldSort: "shouldSort", shouldSortItems: "shouldSortItems", showClearButton: "showClearButton", showSearch: "showSearch", size: "size", sorter: "sorter", uniqueItemText: "uniqueItemText", value: "value", valueComparer: "valueComparer" }, outputs: { ifxSelect: "ifxSelect", ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2259
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2260
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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", readOnly: "readOnly", removeItemButton: "removeItemButton", removeItems: "removeItems", renderChoiceLimit: "renderChoiceLimit", renderSelectedChoices: "renderSelectedChoices", required: "required", resetScrollPosition: "resetScrollPosition", searchChoices: "searchChoices", searchFields: "searchFields", searchFloor: "searchFloor", searchPlaceholderValue: "searchPlaceholderValue", searchResultLimit: "searchResultLimit", shouldSort: "shouldSort", shouldSortItems: "shouldSortItems", showClearButton: "showClearButton", showSearch: "showSearch", size: "size", sorter: "sorter", uniqueItemText: "uniqueItemText", value: "value", valueComparer: "valueComparer" }, outputs: { ifxSelect: "ifxSelect", ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2261
2261
  };
2262
2262
  IfxSelect = __decorate([
2263
2263
  ProxyCmp({
@@ -2266,7 +2266,7 @@ IfxSelect = __decorate([
2266
2266
  methods: ['clearSelection', 'handleChange', 'highlightItem', 'unhighlightItem', 'highlightAll', 'unhighlightAll', 'removeActiveItemsByValue', 'removeActiveItems', 'removeHighlightedItems', 'showDropdown', 'hideDropdown', 'getValue', 'setValue', 'setChoiceByValue', 'setChoices', 'clearChoices', 'clearStore', 'clearInput', 'ajax', 'handleDeleteIcon']
2267
2267
  })
2268
2268
  ], IfxSelect);
2269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSelect, decorators: [{
2269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSelect, decorators: [{
2270
2270
  type: Component,
2271
2271
  args: [{
2272
2272
  selector: 'ifx-select',
@@ -2290,8 +2290,8 @@ let IfxSetFilter = class IfxSetFilter {
2290
2290
  c.detach();
2291
2291
  this.el = r.nativeElement;
2292
2292
  }
2293
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSetFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2294
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSetFilter, isStandalone: true, selector: "ifx-set-filter", inputs: { filterLabel: "filterLabel", filterName: "filterName", options: "options", placeholder: "placeholder", type: "type" }, outputs: { ifxFilterSelect: "ifxFilterSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2293
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSetFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2294
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSetFilter, isStandalone: true, selector: "ifx-set-filter", inputs: { filterLabel: "filterLabel", filterName: "filterName", options: "options", placeholder: "placeholder", type: "type" }, outputs: { ifxFilterSelect: "ifxFilterSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2295
2295
  };
2296
2296
  IfxSetFilter = __decorate([
2297
2297
  ProxyCmp({
@@ -2299,7 +2299,7 @@ IfxSetFilter = __decorate([
2299
2299
  inputs: ['filterLabel', 'filterName', 'options', 'placeholder', 'type']
2300
2300
  })
2301
2301
  ], IfxSetFilter);
2302
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSetFilter, decorators: [{
2302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSetFilter, decorators: [{
2303
2303
  type: Component,
2304
2304
  args: [{
2305
2305
  selector: 'ifx-set-filter',
@@ -2322,8 +2322,8 @@ let IfxSidebar = class IfxSidebar {
2322
2322
  c.detach();
2323
2323
  this.el = r.nativeElement;
2324
2324
  }
2325
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2326
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSidebar, isStandalone: true, selector: "ifx-sidebar", inputs: { applicationName: "applicationName", collapsed: "collapsed", collapsible: "collapsible", copyrightText: "copyrightText", fixed: "fixed", footerHrefTarget: "footerHrefTarget", hideMenuLabel: "hideMenuLabel", imprint: "imprint", initialCollapse: "initialCollapse", logoHref: "logoHref", logoHrefTarget: "logoHrefTarget", position: "position", privacyPolicy: "privacyPolicy", showFooter: "showFooter", showHeader: "showHeader", termsOfUse: "termsOfUse" }, outputs: { ifxSidebarCollapseChange: "ifxSidebarCollapseChange", ifxSidebarLogoClick: "ifxSidebarLogoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2325
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2326
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSidebar, isStandalone: true, selector: "ifx-sidebar", inputs: { applicationName: "applicationName", collapsed: "collapsed", collapsible: "collapsible", copyrightText: "copyrightText", fixed: "fixed", footerHrefTarget: "footerHrefTarget", hideMenuLabel: "hideMenuLabel", imprint: "imprint", initialCollapse: "initialCollapse", logoHref: "logoHref", logoHrefTarget: "logoHrefTarget", position: "position", privacyPolicy: "privacyPolicy", showFooter: "showFooter", showHeader: "showHeader", termsOfUse: "termsOfUse" }, outputs: { ifxSidebarCollapseChange: "ifxSidebarCollapseChange", ifxSidebarLogoClick: "ifxSidebarLogoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2327
2327
  };
2328
2328
  IfxSidebar = __decorate([
2329
2329
  ProxyCmp({
@@ -2332,7 +2332,7 @@ IfxSidebar = __decorate([
2332
2332
  methods: ['toggleCollapse', 'collapse', 'expand']
2333
2333
  })
2334
2334
  ], IfxSidebar);
2335
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSidebar, decorators: [{
2335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSidebar, decorators: [{
2336
2336
  type: Component,
2337
2337
  args: [{
2338
2338
  selector: 'ifx-sidebar',
@@ -2358,8 +2358,8 @@ let IfxSidebarItem = class IfxSidebarItem {
2358
2358
  c.detach();
2359
2359
  this.el = r.nativeElement;
2360
2360
  }
2361
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSidebarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2362
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSidebarItem, isStandalone: true, selector: "ifx-sidebar-item", inputs: { active: "active", handleItemClick: "handleItemClick", href: "href", icon: "icon", isActionItem: "isActionItem", numberIndicator: "numberIndicator", target: "target" }, outputs: { ifxSidebarMenu: "ifxSidebarMenu", ifxSidebarNavigationItem: "ifxSidebarNavigationItem", ifxSidebarActionItem: "ifxSidebarActionItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2361
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSidebarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2362
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSidebarItem, isStandalone: true, selector: "ifx-sidebar-item", inputs: { active: "active", handleItemClick: "handleItemClick", href: "href", icon: "icon", isActionItem: "isActionItem", numberIndicator: "numberIndicator", target: "target" }, outputs: { ifxSidebarMenu: "ifxSidebarMenu", ifxSidebarNavigationItem: "ifxSidebarNavigationItem", ifxSidebarActionItem: "ifxSidebarActionItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2363
2363
  };
2364
2364
  IfxSidebarItem = __decorate([
2365
2365
  ProxyCmp({
@@ -2368,7 +2368,7 @@ IfxSidebarItem = __decorate([
2368
2368
  methods: ['setActiveClasses', 'expandMenu', 'isItemExpandable']
2369
2369
  })
2370
2370
  ], IfxSidebarItem);
2371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSidebarItem, decorators: [{
2371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSidebarItem, decorators: [{
2372
2372
  type: Component,
2373
2373
  args: [{
2374
2374
  selector: 'ifx-sidebar-item',
@@ -2393,8 +2393,8 @@ let IfxSidebarTitle = class IfxSidebarTitle {
2393
2393
  c.detach();
2394
2394
  this.el = r.nativeElement;
2395
2395
  }
2396
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSidebarTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2397
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSidebarTitle, isStandalone: true, selector: "ifx-sidebar-title", inputs: { showInCollapsed: "showInCollapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2396
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSidebarTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2397
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSidebarTitle, isStandalone: true, selector: "ifx-sidebar-title", inputs: { showInCollapsed: "showInCollapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2398
2398
  };
2399
2399
  IfxSidebarTitle = __decorate([
2400
2400
  ProxyCmp({
@@ -2402,7 +2402,7 @@ IfxSidebarTitle = __decorate([
2402
2402
  inputs: ['showInCollapsed']
2403
2403
  })
2404
2404
  ], IfxSidebarTitle);
2405
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSidebarTitle, decorators: [{
2405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSidebarTitle, decorators: [{
2406
2406
  type: Component,
2407
2407
  args: [{
2408
2408
  selector: 'ifx-sidebar-title',
@@ -2421,8 +2421,8 @@ let IfxSlider = class IfxSlider {
2421
2421
  c.detach();
2422
2422
  this.el = r.nativeElement;
2423
2423
  }
2424
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2425
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSlider, isStandalone: true, selector: "ifx-slider", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", leftIcon: "leftIcon", leftText: "leftText", max: "max", maxValueHandle: "maxValueHandle", min: "min", minValueHandle: "minValueHandle", readOnly: "readOnly", rightIcon: "rightIcon", rightText: "rightText", showPercentage: "showPercentage", step: "step", type: "type", value: "value" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2424
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2425
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSlider, isStandalone: true, selector: "ifx-slider", inputs: { ariaLabelText: "ariaLabelText", disabled: "disabled", leftIcon: "leftIcon", leftText: "leftText", max: "max", maxValueHandle: "maxValueHandle", min: "min", minValueHandle: "minValueHandle", readOnly: "readOnly", rightIcon: "rightIcon", rightText: "rightText", showPercentage: "showPercentage", step: "step", type: "type", value: "value" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2426
2426
  };
2427
2427
  IfxSlider = __decorate([
2428
2428
  ProxyCmp({
@@ -2430,7 +2430,7 @@ IfxSlider = __decorate([
2430
2430
  inputs: ['ariaLabelText', 'disabled', 'leftIcon', 'leftText', 'max', 'maxValueHandle', 'min', 'minValueHandle', 'readOnly', 'rightIcon', 'rightText', 'showPercentage', 'step', 'type', 'value']
2431
2431
  })
2432
2432
  ], IfxSlider);
2433
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSlider, decorators: [{
2433
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSlider, decorators: [{
2434
2434
  type: Component,
2435
2435
  args: [{
2436
2436
  selector: 'ifx-slider',
@@ -2451,8 +2451,8 @@ let IfxSpinner = class IfxSpinner {
2451
2451
  c.detach();
2452
2452
  this.el = r.nativeElement;
2453
2453
  }
2454
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2455
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSpinner, isStandalone: true, selector: "ifx-spinner", inputs: { ariaLabelText: "ariaLabelText", inverted: "inverted", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2454
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2455
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSpinner, isStandalone: true, selector: "ifx-spinner", inputs: { ariaLabelText: "ariaLabelText", inverted: "inverted", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2456
2456
  };
2457
2457
  IfxSpinner = __decorate([
2458
2458
  ProxyCmp({
@@ -2460,7 +2460,7 @@ IfxSpinner = __decorate([
2460
2460
  inputs: ['ariaLabelText', 'inverted', 'size', 'variant']
2461
2461
  })
2462
2462
  ], IfxSpinner);
2463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSpinner, decorators: [{
2463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSpinner, decorators: [{
2464
2464
  type: Component,
2465
2465
  args: [{
2466
2466
  selector: 'ifx-spinner',
@@ -2478,8 +2478,8 @@ let IfxStatus = class IfxStatus {
2478
2478
  c.detach();
2479
2479
  this.el = r.nativeElement;
2480
2480
  }
2481
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2482
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
2481
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2482
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
2483
2483
  };
2484
2484
  IfxStatus = __decorate([
2485
2485
  ProxyCmp({
@@ -2487,7 +2487,7 @@ IfxStatus = __decorate([
2487
2487
  inputs: ['border', 'color', 'label']
2488
2488
  })
2489
2489
  ], IfxStatus);
2490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxStatus, decorators: [{
2490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxStatus, decorators: [{
2491
2491
  type: Component,
2492
2492
  args: [{
2493
2493
  selector: 'ifx-status',
@@ -2505,8 +2505,8 @@ let IfxStep = class IfxStep {
2505
2505
  c.detach();
2506
2506
  this.el = r.nativeElement;
2507
2507
  }
2508
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2509
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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 });
2508
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2509
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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 });
2510
2510
  };
2511
2511
  IfxStep = __decorate([
2512
2512
  ProxyCmp({
@@ -2514,7 +2514,7 @@ IfxStep = __decorate([
2514
2514
  inputs: ['complete', 'disabled', 'error', 'lastStep', 'stepId', 'stepperState']
2515
2515
  })
2516
2516
  ], IfxStep);
2517
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxStep, decorators: [{
2517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxStep, decorators: [{
2518
2518
  type: Component,
2519
2519
  args: [{
2520
2520
  selector: 'ifx-step',
@@ -2533,8 +2533,8 @@ let IfxStepper = class IfxStepper {
2533
2533
  c.detach();
2534
2534
  this.el = r.nativeElement;
2535
2535
  }
2536
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2537
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxStepper, isStandalone: true, selector: "ifx-stepper", inputs: { activeStep: "activeStep", ariaCurrentText: "ariaCurrentText", ariaLabelText: "ariaLabelText", indicatorPosition: "indicatorPosition", showStepNumber: "showStepNumber", variant: "variant" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2536
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2537
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxStepper, isStandalone: true, selector: "ifx-stepper", inputs: { activeStep: "activeStep", ariaCurrentText: "ariaCurrentText", ariaLabelText: "ariaLabelText", indicatorPosition: "indicatorPosition", showStepNumber: "showStepNumber", variant: "variant" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2538
2538
  };
2539
2539
  IfxStepper = __decorate([
2540
2540
  ProxyCmp({
@@ -2542,7 +2542,7 @@ IfxStepper = __decorate([
2542
2542
  inputs: ['activeStep', 'ariaCurrentText', 'ariaLabelText', 'indicatorPosition', 'showStepNumber', 'variant']
2543
2543
  })
2544
2544
  ], IfxStepper);
2545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxStepper, decorators: [{
2545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxStepper, decorators: [{
2546
2546
  type: Component,
2547
2547
  args: [{
2548
2548
  selector: 'ifx-stepper',
@@ -2564,8 +2564,8 @@ let IfxSwitch = class IfxSwitch {
2564
2564
  c.detach();
2565
2565
  this.el = r.nativeElement;
2566
2566
  }
2567
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2568
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxSwitch, isStandalone: true, selector: "ifx-switch", inputs: { checked: "checked", disabled: "disabled", name: "name", readOnly: "readOnly", value: "value" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2567
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2568
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxSwitch, isStandalone: true, selector: "ifx-switch", inputs: { checked: "checked", disabled: "disabled", name: "name", readOnly: "readOnly", value: "value" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2569
2569
  };
2570
2570
  IfxSwitch = __decorate([
2571
2571
  ProxyCmp({
@@ -2574,7 +2574,7 @@ IfxSwitch = __decorate([
2574
2574
  methods: ['isChecked', 'setChecked', 'toggle']
2575
2575
  })
2576
2576
  ], IfxSwitch);
2577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxSwitch, decorators: [{
2577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxSwitch, decorators: [{
2578
2578
  type: Component,
2579
2579
  args: [{
2580
2580
  selector: 'ifx-switch',
@@ -2596,8 +2596,8 @@ let IfxTab = class IfxTab {
2596
2596
  c.detach();
2597
2597
  this.el = r.nativeElement;
2598
2598
  }
2599
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2600
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxTab, isStandalone: true, selector: "ifx-tab", inputs: { disabled: "disabled", header: "header", icon: "icon", iconPosition: "iconPosition", label: "label", number: "number", positionSticky: "positionSticky", subline: "subline" }, outputs: { tabHeaderChange: "tabHeaderChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2599
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2600
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxTab, isStandalone: true, selector: "ifx-tab", inputs: { disabled: "disabled", header: "header", icon: "icon", iconPosition: "iconPosition", label: "label", number: "number", positionSticky: "positionSticky", subline: "subline" }, outputs: { tabHeaderChange: "tabHeaderChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2601
2601
  };
2602
2602
  IfxTab = __decorate([
2603
2603
  ProxyCmp({
@@ -2605,7 +2605,7 @@ IfxTab = __decorate([
2605
2605
  inputs: ['disabled', 'header', 'icon', 'iconPosition', 'label', 'number', 'positionSticky', 'subline']
2606
2606
  })
2607
2607
  ], IfxTab);
2608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTab, decorators: [{
2608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTab, decorators: [{
2609
2609
  type: Component,
2610
2610
  args: [{
2611
2611
  selector: 'ifx-tab',
@@ -2627,8 +2627,8 @@ let IfxTable = class IfxTable {
2627
2627
  c.detach();
2628
2628
  this.el = r.nativeElement;
2629
2629
  }
2630
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2631
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxTable, isStandalone: true, selector: "ifx-table", inputs: { buttonRendererOptions: "buttonRendererOptions", checkboxRendererOptions: "checkboxRendererOptions", cols: "cols", columnMinWidth: "columnMinWidth", columnWidth: "columnWidth", enableSelection: "enableSelection", filterOrientation: "filterOrientation", fitColumns: "fitColumns", headline: "headline", headlineNumber: "headlineNumber", iconButtonRendererOptions: "iconButtonRendererOptions", pagination: "pagination", paginationItemsPerPage: "paginationItemsPerPage", rowHeight: "rowHeight", rows: "rows", serverPageChangeHandler: "serverPageChangeHandler", serverSidePagination: "serverSidePagination", showLoading: "showLoading", tableHeight: "tableHeight", variant: "variant" }, outputs: { ifxSortChange: "ifxSortChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2630
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2631
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxTable, isStandalone: true, selector: "ifx-table", inputs: { buttonRendererOptions: "buttonRendererOptions", checkboxRendererOptions: "checkboxRendererOptions", cols: "cols", columnMinWidth: "columnMinWidth", columnWidth: "columnWidth", enableSelection: "enableSelection", filterOrientation: "filterOrientation", fitColumns: "fitColumns", headline: "headline", headlineNumber: "headlineNumber", iconButtonRendererOptions: "iconButtonRendererOptions", pagination: "pagination", paginationItemsPerPage: "paginationItemsPerPage", rowHeight: "rowHeight", rows: "rows", serverPageChangeHandler: "serverPageChangeHandler", serverSidePagination: "serverSidePagination", showLoading: "showLoading", tableHeight: "tableHeight", variant: "variant" }, outputs: { ifxSortChange: "ifxSortChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2632
2632
  };
2633
2633
  IfxTable = __decorate([
2634
2634
  ProxyCmp({
@@ -2637,7 +2637,7 @@ IfxTable = __decorate([
2637
2637
  methods: ['onBtShowLoading']
2638
2638
  })
2639
2639
  ], IfxTable);
2640
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTable, decorators: [{
2640
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTable, decorators: [{
2641
2641
  type: Component,
2642
2642
  args: [{
2643
2643
  selector: 'ifx-table',
@@ -2659,8 +2659,8 @@ let IfxTabs = class IfxTabs {
2659
2659
  c.detach();
2660
2660
  this.el = r.nativeElement;
2661
2661
  }
2662
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2663
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxTabs, isStandalone: true, selector: "ifx-tabs", inputs: { activeTabIndex: "activeTabIndex", fullWidth: "fullWidth", label: "label", number: "number", orientation: "orientation", positionSticky: "positionSticky", subline: "subline" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2662
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2663
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxTabs, isStandalone: true, selector: "ifx-tabs", inputs: { activeTabIndex: "activeTabIndex", fullWidth: "fullWidth", label: "label", number: "number", orientation: "orientation", positionSticky: "positionSticky", subline: "subline" }, outputs: { ifxChange: "ifxChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2664
2664
  };
2665
2665
  IfxTabs = __decorate([
2666
2666
  ProxyCmp({
@@ -2668,7 +2668,7 @@ IfxTabs = __decorate([
2668
2668
  inputs: ['activeTabIndex', 'fullWidth', 'label', 'number', 'orientation', 'positionSticky', 'subline']
2669
2669
  })
2670
2670
  ], IfxTabs);
2671
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTabs, decorators: [{
2671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTabs, decorators: [{
2672
2672
  type: Component,
2673
2673
  args: [{
2674
2674
  selector: 'ifx-tabs',
@@ -2691,8 +2691,8 @@ let IfxTemplate = class IfxTemplate {
2691
2691
  c.detach();
2692
2692
  this.el = r.nativeElement;
2693
2693
  }
2694
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2695
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxTemplate, isStandalone: true, selector: "ifx-template", inputs: { name: "name", thumbnail: "thumbnail" }, outputs: { toggleTemplates: "toggleTemplates", fieldError: "fieldError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2694
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2695
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxTemplate, isStandalone: true, selector: "ifx-template", inputs: { name: "name", thumbnail: "thumbnail" }, outputs: { toggleTemplates: "toggleTemplates", fieldError: "fieldError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2696
2696
  };
2697
2697
  IfxTemplate = __decorate([
2698
2698
  ProxyCmp({
@@ -2701,7 +2701,7 @@ IfxTemplate = __decorate([
2701
2701
  methods: ['toggleTemplate']
2702
2702
  })
2703
2703
  ], IfxTemplate);
2704
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTemplate, decorators: [{
2704
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTemplate, decorators: [{
2705
2705
  type: Component,
2706
2706
  args: [{
2707
2707
  selector: 'ifx-template',
@@ -2724,15 +2724,15 @@ let IfxTemplatesUi = class IfxTemplatesUi {
2724
2724
  c.detach();
2725
2725
  this.el = r.nativeElement;
2726
2726
  }
2727
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTemplatesUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2728
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxTemplatesUi, isStandalone: true, selector: "ifx-templates-ui", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2727
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTemplatesUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2728
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxTemplatesUi, isStandalone: true, selector: "ifx-templates-ui", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2729
2729
  };
2730
2730
  IfxTemplatesUi = __decorate([
2731
2731
  ProxyCmp({
2732
2732
  defineCustomElementFn: defineCustomElement$1g
2733
2733
  })
2734
2734
  ], IfxTemplatesUi);
2735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTemplatesUi, decorators: [{
2735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTemplatesUi, decorators: [{
2736
2736
  type: Component,
2737
2737
  args: [{
2738
2738
  selector: 'ifx-templates-ui',
@@ -2751,8 +2751,8 @@ let IfxTextField = class IfxTextField {
2751
2751
  c.detach();
2752
2752
  this.el = r.nativeElement;
2753
2753
  }
2754
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2755
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", showDeleteIcon: "showDeleteIcon", size: "size", success: "success", type: "type", value: "value" }, outputs: { ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2754
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2755
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", showDeleteIcon: "showDeleteIcon", size: "size", success: "success", type: "type", value: "value" }, outputs: { ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2756
2756
  };
2757
2757
  IfxTextField = __decorate([
2758
2758
  ProxyCmp({
@@ -2761,7 +2761,7 @@ IfxTextField = __decorate([
2761
2761
  methods: ['reset']
2762
2762
  })
2763
2763
  ], IfxTextField);
2764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTextField, decorators: [{
2764
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTextField, decorators: [{
2765
2765
  type: Component,
2766
2766
  args: [{
2767
2767
  selector: 'ifx-text-field',
@@ -2783,8 +2783,8 @@ let IfxTextarea = class IfxTextarea {
2783
2783
  c.detach();
2784
2784
  this.el = r.nativeElement;
2785
2785
  }
2786
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2787
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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", success: "success", value: "value", wrap: "wrap" }, outputs: { ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2786
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2787
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", 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", success: "success", value: "value", wrap: "wrap" }, outputs: { ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2788
2788
  };
2789
2789
  IfxTextarea = __decorate([
2790
2790
  ProxyCmp({
@@ -2793,7 +2793,7 @@ IfxTextarea = __decorate([
2793
2793
  methods: ['reset']
2794
2794
  })
2795
2795
  ], IfxTextarea);
2796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTextarea, decorators: [{
2796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTextarea, decorators: [{
2797
2797
  type: Component,
2798
2798
  args: [{
2799
2799
  selector: 'ifx-textarea',
@@ -2814,8 +2814,8 @@ let IfxTooltip = class IfxTooltip {
2814
2814
  c.detach();
2815
2815
  this.el = r.nativeElement;
2816
2816
  }
2817
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2818
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxTooltip, isStandalone: true, selector: "ifx-tooltip", inputs: { appendToBody: "appendToBody", ariaLabelText: "ariaLabelText", header: "header", icon: "icon", position: "position", text: "text", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2817
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2818
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxTooltip, isStandalone: true, selector: "ifx-tooltip", inputs: { appendToBody: "appendToBody", ariaLabelText: "ariaLabelText", header: "header", icon: "icon", position: "position", text: "text", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2819
2819
  };
2820
2820
  IfxTooltip = __decorate([
2821
2821
  ProxyCmp({
@@ -2823,7 +2823,7 @@ IfxTooltip = __decorate([
2823
2823
  inputs: ['appendToBody', 'ariaLabelText', 'header', 'icon', 'position', 'text', 'variant']
2824
2824
  })
2825
2825
  ], IfxTooltip);
2826
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTooltip, decorators: [{
2826
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTooltip, decorators: [{
2827
2827
  type: Component,
2828
2828
  args: [{
2829
2829
  selector: 'ifx-tooltip',
@@ -2843,8 +2843,8 @@ let IfxTreeView = class IfxTreeView {
2843
2843
  c.detach();
2844
2844
  this.el = r.nativeElement;
2845
2845
  }
2846
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2847
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxTreeView, isStandalone: true, selector: "ifx-tree-view", inputs: { ariaLabelText: "ariaLabelText", disableAllItems: "disableAllItems", expandAllItems: "expandAllItems", label: "label" }, outputs: { ifxTreeViewExpandAllChange: "ifxTreeViewExpandAllChange", ifxTreeViewDisableAllChange: "ifxTreeViewDisableAllChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2846
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2847
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxTreeView, isStandalone: true, selector: "ifx-tree-view", inputs: { ariaLabelText: "ariaLabelText", disableAllItems: "disableAllItems", expandAllItems: "expandAllItems", label: "label" }, outputs: { ifxTreeViewExpandAllChange: "ifxTreeViewExpandAllChange", ifxTreeViewDisableAllChange: "ifxTreeViewDisableAllChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2848
2848
  };
2849
2849
  IfxTreeView = __decorate([
2850
2850
  ProxyCmp({
@@ -2852,7 +2852,7 @@ IfxTreeView = __decorate([
2852
2852
  inputs: ['ariaLabelText', 'disableAllItems', 'expandAllItems', 'label']
2853
2853
  })
2854
2854
  ], IfxTreeView);
2855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTreeView, decorators: [{
2855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTreeView, decorators: [{
2856
2856
  type: Component,
2857
2857
  args: [{
2858
2858
  selector: 'ifx-tree-view',
@@ -2878,8 +2878,8 @@ let IfxTreeViewItem = class IfxTreeViewItem {
2878
2878
  c.detach();
2879
2879
  this.el = r.nativeElement;
2880
2880
  }
2881
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTreeViewItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2882
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: IfxTreeViewItem, isStandalone: true, selector: "ifx-tree-view-item", inputs: { ariaLabelText: "ariaLabelText", disableItem: "disableItem", expanded: "expanded", initiallyExpanded: "initiallyExpanded", initiallySelected: "initiallySelected", value: "value" }, outputs: { ifxTreeViewItemExpandChange: "ifxTreeViewItemExpandChange", ifxTreeViewItemCheckChange: "ifxTreeViewItemCheckChange", ifxTreeViewItemDisableChange: "ifxTreeViewItemDisableChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2881
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTreeViewItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2882
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: IfxTreeViewItem, isStandalone: true, selector: "ifx-tree-view-item", inputs: { ariaLabelText: "ariaLabelText", disableItem: "disableItem", expanded: "expanded", initiallyExpanded: "initiallyExpanded", initiallySelected: "initiallySelected", value: "value" }, outputs: { ifxTreeViewItemExpandChange: "ifxTreeViewItemExpandChange", ifxTreeViewItemCheckChange: "ifxTreeViewItemCheckChange", ifxTreeViewItemDisableChange: "ifxTreeViewItemDisableChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2883
2883
  };
2884
2884
  IfxTreeViewItem = __decorate([
2885
2885
  ProxyCmp({
@@ -2887,7 +2887,7 @@ IfxTreeViewItem = __decorate([
2887
2887
  inputs: ['ariaLabelText', 'disableItem', 'expanded', 'initiallyExpanded', 'initiallySelected', 'value']
2888
2888
  })
2889
2889
  ], IfxTreeViewItem);
2890
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: IfxTreeViewItem, decorators: [{
2890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: IfxTreeViewItem, decorators: [{
2891
2891
  type: Component,
2892
2892
  args: [{
2893
2893
  selector: 'ifx-tree-view-item',