@corp-products/ui-components 3.6.2 → 3.6.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
@@ -659,6 +659,7 @@ declare class DualCalendarComponent {
659
659
  hijriModel: NgbDateStruct;
660
660
  currentLang: i0.WritableSignal<"ar" | "en">;
661
661
  gregorianUTC: EventEmitter<string>;
662
+ onClose: EventEmitter<boolean>;
662
663
  gregorianUTCValue: string;
663
664
  isShown: boolean;
664
665
  calendarContainer: ElementRef;
@@ -673,7 +674,7 @@ declare class DualCalendarComponent {
673
674
  showCalender(isOpen: boolean): void;
674
675
  formatHijri(h: NgbDate): string;
675
676
  static ɵfac: i0.ɵɵFactoryDeclaration<DualCalendarComponent, never>;
676
- 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; }; }, { "gregorianUTC": "gregorianUTC"; }, never, never, true, never>;
677
+ 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; }; }, { "gregorianUTC": "gregorianUTC"; "onClose": "onClose"; }, never, never, true, never>;
677
678
  }
678
679
 
679
680
  declare const WEEKDAYS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "3.6.2",
3
+ "version": "3.6.4",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {