hplx-feature-library 1.0.62 → 1.0.63
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.
|
@@ -8,8 +8,8 @@ interface AttachmentsProps {
|
|
|
8
8
|
parentRef: RefObject<HTMLDivElement>;
|
|
9
9
|
fetchAttachments: (page: number, search: string, types: E_DOCUMENT_TYPE[], limit: number, query_type: E_ATTACHMENT_QUERY_TYPE, date: TDateState, next_date: string) => Promise<I_FETCH_DOCUMENTS_RESPONSE>;
|
|
10
10
|
uploadFiles: (request: I_UPLOAD_FILES_REQUEST) => Promise<I_UPLOAD_FILES_RESPONSE>;
|
|
11
|
-
onDocumentPreview
|
|
12
|
-
onDocumentDownload
|
|
11
|
+
onDocumentPreview?: (document: IDOCUMENT_DataItem) => void;
|
|
12
|
+
onDocumentDownload?: (document: I_DOCUMENT) => void;
|
|
13
13
|
onDocumentUpdate: (document: unknown) => Promise<I_UPDATE_DOCUMENT_RESPONSE>;
|
|
14
14
|
setError?: (error: string) => void;
|
|
15
15
|
showHeaderBackButton?: boolean;
|
|
@@ -24862,9 +24862,9 @@ function cE(s) {
|
|
|
24862
24862
|
}, qe = (Ut) => {
|
|
24863
24863
|
me(Ut);
|
|
24864
24864
|
}, et = (Ut) => {
|
|
24865
|
-
S(Ut);
|
|
24865
|
+
S && S(Ut);
|
|
24866
24866
|
}, pt = (Ut) => {
|
|
24867
|
-
g(Ut);
|
|
24867
|
+
g && g(Ut);
|
|
24868
24868
|
}, Lt = () => {
|
|
24869
24869
|
me(null);
|
|
24870
24870
|
}, ft = async (Ut) => {
|