@spw-ds/spw-angular-library 1.9.1-alpha.0 → 1.10.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.
@@ -358,11 +358,11 @@ let SpwCardImage = class SpwCardImage {
358
358
  this.el = r.nativeElement;
359
359
  }
360
360
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwCardImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
361
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCardImage, isStandalone: true, selector: "spw-card-image", inputs: { imagePosition: "imagePosition", label: "label", ratio: "ratio", ratioDesktop: "ratioDesktop", ratioMobile: "ratioMobile", ratioTablet: "ratioTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
361
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCardImage, isStandalone: true, selector: "spw-card-image", inputs: { imageFit: "imageFit", imagePosition: "imagePosition", label: "label", ratio: "ratio", ratioDesktop: "ratioDesktop", ratioMobile: "ratioMobile", ratioTablet: "ratioTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
362
362
  };
363
363
  SpwCardImage = __decorate([
364
364
  ProxyCmp({
365
- inputs: ['imagePosition', 'label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet']
365
+ inputs: ['imageFit', 'imagePosition', 'label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet']
366
366
  })
367
367
  ], SpwCardImage);
368
368
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwCardImage, decorators: [{
@@ -372,7 +372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
372
372
  changeDetection: ChangeDetectionStrategy.OnPush,
373
373
  template: '<ng-content></ng-content>',
374
374
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
375
- inputs: ['imagePosition', 'label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet'],
375
+ inputs: ['imageFit', 'imagePosition', 'label', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet'],
376
376
  }]
377
377
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
378
378
  let SpwCardSubtagItem = class SpwCardSubtagItem {
@@ -1679,11 +1679,11 @@ let SpwSlider = class SpwSlider {
1679
1679
  this.el = r.nativeElement;
1680
1680
  }
1681
1681
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1682
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { arrowsPosition: "arrowsPosition", autoplayEnabled: "autoplayEnabled", autoplayInterval: "autoplayInterval", autoplayText: "autoplayText", hasFixedHeight: "hasFixedHeight", nextSlideText: "nextSlideText", previousSlideText: "previousSlideText", showArrows: "showArrows", showAutoplayToggle: "showAutoplayToggle", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1682
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { accAriaLabel: "accAriaLabel", arrowsPosition: "arrowsPosition", autoplayEnabled: "autoplayEnabled", autoplayInterval: "autoplayInterval", autoplayText: "autoplayText", hasFixedHeight: "hasFixedHeight", nextSlideText: "nextSlideText", previousSlideText: "previousSlideText", showArrows: "showArrows", showAutoplayToggle: "showAutoplayToggle", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1683
1683
  };
1684
1684
  SpwSlider = __decorate([
1685
1685
  ProxyCmp({
1686
- inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'hasFixedHeight', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots']
1686
+ inputs: ['accAriaLabel', 'arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'hasFixedHeight', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots']
1687
1687
  })
1688
1688
  ], SpwSlider);
1689
1689
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwSlider, decorators: [{
@@ -1693,7 +1693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1693
1693
  changeDetection: ChangeDetectionStrategy.OnPush,
1694
1694
  template: '<ng-content></ng-content>',
1695
1695
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1696
- inputs: ['arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'hasFixedHeight', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots'],
1696
+ inputs: ['accAriaLabel', 'arrowsPosition', 'autoplayEnabled', 'autoplayInterval', 'autoplayText', 'hasFixedHeight', 'nextSlideText', 'previousSlideText', 'showArrows', 'showAutoplayToggle', 'showDots'],
1697
1697
  }]
1698
1698
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1699
1699
  let SpwSliderItem = class SpwSliderItem {