mis-crystal-design-system 18.2.1-test → 18.2.2-test

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.
Files changed (208) hide show
  1. package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +15 -1
  2. package/daterangepicker_v2/daterangepicker-constants.d.ts +22 -0
  3. package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +27 -4
  4. package/dropdown/dropdown.component.d.ts +3 -1
  5. package/esm2022/action-list/action-list.component.mjs +206 -16
  6. package/esm2022/action-list/action-list.module.mjs +13 -12
  7. package/esm2022/analytics/analytics.module.mjs +7 -7
  8. package/esm2022/analytics/analytics.service.mjs +12 -12
  9. package/esm2022/async-search-dropdown/async-dropdown.component.mjs +243 -25
  10. package/esm2022/async-search-dropdown/async-dropdown.module.mjs +13 -12
  11. package/esm2022/button/button.component.mjs +52 -9
  12. package/esm2022/button/button.directive.mjs +14 -12
  13. package/esm2022/button/button.module.mjs +13 -12
  14. package/esm2022/checkbox/checkbox.component.mjs +49 -12
  15. package/esm2022/checkbox/checkbox.module.mjs +13 -12
  16. package/esm2022/chip/chip.component.mjs +55 -9
  17. package/esm2022/chip/chip.module.mjs +13 -12
  18. package/esm2022/datepicker_v2/datepicker.module.mjs +13 -12
  19. package/esm2022/datepicker_v2/tz-datepicker.directive.mjs +24 -22
  20. package/esm2022/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +378 -20
  21. package/esm2022/daterangepicker_v2/daterangepicker-constants.mjs +19 -1
  22. package/esm2022/daterangepicker_v2/daterangepicker.module.mjs +13 -12
  23. package/esm2022/daterangepicker_v2/tz-daterangepicker.directive.mjs +24 -22
  24. package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +456 -32
  25. package/esm2022/drawer/drawer-body/drawer-body.component.mjs +36 -20
  26. package/esm2022/drawer/drawer.module.mjs +12 -11
  27. package/esm2022/drawer/drawer.service.mjs +9 -9
  28. package/esm2022/dropdown/calculate-container-height.directive.mjs +9 -9
  29. package/esm2022/dropdown/dropdown.component.mjs +311 -35
  30. package/esm2022/dropdown/dropdown.module.mjs +13 -12
  31. package/esm2022/dynamic-form/dynamic-form.component.mjs +759 -31
  32. package/esm2022/dynamic-form/dynamic-form.module.mjs +31 -30
  33. package/esm2022/dynamic-theme/dynamic-theme.module.mjs +12 -12
  34. package/esm2022/dynamic-theme/dynamic-theme.service.mjs +9 -9
  35. package/esm2022/fab/fab.component.mjs +99 -36
  36. package/esm2022/fab/fab.module.mjs +13 -12
  37. package/esm2022/filter/filter-panel/filter-panel.component.mjs +226 -7
  38. package/esm2022/filter/filters.module.mjs +38 -37
  39. package/esm2022/filter/has-value.pipe.mjs +9 -9
  40. package/esm2022/input/directives/input/input.directive.mjs +9 -9
  41. package/esm2022/input/mis-input.component.mjs +51 -7
  42. package/esm2022/input/mis-input.module.mjs +13 -12
  43. package/esm2022/input-stepper/input-stepper/input-stepper.component.mjs +35 -9
  44. package/esm2022/input-stepper/input-stepper.module.mjs +19 -18
  45. package/esm2022/loader/loader.component.mjs +14 -7
  46. package/esm2022/loader/loader.module.mjs +13 -12
  47. package/esm2022/menu/menu-close.directive.mjs +17 -15
  48. package/esm2022/menu/menu.directive.mjs +26 -24
  49. package/esm2022/menu/menu.module.mjs +13 -12
  50. package/esm2022/mis-slider/mis-slider.component.mjs +110 -25
  51. package/esm2022/mis-slider/mis-slider.module.mjs +13 -12
  52. package/esm2022/mobile-filter/mobile-filter.component.mjs +124 -7
  53. package/esm2022/mobile-filter/mobile-filter.module.mjs +13 -12
  54. package/esm2022/modal/modal.module.mjs +12 -11
  55. package/esm2022/modal/modal.service.mjs +9 -9
  56. package/esm2022/modal/module-wrapper/module-wrapper.component.mjs +42 -26
  57. package/esm2022/multi-select-dropdown/multi-select-dropdown.component.mjs +216 -13
  58. package/esm2022/multi-select-dropdown/multi-select-dropdown.module.mjs +13 -12
  59. package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +216 -13
  60. package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.module.mjs +13 -12
  61. package/esm2022/phone-input/phone-input.component.mjs +23 -9
  62. package/esm2022/phone-input/phone-input.module.mjs +13 -12
  63. package/esm2022/radio-button/radio-button.component.mjs +16 -9
  64. package/esm2022/radio-button/radio-button.module.mjs +13 -12
  65. package/esm2022/ske-loader/ske-loader.component.mjs +27 -7
  66. package/esm2022/ske-loader/ske-loader.module.mjs +13 -12
  67. package/esm2022/slider/slider.component.mjs +17 -9
  68. package/esm2022/slider/slider.module.mjs +17 -16
  69. package/esm2022/snackbar/snackbar/snackbar.component.mjs +66 -9
  70. package/esm2022/snackbar/snackbar.module.mjs +17 -16
  71. package/esm2022/snackbar/snackbar.service.mjs +9 -9
  72. package/esm2022/specificdatepicker/specificdatepicker.module.mjs +13 -12
  73. package/esm2022/specificdatepicker/tz-sdp-container/tz-sdp-container.component.mjs +288 -13
  74. package/esm2022/specificdatepicker/tz-specificdatepicker.directive.mjs +22 -20
  75. package/esm2022/star-rating/star-rating.component.mjs +34 -7
  76. package/esm2022/star-rating/star-rating.module.mjs +13 -12
  77. package/esm2022/switch/switch.component.mjs +21 -9
  78. package/esm2022/switch/switch.module.mjs +13 -12
  79. package/esm2022/table/actions-cell/actions-cell.component.mjs +221 -16
  80. package/esm2022/table/custom-table-cell.directive.mjs +9 -9
  81. package/esm2022/table/filter/filter.component.mjs +108 -10
  82. package/esm2022/table/public_api.mjs +1 -1
  83. package/esm2022/table/sort-icons.directive.mjs +9 -9
  84. package/esm2022/table/sub-table/sub-table.component.mjs +138 -10
  85. package/esm2022/table/table.component.mjs +394 -24
  86. package/esm2022/table/table.module.mjs +45 -36
  87. package/esm2022/timepicker/timepicker.component.mjs +91 -19
  88. package/esm2022/timepicker/timepicker.directive.mjs +17 -17
  89. package/esm2022/timepicker/timepicker.module.mjs +13 -12
  90. package/esm2022/timerangepicker/timerangepicker.component.mjs +30 -7
  91. package/esm2022/timerangepicker/timerangepicker.module.mjs +13 -12
  92. package/esm2022/toast/toast.component.mjs +57 -25
  93. package/esm2022/toast/toast.data.service.mjs +9 -9
  94. package/esm2022/toast/toast.module.mjs +12 -11
  95. package/esm2022/toast/toast.service.mjs +9 -9
  96. package/esm2022/tooltip/tooltip-container/tooltip.component.mjs +55 -10
  97. package/esm2022/tooltip/tooltip.directive.mjs +31 -29
  98. package/esm2022/tooltip/tooltip.module.mjs +13 -12
  99. package/esm2022/virtual-scroll/virtual-scroll.component.mjs +87 -15
  100. package/esm2022/virtual-scroll/virtual-scroll.module.mjs +21 -20
  101. package/esm2022/widgets/services/widget.service.mjs +6 -6
  102. package/esm2022/widgets/widgets.module.mjs +13 -12
  103. package/fesm2022/mis-crystal-design-system-action-list.mjs +218 -27
  104. package/fesm2022/mis-crystal-design-system-action-list.mjs.map +1 -1
  105. package/fesm2022/mis-crystal-design-system-analytics.mjs +18 -18
  106. package/fesm2022/mis-crystal-design-system-analytics.mjs.map +1 -1
  107. package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs +255 -36
  108. package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -1
  109. package/fesm2022/mis-crystal-design-system-button.mjs +77 -31
  110. package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
  111. package/fesm2022/mis-crystal-design-system-checkbox.mjs +61 -23
  112. package/fesm2022/mis-crystal-design-system-checkbox.mjs.map +1 -1
  113. package/fesm2022/mis-crystal-design-system-chip.mjs +67 -20
  114. package/fesm2022/mis-crystal-design-system-chip.mjs.map +1 -1
  115. package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs +414 -53
  116. package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs.map +1 -1
  117. package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +508 -63
  118. package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
  119. package/fesm2022/mis-crystal-design-system-drawer.mjs +55 -38
  120. package/fesm2022/mis-crystal-design-system-drawer.mjs.map +1 -1
  121. package/fesm2022/mis-crystal-design-system-dropdown.mjs +332 -55
  122. package/fesm2022/mis-crystal-design-system-dropdown.mjs.map +1 -1
  123. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +789 -60
  124. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
  125. package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs +19 -19
  126. package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs.map +1 -1
  127. package/fesm2022/mis-crystal-design-system-fab.mjs +111 -47
  128. package/fesm2022/mis-crystal-design-system-fab.mjs.map +1 -1
  129. package/fesm2022/mis-crystal-design-system-filter.mjs +270 -50
  130. package/fesm2022/mis-crystal-design-system-filter.mjs.map +1 -1
  131. package/fesm2022/mis-crystal-design-system-input-stepper.mjs +53 -26
  132. package/fesm2022/mis-crystal-design-system-input-stepper.mjs.map +1 -1
  133. package/fesm2022/mis-crystal-design-system-input.mjs +70 -25
  134. package/fesm2022/mis-crystal-design-system-input.mjs.map +1 -1
  135. package/fesm2022/mis-crystal-design-system-loader.mjs +25 -17
  136. package/fesm2022/mis-crystal-design-system-loader.mjs.map +1 -1
  137. package/fesm2022/mis-crystal-design-system-menu.mjs +54 -49
  138. package/fesm2022/mis-crystal-design-system-menu.mjs.map +1 -1
  139. package/fesm2022/mis-crystal-design-system-mis-slider.mjs +122 -36
  140. package/fesm2022/mis-crystal-design-system-mis-slider.mjs.map +1 -1
  141. package/fesm2022/mis-crystal-design-system-mobile-filter.mjs +135 -17
  142. package/fesm2022/mis-crystal-design-system-mobile-filter.mjs.map +1 -1
  143. package/fesm2022/mis-crystal-design-system-modal.mjs +61 -44
  144. package/fesm2022/mis-crystal-design-system-modal.mjs.map +1 -1
  145. package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs +228 -24
  146. package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -1
  147. package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs +228 -24
  148. package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -1
  149. package/fesm2022/mis-crystal-design-system-phone-input.mjs +35 -20
  150. package/fesm2022/mis-crystal-design-system-phone-input.mjs.map +1 -1
  151. package/fesm2022/mis-crystal-design-system-radio-button.mjs +28 -20
  152. package/fesm2022/mis-crystal-design-system-radio-button.mjs.map +1 -1
  153. package/fesm2022/mis-crystal-design-system-ske-loader.mjs +38 -17
  154. package/fesm2022/mis-crystal-design-system-ske-loader.mjs.map +1 -1
  155. package/fesm2022/mis-crystal-design-system-slider.mjs +33 -24
  156. package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
  157. package/fesm2022/mis-crystal-design-system-snackbar.mjs +90 -32
  158. package/fesm2022/mis-crystal-design-system-snackbar.mjs.map +1 -1
  159. package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs +321 -43
  160. package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs.map +1 -1
  161. package/fesm2022/mis-crystal-design-system-star-rating.mjs +45 -17
  162. package/fesm2022/mis-crystal-design-system-star-rating.mjs.map +1 -1
  163. package/fesm2022/mis-crystal-design-system-switch.mjs +33 -20
  164. package/fesm2022/mis-crystal-design-system-switch.mjs.map +1 -1
  165. package/fesm2022/mis-crystal-design-system-table.mjs +1836 -1021
  166. package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
  167. package/fesm2022/mis-crystal-design-system-timepicker.mjs +119 -46
  168. package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
  169. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs +41 -17
  170. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs.map +1 -1
  171. package/fesm2022/mis-crystal-design-system-toast.mjs +83 -50
  172. package/fesm2022/mis-crystal-design-system-toast.mjs.map +1 -1
  173. package/fesm2022/mis-crystal-design-system-tooltip.mjs +97 -49
  174. package/fesm2022/mis-crystal-design-system-tooltip.mjs.map +1 -1
  175. package/fesm2022/mis-crystal-design-system-utils.mjs.map +1 -1
  176. package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs +107 -34
  177. package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs.map +1 -1
  178. package/fesm2022/mis-crystal-design-system-widgets.mjs +12 -11
  179. package/fesm2022/mis-crystal-design-system-widgets.mjs.map +1 -1
  180. package/package.json +66 -71
  181. package/table/actions-cell/actions-cell.component.d.ts +1 -1
  182. package/table/public_api.d.ts +0 -1
  183. package/table/table.component.d.ts +11 -1
  184. package/esm2022/mis-issue-reporter/console-capture.service.mjs +0 -107
  185. package/esm2022/mis-issue-reporter/har-builder.mjs +0 -92
  186. package/esm2022/mis-issue-reporter/index.mjs +0 -2
  187. package/esm2022/mis-issue-reporter/mis-crystal-design-system-mis-issue-reporter.mjs +0 -5
  188. package/esm2022/mis-issue-reporter/mis-issue-reporter-store.service.mjs +0 -73
  189. package/esm2022/mis-issue-reporter/mis-issue-reporter.component.mjs +0 -396
  190. package/esm2022/mis-issue-reporter/mis-issue-reporter.config.mjs +0 -13
  191. package/esm2022/mis-issue-reporter/mis-issue-reporter.interceptor.mjs +0 -86
  192. package/esm2022/mis-issue-reporter/mis-issue-reporter.module.mjs +0 -40
  193. package/esm2022/mis-issue-reporter/public_api.mjs +0 -8
  194. package/esm2022/mis-issue-reporter/types.mjs +0 -2
  195. package/esm2022/table/action-item.interface.mjs +0 -2
  196. package/fesm2022/mis-crystal-design-system-mis-issue-reporter.mjs +0 -794
  197. package/fesm2022/mis-crystal-design-system-mis-issue-reporter.mjs.map +0 -1
  198. package/mis-issue-reporter/console-capture.service.d.ts +0 -19
  199. package/mis-issue-reporter/har-builder.d.ts +0 -12
  200. package/mis-issue-reporter/index.d.ts +0 -1
  201. package/mis-issue-reporter/mis-issue-reporter-store.service.d.ts +0 -24
  202. package/mis-issue-reporter/mis-issue-reporter.component.d.ts +0 -69
  203. package/mis-issue-reporter/mis-issue-reporter.config.d.ts +0 -5
  204. package/mis-issue-reporter/mis-issue-reporter.interceptor.d.ts +0 -12
  205. package/mis-issue-reporter/mis-issue-reporter.module.d.ts +0 -21
  206. package/mis-issue-reporter/public_api.d.ts +0 -7
  207. package/mis-issue-reporter/types.d.ts +0 -32
  208. package/table/action-item.interface.d.ts +0 -11
