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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/SideBarListView/todosV2.d.ts +1 -0
- package/dist/cjs/types/shared/models/components/common.model.d.ts +2 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/SideBarListView/todosV2.d.ts +1 -0
- package/dist/esm/types/shared/models/components/common.model.d.ts +2 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
@@ -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;
|