mis-crystal-design-system 18.1.2 → 18.1.3
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/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +5 -0
- package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +40 -33
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +39 -32
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
- package/package.json +13 -13
|
@@ -65,6 +65,11 @@ export declare class TzDrpContainerComponent implements OnInit {
|
|
|
65
65
|
closeOnEsc(): void;
|
|
66
66
|
private calculateMinMaxDays;
|
|
67
67
|
navigateMonth(direction: "NEXT" | "PREVIOUS"): void;
|
|
68
|
+
/**
|
|
69
|
+
* Update calendar month/year based on selected dates
|
|
70
|
+
* This method is called whenever localSelectedDatesSignal changes to keep calendar in sync
|
|
71
|
+
*/
|
|
72
|
+
private updateCalendarFromSelectedDates;
|
|
68
73
|
private generateDates;
|
|
69
74
|
selectDay(from: "LEFT" | "RIGHT", day: ICurrentMonthDates): void;
|
|
70
75
|
selectRange(item: RangeItem): void;
|