@@ -1,9 +1,11 @@
1
1
  import { OnInit } from "@angular/core";
2
+ import { LiveAnnouncer } from "@angular/cdk/a11y";
2
3
  import { ICurrentMonth, ICurrentMonthDates, IDatePickerData, IWeekDay } from "../models/dp-config.model";
3
4
  import { ToastService } from "mis-crystal-design-system/toast";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class TzDpContainerComponent implements OnInit {
6
7
  private toast;
8
+ private liveAnnouncer;
7
9
  data: IDatePickerData;
8
10
  private parseZoneInstance;
9
11
  /**
@@ -19,6 +21,16 @@ export declare class TzDpContainerComponent implements OnInit {
19
21
  private readonly isPreviousMonthDisabledSignal;
20
22
  private readonly isNextMonthDisabledSignal;
21
23
  private readonly localSelectedDateSignal;
24
+ readonly focusedDateSignal: import("@angular/core").WritableSignal<{
25
+ date: number;
26
+ month: number;
27
+ year: number;
28
+ }>;
29
+ focusedDate: import("@angular/core").Signal<{
30
+ date: number;
31
+ month: number;
32
+ year: number;
33
+ }>;
22
34
  private readonly allowBookingOnDisabledDaySignal;
23
35
  private readonly currentSelectionSignal;
24
36
  readonly selectedHourSignal: import("@angular/core").WritableSignal<number>;
@@ -53,13 +65,14 @@ export declare class TzDpContainerComponent implements OnInit {
53
65
  disabledYears: import("@angular/core").Signal<boolean[]>;
54
66
  selectedYear: import("@angular/core").Signal<number>;
55
67
  isYearSelectionFlow: import("@angular/core").Signal<boolean>;
56
- constructor(data: IDatePickerData, toast: ToastService);
68
+ constructor(data: IDatePickerData, toast: ToastService, liveAnnouncer: LiveAnnouncer);
57
69
  onHourInput(event: any): void;
58
70
  onMinuteInput(event: any): void;
59
71
  validateHourInput(): void;
60
72
  validateMinuteInput(): void;
61
73
  is12HourFormat(): boolean;
62
74
  retractDayMonth(day: any, month: any, year: any): any;
75
+ isFocusedDay(day: ICurrentMonthDates): boolean;
63
76
  ngOnInit(): void;
64
77
  get yearRange(): string;
65
78
  private initializeTimeValues;
@@ -72,6 +85,7 @@ export declare class TzDpContainerComponent implements OnInit {
72
85
  private generateDates;
73
86
  selectDay(day: ICurrentMonthDates): void;
74
87
  applyDate(day?: ICurrentMonthDates): void;
88
+ onDayKeydown(event: KeyboardEvent, day: ICurrentMonthDates): void;
75
89
  closeOnEsc(): void;
76
90
  cancelDatePicker(): void;
77
91
  toggleMonthSelector(): void;
@@ -2,3 +2,25 @@
2
2
  import { InjectionToken } from "@angular/core";
3
3
  export declare const CONTAINER_DATA: InjectionToken<{}>;
4
4
  export declare const DATE_FORMAT = "DD-MM-YYYY";
5
+ export declare const COLUMN_NAV_DIRECTION: {
6
+ readonly FORWARD: "forward";
7
+ readonly BACKWARD: "backward";
8
+ };
9
+ export type ColumnNavDirection = (typeof COLUMN_NAV_DIRECTION)[keyof typeof COLUMN_NAV_DIRECTION];
10
+ export declare const MONTH_NAV_DIRECTION: {
11
+ readonly NEXT: "NEXT";
12
+ readonly PREVIOUS: "PREVIOUS";
13
+ };
14
+ export type MonthNavDirection = (typeof MONTH_NAV_DIRECTION)[keyof typeof MONTH_NAV_DIRECTION];
15
+ export declare const DATE_RANGE_PANE: {
16
+ readonly LEFT: "LEFT";
17
+ readonly RIGHT: "RIGHT";
18
+ };
19
+ export type DateRangePane = (typeof DATE_RANGE_PANE)[keyof typeof DATE_RANGE_PANE];
20
+ export declare const CALENDAR_ARROW_KEY: {
21
+ readonly LEFT: "ArrowLeft";
22
+ readonly RIGHT: "ArrowRight";
23
+ readonly UP: "ArrowUp";
24
+ readonly DOWN: "ArrowDown";
25
+ };
26
+ export type CalendarArrowKey = (typeof CALENDAR_ARROW_KEY)[keyof typeof CALENDAR_ARROW_KEY];
@@ -1,10 +1,21 @@
1
- import { OnInit } from "@angular/core";
1
+ import { OnInit, Renderer2, DestroyRef } from "@angular/core";
2
+ import { type DateRangePane, type MonthNavDirection } from "../daterangepicker-constants";
2
3
  import { ICurrentMonth, ICurrentMonthDates, IDatePickerData, IWeekDay, ISelectedDatesConfig, RangeItem } from "../models/drp-config.model";
3
4
  import { ToastService } from "mis-crystal-design-system/toast";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class TzDrpContainerComponent implements OnInit {
6
7
  private injectedData;
7
8
  private toast;
9
+ private readonly renderer;
10
+ private readonly destroyRef;
11
+ readonly DATE_RANGE_PANE: {
12
+ readonly LEFT: "LEFT";
13
+ readonly RIGHT: "RIGHT";
14
+ };
15
+ readonly MONTH_NAV_DIRECTION: {
16
+ readonly NEXT: "NEXT";
17
+ readonly PREVIOUS: "PREVIOUS";
18
+ };
8
19
  private readonly CUSTOM_RANGE_LABEL;
9
20
  readonly data: import("@angular/core").WritableSignal<IDatePickerData>;
10
21
  private dayjsInstance;
@@ -59,19 +70,31 @@ export declare class TzDrpContainerComponent implements OnInit {
59
70
  endAmPm: import("@angular/core").Signal<string>;
60
71
  startHour24: import("@angular/core").Signal<number>;
61
72
  endHour24: import("@angular/core").Signal<number>;
62
- constructor(injectedData: IDatePickerData, toast: ToastService);
73
+ constructor(injectedData: IDatePickerData, toast: ToastService, renderer: Renderer2, destroyRef: DestroyRef);
63
74
  ngOnInit(): void;
64
75
  retractDayMonth(day: any, month: any, year: any): any;
65
76
  closeOnEsc(): void;
77
+ onDayCellKeydown(event: KeyboardEvent, pane: DateRangePane, fromIndex: number): void;
78
+ private findNextFocusableDayIndex;
79
+ private focusDrpCell;
80
+ private focusElementById;
81
+ private scheduleRestoreFocusToCalendarDay;
82
+ private scheduleFocusApplyButton;
83
+ private restoreFocusToCalendarDay;
84
+ private findDayIndexInMonthGrid;
85
+ private isFocusable;
86
+ private isFirstRow;
87
+ private isLastRow;
88
+ private findSelectableInColumn;
66
89
  private calculateMinMaxDays;
67
- navigateMonth(direction: "NEXT" | "PREVIOUS"): void;
90
+ navigateMonth(direction: MonthNavDirection): void;
68
91
  /**
69
92
  * Update calendar month/year based on selected dates
70
93
  * This method is called whenever localSelectedDatesSignal changes to keep calendar in sync
71
94
  */
72
95
  private updateCalendarFromSelectedDates;
73
96
  private generateDates;
74
- selectDay(from: "LEFT" | "RIGHT", day: ICurrentMonthDates): void;
97
+ selectDay(from: DateRangePane, day: ICurrentMonthDates): void;
75
98
  selectRange(item: RangeItem): void;
76
99
  resetRange(): void;
77
100
  applyDates(): void;
@@ -1,5 +1,6 @@
1
1
  import { ElementRef, TemplateRef, ViewContainerRef, ChangeDetectorRef } from "@angular/core";
2
2
  import { Overlay } from "@angular/cdk/overlay";
3
+ import { LiveAnnouncer } from "@angular/cdk/a11y";
3
4
  import { CdkVirtualScrollViewport } from "@angular/cdk/scrolling";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class DropdownComponent {
@@ -7,6 +8,7 @@ export declare class DropdownComponent {
7
8
  private overlay;
8
9
  private viewContainerRef;
9
10
  private cdr;
11
+ private liveAnnouncer;
10
12
  isOpen: import("@angular/core").WritableSignal<boolean>;
11
13
  readonly loading: import("@angular/core").WritableSignal<boolean>;
12
14
  readonly isSearchInputFocused: import("@angular/core").WritableSignal<boolean>;
@@ -45,7 +47,7 @@ export declare class DropdownComponent {
45
47
  private _itemsContainer;
46
48
  set itemsContainer(container: ElementRef | null);
47
49
  private overlayRef;
48
- constructor(eRef: ElementRef, overlay: Overlay, viewContainerRef: ViewContainerRef, cdr: ChangeDetectorRef);
50
+ constructor(eRef: ElementRef, overlay: Overlay, viewContainerRef: ViewContainerRef, cdr: ChangeDetectorRef, liveAnnouncer: LiveAnnouncer);
49
51
  measureAndUpdateHeight(): void;
50
52
  get currentData(): DropdownItem[];
51
53
  get itemsContainerStyle(): {