@oiz/stzh-components-angular 4.6.0-beta3 → 4.6.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.
@@ -1098,11 +1098,11 @@ let StzhContact = class StzhContact {
1098
1098
  this.el = r.nativeElement;
1099
1099
  }
1100
1100
  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 }); }
1101
- 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", cityLabel: "cityLabel", contactTitle: "contactTitle", departament: "departament", 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", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1101
+ 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", cityLabel: "cityLabel", contactTitle: "contactTitle", departament: "departament", 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", type: "type", websites: "websites" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1102
1102
  };
1103
1103
  StzhContact = __decorate([
1104
1104
  ProxyCmp({
1105
- inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'cityLabel', 'contactTitle', 'departament', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'numbers', 'personRole', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'responsibility', 'responsibilityTitle', 'street', 'streetInfo', 'type']
1105
+ inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'cityLabel', 'contactTitle', 'departament', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'numbers', 'personRole', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'responsibility', 'responsibilityTitle', 'street', 'streetInfo', 'type', 'websites']
1106
1106
  })
1107
1107
  ], StzhContact);
1108
1108
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhContact, decorators: [{
@@ -1112,7 +1112,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1112
1112
  changeDetection: ChangeDetectionStrategy.OnPush,
1113
1113
  template: '<ng-content></ng-content>',
1114
1114
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1115
- inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'cityLabel', 'contactTitle', 'departament', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'numbers', 'personRole', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'responsibility', 'responsibilityTitle', 'street', 'streetInfo', 'type'],
1115
+ inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'cityLabel', 'contactTitle', 'departament', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'numbers', 'personRole', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'responsibility', 'responsibilityTitle', 'street', 'streetInfo', 'type', 'websites'],
1116
1116
  standalone: false
1117
1117
  }]
1118
1118
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });