@oiz/stzh-components-angular 4.3.1 → 4.5.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.
|
@@ -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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiz/stzh-components-angular",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.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": "^4.
|
|
14
|
+
"@oiz/stzh-components": "^4.5.0-beta1"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": "^18.10.0 || ^20.9.0 || ^22.11.0"
|