@corp-products/ui-components 4.2.4 → 4.2.5
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.
package/index.d.ts
CHANGED
|
@@ -723,6 +723,7 @@ declare class DualCalendarComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
723
723
|
calendarContainer: ElementRef;
|
|
724
724
|
hijriCal: NgbCalendarIslamicUmalqura;
|
|
725
725
|
renderer: Renderer2;
|
|
726
|
+
private hostEl;
|
|
726
727
|
constructor();
|
|
727
728
|
ngOnChanges(changes: SimpleChanges): void;
|
|
728
729
|
ngOnInit(): void;
|
|
@@ -730,6 +731,7 @@ declare class DualCalendarComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
730
731
|
moveElementToBody(): void;
|
|
731
732
|
wrapperVisible(): void;
|
|
732
733
|
wrapperHidden(): void;
|
|
734
|
+
private positionCalendar;
|
|
733
735
|
setDate(value: string | null): void;
|
|
734
736
|
onDocumentClick(event: MouseEvent): void;
|
|
735
737
|
private structToNgbDate;
|