@leanix/components 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,8 @@ export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy,
44
44
  date: Date;
45
45
  mode: string;
46
46
  }[];
47
+ autoFocus: boolean;
48
+ closeDateInput: EventEmitter<void>;
47
49
  input: ElementRef<HTMLInputElement>;
48
50
  showDatepicker: boolean;
49
51
  dateFormat: string;
@@ -79,5 +81,5 @@ export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy,
79
81
  };
80
82
  } | null;
81
83
  static ɵfac: i0.ɵɵFactoryDeclaration<DateInputComponent, [null, null, { optional: true; }]>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "lx-date-input", never, { "date": "date"; "dateString": "dateString"; "valueAccessor": "valueAccessor"; "inputId": "inputId"; "renderingStyle": "renderingStyle"; "placeholder": "placeholder"; "datepickerMode": "datepickerMode"; "initDateString": "initDateString"; "minDate": "minDate"; "maxDate": "maxDate"; "minMode": "minMode"; "maxMode": "maxMode"; "showWeeks": "showWeeks"; "formatDay": "formatDay"; "formatMonth": "formatMonth"; "formatYear": "formatYear"; "formatDayHeader": "formatDayHeader"; "formatDayTitle": "formatDayTitle"; "formatMonthTitle": "formatMonthTitle"; "startingDay": "startingDay"; "yearRange": "yearRange"; "onlyCurrentMonth": "onlyCurrentMonth"; "shortcutPropagation": "shortcutPropagation"; "customClass": "customClass"; "disabled": "disabled"; "dateDisabled": "dateDisabled"; }, { "dateChange": "dateChange"; "dateStringChange": "dateStringChange"; }, never, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "lx-date-input", never, { "date": "date"; "dateString": "dateString"; "valueAccessor": "valueAccessor"; "inputId": "inputId"; "renderingStyle": "renderingStyle"; "placeholder": "placeholder"; "datepickerMode": "datepickerMode"; "initDateString": "initDateString"; "minDate": "minDate"; "maxDate": "maxDate"; "minMode": "minMode"; "maxMode": "maxMode"; "showWeeks": "showWeeks"; "formatDay": "formatDay"; "formatMonth": "formatMonth"; "formatYear": "formatYear"; "formatDayHeader": "formatDayHeader"; "formatDayTitle": "formatDayTitle"; "formatMonthTitle": "formatMonthTitle"; "startingDay": "startingDay"; "yearRange": "yearRange"; "onlyCurrentMonth": "onlyCurrentMonth"; "shortcutPropagation": "shortcutPropagation"; "customClass": "customClass"; "disabled": "disabled"; "dateDisabled": "dateDisabled"; "autoFocus": "autoFocus"; }, { "dateChange": "dateChange"; "dateStringChange": "dateStringChange"; "closeDateInput": "closeDateInput"; }, never, never>;
83
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {