@baloise/ds-angular 17.3.0 → 17.4.0-nightly.20250207

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.
@@ -76,7 +76,7 @@ export declare class BalButton {
76
76
  protected el: HTMLElement;
77
77
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
78
78
  static ɵfac: i0.ɵɵFactoryDeclaration<BalButton, never>;
79
- static ɵcmp: i0.ɵɵComponentDeclaration<BalButton, "bal-button", never, { "aria": "aria"; "color": "color"; "disabled": "disabled"; "download": "download"; "elementType": "elementType"; "expanded": "expanded"; "flat": "flat"; "href": "href"; "icon": "icon"; "iconRight": "iconRight"; "iconTurn": "iconTurn"; "inverted": "inverted"; "isActive": "isActive"; "loading": "loading"; "name": "name"; "noWrap": "noWrap"; "outlined": "outlined"; "rel": "rel"; "rounded": "rounded"; "shadow": "shadow"; "size": "size"; "square": "square"; "target": "target"; "value": "value"; }, { "balNavigate": "balNavigate"; "balFocus": "balFocus"; "balBlur": "balBlur"; "balDidRender": "balDidRender"; }, never, ["*"], true, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalButton, "bal-button", never, { "aria": "aria"; "balPopup": "balPopup"; "color": "color"; "disabled": "disabled"; "download": "download"; "elementType": "elementType"; "expanded": "expanded"; "flat": "flat"; "href": "href"; "icon": "icon"; "iconRight": "iconRight"; "iconTurn": "iconTurn"; "inverted": "inverted"; "isActive": "isActive"; "loading": "loading"; "name": "name"; "noWrap": "noWrap"; "outlined": "outlined"; "rel": "rel"; "rounded": "rounded"; "shadow": "shadow"; "size": "size"; "square": "square"; "target": "target"; "value": "value"; }, { "balNavigate": "balNavigate"; "balFocus": "balFocus"; "balBlur": "balBlur"; "balDidRender": "balDidRender"; }, never, ["*"], true, never>;
80
80
  }
81
81
  export declare interface BalButtonGroup extends Components.BalButtonGroup {
82
82
  }
@@ -150,7 +150,7 @@ export declare class BalCarousel {
150
150
  protected el: HTMLElement;
151
151
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
152
152
  static ɵfac: i0.ɵɵFactoryDeclaration<BalCarousel, never>;
153
- static ɵcmp: i0.ɵɵComponentDeclaration<BalCarousel, "bal-carousel", never, { "aspectRatio": "aspectRatio"; "border": "border"; "controls": "controls"; "controlsOverflow": "controlsOverflow"; "controlsSticky": "controlsSticky"; "fullHeight": "fullHeight"; "htmlRole": "htmlRole"; "interface": "interface"; "inverted": "inverted"; "itemsPerView": "itemsPerView"; "scrollY": "scrollY"; "steps": "steps"; "value": "value"; }, { "balChange": "balChange"; }, never, ["*"], true, never>;
153
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalCarousel, "bal-carousel", never, { "aspectRatio": "aspectRatio"; "border": "border"; "controls": "controls"; "controlsOverflow": "controlsOverflow"; "controlsSticky": "controlsSticky"; "fullHeight": "fullHeight"; "htmlRole": "htmlRole"; "interface": "interface"; "inverted": "inverted"; "itemsPerView": "itemsPerView"; "scrollY": "scrollY"; "space": "space"; "steps": "steps"; "value": "value"; }, { "balChange": "balChange"; }, never, ["*"], true, never>;
154
154
  }
155
155
  export declare interface BalCarouselItem extends Components.BalCarouselItem {
156
156
  }
@@ -523,7 +523,7 @@ export declare class BalModal {
523
523
  protected el: HTMLElement;
524
524
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
525
525
  static ɵfac: i0.ɵɵFactoryDeclaration<BalModal, never>;
526
- static ɵcmp: i0.ɵɵComponentDeclaration<BalModal, "bal-modal", never, { "backdropDismiss": "backdropDismiss"; "component": "component"; "componentProps": "componentProps"; "cssClass": "cssClass"; "hasBackdrop": "hasBackdrop"; "isClosable": "isClosable"; "modalWidth": "modalWidth"; "space": "space"; }, { "balModalDidPresent": "balModalDidPresent"; "balModalWillPresent": "balModalWillPresent"; "balModalWillDismiss": "balModalWillDismiss"; "balModalDidDismiss": "balModalDidDismiss"; }, never, ["*"], true, never>;
526
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalModal, "bal-modal", never, { "backdropDismiss": "backdropDismiss"; "component": "component"; "componentProps": "componentProps"; "cssClass": "cssClass"; "focusTrap": "focusTrap"; "hasBackdrop": "hasBackdrop"; "isClosable": "isClosable"; "modalWidth": "modalWidth"; "space": "space"; }, { "balModalDidPresent": "balModalDidPresent"; "balModalWillPresent": "balModalWillPresent"; "balModalWillDismiss": "balModalWillDismiss"; "balModalDidDismiss": "balModalDidDismiss"; }, never, ["*"], true, never>;
527
527
  }
528
528
  export declare interface BalModalBody extends Components.BalModalBody {
529
529
  }
@@ -640,7 +640,7 @@ export declare class BalNavbarBrand {
640
640
  protected el: HTMLElement;
641
641
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
642
642
  static ɵfac: i0.ɵɵFactoryDeclaration<BalNavbarBrand, never>;
643
- static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": "animated"; "href": "href"; "logo": "logo"; "logoSize": "logoSize"; "simple": "simple"; "target": "target"; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
643
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": "animated"; "href": "href"; "logo": "logo"; "logoClickable": "logoClickable"; "logoLabel": "logoLabel"; "logoSize": "logoSize"; "simple": "simple"; "target": "target"; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], true, never>;
644
644
  }
645
645
  export declare interface BalNavbarMenu extends Components.BalNavbarMenu {
646
646
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular",
3
- "version": "17.3.0",
3
+ "version": "17.4.0-nightly.20250207",
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": ">=15.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@baloise/ds-core": "17.3.0",
21
- "@baloise/ds-angular-common": "17.3.0",
20
+ "@baloise/ds-core": "17.4.0-nightly.20250207",
21
+ "@baloise/ds-angular-common": "17.4.0-nightly.20250207",
22
22
  "tslib": "~2.3.0"
23
23
  },
24
24
  "sideEffects": false,