@oiz/stzh-components-angular 3.3.0-beta4 → 3.3.0-beta5
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.
|
@@ -10,6 +10,7 @@ import type { StzhAccordionItemBlurEvent as IStzhAccordionItemStzhAccordionItemB
|
|
|
10
10
|
import type { StzhActionsetItemClickEvent as IStzhActionsetStzhActionsetItemClickEvent } from '@oiz/stzh-components';
|
|
11
11
|
import type { StzhAmountChangeEvent as IStzhAmountStzhAmountChangeEvent } from '@oiz/stzh-components';
|
|
12
12
|
import type { StzhAnchornavItemClickEvent as IStzhAnchornavStzhAnchornavItemClickEvent } from '@oiz/stzh-components';
|
|
13
|
+
import type { StzhAppNavItemClickEvent as IStzhAppNavStzhAppNavItemClickEvent } from '@oiz/stzh-components';
|
|
13
14
|
import type { StzhAppointmentsChangeEvent as IStzhAppointmentsStzhAppointmentsChangeEvent } from '@oiz/stzh-components';
|
|
14
15
|
import type { StzhArchivelistItemClickEvent as IStzhArchivelistStzhArchivelistItemClickEvent } from '@oiz/stzh-components';
|
|
15
16
|
import type { StzhAudioPlayEvent as IStzhAudioStzhAudioPlayEvent } from '@oiz/stzh-components';
|
|
@@ -294,6 +295,10 @@ export declare class StzhAppNav {
|
|
|
294
295
|
static ɵcmp: i0.ɵɵComponentDeclaration<StzhAppNav, "stzh-app-nav", never, { "items": { "alias": "items"; "required": false; }; "localization": { "alias": "localization"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
295
296
|
}
|
|
296
297
|
export declare interface StzhAppNav extends Components.StzhAppNav {
|
|
298
|
+
/**
|
|
299
|
+
* AppNav item click event
|
|
300
|
+
*/
|
|
301
|
+
stzhAppNavItemClick: EventEmitter<CustomEvent<IStzhAppNavStzhAppNavItemClickEvent>>;
|
|
297
302
|
}
|
|
298
303
|
export declare class StzhAppointments {
|
|
299
304
|
protected z: NgZone;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiz/stzh-components-angular",
|
|
3
|
-
"version": "3.3.0-
|
|
3
|
+
"version": "3.3.0-beta5",
|
|
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.3.0-
|
|
14
|
+
"@oiz/stzh-components": "^3.3.0-beta5"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": "^18.10.0 || ^20.9.0"
|