@baloise/ds-angular-module 19.5.0-snapshot.1784-5135ddaf2 → 19.5.0-snapshot.1784-23ccf4e00

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.
@@ -2137,11 +2137,10 @@ let BalNavbarMenu = class BalNavbarMenu {
2137
2137
  this.el = r.nativeElement;
2138
2138
  }
2139
2139
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BalNavbarMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2140
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarMenu, selector: "bal-navbar-menu", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2140
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BalNavbarMenu, selector: "bal-navbar-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2141
2141
  };
2142
2142
  BalNavbarMenu = __decorate([
2143
2143
  ProxyCmp({
2144
- inputs: ['active'],
2145
2144
  defineCustomElementFn: defineCustomElement$1a
2146
2145
  }),
2147
2146
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -2152,8 +2151,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
2152
2151
  selector: 'bal-navbar-menu',
2153
2152
  changeDetection: ChangeDetectionStrategy.OnPush,
2154
2153
  template: '<ng-content></ng-content>',
2155
- standalone: false,
2156
- inputs: ['active']
2154
+ standalone: false
2157
2155
  }]
2158
2156
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2159
2157
  let BalNavbarMenuEnd = class BalNavbarMenuEnd {