@getflip/swirl-components-angular 0.280.0 → 0.282.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.
@@ -547,11 +547,11 @@ let SwirlCarousel = class SwirlCarousel {
547
547
  proxyOutputs(this, this.el, ['activeSlidesChange']);
548
548
  }
549
549
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
550
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlCarousel, selector: "swirl-carousel", inputs: { label: "label", loopAround: "loopAround", nextSlideButtonLabel: "nextSlideButtonLabel", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", previousSlideButtonLabel: "previousSlideButtonLabel", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
550
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlCarousel, selector: "swirl-carousel", inputs: { fade: "fade", label: "label", loopAround: "loopAround", nextSlideButtonLabel: "nextSlideButtonLabel", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", previousSlideButtonLabel: "previousSlideButtonLabel", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
551
551
  };
552
552
  SwirlCarousel = __decorate([
553
553
  ProxyCmp({
554
- inputs: ['label', 'loopAround', 'nextSlideButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'previousSlideButtonLabel', 'spacing'],
554
+ inputs: ['fade', 'label', 'loopAround', 'nextSlideButtonLabel', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'previousSlideButtonLabel', 'spacing'],
555
555
  methods: ['scrollToSlide']
556
556
  })
557
557
  ], SwirlCarousel);
@@ -562,7 +562,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
562
562
  changeDetection: ChangeDetectionStrategy.OnPush,
563
563
  template: '<ng-content></ng-content>',
564
564
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
565
- inputs: ['label', 'loopAround', 'nextSlideButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'previousSlideButtonLabel', 'spacing'],
565
+ inputs: ['fade', 'label', 'loopAround', 'nextSlideButtonLabel', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'previousSlideButtonLabel', 'spacing'],
566
566
  }]
567
567
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
568
568
  let SwirlCarouselSlide = class SwirlCarouselSlide {
@@ -7061,11 +7061,11 @@ let SwirlResourceListSection = class SwirlResourceListSection {
7061
7061
  this.el = r.nativeElement;
7062
7062
  }
7063
7063
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceListSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
7064
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceListSection, selector: "swirl-resource-list-section", inputs: { hasSeparator: "hasSeparator", label: "label", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7064
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceListSection, selector: "swirl-resource-list-section", inputs: { hasSeparator: "hasSeparator", label: "label", separatorSpacing: "separatorSpacing", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7065
7065
  };
7066
7066
  SwirlResourceListSection = __decorate([
7067
7067
  ProxyCmp({
7068
- inputs: ['hasSeparator', 'label', 'spacing']
7068
+ inputs: ['hasSeparator', 'label', 'separatorSpacing', 'spacing']
7069
7069
  })
7070
7070
  ], SwirlResourceListSection);
7071
7071
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceListSection, decorators: [{
@@ -7075,7 +7075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
7075
7075
  changeDetection: ChangeDetectionStrategy.OnPush,
7076
7076
  template: '<ng-content></ng-content>',
7077
7077
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7078
- inputs: ['hasSeparator', 'label', 'spacing'],
7078
+ inputs: ['hasSeparator', 'label', 'separatorSpacing', 'spacing'],
7079
7079
  }]
7080
7080
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
7081
7081
  let SwirlSearch = class SwirlSearch {