@corp-products/ui-components 3.9.9 → 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;
|
|
@@ -717,7 +718,7 @@ declare class DualCalendarComponent implements OnInit, OnChanges {
|
|
|
717
718
|
showCalender(isOpen: boolean): void;
|
|
718
719
|
formatHijri(h: NgbDate): string;
|
|
719
720
|
static ɵfac: i0.ɵɵFactoryDeclaration<DualCalendarComponent, never>;
|
|
720
|
-
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>;
|
|
721
722
|
}
|
|
722
723
|
|
|
723
724
|
declare const WEEKDAYS: {
|