@baloise/ds-angular 17.2.5 → 17.3.0-nightly.20250117

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.
@@ -2048,10 +2048,10 @@ let BalNotification = class BalNotification {
2048
2048
  }
2049
2049
  };
2050
2050
  BalNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2051
- BalNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotification, isStandalone: true, selector: "bal-notification", inputs: { color: "color" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2051
+ BalNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalNotification, isStandalone: true, selector: "bal-notification", inputs: { color: "color", light: "light", noIcon: "noIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2052
2052
  BalNotification = __decorate([
2053
2053
  ProxyCmp({
2054
- inputs: ['color'],
2054
+ inputs: ['color', 'light', 'noIcon'],
2055
2055
  defineCustomElementFn: defineCustomElement$17
2056
2056
  }),
2057
2057
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -2063,7 +2063,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2063
2063
  changeDetection: ChangeDetectionStrategy.OnPush,
2064
2064
  template: '<ng-content></ng-content>',
2065
2065
  standalone: true,
2066
- inputs: ['color']
2066
+ inputs: ['color', 'light', 'noIcon']
2067
2067
  }]
2068
2068
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2069
2069
  let BalOption = class BalOption {
@@ -2883,10 +2883,10 @@ let BalToast = class BalToast {
2883
2883
  }
2884
2884
  };
2885
2885
  BalToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2886
- BalToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalToast, isStandalone: true, selector: "bal-toast", inputs: { color: "color", duration: "duration", message: "message" }, outputs: { balClose: "balClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2886
+ BalToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalToast, isStandalone: true, selector: "bal-toast", inputs: { closable: "closable", color: "color", duration: "duration", message: "message" }, outputs: { balClose: "balClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2887
2887
  BalToast = __decorate([
2888
2888
  ProxyCmp({
2889
- inputs: ['color', 'duration', 'message'],
2889
+ inputs: ['closable', 'color', 'duration', 'message'],
2890
2890
  methods: ['closeIn', 'close'],
2891
2891
  defineCustomElementFn: defineCustomElement$3
2892
2892
  }),
@@ -2899,7 +2899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2899
2899
  changeDetection: ChangeDetectionStrategy.OnPush,
2900
2900
  template: '<ng-content></ng-content>',
2901
2901
  standalone: true,
2902
- inputs: ['color', 'duration', 'message'],
2902
+ inputs: ['closable', 'color', 'duration', 'message'],
2903
2903
  outputs: ['balClose']
2904
2904
  }]
2905
2905
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });