cat-documents-ng 0.2.62 → 0.2.64
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/Shared/constant/SHARED.d.ts +2 -0
- package/fesm2022/cat-documents-ng.mjs +231 -29
- package/fesm2022/cat-documents-ng.mjs.map +1 -1
- package/lib/document/components/document-search/document-search.component.d.ts +4 -0
- package/lib/document/components/document-upload/document-upload.component.d.ts +27 -3
- package/lib/document/services/document-upload.service.d.ts +14 -3
- package/package.json +1 -1
- package/src/assets/config/api.config.json +20 -0
|
@@ -226,6 +226,8 @@ export declare class SHARED {
|
|
|
226
226
|
static CATAGORIES: string;
|
|
227
227
|
static DOCUMENTS: string;
|
|
228
228
|
static UPLOAD_FAILED: string;
|
|
229
|
+
static USER_LIST: string;
|
|
230
|
+
static CATEGORIES: string;
|
|
229
231
|
static DOCUMENT_DELETED_SUCCESSFULLY: string;
|
|
230
232
|
static Menu: {
|
|
231
233
|
label: string;
|