@getflip/swirl-components-angular 0.305.0 → 0.307.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.
@@ -1077,11 +1077,11 @@ let SwirlFileUploader = class SwirlFileUploader {
1077
1077
  proxyOutputs(this, this.el, ['valueChange']);
1078
1078
  }
1079
1079
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileUploader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1080
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileUploader, selector: "swirl-file-uploader", inputs: { accept: "accept", ctaLabel: "ctaLabel", description: "description", disabled: "disabled", dragDropLabel: "dragDropLabel", inputId: "inputId", inputName: "inputName", label: "label", multiple: "multiple", showDropzone: "showDropzone", uploadButtonIcon: "uploadButtonIcon", uploadButtonLabel: "uploadButtonLabel", uploadButtonVariant: "uploadButtonVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1080
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileUploader, selector: "swirl-file-uploader", inputs: { accept: "accept", ctaLabel: "ctaLabel", description: "description", descriptionAllowHtml: "descriptionAllowHtml", disabled: "disabled", dragDropLabel: "dragDropLabel", hideLabel: "hideLabel", inputId: "inputId", inputName: "inputName", label: "label", multiple: "multiple", showDropzone: "showDropzone", uploadButtonIcon: "uploadButtonIcon", uploadButtonLabel: "uploadButtonLabel", uploadButtonVariant: "uploadButtonVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1081
1081
  };
1082
1082
  SwirlFileUploader = __decorate([
1083
1083
  ProxyCmp({
1084
- inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonIcon', 'uploadButtonLabel', 'uploadButtonVariant'],
1084
+ inputs: ['accept', 'ctaLabel', 'description', 'descriptionAllowHtml', 'disabled', 'dragDropLabel', 'hideLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonIcon', 'uploadButtonLabel', 'uploadButtonVariant'],
1085
1085
  methods: ['reset']
1086
1086
  })
1087
1087
  ], SwirlFileUploader);
@@ -1092,7 +1092,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1092
1092
  changeDetection: ChangeDetectionStrategy.OnPush,
1093
1093
  template: '<ng-content></ng-content>',
1094
1094
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1095
- inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonIcon', 'uploadButtonLabel', 'uploadButtonVariant'],
1095
+ inputs: ['accept', 'ctaLabel', 'description', 'descriptionAllowHtml', 'disabled', 'dragDropLabel', 'hideLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonIcon', 'uploadButtonLabel', 'uploadButtonVariant'],
1096
1096
  }]
1097
1097
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1098
1098
  let SwirlFileViewer = class SwirlFileViewer {
@@ -7404,11 +7404,11 @@ let SwirlStack = class SwirlStack {
7404
7404
  this.el = r.nativeElement;
7405
7405
  }
7406
7406
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
7407
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlStack, selector: "swirl-stack", inputs: { align: "align", as: "as", height: "height", justify: "justify", orientation: "orientation", spacing: "spacing", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7407
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlStack, selector: "swirl-stack", inputs: { align: "align", as: "as", columnSpacing: "columnSpacing", height: "height", justify: "justify", orientation: "orientation", rowSpacing: "rowSpacing", spacing: "spacing", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7408
7408
  };
7409
7409
  SwirlStack = __decorate([
7410
7410
  ProxyCmp({
7411
- inputs: ['align', 'as', 'height', 'justify', 'orientation', 'spacing', 'wrap']
7411
+ inputs: ['align', 'as', 'columnSpacing', 'height', 'justify', 'orientation', 'rowSpacing', 'spacing', 'wrap']
7412
7412
  })
7413
7413
  ], SwirlStack);
7414
7414
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlStack, decorators: [{
@@ -7418,7 +7418,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
7418
7418
  changeDetection: ChangeDetectionStrategy.OnPush,
7419
7419
  template: '<ng-content></ng-content>',
7420
7420
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7421
- inputs: ['align', 'as', 'height', 'justify', 'orientation', 'spacing', 'wrap'],
7421
+ inputs: ['align', 'as', 'columnSpacing', 'height', 'justify', 'orientation', 'rowSpacing', 'spacing', 'wrap'],
7422
7422
  }]
7423
7423
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
7424
7424
  let SwirlStatusIndicator = class SwirlStatusIndicator {