@corp-products/ui-components 3.9.8 → 3.9.9
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
|
@@ -707,7 +707,8 @@ declare class DualCalendarComponent implements OnInit, OnChanges {
|
|
|
707
707
|
ngOnInit(): void;
|
|
708
708
|
ngAfterViewInit(): void;
|
|
709
709
|
moveElementToBody(): void;
|
|
710
|
-
|
|
710
|
+
wrapperVisible(): void;
|
|
711
|
+
wrapperHidden(): void;
|
|
711
712
|
setDate(value: string | null): void;
|
|
712
713
|
onDocumentClick(event: MouseEvent): void;
|
|
713
714
|
private structToNgbDate;
|