@oiz/stzh-components-angular 4.3.0 → 4.4.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.
@@ -376,7 +376,7 @@ export declare class StzhBanner {
376
376
  protected el: HTMLStzhBannerElement;
377
377
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
378
378
  static ɵfac: i0.ɵɵFactoryDeclaration<StzhBanner, never>;
379
- static ɵcmp: i0.ɵɵComponentDeclaration<StzhBanner, "stzh-banner", never, { "hideClose": { "alias": "hideClose"; "required": false; }; "label": { "alias": "label"; "required": false; }; "localization": { "alias": "localization"; "required": false; }; }, {}, never, ["*"], false, never>;
379
+ static ɵcmp: i0.ɵɵComponentDeclaration<StzhBanner, "stzh-banner", never, { "hideClose": { "alias": "hideClose"; "required": false; }; "label": { "alias": "label"; "required": false; }; "localization": { "alias": "localization"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
380
380
  }
381
381
  export declare interface StzhBanner extends Components.StzhBanner {
382
382
  /**
@@ -449,7 +449,7 @@ export declare class StzhButtongroup {
449
449
  protected el: HTMLStzhButtongroupElement;
450
450
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
451
451
  static ɵfac: i0.ɵɵFactoryDeclaration<StzhButtongroup, never>;
452
- static ɵcmp: i0.ɵɵComponentDeclaration<StzhButtongroup, "stzh-buttongroup", never, {}, {}, never, ["*"], false, never>;
452
+ static ɵcmp: i0.ɵɵComponentDeclaration<StzhButtongroup, "stzh-buttongroup", never, { "fullwidth": { "alias": "fullwidth"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeLarge": { "alias": "sizeLarge"; "required": false; }; "sizeMedium": { "alias": "sizeMedium"; "required": false; }; "sizeSmall": { "alias": "sizeSmall"; "required": false; }; "sizeUltra": { "alias": "sizeUltra"; "required": false; }; }, {}, never, ["*"], false, never>;
453
453
  }
454
454
  export declare interface StzhButtongroup extends Components.StzhButtongroup {
455
455
  }
@@ -475,7 +475,7 @@ export declare class StzhCard {
475
475
  }
476
476
  export declare interface StzhCard extends Components.StzhCard {
477
477
  /**
478
- * Click event (if href is used)
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.0",
3
+ "version": "4.4.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.0"
14
+ "@oiz/stzh-components": "^4.4.2"
15
15
  },
16
16
  "engines": {
17
17
  "node": "^18.10.0 || ^20.9.0 || ^22.11.0"