@spw-ds/spw-angular-library 1.8.0 → 1.8.1-alpha.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.
@@ -189,11 +189,11 @@ let SpwBlockContent = class SpwBlockContent {
189
189
  this.el = r.nativeElement;
190
190
  }
191
191
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwBlockContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
192
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwBlockContent, isStandalone: true, selector: "spw-block-content", inputs: { href: "href", imageAlt: "imageAlt", imageSrc: "imageSrc", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
192
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwBlockContent, isStandalone: true, selector: "spw-block-content", inputs: { background: "background", href: "href", imageAlt: "imageAlt", imageSrc: "imageSrc", ratio: "ratio", ratioDesktop: "ratioDesktop", ratioMobile: "ratioMobile", ratioTablet: "ratioTablet", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
193
193
  };
194
194
  SpwBlockContent = __decorate([
195
195
  ProxyCmp({
196
- inputs: ['href', 'imageAlt', 'imageSrc', 'target', 'variant']
196
+ inputs: ['background', 'href', 'imageAlt', 'imageSrc', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet', 'target', 'variant']
197
197
  })
198
198
  ], SpwBlockContent);
199
199
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwBlockContent, decorators: [{
@@ -203,7 +203,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
203
203
  changeDetection: ChangeDetectionStrategy.OnPush,
204
204
  template: '<ng-content></ng-content>',
205
205
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
206
- inputs: ['href', 'imageAlt', 'imageSrc', 'target', 'variant'],
206
+ inputs: ['background', 'href', 'imageAlt', 'imageSrc', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet', 'target', 'variant'],
207
207
  }]
208
208
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
209
209
  let SpwBreadcrumb = class SpwBreadcrumb {
@@ -1334,11 +1334,11 @@ let SpwModal = class SpwModal {
1334
1334
  proxyOutputs(this, this.el, ['spwModalOpen', 'spwModalClose']);
1335
1335
  }
1336
1336
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1337
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 }); }
1337
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwModal, isStandalone: true, selector: "spw-modal", inputs: { alertIcon: "alertIcon", caption: "caption", closeButtonText: "closeButtonText", closeOnOverlayClick: "closeOnOverlayClick", opened: "opened", showCloseButton: "showCloseButton", size: "size", stickyButtons: "stickyButtons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1338
1338
  };
1339
1339
  SpwModal = __decorate([
1340
1340
  ProxyCmp({
1341
- inputs: ['alertIcon', 'caption', 'closeOnOverlayClick', 'opened', 'showCloseButton', 'size', 'stickyButtons'],
1341
+ inputs: ['alertIcon', 'caption', 'closeButtonText', 'closeOnOverlayClick', 'opened', 'showCloseButton', 'size', 'stickyButtons'],
1342
1342
  methods: ['closeModal', 'openModal']
1343
1343
  })
1344
1344
  ], SpwModal);
@@ -1349,7 +1349,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1349
1349
  changeDetection: ChangeDetectionStrategy.OnPush,
1350
1350
  template: '<ng-content></ng-content>',
1351
1351
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1352
- inputs: ['alertIcon', 'caption', 'closeOnOverlayClick', 'opened', 'showCloseButton', 'size', 'stickyButtons'],
1352
+ inputs: ['alertIcon', 'caption', 'closeButtonText', 'closeOnOverlayClick', 'opened', 'showCloseButton', 'size', 'stickyButtons'],
1353
1353
  }]
1354
1354
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1355
1355
  let SpwMosaic = class SpwMosaic {