@baloise/ds-angular 19.10.0 → 19.10.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.
package/generated/proxies.d.ts
CHANGED
|
@@ -325,7 +325,7 @@ export declare class BalFooter {
|
|
|
325
325
|
protected el: HTMLElement;
|
|
326
326
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
327
327
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalFooter, never>;
|
|
328
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection": { "alias": "hideLanguageSelection"; "required": false; }; "hideLinks": { "alias": "hideLinks"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoSvg": { "alias": "logoSvg"; "required": false; }; "overrideLinks": { "alias": "overrideLinks"; "required": false; }; "showSocialMedia": { "alias": "showSocialMedia"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
328
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection": { "alias": "hideLanguageSelection"; "required": false; }; "hideLinks": { "alias": "hideLinks"; "required": false; }; "logoBrand": { "alias": "logoBrand"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoSvg": { "alias": "logoSvg"; "required": false; }; "overrideLinks": { "alias": "overrideLinks"; "required": false; }; "showSocialMedia": { "alias": "showSocialMedia"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
329
329
|
}
|
|
330
330
|
export declare interface BalForm extends Components.BalForm {
|
|
331
331
|
}
|
|
@@ -642,7 +642,7 @@ export declare class BalNavbarBrand {
|
|
|
642
642
|
protected el: HTMLElement;
|
|
643
643
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
644
644
|
static ɵfac: i0.ɵɵFactoryDeclaration<BalNavbarBrand, never>;
|
|
645
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": { "alias": "animated"; "required": false; }; "href": { "alias": "href"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "logoClickable": { "alias": "logoClickable"; "required": false; }; "logoLabel": { "alias": "logoLabel"; "required": false; }; "logoSize": { "alias": "logoSize"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "simple": { "alias": "simple"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
645
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": { "alias": "animated"; "required": false; }; "href": { "alias": "href"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "logoBrand": { "alias": "logoBrand"; "required": false; }; "logoClickable": { "alias": "logoClickable"; "required": false; }; "logoLabel": { "alias": "logoLabel"; "required": false; }; "logoSize": { "alias": "logoSize"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "simple": { "alias": "simple"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
|
|
646
646
|
}
|
|
647
647
|
export declare interface BalNavbarMenu extends Components.BalNavbarMenu {
|
|
648
648
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-angular",
|
|
3
|
-
"version": "19.10.
|
|
3
|
+
"version": "19.10.2",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@angular/forms": ">=18.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@baloise/ds-core": "19.10.
|
|
21
|
-
"@baloise/ds-angular-common": "19.10.
|
|
20
|
+
"@baloise/ds-core": "19.10.2",
|
|
21
|
+
"@baloise/ds-angular-common": "19.10.2",
|
|
22
22
|
"tslib": "~2.3.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|