@energycap/components 0.44.2 → 0.44.3

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.
@@ -63,6 +63,7 @@ export declare class DateInputComponent extends FormControlBase implements OnIni
63
63
  constructor(validationMessageService: ValidationMessageService, formGroupHelper: FormGroupHelper, userPreferenceService: UserPreferenceService, el: ElementRef, overlayService: Overlay, selectionStrategies: DateInput.SelectionStrategies);
64
64
  ngOnChanges(changes: SimpleChanges): void;
65
65
  ngOnInit(): void;
66
+ closeCalendarAndFocusInput(): void;
66
67
  /** Focuses the input whenever the calendar is shift-tabbed out of. */
67
68
  onCalendarFocusOutStart(): void;
68
69
  /** Closes the calendar and focuses the input whenever the calendar is tabbed out of. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.44.2",
3
+ "version": "0.44.3",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"
@@ -55,5 +55,7 @@
55
55
  "DateInputSelectionMode_quarter": "Quarter",
56
56
  "DateInputSelectionMode_year": "Year",
57
57
  "DateInputSelectionMode_range": "Range",
58
- "DateInput_LatestDataAvailableTitle": "Select most recent data available"
58
+ "DateInput_LatestDataAvailableTitle": "Select most recent data available",
59
+ "DateInput_CalendarCloseButton_Label": "Close",
60
+ "DateInput_CalendarTodayButton_Label": "Go to today"
59
61
  }