@siemens/ix-angular 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,6 +56,30 @@ function ProxyCmp(opts) {
56
56
  return decorator;
57
57
  }
58
58
 
59
+ let IxActionCard = class IxActionCard {
60
+ constructor(c, r, z) {
61
+ this.z = z;
62
+ c.detach();
63
+ this.el = r.nativeElement;
64
+ }
65
+ };
66
+ /** @nocollapse */ IxActionCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxActionCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
67
+ /** @nocollapse */ IxActionCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxActionCard, selector: "ix-action-card", inputs: { heading: "heading", icon: "icon", selected: "selected", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
68
+ IxActionCard = __decorate([
69
+ ProxyCmp({
70
+ inputs: ['heading', 'icon', 'selected', 'subheading', 'variant']
71
+ })
72
+ ], IxActionCard);
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxActionCard, decorators: [{
74
+ type: Component,
75
+ args: [{
76
+ selector: 'ix-action-card',
77
+ changeDetection: ChangeDetectionStrategy.OnPush,
78
+ template: '<ng-content></ng-content>',
79
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
80
+ inputs: ['heading', 'icon', 'selected', 'subheading', 'variant'],
81
+ }]
82
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
59
83
  let IxAnimatedTab = class IxAnimatedTab {
60
84
  constructor(c, r, z) {
61
85
  this.z = z;
@@ -251,6 +275,121 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
251
275
  inputs: ['disabled', 'ghost', 'invisible', 'outline', 'selected', 'type', 'variant'],
252
276
  }]
253
277
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
278
+ let IxCard = class IxCard {
279
+ constructor(c, r, z) {
280
+ this.z = z;
281
+ c.detach();
282
+ this.el = r.nativeElement;
283
+ }
284
+ };
285
+ /** @nocollapse */ IxCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
286
+ /** @nocollapse */ IxCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCard, selector: "ix-card", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
287
+ IxCard = __decorate([
288
+ ProxyCmp({
289
+ inputs: ['variant']
290
+ })
291
+ ], IxCard);
292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCard, decorators: [{
293
+ type: Component,
294
+ args: [{
295
+ selector: 'ix-card',
296
+ changeDetection: ChangeDetectionStrategy.OnPush,
297
+ template: '<ng-content></ng-content>',
298
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
299
+ inputs: ['variant'],
300
+ }]
301
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
302
+ let IxCardAccordion = class IxCardAccordion {
303
+ constructor(c, r, z) {
304
+ this.z = z;
305
+ c.detach();
306
+ this.el = r.nativeElement;
307
+ }
308
+ };
309
+ /** @nocollapse */ IxCardAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCardAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
310
+ /** @nocollapse */ IxCardAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCardAccordion, selector: "ix-card-accordion", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
311
+ IxCardAccordion = __decorate([
312
+ ProxyCmp({})
313
+ ], IxCardAccordion);
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCardAccordion, decorators: [{
315
+ type: Component,
316
+ args: [{
317
+ selector: 'ix-card-accordion',
318
+ changeDetection: ChangeDetectionStrategy.OnPush,
319
+ template: '<ng-content></ng-content>',
320
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
321
+ inputs: [],
322
+ }]
323
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
324
+ let IxCardContent = class IxCardContent {
325
+ constructor(c, r, z) {
326
+ this.z = z;
327
+ c.detach();
328
+ this.el = r.nativeElement;
329
+ }
330
+ };
331
+ /** @nocollapse */ IxCardContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
332
+ /** @nocollapse */ IxCardContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCardContent, selector: "ix-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
333
+ IxCardContent = __decorate([
334
+ ProxyCmp({})
335
+ ], IxCardContent);
336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCardContent, decorators: [{
337
+ type: Component,
338
+ args: [{
339
+ selector: 'ix-card-content',
340
+ changeDetection: ChangeDetectionStrategy.OnPush,
341
+ template: '<ng-content></ng-content>',
342
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
343
+ inputs: [],
344
+ }]
345
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
346
+ let IxCardList = class IxCardList {
347
+ constructor(c, r, z) {
348
+ this.z = z;
349
+ c.detach();
350
+ this.el = r.nativeElement;
351
+ proxyOutputs(this, this.el, ['collapseChanged', 'showAllClick', 'showMoreCardClick']);
352
+ }
353
+ };
354
+ /** @nocollapse */ IxCardList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCardList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
355
+ /** @nocollapse */ IxCardList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCardList, selector: "ix-card-list", inputs: { collapse: "collapse", i18nMoreCards: "i18nMoreCards", i18nShowAll: "i18nShowAll", label: "label", listStyle: "listStyle", showAllCount: "showAllCount", suppressOverflowHandling: "suppressOverflowHandling" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
356
+ IxCardList = __decorate([
357
+ ProxyCmp({
358
+ inputs: ['collapse', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling']
359
+ })
360
+ ], IxCardList);
361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCardList, decorators: [{
362
+ type: Component,
363
+ args: [{
364
+ selector: 'ix-card-list',
365
+ changeDetection: ChangeDetectionStrategy.OnPush,
366
+ template: '<ng-content></ng-content>',
367
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
368
+ inputs: ['collapse', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling'],
369
+ }]
370
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
371
+ let IxCardTitle = class IxCardTitle {
372
+ constructor(c, r, z) {
373
+ this.z = z;
374
+ c.detach();
375
+ this.el = r.nativeElement;
376
+ }
377
+ };
378
+ /** @nocollapse */ IxCardTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
379
+ /** @nocollapse */ IxCardTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCardTitle, selector: "ix-card-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
380
+ IxCardTitle = __decorate([
381
+ ProxyCmp({})
382
+ ], IxCardTitle);
383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCardTitle, decorators: [{
384
+ type: Component,
385
+ args: [{
386
+ selector: 'ix-card-title',
387
+ changeDetection: ChangeDetectionStrategy.OnPush,
388
+ template: '<ng-content></ng-content>',
389
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
390
+ inputs: [],
391
+ }]
392
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
254
393
  let IxCategoryFilter = class IxCategoryFilter {
255
394
  constructor(c, r, z) {
256
395
  this.z = z;
@@ -301,6 +440,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
301
440
  inputs: ['active', 'background', 'closable', 'color', 'icon', 'outline', 'variant'],
302
441
  }]
303
442
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
443
+ let IxContentHeader = class IxContentHeader {
444
+ constructor(c, r, z) {
445
+ this.z = z;
446
+ c.detach();
447
+ this.el = r.nativeElement;
448
+ proxyOutputs(this, this.el, ['backButtonClick']);
449
+ }
450
+ };
451
+ /** @nocollapse */ IxContentHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxContentHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
452
+ /** @nocollapse */ IxContentHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxContentHeader, selector: "ix-content-header", inputs: { hasBackButton: "hasBackButton", headerSubtitle: "headerSubtitle", headerTitle: "headerTitle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
453
+ IxContentHeader = __decorate([
454
+ ProxyCmp({
455
+ inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant']
456
+ })
457
+ ], IxContentHeader);
458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxContentHeader, decorators: [{
459
+ type: Component,
460
+ args: [{
461
+ selector: 'ix-content-header',
462
+ changeDetection: ChangeDetectionStrategy.OnPush,
463
+ template: '<ng-content></ng-content>',
464
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
465
+ inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant'],
466
+ }]
467
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
304
468
  let IxCounterPill = class IxCounterPill {
305
469
  constructor(c, r, z) {
306
470
  this.z = z;
@@ -522,6 +686,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
522
686
  inputs: [],
523
687
  }]
524
688
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
689
+ let IxEmptyState = class IxEmptyState {
690
+ constructor(c, r, z) {
691
+ this.z = z;
692
+ c.detach();
693
+ this.el = r.nativeElement;
694
+ proxyOutputs(this, this.el, ['actionClick']);
695
+ }
696
+ };
697
+ /** @nocollapse */ IxEmptyState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
698
+ /** @nocollapse */ IxEmptyState.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxEmptyState, selector: "ix-empty-state", inputs: { action: "action", header: "header", icon: "icon", layout: "layout", subHeader: "subHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
699
+ IxEmptyState = __decorate([
700
+ ProxyCmp({
701
+ inputs: ['action', 'header', 'icon', 'layout', 'subHeader']
702
+ })
703
+ ], IxEmptyState);
704
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxEmptyState, decorators: [{
705
+ type: Component,
706
+ args: [{
707
+ selector: 'ix-empty-state',
708
+ changeDetection: ChangeDetectionStrategy.OnPush,
709
+ template: '<ng-content></ng-content>',
710
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
711
+ inputs: ['action', 'header', 'icon', 'layout', 'subHeader'],
712
+ }]
713
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
525
714
  let IxEventList = class IxEventList {
526
715
  constructor(c, r, z) {
527
716
  this.z = z;
@@ -580,10 +769,10 @@ let IxExpandingSearch = class IxExpandingSearch {
580
769
  }
581
770
  };
582
771
  /** @nocollapse */ IxExpandingSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxExpandingSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
583
- /** @nocollapse */ IxExpandingSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxExpandingSearch, selector: "ix-expanding-search", inputs: { icon: "icon", placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
772
+ /** @nocollapse */ IxExpandingSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxExpandingSearch, selector: "ix-expanding-search", inputs: { fullWidth: "fullWidth", icon: "icon", placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
584
773
  IxExpandingSearch = __decorate([
585
774
  ProxyCmp({
586
- inputs: ['icon', 'placeholder', 'value']
775
+ inputs: ['fullWidth', 'icon', 'placeholder', 'value']
587
776
  })
588
777
  ], IxExpandingSearch);
589
778
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxExpandingSearch, decorators: [{
@@ -593,7 +782,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
593
782
  changeDetection: ChangeDetectionStrategy.OnPush,
594
783
  template: '<ng-content></ng-content>',
595
784
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
596
- inputs: ['icon', 'placeholder', 'value'],
785
+ inputs: ['fullWidth', 'icon', 'placeholder', 'value'],
597
786
  }]
598
787
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
599
788
  let IxFilterChip = class IxFilterChip {
@@ -833,6 +1022,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
833
1022
  inputs: [],
834
1023
  }]
835
1024
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1025
+ let IxKeyValue = class IxKeyValue {
1026
+ constructor(c, r, z) {
1027
+ this.z = z;
1028
+ c.detach();
1029
+ this.el = r.nativeElement;
1030
+ }
1031
+ };
1032
+ /** @nocollapse */ IxKeyValue.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxKeyValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1033
+ /** @nocollapse */ IxKeyValue.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxKeyValue, selector: "ix-key-value", inputs: { icon: "icon", label: "label", labelPosition: "labelPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1034
+ IxKeyValue = __decorate([
1035
+ ProxyCmp({
1036
+ inputs: ['icon', 'label', 'labelPosition', 'value']
1037
+ })
1038
+ ], IxKeyValue);
1039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxKeyValue, decorators: [{
1040
+ type: Component,
1041
+ args: [{
1042
+ selector: 'ix-key-value',
1043
+ changeDetection: ChangeDetectionStrategy.OnPush,
1044
+ template: '<ng-content></ng-content>',
1045
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1046
+ inputs: ['icon', 'label', 'labelPosition', 'value'],
1047
+ }]
1048
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1049
+ let IxKeyValueList = class IxKeyValueList {
1050
+ constructor(c, r, z) {
1051
+ this.z = z;
1052
+ c.detach();
1053
+ this.el = r.nativeElement;
1054
+ }
1055
+ };
1056
+ /** @nocollapse */ IxKeyValueList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxKeyValueList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1057
+ /** @nocollapse */ IxKeyValueList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxKeyValueList, selector: "ix-key-value-list", inputs: { striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1058
+ IxKeyValueList = __decorate([
1059
+ ProxyCmp({
1060
+ inputs: ['striped']
1061
+ })
1062
+ ], IxKeyValueList);
1063
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxKeyValueList, decorators: [{
1064
+ type: Component,
1065
+ args: [{
1066
+ selector: 'ix-key-value-list',
1067
+ changeDetection: ChangeDetectionStrategy.OnPush,
1068
+ template: '<ng-content></ng-content>',
1069
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1070
+ inputs: ['striped'],
1071
+ }]
1072
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
836
1073
  let IxKpi = class IxKpi {
837
1074
  constructor(c, r, z) {
838
1075
  this.z = z;
@@ -870,7 +1107,7 @@ let IxMapNavigation = class IxMapNavigation {
870
1107
  IxMapNavigation = __decorate([
871
1108
  ProxyCmp({
872
1109
  inputs: ['applicationName', 'hideContextMenu', 'navigationTitle'],
873
- methods: ['openOverlay', 'closeOverlay']
1110
+ methods: ['toggleSidebar', 'openOverlay', 'closeOverlay']
874
1111
  })
875
1112
  ], IxMapNavigation);
876
1113
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMapNavigation, decorators: [{
@@ -1277,6 +1514,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1277
1514
  inputs: ['alignLeft', 'background', 'color', 'icon', 'outline', 'variant'],
1278
1515
  }]
1279
1516
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1517
+ let IxPushCard = class IxPushCard {
1518
+ constructor(c, r, z) {
1519
+ this.z = z;
1520
+ c.detach();
1521
+ this.el = r.nativeElement;
1522
+ }
1523
+ };
1524
+ /** @nocollapse */ IxPushCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxPushCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1525
+ /** @nocollapse */ IxPushCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxPushCard, selector: "ix-push-card", inputs: { heading: "heading", icon: "icon", notification: "notification", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1526
+ IxPushCard = __decorate([
1527
+ ProxyCmp({
1528
+ inputs: ['heading', 'icon', 'notification', 'subheading', 'variant']
1529
+ })
1530
+ ], IxPushCard);
1531
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxPushCard, decorators: [{
1532
+ type: Component,
1533
+ args: [{
1534
+ selector: 'ix-push-card',
1535
+ changeDetection: ChangeDetectionStrategy.OnPush,
1536
+ template: '<ng-content></ng-content>',
1537
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1538
+ inputs: ['heading', 'icon', 'notification', 'subheading', 'variant'],
1539
+ }]
1540
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1280
1541
  let IxSelect = class IxSelect {
1281
1542
  constructor(c, r, z) {
1282
1543
  this.z = z;
@@ -1905,6 +2166,7 @@ const appInitialize = (doc) => {
1905
2166
  };
1906
2167
 
1907
2168
  const DIRECTIVES = [
2169
+ IxActionCard,
1908
2170
  IxAnimatedTab,
1909
2171
  IxAnimatedTabs,
1910
2172
  IxApplicationHeader,
@@ -1913,8 +2175,14 @@ const DIRECTIVES = [
1913
2175
  IxBreadcrumb,
1914
2176
  IxBreadcrumbItem,
1915
2177
  IxButton,
2178
+ IxCard,
2179
+ IxCardAccordion,
2180
+ IxCardContent,
2181
+ IxCardList,
2182
+ IxCardTitle,
1916
2183
  IxCategoryFilter,
1917
2184
  IxChip,
2185
+ IxContentHeader,
1918
2186
  IxCounterPill,
1919
2187
  IxDatePicker,
1920
2188
  IxDatetimePicker,
@@ -1924,6 +2192,7 @@ const DIRECTIVES = [
1924
2192
  IxDropdownButton,
1925
2193
  IxDropdownItem,
1926
2194
  IxDropdownQuickActions,
2195
+ IxEmptyState,
1927
2196
  IxEventList,
1928
2197
  IxEventListItem,
1929
2198
  IxExpandingSearch,
@@ -1937,6 +2206,8 @@ const DIRECTIVES = [
1937
2206
  IxIcon,
1938
2207
  IxIconButton,
1939
2208
  IxInputGroup,
2209
+ IxKeyValue,
2210
+ IxKeyValueList,
1940
2211
  IxKpi,
1941
2212
  IxMapNavigation,
1942
2213
  IxMapNavigationOverlay,
@@ -1955,6 +2226,7 @@ const DIRECTIVES = [
1955
2226
  IxModalExample,
1956
2227
  IxPagination,
1957
2228
  IxPill,
2229
+ IxPushCard,
1958
2230
  IxSelect,
1959
2231
  IxSelectItem,
1960
2232
  IxSpinner,
@@ -2179,7 +2451,7 @@ class IxModule {
2179
2451
  }
2180
2452
  }
2181
2453
  /** @nocollapse */ IxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2182
- /** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, declarations: [IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPagination, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective], exports: [IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPagination, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective] });
2454
+ /** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxChip, IxContentHeader, IxCounterPill, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPagination, IxPill, IxPushCard, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective], exports: [IxActionCard, IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxChip, IxContentHeader, IxCounterPill, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPagination, IxPill, IxPushCard, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective] });
2183
2455
  /** @nocollapse */ IxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule });
2184
2456
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, decorators: [{
2185
2457
  type: NgModule,
@@ -2202,5 +2474,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2202
2474
  * Generated bundle index. Do not edit.
2203
2475
  */
2204
2476
 
2205
- export { IxActiveModal, IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxModule, IxPagination, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTree, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ThemeService, ToastService };
2477
+ export { IxActionCard, IxActiveModal, IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxChip, IxContentHeader, IxCounterPill, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxModule, IxPagination, IxPill, IxPushCard, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTooltip, IxTree, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ThemeService, ToastService };
2206
2478
  //# sourceMappingURL=siemens-ix-angular.mjs.map