@corp-products/ui-components 3.4.3 → 3.4.4

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;
@@ -654,7 +655,7 @@ declare class DualCalendarComponent {
654
655
  showCalender(isOpen: boolean): void;
655
656
  formatHijri(h: NgbDate): string;
656
657
  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>;
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>;
658
659
  }
659
660
 
660
661
  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.4",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {