@oiz/stzh-components-angular 3.6.0 → 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.
|
@@ -244,11 +244,11 @@ let StzhAppNav = class StzhAppNav {
|
|
|
244
244
|
proxyOutputs(this, this.el, ['stzhAppNavItemClick']);
|
|
245
245
|
}
|
|
246
246
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAppNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
247
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAppNav, selector: "stzh-app-nav", inputs: { items: "items", localization: "localization" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
247
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAppNav, selector: "stzh-app-nav", inputs: { appNavId: "appNavId", items: "items", localization: "localization" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
248
248
|
};
|
|
249
249
|
StzhAppNav = __decorate([
|
|
250
250
|
ProxyCmp({
|
|
251
|
-
inputs: ['items', 'localization']
|
|
251
|
+
inputs: ['appNavId', 'items', 'localization']
|
|
252
252
|
})
|
|
253
253
|
], StzhAppNav);
|
|
254
254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAppNav, decorators: [{
|
|
@@ -258,7 +258,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
258
258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
259
259
|
template: '<ng-content></ng-content>',
|
|
260
260
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
261
|
-
inputs: ['items', 'localization'],
|
|
261
|
+
inputs: ['appNavId', 'items', 'localization'],
|
|
262
262
|
}]
|
|
263
263
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
264
264
|
let StzhAppointments = class StzhAppointments {
|
|
@@ -1626,11 +1626,11 @@ let StzhHeader = class StzhHeader {
|
|
|
1626
1626
|
proxyOutputs(this, this.el, ['stzhMetanavItemClick', 'stzhMetanavItemChildClick', 'stzhMetanavItemButtonClick', 'stzhMenuItemClick', 'stzhLanguageChange', 'stzhSearchChange', 'stzhSearchChanged']);
|
|
1627
1627
|
}
|
|
1628
1628
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1629
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHeader, selector: "stzh-header", inputs: { appNavItems: "appNavItems", hideMetabar: "hideMetabar", href: "href", languageActive: "languageActive", languageId: "languageId", languagePreventUrlchange: "languagePreventUrlchange", languageStay: "languageStay", languages: "languages", localization: "localization", loginErrorMessage: "loginErrorMessage", logoAnalyticsId: "logoAnalyticsId", logoType: "logoType", menuBackLabel: "menuBackLabel", menuId: "menuId", menuItems: "menuItems", metanavId: "metanavId", metanavItems: "metanavItems", searchAction: "searchAction", searchFieldName: "searchFieldName", searchId: "searchId", searchValue: "searchValue", sticky: "sticky", userSpecificMetanavItemsEndpoint: "userSpecificMetanavItemsEndpoint", userSpecificMetanavItemsNotLoggedIn: "userSpecificMetanavItemsNotLoggedIn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1629
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHeader, selector: "stzh-header", inputs: { appNavId: "appNavId", appNavItems: "appNavItems", hideMetabar: "hideMetabar", href: "href", languageActive: "languageActive", languageId: "languageId", languagePreventUrlchange: "languagePreventUrlchange", languageStay: "languageStay", languages: "languages", localization: "localization", loginErrorMessage: "loginErrorMessage", logoAnalyticsId: "logoAnalyticsId", logoType: "logoType", menuBackLabel: "menuBackLabel", menuId: "menuId", menuItems: "menuItems", metanavId: "metanavId", metanavItems: "metanavItems", searchAction: "searchAction", searchFieldName: "searchFieldName", searchId: "searchId", searchValue: "searchValue", sticky: "sticky", userSpecificMetanavItemsEndpoint: "userSpecificMetanavItemsEndpoint", userSpecificMetanavItemsNotLoggedIn: "userSpecificMetanavItemsNotLoggedIn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1630
1630
|
};
|
|
1631
1631
|
StzhHeader = __decorate([
|
|
1632
1632
|
ProxyCmp({
|
|
1633
|
-
inputs: ['appNavItems', 'hideMetabar', 'href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'loginErrorMessage', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky', 'userSpecificMetanavItemsEndpoint', 'userSpecificMetanavItemsNotLoggedIn'],
|
|
1633
|
+
inputs: ['appNavId', 'appNavItems', 'hideMetabar', 'href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'loginErrorMessage', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky', 'userSpecificMetanavItemsEndpoint', 'userSpecificMetanavItemsNotLoggedIn'],
|
|
1634
1634
|
methods: ['updatePosition', 'requestUserSpecificMetanavItems']
|
|
1635
1635
|
})
|
|
1636
1636
|
], StzhHeader);
|
|
@@ -1641,7 +1641,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1641
1641
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1642
1642
|
template: '<ng-content></ng-content>',
|
|
1643
1643
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1644
|
-
inputs: ['appNavItems', 'hideMetabar', 'href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'loginErrorMessage', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky', 'userSpecificMetanavItemsEndpoint', 'userSpecificMetanavItemsNotLoggedIn'],
|
|
1644
|
+
inputs: ['appNavId', 'appNavItems', 'hideMetabar', 'href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'loginErrorMessage', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky', 'userSpecificMetanavItemsEndpoint', 'userSpecificMetanavItemsNotLoggedIn'],
|
|
1645
1645
|
}]
|
|
1646
1646
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1647
1647
|
let StzhHeading = class StzhHeading {
|
|
@@ -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 {
|