@libs-ui/components-datetime-picker 0.2.335-0 → 0.2.336-1

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.
@@ -1,6 +1,6 @@
1
1
  import { ElementRef, OnDestroy, OnInit, WritableSignal } from '@angular/core';
2
2
  import { IDropdownFunctionControlEvent, IEmitSelectKey } from '@libs-ui/components-dropdown';
3
- import { IFocusAndBlurEvent, IInputFunctionControlEvent } from '@libs-ui/components-inputs-input';
3
+ import { IFocusAndBlurEvent, IInputFunctionControlEvent, LibsUiComponentsInputsInputComponent } from '@libs-ui/components-inputs-input';
4
4
  import { IListConfigItem } from '@libs-ui/components-list';
5
5
  import { IFlagMouse } from '@libs-ui/components-popover';
6
6
  import { IEvent } from '@libs-ui/interfaces-types';
@@ -95,6 +95,7 @@ export declare class LibsUiComponentsDatetimePickerCustomRangesCalendarComponent
95
95
  /** INJECTION */
96
96
  private translate;
97
97
  readonly pickerContainer: import("@angular/core").Signal<ElementRef<any> | undefined>;
98
+ readonly inputTimeHours: import("@angular/core").Signal<readonly LibsUiComponentsInputsInputComponent[]>;
98
99
  constructor();
99
100
  ngOnInit(): void;
100
101
  private buildConfigYear;