@oiz/stzh-components-angular 4.0.0-beta2 → 4.0.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.
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class TextValueAccessor extends ValueAccessor {
5
5
  constructor(el: ElementRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TextValueAccessor, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessor, "stzh-input:not([type=number]):not([stzhAhvNumber]), stzh-datepicker, stzh-calendar, stzh-saptcha, stzh-timepicker, stzh-monthyearpicker", never, {}, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessor, "stzh-input:not([type=number]):not([stzhAhvNumber]), stzh-datepicker, stzh-calendar, stzh-saptcha, stzh-timepicker, stzh-monthyearpicker, stzh-appointments", never, {}, {}, never, never, false, never>;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oiz/stzh-components-angular",
3
- "version": "4.0.0-beta2",
3
+ "version": "4.0.0-beta3",
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.0.0-beta2"
14
+ "@oiz/stzh-components": "^4.0.0-beta3"
15
15
  },
16
16
  "engines": {
17
17
  "node": "^18.10.0 || ^20.9.0 || ^22.11.0"