@corp-products/ui-components 3.4.3 → 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
@@ -638,6 +638,7 @@ declare class DualCalendarComponent {
638
638
  selectedDate: string;
639
639
  control: FormControl<any>;
640
640
  label: string;
641
+ withTime: boolean;
641
642
  mode: 'gregorian' | 'hijri';
642
643
  gregorianModel: NgbDateStruct;
643
644
  hijriModel: NgbDateStruct;
@@ -646,6 +647,7 @@ declare class DualCalendarComponent {
646
647
  isCalendarOpen: boolean;
647
648
  calendarContainer: ElementRef;
648
649
  hijriCal: NgbCalendarIslamicUmalqura;
650
+ set gregorianInput(value: string | null);
649
651
  constructor();
650
652
  onDocumentClick(event: MouseEvent): void;
651
653
  private structToNgbDate;
@@ -654,7 +656,7 @@ declare class DualCalendarComponent {
654
656
  showCalender(isOpen: boolean): void;
655
657
  formatHijri(h: NgbDate): string;
656
658
  static ɵfac: i0.ɵɵFactoryDeclaration<DualCalendarComponent, never>;
657
- static ɵcmp: i0.ɵɵComponentDeclaration<DualCalendarComponent, "app-dual-calendar", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "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>;
658
660
  }
659
661
 
660
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.3",
3
+ "version": "3.4.5",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {