@leanix/components 0.2.247 → 0.2.248

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,7 +61,6 @@ export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy,
61
61
  showPopup(): void;
62
62
  togglePopup(): void;
63
63
  hidePopup(): void;
64
- onTab(forward: boolean): boolean;
65
64
  onDateStringChange(newDateString: string | null, emit?: boolean): void;
66
65
  onSelectionDone(newDate: Date): void;
67
66
  onBlur(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.247",
3
+ "version": "0.2.248",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {