@baloise/ds-angular-module 16.1.0 → 16.2.0

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.
@@ -293,7 +293,7 @@ export declare class BalDate {
293
293
  protected el: HTMLElement;
294
294
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
295
295
  static ɵfac: i0.ɵɵFactoryDeclaration<BalDate, never>;
296
- static ɵcmp: i0.ɵɵComponentDeclaration<BalDate, "bal-date", never, { "allowedDates": "allowedDates"; "autoInvalidOff": "autoInvalidOff"; "closeOnSelect": "closeOnSelect"; "debounce": "debounce"; "defaultDate": "defaultDate"; "disabled": "disabled"; "freeSolo": "freeSolo"; "invalid": "invalid"; "max": "max"; "maxYearProp": "maxYearProp"; "min": "min"; "minYearProp": "minYearProp"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "triggerIcon": "triggerIcon"; "value": "value"; }, { "balInput": "balInput"; "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; "balBlur": "balBlur"; "balFocus": "balFocus"; "balInputClick": "balInputClick"; "balIconClick": "balIconClick"; }, never, ["*"], false, never>;
296
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalDate, "bal-date", never, { "allowInvalidValue": "allowInvalidValue"; "allowedDates": "allowedDates"; "autoInvalidOff": "autoInvalidOff"; "closeOnSelect": "closeOnSelect"; "debounce": "debounce"; "defaultDate": "defaultDate"; "disabled": "disabled"; "freeSolo": "freeSolo"; "invalid": "invalid"; "max": "max"; "maxYearProp": "maxYearProp"; "min": "min"; "minYearProp": "minYearProp"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "triggerIcon": "triggerIcon"; "value": "value"; }, { "balInput": "balInput"; "balChange": "balChange"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; "balBlur": "balBlur"; "balFocus": "balFocus"; "balInputClick": "balInputClick"; "balIconClick": "balIconClick"; }, never, ["*"], false, never>;
297
297
  }
298
298
  export declare interface BalDateCalendar extends Components.BalDateCalendar {
299
299
  }
@@ -549,7 +549,7 @@ export declare class BalInputDate {
549
549
  protected el: HTMLElement;
550
550
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
551
551
  static ɵfac: i0.ɵɵFactoryDeclaration<BalInputDate, never>;
552
- static ɵcmp: i0.ɵɵComponentDeclaration<BalInputDate, "bal-input-date", never, { "autoInvalidOff": "autoInvalidOff"; "autocomplete": "autocomplete"; "clickable": "clickable"; "disabled": "disabled"; "invalid": "invalid"; "max": "max"; "min": "min"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "value": "value"; }, { "balKeyPress": "balKeyPress"; "balChange": "balChange"; "balInput": "balInput"; "balBlur": "balBlur"; "balFocus": "balFocus"; }, never, ["*"], false, never>;
552
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalInputDate, "bal-input-date", never, { "allowInvalidValue": "allowInvalidValue"; "autoInvalidOff": "autoInvalidOff"; "autocomplete": "autocomplete"; "clickable": "clickable"; "disabled": "disabled"; "invalid": "invalid"; "max": "max"; "min": "min"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "value": "value"; }, { "balKeyPress": "balKeyPress"; "balChange": "balChange"; "balInput": "balInput"; "balBlur": "balBlur"; "balFocus": "balFocus"; }, never, ["*"], false, never>;
553
553
  }
554
554
  export declare interface BalInputGroup extends Components.BalInputGroup {
555
555
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular-module",
3
- "version": "16.1.0",
3
+ "version": "16.2.0",
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": ">=15.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@baloise/ds-core": "16.1.0",
20
- "@baloise/ds-angular-common": "16.1.0",
19
+ "@baloise/ds-core": "16.2.0",
20
+ "@baloise/ds-angular-common": "16.2.0",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,