@spw-ds/spw-angular-library 1.1.9-alpha.0 → 1.2.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.
@@ -402,11 +402,11 @@ let SpwCheckbox = class SpwCheckbox {
402
402
  proxyOutputs(this, this.el, ['spwChange']);
403
403
  }
404
404
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
405
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCheckbox, isStandalone: true, selector: "spw-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", icon: "icon", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
405
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCheckbox, isStandalone: true, selector: "spw-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", icon: "icon", name: "name", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
406
406
  };
407
407
  SpwCheckbox = __decorate([
408
408
  ProxyCmp({
409
- inputs: ['checked', 'disabled', 'error', 'icon', 'name'],
409
+ inputs: ['checked', 'disabled', 'error', 'icon', 'name', 'variant'],
410
410
  methods: ['toggleCheckedState']
411
411
  })
412
412
  ], SpwCheckbox);
@@ -417,7 +417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
417
417
  changeDetection: ChangeDetectionStrategy.OnPush,
418
418
  template: '<ng-content></ng-content>',
419
419
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
420
- inputs: ['checked', 'disabled', 'error', 'icon', 'name'],
420
+ inputs: ['checked', 'disabled', 'error', 'icon', 'name', 'variant'],
421
421
  }]
422
422
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
423
423
  let SpwCookies = class SpwCookies {
@@ -452,11 +452,11 @@ let SpwCustomSelect = class SpwCustomSelect {
452
452
  proxyOutputs(this, this.el, ['valueChanged']);
453
453
  }
454
454
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCustomSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
455
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCustomSelect, isStandalone: true, selector: "spw-custom-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", isSearch: "isSearch", label: "label", multiple: "multiple", name: "name", options: "options", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
455
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwCustomSelect, isStandalone: true, selector: "spw-custom-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", isSearch: "isSearch", items: "items", label: "label", multiple: "multiple", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
456
456
  };
