ados-rcm 1.1.779 → 1.1.780

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.
@@ -108,6 +108,7 @@ export declare function useDateRangeLogic(dr: IDateRange | undefined, changeDr:
108
108
  resetPage: () => void;
109
109
  handleYearChange: (newYear: number) => void;
110
110
  handleMonthChange: (newMonth: number) => void;
111
+ idx: "sD" | "eD";
111
112
  };
112
113
  export interface IDayObject {
113
114
  date: Date;
@@ -147,9 +148,7 @@ export declare const CalendarHeader: ({ page, setPage, handleYearChange, handleM
147
148
  export declare function usePortalKeyboardNavigation(isOpen: boolean, close: () => void, portalRef: React.RefObject<HTMLElement | null>, anchorRef: React.RefObject<HTMLElement | null>): void;
148
149
  export interface IPortalRefs {
149
150
  anchorRef: React.RefObject<HTMLElement | null>;
150
- endRef?: React.RefObject<HTMLElement | null>;
151
151
  portalRef: React.RefObject<HTMLElement | null>;
152
- startRef?: React.RefObject<HTMLElement | null>;
153
152
  }
154
153
  export declare function usePortalManager(refs: IPortalRefs, position: EDir12, isDisabled?: boolean | string, isLoading?: boolean, canTabOpen?: boolean, resetPage?: () => void): {
155
154
  isOpen: boolean;