@acorex/modules 19.4.3 → 19.4.5
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/conversation/README.md +113 -2
- package/conversation/index.d.ts +2 -14
- package/conversation/lib/const.d.ts +25 -6
- package/conversation/lib/conversation.module.d.ts +32 -3
- package/conversation/lib/entities/index.d.ts +2 -0
- package/conversation/lib/entities/message/index.d.ts +3 -0
- package/conversation/lib/entities/message/message.entity.d.ts +3 -0
- package/conversation/lib/entities/message/message.service.d.ts +10 -0
- package/conversation/lib/entities/message/message.types.d.ts +20 -0
- package/conversation/lib/entities/room/index.d.ts +3 -0
- package/conversation/lib/entities/room/room.entity.d.ts +3 -0
- package/conversation/lib/entities/room/room.service.d.ts +10 -0
- package/conversation/lib/entities/room/room.types.d.ts +8 -0
- package/conversation/lib/entity.provider.d.ts +12 -0
- package/conversation/lib/features/chat/chat-preview.helper.d.ts +68 -0
- package/conversation/lib/features/chat/chat.component.d.ts +42 -0
- package/conversation/lib/features/chat/chat.service.d.ts +101 -0
- package/conversation/lib/features/chat/chat.type.d.ts +38 -0
- package/conversation/lib/{entities → features}/chat/components/chat-item/chat-item.component.d.ts +6 -1
- package/conversation/lib/{entities → features}/chat/components/chat-preview/chat-preview.component.d.ts +3 -0
- package/conversation/lib/features/chat/index.d.ts +5 -0
- package/conversation/lib/{entities/comments/pages → features/comment}/comment-list-view.component.d.ts +12 -12
- package/conversation/lib/features/comment/comment.service.d.ts +66 -0
- package/conversation/lib/features/comment/comment.type.d.ts +45 -0
- package/conversation/lib/features/comment/index.d.ts +4 -0
- package/conversation/lib/features/index.d.ts +2 -0
- package/document-management/lib/entities/folder/folder.types.d.ts +3 -2
- package/document-management/lib/features/document-explorer/components/create-folder-dialog/create-folder-dialog.component.d.ts +5 -2
- package/document-management/lib/features/document-explorer/document-explorer.component.d.ts +22 -20
- package/document-management/lib/features/document-explorer/document-explorer.viewmodel.d.ts +22 -2
- package/document-management/lib/features/document-explorer/views/attachement-widget/attachment-widget.component.d.ts +52 -33
- package/document-management/lib/features/document-explorer/views/detail-panel/detail-panel.component.d.ts +52 -33
- package/document-management/lib/features/document-explorer/views/details/details-view.component.d.ts +52 -33
- package/document-management/lib/features/document-explorer/views/large-icons/large-icons-view.component.d.ts +52 -33
- package/document-management/lib/features/document-explorer/views/large-tiles/large-tiles-view.component.d.ts +52 -33
- package/document-management/lib/features/document-explorer/views/list/list-view.component.d.ts +52 -33
- package/document-management/lib/features/document-explorer/views/small-icons/small-icons-view.component.d.ts +52 -33
- package/document-management/lib/features/document-explorer/views/small-tiles/small-tiles-view.component.d.ts +52 -33
- package/document-management/lib/features/drive/drive.component.d.ts +52 -31
- package/document-management/lib/features/drive-choose/drive-choose.component.d.ts +49 -28
- package/document-management/lib/features/shared/components/document-type-choose-file/document-type-choose-file.component.d.ts +6 -6
- package/document-management/lib/features/shared/components/folder-path-breadcrumbs/folder-path-breadcrumbs.component.d.ts +21 -2
- package/document-management/lib/features/shared/document-manager.service.d.ts +177 -45
- package/document-management/lib/features/shared/document-manager.types.d.ts +2 -1
- package/document-management/lib/features/shared/index.d.ts +1 -0
- package/fesm2022/acorex-modules-application-management-module-designer.component-BJp8imYd.mjs +315 -0
- package/fesm2022/acorex-modules-application-management-module-designer.component-BJp8imYd.mjs.map +1 -0
- package/fesm2022/acorex-modules-application-management.mjs +1 -1
- package/fesm2022/acorex-modules-common.mjs +7 -0
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/acorex-modules-conversation.mjs +2382 -820
- package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
- package/fesm2022/{acorex-modules-document-management-acorex-modules-document-management-BpmG6Dyx.mjs → acorex-modules-document-management-acorex-modules-document-management-BATdoqJi.mjs} +1679 -2019
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-BATdoqJi.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-attachment-widget.component-DIF_t4fE.mjs → acorex-modules-document-management-attachment-widget.component-C1-gQepw.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-attachment-widget.component-DIF_t4fE.mjs.map → acorex-modules-document-management-attachment-widget.component-C1-gQepw.mjs.map} +1 -1
- package/fesm2022/acorex-modules-document-management-create-folder-dialog.component-ZMvsadWt.mjs +144 -0
- package/fesm2022/acorex-modules-document-management-create-folder-dialog.component-ZMvsadWt.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-details-view.component-D0RIYrHB.mjs → acorex-modules-document-management-details-view.component-CvHIETNf.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-details-view.component-D0RIYrHB.mjs.map → acorex-modules-document-management-details-view.component-CvHIETNf.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-drive-choose.component-DMAQr0nK.mjs → acorex-modules-document-management-drive-choose.component-UTy9OISj.mjs} +29 -9
- package/fesm2022/acorex-modules-document-management-drive-choose.component-UTy9OISj.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-drive.component-Crh10Z5J.mjs +363 -0
- package/fesm2022/acorex-modules-document-management-drive.component-Crh10Z5J.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-large-icons-view.component-C686Ec7s.mjs → acorex-modules-document-management-large-icons-view.component-BuV7MPG5.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-large-icons-view.component-C686Ec7s.mjs.map → acorex-modules-document-management-large-icons-view.component-BuV7MPG5.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-0GpMVYv5.mjs → acorex-modules-document-management-large-tiles-view.component-CwYwVxoG.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-0GpMVYv5.mjs.map → acorex-modules-document-management-large-tiles-view.component-CwYwVxoG.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-list-view.component-C1inszTC.mjs → acorex-modules-document-management-list-view.component-BHEwRA3m.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-list-view.component-C1inszTC.mjs.map → acorex-modules-document-management-list-view.component-BHEwRA3m.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-permission-definition.provider-B7lgRLHi.mjs → acorex-modules-document-management-permission-definition.provider-B3qaYwRL.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-permission-definition.provider-B7lgRLHi.mjs.map → acorex-modules-document-management-permission-definition.provider-B3qaYwRL.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-C9k8WgDG.mjs → acorex-modules-document-management-rename-node-dialog.component-CrcJm9jP.mjs} +5 -5
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-C9k8WgDG.mjs.map → acorex-modules-document-management-rename-node-dialog.component-CrcJm9jP.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-small-icons-view.component-BGcUzNCv.mjs → acorex-modules-document-management-small-icons-view.component-CD5UORaq.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-small-icons-view.component-BGcUzNCv.mjs.map → acorex-modules-document-management-small-icons-view.component-CD5UORaq.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-CumumWvO.mjs → acorex-modules-document-management-small-tiles-view.component-cpc_xfbT.mjs} +2 -2
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-CumumWvO.mjs.map → acorex-modules-document-management-small-tiles-view.component-cpc_xfbT.mjs.map} +1 -1
- package/fesm2022/acorex-modules-document-management.mjs +1 -1
- package/fesm2022/{acorex-modules-issue-management-acorex-modules-issue-management-ErtEMU89.mjs → acorex-modules-issue-management-acorex-modules-issue-management-DbVfrgVX.mjs} +5 -5
- package/fesm2022/acorex-modules-issue-management-acorex-modules-issue-management-DbVfrgVX.mjs.map +1 -0
- package/fesm2022/{acorex-modules-issue-management-capture-screen.component-B6k0Zn9C.mjs → acorex-modules-issue-management-capture-screen.component-_9mwJVkz.mjs} +2 -2
- package/fesm2022/{acorex-modules-issue-management-capture-screen.component-B6k0Zn9C.mjs.map → acorex-modules-issue-management-capture-screen.component-_9mwJVkz.mjs.map} +1 -1
- package/fesm2022/acorex-modules-issue-management.mjs +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +5 -5
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-organization-management-org-chart.page-CP8zz-Bc.mjs → acorex-modules-organization-management-org-chart.page-CrOUUr4c.mjs} +1 -2
- package/fesm2022/acorex-modules-organization-management-org-chart.page-CrOUUr4c.mjs.map +1 -0
- package/fesm2022/acorex-modules-organization-management.mjs +2 -2
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-C9ZApxct.mjs → acorex-modules-platform-management-acorex-modules-platform-management-DtXOjIIK.mjs} +326 -87
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-DtXOjIIK.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-list-version.component-D50Xundj.mjs → acorex-modules-platform-management-list-version.component-DY4yMd8n.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-list-version.component-D50Xundj.mjs.map → acorex-modules-platform-management-list-version.component-DY4yMd8n.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-platform-management-settings.provider-DsHGn3AZ.mjs → acorex-modules-platform-management-settings.provider-BO-1dmVc.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-settings.provider-DsHGn3AZ.mjs.map → acorex-modules-platform-management-settings.provider-BO-1dmVc.mjs.map} +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +1 -1
- package/fesm2022/acorex-modules-project-management.mjs +108 -0
- package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-settings-management.mjs +20 -21
- package/fesm2022/acorex-modules-settings-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-training-management.mjs +1 -1
- package/fesm2022/acorex-modules-training-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-workflow-management-task-board.page-3_Tn2GeA.mjs +305 -0
- package/fesm2022/acorex-modules-workflow-management-task-board.page-3_Tn2GeA.mjs.map +1 -0
- package/fesm2022/acorex-modules-workflow-management.mjs +123 -0
- package/fesm2022/acorex-modules-workflow-management.mjs.map +1 -0
- package/package.json +20 -16
- package/platform-management/lib/task-board.provider.d.ts +14 -0
- package/project-management/lib/task-board.provider.d.ts +14 -0
- package/settings-management/lib/settings-management.module.d.ts +1 -1
- package/workflow-management/README.md +3 -0
- package/workflow-management/index.d.ts +2 -0
- package/workflow-management/lib/const.d.ts +11 -0
- package/workflow-management/lib/features/task-board/index.d.ts +2 -0
- package/workflow-management/lib/features/task-board/settings.keys.d.ts +5 -0
- package/workflow-management/lib/features/task-board/task-board.module.d.ts +6 -0
- package/workflow-management/lib/features/task-board/task-board.page.d.ts +76 -0
- package/workflow-management/lib/features/task-board/task-board.service.d.ts +13 -0
- package/workflow-management/lib/features/task-board/task-board.viewmodel.d.ts +20 -0
- package/workflow-management/lib/features/task-board/views/task-board-calendar-view/task-board-calendar-view.page.d.ts +25 -0
- package/workflow-management/lib/workflow-management.module.d.ts +8 -0
- package/conversation/lib/entities/chat/chat.module.d.ts +0 -28
- package/conversation/lib/entities/chat/chat.service.d.ts +0 -14
- package/conversation/lib/entities/chat/chat.type.d.ts +0 -22
- package/conversation/lib/entities/chat/components/chat-item-footer/chat-item-footer.component.d.ts +0 -5
- package/conversation/lib/entities/chat/components/chat-item-header/chat-item-header.component.d.ts +0 -12
- package/conversation/lib/entities/chat/components/chat-preview-header/chat-preview-header.component.d.ts +0 -7
- package/conversation/lib/entities/chat/pages/chat/chat.component.d.ts +0 -23
- package/conversation/lib/entities/comments/comment.module.d.ts +0 -26
- package/conversation/lib/entities/comments/comments.service.d.ts +0 -13
- package/conversation/lib/entities/comments/comments.type.d.ts +0 -74
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-column.component.d.ts +0 -6
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-edit.component.d.ts +0 -212
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-print.component.d.ts +0 -6
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-view.component.d.ts +0 -6
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget.config.d.ts +0 -7
- package/document-management/lib/features/widgets/document-attachment/index.d.ts +0 -5
- package/document-management/lib/features/widgets/index.d.ts +0 -1
- package/fesm2022/acorex-modules-application-management-module-designer.component-BRh6mzWA.mjs +0 -315
- package/fesm2022/acorex-modules-application-management-module-designer.component-BRh6mzWA.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-BpmG6Dyx.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-create-folder-dialog.component-CCvKUDsw.mjs +0 -141
- package/fesm2022/acorex-modules-document-management-create-folder-dialog.component-CCvKUDsw.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-drive-choose.component-DMAQr0nK.mjs.map +0 -1
- package/fesm2022/acorex-modules-issue-management-acorex-modules-issue-management-ErtEMU89.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-org-chart.page-CP8zz-Bc.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-C9ZApxct.mjs.map +0 -1
- /package/conversation/lib/{entities/comments/pages → features/comment}/comment-lookup-popup.component.d.ts +0 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
import { AXSchedulerDateRange } from '@acorex/components/scheduler';
|
2
|
+
import { AXPExecuteCommand, AXPExecuteCommandResult } from '@acorex/platform/core';
|
3
|
+
import { AXPTask, AXPTaskFilter, AXPWorkflowTaskProvider } from '@acorex/platform/workflow';
|
4
|
+
export declare class AXPTaskBoardTaskProvider extends AXPWorkflowTaskProvider {
|
5
|
+
private calendarService;
|
6
|
+
private list;
|
7
|
+
get name(): string;
|
8
|
+
get title(): string;
|
9
|
+
get icon(): string;
|
10
|
+
getTasks(options: AXPTaskFilter): Promise<AXPTask[]>;
|
11
|
+
updateTask(id: any, range: AXSchedulerDateRange): Promise<AXPTask>;
|
12
|
+
isDurationMoreThan24Hours(date1: Date, date2: Date): boolean;
|
13
|
+
executeCommand(command: AXPExecuteCommand): Promise<AXPExecuteCommandResult>;
|
14
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { AXSchedulerDateRange } from '@acorex/components/scheduler';
|
2
|
+
import { AXPExecuteCommand, AXPExecuteCommandResult } from '@acorex/platform/core';
|
3
|
+
import { AXPTask, AXPTaskFilter, AXPWorkflowTaskProvider } from '@acorex/platform/workflow';
|
4
|
+
export declare class AXPTaskBoardTaskProvider extends AXPWorkflowTaskProvider {
|
5
|
+
private calendarService;
|
6
|
+
private list;
|
7
|
+
get name(): string;
|
8
|
+
get title(): string;
|
9
|
+
get icon(): string;
|
10
|
+
getTasks(options: AXPTaskFilter): Promise<AXPTask[]>;
|
11
|
+
updateTask(id: any, range: AXSchedulerDateRange): Promise<AXPTask>;
|
12
|
+
isDurationMoreThan24Hours(date1: Date, date2: Date): boolean;
|
13
|
+
executeCommand(command: AXPExecuteCommand): Promise<AXPExecuteCommandResult>;
|
14
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { Injector } from '@angular/core';
|
2
1
|
import { AXPAppStartUpService } from '@acorex/platform/core';
|
2
|
+
import { Injector } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class AXMSettingsManagementModule {
|
5
5
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AXPTaskBoardModule {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPTaskBoardModule, never>;
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPTaskBoardModule, never, never, never>;
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXPTaskBoardModule>;
|
6
|
+
}
|
@@ -0,0 +1,76 @@
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/cdk/common';
|
2
|
+
import { AXContextMenuItemsClickEvent, AXContextMenuOpeningEvent } from '@acorex/components/menu';
|
3
|
+
import { AXSchedulerAppointmentMouseEvent, AXSchedulerComponent, AXSchedulerView } from '@acorex/components/scheduler';
|
4
|
+
import { AXLocaleService } from '@acorex/core/locale';
|
5
|
+
import { AXPBreadcrumbItem } from '@acorex/platform/core';
|
6
|
+
import { AXPPageLayoutBaseComponent } from '@acorex/platform/layout/views';
|
7
|
+
import { AXPTask, AXPTaskFilter, AXPWorkflowTaskProvider } from '@acorex/platform/workflow';
|
8
|
+
import { OnInit } from '@angular/core';
|
9
|
+
import { AXPTaskBoardService } from './task-board.service';
|
10
|
+
import * as i0 from "@angular/core";
|
11
|
+
/**
|
12
|
+
* Component for displaying and interacting with an organizational chart.
|
13
|
+
*/
|
14
|
+
export declare class AXMTaskBoardPage extends AXPPageLayoutBaseComponent implements OnInit {
|
15
|
+
protected readonly rootConfig: {
|
16
|
+
config: {
|
17
|
+
i18n: string;
|
18
|
+
};
|
19
|
+
module: {
|
20
|
+
module: string;
|
21
|
+
name: string;
|
22
|
+
title: string;
|
23
|
+
icon: string;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
protected readonly localeService: AXLocaleService;
|
27
|
+
protected readonly taskBoardService: AXPTaskBoardService;
|
28
|
+
protected readonly vm: {
|
29
|
+
isLoading: import("@angular/core").Signal<boolean>;
|
30
|
+
calendarViewMode: import("@angular/core").Signal<AXSchedulerView>;
|
31
|
+
currentDate: import("@angular/core").Signal<Date>;
|
32
|
+
selectedTaskTypeName: import("@angular/core").Signal<string | null>;
|
33
|
+
taskTypes: import("@angular/core").Signal<AXPWorkflowTaskProvider[]>;
|
34
|
+
selectedTaskType: import("@angular/core").Signal<AXPWorkflowTaskProvider | null>;
|
35
|
+
initialize: () => Promise<void>;
|
36
|
+
setCalendarViewMode: (mode: AXSchedulerView) => void;
|
37
|
+
setCurrentDate: (date: Date) => void;
|
38
|
+
setSelectedTaskTypeProvider: (taskType: AXPWorkflowTaskProvider | null) => void;
|
39
|
+
} & import("@ngrx/signals").StateSource<{
|
40
|
+
isLoading: boolean;
|
41
|
+
calendarViewMode: AXSchedulerView;
|
42
|
+
currentDate: Date;
|
43
|
+
selectedTaskTypeName: string | null;
|
44
|
+
taskTypes: AXPWorkflowTaskProvider[];
|
45
|
+
}>;
|
46
|
+
private currentTask;
|
47
|
+
protected schedulerComponent: import("@angular/core").WritableSignal<AXSchedulerComponent | null>;
|
48
|
+
protected readonly viewsItems: import("@angular/core").WritableSignal<{
|
49
|
+
key: AXSchedulerView;
|
50
|
+
text: string;
|
51
|
+
icon: string;
|
52
|
+
break?: boolean;
|
53
|
+
}[]>;
|
54
|
+
protected calendarType: import("@angular/core").Signal<string>;
|
55
|
+
private contextMenu;
|
56
|
+
protected readonly selectedViewMode: import("@angular/core").Signal<{
|
57
|
+
key: AXSchedulerView;
|
58
|
+
text: string;
|
59
|
+
icon: string;
|
60
|
+
break?: boolean;
|
61
|
+
}>;
|
62
|
+
ngOnInit(): Promise<void>;
|
63
|
+
getPageTitle(): Promise<string>;
|
64
|
+
getPageBreadcrumbs(): Promise<AXPBreadcrumbItem[]>;
|
65
|
+
protected dataSource: (filter?: AXPTaskFilter) => Promise<AXPTask[]>;
|
66
|
+
schedulerComponentChanged(component: AXSchedulerComponent): void;
|
67
|
+
protected handleContextMenuOnOpening(event: AXContextMenuOpeningEvent): void;
|
68
|
+
protected handleTaskRightClick(event: AXSchedulerAppointmentMouseEvent): void;
|
69
|
+
protected handleMonthSlotDblClicked(date: Date): void;
|
70
|
+
protected handleCalendarViewChange(view: AXSchedulerView): void;
|
71
|
+
protected handleSelectedTaskTypeChange(taskType: AXPWorkflowTaskProvider | null): void;
|
72
|
+
protected handleSchedulerDateChanged(event: AXValueChangedEvent<Date>): void;
|
73
|
+
protected handleContextMenuItemClick(event: AXContextMenuItemsClickEvent): void;
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskBoardPage, never>;
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMTaskBoardPage, "ng-component", never, {}, {}, never, never, true, never>;
|
76
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { AXSchedulerDateRange } from '@acorex/components/scheduler';
|
2
|
+
import { AXPExecuteCommand } from '@acorex/platform/core';
|
3
|
+
import { AXPTask, AXPTaskFilter, AXPWorkflowTaskProvider } from '@acorex/platform/workflow';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class AXPTaskBoardService {
|
6
|
+
private providers;
|
7
|
+
getTaskTypes(): Promise<AXPWorkflowTaskProvider[]>;
|
8
|
+
getTasks(options?: AXPTaskFilter): Promise<AXPTask[]>;
|
9
|
+
updateTask(task: AXPTask, range: AXSchedulerDateRange): Promise<AXPTask>;
|
10
|
+
executeCommand(command: AXPExecuteCommand, providerName: string): void;
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPTaskBoardService, never>;
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPTaskBoardService>;
|
13
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { AXSchedulerView } from '@acorex/components/scheduler';
|
2
|
+
import { AXPWorkflowTaskProvider } from '@acorex/platform/workflow';
|
3
|
+
export declare const AXMTaskBoardViewModel: import("@angular/core").Type<{
|
4
|
+
isLoading: import("@angular/core").Signal<boolean>;
|
5
|
+
calendarViewMode: import("@angular/core").Signal<AXSchedulerView>;
|
6
|
+
currentDate: import("@angular/core").Signal<Date>;
|
7
|
+
selectedTaskTypeName: import("@angular/core").Signal<string | null>;
|
8
|
+
taskTypes: import("@angular/core").Signal<AXPWorkflowTaskProvider[]>;
|
9
|
+
selectedTaskType: import("@angular/core").Signal<AXPWorkflowTaskProvider | null>;
|
10
|
+
initialize: () => Promise<void>;
|
11
|
+
setCalendarViewMode: (mode: AXSchedulerView) => void;
|
12
|
+
setCurrentDate: (date: Date) => void;
|
13
|
+
setSelectedTaskTypeProvider: (taskType: AXPWorkflowTaskProvider | null) => void;
|
14
|
+
} & import("@ngrx/signals").StateSource<{
|
15
|
+
isLoading: boolean;
|
16
|
+
calendarViewMode: AXSchedulerView;
|
17
|
+
currentDate: Date;
|
18
|
+
selectedTaskTypeName: string | null;
|
19
|
+
taskTypes: AXPWorkflowTaskProvider[];
|
20
|
+
}>>;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { AXSchedulerAppointmentDataSource, AXSchedulerAppointmentMouseEvent, AXSchedulerComponent, AXSchedulerSlotDropEvent, AXSchedulerSlotMouseEvent, AXSchedulerView } from '@acorex/components/scheduler';
|
2
|
+
import { AXPTask } from '@acorex/platform/workflow';
|
3
|
+
import { AfterViewInit } from '@angular/core';
|
4
|
+
import { AXPTaskBoardService } from '../../task-board.service';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
/**
|
7
|
+
* Component for displaying and interacting with an organizational chart.
|
8
|
+
*/
|
9
|
+
export declare class AXMTaskBoardCalendarViewComponent implements AfterViewInit {
|
10
|
+
protected readonly taskBoardService: AXPTaskBoardService;
|
11
|
+
schedulerComponent: import("@angular/core").Signal<AXSchedulerComponent | undefined>;
|
12
|
+
startingDate: import("@angular/core").InputSignal<Date>;
|
13
|
+
selectedView: import("@angular/core").ModelSignal<AXSchedulerView>;
|
14
|
+
dataSource: import("@angular/core").InputSignal<AXSchedulerAppointmentDataSource>;
|
15
|
+
onTaskChanged: import("@angular/core").OutputEmitterRef<AXPTask>;
|
16
|
+
onMonthSlotDblClicked: import("@angular/core").OutputEmitterRef<Date>;
|
17
|
+
component: import("@angular/core").OutputEmitterRef<AXSchedulerComponent>;
|
18
|
+
onTaskRightClick: import("@angular/core").OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
|
19
|
+
ngAfterViewInit(): void;
|
20
|
+
onTaskDrop(event: AXSchedulerSlotDropEvent): void;
|
21
|
+
onTaskRightClickHandler(event: AXSchedulerAppointmentMouseEvent): void;
|
22
|
+
onSlotDblClicked(event: AXSchedulerSlotMouseEvent): void;
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMTaskBoardCalendarViewComponent, never>;
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMTaskBoardCalendarViewComponent, "axm-task-board-calendar-view", never, { "startingDate": { "alias": "startingDate"; "required": false; "isSignal": true; }; "selectedView": { "alias": "selectedView"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": true; "isSignal": true; }; }, { "selectedView": "selectedViewChange"; "onTaskChanged": "onTaskChanged"; "onMonthSlotDblClicked": "onMonthSlotDblClicked"; "component": "component"; "onTaskRightClick": "onTaskRightClick"; }, never, never, true, never>;
|
25
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./features/task-board/task-board.module";
|
3
|
+
export { AXPTaskBoardModule } from "./features/task-board/task-board.module";
|
4
|
+
export declare class AXMWorkflowManagementModule {
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMWorkflowManagementModule, never>;
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMWorkflowManagementModule, never, [typeof i1.AXPTaskBoardModule], never>;
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMWorkflowManagementModule>;
|
8
|
+
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { EnvironmentProviders, ModuleWithProviders, Provider } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "./components/chat-item/chat-item.component";
|
4
|
-
import * as i2 from "./pages/chat/chat.component";
|
5
|
-
import * as i3 from "./components/chat-item-header/chat-item-header.component";
|
6
|
-
import * as i4 from "./components/chat-preview/chat-preview.component";
|
7
|
-
import * as i5 from "./components/chat-item-footer/chat-item-footer.component";
|
8
|
-
import * as i6 from "./components/chat-preview-header/chat-preview-header.component";
|
9
|
-
import * as i7 from "@acorex/components/image";
|
10
|
-
import * as i8 from "@acorex/components/avatar";
|
11
|
-
import * as i9 from "@acorex/components/badge";
|
12
|
-
import * as i10 from "@acorex/components/decorators";
|
13
|
-
import * as i11 from "@acorex/components/text-box";
|
14
|
-
import * as i12 from "@acorex/components/tabs";
|
15
|
-
import * as i13 from "@angular/common";
|
16
|
-
import * as i14 from "@angular/forms";
|
17
|
-
import * as i15 from "@acorex/components/conversation";
|
18
|
-
import * as i16 from "@acorex/components/button";
|
19
|
-
import * as i17 from "@acorex/components/loading";
|
20
|
-
import * as i18 from "@angular/router";
|
21
|
-
export declare class AXMChatModule {
|
22
|
-
static forRoot(config: {
|
23
|
-
provider: Array<Provider | EnvironmentProviders>;
|
24
|
-
}): ModuleWithProviders<AXMChatModule>;
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMChatModule, never>;
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMChatModule, [typeof i1.AXMChatItemComponent, typeof i2.AXMChatComponent, typeof i3.AXMChatItemHeaderComponent, typeof i4.AXMChatPreviewComponent, typeof i5.AXMChatItemFooterComponent, typeof i6.AXMChatPreviewHeaderComponent], [typeof i7.AXImageModule, typeof i8.AXAvatarModule, typeof i9.AXBadgeModule, typeof i10.AXDecoratorModule, typeof i11.AXTextBoxModule, typeof i12.AXTabsModule, typeof i13.CommonModule, typeof i14.FormsModule, typeof i15.AXConversationModule, typeof i16.AXButtonModule, typeof i17.AXLoadingModule, typeof i18.RouterModule], [typeof i1.AXMChatItemComponent, typeof i2.AXMChatComponent, typeof i3.AXMChatItemHeaderComponent, typeof i4.AXMChatPreviewComponent, typeof i5.AXMChatItemFooterComponent, typeof i6.AXMChatPreviewHeaderComponent, typeof i18.RouterModule]>;
|
27
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXMChatModule>;
|
28
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
|
2
|
-
import { AXMChatRoom } from './chat.type';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare abstract class AXMChatService extends AXMEntityCrudServiceImpl<string, AXMChatRoom> {
|
5
|
-
abstract getTotalUnread(): Promise<number>;
|
6
|
-
abstract markChatAsRead(roomId: string): Promise<void>;
|
7
|
-
}
|
8
|
-
export declare class AXMChatServiceImpl extends AXMChatService {
|
9
|
-
markChatAsRead(roomId: string): Promise<void>;
|
10
|
-
getTotalUnread(): Promise<number>;
|
11
|
-
constructor();
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMChatServiceImpl, never>;
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMChatServiceImpl>;
|
14
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { AXPEntityModel } from '@acorex/platform/layout/entity';
|
2
|
-
export interface AXMChatRoom extends AXPEntityModel<string> {
|
3
|
-
id: string;
|
4
|
-
title: string;
|
5
|
-
lastMessage: AXMChatMessage;
|
6
|
-
roomMembers: AXMChatUserDetails[];
|
7
|
-
unreadCount: number;
|
8
|
-
}
|
9
|
-
export interface AXMChatMessage {
|
10
|
-
content: string;
|
11
|
-
contentType: string;
|
12
|
-
hasSeen: boolean;
|
13
|
-
createdAt: Date;
|
14
|
-
createdBy: AXMChatUserDetails;
|
15
|
-
}
|
16
|
-
export interface AXMChatUserDetails {
|
17
|
-
id: string;
|
18
|
-
userName: string;
|
19
|
-
firstName: string;
|
20
|
-
lastName: string;
|
21
|
-
picture: string | null;
|
22
|
-
}
|
package/conversation/lib/entities/chat/components/chat-item-footer/chat-item-footer.component.d.ts
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
export declare class AXMChatItemFooterComponent {
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMChatItemFooterComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMChatItemFooterComponent, "axm-chat-item-footer", never, {}, {}, never, never, false, never>;
|
5
|
-
}
|
package/conversation/lib/entities/chat/components/chat-item-header/chat-item-header.component.d.ts
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
import { AXTabsComponent } from '@acorex/components/tabs';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class AXMChatItemHeaderComponent {
|
4
|
-
total: import("@angular/core").InputSignal<number>;
|
5
|
-
unread: import("@angular/core").InputSignal<number>;
|
6
|
-
tab: import("@angular/core").Signal<AXTabsComponent>;
|
7
|
-
tabsState: import("@angular/core").WritableSignal<number>;
|
8
|
-
activeTab: import("@angular/core").OutputEmitterRef<number>;
|
9
|
-
constructor();
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMChatItemHeaderComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMChatItemHeaderComponent, "axm-chat-item-header", never, { "total": { "alias": "total"; "required": true; "isSignal": true; }; "unread": { "alias": "unread"; "required": true; "isSignal": true; }; }, { "activeTab": "activeTab"; }, never, never, false, never>;
|
12
|
-
}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
export declare class AXMChatPreviewHeaderComponent {
|
3
|
-
pressBack: import("@angular/core").OutputEmitterRef<void>;
|
4
|
-
protected emitBack(): void;
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMChatPreviewHeaderComponent, never>;
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMChatPreviewHeaderComponent, "axm-chat-preview-header", never, {}, { "pressBack": "pressBack"; }, never, never, false, never>;
|
7
|
-
}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { AXPPagedListResult } from '@acorex/platform/core';
|
2
|
-
import { OnInit } from '@angular/core';
|
3
|
-
import { AXMChatService } from '../../chat.service';
|
4
|
-
import { AXMChatRoom } from '../../chat.type';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class AXMChatComponent implements OnInit {
|
7
|
-
chatService: AXMChatService;
|
8
|
-
private route;
|
9
|
-
private readonly routeParams;
|
10
|
-
protected data: import("@angular/core").WritableSignal<AXPPagedListResult<AXMChatRoom> | undefined>;
|
11
|
-
protected filteredData: import("@angular/core").Signal<AXMChatRoom[]>;
|
12
|
-
protected displayData: import("@angular/core").Signal<AXMChatRoom[] | undefined>;
|
13
|
-
protected activeTab: import("@angular/core").WritableSignal<number>;
|
14
|
-
protected allCount: import("@angular/core").Signal<number>;
|
15
|
-
protected unreadCount: import("@angular/core").WritableSignal<number>;
|
16
|
-
ngOnInit(): Promise<void>;
|
17
|
-
private loadData;
|
18
|
-
protected markChatAsRead(roomId: string): Promise<void>;
|
19
|
-
setActiveTabData(event: number): void;
|
20
|
-
goBack(): void;
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMChatComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMChatComponent, "axm-chat", never, {}, {}, never, never, false, never>;
|
23
|
-
}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./pages/comment-list-view.component";
|
3
|
-
import * as i2 from "@angular/forms";
|
4
|
-
import * as i3 from "@angular/common";
|
5
|
-
import * as i4 from "@angular/router";
|
6
|
-
import * as i5 from "@acorex/components/decorators";
|
7
|
-
import * as i6 from "@acorex/components/wysiwyg";
|
8
|
-
import * as i7 from "@acorex/components/button";
|
9
|
-
import * as i8 from "@acorex/components/text-box";
|
10
|
-
import * as i9 from "@acorex/components/label";
|
11
|
-
import * as i10 from "@acorex/components/avatar";
|
12
|
-
import * as i11 from "@acorex/components/image";
|
13
|
-
import * as i12 from "@acorex/components/select-box";
|
14
|
-
import * as i13 from "@acorex/components/form";
|
15
|
-
import * as i14 from "@acorex/components/loading";
|
16
|
-
import * as i15 from "@acorex/components/dropdown-button";
|
17
|
-
import * as i16 from "@acorex/components/dropdown";
|
18
|
-
import * as i17 from "@acorex/core/format";
|
19
|
-
import * as i18 from "@acorex/components/toolbar";
|
20
|
-
import * as i19 from "@acorex/components/skeleton";
|
21
|
-
import * as i20 from "@acorex/components/comment";
|
22
|
-
export declare class AXMCommentModule {
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMCommentModule, never>;
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCommentModule, [typeof i1.AXMCommentListViewComponent], [typeof i2.FormsModule, typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.AXDecoratorModule, typeof i6.AXWysiwygModule, typeof i7.AXButtonModule, typeof i8.AXTextBoxModule, typeof i9.AXLabelModule, typeof i10.AXAvatarModule, typeof i11.AXImageModule, typeof i12.AXSelectBoxModule, typeof i13.AXFormModule, typeof i14.AXLoadingModule, typeof i15.AXDropdownButtonModule, typeof i16.AXDropdownModule, typeof i17.AXFormatModule, typeof i18.AXToolBarModule, typeof i19.AXSkeletonModule, typeof i20.AXCommentModule], [typeof i1.AXMCommentListViewComponent]>;
|
25
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXMCommentModule>;
|
26
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { AXMEntityCrudServiceImpl, AXPEntityDataProviderImpl } from '@acorex/platform/layout/entity';
|
2
|
-
import { AXMComment, AXMCreateCommentDto, AXMMessageReactionEntityModel } from './comments.type';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare abstract class AXMCommentService extends AXMEntityCrudServiceImpl<string, AXMComment, AXMComment, AXMCreateCommentDto> {
|
5
|
-
abstract like(payload: AXMMessageReactionEntityModel): Promise<string>;
|
6
|
-
}
|
7
|
-
export declare class AXMCommentServiceImpl extends AXMEntityCrudServiceImpl<string, AXMComment, AXMComment, AXMCreateCommentDto> {
|
8
|
-
protected messageReactionDataProvider: AXPEntityDataProviderImpl<string, AXMMessageReactionEntityModel, AXMMessageReactionEntityModel, AXMMessageReactionEntityModel, AXMMessageReactionEntityModel>;
|
9
|
-
constructor();
|
10
|
-
like(payload: AXMMessageReactionEntityModel): Promise<string>;
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMCommentServiceImpl, never>;
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMCommentServiceImpl>;
|
13
|
-
}
|
@@ -1,74 +0,0 @@
|
|
1
|
-
import { AXPEntityModel } from '@acorex/platform/layout/entity';
|
2
|
-
export interface AXMCommentEntityModel extends AXPEntityModel<string> {
|
3
|
-
content: string;
|
4
|
-
contentType: string;
|
5
|
-
memberId?: string;
|
6
|
-
memberType?: string;
|
7
|
-
roomId?: string;
|
8
|
-
isPrivate: boolean;
|
9
|
-
replyId: string | null;
|
10
|
-
messageVisibles?: AXMCommentVisibleMessage[];
|
11
|
-
messageStatuses?: AXMCommentStatusMessage[];
|
12
|
-
messageHistories?: AXMCommentHistoryMessage[];
|
13
|
-
replies?: AXMCommentEntityModel[];
|
14
|
-
isArchived?: boolean;
|
15
|
-
isLiked?: boolean;
|
16
|
-
reactionsCount?: number;
|
17
|
-
repliesCount?: number;
|
18
|
-
createdAt?: Date;
|
19
|
-
user?: AXMCommentUserDetails;
|
20
|
-
}
|
21
|
-
export interface AXMCommentVisibleMessage {
|
22
|
-
id: string;
|
23
|
-
memberId: string;
|
24
|
-
memberType: string;
|
25
|
-
}
|
26
|
-
export interface AXMCommentStatusMessage {
|
27
|
-
id: string;
|
28
|
-
memberId: string;
|
29
|
-
memberType: string;
|
30
|
-
status: string;
|
31
|
-
}
|
32
|
-
export interface AXMCommentHistoryMessage {
|
33
|
-
id: string;
|
34
|
-
content: string;
|
35
|
-
contentType: string;
|
36
|
-
isPrivate: boolean;
|
37
|
-
}
|
38
|
-
export interface AXMCommentUserDetails {
|
39
|
-
id: string;
|
40
|
-
userName: string;
|
41
|
-
firstName: string;
|
42
|
-
lastName: string;
|
43
|
-
picture: string | null;
|
44
|
-
}
|
45
|
-
export interface AXMComment {
|
46
|
-
content: string;
|
47
|
-
contentType: string;
|
48
|
-
memberId: string;
|
49
|
-
memberType: string;
|
50
|
-
roomId: string;
|
51
|
-
isPrivate: boolean;
|
52
|
-
replyId: string | null;
|
53
|
-
messageVisibles: AXMCommentVisibleMessage[];
|
54
|
-
messageStatuses: AXMCommentStatusMessage[];
|
55
|
-
messageHistories: AXMCommentHistoryMessage[];
|
56
|
-
replies: AXMComment[];
|
57
|
-
isArchived: boolean;
|
58
|
-
isLiked: boolean;
|
59
|
-
reactionsCount: number;
|
60
|
-
repliesCount: number;
|
61
|
-
user: AXMCommentUserDetails;
|
62
|
-
id: string;
|
63
|
-
createdAt?: Date;
|
64
|
-
}
|
65
|
-
export interface AXMCreateCommentDto extends Partial<AXMComment> {
|
66
|
-
content: string;
|
67
|
-
contentType: string;
|
68
|
-
isPrivate: boolean;
|
69
|
-
replyId: string | null;
|
70
|
-
}
|
71
|
-
export interface AXMMessageReactionEntityModel extends AXPEntityModel<string> {
|
72
|
-
messageId: string;
|
73
|
-
type: 'like';
|
74
|
-
}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class AXMDocumentAttachmentWidgetColumnComponent extends AXPValueWidgetComponent<void> {
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetColumnComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetColumnComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
6
|
-
}
|