@baloise/ds-angular-module 19.8.2 → 19.8.3

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.
@@ -47,10 +47,12 @@ export declare interface BalApp extends Components.BalApp {
47
47
  }
48
48
  export declare class BalApp {
49
49
  protected z: NgZone;
50
+ /** Emitted when app is ready and painted. */
51
+ balAppReady: EventEmitter<BalEvents.BalAppCustomEvent<void>>;
50
52
  protected el: HTMLElement;
51
53
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
52
54
  static ɵfac: i0.ɵɵFactoryDeclaration<BalApp, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<BalApp, "bal-app", never, { "animated": { "alias": "animated"; "required": false; }; }, {}, never, ["*"], false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalApp, "bal-app", never, { "animated": { "alias": "animated"; "required": false; }; }, { "balAppReady": "balAppReady"; }, never, ["*"], false, never>;
54
56
  }
55
57
  export declare interface BalBadge extends Components.BalBadge {
56
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular-module",
3
- "version": "19.8.2",
3
+ "version": "19.8.3",
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": ">=18.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@baloise/ds-core": "19.8.2",
20
- "@baloise/ds-angular-common": "19.8.2",
19
+ "@baloise/ds-core": "19.8.3",
20
+ "@baloise/ds-angular-common": "19.8.3",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,