@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.
@@ -2055,10 +2055,10 @@ let BalNotification = class BalNotification {
2055
2055
  }
2056
2056
  };
2057
2057
  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 });
2058
- 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 });
2058
+ 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 });
2059
2059
  BalNotification = __decorate([
2060
2060
  ProxyCmp({
2061
- inputs: ['color'],
2061
+ inputs: ['color', 'light', 'noIcon'],
2062
2062
  defineCustomElementFn: defineCustomElement$17
2063
2063
  }),
2064
2064
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -2070,7 +2070,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2070
2070
  changeDetection: ChangeDetectionStrategy.OnPush,
2071
2071
  template: '<ng-content></ng-content>',
2072
2072
  standalone: true,
2073
- inputs: ['color']
2073
+ inputs: ['color', 'light', 'noIcon']
2074
2074
  }]
2075
2075
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2076
2076
  let BalOption = class BalOption {
@@ -2890,10 +2890,10 @@ let BalToast = class BalToast {
2890
2890
  }
2891
2891
  };
2892
2892
  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 });
2893
- 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 });
2893
+ 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 });
2894
2894
  BalToast = __decorate([
2895
2895
  ProxyCmp({
2896
- inputs: ['color', 'duration', 'message'],
2896
+ inputs: ['closable', 'color', 'duration', 'message'],
2897
2897
  methods: ['closeIn', 'close'],
2898
2898
  defineCustomElementFn: defineCustomElement$3
2899
2899
  }),
@@ -2906,7 +2906,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
2906
2906
  changeDetection: ChangeDetectionStrategy.OnPush,
2907
2907
  template: '<ng-content></ng-content>',
2908
2908
  standalone: true,
2909
- inputs: ['color', 'duration', 'message'],
2909
+ inputs: ['closable', 'color', 'duration', 'message'],
2910
2910
  outputs: ['balClose']
2911
2911
  }]
2912
2912
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });