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.
- package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +15 -1
- package/daterangepicker_v2/daterangepicker-constants.d.ts +22 -0
- package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +27 -4
- package/dropdown/dropdown.component.d.ts +3 -1
- package/esm2022/action-list/action-list.component.mjs +206 -16
- package/esm2022/action-list/action-list.module.mjs +13 -12
- package/esm2022/analytics/analytics.module.mjs +7 -7
- package/esm2022/analytics/analytics.service.mjs +12 -12
- package/esm2022/async-search-dropdown/async-dropdown.component.mjs +243 -25
- package/esm2022/async-search-dropdown/async-dropdown.module.mjs +13 -12
- package/esm2022/button/button.component.mjs +52 -9
- package/esm2022/button/button.directive.mjs +14 -12
- package/esm2022/button/button.module.mjs +13 -12
- package/esm2022/checkbox/checkbox.component.mjs +49 -12
- package/esm2022/checkbox/checkbox.module.mjs +13 -12
- package/esm2022/chip/chip.component.mjs +55 -9
- package/esm2022/chip/chip.module.mjs +13 -12
- package/esm2022/datepicker_v2/datepicker.module.mjs +13 -12
- package/esm2022/datepicker_v2/tz-datepicker.directive.mjs +24 -22
- package/esm2022/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +378 -20
- package/esm2022/daterangepicker_v2/daterangepicker-constants.mjs +19 -1
- package/esm2022/daterangepicker_v2/daterangepicker.module.mjs +13 -12
- package/esm2022/daterangepicker_v2/tz-daterangepicker.directive.mjs +24 -22
- package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +456 -32
- package/esm2022/drawer/drawer-body/drawer-body.component.mjs +36 -20
- package/esm2022/drawer/drawer.module.mjs +12 -11
- package/esm2022/drawer/drawer.service.mjs +9 -9
- package/esm2022/dropdown/calculate-container-height.directive.mjs +9 -9
- package/esm2022/dropdown/dropdown.component.mjs +311 -35
- package/esm2022/dropdown/dropdown.module.mjs +13 -12
- package/esm2022/dynamic-form/dynamic-form.component.mjs +759 -31
- package/esm2022/dynamic-form/dynamic-form.module.mjs +31 -30
- package/esm2022/dynamic-theme/dynamic-theme.module.mjs +12 -12
- package/esm2022/dynamic-theme/dynamic-theme.service.mjs +9 -9
- package/esm2022/fab/fab.component.mjs +99 -36
- package/esm2022/fab/fab.module.mjs +13 -12
- package/esm2022/filter/filter-panel/filter-panel.component.mjs +226 -7
- package/esm2022/filter/filters.module.mjs +38 -37
- package/esm2022/filter/has-value.pipe.mjs +9 -9
- package/esm2022/input/directives/input/input.directive.mjs +9 -9
- package/esm2022/input/mis-input.component.mjs +51 -7
- package/esm2022/input/mis-input.module.mjs +13 -12
- package/esm2022/input-stepper/input-stepper/input-stepper.component.mjs +35 -9
- package/esm2022/input-stepper/input-stepper.module.mjs +19 -18
- package/esm2022/loader/loader.component.mjs +14 -7
- package/esm2022/loader/loader.module.mjs +13 -12
- package/esm2022/menu/menu-close.directive.mjs +17 -15
- package/esm2022/menu/menu.directive.mjs +26 -24
- package/esm2022/menu/menu.module.mjs +13 -12
- package/esm2022/mis-slider/mis-slider.component.mjs +110 -25
- package/esm2022/mis-slider/mis-slider.module.mjs +13 -12
- package/esm2022/mobile-filter/mobile-filter.component.mjs +124 -7
- package/esm2022/mobile-filter/mobile-filter.module.mjs +13 -12
- package/esm2022/modal/modal.module.mjs +12 -11
- package/esm2022/modal/modal.service.mjs +9 -9
- package/esm2022/modal/module-wrapper/module-wrapper.component.mjs +42 -26
- package/esm2022/multi-select-dropdown/multi-select-dropdown.component.mjs +216 -13
- package/esm2022/multi-select-dropdown/multi-select-dropdown.module.mjs +13 -12
- package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +216 -13
- package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.module.mjs +13 -12
- package/esm2022/phone-input/phone-input.component.mjs +23 -9
- package/esm2022/phone-input/phone-input.module.mjs +13 -12
- package/esm2022/radio-button/radio-button.component.mjs +16 -9
- package/esm2022/radio-button/radio-button.module.mjs +13 -12
- package/esm2022/ske-loader/ske-loader.component.mjs +27 -7
- package/esm2022/ske-loader/ske-loader.module.mjs +13 -12
- package/esm2022/slider/slider.component.mjs +17 -9
- package/esm2022/slider/slider.module.mjs +17 -16
- package/esm2022/snackbar/snackbar/snackbar.component.mjs +66 -9
- package/esm2022/snackbar/snackbar.module.mjs +17 -16
- package/esm2022/snackbar/snackbar.service.mjs +9 -9
- package/esm2022/specificdatepicker/specificdatepicker.module.mjs +13 -12
- package/esm2022/specificdatepicker/tz-sdp-container/tz-sdp-container.component.mjs +288 -13
- package/esm2022/specificdatepicker/tz-specificdatepicker.directive.mjs +22 -20
- package/esm2022/star-rating/star-rating.component.mjs +34 -7
- package/esm2022/star-rating/star-rating.module.mjs +13 -12
- package/esm2022/switch/switch.component.mjs +21 -9
- package/esm2022/switch/switch.module.mjs +13 -12
- package/esm2022/table/actions-cell/actions-cell.component.mjs +221 -16
- package/esm2022/table/custom-table-cell.directive.mjs +9 -9
- package/esm2022/table/filter/filter.component.mjs +108 -10
- package/esm2022/table/public_api.mjs +1 -1
- package/esm2022/table/sort-icons.directive.mjs +9 -9
- package/esm2022/table/sub-table/sub-table.component.mjs +138 -10
- package/esm2022/table/table.component.mjs +394 -24
- package/esm2022/table/table.module.mjs +45 -36
- package/esm2022/timepicker/timepicker.component.mjs +91 -19
- package/esm2022/timepicker/timepicker.directive.mjs +17 -17
- package/esm2022/timepicker/timepicker.module.mjs +13 -12
- package/esm2022/timerangepicker/timerangepicker.component.mjs +30 -7
- package/esm2022/timerangepicker/timerangepicker.module.mjs +13 -12
- package/esm2022/toast/toast.component.mjs +57 -25
- package/esm2022/toast/toast.data.service.mjs +9 -9
- package/esm2022/toast/toast.module.mjs +12 -11
- package/esm2022/toast/toast.service.mjs +9 -9
- package/esm2022/tooltip/tooltip-container/tooltip.component.mjs +55 -10
- package/esm2022/tooltip/tooltip.directive.mjs +31 -29
- package/esm2022/tooltip/tooltip.module.mjs +13 -12
- package/esm2022/virtual-scroll/virtual-scroll.component.mjs +87 -15
- package/esm2022/virtual-scroll/virtual-scroll.module.mjs +21 -20
- package/esm2022/widgets/services/widget.service.mjs +6 -6
- package/esm2022/widgets/widgets.module.mjs +13 -12
- package/fesm2022/mis-crystal-design-system-action-list.mjs +218 -27
- package/fesm2022/mis-crystal-design-system-action-list.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-analytics.mjs +18 -18
- package/fesm2022/mis-crystal-design-system-analytics.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs +255 -36
- package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-button.mjs +77 -31
- package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-checkbox.mjs +61 -23
- package/fesm2022/mis-crystal-design-system-checkbox.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-chip.mjs +67 -20
- package/fesm2022/mis-crystal-design-system-chip.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs +414 -53
- package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +508 -63
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-drawer.mjs +55 -38
- package/fesm2022/mis-crystal-design-system-drawer.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-dropdown.mjs +332 -55
- package/fesm2022/mis-crystal-design-system-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +789 -60
- package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs +19 -19
- package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-fab.mjs +111 -47
- package/fesm2022/mis-crystal-design-system-fab.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-filter.mjs +270 -50
- package/fesm2022/mis-crystal-design-system-filter.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-input-stepper.mjs +53 -26
- package/fesm2022/mis-crystal-design-system-input-stepper.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-input.mjs +70 -25
- package/fesm2022/mis-crystal-design-system-input.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-loader.mjs +25 -17
- package/fesm2022/mis-crystal-design-system-loader.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-menu.mjs +54 -49
- package/fesm2022/mis-crystal-design-system-menu.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-mis-slider.mjs +122 -36
- package/fesm2022/mis-crystal-design-system-mis-slider.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-mobile-filter.mjs +135 -17
- package/fesm2022/mis-crystal-design-system-mobile-filter.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-modal.mjs +61 -44
- package/fesm2022/mis-crystal-design-system-modal.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs +228 -24
- package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs +228 -24
- package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-phone-input.mjs +35 -20
- package/fesm2022/mis-crystal-design-system-phone-input.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-radio-button.mjs +28 -20
- package/fesm2022/mis-crystal-design-system-radio-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-ske-loader.mjs +38 -17
- package/fesm2022/mis-crystal-design-system-ske-loader.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-slider.mjs +33 -24
- package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-snackbar.mjs +90 -32
- package/fesm2022/mis-crystal-design-system-snackbar.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs +321 -43
- package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-star-rating.mjs +45 -17
- package/fesm2022/mis-crystal-design-system-star-rating.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-switch.mjs +33 -20
- package/fesm2022/mis-crystal-design-system-switch.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-table.mjs +1836 -1021
- package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-timepicker.mjs +119 -46
- package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-timerangepicker.mjs +41 -17
- package/fesm2022/mis-crystal-design-system-timerangepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-toast.mjs +83 -50
- package/fesm2022/mis-crystal-design-system-toast.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-tooltip.mjs +97 -49
- package/fesm2022/mis-crystal-design-system-tooltip.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-utils.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs +107 -34
- package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-widgets.mjs +12 -11
- package/fesm2022/mis-crystal-design-system-widgets.mjs.map +1 -1
- package/package.json +66 -71
- package/table/actions-cell/actions-cell.component.d.ts +1 -1
- package/table/public_api.d.ts +0 -1
- package/table/table.component.d.ts +11 -1
- package/esm2022/mis-issue-reporter/console-capture.service.mjs +0 -107
- package/esm2022/mis-issue-reporter/har-builder.mjs +0 -92
- package/esm2022/mis-issue-reporter/index.mjs +0 -2
- package/esm2022/mis-issue-reporter/mis-crystal-design-system-mis-issue-reporter.mjs +0 -5
- package/esm2022/mis-issue-reporter/mis-issue-reporter-store.service.mjs +0 -73
- package/esm2022/mis-issue-reporter/mis-issue-reporter.component.mjs +0 -396
- package/esm2022/mis-issue-reporter/mis-issue-reporter.config.mjs +0 -13
- package/esm2022/mis-issue-reporter/mis-issue-reporter.interceptor.mjs +0 -86
- package/esm2022/mis-issue-reporter/mis-issue-reporter.module.mjs +0 -40
- package/esm2022/mis-issue-reporter/public_api.mjs +0 -8
- package/esm2022/mis-issue-reporter/types.mjs +0 -2
- package/esm2022/table/action-item.interface.mjs +0 -2
- package/fesm2022/mis-crystal-design-system-mis-issue-reporter.mjs +0 -794
- package/fesm2022/mis-crystal-design-system-mis-issue-reporter.mjs.map +0 -1
- package/mis-issue-reporter/console-capture.service.d.ts +0 -19
- package/mis-issue-reporter/har-builder.d.ts +0 -12
- package/mis-issue-reporter/index.d.ts +0 -1
- package/mis-issue-reporter/mis-issue-reporter-store.service.d.ts +0 -24
- package/mis-issue-reporter/mis-issue-reporter.component.d.ts +0 -69
- package/mis-issue-reporter/mis-issue-reporter.config.d.ts +0 -5
- package/mis-issue-reporter/mis-issue-reporter.interceptor.d.ts +0 -12
- package/mis-issue-reporter/mis-issue-reporter.module.d.ts +0 -21
- package/mis-issue-reporter/public_api.d.ts +0 -7
- package/mis-issue-reporter/types.d.ts +0 -32
- 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:
|
|
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:
|
|
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(): {
|