dfh-ui-library 1.13.148 → 1.13.149

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.
@@ -18,6 +18,7 @@ interface TodosV2Props {
18
18
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
19
19
  searchText?: string;
20
20
  isDataLoading?: boolean;
21
+ isDischarged?: boolean;
21
22
  onLoadMore?: () => void;
22
23
  hasMoreData?: boolean;
23
24
  }
@@ -150,6 +150,7 @@ export interface BreadcrumbItem {
150
150
  label: string;
151
151
  link?: string;
152
152
  navAction?: () => void;
153
+ isDischarged?: boolean;
153
154
  }
154
155
  export interface ImagePreviewProps {
155
156
  imageUrl?: string;
@@ -849,6 +850,7 @@ export interface SideBarListProps {
849
850
  isDataLoading?: boolean;
850
851
  hasMoreData?: boolean;
851
852
  onLoadMore?: () => void;
853
+ isDischarged?: boolean;
852
854
  }
853
855
  export interface PatientConsentProps {
854
856
  consentDate?: string | Date | null;