@oiz/stzh-components-angular 4.2.0 → 4.2.2
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.
|
@@ -2206,7 +2206,7 @@ export declare class StzhVbzConnectionFinder {
|
|
|
2206
2206
|
protected el: HTMLStzhVbzConnectionFinderElement;
|
|
2207
2207
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2208
2208
|
static ɵfac: i0.ɵɵFactoryDeclaration<StzhVbzConnectionFinder, never>;
|
|
2209
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StzhVbzConnectionFinder, "stzh-vbz-connection-finder", never, { "zvvScript": { "alias": "zvvScript"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2209
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StzhVbzConnectionFinder, "stzh-vbz-connection-finder", never, { "language": { "alias": "language"; "required": false; }; "zvvScript": { "alias": "zvvScript"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2210
2210
|
}
|
|
2211
2211
|
export declare interface StzhVbzConnectionFinder extends Components.StzhVbzConnectionFinder {
|
|
2212
2212
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiz/stzh-components-angular",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Angular specific component wrappers for @oiz/stzh-components.",
|
|
5
5
|
"homepage": "https://designsystem.stadt-zuerich.ch",
|
|
6
6
|
"private": false,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@angular/common": ">=16.0.0",
|
|
13
13
|
"@angular/core": ">=16.0.0",
|
|
14
|
-
"@oiz/stzh-components": "^4.2.
|
|
14
|
+
"@oiz/stzh-components": "^4.2.2"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": "^18.10.0 || ^20.9.0 || ^22.11.0"
|