@getflip/swirl-components-angular 0.228.0 → 0.229.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.
@@ -6615,11 +6615,11 @@ let SwirlResourceList = class SwirlResourceList {
6615
6615
  proxyOutputs(this, this.el, ['itemDrop']);
6616
6616
  }
6617
6617
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
6618
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceList, selector: "swirl-resource-list", inputs: { allowDrag: "allowDrag", assistiveTextItemGrabbed: "assistiveTextItemGrabbed", assistiveTextItemMoved: "assistiveTextItemMoved", assistiveTextItemMoving: "assistiveTextItemMoving", controllingElement: "controllingElement", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6618
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceList, selector: "swirl-resource-list", inputs: { allowDrag: "allowDrag", assistiveTextItemGrabbed: "assistiveTextItemGrabbed", assistiveTextItemMoved: "assistiveTextItemMoved", assistiveTextItemMoving: "assistiveTextItemMoving", controllingElement: "controllingElement", label: "label", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6619
6619
  };
6620
6620
  SwirlResourceList = __decorate([
6621
6621
  ProxyCmp({
6622
- inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label']
6622
+ inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label', 'spacing']
6623
6623
  })
6624
6624
  ], SwirlResourceList);
6625
6625
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceList, decorators: [{
@@ -6629,7 +6629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
6629
6629
  changeDetection: ChangeDetectionStrategy.OnPush,
6630
6630
  template: '<ng-content></ng-content>',
6631
6631
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
6632
- inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label'],
6632
+ inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label', 'spacing'],
6633
6633
  }]
6634
6634
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
6635
6635
  let SwirlResourceListFileItem = class SwirlResourceListFileItem {