@baloise/ds-angular 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.
@@ -387,9 +387,10 @@ let BalApp = class BalApp {
387
387
  this.z = z;
388
388
  c.detach();
389
389
  this.el = r.nativeElement;
390
+ proxyOutputs(this, this.el, ['balAppReady']);
390
391
  }
391
392
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.7", ngImport: i0, type: BalApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
392
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalApp, isStandalone: true, selector: "bal-app", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
393
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalApp, isStandalone: true, selector: "bal-app", inputs: { animated: "animated" }, outputs: { balAppReady: "balAppReady" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
393
394
  };
394
395
  BalApp = __decorate([
395
396
  ProxyCmp({
@@ -406,7 +407,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
406
407
  changeDetection: ChangeDetectionStrategy.OnPush,
407
408
  template: '<ng-content></ng-content>',
408
409
  standalone: true,
409
- inputs: ['animated']
410
+ inputs: ['animated'],
411
+ outputs: ['balAppReady']
410
412
  }]
411
413
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
412
414
  let BalBadge = class BalBadge {