@oiz/stzh-components-angular 3.7.0-beta → 3.7.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.
@@ -2571,11 +2571,11 @@ let StzhQuote = class StzhQuote {
2571
2571
  this.el = r.nativeElement;
2572
2572
  }
2573
2573
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhQuote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2574
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhQuote, selector: "stzh-quote", inputs: { text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2574
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhQuote, selector: "stzh-quote", inputs: { author: "author", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2575
2575
  };
2576
2576
  StzhQuote = __decorate([
2577
2577
  ProxyCmp({
2578
- inputs: ['text']
2578
+ inputs: ['author', 'text']
2579
2579
  })
2580
2580
  ], StzhQuote);
2581
2581
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhQuote, decorators: [{
@@ -2585,7 +2585,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2585
2585
  changeDetection: ChangeDetectionStrategy.OnPush,
2586
2586
  template: '<ng-content></ng-content>',
2587
2587
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2588
- inputs: ['text'],
2588
+ inputs: ['author', 'text'],
2589
2589
  }]
2590
2590
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2591
2591
  let StzhRadio = class StzhRadio {