@six-group/ui-library-angular 4.3.0 → 4.3.2

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.
@@ -1176,11 +1176,11 @@ let SixSpinner = class SixSpinner {
1176
1176
  this.el = r.nativeElement;
1177
1177
  }
1178
1178
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1179
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SixSpinner, selector: "six-spinner", inputs: { six: "six" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1179
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SixSpinner, selector: "six-spinner", inputs: { logo: "logo", six: "six" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1180
1180
  };
1181
1181
  SixSpinner = __decorate([
1182
1182
  ProxyCmp({
1183
- inputs: ['six']
1183
+ inputs: ['logo', 'six']
1184
1184
  })
1185
1185
  ], SixSpinner);
1186
1186
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixSpinner, decorators: [{
@@ -1190,7 +1190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1190
1190
  changeDetection: ChangeDetectionStrategy.OnPush,
1191
1191
  template: '<ng-content></ng-content>',
1192
1192
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1193
- inputs: ['six'],
1193
+ inputs: ['logo', 'six'],
1194
1194
  }]
1195
1195
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1196
1196
  let SixStageIndicator = class SixStageIndicator {