@getflip/swirl-components-angular 0.102.0 → 0.103.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.
@@ -745,11 +745,11 @@ let SwirlDescriptionListItem = class SwirlDescriptionListItem {
745
745
  }
746
746
  };
747
747
  SwirlDescriptionListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
748
- SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { bordered: "bordered", maxWidth: "maxWidth", orientation: "orientation", term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
748
+ SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { bordered: "bordered", maxWidth: "maxWidth", term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
749
749
  SwirlDescriptionListItem = __decorate([
750
750
  ProxyCmp({
751
751
  defineCustomElementFn: undefined,
752
- inputs: ['bordered', 'maxWidth', 'orientation', 'term']
752
+ inputs: ['bordered', 'maxWidth', 'term']
753
753
  })
754
754
  ], SwirlDescriptionListItem);
755
755
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, decorators: [{
@@ -758,7 +758,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
758
758
  selector: 'swirl-description-list-item',
759
759
  changeDetection: ChangeDetectionStrategy.OnPush,
760
760
  template: '<ng-content></ng-content>',
761
- inputs: ['bordered', 'maxWidth', 'orientation', 'term']
761
+ inputs: ['bordered', 'maxWidth', 'term']
762
762
  }]
763
763
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
764
764
  let SwirlDialog = class SwirlDialog {