@acorex/modules 19.2.15 → 19.2.16
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/README.md +3 -0
- package/common/index.d.ts +6 -0
- package/common/lib/common.module.d.ts +6 -0
- package/common/lib/const.d.ts +25 -0
- package/common/lib/entities/dashboard/dashboard.entity.d.ts +3 -0
- package/common/lib/entities/dashboard/dashboard.service.d.ts +10 -0
- package/common/lib/entities/dashboard/dashboard.types.d.ts +8 -0
- package/common/lib/entities/dashboard/index.d.ts +3 -0
- package/common/lib/entities/dashboard-widget-data/dashboard-widget-data.entity.d.ts +3 -0
- package/common/lib/entities/dashboard-widget-data/dashboard-widget-data.service.d.ts +10 -0
- package/common/lib/entities/dashboard-widget-data/dashboard-widget-data.types.d.ts +9 -0
- package/common/lib/entities/dashboard-widget-data/index.d.ts +3 -0
- package/common/lib/entities/index.d.ts +2 -0
- package/common/lib/entity.provider.d.ts +10 -0
- package/common/lib/features/home/dashboard-home.d.ts +5 -0
- package/common/lib/features/home/index.d.ts +1 -0
- package/common/lib/menu.provider.d.ts +5 -0
- package/common/lib/permission.provider.d.ts +4 -0
- package/common/lib/search-command.provider.d.ts +4 -0
- package/common/lib/setting.provider.d.ts +4 -0
- package/document-management/lib/entities/document/document.service.d.ts +7 -0
- package/document-management/lib/entities/folder/folder.service.d.ts +7 -0
- package/document-management/lib/features/document-explorer/components/rename-node-dialog/rename-node-dialog.component.d.ts +14 -0
- package/document-management/lib/features/document-explorer/document-explorer.component.d.ts +5 -3
- package/document-management/lib/features/drive/drive.component.d.ts +3 -2
- package/document-management/lib/features/shared/document-manager.service.d.ts +80 -1
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-column.component.d.ts +6 -0
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-edit.component.d.ts +6 -0
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-filter.component.d.ts +6 -0
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-print.component.d.ts +6 -0
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget-view.component.d.ts +6 -0
- package/document-management/lib/features/widgets/document-attachment/document-attachment-widget.config.d.ts +7 -0
- package/document-management/lib/features/widgets/document-attachment/index.d.ts +6 -0
- package/document-management/lib/features/widgets/index.d.ts +1 -0
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-CZ_nTBkL.mjs → acorex-modules-auth-acorex-modules-auth-DTje3YIv.mjs} +8 -8
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-CZ_nTBkL.mjs.map → acorex-modules-auth-acorex-modules-auth-DTje3YIv.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-app-chooser.component-CGSygSjS.mjs → acorex-modules-auth-app-chooser.component-CZxX5-T_.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-app-chooser.component-CGSygSjS.mjs.map → acorex-modules-auth-app-chooser.component-CZxX5-T_.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-login.module-B1sF3B_O.mjs → acorex-modules-auth-login.module-B9P2XpfQ.mjs} +4 -4
- package/fesm2022/{acorex-modules-auth-login.module-B1sF3B_O.mjs.map → acorex-modules-auth-login.module-B9P2XpfQ.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-master.layout-CK4nyS8D.mjs → acorex-modules-auth-master.layout-BYC0FYq1.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-master.layout-CK4nyS8D.mjs.map → acorex-modules-auth-master.layout-BYC0FYq1.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-DC_zi8bV.mjs → acorex-modules-auth-password.component-C7Yp-ioT.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-DC_zi8bV.mjs.map → acorex-modules-auth-password.component-C7Yp-ioT.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-DqvmIMDR.mjs → acorex-modules-auth-password.component-DzrYH4yM.mjs} +3 -3
- package/fesm2022/acorex-modules-auth-password.component-DzrYH4yM.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-routes-DwHgPrDP.mjs → acorex-modules-auth-routes-Bu-xB4O6.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-routes-DwHgPrDP.mjs.map → acorex-modules-auth-routes-Bu-xB4O6.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-two-factor.module-BatKQRdJ.mjs → acorex-modules-auth-two-factor.module-YRh6_YcG.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-two-factor.module-BatKQRdJ.mjs.map → acorex-modules-auth-two-factor.module-YRh6_YcG.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth.mjs +1 -1
- package/fesm2022/acorex-modules-common-index-zaFxpV8u.mjs +14 -0
- package/fesm2022/acorex-modules-common-index-zaFxpV8u.mjs.map +1 -0
- package/fesm2022/acorex-modules-common.mjs +1095 -0
- package/fesm2022/acorex-modules-common.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-DagdBc6i.mjs +4242 -0
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-DagdBc6i.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-create-folder-dialog.component-fNeqoZfY.mjs +91 -0
- package/fesm2022/acorex-modules-document-management-create-folder-dialog.component-fNeqoZfY.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-rename-node-dialog.component-C-eCtqLa.mjs +101 -0
- package/fesm2022/acorex-modules-document-management-rename-node-dialog.component-C-eCtqLa.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management.mjs +1 -3093
- package/fesm2022/acorex-modules-document-management.mjs.map +1 -1
- package/package.json +5 -1
- package/fesm2022/acorex-modules-auth-password.component-DqvmIMDR.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-drive.component-bjnFFaLS.mjs +0 -951
- package/fesm2022/acorex-modules-document-management-drive.component-bjnFFaLS.mjs.map +0 -1
package/common/README.md
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AXMCommonModule {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMCommonModule, never>;
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCommonModule, never, never, never>;
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMCommonModule>;
|
6
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
export declare const RootConfig: {
|
2
|
+
config: {
|
3
|
+
i18n: string;
|
4
|
+
};
|
5
|
+
module: {
|
6
|
+
module: string;
|
7
|
+
name: string;
|
8
|
+
title: string;
|
9
|
+
icon: string;
|
10
|
+
};
|
11
|
+
entities: {
|
12
|
+
dashboardWidgetData: {
|
13
|
+
name: string;
|
14
|
+
title: string;
|
15
|
+
titlePlural: string;
|
16
|
+
icon: string;
|
17
|
+
};
|
18
|
+
dashboard: {
|
19
|
+
name: string;
|
20
|
+
title: string;
|
21
|
+
titlePlural: string;
|
22
|
+
icon: string;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
|
2
|
+
import { AXMCommonDashboardEntityModel } from './dashboard.types';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare abstract class AXMDashboardService extends AXMEntityCrudServiceImpl<string, AXMCommonDashboardEntityModel> {
|
5
|
+
}
|
6
|
+
export declare class AXMDashboardServiceImpl extends AXMDashboardService {
|
7
|
+
constructor();
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDashboardServiceImpl, never>;
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDashboardServiceImpl>;
|
10
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { AXPEntityModel } from '@acorex/platform/layout/entity';
|
2
|
+
import { AXMCommonDashboardWidgetDataEntityModel } from '../dashboard-widget-data';
|
3
|
+
export interface AXMCommonDashboardEntityModel extends AXPEntityModel<string> {
|
4
|
+
name: string;
|
5
|
+
title: string;
|
6
|
+
description: string;
|
7
|
+
widget: AXMCommonDashboardWidgetDataEntityModel[];
|
8
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
|
2
|
+
import { AXMCommonDashboardWidgetDataEntityModel } from './dashboard-widget-data.types';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare abstract class AXMDashboardWidgetDataService extends AXMEntityCrudServiceImpl<string, AXMCommonDashboardWidgetDataEntityModel> {
|
5
|
+
}
|
6
|
+
export declare class AXMDashboardWidgetDataServiceImpl extends AXMDashboardWidgetDataService {
|
7
|
+
constructor();
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDashboardWidgetDataServiceImpl, never>;
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDashboardWidgetDataServiceImpl>;
|
10
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXPEntity } from '@acorex/platform/common';
|
2
|
+
import { AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityPreloadEntity } from '@acorex/platform/layout/entity';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class AXMEntityProvider implements AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader {
|
5
|
+
private injector;
|
6
|
+
preload(): AXPEntityPreloadEntity[];
|
7
|
+
get(moduleName: string, entityName: string): Promise<AXPEntity | null>;
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEntityProvider, never>;
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEntityProvider>;
|
10
|
+
}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AXPDashboardHomeComponent {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDashboardHomeComponent, never>;
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPDashboardHomeComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
5
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './dashboard-home';
|
@@ -4,10 +4,17 @@ import { AXMDocumentManagementDocumentEntityModel } from './document.types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare abstract class AXMDocumentService extends AXMEntityCrudServiceImpl<string, AXMDocumentManagementDocumentEntityModel> {
|
6
6
|
abstract getPath(documentId: string): Promise<AXMDocumentManagementFolderEntityModel[]>;
|
7
|
+
/**
|
8
|
+
* جستجوی فایلها با نام مشخص شده
|
9
|
+
* @param searchTerm عبارت جستجو
|
10
|
+
* @param rootFolderId شناسه فولدر ریشه برای شروع جستجو
|
11
|
+
*/
|
12
|
+
abstract searchFiles(searchTerm: string, rootFolderId: string): Promise<AXMDocumentManagementDocumentEntityModel[]>;
|
7
13
|
}
|
8
14
|
export declare class AXMDocumentServiceImpl extends AXMDocumentService {
|
9
15
|
constructor();
|
10
16
|
getPath(_: string): Promise<AXMDocumentManagementFolderEntityModel[]>;
|
17
|
+
searchFiles(_searchTerm: string, _rootFolderId: string): Promise<AXMDocumentManagementDocumentEntityModel[]>;
|
11
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentServiceImpl, never>;
|
12
19
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDocumentServiceImpl>;
|
13
20
|
}
|
@@ -3,10 +3,17 @@ import { AXMDocumentManagementFolderCreateDto, AXMDocumentManagementFolderEntity
|
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare abstract class AXMFolderService extends AXMEntityCrudServiceImpl<string, AXMDocumentManagementFolderEntityModel, AXMDocumentManagementFolderCreateDto> {
|
5
5
|
abstract getPath(folderId: string): Promise<AXMDocumentManagementFolderEntityModel[]>;
|
6
|
+
/**
|
7
|
+
* جستجوی فولدرها با نام مشخص شده
|
8
|
+
* @param searchTerm عبارت جستجو
|
9
|
+
* @param rootFolderId شناسه فولدر ریشه برای شروع جستجو
|
10
|
+
*/
|
11
|
+
abstract searchFolders(searchTerm: string, rootFolderId: string): Promise<AXMDocumentManagementFolderEntityModel[]>;
|
6
12
|
}
|
7
13
|
export declare class AXMFolderServiceImpl extends AXMFolderService {
|
8
14
|
constructor();
|
9
15
|
getPath(_: string): Promise<AXMDocumentManagementFolderEntityModel[]>;
|
16
|
+
searchFolders(_searchTerm: string, _rootFolderId: string): Promise<AXMDocumentManagementFolderEntityModel[]>;
|
10
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMFolderServiceImpl, never>;
|
11
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMFolderServiceImpl>;
|
12
19
|
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { AXFormComponent } from '@acorex/components/form';
|
2
|
+
import { AXBasePageComponent } from '@acorex/components/page';
|
3
|
+
import { AXMDocumentExplorerNode } from '../../../drive';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class AXMRenameNodeDialog extends AXBasePageComponent {
|
6
|
+
private driveService;
|
7
|
+
node: AXMDocumentExplorerNode;
|
8
|
+
protected name: import("@angular/core").ModelSignal<string>;
|
9
|
+
protected ngOnInit(): void;
|
10
|
+
handleSubmitButton(form: AXFormComponent): Promise<void>;
|
11
|
+
onCancel(): void;
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMRenameNodeDialog, never>;
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMRenameNodeDialog, "ax-rename-node-dialog", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; }, { "name": "nameChange"; }, never, never, true, never>;
|
14
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
import { AXContextMenuOpeningEvent, AXContextMenuItemsClickEvent, AXContextMenuComponent } from '@acorex/components/menu';
|
1
|
+
import { AXContextMenuComponent, AXContextMenuItemsClickEvent, AXContextMenuOpeningEvent } from '@acorex/components/menu';
|
3
2
|
import { AXTranslationService } from '@acorex/core/translation';
|
3
|
+
import { AXMDocumentExplorerNode, AXMDocumentManagerService } from '../drive';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class AXMDocumentExplorerComponent {
|
6
6
|
#private;
|
@@ -68,7 +68,9 @@ export declare class AXMDocumentExplorerComponent {
|
|
68
68
|
protected handleContextMenuRootOnOpening(e: AXContextMenuOpeningEvent): void;
|
69
69
|
protected handleContextMenuItemClick(e: AXContextMenuItemsClickEvent): Promise<void>;
|
70
70
|
createFolder(node?: AXMDocumentExplorerNode): Promise<void>;
|
71
|
+
deleteNode(node?: AXMDocumentExplorerNode): Promise<void>;
|
72
|
+
renameNode(node?: AXMDocumentExplorerNode): Promise<void>;
|
71
73
|
uploadFile(node?: AXMDocumentExplorerNode): Promise<void>;
|
72
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentExplorerComponent, never>;
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentExplorerComponent, "
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentExplorerComponent, "axm-document-explorer", never, {}, {}, never, never, true, never>;
|
74
76
|
}
|
@@ -1,8 +1,8 @@
|
|
1
|
+
import { AXPSessionService } from '@acorex/platform/auth';
|
1
2
|
import { OnInit } from '@angular/core';
|
2
|
-
import {
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
3
4
|
import { AXMDocumentExplorerComponent } from '../document-explorer';
|
4
5
|
import { AXMDriveScope } from '../shared/document-manager.types';
|
5
|
-
import { AXPSessionService } from '@acorex/platform/auth';
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
export declare class AXMDocumentDriveComponent implements OnInit {
|
8
8
|
#private;
|
@@ -188,6 +188,7 @@ export declare class AXMDocumentDriveComponent implements OnInit {
|
|
188
188
|
textKey: string;
|
189
189
|
icon: string;
|
190
190
|
}>;
|
191
|
+
handleSearchChange(event: any): Promise<void>;
|
191
192
|
ngOnInit(): Promise<void>;
|
192
193
|
private loadDrive;
|
193
194
|
loadFilterItems(): Promise<void>;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { AXDialogService } from '@acorex/components/dialog';
|
1
2
|
import { AXPopupService } from '@acorex/components/popup';
|
2
3
|
import { AXPSessionService } from '@acorex/platform/auth';
|
3
4
|
import { AXMDocumentManagementFolderCreateDto, AXMDocumentService, AXMFolderService } from '../../entities';
|
@@ -31,6 +32,37 @@ export interface AXMDocumentManagerServiceInterface {
|
|
31
32
|
deleteFile(fileId: string): Promise<void>;
|
32
33
|
deleteNodes(nodeIds: string[]): Promise<void>;
|
33
34
|
showCreateFolderDialog(parentId?: string): Promise<AXMDocumentExplorerNode | null>;
|
35
|
+
showDeleteNodesDialog(nodeIds: string[]): Promise<void>;
|
36
|
+
/**
|
37
|
+
* جستجوی فولدرها با نام مشخص شده در اسکوپ
|
38
|
+
* @param searchTerm عبارت جستجو
|
39
|
+
* @param scope اسکوپ جستجو
|
40
|
+
* @param options گزینههای اضافی مانند tenantId و userId
|
41
|
+
*/
|
42
|
+
searchFolders(searchTerm: string, scope: AXMDriveScope, options?: {
|
43
|
+
tenantId?: string;
|
44
|
+
userId?: string;
|
45
|
+
}): Promise<AXMDocumentExplorerNode[]>;
|
46
|
+
/**
|
47
|
+
* جستجوی فایلها با نام مشخص شده در اسکوپ
|
48
|
+
* @param searchTerm عبارت جستجو
|
49
|
+
* @param scope اسکوپ جستجو
|
50
|
+
* @param options گزینههای اضافی مانند tenantId و userId
|
51
|
+
*/
|
52
|
+
searchFiles(searchTerm: string, scope: AXMDriveScope, options?: {
|
53
|
+
tenantId?: string;
|
54
|
+
userId?: string;
|
55
|
+
}): Promise<AXMDocumentExplorerNode[]>;
|
56
|
+
/**
|
57
|
+
* جستجوی تمام نودها (فولدرها و فایلها) با نام مشخص شده در اسکوپ
|
58
|
+
* @param searchTerm عبارت جستجو
|
59
|
+
* @param scope اسکوپ جستجو
|
60
|
+
* @param options گزینههای اضافی مانند tenantId و userId
|
61
|
+
*/
|
62
|
+
searchNodes(searchTerm: string, scope: AXMDriveScope, options?: {
|
63
|
+
tenantId?: string;
|
64
|
+
userId?: string;
|
65
|
+
}): Promise<AXMDocumentExplorerNode[]>;
|
34
66
|
}
|
35
67
|
/**
|
36
68
|
* Service for handling document drive operations
|
@@ -40,6 +72,7 @@ export declare class AXMDocumentManagerService implements AXMDocumentManagerServ
|
|
40
72
|
protected sessionService: AXPSessionService;
|
41
73
|
protected documentService: AXMDocumentService;
|
42
74
|
protected popupService: AXPopupService;
|
75
|
+
protected dialogService: AXDialogService;
|
43
76
|
private scopedDriveCache;
|
44
77
|
scope(scope: AXMDriveScope, options?: {
|
45
78
|
tenantId?: string;
|
@@ -101,7 +134,38 @@ export declare class AXMDocumentManagerService implements AXMDocumentManagerServ
|
|
101
134
|
deleteFile(fileId: string): Promise<void>;
|
102
135
|
deleteNodes(nodeIds: string[]): Promise<void>;
|
103
136
|
showCreateFolderDialog(parentId?: string): Promise<AXMDocumentExplorerNode | null>;
|
104
|
-
rename(node: AXMDocumentExplorerNode): Promise<
|
137
|
+
rename(node: AXMDocumentExplorerNode): Promise<AXMDocumentExplorerNode>;
|
138
|
+
showDeleteNodesDialog(nodeIds: string[]): Promise<void>;
|
139
|
+
/**
|
140
|
+
* جستجوی فولدرها با نام مشخص شده در اسکوپ
|
141
|
+
* @param searchTerm عبارت جستجو
|
142
|
+
* @param scope اسکوپ جستجو
|
143
|
+
* @param options گزینههای اضافی مانند tenantId و userId
|
144
|
+
*/
|
145
|
+
searchFolders(searchTerm: string, scope: AXMDriveScope, options?: {
|
146
|
+
tenantId?: string;
|
147
|
+
userId?: string;
|
148
|
+
}): Promise<AXMDocumentExplorerNode[]>;
|
149
|
+
/**
|
150
|
+
* جستجوی فایلها با نام مشخص شده در اسکوپ
|
151
|
+
* @param searchTerm عبارت جستجو
|
152
|
+
* @param scope اسکوپ جستجو
|
153
|
+
* @param options گزینههای اضافی مانند tenantId و userId
|
154
|
+
*/
|
155
|
+
searchFiles(searchTerm: string, scope: AXMDriveScope, options?: {
|
156
|
+
tenantId?: string;
|
157
|
+
userId?: string;
|
158
|
+
}): Promise<AXMDocumentExplorerNode[]>;
|
159
|
+
/**
|
160
|
+
* جستجوی تمام نودها (فولدرها و فایلها) با نام مشخص شده در اسکوپ
|
161
|
+
* @param searchTerm عبارت جستجو
|
162
|
+
* @param scope اسکوپ جستجو
|
163
|
+
* @param options گزینههای اضافی مانند tenantId و userId
|
164
|
+
*/
|
165
|
+
searchNodes(searchTerm: string, scope: AXMDriveScope, options?: {
|
166
|
+
tenantId?: string;
|
167
|
+
userId?: string;
|
168
|
+
}): Promise<AXMDocumentExplorerNode[]>;
|
105
169
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagerService, never>;
|
106
170
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDocumentManagerService>;
|
107
171
|
}
|
@@ -126,5 +190,20 @@ declare class ScopedDriveService {
|
|
126
190
|
updateFolder(folderId: string, data: UpdateFolderDto): Promise<AXMDocumentExplorerNode>;
|
127
191
|
deleteFolder(folderId: string): Promise<void>;
|
128
192
|
getAvailableSpace(): Promise<number>;
|
193
|
+
/**
|
194
|
+
* جستجوی فولدرها با نام مشخص شده در اسکوپ فعلی
|
195
|
+
* @param searchTerm عبارت جستجو
|
196
|
+
*/
|
197
|
+
searchFolders(searchTerm: string): Promise<AXMDocumentExplorerNode[]>;
|
198
|
+
/**
|
199
|
+
* جستجوی فایلها با نام مشخص شده در اسکوپ فعلی
|
200
|
+
* @param searchTerm عبارت جستجو
|
201
|
+
*/
|
202
|
+
searchFiles(searchTerm: string): Promise<AXMDocumentExplorerNode[]>;
|
203
|
+
/**
|
204
|
+
* جستجوی تمام نودها (فولدرها و فایلها) با نام مشخص شده در اسکوپ فعلی
|
205
|
+
* @param searchTerm عبارت جستجو
|
206
|
+
*/
|
207
|
+
searchNodes(searchTerm: string): Promise<AXMDocumentExplorerNode[]>;
|
129
208
|
}
|
130
209
|
export {};
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class AXMDocumentAttachmentWidgetColumnComponent extends AXPWidgetComponent<any> {
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetColumnComponent, never>;
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetColumnComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class AXMDocumentAttachmentWidgetEditComponent extends AXPWidgetComponent<any> {
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetEditComponent, never>;
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetEditComponent, "axm-document-attachment-widget", never, {}, {}, never, never, true, never>;
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class AXMDocumentAttachmentWidgetFilterComponent extends AXPWidgetComponent<any> {
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetFilterComponent, never>;
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetFilterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class AXMDocumentAttachmentWidgetPrintComponent extends AXPWidgetComponent<any> {
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetPrintComponent, never>;
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class AXMDocumentAttachmentWidgetViewComponent extends AXPWidgetComponent<any> {
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentAttachmentWidgetViewComponent, never>;
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMDocumentAttachmentWidgetViewComponent, "axp-document-attachment-widget", never, {}, {}, never, never, true, never>;
|
6
|
+
}
|
@@ -0,0 +1,7 @@
|
|
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
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
export * from './document-attachment-widget-column.component';
|
2
|
+
export * from './document-attachment-widget-edit.component';
|
3
|
+
export * from './document-attachment-widget-filter.component';
|
4
|
+
export * from './document-attachment-widget-print.component';
|
5
|
+
export * from './document-attachment-widget-view.component';
|
6
|
+
export * from './document-attachment-widget.config';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './document-attachment';
|
@@ -103,18 +103,18 @@ const routes = [
|
|
103
103
|
},
|
104
104
|
{
|
105
105
|
path: '',
|
106
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
107
|
-
loadChildren: () => import('./acorex-modules-auth-login.module-
|
106
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-BYC0FYq1.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
107
|
+
loadChildren: () => import('./acorex-modules-auth-login.module-B9P2XpfQ.mjs').then((c) => c.AXPSignInModule),
|
108
108
|
},
|
109
109
|
{
|
110
110
|
path: '',
|
111
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
112
|
-
loadChildren: () => import('./acorex-modules-auth-two-factor.module-
|
111
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-BYC0FYq1.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
112
|
+
loadChildren: () => import('./acorex-modules-auth-two-factor.module-YRh6_YcG.mjs').then((c) => c.AXPTwoFactorModule),
|
113
113
|
},
|
114
114
|
{
|
115
115
|
path: '',
|
116
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
117
|
-
loadChildren: () => import('./acorex-modules-auth-routes-
|
116
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-BYC0FYq1.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
117
|
+
loadChildren: () => import('./acorex-modules-auth-routes-Bu-xB4O6.mjs').then((c) => c),
|
118
118
|
},
|
119
119
|
{
|
120
120
|
path: 'account',
|
@@ -457,7 +457,7 @@ function routesFacory() {
|
|
457
457
|
},
|
458
458
|
{
|
459
459
|
path: 'app-chooser',
|
460
|
-
loadComponent: () => import('./acorex-modules-auth-app-chooser.component-
|
460
|
+
loadComponent: () => import('./acorex-modules-auth-app-chooser.component-CZxX5-T_.mjs').then((c) => c.AXPAuthAppChooserComponent),
|
461
461
|
canActivate: [AXPAuthGuard, canActivateAppChooser],
|
462
462
|
},
|
463
463
|
];
|
@@ -634,4 +634,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
|
|
634
634
|
*/
|
635
635
|
|
636
636
|
export { AXM_AUTH_CONFIG_TOKEN as A, AXMAuthenticationTypes as a, AXPTenantChooserDropdownComponent as b, AXPAppChooserListComponent as c, AXMAuthErrorHandler as d, AXMDefaultAuthConfigs as e, configAuthModule as f, AXMAuthModule as g, AXPIdleService as h };
|
637
|
-
//# sourceMappingURL=acorex-modules-auth-acorex-modules-auth-
|
637
|
+
//# sourceMappingURL=acorex-modules-auth-acorex-modules-auth-DTje3YIv.mjs.map
|