@corp-products/ui-components 4.0.0 → 4.1.0

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
@@ -683,7 +683,7 @@ declare class DynamicSidebarV2Service {
683
683
  static ɵprov: i0.ɵɵInjectableDeclaration<DynamicSidebarV2Service>;
684
684
  }
685
685
 
686
- declare class DualCalendarComponent implements OnInit, OnChanges {
686
+ declare class DualCalendarComponent implements OnInit, OnChanges, OnDestroy {
687
687
  calendarWrapper: ElementRef;
688
688
  selectedDate: string;
689
689
  control: FormControl<any>;
@@ -717,6 +717,7 @@ declare class DualCalendarComponent implements OnInit, OnChanges {
717
717
  onSelectHijri(date: NgbDateStruct): void;
718
718
  showCalender(isOpen: boolean): void;
719
719
  formatHijri(h: NgbDate): string;
720
+ ngOnDestroy(): void;
720
721
  static ɵfac: i0.ɵɵFactoryDeclaration<DualCalendarComponent, never>;
721
722
  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; }; "isShown": { "alias": "isShown"; "required": false; }; "appedToBody": { "alias": "appedToBody"; "required": false; }; }, { "gregorianUTC": "gregorianUTC"; "onClose": "onClose"; }, never, never, true, never>;
722
723
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {