nuxeo-development-framework 4.3.1 → 4.3.3
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 +4365 -3037
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/charts/chart.const.js +3 -0
- package/esm2015/lib/components/charts/chart.token.js +3 -0
- package/esm2015/lib/components/charts/charts.module.js +19 -0
- package/esm2015/lib/components/charts/components/base-chart.component.js +44 -0
- package/esm2015/lib/components/charts/components/chart.component.js +135 -0
- package/esm2015/lib/components/charts/components/data-chart.component.js +169 -0
- package/esm2015/lib/components/charts/components/index.js +4 -0
- package/esm2015/lib/components/charts/defaults/bar.js +18 -0
- package/esm2015/lib/components/charts/defaults/doughnut.js +18 -0
- package/esm2015/lib/components/charts/defaults/index.js +5 -0
- package/esm2015/lib/components/charts/defaults/line.js +36 -0
- package/esm2015/lib/components/charts/defaults/pie.js +20 -0
- package/esm2015/lib/components/charts/index.js +10 -0
- package/esm2015/lib/components/charts/models/index.js +5 -0
- package/esm2015/lib/components/charts/models/options.js +2 -0
- package/esm2015/lib/components/charts/models/plugins-options.js +2 -0
- package/esm2015/lib/components/charts/models/response.js +2 -0
- package/esm2015/lib/components/charts/models/statistic-request-config.js +2 -0
- package/esm2015/lib/components/charts/plugins/doughnut-center-text.js +25 -0
- package/esm2015/lib/components/charts/plugins/doughnut-empty-state.js +34 -0
- package/esm2015/lib/components/charts/plugins/index.js +4 -0
- package/esm2015/lib/components/charts/plugins/legend-margin.js +16 -0
- package/esm2015/lib/components/charts/services/index.js +2 -0
- package/esm2015/lib/components/charts/services/statistic.service.js +75 -0
- package/esm2015/lib/components/charts/utility/colors.js +79 -0
- package/esm2015/lib/components/charts/utility/common.js +7 -0
- package/esm2015/lib/components/charts/utility/index.js +3 -0
- package/esm2015/lib/components/comments/comments.module.js +9 -5
- package/esm2015/lib/components/comments/components/comment-item/comment-item.component.js +30 -23
- package/esm2015/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.js +28 -34
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +22 -22
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.js +16 -18
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +6 -6
- package/esm2015/lib/components/correspondence-relation/components/versions/versions.component.js +3 -2
- package/esm2015/lib/components/correspondence-relation/correspondence-relation.module.js +33 -29
- package/esm2015/lib/components/correspondence-relation/services/correspondence-realation.service.js +32 -24
- package/esm2015/lib/components/diagrams/components/connection-label.component.js +1 -1
- package/esm2015/lib/components/diagrams/directive/diagram.directive.js +2 -3
- package/esm2015/lib/components/diagrams/editor/customize.js +11 -14
- package/esm2015/lib/components/diagrams/editor/overrides/connection-path.transformers.js +21 -34
- package/esm2015/lib/components/diagrams/editor/path-plugin.js +11 -10
- package/esm2015/lib/components/diagrams/models/base-node.model.js +2 -1
- 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 +9 -3
- package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +9 -11
- package/esm2015/lib/components/documents/components/document-upload/document-upload.component.js +17 -7
- package/esm2015/lib/components/documents/components/documents/documents.component.js +1 -1
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +45 -40
- package/esm2015/lib/components/dynamic-chart/dynamic-chart.module.js +21 -17
- package/esm2015/lib/components/dynamic-chart/services/chart-data.service.js +98 -92
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +22 -10
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.js +8 -4
- package/esm2015/lib/components/dynamic-form/components/department-form/department-form.component.js +28 -29
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.js +16 -3
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.js +26 -18
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-textarea/dynamic-form-textarea.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.js +4 -2
- package/esm2015/lib/components/dynamic-form/dynamic-form.module.js +13 -10
- package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +3 -3
- package/esm2015/lib/components/dynamic-table/dynamic-table/dynamic-table.component.js +68 -29
- package/esm2015/lib/components/file-manger/components/add-to-collection/add-to-collection.component.js +60 -42
- package/esm2015/lib/components/file-manger/components/copy/copy.component.js +66 -36
- package/esm2015/lib/components/file-manger/components/create-directory/create-directory.component.js +40 -13
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +238 -200
- package/esm2015/lib/components/file-manger/components/creation-type/creation-type.component.js +14 -12
- package/esm2015/lib/components/file-manger/components/delete/delete.component.js +49 -20
- package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +45 -43
- package/esm2015/lib/components/file-manger/components/loan-request/loan-request.component.js +63 -36
- package/esm2015/lib/components/file-manger/components/move/move.component.js +61 -31
- 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 +58 -30
- package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +99 -66
- package/esm2015/lib/components/file-manger/components/share-dialog/share-dialog.component.js +95 -75
- package/esm2015/lib/components/file-manger/components/template-modal/template-modal.component.js +15 -11
- package/esm2015/lib/components/file-manger/components/transfer-doc/transfer-doc.component.js +54 -23
- 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 +266 -264
- package/esm2015/lib/components/file-manger/file-manger.module.js +39 -35
- package/esm2015/lib/components/filter/filter/filter.component.js +1 -1
- package/esm2015/lib/components/notifications/components/base-notifications.component.js +2 -16
- package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +3 -3
- package/esm2015/lib/components/notifications/components/notifications-button/notifications-button.component.js +24 -4
- package/esm2015/lib/components/notifications/containers/notifications-settings-container/notifications-settings-container.component.js +3 -2
- package/esm2015/lib/components/notifications/models/notification-message.mode.js +1 -1
- package/esm2015/lib/components/notifications/models/notifications-list-options.js +1 -1
- package/esm2015/lib/components/notifications/services/notifications.service.js +23 -17
- package/esm2015/lib/components/notifications/services/socket.service.js +13 -5
- package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +107 -90
- package/esm2015/lib/components/permissions/permissions/permissions.component.js +100 -57
- package/esm2015/lib/components/permissions/permissions-template/permissions-template.component.js +36 -52
- package/esm2015/lib/components/permissions/permissions.module.js +23 -7
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component.js +1 -1
- package/esm2015/lib/components/spell-checker-field/spell-checker-field.module.js +37 -0
- package/esm2015/lib/components/spell-checker-field/spell-checker-text-field/spell-checker-text-field.component.js +88 -0
- package/esm2015/lib/components/table/dynamic-component.js +59 -0
- package/esm2015/lib/components/table/page-sizes-list/page-sizes-list.component.js +38 -0
- package/esm2015/lib/components/table/table/table.component.js +39 -21
- package/esm2015/lib/components/table/table.module.js +22 -18
- package/esm2015/lib/components/vocabulary/services/vocabulary-api.service.js +11 -6
- package/esm2015/lib/core/services/callApi/call-api.service.js +23 -6
- package/esm2015/lib/shared/components/base/base-selector.component.js +1 -1
- package/esm2015/lib/shared/components/base/base.component.js +5 -5
- package/esm2015/lib/shared/components/nuxeo-dialog/confirmation/ndf-confirmation-dialog.component.js +1 -1
- package/esm2015/lib/shared/components/nuxeo-dialog/nuxeo-dialog.module.js +8 -4
- package/esm2015/lib/shared/components/nuxeo-dialog/nuxeo.dialog.js +11 -7
- package/esm2015/lib/shared/services/base/http-base.service.js +10 -19
- package/esm2015/lib/shared-services/dialog-mangment.service.js +66 -21
- package/esm2015/lib/shared-services/shared-docs.service.js +20 -26
- package/esm2015/public-api.js +8 -2
- package/fesm2015/nuxeo-development-framework.js +3555 -2277
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/charts/chart.const.d.ts +2 -0
- package/lib/components/charts/chart.token.d.ts +8 -0
- package/lib/components/charts/charts.module.d.ts +9 -0
- package/lib/components/charts/components/base-chart.component.d.ts +21 -0
- package/lib/components/charts/components/chart.component.d.ts +28 -0
- package/lib/components/charts/components/data-chart.component.d.ts +39 -0
- package/lib/components/charts/components/index.d.ts +3 -0
- package/lib/components/charts/defaults/bar.d.ts +2 -0
- package/lib/components/charts/defaults/doughnut.d.ts +2 -0
- package/lib/components/charts/defaults/index.d.ts +4 -0
- package/lib/components/charts/defaults/line.d.ts +2 -0
- package/lib/components/charts/defaults/pie.d.ts +2 -0
- package/lib/components/charts/index.d.ts +9 -0
- package/lib/components/charts/models/index.d.ts +4 -0
- package/lib/components/charts/models/options.d.ts +12 -0
- package/lib/components/charts/models/plugins-options.d.ts +18 -0
- package/lib/components/charts/models/response.d.ts +5 -0
- package/lib/components/charts/models/statistic-request-config.d.ts +30 -0
- package/lib/components/charts/plugins/doughnut-center-text.d.ts +2 -0
- package/lib/components/charts/plugins/doughnut-empty-state.d.ts +2 -0
- package/lib/components/charts/plugins/index.d.ts +3 -0
- package/lib/components/charts/plugins/legend-margin.d.ts +2 -0
- package/lib/components/charts/services/index.d.ts +1 -0
- package/lib/components/charts/services/statistic.service.d.ts +23 -0
- package/lib/components/charts/utility/colors.d.ts +11 -0
- package/lib/components/charts/utility/common.d.ts +4 -0
- package/lib/components/charts/utility/index.d.ts +2 -0
- package/lib/components/comments/comments.module.d.ts +2 -1
- package/lib/components/comments/components/comment-item/comment-item.component.d.ts +3 -1
- package/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.d.ts +8 -5
- package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +8 -8
- package/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.d.ts +5 -5
- package/lib/components/correspondence-relation/correspondence-relation.module.d.ts +3 -2
- package/lib/components/diagrams/editor/customize.d.ts +7 -7
- package/lib/components/diagrams/editor/overrides/connection-path.transformers.d.ts +2 -5
- package/lib/components/diagrams/models/base-node.model.d.ts +1 -1
- package/lib/components/diagrams/models/connection.model.d.ts +2 -1
- package/lib/components/diagrams/types/common.type.d.ts +4 -0
- package/lib/components/diagrams/types/diagram-config.type.d.ts +7 -7
- package/lib/components/diagrams/types/node-definition.d.ts +1 -0
- package/lib/components/diagrams/utilities/random.d.ts +1 -1
- package/lib/components/documents/components/document-upload/document-upload.component.d.ts +3 -1
- package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +11 -10
- package/lib/components/dynamic-chart/dynamic-chart.module.d.ts +5 -6
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.d.ts +6 -2
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.d.ts +2 -1
- package/lib/components/dynamic-form/components/department-form/department-form.component.d.ts +4 -4
- package/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.d.ts +5 -1
- package/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.d.ts +3 -1
- package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.d.ts +5 -1
- package/lib/components/dynamic-form/dynamic-form.module.d.ts +2 -1
- package/lib/components/dynamic-table/dynamic-table/dynamic-table.component.d.ts +29 -11
- package/lib/components/file-manger/components/add-to-collection/add-to-collection.component.d.ts +11 -5
- package/lib/components/file-manger/components/copy/copy.component.d.ts +11 -4
- package/lib/components/file-manger/components/create-directory/create-directory.component.d.ts +9 -4
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +13 -19
- package/lib/components/file-manger/components/creation-type/creation-type.component.d.ts +6 -4
- package/lib/components/file-manger/components/delete/delete.component.d.ts +11 -4
- package/lib/components/file-manger/components/folder-modal/folder-modal.component.d.ts +9 -11
- package/lib/components/file-manger/components/loan-request/loan-request.component.d.ts +11 -5
- package/lib/components/file-manger/components/move/move.component.d.ts +11 -4
- package/lib/components/file-manger/components/publish-dialog/publish-dialog.component.d.ts +12 -10
- package/lib/components/file-manger/components/rename/rename.component.d.ts +11 -5
- package/lib/components/file-manger/components/scan-modal/scan-modal.component.d.ts +9 -8
- package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +6 -7
- package/lib/components/file-manger/components/template-modal/template-modal.component.d.ts +4 -3
- package/lib/components/file-manger/components/transfer-doc/transfer-doc.component.d.ts +11 -4
- package/lib/components/file-manger/components/update-modal/update-modal.component.d.ts +9 -8
- package/lib/components/file-manger/file-manager.abstract.d.ts +24 -22
- package/lib/components/file-manger/file-manger.module.d.ts +2 -1
- package/lib/components/notifications/components/base-notifications.component.d.ts +2 -8
- package/lib/components/notifications/components/notification-item/notification-item.component.d.ts +1 -1
- package/lib/components/notifications/components/notifications-button/notifications-button.component.d.ts +4 -1
- package/lib/components/notifications/models/notification-message.mode.d.ts +1 -0
- package/lib/components/notifications/models/notifications-list-options.d.ts +4 -0
- package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts +8 -6
- package/lib/components/permissions/permissions/permissions.component.d.ts +3 -1
- package/lib/components/permissions/permissions-template/permissions-template.component.d.ts +3 -3
- package/lib/components/permissions/permissions.module.d.ts +2 -1
- package/lib/components/spell-checker-field/spell-checker-field.module.d.ts +10 -0
- package/lib/components/spell-checker-field/spell-checker-text-field/spell-checker-text-field.component.d.ts +24 -0
- package/lib/components/table/dynamic-component.d.ts +20 -0
- package/lib/components/table/page-sizes-list/page-sizes-list.component.d.ts +15 -0
- package/lib/components/table/table/table.component.d.ts +15 -6
- package/lib/components/table/table.module.d.ts +14 -10
- package/lib/components/vocabulary/services/vocabulary-api.service.d.ts +2 -2
- package/lib/core/services/callApi/call-api.service.d.ts +8 -1
- package/lib/shared/components/base/base-selector.component.d.ts +4 -4
- package/lib/shared/components/base/base.component.d.ts +5 -5
- package/lib/shared/components/nuxeo-dialog/nuxeo-dialog.module.d.ts +2 -1
- package/lib/shared/components/nuxeo-dialog/nuxeo.dialog.d.ts +2 -1
- package/lib/shared/services/base/http-base.service.d.ts +3 -1
- package/lib/shared-services/dialog-mangment.service.d.ts +5 -1
- package/lib/shared-services/shared-docs.service.d.ts +3 -1
- package/package.json +3 -4
- package/public-api.d.ts +7 -1
- package/esm2015/lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component.js +0 -164
- package/lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component.d.ts +0 -33
|
@@ -14,8 +14,9 @@ import * as i12 from "@angular/forms";
|
|
|
14
14
|
import * as i13 from "../../directive/directive.module";
|
|
15
15
|
import * as i14 from "@ng-select/ng-select";
|
|
16
16
|
import * as i15 from "../avatar/avatar.module";
|
|
17
|
+
import * as i16 from "../../shared/components/nuxeo-dialog/nuxeo-dialog.module";
|
|
17
18
|
export declare class PermissionsModule {
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionsModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PermissionsModule, [typeof i1.PermissionsComponent, typeof i2.AddPermissionsDialogComponent, typeof i3.PermissionsTemplateComponent], [typeof i4.CommonModule, typeof i5.TranslateModule, typeof i6.MatDividerModule, typeof i7.MatProgressBarModule, typeof i8.MatProgressSpinnerModule, typeof i9.SharedServicesModule, typeof i10.MatIconModule, typeof i11.PipesModule, typeof i12.FormsModule, typeof i12.ReactiveFormsModule, typeof i13.DirectiveModule, typeof i14.NgSelectModule, typeof i15.AvatarModule], [typeof i1.PermissionsComponent, typeof i2.AddPermissionsDialogComponent, typeof i3.PermissionsTemplateComponent]>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PermissionsModule, [typeof i1.PermissionsComponent, typeof i2.AddPermissionsDialogComponent, typeof i3.PermissionsTemplateComponent], [typeof i4.CommonModule, typeof i5.TranslateModule, typeof i6.MatDividerModule, typeof i7.MatProgressBarModule, typeof i8.MatProgressSpinnerModule, typeof i9.SharedServicesModule, typeof i10.MatIconModule, typeof i11.PipesModule, typeof i12.FormsModule, typeof i12.ReactiveFormsModule, typeof i13.DirectiveModule, typeof i14.NgSelectModule, typeof i15.AvatarModule, typeof i16.NuxeoDialogModule], [typeof i1.PermissionsComponent, typeof i2.AddPermissionsDialogComponent, typeof i3.PermissionsTemplateComponent]>;
|
|
20
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<PermissionsModule>;
|
|
21
22
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./spell-checker-text-field/spell-checker-text-field.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
export declare class SpellCheckerFieldModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpellCheckerFieldModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SpellCheckerFieldModule, [typeof i1.SpellCheckerTextFieldComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.TranslateModule, typeof i3.ReactiveFormsModule], [typeof i1.SpellCheckerTextFieldComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SpellCheckerFieldModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, Injector } from '@angular/core';
|
|
2
|
+
import { AbstractControl, NgControl, ValidationErrors } from '@angular/forms';
|
|
3
|
+
import { BaseSelector } from '../../../shared/components/base';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SpellCheckerTextFieldComponent extends BaseSelector {
|
|
6
|
+
control: NgControl;
|
|
7
|
+
id: string;
|
|
8
|
+
placeholder: string;
|
|
9
|
+
fieldType: 'text' | 'textarea';
|
|
10
|
+
label: string;
|
|
11
|
+
spellCheckerField: ElementRef<HTMLDivElement>;
|
|
12
|
+
enteredText: string;
|
|
13
|
+
trackChange: boolean;
|
|
14
|
+
checkFromText: EventEmitter<boolean>;
|
|
15
|
+
constructor(injector: Injector, control: NgControl);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
onInput(): void;
|
|
18
|
+
onBlur(): void;
|
|
19
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
20
|
+
writeValue(value: string): void;
|
|
21
|
+
validate(control: AbstractControl): ValidationErrors;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpellCheckerTextFieldComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpellCheckerTextFieldComponent, "ndf-spell-checker-text-field", never, { "id": "id"; "placeholder": "placeholder"; "fieldType": "fieldType"; "label": "label"; }, { "checkFromText": "checkFromText"; }, never, never>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ComponentFactoryResolver, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ExtensionService } from '../../core/services/extension/extension.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DynamicCustomComponent implements OnInit, OnChanges, OnDestroy {
|
|
5
|
+
private _extensions;
|
|
6
|
+
private _factoryResolver;
|
|
7
|
+
private _vcr;
|
|
8
|
+
componentName: string;
|
|
9
|
+
row: Record<string, any>;
|
|
10
|
+
rowAction: EventEmitter<any>;
|
|
11
|
+
onClick: EventEmitter<any>;
|
|
12
|
+
private _componentRef;
|
|
13
|
+
constructor(_extensions: ExtensionService, _factoryResolver: ComponentFactoryResolver);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
16
|
+
private updateInstance;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCustomComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicCustomComponent, "app-dynamic-component", never, { "componentName": "componentName"; "row": "row"; "rowAction": "rowAction"; "onClick": "onClick"; }, {}, never, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PageSizesListComponent implements OnChanges {
|
|
4
|
+
pageSizes: Array<{
|
|
5
|
+
label: string;
|
|
6
|
+
size: number;
|
|
7
|
+
}>;
|
|
8
|
+
selectedPageSize: number;
|
|
9
|
+
onChangePageSize: EventEmitter<number>;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
12
|
+
changePageSize(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageSizesListComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageSizesListComponent, "ndf-page-sizes-list", never, { "pageSizes": "pageSizes"; "selectedPageSize": "selectedPageSize"; }, { "onChangePageSize": "onChangePageSize"; }, never, never>;
|
|
15
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
3
3
|
import { AppConfigService } from '../../../configuration/app-config.service';
|
|
4
4
|
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
5
5
|
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
@@ -37,7 +37,7 @@ import * as i0 from "@angular/core";
|
|
|
37
37
|
* ></cts-table>
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
|
-
export declare class TableComponent implements OnInit {
|
|
40
|
+
export declare class TableComponent implements OnInit, OnChanges {
|
|
41
41
|
nuxeoService: NuxeoService;
|
|
42
42
|
private appConfig;
|
|
43
43
|
private translation;
|
|
@@ -73,8 +73,14 @@ export declare class TableComponent implements OnInit {
|
|
|
73
73
|
fullWidth: string;
|
|
74
74
|
/** Vocabulary Translation prefix */
|
|
75
75
|
vocItemTranslationPrefix: any;
|
|
76
|
-
|
|
76
|
+
tableModes: {
|
|
77
|
+
readonly list: "list";
|
|
78
|
+
readonly card: "card";
|
|
79
|
+
readonly dynamicCard: "dynamicCard";
|
|
80
|
+
readonly custom: "custom";
|
|
81
|
+
};
|
|
77
82
|
tableMode: string;
|
|
83
|
+
componentName: string;
|
|
78
84
|
/** action to be in card mode */
|
|
79
85
|
tableActions: any;
|
|
80
86
|
format: string;
|
|
@@ -90,7 +96,9 @@ export declare class TableComponent implements OnInit {
|
|
|
90
96
|
disabledActions: boolean;
|
|
91
97
|
isArabic: boolean;
|
|
92
98
|
tableWidth: string;
|
|
93
|
-
|
|
99
|
+
tableColumnsSub: BehaviorSubject<any[]>;
|
|
100
|
+
tableColumns$: import("rxjs").Observable<any[]>;
|
|
101
|
+
get tableColumns(): any[];
|
|
94
102
|
currentRow: any;
|
|
95
103
|
selected: any[];
|
|
96
104
|
pageNumber: number;
|
|
@@ -98,6 +106,7 @@ export declare class TableComponent implements OnInit {
|
|
|
98
106
|
statusIcons: {};
|
|
99
107
|
directionIcons: {};
|
|
100
108
|
constructor(nuxeoService: NuxeoService, appConfig: AppConfigService, translation: TranslationService);
|
|
109
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
101
110
|
ngOnInit(): void;
|
|
102
111
|
rowDetails(event: any): void;
|
|
103
112
|
iconSelected(event: MouseEvent, row: any): void;
|
|
@@ -109,5 +118,5 @@ export declare class TableComponent implements OnInit {
|
|
|
109
118
|
cardSelected(card: any): void;
|
|
110
119
|
cardFocused(index: any): void;
|
|
111
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
112
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "cts-table", never, { "rows": "rows"; "columns": "columns"; "responsiveColumns": "responsiveColumns"; "entityType": "entityType"; "prefix": "prefix"; "pageCount": "pageCount"; "totalRecords": "totalRecords"; "rowCursor": "rowCursor"; "fullWidth": "fullWidth"; "vocItemTranslationPrefix": "vocItemTranslationPrefix"; "tableMode": "tableMode"; "tableActions": "tableActions"; "format": "format"; "defultSort": "defultSort"; "highlightSelectedCard": "highlightSelectedCard"; "multiSelectRows": "multiSelectRows"; "customFirstRow": "customFirstRow"; "showActionsAsMenu": "showActionsAsMenu"; }, { "onRowSelected": "onRowSelected"; "onRowIndexSelected": "onRowIndexSelected"; "onIconSelected": "onIconSelected"; "actionOnRow": "actionOnRow"; "onSorting": "onSorting"; "onMultiRowSelected": "onMultiRowSelected"; }, never, never>;
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "cts-table", never, { "rows": "rows"; "columns": "columns"; "responsiveColumns": "responsiveColumns"; "entityType": "entityType"; "prefix": "prefix"; "pageCount": "pageCount"; "totalRecords": "totalRecords"; "rowCursor": "rowCursor"; "fullWidth": "fullWidth"; "vocItemTranslationPrefix": "vocItemTranslationPrefix"; "tableMode": "tableMode"; "componentName": "componentName"; "tableActions": "tableActions"; "format": "format"; "defultSort": "defultSort"; "highlightSelectedCard": "highlightSelectedCard"; "multiSelectRows": "multiSelectRows"; "customFirstRow": "customFirstRow"; "showActionsAsMenu": "showActionsAsMenu"; }, { "onRowSelected": "onRowSelected"; "onRowIndexSelected": "onRowIndexSelected"; "onIconSelected": "onIconSelected"; "actionOnRow": "actionOnRow"; "onSorting": "onSorting"; "onMultiRowSelected": "onMultiRowSelected"; }, never, never>;
|
|
113
122
|
}
|
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./table/table.component";
|
|
3
3
|
import * as i2 from "./dynamic-column/dynamic-column.component";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "@ngx-
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
4
|
+
import * as i3 from "./page-sizes-list/page-sizes-list.component";
|
|
5
|
+
import * as i4 from "./dynamic-component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@swimlane/ngx-datatable";
|
|
8
|
+
import * as i7 from "../../pipes/pipes.module";
|
|
9
|
+
import * as i8 from "@ngx-translate/core";
|
|
10
|
+
import * as i9 from "@angular/material/tooltip";
|
|
11
|
+
import * as i10 from "../../directive/directive.module";
|
|
12
|
+
import * as i11 from "../dynamic-view/dynamic-view.module";
|
|
13
|
+
import * as i12 from "@angular/material/checkbox";
|
|
14
|
+
import * as i13 from "@angular/material/menu";
|
|
15
|
+
import * as i14 from "@ng-select/ng-select";
|
|
16
|
+
import * as i15 from "@angular/forms";
|
|
13
17
|
/**
|
|
14
18
|
* @title
|
|
15
19
|
* Table Module
|
|
16
20
|
*/
|
|
17
21
|
export declare class TableModule {
|
|
18
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.DynamicColumnComponent], [typeof
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.DynamicColumnComponent, typeof i3.PageSizesListComponent, typeof i4.DynamicCustomComponent], [typeof i5.CommonModule, typeof i6.NgxDatatableModule, typeof i7.PipesModule, typeof i8.TranslateModule, typeof i9.MatTooltipModule, typeof i10.DirectiveModule, typeof i11.DynamicViewModule, typeof i12.MatCheckboxModule, typeof i13.MatMenuModule, typeof i14.NgSelectModule, typeof i15.FormsModule], [typeof i1.TableComponent, typeof i2.DynamicColumnComponent, typeof i6.NgxDatatableModule, typeof i3.PageSizesListComponent, typeof i4.DynamicCustomComponent]>;
|
|
20
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
21
25
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
4
|
-
import { opType } from '../interfaces/op-type.interface';
|
|
5
4
|
import { BaseService } from '../../../shared/services/base/base.service';
|
|
5
|
+
import { opType } from '../interfaces/op-type.interface';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class VocabularyApiService extends BaseService {
|
|
8
8
|
private nuxeoService;
|
|
@@ -11,7 +11,7 @@ export declare class VocabularyApiService extends BaseService {
|
|
|
11
11
|
constructor(nuxeoService: NuxeoService, injector: Injector);
|
|
12
12
|
getVocabularyList(listName: any): Observable<any>;
|
|
13
13
|
getVocabularyListByFilters(listName: any, params?: {}, filter?: {}, fullText?: any): Observable<any>;
|
|
14
|
-
actualGetVocabularyList(
|
|
14
|
+
actualGetVocabularyList(params: Record<string, any>): Observable<any>;
|
|
15
15
|
vocabularyOperations(opName: opType, body: any): Observable<unknown>;
|
|
16
16
|
getVocListByVocName(vocName: any): Observable<any>;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<VocabularyApiService, never>;
|
|
@@ -1,11 +1,18 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
1
2
|
import { Observable } from 'rxjs';
|
|
2
3
|
import { NuxeoService } from '../nuxeo/nuxeo.service';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class CallApiService {
|
|
5
6
|
private nuxeoService;
|
|
6
|
-
|
|
7
|
+
private http;
|
|
8
|
+
private environment;
|
|
9
|
+
constructor(nuxeoService: NuxeoService, http: HttpClient, environment: any);
|
|
7
10
|
query(queryOptions: any, options: any): Observable<any>;
|
|
8
11
|
private inerQuery;
|
|
12
|
+
customQuery(query: {
|
|
13
|
+
url: string;
|
|
14
|
+
method: 'POST' | 'GET';
|
|
15
|
+
}, params: Record<string, any>, headers?: Record<string, any>, body?: Record<string, any>): Observable<any>;
|
|
9
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CallApiService, never>;
|
|
10
17
|
static ɵprov: i0.ɵɵInjectableDeclaration<CallApiService>;
|
|
11
18
|
}
|
|
@@ -3,7 +3,7 @@ import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } fr
|
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { BaseComponent } from './base.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare abstract class BaseSelector<T = any> extends BaseComponent implements ControlValueAccessor, Validator {
|
|
6
|
+
export declare abstract class BaseSelector<T = any, TValue = any> extends BaseComponent implements ControlValueAccessor, Validator {
|
|
7
7
|
#private;
|
|
8
8
|
static ngAcceptInputType_multiple: BooleanInput;
|
|
9
9
|
static ngAcceptInputType_required: BooleanInput;
|
|
@@ -13,7 +13,7 @@ export declare abstract class BaseSelector<T = any> extends BaseComponent implem
|
|
|
13
13
|
onChange: any;
|
|
14
14
|
onTouch: any;
|
|
15
15
|
onValidationChange: any;
|
|
16
|
-
abstract writeValue(obj:
|
|
16
|
+
abstract writeValue(obj: TValue): void;
|
|
17
17
|
abstract validate(control: AbstractControl): ValidationErrors;
|
|
18
18
|
readonly: boolean;
|
|
19
19
|
disabled: boolean;
|
|
@@ -38,6 +38,6 @@ export declare abstract class BaseSelector<T = any> extends BaseComponent implem
|
|
|
38
38
|
registerOnTouched(fn: any): void;
|
|
39
39
|
registerOnValidatorChange?(fn: () => void): void;
|
|
40
40
|
setDisabledState?(isDisabled: boolean): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseSelector<any>, never>;
|
|
42
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSelector<any>, never, never, { "readonly": "readonly"; "disabled": "disabled"; "disableOptionFn": "disableOptionFn"; "styleClass": "styleClass"; "valueType": "valueType"; "bindValue": "bindValue"; "bindLabel": "bindLabel"; "label": "label"; "selectedFields": "selectedFields"; "emptyPlaceholder": "emptyPlaceholder"; "emptyMessage": "emptyMessage"; "multiple": "multiple"; "required": "required"; "hideLabel": "hideLabel"; "selectAllOption": "selectAllOption"; }, {}, never>;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseSelector<any, any>, never>;
|
|
42
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSelector<any, any>, never, never, { "readonly": "readonly"; "disabled": "disabled"; "disableOptionFn": "disableOptionFn"; "styleClass": "styleClass"; "valueType": "valueType"; "bindValue": "bindValue"; "bindLabel": "bindLabel"; "label": "label"; "selectedFields": "selectedFields"; "emptyPlaceholder": "emptyPlaceholder"; "emptyMessage": "emptyMessage"; "multiple": "multiple"; "required": "required"; "hideLabel": "hideLabel"; "selectAllOption": "selectAllOption"; }, {}, never>;
|
|
43
43
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { Direction } from '@angular/cdk/bidi';
|
|
1
2
|
import { ChangeDetectorRef, Injector } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
4
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import { Direction } from '@angular/cdk/bidi';
|
|
6
|
-
import { FormBuilder } from '@angular/forms';
|
|
7
6
|
import { CustomToastrService } from '../../../components/custom-toastr/services/custom-toastr.service';
|
|
8
|
-
import { MainfolderService } from '../../../shared-services/mainfolder.service';
|
|
9
|
-
import { UserPreferencesService } from '../../../core/services/user/user-preferences.service';
|
|
10
7
|
import { AppConfigService } from '../../../configuration/app-config.service';
|
|
11
8
|
import { AdapterService } from '../../../core/adapters/adapter.service';
|
|
9
|
+
import { UserPreferencesService } from '../../../core/services/user/user-preferences.service';
|
|
10
|
+
import { MainfolderService } from '../../../shared-services/mainfolder.service';
|
|
11
|
+
import { DestroySubject } from './destroy.subject';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export declare abstract class BaseComponent extends DestroySubject {
|
|
14
14
|
#private;
|
|
@@ -7,8 +7,9 @@ import * as i5 from "@angular/material/icon";
|
|
|
7
7
|
import * as i6 from "@angular/material/dialog";
|
|
8
8
|
import * as i7 from "@angular/material/tooltip";
|
|
9
9
|
import * as i8 from "../../../directive/directive.module";
|
|
10
|
+
import * as i9 from "@angular/material/progress-spinner";
|
|
10
11
|
export declare class NuxeoDialogModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<NuxeoDialogModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NuxeoDialogModule, [typeof i1.NdfNuxeoDialog, typeof i2.NdfConfirmationDialogComponent], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.MatIconModule, typeof i6.MatDialogModule, typeof i7.MatTooltipModule, typeof i8.DirectiveModule], [typeof i1.NdfNuxeoDialog, typeof i2.NdfConfirmationDialogComponent]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NuxeoDialogModule, [typeof i1.NdfNuxeoDialog, typeof i2.NdfConfirmationDialogComponent], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.MatIconModule, typeof i6.MatDialogModule, typeof i7.MatTooltipModule, typeof i8.DirectiveModule, typeof i9.MatProgressSpinnerModule], [typeof i1.NdfNuxeoDialog, typeof i2.NdfConfirmationDialogComponent]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<NuxeoDialogModule>;
|
|
14
15
|
}
|
|
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class NdfNuxeoDialog<TData = any> extends BaseComponent {
|
|
7
7
|
dialogTitle: string;
|
|
8
8
|
subTitle: string;
|
|
9
|
+
panelClass: string;
|
|
9
10
|
loaderMode: 'spinner' | 'progressBar';
|
|
10
11
|
contentTemplate: any;
|
|
11
12
|
actionsTemplate: any;
|
|
@@ -18,5 +19,5 @@ export declare class NdfNuxeoDialog<TData = any> extends BaseComponent {
|
|
|
18
19
|
isArrowFunction(fn: Function): boolean;
|
|
19
20
|
onClose(): void;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<NdfNuxeoDialog<any>, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NdfNuxeoDialog<any>, "ndf-nuxeo-dialog", never, { "dialogTitle": "dialogTitle"; "subTitle": "subTitle"; "loaderMode": "loaderMode"; }, {}, ["contentTemplate", "actionsTemplate"], never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NdfNuxeoDialog<any>, "ndf-nuxeo-dialog", never, { "dialogTitle": "dialogTitle"; "subTitle": "subTitle"; "panelClass": "panelClass"; "loaderMode": "loaderMode"; }, {}, ["contentTemplate", "actionsTemplate"], never>;
|
|
22
23
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
import { HttpRequest } from '@angular/common/http';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { HttpOptions } from './models';
|
|
3
3
|
import { Observable, OperatorFunction } from 'rxjs';
|
|
4
|
+
import { HttpOptions } from './models';
|
|
4
5
|
export declare abstract class HttpBaseService {
|
|
5
6
|
#private;
|
|
6
7
|
get environment(): import("../../../core/env/env-manager").Environment;
|
|
7
8
|
constructor(injector: Injector);
|
|
9
|
+
protected httpRequest<TBody, TResponse>(req: HttpRequest<TBody>): Observable<import("@angular/common/http").HttpEvent<TResponse>>;
|
|
8
10
|
protected get<TResponse>(endpointOrOptions: string | HttpOptions, params?: any, headers?: any, responseType?: any): Observable<TResponse>;
|
|
9
11
|
protected post<TResponse>(endpointOrOptions: string | HttpOptions, payload?: any, params?: any, headers?: any, responseType?: any): Observable<TResponse>;
|
|
10
12
|
protected put<TResponse>(endpointOrOptions: string | HttpOptions, payload?: any, params?: any, headers?: any, responseType?: any): Observable<TResponse>;
|
|
@@ -1,13 +1,17 @@
|
|
|
1
|
+
import { NuxeoDialogService } from '../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
1
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DialogMangmentService {
|
|
4
5
|
private dialog;
|
|
6
|
+
nuxeoDialogService: NuxeoDialogService;
|
|
5
7
|
minizedModal: boolean;
|
|
6
8
|
creationMode: string;
|
|
7
9
|
fileType: string;
|
|
8
10
|
addingFrom: string;
|
|
9
11
|
storedDynamicForm: string;
|
|
10
|
-
constructor(dialog: MatDialog);
|
|
12
|
+
constructor(dialog: MatDialog, nuxeoDialogService: NuxeoDialogService);
|
|
13
|
+
openModalV2(component: any, type: any, creationMode: any, source: any, width: any, height: any, data?: {}): void;
|
|
14
|
+
openMinimzedModalV2(component: any, width: any, height: any, data?: {}): void;
|
|
11
15
|
openModal(component: any, type: any, creationMode: any, source: any, width: any, height: any, data?: {}): void;
|
|
12
16
|
openMinimzedModal(component: any, width: any, height: any, data?: {}): void;
|
|
13
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogMangmentService, never>;
|
|
@@ -2,12 +2,14 @@ import { MatDialog } from '@angular/material/dialog';
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import { AdapterService } from '../core/adapters/adapter.service';
|
|
5
|
+
import { NuxeoDialogService } from '../shared/components/nuxeo-dialog/services/nuxeo-dialog.service';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SharedDocsService {
|
|
7
8
|
private nuxeoService;
|
|
8
9
|
private dialog;
|
|
9
10
|
private adapter;
|
|
10
|
-
|
|
11
|
+
nuxeoDialogService: NuxeoDialogService;
|
|
12
|
+
constructor(nuxeoService: NuxeoService, dialog: MatDialog, adapter: AdapterService, nuxeoDialogService: NuxeoDialogService);
|
|
11
13
|
shareDocumentWithUser(context: any, DocId: any): Observable<any>;
|
|
12
14
|
removeAllSharesforDocs(DocId: any): Observable<any>;
|
|
13
15
|
getSharesWithMe(sortObj: any): Observable<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxeo-development-framework",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "12.2.3",
|
|
6
6
|
"@angular/common": "12.2.3",
|
|
@@ -35,9 +35,8 @@
|
|
|
35
35
|
"angular-ng-autocomplete": "^2.0.5",
|
|
36
36
|
"bootstrap": "^4.6.0",
|
|
37
37
|
"bootstrap-icons": "^1.5.0",
|
|
38
|
-
"chart.js": "^
|
|
39
|
-
"chartjs-
|
|
40
|
-
"chartjs-plugin-piechart-outlabels": "^0.1.4",
|
|
38
|
+
"chart.js": "^4.4.7",
|
|
39
|
+
"chartjs-adapter-moment": "^1.0.1",
|
|
41
40
|
"dwt": "^17.1.1",
|
|
42
41
|
"keycloak-angular": "^8.1.0",
|
|
43
42
|
"keycloak-js": "^12.0.4",
|
package/public-api.d.ts
CHANGED
|
@@ -10,11 +10,13 @@ export * from './lib/components/card/card.component';
|
|
|
10
10
|
export * from './lib/components/card/card.module';
|
|
11
11
|
export * from './lib/components/comments/comments.module';
|
|
12
12
|
export * from './lib/components/comments/components/comments-dashlet/comments-dashlet.component';
|
|
13
|
+
export * from './lib/components/comments/components/edit-delete-modal/edit-delete-modal.component';
|
|
13
14
|
export * from './lib/components/confirm-caller/confirm-caller.dialog';
|
|
14
15
|
export * from './lib/components/confirm-caller/confirm-caller.module';
|
|
15
16
|
export * from './lib/components/confirm-caller/confirm-dialog/confirm-dialog.component';
|
|
16
17
|
export * from './lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component';
|
|
17
18
|
export * from './lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component';
|
|
19
|
+
export * from './lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component';
|
|
18
20
|
export * from './lib/components/correspondence-relation/components/versions/versions.component';
|
|
19
21
|
export * from './lib/components/correspondence-relation/correspondence-relation.module';
|
|
20
22
|
export * from './lib/components/correspondence-relation/services/correspondence-realation.service';
|
|
@@ -40,7 +42,6 @@ export * from './lib/components/documents/services/document-templates.service';
|
|
|
40
42
|
export * from './lib/components/documents/services/documents.service';
|
|
41
43
|
export * from './lib/components/dynamic-chart/dynamic-chart.module';
|
|
42
44
|
export * from './lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component';
|
|
43
|
-
export * from './lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component';
|
|
44
45
|
export * from './lib/components/dynamic-chart/services/chart-data.service';
|
|
45
46
|
export * from './lib/components/dynamic-filter/dynamic-filter.module';
|
|
46
47
|
export * from './lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component';
|
|
@@ -125,6 +126,8 @@ export * from './lib/components/pdf-tron/pdftron/pdftron.service';
|
|
|
125
126
|
export * from './lib/components/select/select.module';
|
|
126
127
|
export * from './lib/components/select/select/select.component';
|
|
127
128
|
export * from './lib/components/table/dynamic-column/dynamic-column.component';
|
|
129
|
+
export * from './lib/components/table/dynamic-component';
|
|
130
|
+
export * from './lib/components/table/page-sizes-list/page-sizes-list.component';
|
|
128
131
|
export * from './lib/components/table/table.module';
|
|
129
132
|
export * from './lib/components/table/table/table.component';
|
|
130
133
|
export * from './lib/components/users-card/users-card.component';
|
|
@@ -146,6 +149,8 @@ export * from './lib/components/attachment-item/attachment-item/attachment-item.
|
|
|
146
149
|
export * from './lib/components/select-users-by-department/select-users-by-department.module';
|
|
147
150
|
export * from './lib/components/select-users-by-department/select-users-by-departments/department-management.service';
|
|
148
151
|
export * from './lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component';
|
|
152
|
+
export * from './lib/components/spell-checker-field/spell-checker-field.module';
|
|
153
|
+
export * from './lib/components/spell-checker-field/spell-checker-text-field/spell-checker-text-field.component';
|
|
149
154
|
export * from './lib/shared-services/dialog-mangment.service';
|
|
150
155
|
export * from './lib/shared-services/dynamic-form.service';
|
|
151
156
|
export * from './lib/shared-services/file-manager.service';
|
|
@@ -228,3 +233,4 @@ export * from './lib/configuration/app-config.service';
|
|
|
228
233
|
export * from './lib/configuration/helpers/app-initializer';
|
|
229
234
|
export * from './lib/directive/permissions/evaluators.service';
|
|
230
235
|
export * from './lib/components/comments/services/comment-api.service';
|
|
236
|
+
export * from './lib/components/charts';
|