@oiz/stzh-components-angular 4.11.0-beta1 → 4.11.0-beta3
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.
|
@@ -994,11 +994,11 @@ let StzhClamp = class StzhClamp {
|
|
|
994
994
|
this.el = r.nativeElement;
|
|
995
995
|
}
|
|
996
996
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhClamp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
997
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhClamp, selector: "stzh-clamp", inputs: { clamped: "clamped", expanded: "expanded", lines: "lines", linesLarge: "linesLarge", linesMedium: "linesMedium", linesSmall: "linesSmall", linesUltra: "linesUltra", localization: "localization", showExpandLink: "showExpandLink" }, outputs: { stzhClamp: "stzhClamp", stzhExpand: "stzhExpand" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
997
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhClamp, selector: "stzh-clamp", inputs: { clamped: "clamped", expandLinkSize: "expandLinkSize", expanded: "expanded", lines: "lines", linesLarge: "linesLarge", linesMedium: "linesMedium", linesSmall: "linesSmall", linesUltra: "linesUltra", localization: "localization", showExpandLink: "showExpandLink" }, outputs: { stzhClamp: "stzhClamp", stzhExpand: "stzhExpand" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
998
998
|
};
|
|
999
999
|
StzhClamp = __decorate([
|
|
1000
1000
|
ProxyCmp({
|
|
1001
|
-
inputs: ['clamped', 'expanded', 'lines', 'linesLarge', 'linesMedium', 'linesSmall', 'linesUltra', 'localization', 'showExpandLink'],
|
|
1001
|
+
inputs: ['clamped', 'expandLinkSize', 'expanded', 'lines', 'linesLarge', 'linesMedium', 'linesSmall', 'linesUltra', 'localization', 'showExpandLink'],
|
|
1002
1002
|
methods: ['update']
|
|
1003
1003
|
})
|
|
1004
1004
|
], StzhClamp);
|
|
@@ -1009,7 +1009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1009
1009
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1010
1010
|
template: '<ng-content></ng-content>',
|
|
1011
1011
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1012
|
-
inputs: ['clamped', 'expanded', 'lines', 'linesLarge', 'linesMedium', 'linesSmall', 'linesUltra', 'localization', 'showExpandLink'],
|
|
1012
|
+
inputs: ['clamped', 'expandLinkSize', 'expanded', 'lines', 'linesLarge', 'linesMedium', 'linesSmall', 'linesUltra', 'localization', 'showExpandLink'],
|
|
1013
1013
|
outputs: ['stzhClamp', 'stzhExpand'],
|
|
1014
1014
|
standalone: false
|
|
1015
1015
|
}]
|
|
@@ -1920,11 +1920,11 @@ let StzhHeader = class StzhHeader {
|
|
|
1920
1920
|
this.el = r.nativeElement;
|
|
1921
1921
|
}
|
|
1922
1922
|
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 }); }
|
|
1923
|
-
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" }, outputs: { stzhMetanavItemClick: "stzhMetanavItemClick", stzhMetanavItemChildClick: "stzhMetanavItemChildClick", stzhMetanavItemButtonClick: "stzhMetanavItemButtonClick", stzhMenuItemClick: "stzhMenuItemClick", stzhLanguageChange: "stzhLanguageChange", stzhSearchChange: "stzhSearchChange", stzhSearchChanged: "stzhSearchChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1923
|
+
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", variant: "variant" }, outputs: { stzhMetanavItemClick: "stzhMetanavItemClick", stzhMetanavItemChildClick: "stzhMetanavItemChildClick", stzhMetanavItemButtonClick: "stzhMetanavItemButtonClick", stzhMenuItemClick: "stzhMenuItemClick", stzhLanguageChange: "stzhLanguageChange", stzhSearchChange: "stzhSearchChange", stzhSearchChanged: "stzhSearchChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1924
1924
|
};
|
|
1925
1925
|
StzhHeader = __decorate([
|
|
1926
1926
|
ProxyCmp({
|
|
1927
|
-
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'],
|
|
1927
|
+
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', 'variant'],
|
|
1928
1928
|
methods: ['updatePosition', 'requestUserSpecificMetanavItems']
|
|
1929
1929
|
})
|
|
1930
1930
|
], StzhHeader);
|
|
@@ -1935,7 +1935,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1935
1935
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1936
1936
|
template: '<ng-content></ng-content>',
|
|
1937
1937
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1938
|
-
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'],
|
|
1938
|
+
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', 'variant'],
|
|
1939
1939
|
outputs: ['stzhMetanavItemClick', 'stzhMetanavItemChildClick', 'stzhMetanavItemButtonClick', 'stzhMenuItemClick', 'stzhLanguageChange', 'stzhSearchChange', 'stzhSearchChanged'],
|
|
1940
1940
|
standalone: false
|
|
1941
1941
|
}]
|
|
@@ -4273,12 +4273,12 @@ let StzhVbzMajorticker = class StzhVbzMajorticker {
|
|
|
4273
4273
|
this.el = r.nativeElement;
|
|
4274
4274
|
}
|
|
4275
4275
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzMajorticker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4276
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzMajorticker, selector: "stzh-vbz-majorticker", inputs: { api: "api", data: "data", dateAdapter: "dateAdapter", localization: "localization", moreInfoLink: "moreInfoLink"
|
|
4276
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzMajorticker, selector: "stzh-vbz-majorticker", inputs: { api: "api", data: "data", dateAdapter: "dateAdapter", localization: "localization", moreInfoLink: "moreInfoLink" }, outputs: { stzhDisturbanceFetched: "stzhDisturbanceFetched" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4277
4277
|
};
|
|
4278
4278
|
StzhVbzMajorticker = __decorate([
|
|
4279
4279
|
ProxyCmp({
|
|
4280
|
-
inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink'
|
|
4281
|
-
methods: ['
|
|
4280
|
+
inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink'],
|
|
4281
|
+
methods: ['getDisturbance']
|
|
4282
4282
|
})
|
|
4283
4283
|
], StzhVbzMajorticker);
|
|
4284
4284
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzMajorticker, decorators: [{
|
|
@@ -4288,7 +4288,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4288
4288
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4289
4289
|
template: '<ng-content></ng-content>',
|
|
4290
4290
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4291
|
-
inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink'
|
|
4291
|
+
inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink'],
|
|
4292
4292
|
outputs: ['stzhDisturbanceFetched'],
|
|
4293
4293
|
standalone: false
|
|
4294
4294
|
}]
|