@corp-products/ui-components 3.9.8 → 4.0.0
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
|
@@ -699,6 +699,7 @@ declare class DualCalendarComponent implements OnInit, OnChanges {
|
|
|
699
699
|
onClose: EventEmitter<boolean>;
|
|
700
700
|
gregorianUTCValue: string;
|
|
701
701
|
isShown: boolean;
|
|
702
|
+
appedToBody: boolean;
|
|
702
703
|
calendarContainer: ElementRef;
|
|
703
704
|
hijriCal: NgbCalendarIslamicUmalqura;
|
|
704
705
|
renderer: Renderer2;
|
|
@@ -707,7 +708,8 @@ declare class DualCalendarComponent implements OnInit, OnChanges {
|
|
|
707
708
|
ngOnInit(): void;
|
|
708
709
|
ngAfterViewInit(): void;
|
|
709
710
|
moveElementToBody(): void;
|
|
710
|
-
|
|
711
|
+
wrapperVisible(): void;
|
|
712
|
+
wrapperHidden(): void;
|
|
711
713
|
setDate(value: string | null): void;
|
|
712
714
|
onDocumentClick(event: MouseEvent): void;
|
|
713
715
|
private structToNgbDate;
|
|
@@ -716,7 +718,7 @@ declare class DualCalendarComponent implements OnInit, OnChanges {
|
|
|
716
718
|
showCalender(isOpen: boolean): void;
|
|
717
719
|
formatHijri(h: NgbDate): string;
|
|
718
720
|
static ɵfac: i0.ɵɵFactoryDeclaration<DualCalendarComponent, never>;
|
|
719
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DualCalendarComponent, "app-dual-calendar", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "withTime": { "alias": "withTime"; "required": false; }; "isDatePickerShow": { "alias": "isDatePickerShow"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "isShown": { "alias": "isShown"; "required": false; }; }, { "gregorianUTC": "gregorianUTC"; "onClose": "onClose"; }, never, never, true, never>;
|
|
721
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DualCalendarComponent, "app-dual-calendar", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "withTime": { "alias": "withTime"; "required": false; }; "isDatePickerShow": { "alias": "isDatePickerShow"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "isShown": { "alias": "isShown"; "required": false; }; "appedToBody": { "alias": "appedToBody"; "required": false; }; }, { "gregorianUTC": "gregorianUTC"; "onClose": "onClose"; }, never, never, true, never>;
|
|
720
722
|
}
|
|
721
723
|
|
|
722
724
|
declare const WEEKDAYS: {
|