@corp-products/ui-components 3.4.6 → 3.4.7

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
@@ -647,8 +647,8 @@ declare class DualCalendarComponent {
647
647
  isCalendarOpen: boolean;
648
648
  calendarContainer: ElementRef;
649
649
  hijriCal: NgbCalendarIslamicUmalqura;
650
- set gregorianInput(value: string | null);
651
- constructor();
650
+ ngOnInit(): void;
651
+ setDate(value: string | null): void;
652
652
  onDocumentClick(event: MouseEvent): void;
653
653
  private structToNgbDate;
654
654
  onSelectGregorian(date: NgbDateStruct): void;
@@ -656,7 +656,7 @@ declare class DualCalendarComponent {
656
656
  showCalender(isOpen: boolean): void;
657
657
  formatHijri(h: NgbDate): string;
658
658
  static ɵfac: i0.ɵɵFactoryDeclaration<DualCalendarComponent, never>;
659
- static ɵcmp: i0.ɵɵComponentDeclaration<DualCalendarComponent, "app-dual-calendar", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "withTime": { "alias": "withTime"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "gregorianInput": { "alias": "gregorianInput"; "required": false; }; }, { "gregorianUTC": "gregorianUTC"; }, never, never, true, never>;
659
+ static ɵcmp: i0.ɵɵComponentDeclaration<DualCalendarComponent, "app-dual-calendar", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "withTime": { "alias": "withTime"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; }, { "gregorianUTC": "gregorianUTC"; }, never, never, true, never>;
660
660
  }
661
661
 
662
662
  declare const WEEKDAYS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "3.4.6",
3
+ "version": "3.4.7",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {