@oiz/stzh-components-angular 4.6.0-beta3 → 4.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.
|
@@ -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 }]; } });
|
|
@@ -4342,11 +4342,11 @@ let StzhVbzLinechip = class StzhVbzLinechip {
|
|
|
4342
4342
|
this.el = r.nativeElement;
|
|
4343
4343
|
}
|
|
4344
4344
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzLinechip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4345
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzLinechip, selector: "stzh-vbz-linechip", inputs: { active: "active", alert: "alert", analyticsId: "analyticsId", disabled: "disabled", global: "global", line: "line" }, outputs: { stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4345
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzLinechip, selector: "stzh-vbz-linechip", inputs: { active: "active", alert: "alert", analyticsId: "analyticsId", disabled: "disabled", global: "global", icon: "icon", line: "line", useApiLineColors: "useApiLineColors" }, outputs: { stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4346
4346
|
};
|
|
4347
4347
|
StzhVbzLinechip = __decorate([
|
|
4348
4348
|
ProxyCmp({
|
|
4349
|
-
inputs: ['active', 'alert', 'analyticsId', 'disabled', 'global', 'line']
|
|
4349
|
+
inputs: ['active', 'alert', 'analyticsId', 'disabled', 'global', 'icon', 'line', 'useApiLineColors']
|
|
4350
4350
|
})
|
|
4351
4351
|
], StzhVbzLinechip);
|
|
4352
4352
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzLinechip, decorators: [{
|
|
@@ -4356,7 +4356,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4356
4356
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4357
4357
|
template: '<ng-content></ng-content>',
|
|
4358
4358
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4359
|
-
inputs: ['active', 'alert', 'analyticsId', 'disabled', 'global', 'line'],
|
|
4359
|
+
inputs: ['active', 'alert', 'analyticsId', 'disabled', 'global', 'icon', 'line', 'useApiLineColors'],
|
|
4360
4360
|
outputs: ['stzhFocus', 'stzhBlur'],
|
|
4361
4361
|
standalone: false
|
|
4362
4362
|
}]
|
|
@@ -4402,11 +4402,11 @@ let StzhVbzTicker = class StzhVbzTicker {
|
|
|
4402
4402
|
this.el = r.nativeElement;
|
|
4403
4403
|
}
|
|
4404
4404
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzTicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4405
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzTicker, selector: "stzh-vbz-ticker", inputs: { api: "api", data: "data", dateAdapter: "dateAdapter", localization: "localization", moreInfoLink: "moreInfoLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4405
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzTicker, selector: "stzh-vbz-ticker", inputs: { api: "api", data: "data", dateAdapter: "dateAdapter", localization: "localization", moreInfoLink: "moreInfoLink", useApiLineColors: "useApiLineColors" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4406
4406
|
};
|
|
4407
4407
|
StzhVbzTicker = __decorate([
|
|
4408
4408
|
ProxyCmp({
|
|
4409
|
-
inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink']
|
|
4409
|
+
inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink', 'useApiLineColors']
|
|
4410
4410
|
})
|
|
4411
4411
|
], StzhVbzTicker);
|
|
4412
4412
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzTicker, decorators: [{
|
|
@@ -4416,7 +4416,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4416
4416
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4417
4417
|
template: '<ng-content></ng-content>',
|
|
4418
4418
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4419
|
-
inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink'],
|
|
4419
|
+
inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink', 'useApiLineColors'],
|
|
4420
4420
|
standalone: false
|
|
4421
4421
|
}]
|
|
4422
4422
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|