@oiz/stzh-components-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.
@@ -3523,11 +3523,11 @@ let StzhVbzConnectionFinder = class StzhVbzConnectionFinder {
3523
3523
  this.el = r.nativeElement;
3524
3524
  }
3525
3525
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzConnectionFinder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3526
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzConnectionFinder, selector: "stzh-vbz-connection-finder", inputs: { zvvScript: "zvvScript" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3526
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzConnectionFinder, selector: "stzh-vbz-connection-finder", inputs: { language: "language", zvvScript: "zvvScript" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3527
3527
  };
3528
3528
  StzhVbzConnectionFinder = __decorate([
3529
3529
  ProxyCmp({
3530
- inputs: ['zvvScript']
3530
+ inputs: ['language', 'zvvScript']
3531
3531
  })
3532
3532
  ], StzhVbzConnectionFinder);
3533
3533
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzConnectionFinder, decorators: [{
@@ -3537,7 +3537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3537
3537
  changeDetection: ChangeDetectionStrategy.OnPush,
3538
3538
  template: '<ng-content></ng-content>',
3539
3539
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3540
- inputs: ['zvvScript'],
3540
+ inputs: ['language', 'zvvScript'],
3541
3541
  }]
3542
3542
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3543
3543
  let StzhVbzIntro = class StzhVbzIntro {