@corp-products/ui-components 3.4.4 → 3.4.5

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,6 +647,7 @@ declare class DualCalendarComponent {
647
647
  isCalendarOpen: boolean;
648
648
  calendarContainer: ElementRef;
649
649
  hijriCal: NgbCalendarIslamicUmalqura;
650
+ set gregorianInput(value: string | null);
650
651
  constructor();
651
652
  onDocumentClick(event: MouseEvent): void;
652
653
  private structToNgbDate;
@@ -655,7 +656,7 @@ declare class DualCalendarComponent {
655
656
  showCalender(isOpen: boolean): void;
656
657
  formatHijri(h: NgbDate): string;
657
658
  static ɵfac: i0.ɵɵFactoryDeclaration<DualCalendarComponent, never>;
658
- static ɵcmp: i0.ɵɵComponentDeclaration<DualCalendarComponent, "app-dual-calendar", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "withTime": { "alias": "withTime"; "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; }; "gregorianInput": { "alias": "gregorianInput"; "required": false; }; }, { "gregorianUTC": "gregorianUTC"; }, never, never, true, never>;
659
660
  }
660
661
 
661
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.4",
3
+ "version": "3.4.5",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {