@getflip/swirl-components-angular 0.289.0 → 0.291.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.
@@ -200,11 +200,11 @@ let SwirlActionListSection = class SwirlActionListSection {
200
200
  this.el = r.nativeElement;
201
201
  }
202
202
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlActionListSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
203
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlActionListSection, selector: "swirl-action-list-section", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
203
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlActionListSection, selector: "swirl-action-list-section", inputs: { hasSeparator: "hasSeparator", label: "label", separatorSpacing: "separatorSpacing", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
204
204
  };
205
205
  SwirlActionListSection = __decorate([
206
206
  ProxyCmp({
207
- inputs: ['label']
207
+ inputs: ['hasSeparator', 'label', 'separatorSpacing', 'spacing']
208
208
  })
209
209
  ], SwirlActionListSection);
210
210
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlActionListSection, decorators: [{
@@ -214,7 +214,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
214
214
  changeDetection: ChangeDetectionStrategy.OnPush,
215
215
  template: '<ng-content></ng-content>',
216
216
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
217
- inputs: ['label'],
217
+ inputs: ['hasSeparator', 'label', 'separatorSpacing', 'spacing'],
218
218
  }]
219
219
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
220
220
  let SwirlAppBar = class SwirlAppBar {
@@ -6792,11 +6792,11 @@ let SwirlOptionListSection = class SwirlOptionListSection {
6792
6792
  this.el = r.nativeElement;
6793
6793
  }
6794
6794
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlOptionListSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
6795
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlOptionListSection, selector: "swirl-option-list-section", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6795
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlOptionListSection, selector: "swirl-option-list-section", inputs: { hasSeparator: "hasSeparator", label: "label", separatorSpacing: "separatorSpacing", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6796
6796
  };
6797
6797
  SwirlOptionListSection = __decorate([
6798
6798
  ProxyCmp({
6799
- inputs: ['label']
6799
+ inputs: ['hasSeparator', 'label', 'separatorSpacing', 'spacing']
6800
6800
  })
6801
6801
  ], SwirlOptionListSection);
6802
6802
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlOptionListSection, decorators: [{
@@ -6806,7 +6806,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
6806
6806
  changeDetection: ChangeDetectionStrategy.OnPush,
6807
6807
  template: '<ng-content></ng-content>',
6808
6808
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
6809
- inputs: ['label'],
6809
+ inputs: ['hasSeparator', 'label', 'separatorSpacing', 'spacing'],
6810
6810
  }]
6811
6811
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
6812
6812
  let SwirlPagination = class SwirlPagination {