nuxeo-development-framework 3.8.1 → 3.8.2
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 +1265 -1768
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/activities-log/activities-log/activities-log.service.js +2 -2
- package/esm2015/lib/components/attachment-item/attachment-item/attachment-item.component.js +2 -2
- package/esm2015/lib/components/comments/components/comment-item/comment-item.component.js +2 -2
- package/esm2015/lib/components/comments/components/comments-dashlet/comments-dashlet.component.js +2 -2
- package/esm2015/lib/components/comments/components/comments-list/comments-list.component.js +1 -1
- package/esm2015/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.js +2 -2
- package/esm2015/lib/components/comments/services/comment-api.service.js +3 -3
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +3 -3
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +2 -2
- package/esm2015/lib/components/correspondence-relation/components/versions/versions.component.js +2 -2
- package/esm2015/lib/components/correspondence-relation/services/correspondence-realation.service.js +3 -3
- package/esm2015/lib/components/correspondence-relation/services/viewer-files.service.js +3 -3
- package/esm2015/lib/components/create-entity/create-entity/create-entity.component.js +2 -2
- package/esm2015/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.js +2 -2
- package/esm2015/lib/components/cts-tags/services/tags-api.service.js +2 -2
- package/esm2015/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.js +6 -6
- package/esm2015/lib/components/custom-toastr/interfaces/toast-type.interface.js +1 -1
- package/esm2015/lib/components/custom-toastr/services/custom-toastr.service.js +23 -11
- package/esm2015/lib/components/documents/components/attachments-list/attachments-list.component.js +2 -2
- package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +2 -2
- package/esm2015/lib/components/documents/services/document-templates.service.js +3 -3
- package/esm2015/lib/components/documents/services/documents.service.js +3 -3
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +2 -2
- package/esm2015/lib/components/dynamic-chart/services/chart-data.service.js +2 -2
- package/esm2015/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form/form-builder.service.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.js +3 -3
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.js +5 -5
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.js +3 -3
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/services/dynamic-form-update.service.js +2 -2
- package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +2 -2
- package/esm2015/lib/components/dynamic-table/dynamic-table/dynamic-table.component.js +3 -3
- package/esm2015/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.js +3 -3
- package/esm2015/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.js +3 -3
- package/esm2015/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/date-viewer/date-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/department-viewer/department-viewer.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/clipboard/clipboard.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/share-dialog/share-dialog.component.js +5 -5
- package/esm2015/lib/components/file-manger/components/sidepanel/sidepanel.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +3 -3
- package/esm2015/lib/components/file-manger/directives/file-grid-infinite-scroll.directive.js +78 -0
- package/esm2015/lib/components/file-manger/file-manager.abstract.js +459 -301
- package/esm2015/lib/components/file-manger/file-manger.module.js +10 -5
- package/esm2015/lib/components/file-manger/models/file-manager-config.model.js +7 -0
- package/esm2015/lib/components/file-manger/models/index.js +4 -0
- package/esm2015/lib/components/file-manger/models/pagination-payload.mode.js +2 -0
- package/esm2015/lib/components/file-manger/models/pagination-response.model.js +6 -0
- package/esm2015/lib/components/latest-activity/services/activity-log.service.js +3 -3
- package/esm2015/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notification-toast/notification-toast.component.js +3 -3
- package/esm2015/lib/components/notifications/components/notifications-button/notifications-button.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notifications-list/notifications-list.component.js +2 -2
- package/esm2015/lib/components/notifications/notifications.service.js +5 -5
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +3 -3
- package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +2 -2
- package/esm2015/lib/components/permissions/permission.service.js +2 -2
- package/esm2015/lib/components/permissions/permissions/permissions.component.js +3 -3
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/department-management.service.js +2 -2
- package/esm2015/lib/components/table/dynamic-column/dynamic-column.component.js +2 -2
- package/esm2015/lib/components/table/table/table.component.js +3 -3
- package/esm2015/lib/components/vocabulary/services/vocabulary-api.service.js +2 -2
- package/esm2015/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.js +2 -2
- package/esm2015/lib/core/adapters/adapter.service.js +1 -1
- package/esm2015/lib/core/core.module.js +1 -1
- package/esm2015/lib/core/env/env-manager.js +1 -1
- package/esm2015/lib/core/env/index.js +1 -1
- package/esm2015/lib/core/services/callApi/call-api.service.js +1 -1
- package/esm2015/lib/core/services/extension/action.extensions.js +1 -1
- package/esm2015/lib/core/services/extension/component-register.service.js +1 -1
- package/esm2015/lib/core/services/extension/extenion-utils.js +1 -1
- package/esm2015/lib/core/services/extension/extension-element.js +1 -1
- package/esm2015/lib/core/services/extension/extension-loader.service.js +1 -1
- package/esm2015/lib/core/services/extension/extension.service.js +1 -1
- package/esm2015/lib/core/services/initialization/initialization.service.js +1 -1
- package/esm2015/lib/core/utilities/moment-date-adapter.js +1 -1
- package/esm2015/lib/core/utilities/utility.service.js +1 -1
- package/esm2015/lib/directive/app-has-role/app-has-role.directive.js +2 -2
- package/esm2015/lib/directive/permissions/evaluators.service.js +2 -2
- package/esm2015/lib/directive/permissions/permissions.directive.js +2 -2
- package/esm2015/lib/directive/rtl/set-dir-rtl.directive.js +2 -2
- package/esm2015/lib/directive/rtl/set-rtl.directive.js +2 -2
- package/esm2015/lib/shared-services/dynamic-form.service.js +2 -2
- package/esm2015/lib/shared-services/file-manager.service.js +456 -222
- package/esm2015/lib/shared-services/global-admin.service.js +1 -1
- package/esm2015/lib/shared-services/mainfolder.service.js +3 -3
- package/esm2015/lib/shared-services/publishing-document.service.js +3 -3
- package/esm2015/lib/shared-services/recently-viewed.service.js +3 -3
- package/esm2015/lib/shared-services/shared-docs.service.js +3 -3
- package/esm2015/lib/shared-services/upload-file.service.js +2 -2
- package/esm2015/lib/shared-services/upload-managment.service.js +2 -2
- package/esm2015/lib/shared-services/user.service.js +3 -3
- package/esm2015/public-api.js +23 -21
- package/fesm2015/nuxeo-development-framework.js +1247 -1688
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/activities-log/activities-log/activities-log.service.d.ts +1 -1
- package/lib/components/attachment-item/attachment-item/attachment-item.component.d.ts +1 -1
- package/lib/components/comments/components/comment-item/comment-item.component.d.ts +1 -1
- package/lib/components/comments/components/comments-dashlet/comments-dashlet.component.d.ts +1 -1
- package/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.d.ts +1 -1
- package/lib/components/comments/services/comment-api.service.d.ts +2 -2
- package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +2 -2
- package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts +1 -1
- package/lib/components/correspondence-relation/components/versions/versions.component.d.ts +1 -1
- package/lib/components/correspondence-relation/services/correspondence-realation.service.d.ts +2 -2
- package/lib/components/correspondence-relation/services/viewer-files.service.d.ts +2 -2
- package/lib/components/create-entity/create-entity/create-entity.component.d.ts +1 -1
- package/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.d.ts +1 -1
- package/lib/components/cts-tags/services/tags-api.service.d.ts +1 -1
- package/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.d.ts +1 -1
- package/lib/components/custom-toastr/interfaces/toast-type.interface.d.ts +1 -1
- package/lib/components/custom-toastr/services/custom-toastr.service.d.ts +8 -4
- package/lib/components/documents/components/attachments-list/attachments-list.component.d.ts +1 -1
- package/lib/components/documents/components/document-list/documents-list.component.d.ts +1 -1
- package/lib/components/documents/services/document-templates.service.d.ts +2 -2
- package/lib/components/documents/services/documents.service.d.ts +2 -2
- package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +1 -1
- package/lib/components/dynamic-chart/services/chart-data.service.d.ts +1 -1
- package/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form/form-builder.service.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.d.ts +4 -4
- package/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.d.ts +2 -2
- package/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.d.ts +3 -3
- package/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.d.ts +1 -1
- package/lib/components/dynamic-form/services/dynamic-form-update.service.d.ts +1 -1
- package/lib/components/dynamic-search/dynamic-search/dynamic-search.component.d.ts +1 -1
- package/lib/components/dynamic-table/dynamic-table/dynamic-table.component.d.ts +2 -2
- package/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.d.ts +2 -2
- package/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.d.ts +2 -2
- package/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.d.ts +1 -1
- package/lib/components/dynamic-view/date-viewer/date-viewer.component.d.ts +1 -1
- package/lib/components/dynamic-view/department-viewer/department-viewer.component.d.ts +1 -1
- package/lib/components/file-manger/components/clipboard/clipboard.component.d.ts +1 -1
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +3 -3
- package/lib/components/file-manger/components/folder-modal/folder-modal.component.d.ts +1 -1
- package/lib/components/file-manger/components/scan-modal/scan-modal.component.d.ts +3 -3
- package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +3 -3
- package/lib/components/file-manger/components/sidepanel/sidepanel.component.d.ts +2 -2
- package/lib/components/file-manger/components/update-modal/update-modal.component.d.ts +2 -2
- package/lib/components/file-manger/directives/file-grid-infinite-scroll.directive.d.ts +12 -0
- package/lib/components/file-manger/file-manager.abstract.d.ts +20 -8
- package/lib/components/file-manger/file-manger.module.d.ts +37 -36
- package/lib/components/file-manger/models/file-manager-config.model.d.ts +8 -0
- package/lib/components/file-manger/models/index.d.ts +3 -0
- package/lib/components/file-manger/models/pagination-payload.mode.d.ts +3 -0
- package/lib/components/file-manger/models/pagination-response.model.d.ts +30 -0
- package/lib/components/latest-activity/services/activity-log.service.d.ts +2 -2
- package/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.d.ts +1 -1
- package/lib/components/notifications/components/notification-item/notification-item.component.d.ts +1 -1
- package/lib/components/notifications/components/notification-toast/notification-toast.component.d.ts +1 -1
- package/lib/components/notifications/components/notifications-button/notifications-button.component.d.ts +1 -1
- package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts +1 -1
- package/lib/components/notifications/notifications.service.d.ts +4 -4
- package/lib/components/pdf-tron/pdftron/pdftron.component.d.ts +2 -2
- package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts +1 -1
- package/lib/components/permissions/permission.service.d.ts +1 -1
- package/lib/components/permissions/permissions/permissions.component.d.ts +2 -2
- package/lib/components/select-users-by-department/select-users-by-departments/department-management.service.d.ts +1 -1
- package/lib/components/table/dynamic-column/dynamic-column.component.d.ts +1 -1
- package/lib/components/table/table/table.component.d.ts +2 -2
- package/lib/components/vocabulary/services/vocabulary-api.service.d.ts +1 -1
- package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts +1 -1
- package/lib/directive/app-has-role/app-has-role.directive.d.ts +1 -1
- package/lib/directive/permissions/evaluators.service.d.ts +1 -1
- package/lib/directive/permissions/permissions.directive.d.ts +1 -1
- package/lib/directive/rtl/set-dir-rtl.directive.d.ts +1 -1
- package/lib/directive/rtl/set-rtl.directive.d.ts +1 -1
- package/lib/shared-services/dynamic-form.service.d.ts +1 -1
- package/lib/shared-services/file-manager.service.d.ts +27 -19
- package/lib/shared-services/mainfolder.service.d.ts +2 -2
- package/lib/shared-services/publishing-document.service.d.ts +2 -2
- package/lib/shared-services/recently-viewed.service.d.ts +2 -2
- package/lib/shared-services/shared-docs.service.d.ts +2 -2
- package/lib/shared-services/upload-file.service.d.ts +1 -1
- package/lib/shared-services/upload-managment.service.d.ts +1 -1
- package/lib/shared-services/user.service.d.ts +2 -2
- package/package.json +1 -1
- package/public-api.d.ts +22 -20
|
@@ -11,16 +11,18 @@ import { UploadManagmentService } from "../../shared-services/upload-managment.s
|
|
|
11
11
|
import { SharedDocsService } from "../../shared-services/shared-docs.service";
|
|
12
12
|
import { DynamicFormService } from "../../shared-services/dynamic-form.service";
|
|
13
13
|
import { EvaluatorsService } from "../../directive/permissions/evaluators.service";
|
|
14
|
-
import { CallApiService } from "../../
|
|
15
|
-
import { AdapterService } from "../../
|
|
16
|
-
import { TranslationService } from "../../
|
|
14
|
+
import { CallApiService } from "../../core/services/callApi/call-api.service";
|
|
15
|
+
import { AdapterService } from "../../core/adapters/adapter.service";
|
|
16
|
+
import { TranslationService } from "../../core/services/translation/translation.service";
|
|
17
17
|
import { AppConfigService } from "../../configuration/app-config.service";
|
|
18
18
|
import { CustomToastrService } from "../custom-toastr/services/custom-toastr.service";
|
|
19
|
-
import { UserPreferencesService } from "../../
|
|
19
|
+
import { UserPreferencesService } from "../../core/services/user/user-preferences.service";
|
|
20
20
|
import { DocumentScanService } from "../documents/components/document-scan/document-scan.service";
|
|
21
|
-
import { NuxeoService } from "../../
|
|
21
|
+
import { NuxeoService } from "../../core/services/nuxeo/nuxeo.service";
|
|
22
|
+
import { PaginationPayload } from "./models";
|
|
22
23
|
import * as i0 from "@angular/core";
|
|
23
24
|
export declare class FileManagerAbstract implements OnInit, AfterViewChecked {
|
|
25
|
+
#private;
|
|
24
26
|
private injectorObj;
|
|
25
27
|
subscriptions: Subscription[];
|
|
26
28
|
contextMenuActions: any[];
|
|
@@ -28,6 +30,13 @@ export declare class FileManagerAbstract implements OnInit, AfterViewChecked {
|
|
|
28
30
|
form: DxFormComponent;
|
|
29
31
|
treeView: DxTreeViewComponent;
|
|
30
32
|
clickout(event: any): void;
|
|
33
|
+
nodesPagination: {
|
|
34
|
+
string?: {
|
|
35
|
+
isNextPageAvailable: number;
|
|
36
|
+
currentPageIndex: number;
|
|
37
|
+
foldersCount: number;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
31
40
|
isItemSelected: boolean;
|
|
32
41
|
itemListView: any;
|
|
33
42
|
clicked: boolean;
|
|
@@ -134,9 +143,9 @@ export declare class FileManagerAbstract implements OnInit, AfterViewChecked {
|
|
|
134
143
|
constructor(injectorObj: Injector, myPageConfigurationName: String, environment: Object);
|
|
135
144
|
ngOnInit(): void;
|
|
136
145
|
ngAfterViewChecked(): void;
|
|
137
|
-
init(id: any, breadcrumbs?: any): void;
|
|
138
|
-
getFolderChildren(id: any): Observable<any>;
|
|
139
|
-
expandComp(entries: Observable<any>, breadcrumbs: any): any;
|
|
146
|
+
init(id: any, breadcrumbs?: any, currentFolder?: any): void;
|
|
147
|
+
getFolderChildren(id: any, payload?: PaginationPayload, showLoading?: boolean, loadFolders?: boolean): Observable<any>;
|
|
148
|
+
expandComp(entries: Observable<any>, breadcrumbs: any, indexNextNode?: number): any;
|
|
140
149
|
getCurrentDirectory(): any;
|
|
141
150
|
reinitializeFolderTree(id: any, directory: any, node?: any): Promise<void>;
|
|
142
151
|
showNoDataImage(data: any): void;
|
|
@@ -169,6 +178,9 @@ export declare class FileManagerAbstract implements OnInit, AfterViewChecked {
|
|
|
169
178
|
openSideMenuDetails(): void;
|
|
170
179
|
closeSideMenu(): void;
|
|
171
180
|
destroyClass(): void;
|
|
181
|
+
loadPage(): void;
|
|
182
|
+
startLoading(event: any): void;
|
|
183
|
+
resetFoldersSubscription(): void;
|
|
172
184
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerAbstract, never>;
|
|
173
185
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileManagerAbstract, "ng-component", never, {}, {}, never, never>;
|
|
174
186
|
}
|
|
@@ -17,43 +17,44 @@ import * as i15 from "./components/share-dialog/share-dialog.component";
|
|
|
17
17
|
import * as i16 from "./components/template-modal/template-modal.component";
|
|
18
18
|
import * as i17 from "./components/update-modal/update-modal.component";
|
|
19
19
|
import * as i18 from "./components/clipboard/clipboard.component";
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "@angular/
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "
|
|
29
|
-
import * as i28 from "devextreme-angular
|
|
30
|
-
import * as i29 from "
|
|
31
|
-
import * as i30 from "
|
|
32
|
-
import * as i31 from "../
|
|
33
|
-
import * as i32 from "../
|
|
34
|
-
import * as i33 from "../
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "@angular/material/
|
|
37
|
-
import * as i36 from "
|
|
38
|
-
import * as i37 from "../
|
|
39
|
-
import * as i38 from "../
|
|
40
|
-
import * as i39 from "
|
|
41
|
-
import * as i40 from "
|
|
42
|
-
import * as i41 from "
|
|
43
|
-
import * as i42 from "
|
|
44
|
-
import * as i43 from "../
|
|
45
|
-
import * as i44 from "
|
|
46
|
-
import * as i45 from "
|
|
47
|
-
import * as i46 from "../
|
|
48
|
-
import * as i47 from "../
|
|
49
|
-
import * as i48 from "../
|
|
50
|
-
import * as i49 from "
|
|
51
|
-
import * as i50 from "
|
|
52
|
-
import * as i51 from "../
|
|
53
|
-
import * as i52 from "
|
|
54
|
-
import * as i53 from "@angular/material/
|
|
20
|
+
import * as i19 from "./directives/file-grid-infinite-scroll.directive";
|
|
21
|
+
import * as i20 from "@angular/common";
|
|
22
|
+
import * as i21 from "@angular/material/icon";
|
|
23
|
+
import * as i22 from "../dynamic-form/dynamic-form.module";
|
|
24
|
+
import * as i23 from "@angular/forms";
|
|
25
|
+
import * as i24 from "../../shared/libraryShared.module";
|
|
26
|
+
import * as i25 from "@ngx-translate/core";
|
|
27
|
+
import * as i26 from "../documents/documents.module";
|
|
28
|
+
import * as i27 from "../../directive/directive.module";
|
|
29
|
+
import * as i28 from "devextreme-angular";
|
|
30
|
+
import * as i29 from "devextreme-angular/ui/nested";
|
|
31
|
+
import * as i30 from "@ng-select/ng-select";
|
|
32
|
+
import * as i31 from "../comments/comments.module";
|
|
33
|
+
import * as i32 from "../card/card.module";
|
|
34
|
+
import * as i33 from "../viewer-log/viewer-log.module";
|
|
35
|
+
import * as i34 from "../cts-tags/cts-tags.module";
|
|
36
|
+
import * as i35 from "@angular/material/dialog";
|
|
37
|
+
import * as i36 from "@angular/material/tooltip";
|
|
38
|
+
import * as i37 from "../correspondence-relation/correspondence-relation.module";
|
|
39
|
+
import * as i38 from "../avatar/avatar.module";
|
|
40
|
+
import * as i39 from "../dynamic-fields-renderer/dynamic-fields-renderer.module";
|
|
41
|
+
import * as i40 from "@angular/material/progress-spinner";
|
|
42
|
+
import * as i41 from "../select-users-by-department/select-users-by-department.module";
|
|
43
|
+
import * as i42 from "../../pipes/pipes.module";
|
|
44
|
+
import * as i43 from "../dynamic-tabs/dynamic-tabs.module";
|
|
45
|
+
import * as i44 from "../activities-log/activities-log.module";
|
|
46
|
+
import * as i45 from "../../shared-services/shared-services.module";
|
|
47
|
+
import * as i46 from "../confirmation-dialog/confirmation-dialog.module";
|
|
48
|
+
import * as i47 from "../permissions/permissions.module";
|
|
49
|
+
import * as i48 from "../user/user.module";
|
|
50
|
+
import * as i49 from "../mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module";
|
|
51
|
+
import * as i50 from "@angular/platform-browser";
|
|
52
|
+
import * as i51 from "../attachment-modal/attachment-modal.module";
|
|
53
|
+
import * as i52 from "../display-suitable-icon/display-suitable-icon.module";
|
|
54
|
+
import * as i53 from "@angular/material/progress-bar";
|
|
55
|
+
import * as i54 from "@angular/material/checkbox";
|
|
55
56
|
export declare class FileMangerModule {
|
|
56
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileMangerModule, never>;
|
|
57
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FileMangerModule, [typeof i1.SidepanelComponent, typeof i2.CopyComponent, typeof i3.DeleteComponent, typeof i4.MoveComponent, typeof i5.RenameComponent, typeof i6.AddToCollectionComponent, typeof i7.TransferDocComponent, typeof i8.LoanRequestComponent, typeof i9.CreateDirectoryComponent, typeof i10.CreateModalComponent, typeof i11.CreationTypeComponent, typeof i12.FolderModalComponent, typeof i13.PublishDialogComponent, typeof i14.ScanModalComponent, typeof i15.ShareDialogComponent, typeof i16.TemplateModalComponent, typeof i17.UpdateModalComponent, typeof i18.ClipboardComponent], [typeof
|
|
58
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileMangerModule, [typeof i1.SidepanelComponent, typeof i2.CopyComponent, typeof i3.DeleteComponent, typeof i4.MoveComponent, typeof i5.RenameComponent, typeof i6.AddToCollectionComponent, typeof i7.TransferDocComponent, typeof i8.LoanRequestComponent, typeof i9.CreateDirectoryComponent, typeof i10.CreateModalComponent, typeof i11.CreationTypeComponent, typeof i12.FolderModalComponent, typeof i13.PublishDialogComponent, typeof i14.ScanModalComponent, typeof i15.ShareDialogComponent, typeof i16.TemplateModalComponent, typeof i17.UpdateModalComponent, typeof i18.ClipboardComponent, typeof i19.FileGridInfiniteScrollDirective], [typeof i20.CommonModule, typeof i21.MatIconModule, typeof i22.DynamicFormModule, typeof i23.FormsModule, typeof i23.ReactiveFormsModule, typeof i24.LibrarySharedModule, typeof i25.TranslateModule, typeof i26.DocumentsModule, typeof i27.DirectiveModule, typeof i28.DxPopupModule, typeof i28.DxScrollViewModule, typeof i29.DxiToolbarItemModule, typeof i28.DxButtonModule, typeof i28.DxTemplateModule, typeof i28.DxTextBoxModule, typeof i28.DxFormModule, typeof i30.NgSelectModule, typeof i31.CommentsModule, typeof i32.CardModule, typeof i28.DxTreeViewModule, typeof i33.ViewerLogModule, typeof i34.CtsTagsModule, typeof i35.MatDialogModule, typeof i36.MatTooltipModule, typeof i37.CorrespondenceRelationModule, typeof i38.AvatarModule, typeof i39.DynamicFieldsRendererModule, typeof i40.MatProgressSpinnerModule, typeof i41.SelectUsersByDepartmentModule, typeof i42.PipesModule, typeof i43.DynamicTabsModule, typeof i44.ActivitiesLogModule, typeof i45.SharedServicesModule, typeof i46.ConfirmationDialogModule, typeof i47.PermissionsModule, typeof i48.UserModule, typeof i49.MutipleDynamicFormViewerModule, typeof i50.BrowserTransferStateModule, typeof i51.AttachmentModalModule, typeof i23.FormsModule, typeof i52.DisplaySuitableIconModule, typeof i53.MatProgressBarModule, typeof i54.MatCheckboxModule], [typeof i1.SidepanelComponent, typeof i2.CopyComponent, typeof i3.DeleteComponent, typeof i4.MoveComponent, typeof i5.RenameComponent, typeof i6.AddToCollectionComponent, typeof i7.TransferDocComponent, typeof i8.LoanRequestComponent, typeof i9.CreateDirectoryComponent, typeof i10.CreateModalComponent, typeof i11.CreationTypeComponent, typeof i12.FolderModalComponent, typeof i13.PublishDialogComponent, typeof i14.ScanModalComponent, typeof i15.ShareDialogComponent, typeof i16.TemplateModalComponent, typeof i17.UpdateModalComponent, typeof i28.DxPopupModule, typeof i28.DxScrollViewModule, typeof i29.DxiToolbarItemModule, typeof i28.DxButtonModule, typeof i28.DxTemplateModule, typeof i28.DxTextBoxModule, typeof i28.DxFormModule, typeof i28.DxTreeViewModule, typeof i18.ClipboardComponent, typeof i19.FileGridInfiniteScrollDirective]>;
|
|
58
59
|
static ɵinj: i0.ɵɵInjectorDeclaration<FileMangerModule>;
|
|
59
60
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface PaginationData<T> {
|
|
2
|
+
isPaginable: boolean;
|
|
3
|
+
resultsCount: number;
|
|
4
|
+
pageSize: number;
|
|
5
|
+
maxPageSize: number;
|
|
6
|
+
resultsCountLimit: number;
|
|
7
|
+
currentPageSize: number;
|
|
8
|
+
currentPageIndex: number;
|
|
9
|
+
currentPageOffset: number;
|
|
10
|
+
numberOfPages: number;
|
|
11
|
+
isPreviousPageAvailable: boolean;
|
|
12
|
+
isNextPageAvailable: boolean;
|
|
13
|
+
isLastPageAvailable: boolean;
|
|
14
|
+
isSortable: boolean;
|
|
15
|
+
hasError: boolean;
|
|
16
|
+
errorMessage: any;
|
|
17
|
+
totalSize: number;
|
|
18
|
+
pageIndex: number;
|
|
19
|
+
pageCount: number;
|
|
20
|
+
data: T[];
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
}
|
|
23
|
+
export interface FileManagerPaginationData<T> extends PaginationData<T> {
|
|
24
|
+
filesCount?: number;
|
|
25
|
+
foldersCount?: number;
|
|
26
|
+
}
|
|
27
|
+
export declare enum FolderishType {
|
|
28
|
+
Folder = 0,
|
|
29
|
+
File = 1
|
|
30
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { CallApiService } from '../../../
|
|
3
|
-
import { AdapterService } from '../../../
|
|
2
|
+
import { CallApiService } from '../../../core/services/callApi/call-api.service';
|
|
3
|
+
import { AdapterService } from '../../../core/adapters/adapter.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ActivityLogService {
|
|
6
6
|
private adapter;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
|
-
import { TranslationService } from '../../../
|
|
3
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class MultipleDynamicFormViewerComponent implements OnInit, OnDestroy {
|
|
6
6
|
private translation;
|
package/lib/components/notifications/components/notification-item/notification-item.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, SimpleChanges } from "@angular/core";
|
|
2
|
-
import { TranslationService } from '../../../../
|
|
2
|
+
import { TranslationService } from '../../../../core/services/translation/translation.service';
|
|
3
3
|
import { Router } from "@angular/router";
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
package/lib/components/notifications/components/notification-toast/notification-toast.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { Toast, ToastPackage, ToastrService } from 'ngx-toastr';
|
|
4
|
-
import { UserPreferencesService } from '../../../../
|
|
4
|
+
import { UserPreferencesService } from '../../../../core/services/user/user-preferences.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class NotificationToastComponent extends Toast implements OnInit {
|
|
7
7
|
protected toastrService: ToastrService;
|
|
@@ -4,7 +4,7 @@ import { TranslateService } from "@ngx-translate/core";
|
|
|
4
4
|
import { ActiveToast, ToastrService } from "ngx-toastr";
|
|
5
5
|
import { TimeAgoPipe } from "../../../../pipes/time-ago.pipe";
|
|
6
6
|
import { NotificationsService } from "../../notifications.service";
|
|
7
|
-
import { TranslationService } from "../../../../
|
|
7
|
+
import { TranslationService } from "../../../../core/services/translation/translation.service";
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class NotificationsButtonComponent implements OnInit, OnDestroy {
|
|
10
10
|
notificationsService: NotificationsService;
|
package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
2
|
import { DatePipe } from "@angular/common";
|
|
3
3
|
import { NotificationsService } from "../../notifications.service";
|
|
4
|
-
import { TranslationService } from "../../../../
|
|
4
|
+
import { TranslationService } from "../../../../core/services/translation/translation.service";
|
|
5
5
|
import { MatMenuTrigger } from "@angular/material/menu";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
@@ -3,10 +3,10 @@ import { EventEmitter } from "@angular/core";
|
|
|
3
3
|
import { Router } from "@angular/router";
|
|
4
4
|
import { KeycloakService } from "keycloak-angular";
|
|
5
5
|
import { Observable, ReplaySubject } from "rxjs";
|
|
6
|
-
import { NuxeoService } from "../../
|
|
7
|
-
import { TranslationService } from "../../
|
|
8
|
-
import { LocalStoragService } from "../../
|
|
9
|
-
import { InitializationService } from "../../
|
|
6
|
+
import { NuxeoService } from "../../core/services/nuxeo/nuxeo.service";
|
|
7
|
+
import { TranslationService } from "../../core/services/translation/translation.service";
|
|
8
|
+
import { LocalStoragService } from "../../core/services/localStorag/local-storag.service";
|
|
9
|
+
import { InitializationService } from "../../core/services/initialization/initialization.service";
|
|
10
10
|
import { CookieService } from 'ngx-cookie-service';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class NotificationsService {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { NuxeoService } from '../../../
|
|
2
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
3
3
|
import { PdftronService } from './pdftron.service';
|
|
4
4
|
import { SecurePipe } from '../../../pipes/secure.pipe';
|
|
5
|
-
import { TranslationService } from '../../../
|
|
5
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
6
6
|
import { Subscription } from 'rxjs';
|
|
7
7
|
import { CustomToastrService } from '../../custom-toastr/services/custom-toastr.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { MatDialogRef } from '@angular/material/dialog';
|
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import { PermissionService } from '../permission.service';
|
|
6
6
|
import { CustomToastrService } from '../../custom-toastr/services/custom-toastr.service';
|
|
7
|
-
import { TranslationService } from '../../../
|
|
7
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AddPermissionsDialogComponent implements OnInit, OnDestroy {
|
|
10
10
|
private dialogRef;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { NuxeoService } from '../../
|
|
3
|
+
import { NuxeoService } from '../../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PermissionService {
|
|
6
6
|
private nuxeoService;
|
|
@@ -5,8 +5,8 @@ import { PermissionService } from '../permission.service';
|
|
|
5
5
|
import { UserService } from '../../../shared-services/user.service';
|
|
6
6
|
import { EvaluatorsService } from '../../../directive/permissions/evaluators.service';
|
|
7
7
|
import { CustomToastrService } from '../../custom-toastr/services/custom-toastr.service';
|
|
8
|
-
import { TranslationService } from '../../../
|
|
9
|
-
import { NuxeoService } from '../../../
|
|
8
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
9
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class PermissionsComponent implements OnInit, OnDestroy {
|
|
12
12
|
private permissionService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../../../
|
|
2
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DepartmentManagementService {
|
|
5
5
|
private nuxeoService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentFactoryResolver, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from "@angular/core";
|
|
2
|
-
import { ExtensionService } from "../../../
|
|
2
|
+
import { ExtensionService } from "../../../core/services/extension/extension.service";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DynamicColumnComponent implements OnInit, OnChanges, OnDestroy {
|
|
5
5
|
private extensions;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
3
|
import { AppConfigService } from '../../../configuration/app-config.service';
|
|
4
|
-
import { NuxeoService } from '../../../
|
|
5
|
-
import { TranslationService } from '../../../
|
|
4
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
5
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* this component is a multi-purpose dynamically generated dumb data table that can be configured to show any list of data,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { NuxeoService } from '../../../
|
|
3
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import { opType } from '../interfaces/op-type.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class VocabularyApiService {
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
|
|
3
3
|
import { NgSelectComponent } from '@ng-select/ng-select';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import { TranslationService } from '../../../
|
|
5
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
6
6
|
import { VocabularyApiService } from '../services/vocabulary-api.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class TranslatedVocabularySelectComponent implements OnChanges, OnDestroy, ControlValueAccessor {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnChanges, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
|
-
import { NuxeoService } from '../../
|
|
3
|
+
import { NuxeoService } from '../../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AppHasRoleDirective implements OnInit, OnChanges {
|
|
6
6
|
private viewContainerRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AppConfigService } from "../../configuration/app-config.service";
|
|
2
|
-
import { NuxeoService } from "../../
|
|
2
|
+
import { NuxeoService } from "../../core/services/nuxeo/nuxeo.service";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class EvaluatorsService {
|
|
5
5
|
private nuxeoService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { AppConfigService } from '../../configuration/app-config.service';
|
|
3
|
-
import { NuxeoService } from '../../
|
|
3
|
+
import { NuxeoService } from '../../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import { EvaluatorsService } from './evaluators.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { TranslationService } from '../../
|
|
2
|
+
import { TranslationService } from '../../core/services/translation/translation.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/** @ignore */
|
|
5
5
|
export declare class SetDirRtlDirective {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { TranslationService } from '../../
|
|
2
|
+
import { TranslationService } from '../../core/services/translation/translation.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/** @ignore */
|
|
5
5
|
export declare class SetRtlDirective {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../
|
|
2
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
3
3
|
import { AppConfigService } from '../configuration/app-config.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DynamicFormService {
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { HttpClient } from
|
|
2
|
-
import { EventEmitter, OnDestroy } from
|
|
3
|
-
import { FileManagerAdapter } from
|
|
4
|
-
import { Observable, Subject, Subscriber, Subscription } from
|
|
5
|
-
import { MainfolderService } from
|
|
6
|
-
import { CallApiService } from
|
|
7
|
-
import { AdapterService } from
|
|
8
|
-
import { NuxeoService } from
|
|
9
|
-
import { AppConfigService } from
|
|
10
|
-
import { EvaluatorsService } from
|
|
11
|
-
import { CustomToastrService } from
|
|
12
|
-
import { TranslationService } from
|
|
13
|
-
import { MatDialog } from
|
|
14
|
-
import { Router } from
|
|
15
|
-
import { RecentlyViewedService } from
|
|
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 { FileManagerPaginationData, PaginationPayload } from "../components/file-manger/models";
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
17
18
|
export declare class FileManagerService implements OnDestroy {
|
|
19
|
+
#private;
|
|
18
20
|
private callApi;
|
|
19
21
|
private adapter;
|
|
20
22
|
private environment;
|
|
@@ -45,6 +47,10 @@ export declare class FileManagerService implements OnDestroy {
|
|
|
45
47
|
langSubscription: Subscription;
|
|
46
48
|
clipboardPermissionList: string[];
|
|
47
49
|
customEvent: EventEmitter<any>;
|
|
50
|
+
static PaginationConfig: {
|
|
51
|
+
enable: boolean;
|
|
52
|
+
pageSize: number;
|
|
53
|
+
};
|
|
48
54
|
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
55
|
ngOnDestroy(): void;
|
|
50
56
|
setMyTableConfiguration(): void;
|
|
@@ -54,16 +60,18 @@ export declare class FileManagerService implements OnDestroy {
|
|
|
54
60
|
CreateLoanRequest(input: any, context: any, params?: {}): Observable<any>;
|
|
55
61
|
CreateTransferRequest(input: any, context: any, params?: {}): Observable<any>;
|
|
56
62
|
subscribe_OR_unSubscribeToItem(item: any, isUserSubscriberToFile: any): Observable<unknown>;
|
|
57
|
-
openFile(Data: any, fileId: any, dynaimcFormType?:
|
|
63
|
+
openFile(Data: any, fileId: any, dynaimcFormType?: "", searchString?: string): void;
|
|
58
64
|
registerAuditLog(docId: any, eventType: any): void;
|
|
59
65
|
subscribeOrUnsubscribeUserToItem(itemId: any, ToDo: any): Observable<unknown>;
|
|
60
66
|
getUserAcceptedTypes(contentTypee?: any): Observable<any[]>;
|
|
61
67
|
fetchUserPermittedTypesRecursively(offset: any, pageSize: any, op: Subscriber<any[]>, contentTypee?: any): void;
|
|
62
68
|
refreshUserAcceptedTypes(): void;
|
|
63
69
|
checkIfDocumentIsFile(document: any): "Folder" | "File";
|
|
64
|
-
getChildren(id: any): Observable<any[]
|
|
65
|
-
getChildrenForSharedDocumentRoot(id: any): Observable<any[]
|
|
66
|
-
refreshData(id: any): Observable<any[]
|
|
70
|
+
getChildren(id: any, payload?: PaginationPayload, loadFolders?: boolean): Observable<any[] | FileManagerPaginationData<any>>;
|
|
71
|
+
getChildrenForSharedDocumentRoot(id: any, payload?: PaginationPayload, loadFolders?: boolean): Observable<any[] | FileManagerPaginationData<any>>;
|
|
72
|
+
refreshData(id: any, payload?: PaginationPayload, loadFolders?: boolean): Observable<any[] | FileManagerPaginationData<any>>;
|
|
73
|
+
getFolders(id: any, pageProvider?: string): Observable<any>;
|
|
74
|
+
getMapedFolder(uid: string): Observable<any>;
|
|
67
75
|
createFolder(params: any, id: any): Observable<any>;
|
|
68
76
|
createDirectory(params: any, id: any): Observable<any>;
|
|
69
77
|
UpdateFolder(params: any, id: any): Observable<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../
|
|
3
|
-
import { UserPreferencesService } from '../
|
|
2
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
3
|
+
import { UserPreferencesService } from '../core/services/user/user-preferences.service';
|
|
4
4
|
import { AppConfigService } from '../configuration/app-config.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MainfolderService {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../
|
|
3
|
-
import { CallApiService } from '../
|
|
2
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
3
|
+
import { CallApiService } from '../core/services/callApi/call-api.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PublishingDocumentService {
|
|
6
6
|
private nuxeoService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { UserPreferencesService } from '../
|
|
4
|
-
import { CallApiService } from '../
|
|
3
|
+
import { UserPreferencesService } from '../core/services/user/user-preferences.service';
|
|
4
|
+
import { CallApiService } from '../core/services/callApi/call-api.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class RecentlyViewedService {
|
|
7
7
|
private userPreference;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { NuxeoService } from '../
|
|
4
|
-
import { AdapterService } from '../
|
|
3
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
4
|
+
import { AdapterService } from '../core/adapters/adapter.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SharedDocsService {
|
|
7
7
|
private nuxeoService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../
|
|
2
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class UploadFileService {
|
|
5
5
|
private nuxeoService;
|
|
@@ -4,7 +4,7 @@ import { GlobalPdfTron } from './global-pdftron.service';
|
|
|
4
4
|
import { UploadFileService } from './upload-file.service';
|
|
5
5
|
import { UserService } from '../shared-services/user.service';
|
|
6
6
|
import { Subject, Subscription } from 'rxjs';
|
|
7
|
-
import { NuxeoService } from '../
|
|
7
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class UploadManagmentService implements OnInit {
|
|
10
10
|
private uploadFile;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UserPreferencesService } from '../
|
|
2
|
-
import { CallApiService } from '../
|
|
1
|
+
import { UserPreferencesService } from '../core/services/user/user-preferences.service';
|
|
2
|
+
import { CallApiService } from '../core/services/callApi/call-api.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class UserService {
|
|
5
5
|
private userPreference;
|