nuxeo-development-framework 4.2.7 → 4.2.9
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 +2664 -3347
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/comments/comments.module.js +5 -9
- package/esm2015/lib/components/comments/components/comment-item/comment-item.component.js +23 -30
- package/esm2015/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.js +34 -28
- package/esm2015/lib/components/confirm-caller/confirm-caller.dialog.js +77 -0
- package/esm2015/lib/components/confirm-caller/confirm-caller.module.js +28 -0
- package/esm2015/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.js +29 -0
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +35 -31
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.js +41 -41
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +34 -30
- package/esm2015/lib/components/correspondence-relation/components/versions/versions.component.js +3 -3
- package/esm2015/lib/components/correspondence-relation/correspondence-relation.module.js +2 -6
- package/esm2015/lib/components/correspondence-relation/services/correspondence-realation.service.js +24 -32
- package/esm2015/lib/components/diagrams/components/connection-label.component.js +1 -1
- package/esm2015/lib/components/diagrams/directive/diagram.directive.js +3 -2
- package/esm2015/lib/components/diagrams/editor/customize.js +4 -1
- package/esm2015/lib/components/diagrams/editor/overrides/connection-path.transformers.js +34 -21
- package/esm2015/lib/components/diagrams/editor/path-plugin.js +10 -11
- package/esm2015/lib/components/diagrams/models/base-node.model.js +1 -2
- package/esm2015/lib/components/diagrams/models/connection.model.js +1 -1
- package/esm2015/lib/components/diagrams/types/common.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/diagram-config.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/node-definition.js +1 -1
- package/esm2015/lib/components/diagrams/utilities/random.js +3 -9
- package/esm2015/lib/components/documents/components/attachments-list/attachments-list.component.js +9 -11
- package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +29 -30
- package/esm2015/lib/components/documents/documents.module.js +6 -2
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +40 -45
- package/esm2015/lib/components/dynamic-chart/dynamic-chart.module.js +17 -21
- package/esm2015/lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component.js +164 -0
- package/esm2015/lib/components/dynamic-chart/services/chart-data.service.js +92 -98
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/department-form/department-form.component.js +29 -28
- package/esm2015/lib/components/dynamic-form/dynamic-form.module.js +10 -13
- package/esm2015/lib/components/file-manger/components/add-to-collection/add-to-collection.component.js +42 -58
- package/esm2015/lib/components/file-manger/components/copy/copy.component.js +36 -65
- package/esm2015/lib/components/file-manger/components/create-directory/create-directory.component.js +13 -39
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +200 -238
- package/esm2015/lib/components/file-manger/components/creation-type/creation-type.component.js +12 -14
- package/esm2015/lib/components/file-manger/components/delete/delete.component.js +20 -48
- package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +43 -45
- package/esm2015/lib/components/file-manger/components/loan-request/loan-request.component.js +36 -62
- package/esm2015/lib/components/file-manger/components/move/move.component.js +31 -60
- package/esm2015/lib/components/file-manger/components/publish-dialog/publish-dialog.component.js +81 -81
- package/esm2015/lib/components/file-manger/components/rename/rename.component.js +30 -57
- package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +66 -99
- package/esm2015/lib/components/file-manger/components/share-dialog/share-dialog.component.js +75 -95
- package/esm2015/lib/components/file-manger/components/template-modal/template-modal.component.js +11 -15
- package/esm2015/lib/components/file-manger/components/transfer-doc/transfer-doc.component.js +23 -53
- package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +24 -24
- package/esm2015/lib/components/file-manger/file-manager.abstract.js +19 -21
- package/esm2015/lib/components/file-manger/file-manger.module.js +6 -10
- package/esm2015/lib/components/notifications/components/base-notifications.component.js +16 -2
- package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +3 -3
- package/esm2015/lib/components/notifications/containers/notifications-settings-container/notifications-settings-container.component.js +1 -2
- package/esm2015/lib/components/notifications/services/notifications.service.js +17 -23
- package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +90 -107
- package/esm2015/lib/components/permissions/permissions/permissions.component.js +57 -100
- package/esm2015/lib/components/permissions/permissions-template/permissions-template.component.js +52 -36
- package/esm2015/lib/components/permissions/permissions.module.js +7 -23
- package/esm2015/lib/shared/components/nuxeo-dialog/nuxeo.dialog.js +22 -22
- package/esm2015/lib/shared-services/dialog-mangment.service.js +23 -27
- package/esm2015/lib/shared-services/shared-docs.service.js +27 -22
- package/esm2015/public-api.js +5 -4
- package/fesm2015/nuxeo-development-framework.js +1843 -2523
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/comments/comments.module.d.ts +1 -2
- package/lib/components/comments/components/comment-item/comment-item.component.d.ts +1 -3
- package/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.d.ts +5 -8
- package/lib/components/confirm-caller/confirm-caller.dialog.d.ts +46 -0
- package/lib/components/confirm-caller/confirm-caller.module.d.ts +17 -0
- package/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.d.ts +12 -0
- package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +2 -4
- package/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.d.ts +4 -6
- package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts +2 -4
- package/lib/components/correspondence-relation/correspondence-relation.module.d.ts +2 -3
- package/lib/components/diagrams/editor/overrides/connection-path.transformers.d.ts +5 -2
- package/lib/components/diagrams/models/base-node.model.d.ts +1 -1
- package/lib/components/diagrams/models/connection.model.d.ts +1 -2
- package/lib/components/diagrams/types/common.type.d.ts +0 -4
- package/lib/components/diagrams/types/diagram-config.type.d.ts +1 -1
- package/lib/components/diagrams/types/node-definition.d.ts +0 -1
- package/lib/components/diagrams/utilities/random.d.ts +1 -1
- package/lib/components/documents/components/document-list/documents-list.component.d.ts +1 -3
- package/lib/components/documents/documents.module.d.ts +14 -13
- package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +10 -11
- package/lib/components/dynamic-chart/dynamic-chart.module.d.ts +6 -5
- package/lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component.d.ts +33 -0
- package/lib/components/dynamic-form/components/department-form/department-form.component.d.ts +4 -4
- package/lib/components/dynamic-form/dynamic-form.module.d.ts +1 -2
- package/lib/components/file-manger/components/add-to-collection/add-to-collection.component.d.ts +5 -11
- package/lib/components/file-manger/components/copy/copy.component.d.ts +4 -11
- package/lib/components/file-manger/components/create-directory/create-directory.component.d.ts +4 -9
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +19 -13
- package/lib/components/file-manger/components/creation-type/creation-type.component.d.ts +4 -6
- package/lib/components/file-manger/components/delete/delete.component.d.ts +4 -11
- package/lib/components/file-manger/components/folder-modal/folder-modal.component.d.ts +11 -9
- package/lib/components/file-manger/components/loan-request/loan-request.component.d.ts +5 -11
- package/lib/components/file-manger/components/move/move.component.d.ts +4 -11
- package/lib/components/file-manger/components/publish-dialog/publish-dialog.component.d.ts +10 -12
- package/lib/components/file-manger/components/rename/rename.component.d.ts +5 -11
- package/lib/components/file-manger/components/scan-modal/scan-modal.component.d.ts +8 -9
- package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +7 -6
- package/lib/components/file-manger/components/template-modal/template-modal.component.d.ts +3 -4
- package/lib/components/file-manger/components/transfer-doc/transfer-doc.component.d.ts +4 -11
- package/lib/components/file-manger/components/update-modal/update-modal.component.d.ts +8 -9
- package/lib/components/file-manger/file-manager.abstract.d.ts +0 -2
- package/lib/components/file-manger/file-manger.module.d.ts +1 -2
- package/lib/components/notifications/components/base-notifications.component.d.ts +8 -2
- package/lib/components/notifications/components/notification-item/notification-item.component.d.ts +1 -1
- package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts +6 -8
- package/lib/components/permissions/permissions/permissions.component.d.ts +1 -3
- package/lib/components/permissions/permissions-template/permissions-template.component.d.ts +3 -3
- package/lib/components/permissions/permissions.module.d.ts +1 -2
- package/lib/shared/components/nuxeo-dialog/nuxeo.dialog.d.ts +5 -5
- package/lib/shared-services/dialog-mangment.service.d.ts +3 -3
- package/lib/shared-services/shared-docs.service.d.ts +2 -4
- package/package.json +4 -3
- package/public-api.d.ts +4 -3
- package/esm2015/lib/components/charts/chart.const.js +0 -3
- package/esm2015/lib/components/charts/chart.token.js +0 -3
- package/esm2015/lib/components/charts/charts.module.js +0 -19
- package/esm2015/lib/components/charts/components/base-chart.component.js +0 -44
- package/esm2015/lib/components/charts/components/chart.component.js +0 -131
- package/esm2015/lib/components/charts/components/data-chart.component.js +0 -164
- package/esm2015/lib/components/charts/components/index.js +0 -4
- package/esm2015/lib/components/charts/defaults/bar.js +0 -18
- package/esm2015/lib/components/charts/defaults/doughnut.js +0 -18
- package/esm2015/lib/components/charts/defaults/index.js +0 -5
- package/esm2015/lib/components/charts/defaults/line.js +0 -36
- package/esm2015/lib/components/charts/defaults/pie.js +0 -20
- package/esm2015/lib/components/charts/index.js +0 -9
- package/esm2015/lib/components/charts/models/index.js +0 -5
- package/esm2015/lib/components/charts/models/options.js +0 -2
- package/esm2015/lib/components/charts/models/plugins-options.js +0 -2
- package/esm2015/lib/components/charts/models/response.js +0 -2
- package/esm2015/lib/components/charts/models/statistic-request-config.js +0 -2
- package/esm2015/lib/components/charts/plugins/doughnut-center-text.js +0 -21
- package/esm2015/lib/components/charts/plugins/doughnut-empty-state.js +0 -30
- package/esm2015/lib/components/charts/plugins/index.js +0 -3
- package/esm2015/lib/components/charts/services/index.js +0 -2
- package/esm2015/lib/components/charts/services/statistic.service.js +0 -17
- package/esm2015/lib/components/charts/utility/colors.js +0 -79
- package/esm2015/lib/components/charts/utility/common.js +0 -7
- package/esm2015/lib/components/charts/utility/index.js +0 -3
- package/lib/components/charts/chart.const.d.ts +0 -2
- package/lib/components/charts/chart.token.d.ts +0 -8
- package/lib/components/charts/charts.module.d.ts +0 -9
- package/lib/components/charts/components/base-chart.component.d.ts +0 -21
- package/lib/components/charts/components/chart.component.d.ts +0 -28
- package/lib/components/charts/components/data-chart.component.d.ts +0 -32
- package/lib/components/charts/components/index.d.ts +0 -3
- package/lib/components/charts/defaults/bar.d.ts +0 -2
- package/lib/components/charts/defaults/doughnut.d.ts +0 -2
- package/lib/components/charts/defaults/index.d.ts +0 -4
- package/lib/components/charts/defaults/line.d.ts +0 -2
- package/lib/components/charts/defaults/pie.d.ts +0 -2
- package/lib/components/charts/index.d.ts +0 -8
- package/lib/components/charts/models/index.d.ts +0 -4
- package/lib/components/charts/models/options.d.ts +0 -11
- package/lib/components/charts/models/plugins-options.d.ts +0 -15
- package/lib/components/charts/models/response.d.ts +0 -5
- package/lib/components/charts/models/statistic-request-config.d.ts +0 -28
- package/lib/components/charts/plugins/doughnut-center-text.d.ts +0 -2
- package/lib/components/charts/plugins/doughnut-empty-state.d.ts +0 -2
- package/lib/components/charts/plugins/index.d.ts +0 -2
- package/lib/components/charts/services/index.d.ts +0 -1
- package/lib/components/charts/services/statistic.service.d.ts +0 -9
- package/lib/components/charts/utility/colors.d.ts +0 -11
- package/lib/components/charts/utility/common.d.ts +0 -4
- package/lib/components/charts/utility/index.d.ts +0 -2
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DxFormComponent } from 'devextreme-angular';
|
|
3
3
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
4
4
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
5
|
-
import { NuxeoDialogService } from '../../../../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
6
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
7
|
-
import { BaseComponent } from '../../../../shared/components/base/base.component';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class CopyComponent
|
|
6
|
+
export declare class CopyComponent implements OnInit {
|
|
10
7
|
private fileManagerService;
|
|
11
8
|
protected customToastrService: CustomToastrService;
|
|
12
|
-
nuxeoDialogService: NuxeoDialogService;
|
|
13
9
|
form: DxFormComponent;
|
|
14
|
-
contentTemplate: TemplateRef<any>;
|
|
15
|
-
actionsTemplate: TemplateRef<any>;
|
|
16
10
|
set visible(value: any);
|
|
17
11
|
get visible(): any;
|
|
18
12
|
visibleChange: EventEmitter<any>;
|
|
@@ -28,13 +22,12 @@ export declare class CopyComponent extends BaseComponent implements OnInit {
|
|
|
28
22
|
disable: boolean;
|
|
29
23
|
_visible: boolean;
|
|
30
24
|
currentItem: any;
|
|
31
|
-
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService
|
|
25
|
+
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService);
|
|
32
26
|
ngOnInit(): void;
|
|
33
|
-
openDialog(): void;
|
|
34
27
|
cancel(): void;
|
|
35
28
|
selectItem(e: any): void;
|
|
36
29
|
createTreeNodeChildren: (parent: any) => any;
|
|
37
|
-
copy:
|
|
30
|
+
copy(answer: any): void;
|
|
38
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<CopyComponent, never>;
|
|
39
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<CopyComponent, "app-copy", never, { "visible": "visible"; "rtlEnabled": "rtlEnabled"; "selectedItem": "selectedItem"; "rootFolder": "rootFolder"; "rootEntries": "rootEntries"; "selectedItems": "selectedItems"; "directory": "directory"; "pageConfigurations": "pageConfigurations"; }, { "visibleChange": "visibleChange"; "getSelectedFolder": "getSelectedFolder"; }, never, never>;
|
|
40
33
|
}
|
package/lib/components/file-manger/components/create-directory/create-directory.component.d.ts
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
3
3
|
import { DxFormComponent } from 'devextreme-angular';
|
|
4
4
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
5
|
-
import { NuxeoDialogService } from '../../../../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
6
|
-
import { BaseComponent } from '../../../../shared/components/base/base.component';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CreateDirectoryComponent
|
|
6
|
+
export declare class CreateDirectoryComponent implements OnInit {
|
|
9
7
|
private fileManagerService;
|
|
10
8
|
private customToastrService;
|
|
11
|
-
nuxeoDialogService: NuxeoDialogService;
|
|
12
9
|
form: DxFormComponent;
|
|
13
|
-
contentTemplate: TemplateRef<any>;
|
|
14
|
-
actionsTemplate: TemplateRef<any>;
|
|
15
10
|
set visible(value: any);
|
|
16
11
|
get visible(): any;
|
|
17
12
|
visibleChange: EventEmitter<any>;
|
|
@@ -20,9 +15,9 @@ export declare class CreateDirectoryComponent extends BaseComponent implements O
|
|
|
20
15
|
selectedItem: any;
|
|
21
16
|
formData: any;
|
|
22
17
|
_visible: boolean;
|
|
23
|
-
|
|
18
|
+
loading: boolean;
|
|
19
|
+
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService);
|
|
24
20
|
ngOnInit(): void;
|
|
25
|
-
openDialog(): void;
|
|
26
21
|
onSubmit(e: any): void;
|
|
27
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateDirectoryComponent, never>;
|
|
28
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<CreateDirectoryComponent, "app-create-directory", never, { "visible": "visible"; "rtlEnabled": "rtlEnabled"; "selectedItem": "selectedItem"; }, { "visibleChange": "visibleChange"; "refresh": "refresh"; }, never, never>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
4
|
import { UploadManagmentService } from '../../../../shared-services/upload-managment.service';
|
|
4
5
|
import { DialogMangmentService } from '../../../../shared-services/dialog-mangment.service';
|
|
5
6
|
import { DynamicFormService } from '../../../../shared-services/dynamic-form.service';
|
|
@@ -10,21 +11,24 @@ import { CustomToastrService } from '../../../custom-toastr/services/custom-toas
|
|
|
10
11
|
import { DateHelperService } from '../../../hijri-gregorian-datepicker/services/date-helper.service';
|
|
11
12
|
import { AdapterService } from '../../../../core/adapters/adapter.service';
|
|
12
13
|
import { AppConfigService } from '../../../../configuration/app-config.service';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
14
|
+
import { TranslationService } from '../../../../core/services/translation/translation.service';
|
|
15
|
+
import { NuxeoService } from '../../../../core/services/nuxeo/nuxeo.service';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
16
|
-
export declare class CreateModalComponent
|
|
17
|
+
export declare class CreateModalComponent implements OnInit, OnDestroy {
|
|
17
18
|
data: any;
|
|
19
|
+
dialogRef: MatDialogRef<CreateModalComponent>;
|
|
18
20
|
uploadMangmentService: UploadManagmentService;
|
|
19
21
|
dialogMangmentService: DialogMangmentService;
|
|
20
22
|
private fileMangerService;
|
|
21
23
|
private tosterService;
|
|
22
|
-
formBuilder
|
|
24
|
+
private formBuilder;
|
|
23
25
|
private adapeter;
|
|
24
26
|
private fileManagerService;
|
|
25
27
|
private appConfService;
|
|
26
28
|
private dateHelperService;
|
|
29
|
+
private translationService;
|
|
27
30
|
private userService;
|
|
31
|
+
private nuxeoService;
|
|
28
32
|
private environment;
|
|
29
33
|
private dynamicFormService;
|
|
30
34
|
addingProperties: boolean;
|
|
@@ -46,18 +50,20 @@ export declare class CreateModalComponent extends BaseDialogComponent<CreateModa
|
|
|
46
50
|
staticFormFields: any;
|
|
47
51
|
agencyNameFilter: any;
|
|
48
52
|
countryNameFilter: any;
|
|
53
|
+
isArabic: boolean;
|
|
49
54
|
showStaticForm: boolean;
|
|
55
|
+
langSubscription: Subscription;
|
|
50
56
|
disableCreateWhenFinishBtn: boolean;
|
|
51
57
|
creating: boolean;
|
|
52
58
|
displayNoteMessage: boolean;
|
|
53
59
|
myEnvironment: any;
|
|
54
60
|
KeyUpEvent(event: KeyboardEvent): void;
|
|
55
|
-
constructor(data: any, uploadMangmentService: UploadManagmentService, dialogMangmentService: DialogMangmentService, fileMangerService: FileManagerService, tosterService: CustomToastrService, formBuilder: FormBuilder, adapeter: AdapterService, fileManagerService: FileManagerService, appConfService: AppConfigService, dateHelperService: DateHelperService, userService: UserService,
|
|
61
|
+
constructor(data: any, dialogRef: MatDialogRef<CreateModalComponent>, uploadMangmentService: UploadManagmentService, dialogMangmentService: DialogMangmentService, fileMangerService: FileManagerService, tosterService: CustomToastrService, formBuilder: FormBuilder, adapeter: AdapterService, fileManagerService: FileManagerService, appConfService: AppConfigService, dateHelperService: DateHelperService, translationService: TranslationService, userService: UserService, nuxeoService: NuxeoService, environment: any, dynamicFormService: DynamicFormService);
|
|
56
62
|
ngOnInit(): void;
|
|
57
63
|
initiatfileForm(): void;
|
|
58
|
-
createWhenFinish:
|
|
59
|
-
|
|
60
|
-
startAddingProperties
|
|
64
|
+
createWhenFinish(): void;
|
|
65
|
+
closeDialog(): void;
|
|
66
|
+
startAddingProperties(): void;
|
|
61
67
|
setStaticData(title: any): {
|
|
62
68
|
title: any;
|
|
63
69
|
description: string;
|
|
@@ -87,16 +93,16 @@ export declare class CreateModalComponent extends BaseDialogComponent<CreateModa
|
|
|
87
93
|
countryName?: undefined;
|
|
88
94
|
remarks?: undefined;
|
|
89
95
|
};
|
|
90
|
-
createDocument:
|
|
96
|
+
createDocument(): void;
|
|
91
97
|
constructPayLoadToWorkSpace(files: any): void;
|
|
92
|
-
tryAgainCreateDocument:
|
|
98
|
+
tryAgainCreateDocument(): void;
|
|
93
99
|
constructPayLoad(files: any): void;
|
|
94
100
|
mappingStaticData(data: any): any;
|
|
95
101
|
selectFile(file: any): void;
|
|
96
102
|
ondynamicFormChange(dynamicData: any): void;
|
|
97
|
-
minimizDialog:
|
|
103
|
+
minimizDialog(): void;
|
|
98
104
|
removeItem(item: any, listofFiles: any): void;
|
|
99
|
-
ApplyChangesToAll:
|
|
105
|
+
ApplyChangesToAll(): void;
|
|
100
106
|
checkValidation(): boolean;
|
|
101
107
|
ngOnDestroy(): void;
|
|
102
108
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateModalComponent, never>;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { BaseDialogComponent } from '../../../../shared/components/base/base-dialog.component';
|
|
4
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CreationTypeComponent
|
|
4
|
+
export declare class CreationTypeComponent implements OnInit {
|
|
7
5
|
dialogRef: MatDialogRef<CreationTypeComponent>;
|
|
8
|
-
constructor(dialogRef: MatDialogRef<CreationTypeComponent
|
|
6
|
+
constructor(dialogRef: MatDialogRef<CreationTypeComponent>);
|
|
9
7
|
ngOnInit(): void;
|
|
10
|
-
closeDialog:
|
|
8
|
+
closeDialog(type: any): void;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreationTypeComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<CreationTypeComponent, "app-creation-type", never, {}, {}, never, never>;
|
|
13
11
|
}
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
3
3
|
import { DxFormComponent } from 'devextreme-angular';
|
|
4
4
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
5
|
-
import { NuxeoDialogService } from '../../../../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
6
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
7
|
-
import { BaseComponent } from '../../../../shared/components/base/base.component';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class DeleteComponent
|
|
6
|
+
export declare class DeleteComponent implements OnInit {
|
|
10
7
|
private fileManagerService;
|
|
11
8
|
protected customToastrService: CustomToastrService;
|
|
12
|
-
nuxeoDialogService: NuxeoDialogService;
|
|
13
9
|
form: DxFormComponent;
|
|
14
|
-
contentTemplate: TemplateRef<any>;
|
|
15
|
-
actionsTemplate: TemplateRef<any>;
|
|
16
10
|
set visible(value: any);
|
|
17
11
|
get visible(): any;
|
|
18
12
|
visibleChange: EventEmitter<any>;
|
|
@@ -21,11 +15,10 @@ export declare class DeleteComponent extends BaseComponent implements OnInit {
|
|
|
21
15
|
selectedItem: any;
|
|
22
16
|
selectedItems: any;
|
|
23
17
|
_visible: boolean;
|
|
24
|
-
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService
|
|
18
|
+
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService);
|
|
25
19
|
ngOnInit(): void;
|
|
26
|
-
openDialog(): void;
|
|
27
20
|
cancel(): void;
|
|
28
|
-
deleteFolder:
|
|
21
|
+
deleteFolder(answer: any): void;
|
|
29
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteComponent, never>;
|
|
30
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteComponent, "app-delete", never, { "visible": "visible"; "rtlEnabled": "rtlEnabled"; "selectedItem": "selectedItem"; "selectedItems": "selectedItems"; }, { "visibleChange": "visibleChange"; "refresh": "refresh"; }, never, never>;
|
|
31
24
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
1
|
+
import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
4
|
import { DynamicFormService } from '../../../../shared-services/dynamic-form.service';
|
|
5
5
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
6
|
+
import { TranslationService } from '../../../../core/services/translation/translation.service';
|
|
6
7
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
7
|
-
import { BaseDialogComponent } from '../../../../shared/components/base/base-dialog.component';
|
|
8
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class FolderModalComponent
|
|
9
|
+
export declare class FolderModalComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
11
10
|
data: any;
|
|
12
11
|
private dialogRef;
|
|
13
12
|
private fileMangerService;
|
|
14
13
|
private dynamicFormService;
|
|
14
|
+
private translationService;
|
|
15
15
|
private tosterService;
|
|
16
|
+
private formBuilder;
|
|
16
17
|
folderType: any;
|
|
17
18
|
dynamicForm: any;
|
|
18
19
|
temporaryDyanmicData: {};
|
|
@@ -29,25 +30,26 @@ export declare class FolderModalComponent extends BaseDialogComponent<FolderModa
|
|
|
29
30
|
parentId: string;
|
|
30
31
|
childId: any;
|
|
31
32
|
testingForm: FormGroup;
|
|
33
|
+
isArabic: boolean;
|
|
32
34
|
private _unsubscribeAll;
|
|
33
35
|
isDmsFolder: boolean;
|
|
34
36
|
creating: boolean;
|
|
35
37
|
folderForm: FormGroup;
|
|
36
38
|
KeyUpEvent(event: KeyboardEvent): void;
|
|
37
|
-
constructor(data: any, dialogRef: MatDialogRef<FolderModalComponent>, fileMangerService: FileManagerService, dynamicFormService: DynamicFormService, tosterService: CustomToastrService,
|
|
39
|
+
constructor(data: any, dialogRef: MatDialogRef<FolderModalComponent>, fileMangerService: FileManagerService, dynamicFormService: DynamicFormService, translationService: TranslationService, tosterService: CustomToastrService, formBuilder: FormBuilder);
|
|
38
40
|
ngOnInit(): void;
|
|
39
41
|
ngAfterViewInit(): void;
|
|
40
42
|
ngOnDestroy(): void;
|
|
41
43
|
ondynamicFormChange(dynamicData: any): void;
|
|
42
44
|
closeDialog(): void;
|
|
43
|
-
createDocument:
|
|
45
|
+
createDocument(): void;
|
|
44
46
|
constructPayLoad(dynamicValues: any, staticForm: any): {
|
|
45
47
|
document: {
|
|
46
48
|
type: any;
|
|
47
49
|
name: any;
|
|
48
50
|
properties: {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
+
"dc:description": any;
|
|
52
|
+
"dc:title": any;
|
|
51
53
|
};
|
|
52
54
|
};
|
|
53
55
|
};
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DxFormComponent } from 'devextreme-angular';
|
|
3
3
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
4
4
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
5
|
-
import { NuxeoDialogService } from '../../../../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
6
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
7
|
-
import { BaseComponent } from '../../../../shared/components/base/base.component';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class LoanRequestComponent
|
|
6
|
+
export declare class LoanRequestComponent implements OnInit {
|
|
10
7
|
private fileMangerService;
|
|
11
8
|
private customToastrService;
|
|
12
|
-
nuxeoDialogService: NuxeoDialogService;
|
|
13
9
|
form: DxFormComponent;
|
|
14
|
-
contentTemplate: TemplateRef<any>;
|
|
15
|
-
actionsTemplate: TemplateRef<any>;
|
|
16
10
|
set visible(value: any);
|
|
17
11
|
get visible(): any;
|
|
18
12
|
visibleChange: EventEmitter<any>;
|
|
@@ -20,10 +14,10 @@ export declare class LoanRequestComponent extends BaseComponent implements OnIni
|
|
|
20
14
|
selectedItem: any;
|
|
21
15
|
loanFormData: any;
|
|
22
16
|
_visible: boolean;
|
|
23
|
-
|
|
17
|
+
loading: boolean;
|
|
18
|
+
constructor(fileMangerService: FileManagerService, customToastrService: CustomToastrService);
|
|
24
19
|
ngOnInit(): void;
|
|
25
|
-
|
|
26
|
-
onFormLoanRequestSubmit: DialogActionType;
|
|
20
|
+
onFormLoanRequestSubmit(e: any): Promise<void>;
|
|
27
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoanRequestComponent, never>;
|
|
28
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<LoanRequestComponent, "app-loan-request", never, { "visible": "visible"; "rtlEnabled": "rtlEnabled"; "selectedItem": "selectedItem"; }, { "visibleChange": "visibleChange"; }, never, never>;
|
|
29
23
|
}
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DxFormComponent } from 'devextreme-angular';
|
|
3
3
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
4
4
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
5
|
-
import { NuxeoDialogService } from '../../../../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
6
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
7
|
-
import { BaseComponent } from '../../../../shared/components/base/base.component';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class MoveComponent
|
|
6
|
+
export declare class MoveComponent implements OnInit {
|
|
10
7
|
private fileManagerService;
|
|
11
8
|
protected customToastrService: CustomToastrService;
|
|
12
|
-
nuxeoDialogService: NuxeoDialogService;
|
|
13
9
|
form: DxFormComponent;
|
|
14
|
-
contentTemplate: TemplateRef<any>;
|
|
15
|
-
actionsTemplate: TemplateRef<any>;
|
|
16
10
|
set visible(value: any);
|
|
17
11
|
get visible(): any;
|
|
18
12
|
visibleChange: EventEmitter<any>;
|
|
@@ -28,13 +22,12 @@ export declare class MoveComponent extends BaseComponent implements OnInit {
|
|
|
28
22
|
disable: boolean;
|
|
29
23
|
_visible: boolean;
|
|
30
24
|
currentItem: any;
|
|
31
|
-
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService
|
|
25
|
+
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService);
|
|
32
26
|
ngOnInit(): void;
|
|
33
|
-
openDialog(): void;
|
|
34
27
|
cancel(): void;
|
|
35
28
|
selectItem(e: any): void;
|
|
36
29
|
createTreeNodeChildren: (parent: any) => any;
|
|
37
|
-
move:
|
|
30
|
+
move(answer: any): void;
|
|
38
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoveComponent, never>;
|
|
39
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<MoveComponent, "app-move", never, { "visible": "visible"; "rtlEnabled": "rtlEnabled"; "selectedItem": "selectedItem"; "rootFolder": "rootFolder"; "rootEntries": "rootEntries"; "selectedItems": "selectedItems"; "directory": "directory"; "pageConfigurations": "pageConfigurations"; }, { "visibleChange": "visibleChange"; "getSelectedFolder": "getSelectedFolder"; }, never, never>;
|
|
40
33
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { TranslateService } from
|
|
2
|
-
import { MatDialogRef } from
|
|
3
|
-
import { Subscription } from
|
|
4
|
-
import { FormGroup } from
|
|
5
|
-
import { OnInit, OnDestroy
|
|
6
|
-
import { PublishingDocumentService } from
|
|
7
|
-
import { CustomToastrService } from
|
|
8
|
-
import { BaseDialogComponent } from '../../../../shared/components/base/base-dialog.component';
|
|
9
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
1
|
+
import { TranslateService } from "@ngx-translate/core";
|
|
2
|
+
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
+
import { Subscription } from "rxjs";
|
|
4
|
+
import { FormGroup } from "@angular/forms";
|
|
5
|
+
import { OnInit, OnDestroy } from "@angular/core";
|
|
6
|
+
import { PublishingDocumentService } from "../../../../shared-services/publishing-document.service";
|
|
7
|
+
import { CustomToastrService } from "../../../custom-toastr/services/custom-toastr.service";
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class PublishDialogComponent
|
|
9
|
+
export declare class PublishDialogComponent implements OnInit, OnDestroy {
|
|
12
10
|
private publishing;
|
|
13
11
|
private dialogRef;
|
|
14
12
|
data: any;
|
|
@@ -28,11 +26,11 @@ export declare class PublishDialogComponent extends BaseDialogComponent<PublishD
|
|
|
28
26
|
isSelectThisBefor: boolean;
|
|
29
27
|
publishinpPlaces: any;
|
|
30
28
|
showpublishingLoader: boolean;
|
|
31
|
-
constructor(publishing: PublishingDocumentService, dialogRef: MatDialogRef<PublishDialogComponent>, data: any, tosterService: CustomToastrService, translate: TranslateService
|
|
29
|
+
constructor(publishing: PublishingDocumentService, dialogRef: MatDialogRef<PublishDialogComponent>, data: any, tosterService: CustomToastrService, translate: TranslateService);
|
|
32
30
|
ngOnInit(): void;
|
|
33
31
|
getPublishedPlaces(): void;
|
|
34
32
|
close(): void;
|
|
35
|
-
publish:
|
|
33
|
+
publish(): void;
|
|
36
34
|
ngOnDestroy(): void;
|
|
37
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<PublishDialogComponent, never>;
|
|
38
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<PublishDialogComponent, "app-publish-dialog", never, {}, {}, never, never>;
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DxFormComponent } from 'devextreme-angular';
|
|
3
3
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
4
4
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
5
|
-
import { NuxeoDialogService } from '../../../../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
6
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
7
|
-
import { BaseComponent } from '../../../../shared/components/base/base.component';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class RenameComponent
|
|
6
|
+
export declare class RenameComponent implements OnInit {
|
|
10
7
|
private fileManagerService;
|
|
11
8
|
protected customToastrService: CustomToastrService;
|
|
12
|
-
nuxeoDialogService: NuxeoDialogService;
|
|
13
9
|
form: DxFormComponent;
|
|
14
|
-
contentTemplate: TemplateRef<any>;
|
|
15
|
-
actionsTemplate: TemplateRef<any>;
|
|
16
10
|
set visible(value: any);
|
|
17
11
|
get visible(): any;
|
|
18
12
|
visibleChange: EventEmitter<any>;
|
|
@@ -20,11 +14,11 @@ export declare class RenameComponent extends BaseComponent implements OnInit {
|
|
|
20
14
|
rtlEnabled: boolean;
|
|
21
15
|
selectedItems: any;
|
|
22
16
|
formData: any;
|
|
17
|
+
loading: boolean;
|
|
23
18
|
_visible: boolean;
|
|
24
|
-
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService
|
|
19
|
+
constructor(fileManagerService: FileManagerService, customToastrService: CustomToastrService);
|
|
25
20
|
ngOnInit(): void;
|
|
26
|
-
|
|
27
|
-
onFormSubmit: DialogActionType;
|
|
21
|
+
onFormSubmit(e: any): Promise<void>;
|
|
28
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<RenameComponent, never>;
|
|
29
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<RenameComponent, "app-rename", never, { "visible": "visible"; "rtlEnabled": "rtlEnabled"; "selectedItems": "selectedItems"; }, { "visibleChange": "visibleChange"; "refresh": "refresh"; }, never, never>;
|
|
30
24
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
4
|
import { UploadManagmentService } from '../../../../shared-services/upload-managment.service';
|
|
@@ -14,20 +14,18 @@ import { AdapterService } from '../../../../core/adapters/adapter.service';
|
|
|
14
14
|
import { TranslationService } from '../../../../core/services/translation/translation.service';
|
|
15
15
|
import { NuxeoService } from '../../../../core/services/nuxeo/nuxeo.service';
|
|
16
16
|
import { AppConfigService } from '../../../../configuration/app-config.service';
|
|
17
|
-
import { BaseDialogComponent } from '../../../../shared/components/base/base-dialog.component';
|
|
18
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
19
17
|
import * as i0 from "@angular/core";
|
|
20
|
-
export declare class ScanModalComponent
|
|
18
|
+
export declare class ScanModalComponent implements OnInit {
|
|
21
19
|
data: any;
|
|
22
20
|
dialogRef: MatDialogRef<ScanModalComponent>;
|
|
23
21
|
uploadMangmentService: UploadManagmentService;
|
|
24
22
|
dialogMangmentService: DialogMangmentService;
|
|
25
23
|
private fileMangerService;
|
|
26
24
|
private tosterService;
|
|
27
|
-
formBuilder
|
|
25
|
+
private formBuilder;
|
|
28
26
|
private dynamicFormService;
|
|
29
27
|
private dateHelperService;
|
|
30
|
-
adapter
|
|
28
|
+
private adapter;
|
|
31
29
|
private translationService;
|
|
32
30
|
private nuxeoService;
|
|
33
31
|
private userService;
|
|
@@ -58,23 +56,24 @@ export declare class ScanModalComponent extends BaseDialogComponent<ScanModalCom
|
|
|
58
56
|
agencyCategCodeSubscription: Subscription;
|
|
59
57
|
countryCategCodeSubscription: Subscription;
|
|
60
58
|
langSubscription: Subscription;
|
|
59
|
+
isArabic: boolean;
|
|
61
60
|
showStaticForm: boolean;
|
|
62
61
|
usingExtraFields: boolean;
|
|
63
62
|
fileForm: FormGroup;
|
|
64
63
|
staticFormFields: any;
|
|
65
64
|
agencyNameFilter: any;
|
|
66
65
|
countryNameFilter: any;
|
|
67
|
-
constructor(data: any, dialogRef: MatDialogRef<ScanModalComponent>, uploadMangmentService: UploadManagmentService, dialogMangmentService: DialogMangmentService, fileMangerService: FileManagerService, tosterService: CustomToastrService, formBuilder: FormBuilder, dynamicFormService: DynamicFormService, dateHelperService: DateHelperService, adapter: AdapterService, translationService: TranslationService, nuxeoService: NuxeoService, userService: UserService, appConfService: AppConfigService, envirnoment: any, documentScanService: DocumentScanService
|
|
66
|
+
constructor(data: any, dialogRef: MatDialogRef<ScanModalComponent>, uploadMangmentService: UploadManagmentService, dialogMangmentService: DialogMangmentService, fileMangerService: FileManagerService, tosterService: CustomToastrService, formBuilder: FormBuilder, dynamicFormService: DynamicFormService, dateHelperService: DateHelperService, adapter: AdapterService, translationService: TranslationService, nuxeoService: NuxeoService, userService: UserService, appConfService: AppConfigService, envirnoment: any, documentScanService: DocumentScanService);
|
|
68
67
|
ngOnInit(): void;
|
|
69
68
|
initiatfileForm(): void;
|
|
70
69
|
openSubscriptions(): void;
|
|
71
70
|
onUploading(event: any): void;
|
|
72
71
|
ondynamicFormChange(dynamicData: any): void;
|
|
73
72
|
closeDialog(): void;
|
|
74
|
-
minimizDialog:
|
|
73
|
+
minimizDialog(): void;
|
|
75
74
|
removeSubscription(): void;
|
|
76
75
|
startAddingProperties(): void;
|
|
77
|
-
createDocument:
|
|
76
|
+
createDocument(): void;
|
|
78
77
|
constructPayLoad(file: any): {
|
|
79
78
|
params: {
|
|
80
79
|
document: {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
6
|
+
import { TranslationService } from '../../../../core/services/translation/translation.service';
|
|
6
7
|
import { NuxeoService } from '../../../../core/services/nuxeo/nuxeo.service';
|
|
7
8
|
import { UserPreferencesService } from '../../../../core/services/user/user-preferences.service';
|
|
8
9
|
import { SharedDocsService } from '../../../../shared-services/shared-docs.service';
|
|
9
|
-
import { BaseDialogComponent } from '../../../../shared/components/base/base-dialog.component';
|
|
10
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
11
10
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class ShareDialogComponent
|
|
11
|
+
export declare class ShareDialogComponent implements OnInit, OnDestroy {
|
|
13
12
|
data: any;
|
|
14
13
|
private dialogRef;
|
|
15
14
|
private dialog;
|
|
16
15
|
private fb;
|
|
17
16
|
private shared;
|
|
18
17
|
private tosterService;
|
|
18
|
+
private translateService;
|
|
19
19
|
private nuxeoService;
|
|
20
20
|
private userPreferenceService;
|
|
21
21
|
selectedItem: any;
|
|
@@ -37,9 +37,10 @@ export declare class ShareDialogComponent extends BaseDialogComponent<ShareDialo
|
|
|
37
37
|
copied: boolean;
|
|
38
38
|
shareableUrl: string;
|
|
39
39
|
typeToUrl: any;
|
|
40
|
+
isArabic: boolean;
|
|
40
41
|
private onDestroy$;
|
|
41
42
|
locale: any;
|
|
42
|
-
constructor(data: any, dialogRef: MatDialogRef<ShareDialogComponent>, dialog: MatDialog, fb: FormBuilder, shared: SharedDocsService, tosterService: CustomToastrService, nuxeoService: NuxeoService, userPreferenceService: UserPreferencesService
|
|
43
|
+
constructor(data: any, dialogRef: MatDialogRef<ShareDialogComponent>, dialog: MatDialog, fb: FormBuilder, shared: SharedDocsService, tosterService: CustomToastrService, translateService: TranslationService, nuxeoService: NuxeoService, userPreferenceService: UserPreferencesService);
|
|
43
44
|
ngOnInit(): void;
|
|
44
45
|
removeFromForbiddenArr(event: any): void;
|
|
45
46
|
copy(): void;
|
|
@@ -48,7 +49,7 @@ export declare class ShareDialogComponent extends BaseDialogComponent<ShareDialo
|
|
|
48
49
|
close(): void;
|
|
49
50
|
checkIfCanViewSecret(): import("rxjs").Observable<any[]>;
|
|
50
51
|
doShare(users: any): void;
|
|
51
|
-
share:
|
|
52
|
+
share(): void;
|
|
52
53
|
openDialog(functionToDo: any, username?: any, sharedMode?: any): void;
|
|
53
54
|
getMyShare(): void;
|
|
54
55
|
ngOnDestroy(): void;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import { UploadManagmentService } from '../../../../shared-services/upload-managment.service';
|
|
4
4
|
import { DialogMangmentService } from '../../../../shared-services/dialog-mangment.service';
|
|
5
5
|
import { DynamicFormService } from '../../../../shared-services/dynamic-form.service';
|
|
6
|
-
import { BaseDialogComponent } from '../../../../shared/components/base/base-dialog.component';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class TemplateModalComponent
|
|
7
|
+
export declare class TemplateModalComponent implements OnInit {
|
|
9
8
|
data: any;
|
|
10
9
|
uploadMangmentService: UploadManagmentService;
|
|
11
10
|
dialogRef: MatDialogRef<TemplateModalComponent>;
|
|
@@ -26,7 +25,7 @@ export declare class TemplateModalComponent extends BaseDialogComponent<Template
|
|
|
26
25
|
};
|
|
27
26
|
showRenderer: boolean;
|
|
28
27
|
temporaryDyanmicData: {};
|
|
29
|
-
constructor(data: any, uploadMangmentService: UploadManagmentService, dialogRef: MatDialogRef<TemplateModalComponent>, dialogMangmentService: DialogMangmentService, dynamicFormService: DynamicFormService
|
|
28
|
+
constructor(data: any, uploadMangmentService: UploadManagmentService, dialogRef: MatDialogRef<TemplateModalComponent>, dialogMangmentService: DialogMangmentService, dynamicFormService: DynamicFormService);
|
|
30
29
|
ngOnInit(): void;
|
|
31
30
|
ondynamicFormChange(dynamicData: any): void;
|
|
32
31
|
closeDialog(): void;
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
|
3
3
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
4
4
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
5
|
-
import { NuxeoDialogService } from '../../../../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
6
|
-
import { DialogActionType } from '../../../../shared/components/nuxeo-dialog/models/dialog-option.model';
|
|
7
|
-
import { BaseComponent } from '../../../../shared/components/base/base.component';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class TransferDocComponent
|
|
6
|
+
export declare class TransferDocComponent implements OnInit {
|
|
10
7
|
private route;
|
|
11
8
|
private fileMangerService;
|
|
12
9
|
private customToastrService;
|
|
13
|
-
nuxeoDialogService: NuxeoDialogService;
|
|
14
|
-
contentTemplate: TemplateRef<any>;
|
|
15
|
-
actionsTemplate: TemplateRef<any>;
|
|
16
10
|
set visible(value: any);
|
|
17
11
|
get visible(): any;
|
|
18
12
|
visibleChange: EventEmitter<any>;
|
|
@@ -20,10 +14,9 @@ export declare class TransferDocComponent extends BaseComponent implements OnIni
|
|
|
20
14
|
rtlEnabled: boolean;
|
|
21
15
|
_visible: boolean;
|
|
22
16
|
currentItem: any;
|
|
23
|
-
constructor(route: ActivatedRoute, fileMangerService: FileManagerService, customToastrService: CustomToastrService
|
|
17
|
+
constructor(route: ActivatedRoute, fileMangerService: FileManagerService, customToastrService: CustomToastrService);
|
|
24
18
|
ngOnInit(): void;
|
|
25
|
-
|
|
26
|
-
transferDocument: DialogActionType;
|
|
19
|
+
transferDocument(): void;
|
|
27
20
|
cancel(): void;
|
|
28
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransferDocComponent, never>;
|
|
29
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransferDocComponent, "app-transfer-doc", never, { "visible": "visible"; "rtlEnabled": "rtlEnabled"; }, { "visibleChange": "visibleChange"; "refresh": "refresh"; }, never, never>;
|