@acorex/modules 19.4.4 → 19.4.6
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/common/lib/widgets-names-list.d.ts +1 -0
- 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/dashboard-management/lib/features/home-dashboard/dashboard-home/home-dashboard.store.d.ts +11 -12
- 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-common.mjs +8 -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-dashboard-management.mjs +22 -4
- package/fesm2022/acorex-modules-dashboard-management.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-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-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
@@ -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
|
-
}
|
@@ -1,212 +0,0 @@
|
|
1
|
-
import { AXFileService } from '@acorex/core/file';
|
2
|
-
import { AXPSessionService } from '@acorex/platform/auth';
|
3
|
-
import { AXPFileStorageService } from '@acorex/platform/common';
|
4
|
-
import { AXPPlatformScope } from '@acorex/platform/core';
|
5
|
-
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
6
|
-
import { AXMDocumentExplorerComponent } from '../../document-explorer';
|
7
|
-
import { AXMDocumentExplorerNode, AXMDocumentManagerService } from '../../drive';
|
8
|
-
import { AXMDocumentManagementDocumentTypeEntityModel, AXMDocumentTypeService } from '../../../entities';
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
export interface AXMDocumentAttachment {
|
11
|
-
fileId: string;
|
12
|
-
name: string;
|
13
|
-
size: number;
|
14
|
-
extension: string;
|
15
|
-
}
|
16
|
-
export interface AXMDocumentAction {
|
17
|
-
name: string;
|
18
|
-
icon: string;
|
19
|
-
title: string;
|
20
|
-
callback: () => Promise<File | undefined>;
|
21
|
-
}
|
22
|
-
export declare class AXMDocumentAttachmentWidgetEditComponent extends AXPValueWidgetComponent<AXMDocumentExplorerNode[]> {
|
23
|
-
protected readonly vm: {
|
24
|
-
viewMode: import("@angular/core").Signal<import("../../drive").AXPDocumentExplorerViewMode>;
|
25
|
-
isLoading: import("@angular/core").Signal<boolean>;
|
26
|
-
scope: import("@angular/core").Signal<AXPPlatformScope>;
|
27
|
-
currentPath: import("@angular/core").Signal<AXMDocumentExplorerNode[]>;
|
28
|
-
currentNode: import("@angular/core").Signal<AXMDocumentExplorerNode | null>;
|
29
|
-
loadingFolderId: import("@angular/core").Signal<string | null>;
|
30
|
-
navigatingFolderId: import("@angular/core").Signal<string | null>;
|
31
|
-
backHistory: import("@angular/core").Signal<{
|
32
|
-
folderId: string;
|
33
|
-
path: AXMDocumentExplorerNode[];
|
34
|
-
}[]>;
|
35
|
-
selectionMode: import("@angular/core").Signal<import("../../drive").AXMDocumentSelectionMode>;
|
36
|
-
selectedNodes: import("@angular/core").Signal<AXMDocumentExplorerNode[]>;
|
37
|
-
browseMode: import("@angular/core").Signal<import("../../drive").AXMDocumentExplorerBrowseMode>;
|
38
|
-
sortField: import("@angular/core").Signal<string>;
|
39
|
-
sortDirection: import("@angular/core").Signal<string>;
|
40
|
-
folders: import("@angular/core").Signal<AXMDocumentExplorerNode[]>;
|
41
|
-
files: import("@angular/core").Signal<AXMDocumentExplorerNode[]>;
|
42
|
-
itemsCount: import("@angular/core").Signal<number>;
|
43
|
-
availableSpace: import("@angular/core").Signal<number>;
|
44
|
-
currentDrive: import("@angular/core").Signal<AXPPlatformScope | null>;
|
45
|
-
fileTypes: import("@angular/core").Signal<import("@acorex/platform/common").AXPFileType[]>;
|
46
|
-
detailPanel: import("@angular/core").Signal<boolean>;
|
47
|
-
isRoot: import("@angular/core").Signal<boolean>;
|
48
|
-
isVirtual: import("@angular/core").Signal<boolean>;
|
49
|
-
currentFolder: import("@angular/core").Signal<AXMDocumentExplorerNode | null>;
|
50
|
-
currentFolderContents: import("@angular/core").Signal<{
|
51
|
-
folders: AXMDocumentExplorerNode[];
|
52
|
-
files: AXMDocumentExplorerNode[];
|
53
|
-
}>;
|
54
|
-
isLargeTilesView: import("@angular/core").Signal<boolean>;
|
55
|
-
isSmallTilesView: import("@angular/core").Signal<boolean>;
|
56
|
-
isListView: import("@angular/core").Signal<boolean>;
|
57
|
-
isDetailsView: import("@angular/core").Signal<boolean>;
|
58
|
-
isLargeIconsView: import("@angular/core").Signal<boolean>;
|
59
|
-
isSmallIconsView: import("@angular/core").Signal<boolean>;
|
60
|
-
isBackAvailable: import("@angular/core").Signal<boolean>;
|
61
|
-
isUpAvailable: import("@angular/core").Signal<boolean>;
|
62
|
-
selectedCount: import("@angular/core").Signal<number>;
|
63
|
-
hasSelectedItems: import("@angular/core").Signal<boolean>;
|
64
|
-
hasMultipleSelectedItems: import("@angular/core").Signal<boolean>;
|
65
|
-
isMultiSelect: import("@angular/core").Signal<boolean>;
|
66
|
-
selectedNode: import("@angular/core").Signal<AXMDocumentExplorerNode | null>;
|
67
|
-
isDetailPanelOpen: import("@angular/core").Signal<boolean>;
|
68
|
-
initialize: (options?: {
|
69
|
-
scope?: AXPPlatformScope;
|
70
|
-
browseMode?: import("../../drive").AXMDocumentExplorerBrowseMode;
|
71
|
-
filter?: any;
|
72
|
-
}) => Promise<void>;
|
73
|
-
navigateToFolder: (folderId: string) => void;
|
74
|
-
loadFolderContents: (folderId: string) => Promise<void>;
|
75
|
-
virtualFolder: (files?: AXMDocumentExplorerNode[]) => Promise<void>;
|
76
|
-
setViewMode: (mode: import("../../drive").AXPDocumentExplorerViewMode | string) => void;
|
77
|
-
isViewMode: (mode: import("../../drive").AXPDocumentExplorerViewMode | string) => boolean;
|
78
|
-
setSortField: (field: string) => void;
|
79
|
-
setSortDirection: (direction: string) => void;
|
80
|
-
setSelectionMode: (mode: import("../../drive").AXMDocumentSelectionMode | string) => void;
|
81
|
-
setDrive: (scope: AXPPlatformScope) => void;
|
82
|
-
isLoadingFolder: (folderId: string) => boolean;
|
83
|
-
getFileInfo: (fileName: string) => {
|
84
|
-
icon: string;
|
85
|
-
type: string;
|
86
|
-
};
|
87
|
-
getNodeInfo: (node: AXMDocumentExplorerNode) => {
|
88
|
-
name: string;
|
89
|
-
icon: string;
|
90
|
-
type: string;
|
91
|
-
sections: [{
|
92
|
-
title: string;
|
93
|
-
details: {
|
94
|
-
title: string;
|
95
|
-
content?: any;
|
96
|
-
icon?: string;
|
97
|
-
format?: "datetime" | "filesize" | "number" | "string";
|
98
|
-
}[];
|
99
|
-
}];
|
100
|
-
};
|
101
|
-
sortItems: (items: AXMDocumentExplorerNode[]) => AXMDocumentExplorerNode[];
|
102
|
-
refresh: () => Promise<void>;
|
103
|
-
navigateToUp: () => void;
|
104
|
-
navigateBack: () => Promise<void>;
|
105
|
-
openFile: (file: AXMDocumentExplorerNode) => Promise<void>;
|
106
|
-
deleteNodes: (nodes?: AXMDocumentExplorerNode[]) => Promise<void>;
|
107
|
-
toggleSelect: (node: AXMDocumentExplorerNode) => void;
|
108
|
-
isItemSelected: (node: AXMDocumentExplorerNode) => boolean;
|
109
|
-
selectAll: () => void;
|
110
|
-
deselectAll: () => void;
|
111
|
-
openDetailPanel: () => void;
|
112
|
-
closeDetailPanel: () => void;
|
113
|
-
toggleDetailPanel: () => void;
|
114
|
-
getFolderAddMenuItems: () => Promise<import("@acorex/platform/core").AXPActionMenuItem[]>;
|
115
|
-
getFolderActionMenuItems: () => Promise<import("@acorex/platform/core").AXPActionMenuItem[]>;
|
116
|
-
getContextMenuItems: () => Promise<import("@acorex/platform/core").AXPActionMenuItem[]>;
|
117
|
-
} & import("@ngrx/signals").StateSource<{
|
118
|
-
viewMode: import("../../drive").AXPDocumentExplorerViewMode;
|
119
|
-
isLoading: boolean;
|
120
|
-
scope: AXPPlatformScope;
|
121
|
-
currentPath: AXMDocumentExplorerNode[];
|
122
|
-
currentNode: AXMDocumentExplorerNode | null;
|
123
|
-
loadingFolderId: string | null;
|
124
|
-
navigatingFolderId: string | null;
|
125
|
-
backHistory: {
|
126
|
-
folderId: string;
|
127
|
-
path: AXMDocumentExplorerNode[];
|
128
|
-
}[];
|
129
|
-
selectionMode: import("../../drive").AXMDocumentSelectionMode;
|
130
|
-
selectedNodes: AXMDocumentExplorerNode[];
|
131
|
-
browseMode: import("../../drive").AXMDocumentExplorerBrowseMode;
|
132
|
-
sortField: string;
|
133
|
-
sortDirection: string;
|
134
|
-
folders: AXMDocumentExplorerNode[];
|
135
|
-
files: AXMDocumentExplorerNode[];
|
136
|
-
itemsCount: number;
|
137
|
-
availableSpace: number;
|
138
|
-
currentDrive: AXPPlatformScope | null;
|
139
|
-
fileTypes: import("@acorex/platform/common").AXPFileType[];
|
140
|
-
detailPanel: boolean;
|
141
|
-
}>;
|
142
|
-
protected readonly rootConfig: {
|
143
|
-
config: {
|
144
|
-
i18n: string;
|
145
|
-
};
|
146
|
-
module: {
|
147
|
-
module: string;
|
148
|
-
name: string;
|
149
|
-
title: string;
|
150
|
-
icon: string;
|
151
|
-
};
|
152
|
-
entities: {
|
153
|
-
folder: {
|
154
|
-
name: string;
|
155
|
-
title: string;
|
156
|
-
titlePlural: string;
|
157
|
-
icon: string;
|
158
|
-
};
|
159
|
-
document: {
|
160
|
-
name: string;
|
161
|
-
title: string;
|
162
|
-
titlePlural: string;
|
163
|
-
icon: string;
|
164
|
-
};
|
165
|
-
documentType: {
|
166
|
-
name: string;
|
167
|
-
title: string;
|
168
|
-
titlePlural: string;
|
169
|
-
icon: string;
|
170
|
-
};
|
171
|
-
documentTypeMetaDefinition: {
|
172
|
-
name: string;
|
173
|
-
title: string;
|
174
|
-
titlePlural: string;
|
175
|
-
icon: string;
|
176
|
-
};
|
177
|
-
documentTypeMetaValue: {
|
178
|
-
name: string;
|
179
|
-
title: string;
|
180
|
-
titlePlural: string;
|
181
|
-
icon: string;
|
182
|
-
};
|
183
|
-
documentTypeStatus: {
|
184
|
-
name: string;
|
185
|
-
title: string;
|
186
|
-
titlePlural: string;
|
187
|
-
icon: string;
|
188
|
-
};
|
189
|
-
};
|
190
|
-
};
|
191
|
-
protected readonly sessionService: AXPSessionService;
|
192
|
-
protected readonly fileService: AXFileService;
|
193
|
-
protected readonly fileStorageService: AXPFileStorageService;
|
194
|
-
protected readonly driveService: AXMDocumentManagerService;
|
195
|
-
protected readonly documentTypeService: AXMDocumentTypeService;
|
196
|
-
protected documentExplorer: import("@angular/core").Signal<AXMDocumentExplorerComponent | undefined>;
|
197
|
-
protected scopes: typeof AXPPlatformScope;
|
198
|
-
protected actions: import("@angular/core").Signal<AXMDocumentAction[]>;
|
199
|
-
protected multiple: import("@angular/core").Signal<boolean>;
|
200
|
-
protected entity: import("@angular/core").Signal<string>;
|
201
|
-
protected entityRecordId: import("@angular/core").Signal<string>;
|
202
|
-
protected documentTypeNames: import("@angular/core").Signal<string[]>;
|
203
|
-
protected documentTypes: import("@angular/core").WritableSignal<AXMDocumentManagementDocumentTypeEntityModel[]>;
|
204
|
-
ngOnDestroy(): Promise<void>;
|
205
|
-
ngOnInit(): Promise<void>;
|
206
|
-
protected chooseFromDrive(scope: AXPPlatformScope): Promise<void>;
|
207
|
-
protected uploadFromComputer(documentType?: AXMDocumentManagementDocumentTypeEntityModel): Promise<void>;
|
208
|
-
protected updateContents(files: AXMDocumentExplorerNode[]): Promise<void>;
|
209
|
-
protected handleActionCallback(action: AXMDocumentAction): Promise<void>;
|
210
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetEditComponent, never>;
|
211
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetEditComponent, "axm-document-attachment-edit-widget", never, {}, {}, never, never, true, never>;
|
212
|
-
}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class AXMDocumentAttachmentWidgetPrintComponent extends AXPValueWidgetComponent<void> {
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetPrintComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
6
|
-
}
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { AXPValueWidgetComponent } from '@acorex/platform/layout/builder';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class AXMDocumentAttachmentWidgetViewComponent extends AXPValueWidgetComponent<void> {
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetViewComponent, never>;
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetViewComponent, "axp-document-attachment-widget", never, {}, {}, never, never, true, never>;
|
6
|
-
}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
|
2
|
-
export declare const AXMDocumentAttachmentWidget: AXPWidgetConfig;
|
3
|
-
declare module '@acorex/platform/layout/builder' {
|
4
|
-
interface AXPWidgetTypesMap {
|
5
|
-
documentAttachment: 'document-attachment-editor';
|
6
|
-
}
|
7
|
-
}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
export * from './document-attachment-widget-column.component';
|
2
|
-
export * from './document-attachment-widget-edit.component';
|
3
|
-
export * from './document-attachment-widget-print.component';
|
4
|
-
export * from './document-attachment-widget-view.component';
|
5
|
-
export * from './document-attachment-widget.config';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './document-attachment';
|