@corp-products/ui-components 4.3.0 → 4.3.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.
package/index.d.ts
CHANGED
|
@@ -548,6 +548,7 @@ declare class ConfirmationDialogComponent extends DynamicDialogRef implements On
|
|
|
548
548
|
documentId: string | null;
|
|
549
549
|
uploadState: FileUploadState;
|
|
550
550
|
get hasFileUpload(): boolean;
|
|
551
|
+
hasFileUploadField(): boolean;
|
|
551
552
|
get isConfirmDisabled(): boolean;
|
|
552
553
|
ngOnDestroy(): void;
|
|
553
554
|
ngOnInit(): void;
|
|
@@ -834,6 +835,7 @@ declare class DualCalendarComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
834
835
|
hijriModel: NgbDateStruct;
|
|
835
836
|
currentLang: i0.WritableSignal<"ar" | "en">;
|
|
836
837
|
disabledDays: number[];
|
|
838
|
+
disabledDates: Date[];
|
|
837
839
|
gregorianUTC: EventEmitter<string>;
|
|
838
840
|
onClose: EventEmitter<boolean>;
|
|
839
841
|
gregorianUTCValue: string;
|
|
@@ -860,7 +862,7 @@ declare class DualCalendarComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
860
862
|
formatHijri(h: NgbDate): string;
|
|
861
863
|
ngOnDestroy(): void;
|
|
862
864
|
static ɵfac: i0.ɵɵFactoryDeclaration<DualCalendarComponent, never>;
|
|
863
|
-
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; }; "disabledDays": { "alias": "disabledDays"; "required": false; }; "isShown": { "alias": "isShown"; "required": false; }; "appedToBody": { "alias": "appedToBody"; "required": false; }; }, { "gregorianUTC": "gregorianUTC"; "onClose": "onClose"; }, never, never, true, never>;
|
|
865
|
+
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; }; "disabledDays": { "alias": "disabledDays"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "isShown": { "alias": "isShown"; "required": false; }; "appedToBody": { "alias": "appedToBody"; "required": false; }; }, { "gregorianUTC": "gregorianUTC"; "onClose": "onClose"; }, never, never, true, never>;
|
|
864
866
|
}
|
|
865
867
|
|
|
866
868
|
declare const WEEKDAYS: {
|