@oiz/stzh-components-angular 4.3.0 → 4.3.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.
|
@@ -475,7 +475,7 @@ export declare class StzhCard {
|
|
|
475
475
|
}
|
|
476
476
|
export declare interface StzhCard extends Components.StzhCard {
|
|
477
477
|
/**
|
|
478
|
-
* Click event
|
|
478
|
+
* Click event
|
|
479
479
|
*/
|
|
480
480
|
stzhClick: EventEmitter<CustomEvent<IStzhCardStzhCardClickEvent>>;
|
|
481
481
|
/**
|
|
@@ -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.3.
|
|
3
|
+
"version": "4.3.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.3.
|
|
14
|
+
"@oiz/stzh-components": "^4.3.2"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": "^18.10.0 || ^20.9.0 || ^22.11.0"
|