@oiz/stzh-components-angular 3.2.0 → 3.3.0-beta1

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.
@@ -291,7 +291,7 @@ export declare class StzhAppointments {
291
291
  protected el: HTMLElement;
292
292
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
293
293
  static ɵfac: i0.ɵɵFactoryDeclaration<StzhAppointments, never>;
294
- static ɵcmp: i0.ɵɵComponentDeclaration<StzhAppointments, "stzh-appointments", never, { "appointments": { "alias": "appointments"; "required": false; }; "appointmentsTitle": { "alias": "appointmentsTitle"; "required": false; }; "calendarTitle": { "alias": "calendarTitle"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; "dateAdapter": { "alias": "dateAdapter"; "required": false; }; "localization": { "alias": "localization"; "required": false; }; "name": { "alias": "name"; "required": false; }; "showItems": { "alias": "showItems"; "required": false; }; "sortBy": { "alias": "sortBy"; "required": false; }; "stepItems": { "alias": "stepItems"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
294
+ static ɵcmp: i0.ɵɵComponentDeclaration<StzhAppointments, "stzh-appointments", never, { "appointments": { "alias": "appointments"; "required": false; }; "appointmentsTitle": { "alias": "appointmentsTitle"; "required": false; }; "calendarTitle": { "alias": "calendarTitle"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; "dateAdapter": { "alias": "dateAdapter"; "required": false; }; "disableSort": { "alias": "disableSort"; "required": false; }; "localization": { "alias": "localization"; "required": false; }; "name": { "alias": "name"; "required": false; }; "showItems": { "alias": "showItems"; "required": false; }; "sortBy": { "alias": "sortBy"; "required": false; }; "stepItems": { "alias": "stepItems"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
295
295
  }
296
296
  export declare interface StzhAppointments extends Components.StzhAppointments {
297
297
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oiz/stzh-components-angular",
3
- "version": "3.2.0",
3
+ "version": "3.3.0-beta1",
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": ">=3.0.0"
14
+ "@oiz/stzh-components": "^3.2.0"
15
15
  },
16
16
  "engines": {
17
17
  "node": "^18.10.0 || ^20.9.0"