nuxeo-development-framework 2.0.9 → 3.0.1
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/bundles/nuxeo-development-framework.umd.js +8683 -454
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/activities-log/activities-log/activities-log.component.js +84 -0
- package/esm2015/lib/components/activities-log/activities-log/activities-log.service.js +35 -0
- package/esm2015/lib/components/activities-log/activities-log.module.js +30 -0
- package/esm2015/lib/components/attachment-item/attachment-item/attachment-item.component.js +54 -0
- package/esm2015/lib/components/attachment-item/attachment-item.module.js +44 -0
- package/esm2015/lib/components/attachment-modal/attachment-modal.module.js +40 -0
- package/esm2015/lib/components/attachment-modal/attachments/attachments.component.js +157 -0
- package/esm2015/lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component.js +30 -0
- package/esm2015/lib/components/confirmation-dialog/confirmation-dialog.module.js +30 -0
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component.js +44 -0
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon/icon.service.js +140 -0
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon.module.js +24 -0
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +177 -0
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.js +43 -0
- package/esm2015/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.js +39 -0
- package/esm2015/lib/components/dynamic-tabs/dynamic-tabs.module.js +34 -0
- package/esm2015/lib/components/file-manger/components/add-to-collection/add-to-collection.component.js +132 -0
- package/esm2015/lib/components/file-manger/components/clipboard/clipboard.component.js +264 -0
- package/esm2015/lib/components/file-manger/components/copy/copy.component.js +119 -0
- package/esm2015/lib/components/file-manger/components/create-directory/create-directory.component.js +91 -0
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +455 -0
- package/esm2015/lib/components/file-manger/components/creation-type/creation-type.component.js +26 -0
- package/esm2015/lib/components/file-manger/components/delete/delete.component.js +77 -0
- package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +114 -0
- package/esm2015/lib/components/file-manger/components/loan-request/loan-request.component.js +80 -0
- package/esm2015/lib/components/file-manger/components/move/move.component.js +108 -0
- package/esm2015/lib/components/file-manger/components/publish-dialog/publish-dialog.component.js +111 -0
- package/esm2015/lib/components/file-manger/components/rename/rename.component.js +86 -0
- package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +314 -0
- package/esm2015/lib/components/file-manger/components/share-dialog/share-dialog.component.js +294 -0
- package/esm2015/lib/components/file-manger/components/sidepanel/sidepanel.component.js +257 -0
- package/esm2015/lib/components/file-manger/components/template-modal/template-modal.component.js +64 -0
- package/esm2015/lib/components/file-manger/components/transfer-doc/transfer-doc.component.js +71 -0
- package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +358 -0
- package/esm2015/lib/components/file-manger/file-manager.abstract.js +1031 -0
- package/esm2015/lib/components/file-manger/file-manger.module.js +295 -0
- package/esm2015/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.js +51 -0
- package/esm2015/lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module.js +30 -0
- package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +177 -0
- package/esm2015/lib/components/permissions/permission.service.js +118 -0
- package/esm2015/lib/components/permissions/permissions/permissions.component.js +232 -0
- package/esm2015/lib/components/permissions/permissions-template/permissions-template.component.js +117 -0
- package/esm2015/lib/components/permissions/permissions.module.js +71 -0
- package/esm2015/lib/components/select-users-by-department/select-users-by-department.module.js +47 -0
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/department-management.service.js +27 -0
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component.js +116 -0
- package/esm2015/lib/components/user/user/user.component.js +29 -0
- package/esm2015/lib/components/user/user.module.js +30 -0
- package/esm2015/lib/directive/directive.module.js +9 -4
- package/esm2015/lib/directive/drag-and-drop/drag-and-drop.directive.js +46 -0
- package/esm2015/lib/shared/libraryShared.module.js +1 -4
- package/esm2015/lib/shared-services/dialog-mangment.service.js +61 -0
- package/esm2015/lib/shared-services/dynamic-form.service.js +241 -0
- package/esm2015/lib/shared-services/file-manager.adapter.js +74 -0
- package/esm2015/lib/shared-services/file-manager.service.js +793 -0
- package/esm2015/lib/shared-services/global-pdftron.service.js +46 -0
- package/esm2015/lib/shared-services/mainfolder.service.js +160 -0
- package/esm2015/lib/shared-services/publishing-document.service.js +202 -0
- package/esm2015/lib/shared-services/recently-viewed.service.js +57 -0
- package/esm2015/lib/shared-services/shared-docs.service.js +135 -0
- package/esm2015/lib/shared-services/shared-services.module.js +20 -0
- package/esm2015/lib/shared-services/upload-file.service.js +29 -0
- package/esm2015/lib/shared-services/upload-managment.service.js +151 -0
- package/esm2015/lib/shared-services/user.service.js +54 -0
- package/esm2015/public-api.js +65 -1
- package/fesm2015/nuxeo-development-framework.js +7969 -154
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/activities-log/activities-log/activities-log.component.d.ts +23 -0
- package/lib/components/activities-log/activities-log/activities-log.service.d.ts +9 -0
- package/lib/components/activities-log/activities-log.module.d.ts +10 -0
- package/lib/components/attachment-item/attachment-item/attachment-item.component.d.ts +21 -0
- package/lib/components/attachment-item/attachment-item.module.d.ts +13 -0
- package/lib/components/attachment-modal/attachment-modal.module.d.ts +12 -0
- package/lib/components/attachment-modal/attachments/attachments.component.d.ts +50 -0
- package/lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component.d.ts +12 -0
- package/lib/components/confirmation-dialog/confirmation-dialog.module.d.ts +10 -0
- package/lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component.d.ts +17 -0
- package/lib/components/display-suitable-icon/display-suitable-icon/icon.service.d.ts +8 -0
- package/lib/components/display-suitable-icon/display-suitable-icon.module.d.ts +8 -0
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.d.ts +137 -0
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.d.ts +12 -0
- package/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.d.ts +13 -0
- package/lib/components/dynamic-tabs/dynamic-tabs.module.d.ts +11 -0
- package/lib/components/file-manger/components/add-to-collection/add-to-collection.component.d.ts +31 -0
- package/lib/components/file-manger/components/clipboard/clipboard.component.d.ts +41 -0
- package/lib/components/file-manger/components/copy/copy.component.d.ts +32 -0
- package/lib/components/file-manger/components/create-directory/create-directory.component.d.ts +24 -0
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +108 -0
- package/lib/components/file-manger/components/creation-type/creation-type.component.d.ts +11 -0
- package/lib/components/file-manger/components/delete/delete.component.d.ts +30 -0
- package/lib/components/file-manger/components/folder-modal/folder-modal.component.d.ts +56 -0
- package/lib/components/file-manger/components/loan-request/loan-request.component.d.ts +23 -0
- package/lib/components/file-manger/components/move/move.component.d.ts +32 -0
- package/lib/components/file-manger/components/publish-dialog/publish-dialog.component.d.ts +32 -0
- package/lib/components/file-manger/components/rename/rename.component.d.ts +25 -0
- package/lib/components/file-manger/components/scan-modal/scan-modal.component.d.ts +95 -0
- package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +58 -0
- package/lib/components/file-manger/components/sidepanel/sidepanel.component.d.ts +62 -0
- package/lib/components/file-manger/components/template-modal/template-modal.component.d.ts +34 -0
- package/lib/components/file-manger/components/transfer-doc/transfer-doc.component.d.ts +24 -0
- package/lib/components/file-manger/components/update-modal/update-modal.component.d.ts +194 -0
- package/lib/components/file-manger/file-manager.abstract.d.ts +173 -0
- package/lib/components/file-manger/file-manger.module.d.ts +59 -0
- package/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.d.ts +17 -0
- package/lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module.d.ts +10 -0
- package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts +44 -0
- package/lib/components/permissions/permission.service.d.ts +21 -0
- package/lib/components/permissions/permissions/permissions.component.d.ts +48 -0
- package/lib/components/permissions/permissions-template/permissions-template.component.d.ts +22 -0
- package/lib/components/permissions/permissions.module.d.ts +21 -0
- package/lib/components/select-users-by-department/select-users-by-department.module.d.ts +13 -0
- package/lib/components/select-users-by-department/select-users-by-departments/department-management.service.d.ts +10 -0
- package/lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component.d.ts +33 -0
- package/lib/components/user/user/user.component.d.ts +12 -0
- package/lib/components/user/user.module.d.ts +10 -0
- package/lib/directive/directive.module.d.ts +3 -2
- package/lib/directive/drag-and-drop/drag-and-drop.directive.d.ts +11 -0
- package/lib/shared/libraryShared.module.d.ts +1 -1
- package/lib/shared-services/dialog-mangment.service.d.ts +15 -0
- package/lib/shared-services/dynamic-form.service.d.ts +24 -0
- package/lib/shared-services/file-manager.adapter.d.ts +48 -0
- package/lib/shared-services/file-manager.service.d.ts +94 -0
- package/lib/shared-services/global-pdftron.service.d.ts +10 -0
- package/lib/shared-services/mainfolder.service.d.ts +32 -0
- package/lib/shared-services/publishing-document.service.d.ts +25 -0
- package/lib/shared-services/recently-viewed.service.d.ts +17 -0
- package/lib/shared-services/shared-docs.service.d.ts +21 -0
- package/lib/shared-services/shared-services.module.d.ts +7 -0
- package/lib/shared-services/upload-file.service.d.ts +10 -0
- package/lib/shared-services/upload-managment.service.d.ts +72 -0
- package/lib/shared-services/user.service.d.ts +12 -0
- package/package.json +7 -6
- package/public-api.d.ts +62 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { OnDestroy, OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, FormGroup, NgControl } from '@angular/forms';
|
|
3
|
+
import { DepartmentManagementService } from './department-management.service';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SelectUsersByDepartmentsComponent implements OnInit, ControlValueAccessor, OnDestroy {
|
|
7
|
+
private departmentManagment;
|
|
8
|
+
private control;
|
|
9
|
+
display: string;
|
|
10
|
+
depLabel: string;
|
|
11
|
+
userLabel: string;
|
|
12
|
+
allowMultipleUsers: boolean;
|
|
13
|
+
formChanged: EventEmitter<any>;
|
|
14
|
+
sub$: Subscription;
|
|
15
|
+
depUsers: any[];
|
|
16
|
+
propagateChange: any;
|
|
17
|
+
validateFn: any;
|
|
18
|
+
onTouched: any;
|
|
19
|
+
depAnditsUsers: FormGroup;
|
|
20
|
+
reseting: boolean;
|
|
21
|
+
constructor(departmentManagment: DepartmentManagementService, control: NgControl);
|
|
22
|
+
isRequired(): boolean;
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
writeValue(obj: any): void;
|
|
25
|
+
registerOnChange(fn: any): void;
|
|
26
|
+
registerOnTouched(fn: any): void;
|
|
27
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
28
|
+
getDepMembers(DepId: any): void;
|
|
29
|
+
setUser(): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectUsersByDepartmentsComponent, [null, { optional: true; self: true; }]>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectUsersByDepartmentsComponent, "app-select-users-by-departments", never, { "display": "display"; "depLabel": "depLabel"; "userLabel": "userLabel"; "allowMultipleUsers": "allowMultipleUsers"; }, { "formChanged": "formChanged"; }, never, never>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AppConfigService } from '../../../configuration/app-config.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UserComponent implements OnInit {
|
|
5
|
+
appconfService: AppConfigService;
|
|
6
|
+
user: any;
|
|
7
|
+
type: string;
|
|
8
|
+
constructor(appconfService: AppConfigService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserComponent, "app-user", never, { "user": "user"; "type": "type"; }, {}, never, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./user/user.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../avatar/avatar.module";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
export declare class UserModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UserModule, [typeof i1.UserComponent], [typeof i2.CommonModule, typeof i3.AvatarModule, typeof i4.TranslateModule], [typeof i1.UserComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<UserModule>;
|
|
10
|
+
}
|
|
@@ -4,13 +4,14 @@ import * as i2 from "./rtl/set-rtl.directive";
|
|
|
4
4
|
import * as i3 from "./permissions/permissions.directive";
|
|
5
5
|
import * as i4 from "./rtl/set-dir-rtl.directive";
|
|
6
6
|
import * as i5 from "./app-has-role/app-has-role.directive";
|
|
7
|
-
import * as i6 from "
|
|
7
|
+
import * as i6 from "./drag-and-drop/drag-and-drop.directive";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
8
9
|
/**
|
|
9
10
|
* @title
|
|
10
11
|
* Directives Module
|
|
11
12
|
*/
|
|
12
13
|
export declare class DirectiveModule {
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DirectiveModule, [typeof i1.ClickOutsideDirective, typeof i2.SetRtlDirective, typeof i3.PermissionsDirective, typeof i4.SetDirRtlDirective, typeof i5.AppHasRoleDirective], [typeof
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DirectiveModule, [typeof i1.ClickOutsideDirective, typeof i2.SetRtlDirective, typeof i3.PermissionsDirective, typeof i4.SetDirRtlDirective, typeof i5.AppHasRoleDirective, typeof i6.DragAndDropDirective], [typeof i7.CommonModule], [typeof i1.ClickOutsideDirective, typeof i2.SetRtlDirective, typeof i3.PermissionsDirective, typeof i4.SetDirRtlDirective, typeof i5.AppHasRoleDirective, typeof i6.DragAndDropDirective]>;
|
|
15
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<DirectiveModule>;
|
|
16
17
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DragAndDropDirective {
|
|
4
|
+
fileDroped: EventEmitter<any>;
|
|
5
|
+
constructor();
|
|
6
|
+
onDragOver(evt: any): void;
|
|
7
|
+
onDragLeave(evt: any): void;
|
|
8
|
+
onDrop(evt: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DragAndDropDirective, "[appDragAndDrop]", never, {}, { "fileDroped": "fileDroped"; }, never>;
|
|
11
|
+
}
|
|
@@ -21,6 +21,6 @@ import * as i16 from "../directive/directive.module";
|
|
|
21
21
|
*/
|
|
22
22
|
export declare class LibrarySharedModule {
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibrarySharedModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LibrarySharedModule, [typeof i1.ReadMoreComponent, typeof i2.UserCardComponent, typeof i3.ButtonComponent, typeof i4.NoDataComponent, typeof i5.SpinnerComponent, typeof i6.ItemListComponent], [typeof i7.AvatarModule, typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.TranslateModule, typeof i11.MatProgressSpinnerModule, typeof
|
|
24
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LibrarySharedModule, [typeof i1.ReadMoreComponent, typeof i2.UserCardComponent, typeof i3.ButtonComponent, typeof i4.NoDataComponent, typeof i5.SpinnerComponent, typeof i6.ItemListComponent], [typeof i7.AvatarModule, typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.TranslateModule, typeof i11.MatProgressSpinnerModule, typeof i12.MatIconModule, typeof i13.MatListModule, typeof i14.MatMenuModule, typeof i15.AutocompleteLibModule, typeof i16.DirectiveModule], [typeof i2.UserCardComponent, typeof i1.ReadMoreComponent, typeof i10.TranslateModule, typeof i3.ButtonComponent, typeof i4.NoDataComponent, typeof i5.SpinnerComponent, typeof i6.ItemListComponent]>;
|
|
25
25
|
static ɵinj: i0.ɵɵInjectorDeclaration<LibrarySharedModule>;
|
|
26
26
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DialogMangmentService {
|
|
4
|
+
private dialog;
|
|
5
|
+
minizedModal: boolean;
|
|
6
|
+
creationMode: string;
|
|
7
|
+
fileType: string;
|
|
8
|
+
addingFrom: string;
|
|
9
|
+
storedDynamicForm: string;
|
|
10
|
+
constructor(dialog: MatDialog);
|
|
11
|
+
openModal(component: any, type: any, creationMode: any, source: any, width: any, height: any, path?: any): void;
|
|
12
|
+
openMinimzedModal(component: any, width: any, height: any, path?: any): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogMangmentService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DialogMangmentService>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { NuxeoService } from '../Core/services/nuxeo/nuxeo.service';
|
|
3
|
+
import { AppConfigService } from '../configuration/app-config.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DynamicFormService {
|
|
6
|
+
private nuxeoService;
|
|
7
|
+
private environment;
|
|
8
|
+
private configService;
|
|
9
|
+
myPrefix: {};
|
|
10
|
+
dynamicFieldsOperations: any;
|
|
11
|
+
excludedSchemas: string[];
|
|
12
|
+
controlsTypes: string[];
|
|
13
|
+
constructor(nuxeoService: NuxeoService, environment: any, configService: AppConfigService);
|
|
14
|
+
getSchemaComponents(type: any): Observable<any>;
|
|
15
|
+
getSchemaComponentsFromFacets(schemaId: any): Observable<any>;
|
|
16
|
+
getDynamicForm(type: any): Observable<any>;
|
|
17
|
+
createFormJson(type: any, jsonObject: any): Observable<unknown>;
|
|
18
|
+
adapt(fields: any): any;
|
|
19
|
+
constructDynamicFormPayload(data: any, dynamicForm: any): {};
|
|
20
|
+
getUserSelectorValue(value: any): any;
|
|
21
|
+
removeNullValues(data: any): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormService, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DynamicFormService>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { IconService } from '../components/display-suitable-icon/display-suitable-icon/icon.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileManagerAdapter {
|
|
5
|
+
datePipe: DatePipe;
|
|
6
|
+
private iconService;
|
|
7
|
+
constructor(datePipe: DatePipe, iconService: IconService);
|
|
8
|
+
adapt(item: any): {
|
|
9
|
+
id: any;
|
|
10
|
+
name: any;
|
|
11
|
+
isFavorite: any;
|
|
12
|
+
extension: any;
|
|
13
|
+
isDirectory: boolean;
|
|
14
|
+
size: any;
|
|
15
|
+
creator: string;
|
|
16
|
+
modified: string;
|
|
17
|
+
lastContributor: string;
|
|
18
|
+
items: boolean | any[];
|
|
19
|
+
entity: any;
|
|
20
|
+
};
|
|
21
|
+
treeViewAdapt(item: any, parent?: boolean): {
|
|
22
|
+
id: any;
|
|
23
|
+
name: any;
|
|
24
|
+
parentId: any;
|
|
25
|
+
icon: string;
|
|
26
|
+
isExpanded: any;
|
|
27
|
+
entity: any;
|
|
28
|
+
};
|
|
29
|
+
dropDownTreeViewAdapt(item: any, parent?: boolean): {
|
|
30
|
+
id: any;
|
|
31
|
+
name: any;
|
|
32
|
+
parentId: any;
|
|
33
|
+
icon: string;
|
|
34
|
+
isExpanded: any;
|
|
35
|
+
entity: any;
|
|
36
|
+
};
|
|
37
|
+
fulltreeViewAdapt(item: any, parent?: boolean): {
|
|
38
|
+
id: any;
|
|
39
|
+
name: any;
|
|
40
|
+
parentId: any;
|
|
41
|
+
icon: string;
|
|
42
|
+
isExpanded: boolean;
|
|
43
|
+
entity: any;
|
|
44
|
+
};
|
|
45
|
+
checkIfExpanded(document: any): boolean;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerAdapter, never>;
|
|
47
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FileManagerAdapter>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
3
|
+
import { FileManagerAdapter } from './file-manager.adapter';
|
|
4
|
+
import { Observable, Subject, Subscriber, Subscription } from 'rxjs';
|
|
5
|
+
import { MainfolderService } from './mainfolder.service';
|
|
6
|
+
import { CallApiService } from '../Core/services/callApi/call-api.service';
|
|
7
|
+
import { AdapterService } from '../Core/adapters/adapter.service';
|
|
8
|
+
import { NuxeoService } from '../Core/services/nuxeo/nuxeo.service';
|
|
9
|
+
import { AppConfigService } from '../configuration/app-config.service';
|
|
10
|
+
import { EvaluatorsService } from '../directive/permissions/evaluators.service';
|
|
11
|
+
import { CustomToastrService } from '../components/custom-toastr/services/custom-toastr.service';
|
|
12
|
+
import { TranslationService } from '../Core/services/translation/translation.service';
|
|
13
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
14
|
+
import { Router } from '@angular/router';
|
|
15
|
+
import { RecentlyViewedService } from './recently-viewed.service';
|
|
16
|
+
import * as i0 from "@angular/core";
|
|
17
|
+
export declare class FileManagerService implements OnDestroy {
|
|
18
|
+
private callApi;
|
|
19
|
+
private adapter;
|
|
20
|
+
private environment;
|
|
21
|
+
private fileManagerAdapter;
|
|
22
|
+
private appConfService;
|
|
23
|
+
private nuxeoService;
|
|
24
|
+
private permissionEvaluatorService;
|
|
25
|
+
private mainFolderService;
|
|
26
|
+
private http;
|
|
27
|
+
private translationService;
|
|
28
|
+
private toaster;
|
|
29
|
+
private dialog;
|
|
30
|
+
private router;
|
|
31
|
+
private recentlyViewedService;
|
|
32
|
+
pageProvider: any;
|
|
33
|
+
headers: any;
|
|
34
|
+
fields: any;
|
|
35
|
+
allFilesConfig: any;
|
|
36
|
+
selectedFolderId: any;
|
|
37
|
+
onRefreshingFileManger: Subject<any>;
|
|
38
|
+
onRefreshClipboard: EventEmitter<any>;
|
|
39
|
+
permissionsList: string[];
|
|
40
|
+
userPermittedTypes: any[];
|
|
41
|
+
userPermittedTypesTotalSize: number;
|
|
42
|
+
userPermittedFilesOnly: any[];
|
|
43
|
+
sharedFiles: any;
|
|
44
|
+
isArabic: boolean;
|
|
45
|
+
langSubscription: Subscription;
|
|
46
|
+
clipboardPermissionList: string[];
|
|
47
|
+
myPagesRootNames: any;
|
|
48
|
+
constructor(callApi: CallApiService, adapter: AdapterService, environment: any, fileManagerAdapter: FileManagerAdapter, appConfService: AppConfigService, nuxeoService: NuxeoService, permissionEvaluatorService: EvaluatorsService, mainFolderService: MainfolderService, http: HttpClient, translationService: TranslationService, toaster: CustomToastrService, dialog: MatDialog, router: Router, recentlyViewedService: RecentlyViewedService);
|
|
49
|
+
ngOnDestroy(): void;
|
|
50
|
+
setMyTableConfiguration(): void;
|
|
51
|
+
getClipboardAcceptedTypes(id: any): Observable<any>;
|
|
52
|
+
getClipboardDocuments(docIds: any, sortObj?: any): Observable<any>;
|
|
53
|
+
sortingTypes(types: any): any;
|
|
54
|
+
CreateLoanRequest(input: any, context: any, params?: {}): Observable<any>;
|
|
55
|
+
CreateTransferRequest(input: any, context: any, params?: {}): Observable<any>;
|
|
56
|
+
subscribe_OR_unSubscribeToItem(item: any, isUserSubscriberToFile: any): Observable<unknown>;
|
|
57
|
+
openFile(Data: any, fileId: any, dynaimcFormType?: '', searchString?: string): void;
|
|
58
|
+
registerAuditLog(docId: any, eventType: any): void;
|
|
59
|
+
subscribeOrUnsubscribeUserToItem(itemId: any, ToDo: any): Observable<unknown>;
|
|
60
|
+
getUserAcceptedTypes(contentTypee?: any): Observable<any[]>;
|
|
61
|
+
fetchUserPermittedTypesRecursively(offset: any, pageSize: any, op: Subscriber<any[]>, contentTypee?: any): void;
|
|
62
|
+
refreshUserAcceptedTypes(): void;
|
|
63
|
+
checkIfDocumentIsFile(document: any): "Folder" | "File";
|
|
64
|
+
getChildren(id: any): Observable<any[]>;
|
|
65
|
+
getChildrenForSharedDocumentRoot(id: any): Observable<any[]>;
|
|
66
|
+
refreshData(id: any): Observable<any[]>;
|
|
67
|
+
createFolder(params: any, id: any): Observable<any>;
|
|
68
|
+
createDirectory(params: any, id: any): Observable<any>;
|
|
69
|
+
UpdateFolder(params: any, id: any): Observable<any>;
|
|
70
|
+
deleteFolder(folderId: any): Observable<unknown>;
|
|
71
|
+
addToCollection(id: any, collectionId: any): Observable<any>;
|
|
72
|
+
renameFolder(body: any, id: any): Observable<any>;
|
|
73
|
+
createFile(payload: any, id: any): Observable<any>;
|
|
74
|
+
createNewCollection(name: any): Observable<any>;
|
|
75
|
+
copyTo(destination: any, id: any): Observable<any>;
|
|
76
|
+
moveTo(destination: any, id: any): Observable<any>;
|
|
77
|
+
getCollectionSuggestion(term: any): Observable<any>;
|
|
78
|
+
getCollectionFromPP(searchTerm: any): Observable<any>;
|
|
79
|
+
setSync(id: any): Observable<any>;
|
|
80
|
+
unSetSync(id: any): Observable<any>;
|
|
81
|
+
addToFavorites(id: any): Observable<any>;
|
|
82
|
+
defineNewPerson(title: any, titleEn: any, ids: any): Observable<unknown>;
|
|
83
|
+
addToQuickAccess(id: any): Observable<any>;
|
|
84
|
+
removeFromQuickAccess(id: any): Observable<any>;
|
|
85
|
+
removeFromFavorites(id: any): Observable<any>;
|
|
86
|
+
getFolder(uid: any): Observable<any>;
|
|
87
|
+
getLogs(id: any, pageIndex?: number, pageSize?: number): Observable<unknown>;
|
|
88
|
+
getFileSchemas(type: any): Observable<any>;
|
|
89
|
+
downloadAsZip(selectedItems: any, fileTitle: any): Subscription;
|
|
90
|
+
parseNodeChildren: (observable: any, parent?: boolean) => any;
|
|
91
|
+
createTreeNodeChildren(parent: any): Promise<any[]>;
|
|
92
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerService, never>;
|
|
93
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FileManagerService>;
|
|
94
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class GlobalPdfTron {
|
|
3
|
+
instance: any;
|
|
4
|
+
saveOptions: any;
|
|
5
|
+
constructor();
|
|
6
|
+
exportLinearizedPDF(file: any): Promise<unknown>;
|
|
7
|
+
init(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalPdfTron, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GlobalPdfTron>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { NuxeoService } from '../Core/services/nuxeo/nuxeo.service';
|
|
3
|
+
import { UserPreferencesService } from '../Core/services/user/user-preferences.service';
|
|
4
|
+
import { AppConfigService } from '../configuration/app-config.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class MainfolderService {
|
|
7
|
+
private nuxeoService;
|
|
8
|
+
private appConfigService;
|
|
9
|
+
private userPreference;
|
|
10
|
+
fileManager_mainFolderId: any;
|
|
11
|
+
category_mainFolderId: any;
|
|
12
|
+
fileManagerObj: any;
|
|
13
|
+
myFilesManagerObj: any;
|
|
14
|
+
ArchiveManagerObj: any;
|
|
15
|
+
categoryObj: any;
|
|
16
|
+
localStoragKeys: any;
|
|
17
|
+
constructor(nuxeoService: NuxeoService, appConfigService: AppConfigService, userPreference: UserPreferencesService);
|
|
18
|
+
fetchfileManager_mainFolderId(apiName?: any): Observable<any>;
|
|
19
|
+
fetchMyFilesManager_mainFolderId(): Observable<any>;
|
|
20
|
+
fetchArchiveManager_mainFolderId(): Observable<any>;
|
|
21
|
+
fetchcategory_mainFolderId(): Observable<any>;
|
|
22
|
+
save_fileManagerObj_ToLocalStorage(apiName?: string): Observable<any>;
|
|
23
|
+
save_myfilesManagerObj_ToLocalStorage(): Observable<any>;
|
|
24
|
+
save_ArchiveManagerObject_ToLocalStorage(): Observable<any>;
|
|
25
|
+
save_categoryObj_ToLocalStorage(): Observable<any>;
|
|
26
|
+
get_fileManagerObj_FromLocalStorage(key?: any): any;
|
|
27
|
+
get_myFilesManagerObj_FromLocalStorage(): any;
|
|
28
|
+
get_ArchiveManagerObj_FromLocalStorage(): any;
|
|
29
|
+
get_categoryObj_FromLocalStorage(): any;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MainfolderService, never>;
|
|
31
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MainfolderService>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
+
import { NuxeoService } from '../Core/services/nuxeo/nuxeo.service';
|
|
3
|
+
import { CallApiService } from '../Core/services/callApi/call-api.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PublishingDocumentService {
|
|
6
|
+
private nuxeoService;
|
|
7
|
+
private environment;
|
|
8
|
+
private callApiService;
|
|
9
|
+
newPublished: BehaviorSubject<boolean>;
|
|
10
|
+
constructor(nuxeoService: NuxeoService, environment: any, callApiService: CallApiService);
|
|
11
|
+
getSectionById(docIds: any): Observable<any>;
|
|
12
|
+
getSectionByTitle(titles: any): Observable<any>;
|
|
13
|
+
getPublishingSections(pageNumber?: any, pageSize?: any, sortObj?: any): Observable<unknown>;
|
|
14
|
+
unPublishDocument(docId: any): Observable<unknown>;
|
|
15
|
+
publishDocument(docId: any, params: any): Observable<unknown>;
|
|
16
|
+
getPublishedPlaces(uid: any): Observable<any>;
|
|
17
|
+
getVersionToPublishDialog(uid: any): Observable<unknown>;
|
|
18
|
+
buildVersionNum(element: any): number;
|
|
19
|
+
createPublishDepartmentSection(section: any): Observable<unknown>;
|
|
20
|
+
Add_Permission_PublishDepartmentSection(sectionName: any, depList: any, uid: any): Observable<unknown>;
|
|
21
|
+
updatePublishDepartmentSection(section: any, uid: any): Observable<unknown>;
|
|
22
|
+
deleteSection(uid: any): Observable<unknown>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PublishingDocumentService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PublishingDocumentService>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { UserPreferencesService } from '../Core/services/user/user-preferences.service';
|
|
4
|
+
import { CallApiService } from '../Core/services/callApi/call-api.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class RecentlyViewedService {
|
|
7
|
+
private userPreference;
|
|
8
|
+
private callApiService;
|
|
9
|
+
itemAdded: EventEmitter<any>;
|
|
10
|
+
recentViewedDocsIds: any[];
|
|
11
|
+
constructor(userPreference: UserPreferencesService, callApiService: CallApiService);
|
|
12
|
+
getIdsFromLocalStorage(): any[];
|
|
13
|
+
setIdsInLocalStorage(Id: string): void;
|
|
14
|
+
getRecentlyViewedDocs(docIds: any, sortObj?: any): Observable<any>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RecentlyViewedService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RecentlyViewedService>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { NuxeoService } from '../Core/services/nuxeo/nuxeo.service';
|
|
4
|
+
import { AdapterService } from '../Core/adapters/adapter.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SharedDocsService {
|
|
7
|
+
private nuxeoService;
|
|
8
|
+
private dialog;
|
|
9
|
+
private adapter;
|
|
10
|
+
constructor(nuxeoService: NuxeoService, dialog: MatDialog, adapter: AdapterService);
|
|
11
|
+
shareDocumentWithUser(context: any, DocId: any): Observable<any>;
|
|
12
|
+
removeAllSharesforDocs(DocId: any): Observable<any>;
|
|
13
|
+
getSharesWithMe(sortObj: any): Observable<any>;
|
|
14
|
+
getMyShares(): Observable<any>;
|
|
15
|
+
removeCustomShare(context: any, DocId: any): Observable<any>;
|
|
16
|
+
canSeeSecretdocs(context: any): Observable<any>;
|
|
17
|
+
openShareDialog(selectedItem: any, config?: any): void;
|
|
18
|
+
getSharesByMe(selectedItemId: any, getAllInfo?: any): Observable<any[]>;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedDocsService, never>;
|
|
20
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SharedDocsService>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
export declare class SharedServicesModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedServicesModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedServicesModule, never, [typeof i1.CommonModule], never>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedServicesModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { NuxeoService } from '../Core/services/nuxeo/nuxeo.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UploadFileService {
|
|
5
|
+
private nuxeoService;
|
|
6
|
+
constructor(nuxeoService: NuxeoService);
|
|
7
|
+
uploadSingleBatch(file: any): Observable<any>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadFileService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UploadFileService>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { DialogMangmentService } from './dialog-mangment.service';
|
|
3
|
+
import { GlobalPdfTron } from './global-pdftron.service';
|
|
4
|
+
import { UploadFileService } from './upload-file.service';
|
|
5
|
+
import { UserService } from '../shared-services/user.service';
|
|
6
|
+
import { Subject, Subscription } from 'rxjs';
|
|
7
|
+
import { NuxeoService } from '../Core/services/nuxeo/nuxeo.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class UploadManagmentService implements OnInit {
|
|
10
|
+
private uploadFile;
|
|
11
|
+
private userService;
|
|
12
|
+
private environment;
|
|
13
|
+
private nuxeoService;
|
|
14
|
+
private dialogManagment;
|
|
15
|
+
private globalPdfTron;
|
|
16
|
+
onUploadFinish: Subject<unknown>;
|
|
17
|
+
onLinerizationFinish: EventEmitter<any>;
|
|
18
|
+
onNewPersonAdded: Subject<unknown>;
|
|
19
|
+
uploadFinishSubscription: Subscription;
|
|
20
|
+
addingPropertiesMode: boolean;
|
|
21
|
+
GeneralFormValidation: boolean;
|
|
22
|
+
scanCreationFailed: boolean;
|
|
23
|
+
failedFiles: any[];
|
|
24
|
+
uploadedFilesStatus: {
|
|
25
|
+
uploadInProgress: boolean;
|
|
26
|
+
numberOfFilesToBeUploaded: number;
|
|
27
|
+
numberOfUploadedFiles: number;
|
|
28
|
+
numberOfErrors: number;
|
|
29
|
+
uploadedFiles: any[];
|
|
30
|
+
allfiles: any[];
|
|
31
|
+
};
|
|
32
|
+
propObject: {};
|
|
33
|
+
constructor(uploadFile: UploadFileService, userService: UserService, environment: any, nuxeoService: NuxeoService, dialogManagment: DialogMangmentService, globalPdfTron: GlobalPdfTron);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
gettingPropFromModal(propertiesObj: any): void;
|
|
36
|
+
resetStatus(): void;
|
|
37
|
+
uploadFilesMangment(files: any): void;
|
|
38
|
+
uploadSingleFile(file: any): void;
|
|
39
|
+
actualUploadSingleFile(file: any): void;
|
|
40
|
+
getNextFileToUpload(): void;
|
|
41
|
+
setStaticData(title: any): {
|
|
42
|
+
title: any;
|
|
43
|
+
description: string;
|
|
44
|
+
subject: string;
|
|
45
|
+
documentNumber: string;
|
|
46
|
+
gdocumentDate: any;
|
|
47
|
+
secrecyLevel: any;
|
|
48
|
+
importanceLevel: any;
|
|
49
|
+
departmentCode: any;
|
|
50
|
+
agencyCategoryCode: any;
|
|
51
|
+
agencyName: any;
|
|
52
|
+
countryCategoryCode: any;
|
|
53
|
+
countryName: any;
|
|
54
|
+
remarks: string;
|
|
55
|
+
} | {
|
|
56
|
+
title: any;
|
|
57
|
+
description: string;
|
|
58
|
+
subject?: undefined;
|
|
59
|
+
documentNumber?: undefined;
|
|
60
|
+
gdocumentDate?: undefined;
|
|
61
|
+
secrecyLevel?: undefined;
|
|
62
|
+
importanceLevel?: undefined;
|
|
63
|
+
departmentCode?: undefined;
|
|
64
|
+
agencyCategoryCode?: undefined;
|
|
65
|
+
agencyName?: undefined;
|
|
66
|
+
countryCategoryCode?: undefined;
|
|
67
|
+
countryName?: undefined;
|
|
68
|
+
remarks?: undefined;
|
|
69
|
+
};
|
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadManagmentService, never>;
|
|
71
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UploadManagmentService>;
|
|
72
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { UserPreferencesService } from '../Core/services/user/user-preferences.service';
|
|
2
|
+
import { CallApiService } from '../Core/services/callApi/call-api.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UserService {
|
|
5
|
+
private userPreference;
|
|
6
|
+
private callApiService;
|
|
7
|
+
constructor(userPreference: UserPreferencesService, callApiService: CallApiService);
|
|
8
|
+
getUserDepartmentFromGroups(currentUser: any, prefix?: string): string;
|
|
9
|
+
getUserDepartmentFromPath(path: any): any;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxeo-development-framework",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/animations": "
|
|
6
|
-
"@angular/common": "
|
|
7
|
-
"@angular/compiler": "
|
|
8
|
-
"@angular/core": "
|
|
5
|
+
"@angular/animations": "12.2.3",
|
|
6
|
+
"@angular/common": "12.2.3",
|
|
7
|
+
"@angular/compiler": "12.2.3",
|
|
8
|
+
"@angular/core": "12.2.3",
|
|
9
9
|
"@angular/forms": "~12.2.4",
|
|
10
10
|
"@angular/platform-browser": "~12.2.4",
|
|
11
11
|
"@angular/platform-browser-dynamic": "~12.2.4",
|
|
@@ -54,7 +54,8 @@
|
|
|
54
54
|
"ts-cacheable": "^1.0.5",
|
|
55
55
|
"webstomp-client": "^1.2.6",
|
|
56
56
|
"file-saver": "^2.0.5",
|
|
57
|
-
"
|
|
57
|
+
"devextreme": "23.1",
|
|
58
|
+
"devextreme-angular": "^23.1"
|
|
58
59
|
},
|
|
59
60
|
"dependencies": {
|
|
60
61
|
"tslib": "^2.3.0"
|
package/public-api.d.ts
CHANGED
|
@@ -117,6 +117,65 @@ export * from './lib/components/dynamic-view/custom-document-viewer/custom-docum
|
|
|
117
117
|
export * from './lib/components/custom-toastr/custom-toastr.module';
|
|
118
118
|
export * from './lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component';
|
|
119
119
|
export * from './lib/components/dynamic-filter/dynamic-filter.module';
|
|
120
|
+
export * from './lib/components/file-manger/file-manger.module';
|
|
121
|
+
export * from './lib/components/file-manger/file-manager.abstract';
|
|
122
|
+
export * from './lib/shared-services/file-manager.adapter';
|
|
123
|
+
export * from './lib/components/file-manger/components/add-to-collection/add-to-collection.component';
|
|
124
|
+
export * from './lib/components/file-manger/components/copy/copy.component';
|
|
125
|
+
export * from './lib/components/file-manger/components/create-directory/create-directory.component';
|
|
126
|
+
export * from './lib/components/file-manger/components/delete/delete.component';
|
|
127
|
+
export * from './lib/components/file-manger/components/loan-request/loan-request.component';
|
|
128
|
+
export * from './lib/components/file-manger/components/move/move.component';
|
|
129
|
+
export * from './lib/components/file-manger/components/rename/rename.component';
|
|
130
|
+
export * from './lib/components/file-manger/components/sidepanel/sidepanel.component';
|
|
131
|
+
export * from './lib/components/file-manger/components/transfer-doc/transfer-doc.component';
|
|
132
|
+
export * from './lib/components/file-manger/components/publish-dialog/publish-dialog.component';
|
|
133
|
+
export * from './lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component';
|
|
134
|
+
export * from './lib/components/file-manger/components/create-modal/create-modal.component';
|
|
135
|
+
export * from './lib/components/file-manger/components/creation-type/creation-type.component';
|
|
136
|
+
export * from './lib/components/file-manger/components/folder-modal/folder-modal.component';
|
|
137
|
+
export * from './lib/components/file-manger/components/scan-modal/scan-modal.component';
|
|
138
|
+
export * from './lib/components/file-manger/components/share-dialog/share-dialog.component';
|
|
139
|
+
export * from './lib/components/file-manger/components/template-modal/template-modal.component';
|
|
140
|
+
export * from './lib/components/file-manger/components/update-modal/update-modal.component';
|
|
141
|
+
export * from './lib/components/file-manger/components/clipboard/clipboard.component';
|
|
142
|
+
export * from './lib/components/display-suitable-icon/display-suitable-icon.module';
|
|
143
|
+
export * from './lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component';
|
|
144
|
+
export * from './lib/components/display-suitable-icon/display-suitable-icon/icon.service';
|
|
145
|
+
export * from './lib/components/attachment-item/attachment-item.module';
|
|
146
|
+
export * from './lib/components/attachment-item/attachment-item/attachment-item.component';
|
|
147
|
+
export * from './lib/components/select-users-by-department/select-users-by-department.module';
|
|
148
|
+
export * from './lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component';
|
|
149
|
+
export * from './lib/components/select-users-by-department/select-users-by-departments/department-management.service';
|
|
150
|
+
export * from './lib/shared-services/recently-viewed.service';
|
|
151
|
+
export * from './lib/shared-services/dialog-mangment.service';
|
|
152
|
+
export * from './lib/shared-services/dynamic-form.service';
|
|
153
|
+
export * from './lib/shared-services/file-manager.service';
|
|
154
|
+
export * from './lib/shared-services/global-pdftron.service';
|
|
155
|
+
export * from './lib/shared-services/mainfolder.service';
|
|
156
|
+
export * from './lib/shared-services/publishing-document.service';
|
|
157
|
+
export * from './lib/shared-services/shared-docs.service';
|
|
158
|
+
export * from './lib/shared-services/upload-file.service';
|
|
159
|
+
export * from './lib/shared-services/upload-managment.service';
|
|
160
|
+
export * from './lib/components/dynamic-tabs/dynamic-tabs.module';
|
|
161
|
+
export * from './lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component';
|
|
162
|
+
export * from './lib/components/activities-log/activities-log.module';
|
|
163
|
+
export * from './lib/components/activities-log/activities-log/activities-log.component';
|
|
164
|
+
export * from './lib/components/permissions/permissions.module';
|
|
165
|
+
export * from './lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component';
|
|
166
|
+
export * from './lib/components/permissions/permissions/permissions.component';
|
|
167
|
+
export * from './lib/components/permissions/permissions-template/permissions-template.component';
|
|
168
|
+
export * from './lib/components/permissions/permission.service';
|
|
169
|
+
export * from './lib/components/user/user/user.component';
|
|
170
|
+
export * from './lib/components/user/user.module';
|
|
171
|
+
export * from './lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component';
|
|
172
|
+
export * from './lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module';
|
|
173
|
+
export * from './lib/components/confirmation-dialog/confirmation-dialog.module';
|
|
174
|
+
export * from './lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component';
|
|
175
|
+
export * from './lib/components/attachment-modal/attachment-modal.module';
|
|
176
|
+
export * from './lib/components/attachment-modal/attachments/attachments.component';
|
|
177
|
+
export * from './lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module';
|
|
178
|
+
export * from './lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component';
|
|
120
179
|
export * from './lib/shared/libraryShared.module';
|
|
121
180
|
export * from './lib/shared/components/button/button.component';
|
|
122
181
|
export * from './lib/shared/components/item-list/item-list.component';
|
|
@@ -125,6 +184,8 @@ export * from './lib/shared/components/read-more/read-more.component';
|
|
|
125
184
|
export * from './lib/shared/components/search-autocomplete/search-autocomplete.component';
|
|
126
185
|
export * from './lib/shared/components/spinner/spinner.component';
|
|
127
186
|
export * from './lib/shared/components/user-card/user-card.component';
|
|
187
|
+
export * from './lib/shared-services/shared-services.module';
|
|
188
|
+
export * from './lib/shared-services/user.service';
|
|
128
189
|
export * from './lib/Core/services/callApi/call-api.service';
|
|
129
190
|
export * from './lib/Core/services/nuxeo/nuxeo.service';
|
|
130
191
|
export * from './lib/Core/services/translation/translation.service';
|
|
@@ -157,6 +218,7 @@ export * from './lib/directive/permissions/permissions.directive';
|
|
|
157
218
|
export * from './lib/directive/rtl/set-rtl.directive';
|
|
158
219
|
export * from './lib/directive/app-has-role/app-has-role.directive';
|
|
159
220
|
export * from './lib/directive/rtl/set-dir-rtl.directive';
|
|
221
|
+
export * from './lib/directive/drag-and-drop/drag-and-drop.directive';
|
|
160
222
|
export * from './lib/configuration/app-config.service';
|
|
161
223
|
export * from './lib/configuration/helpers/app-initializer';
|
|
162
224
|
export * from './lib/directive/permissions/evaluators.service';
|