@baloise/ds-angular-module 18.0.0 → 18.0.1

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.
@@ -1016,7 +1016,7 @@ export declare class BalSegment {
1016
1016
  protected el: HTMLElement;
1017
1017
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1018
1018
  static ɵfac: i0.ɵɵFactoryDeclaration<BalSegment, never>;
1019
- static ɵcmp: i0.ɵɵComponentDeclaration<BalSegment, "bal-segment", never, { "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; "balChange": "balChange"; }, never, ["*"], false, never>;
1019
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalSegment, "bal-segment", never, { "autoInvalidOff": { "alias": "autoInvalidOff"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "value": { "alias": "value"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, { "balFocus": "balFocus"; "balBlur": "balBlur"; "balChange": "balChange"; }, never, ["*"], false, never>;
1020
1020
  }
1021
1021
  export declare interface BalSegmentItem extends Components.BalSegmentItem {
1022
1022
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular-module",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
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",
@@ -16,8 +16,8 @@
16
16
  "@angular/core": ">=17.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@baloise/ds-core": "18.0.0",
20
- "@baloise/ds-angular-common": "18.0.0",
19
+ "@baloise/ds-core": "18.0.1",
20
+ "@baloise/ds-angular-common": "18.0.1",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,