@getflip/swirl-components-angular 0.301.0 → 0.303.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.
@@ -575,11 +575,11 @@ let SwirlCarouselSlide = class SwirlCarouselSlide {
575
575
  this.el = r.nativeElement;
576
576
  }
577
577
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlCarouselSlide, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
578
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlCarouselSlide, selector: "swirl-carousel-slide", inputs: { label: "label", minHeight: "minHeight", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
578
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlCarouselSlide, selector: "swirl-carousel-slide", inputs: { aspectRatio: "aspectRatio", label: "label", minHeight: "minHeight", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
579
579
  };
580
580
  SwirlCarouselSlide = __decorate([
581
581
  ProxyCmp({
582
- inputs: ['label', 'minHeight', 'width']
582
+ inputs: ['aspectRatio', 'label', 'minHeight', 'width']
583
583
  })
584
584
  ], SwirlCarouselSlide);
585
585
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlCarouselSlide, decorators: [{
@@ -589,7 +589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
589
589
  changeDetection: ChangeDetectionStrategy.OnPush,
590
590
  template: '<ng-content></ng-content>',
591
591
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
592
- inputs: ['label', 'minHeight', 'width'],
592
+ inputs: ['aspectRatio', 'label', 'minHeight', 'width'],
593
593
  }]
594
594
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
595
595
  let SwirlCheckbox = class SwirlCheckbox {
@@ -7114,11 +7114,11 @@ let SwirlResourceListItem = class SwirlResourceListItem {
7114
7114
  proxyOutputs(this, this.el, ['toggleDrag', 'valueChange']);
7115
7115
  }
7116
7116
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
7117
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceListItem, selector: "swirl-resource-list-item", inputs: { active: "active", allowDrag: "allowDrag", allowHtml: "allowHtml", checked: "checked", compact: "compact", description: "description", descriptionWrap: "descriptionWrap", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", hideDivider: "hideDivider", href: "href", interactive: "interactive", label: "label", labelWeight: "labelWeight", labelWrap: "labelWrap", menuTriggerId: "menuTriggerId", menuTriggerLabel: "menuTriggerLabel", meta: "meta", selectable: "selectable", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7117
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceListItem, selector: "swirl-resource-list-item", inputs: { active: "active", allowDrag: "allowDrag", allowHtml: "allowHtml", checked: "checked", compact: "compact", description: "description", descriptionWrap: "descriptionWrap", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", hideDivider: "hideDivider", href: "href", interactive: "interactive", label: "label", labelMinHeight: "labelMinHeight", labelWeight: "labelWeight", labelWrap: "labelWrap", menuTriggerId: "menuTriggerId", menuTriggerLabel: "menuTriggerLabel", meta: "meta", selectable: "selectable", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7118
7118
  };
7119
7119
  SwirlResourceListItem = __decorate([
7120
7120
  ProxyCmp({
7121
- inputs: ['active', 'allowDrag', 'allowHtml', 'checked', 'compact', 'description', 'descriptionWrap', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'interactive', 'label', 'labelWeight', 'labelWrap', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'swirlAriaLabel', 'value']
7121
+ inputs: ['active', 'allowDrag', 'allowHtml', 'checked', 'compact', 'description', 'descriptionWrap', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'interactive', 'label', 'labelMinHeight', 'labelWeight', 'labelWrap', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'swirlAriaLabel', 'value']
7122
7122
  })
7123
7123
  ], SwirlResourceListItem);
7124
7124
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceListItem, decorators: [{
@@ -7128,7 +7128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
7128
7128
  changeDetection: ChangeDetectionStrategy.OnPush,
7129
7129
  template: '<ng-content></ng-content>',
7130
7130
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7131
- inputs: ['active', 'allowDrag', 'allowHtml', 'checked', 'compact', 'description', 'descriptionWrap', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'interactive', 'label', 'labelWeight', 'labelWrap', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'swirlAriaLabel', 'value'],
7131
+ inputs: ['active', 'allowDrag', 'allowHtml', 'checked', 'compact', 'description', 'descriptionWrap', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'interactive', 'label', 'labelMinHeight', 'labelWeight', 'labelWrap', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'swirlAriaLabel', 'value'],
7132
7132
  }]
7133
7133
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
7134
7134
  let SwirlResourceListSection = class SwirlResourceListSection {