457
457
  SpwCustomSelect = __decorate([
458
458
  ProxyCmp({
459
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'isSearch', 'label', 'multiple', 'name', 'options', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning']
459
+ inputs: ['assistiveText', 'disabled', 'error', 'hint', 'isSearch', 'items', 'label', 'multiple', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning']
460
460
  })
461
461
  ], SpwCustomSelect);
462
462
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwCustomSelect, decorators: [{
@@ -466,7 +466,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
466
466
  changeDetection: ChangeDetectionStrategy.OnPush,
467
467
  template: '<ng-content></ng-content>',
468
468
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
469
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'isSearch', 'label', 'multiple', 'name', 'options', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
469
+ inputs: ['assistiveText', 'disabled', 'error', 'hint', 'isSearch', 'items', 'label', 'multiple', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
470
470
  }]
471
471
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
472
472
  let SpwDatePicker = class SpwDatePicker {
@@ -928,11 +928,11 @@ let SpwHero = class SpwHero {
928
928
  this.el = r.nativeElement;
929
929
  }
930
930
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHero, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
931
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHero, isStandalone: true, selector: "spw-hero", inputs: { alignment: "alignment", imageAlt: "imageAlt", imageSrc: "imageSrc", overlayOpacity: "overlayOpacity", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
931
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwHero, isStandalone: true, selector: "spw-hero", inputs: { alignment: "alignment", hasPictureFull: "hasPictureFull", imageAlt: "imageAlt", imageSrc: "imageSrc", overlayOpacity: "overlayOpacity", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
932
932
  };
933
933
  SpwHero = __decorate([
934
934
  ProxyCmp({
935
- inputs: ['alignment', 'imageAlt', 'imageSrc', 'overlayOpacity', 'surface', 'variant']
935
+ inputs: ['alignment', 'hasPictureFull', 'imageAlt', 'imageSrc', 'overlayOpacity', 'surface', 'variant']
936
936
  })
937
937
  ], SpwHero);
938
938
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwHero, decorators: [{
@@ -942,7 +942,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
942
942
  changeDetection: ChangeDetectionStrategy.OnPush,
943
943
  template: '<ng-content></ng-content>',
944
944
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
945
- inputs: ['alignment', 'imageAlt', 'imageSrc', 'overlayOpacity', 'surface', 'variant'],
945
+ inputs: ['alignment', 'hasPictureFull', 'imageAlt', 'imageSrc', 'overlayOpacity', 'surface', 'variant'],
946
946
  }]
947
947
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
948
948
  let SpwIcon = class SpwIcon {
@@ -969,6 +969,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
969
969
  inputs: ['icon', 'variant'],
970
970
  }]
971
971
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
972
+ let SpwIllustration = class SpwIllustration {
973
+ constructor(c, r, z) {
974
+ this.z = z;
975
+ c.detach();
976
+ this.el = r.nativeElement;
977
+ }
978
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwIllustration, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
979
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwIllustration, isStandalone: true, selector: "spw-illustration", inputs: { alt: "alt", height: "height", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
980
+ };
981
+ SpwIllustration = __decorate([
982
+ ProxyCmp({
983
+ inputs: ['alt', 'height', 'variant', 'width']
984
+ })
985
+ ], SpwIllustration);
986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwIllustration, decorators: [{
987
+ type: Component,
988
+ args: [{
989
+ selector: 'spw-illustration',
990
+ changeDetection: ChangeDetectionStrategy.OnPush,
991
+ template: '<ng-content></ng-content>',
992
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
993
+ inputs: ['alt', 'height', 'variant', 'width'],
994
+ }]
995
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
972
996
  let SpwIodda = class SpwIodda {
973
997
  constructor(c, r, z) {
974
998
  this.z = z;
@@ -1168,11 +1192,12 @@ let SpwModal = class SpwModal {
1168
1192
  proxyOutputs(this, this.el, ['spwModalOpen', 'spwModalClose']);
1169
1193
  }
1170
1194
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1171
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwModal, isStandalone: true, selector: "spw-modal", inputs: { alertIcon: "alertIcon", cancelButtonLabel: "cancelButtonLabel", caption: "caption", closeOnOverlayClick: "closeOnOverlayClick", okButtonLabel: "okButtonLabel", opened: "opened", showCloseButton: "showCloseButton", size: "size", stickyButtons: "stickyButtons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1195
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwModal, isStandalone: true, selector: "spw-modal", inputs: { alertIcon: "alertIcon", caption: "caption", closeOnOverlayClick: "closeOnOverlayClick", opened: "opened", showCloseButton: "showCloseButton", size: "size", stickyButtons: "stickyButtons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1172
1196
  };
1173
1197
  SpwModal = __decorate([
1174
1198
  ProxyCmp({
1175
- inputs: ['alertIcon', 'cancelButtonLabel', 'caption', 'closeOnOverlayClick', 'okButtonLabel', 'opened', 'showCloseButton', 'size', 'stickyButtons']
1199
+ inputs: ['alertIcon', 'caption', 'closeOnOverlayClick', 'opened', 'showCloseButton', 'size', 'stickyButtons'],
1200
+ methods: ['closeModal', 'openModal']
1176
1201
  })
1177
1202
  ], SpwModal);
1178
1203
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwModal, decorators: [{
@@ -1182,7 +1207,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
1182
1207
  changeDetection: ChangeDetectionStrategy.OnPush,
1183
1208
  template: '<ng-content></ng-content>',
1184
1209
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1185
- inputs: ['alertIcon', 'cancelButtonLabel', 'caption', 'closeOnOverlayClick', 'okButtonLabel', 'opened', 'showCloseButton', 'size', 'stickyButtons'],
1210
+ inputs: ['alertIcon', 'caption', 'closeOnOverlayClick', 'opened', 'showCloseButton', 'size', 'stickyButtons'],
1186
1211
  }]
1187
1212
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1188
1213
  let SpwMosaic = class SpwMosaic {
@@ -1315,11 +1340,11 @@ let SpwSelect = class SpwSelect {
1315
1340
  proxyOutputs(this, this.el, ['valueChanged']);
1316
1341
  }
1317
1342
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1318
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSelect, isStandalone: true, selector: "spw-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", label: "label", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1343
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSelect, isStandalone: true, selector: "spw-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", itemLabel: "itemLabel", itemValue: "itemValue", items: "items", label: "label", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1319
1344
  };
1320
1345
  SpwSelect = __decorate([
1321
1346
  ProxyCmp({
1322
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning']
1347
+ inputs: ['assistiveText', 'disabled', 'error', 'hint', 'itemLabel', 'itemValue', 'items', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning']
1323
1348
  })
1324
1349
  ], SpwSelect);
1325
1350
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSelect, decorators: [{
@@ -1329,7 +1354,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
1329
1354
  changeDetection: ChangeDetectionStrategy.OnPush,
1330
1355
  template: '<ng-content></ng-content>',
1331
1356
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1332
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
1357
+ inputs: ['assistiveText', 'disabled', 'error', 'hint', 'itemLabel', 'itemValue', 'items', 'label', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'value', 'warning'],
1333
1358
  }]
1334
1359
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1335
1360
  let SpwSeparator = class SpwSeparator {
@@ -1457,11 +1482,11 @@ let SpwSkeleton = class SpwSkeleton {
1457
1482
  this.el = r.nativeElement;
1458
1483
  }
1459
1484
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1460
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSkeleton, isStandalone: true, selector: "spw-skeleton", inputs: { lines: "lines" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1485
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSkeleton, isStandalone: true, selector: "spw-skeleton", inputs: { blocks: "blocks", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1461
1486
  };
1462
1487
  SpwSkeleton = __decorate([
1463
1488
  ProxyCmp({
1464
- inputs: ['lines']
1489
+ inputs: ['blocks', 'variant']
1465
1490
  })
1466
1491
  ], SpwSkeleton);
1467
1492
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSkeleton, decorators: [{
@@ -1471,7 +1496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
1471
1496
  changeDetection: ChangeDetectionStrategy.OnPush,
1472
1497
  template: '<ng-content></ng-content>',
1473
1498
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1474
- inputs: ['lines'],
1499
+ inputs: ['blocks', 'variant'],
1475
1500
  }]
1476
1501
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1477
1502
  let SpwSocials = class SpwSocials {
@@ -1648,10 +1673,12 @@ let SpwTableRow = class SpwTableRow {
1648
1673
  this.el = r.nativeElement;
1649
1674
  }
1650
1675
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1651
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableRow, isStandalone: true, selector: "spw-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1676
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableRow, isStandalone: true, selector: "spw-table-row", inputs: { state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1652
1677
  };
1653
1678
  SpwTableRow = __decorate([
1654
- ProxyCmp({})
1679
+ ProxyCmp({
1680
+ inputs: ['state']
1681
+ })
1655
1682
  ], SpwTableRow);
1656
1683
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableRow, decorators: [{
1657
1684
  type: Component,
@@ -1660,7 +1687,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
1660
1687
  changeDetection: ChangeDetectionStrategy.OnPush,
1661
1688
  template: '<ng-content></ng-content>',
1662
1689
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1663
- inputs: [],
1690
+ inputs: ['state'],
1664
1691
  }]
1665
1692
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1666
1693
  let SpwTabs = class SpwTabs {
@@ -1668,13 +1695,15 @@ let SpwTabs = class SpwTabs {
1668
1695
  this.z = z;
1669
1696
  c.detach();
1670
1697
  this.el = r.nativeElement;
1698
+ proxyOutputs(this, this.el, ['tabChanged']);
1671
1699
  }
1672
1700
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1673
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTabs, isStandalone: true, selector: "spw-tabs", inputs: { defaultActiveTab: "defaultActiveTab", hasEllipsis: "hasEllipsis", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1701
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTabs, isStandalone: true, selector: "spw-tabs", inputs: { defaultActiveTab: "defaultActiveTab", hasEllipsis: "hasEllipsis", maxWidth: "maxWidth", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1674
1702
  };
1675
1703
  SpwTabs = __decorate([
1676
1704
  ProxyCmp({
1677
- inputs: ['defaultActiveTab', 'hasEllipsis', 'variant']
1705
+ inputs: ['defaultActiveTab', 'hasEllipsis', 'maxWidth', 'size', 'variant'],
1706
+ methods: ['getSelectedTab', 'setSelectedTab']
1678
1707
  })
1679
1708
  ], SpwTabs);
1680
1709
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabs, decorators: [{
@@ -1684,7 +1713,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
1684
1713
  changeDetection: ChangeDetectionStrategy.OnPush,
1685
1714
  template: '<ng-content></ng-content>',
1686
1715
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1687
- inputs: ['defaultActiveTab', 'hasEllipsis', 'variant'],
1716
+ inputs: ['defaultActiveTab', 'hasEllipsis', 'maxWidth', 'size', 'variant'],
1688
1717
  }]
1689
1718
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1690
1719
  let SpwTabsContent = class SpwTabsContent {
@@ -1741,11 +1770,11 @@ let SpwTabsNavigationItem = class SpwTabsNavigationItem {
1741
1770
  proxyOutputs(this, this.el, ['tabSelected']);
1742
1771
  }
1743
1772
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabsNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1744
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTabsNavigationItem, isStandalone: true, selector: "spw-tabs-navigation-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", hasEllipsis: "hasEllipsis", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1773
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTabsNavigationItem, isStandalone: true, selector: "spw-tabs-navigation-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", hasEllipsis: "hasEllipsis", icon: "icon", iconPosition: "iconPosition", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1745
1774
  };
1746
1775
  SpwTabsNavigationItem = __decorate([
1747
1776
  ProxyCmp({
1748
- inputs: ['active', 'bubble', 'disabled', 'hasEllipsis', 'tabId']
1777
+ inputs: ['active', 'bubble', 'disabled', 'hasEllipsis', 'icon', 'iconPosition', 'tabId']
1749
1778
  })
1750
1779
  ], SpwTabsNavigationItem);
1751
1780
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTabsNavigationItem, decorators: [{
@@ -1755,7 +1784,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
1755
1784
  changeDetection: ChangeDetectionStrategy.OnPush,
1756
1785
  template: '<ng-content></ng-content>',
1757
1786
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1758
- inputs: ['active', 'bubble', 'disabled', 'hasEllipsis', 'tabId'],
1787
+ inputs: ['active', 'bubble', 'disabled', 'hasEllipsis', 'icon', 'iconPosition', 'tabId'],
1759
1788
  }]
1760
1789
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1761
1790
  let SpwTag = class SpwTag {
@@ -1932,11 +1961,11 @@ let SpwTooltip = class SpwTooltip {
1932
1961
  this.el = r.nativeElement;
1933
1962
  }
1934
1963
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1935
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTooltip, isStandalone: true, selector: "spw-tooltip", inputs: { cursor: "cursor", direction: "direction", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1964
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTooltip, isStandalone: true, selector: "spw-tooltip", inputs: { cursor: "cursor", direction: "direction", maxWidth: "maxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1936
1965
  };
1937
1966
  SpwTooltip = __decorate([
1938
1967
  ProxyCmp({
1939
- inputs: ['cursor', 'direction', 'tooltipText', 'tooltipTitle', 'visible']
1968
+ inputs: ['cursor', 'direction', 'maxWidth', 'tooltipText', 'tooltipTitle', 'visible']
1940
1969
  })
1941
1970
  ], SpwTooltip);
1942
1971
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTooltip, decorators: [{
@@ -1946,7 +1975,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
1946
1975
  changeDetection: ChangeDetectionStrategy.OnPush,
1947
1976
  template: '<ng-content></ng-content>',
1948
1977
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1949
- inputs: ['cursor', 'direction', 'tooltipText', 'tooltipTitle', 'visible'],
1978
+ inputs: ['cursor', 'direction', 'maxWidth', 'tooltipText', 'tooltipTitle', 'visible'],
1950
1979
  }]
1951
1980
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1952
1981
  let SpwTopbar = class SpwTopbar {
@@ -2011,6 +2040,7 @@ const DIRECTIVES = [
2011
2040
  SpwHeaderPersonaItem,
2012
2041
  SpwHero,
2013
2042
  SpwIcon,
2043
+ SpwIllustration,
2014
2044
  SpwIodda,
2015
2045
  SpwLink,
2016
2046
  SpwList,
@@ -2057,7 +2087,7 @@ const DIRECTIVES = [
2057
2087
 
2058
2088
  class SpwDesignSystemDirectivesModule {
2059
2089
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2060
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar] }); }
2090
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar] }); }
2061
2091
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule }); }
2062
2092
  }
2063
2093
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, decorators: [{
@@ -2098,5 +2128,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
2098
2128
  * Generated bundle index. Do not edit.
2099
2129
  */
2100
2130
 
2101
- export { SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar };
2131
+ export { SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar };
2102
2132
  //# sourceMappingURL=spw-ds-spw-angular-library.mjs.map