@oiz/stzh-components-angular 4.2.1 → 4.3.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.
@@ -910,11 +910,11 @@ let StzhContact = class StzhContact {
910
910
  this.el = r.nativeElement;
911
911
  }
912
912
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhContact, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
913
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhContact, selector: "stzh-contact", inputs: { additionalInformation: "additionalInformation", address: "address", availability: "availability", availabilityTitle: "availabilityTitle", availabilityTitleLevel: "availabilityTitleLevel", emails: "emails", heading: "heading", headingLevel: "headingLevel", imagePosition: "imagePosition", location: "location", mainHeading: "mainHeading", mainHeadingLevel: "mainHeadingLevel", name: "name", nameHeadingLevel: "nameHeadingLevel", numbers: "numbers", pobox: "pobox", poboxHeading: "poboxHeading", poboxLocation: "poboxLocation", poboxPostalCode: "poboxPostalCode", poboxTitle: "poboxTitle", postalCode: "postalCode", street: "street", streetInfo: "streetInfo", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
913
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhContact, selector: "stzh-contact", inputs: { additionalInformation: "additionalInformation", address: "address", availability: "availability", availabilityTitle: "availabilityTitle", availabilityTitleLevel: "availabilityTitleLevel", contactTitle: "contactTitle", emails: "emails", heading: "heading", headingLevel: "headingLevel", location: "location", mainHeading: "mainHeading", mainHeadingLevel: "mainHeadingLevel", name: "name", numbers: "numbers", personRole: "personRole", pobox: "pobox", poboxHeading: "poboxHeading", poboxLocation: "poboxLocation", poboxPostalCode: "poboxPostalCode", poboxTitle: "poboxTitle", postalCode: "postalCode", responsibility: "responsibility", responsibilityTitle: "responsibilityTitle", street: "street", streetInfo: "streetInfo", subHeading: "subHeading", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
914
914
  };
915
915
  StzhContact = __decorate([
916
916
  ProxyCmp({
917
- inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'emails', 'heading', 'headingLevel', 'imagePosition', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'nameHeadingLevel', 'numbers', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'street', 'streetInfo', 'type']
917
+ inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'contactTitle', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'numbers', 'personRole', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'responsibility', 'responsibilityTitle', 'street', 'streetInfo', 'subHeading', 'type']
918
918
  })
919
919
  ], StzhContact);
920
920
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhContact, decorators: [{
@@ -924,7 +924,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
924
924
  changeDetection: ChangeDetectionStrategy.OnPush,
925
925
  template: '<ng-content></ng-content>',
926
926
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
927
- inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'emails', 'heading', 'headingLevel', 'imagePosition', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'nameHeadingLevel', 'numbers', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'street', 'streetInfo', 'type'],
927
+ inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'contactTitle', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'numbers', 'personRole', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'responsibility', 'responsibilityTitle', 'street', 'streetInfo', 'subHeading', 'type'],
928
928
  }]
929
929
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
930
930
  let StzhContactCv = class StzhContactCv {
@@ -3248,11 +3248,11 @@ let StzhTextandimage = class StzhTextandimage {
3248
3248
  this.el = r.nativeElement;
3249
3249
  }
3250
3250
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTextandimage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3251
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTextandimage, selector: "stzh-textandimage", inputs: { imagePosition: "imagePosition", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3251
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTextandimage, selector: "stzh-textandimage", inputs: { imageMoves: "imageMoves", imagePosition: "imagePosition", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3252
3252
  };
3253
3253
  StzhTextandimage = __decorate([
3254
3254
  ProxyCmp({
3255
- inputs: ['imagePosition', 'size']
3255
+ inputs: ['imageMoves', 'imagePosition', 'size']
3256
3256
  })
3257
3257
  ], StzhTextandimage);
3258
3258
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTextandimage, decorators: [{
@@ -3262,7 +3262,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3262
3262
  changeDetection: ChangeDetectionStrategy.OnPush,
3263
3263
  template: '<ng-content></ng-content>',
3264
3264
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3265
- inputs: ['imagePosition', 'size'],
3265
+ inputs: ['imageMoves', 'imagePosition', 'size'],
3266
3266
  }]
3267
3267
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3268
3268
  let StzhTimeline = class StzhTimeline {