@acorex/modules 19.2.9 → 19.2.11
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/document-management/README.md +3 -0
- package/document-management/index.d.ts +6 -0
- package/document-management/lib/const.d.ts +48 -0
- package/document-management/lib/document-management.module.d.ts +11 -0
- package/document-management/lib/entities/document/document.entity.d.ts +3 -0
- package/document-management/lib/entities/document/document.module.d.ts +6 -0
- package/document-management/lib/entities/document/document.service.d.ts +10 -0
- package/document-management/lib/entities/document/document.types.d.ts +5 -0
- package/document-management/lib/entities/document/index.d.ts +4 -0
- package/document-management/lib/entities/document-type/coulmn-def.widget.d.ts +70 -0
- package/document-management/lib/entities/document-type/document-type.entity.d.ts +3 -0
- package/document-management/lib/entities/document-type/document-type.module.d.ts +6 -0
- package/document-management/lib/entities/document-type/document-type.service.d.ts +10 -0
- package/document-management/lib/entities/document-type/document-type.types.d.ts +5 -0
- package/document-management/lib/entities/document-type/index.d.ts +4 -0
- package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.entity.d.ts +3 -0
- package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.module.d.ts +6 -0
- package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.service.d.ts +10 -0
- package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.types.d.ts +5 -0
- package/document-management/lib/entities/document-type-meta-definition/index.d.ts +4 -0
- package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.entity.d.ts +3 -0
- package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.module.d.ts +6 -0
- package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.service.d.ts +10 -0
- package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.types.d.ts +5 -0
- package/document-management/lib/entities/document-type-meta-value/index.d.ts +4 -0
- package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.entity.d.ts +3 -0
- package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.module.d.ts +6 -0
- package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.service.d.ts +10 -0
- package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.types.d.ts +5 -0
- package/document-management/lib/entities/document-type-status-definition/index.d.ts +4 -0
- package/document-management/lib/entity.provider.d.ts +10 -0
- package/document-management/lib/menu.provider.d.ts +5 -0
- package/document-management/lib/permission.provider.d.ts +4 -0
- package/document-management/lib/search-command.provider.d.ts +4 -0
- package/document-management/lib/setting.provider.d.ts +4 -0
- package/fesm2022/acorex-modules-application-management.mjs +0 -10
- package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-document-management.mjs +1829 -0
- package/fesm2022/acorex-modules-document-management.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-acorex-modules-form-template-management-gE7jDpjq.mjs → acorex-modules-form-template-management-acorex-modules-form-template-management-BkUdHH_Y.mjs} +18 -10
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-BkUdHH_Y.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-category.entity-BaX5yaK9.mjs → acorex-modules-form-template-management-category.entity-D00XZd7o.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-category.entity-BaX5yaK9.mjs.map → acorex-modules-form-template-management-category.entity-D00XZd7o.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-setting.provider-h3v_4sR9.mjs → acorex-modules-form-template-management-setting.provider-Dy-Cd_iL.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-setting.provider-h3v_4sR9.mjs.map → acorex-modules-form-template-management-setting.provider-Dy-Cd_iL.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-GxCDqH9d.mjs → acorex-modules-form-template-management-template-widget-edit.component-rGcHfFSh.mjs} +2 -2
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-GxCDqH9d.mjs.map → acorex-modules-form-template-management-template-widget-edit.component-rGcHfFSh.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-form-template-management-template.entity-CzmbpLj_.mjs → acorex-modules-form-template-management-template.entity-B0DUUdPJ.mjs} +8 -3
- package/fesm2022/acorex-modules-form-template-management-template.entity-B0DUUdPJ.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-CJKcMi8Q.mjs → acorex-modules-form-template-management-viewer-popup.component-xUrGRQbQ.mjs} +4 -4
- package/fesm2022/acorex-modules-form-template-management-viewer-popup.component-xUrGRQbQ.mjs.map +1 -0
- package/fesm2022/acorex-modules-form-template-management.mjs +1 -1
- package/fesm2022/acorex-modules-organization-management.mjs +42 -8
- package/fesm2022/acorex-modules-organization-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +637 -82
- package/fesm2022/acorex-modules-platform-management.mjs.map +1 -1
- package/form-template-management/lib/features/viewer/viewer-connector.service.d.ts +3 -2
- package/form-template-management/lib/features/viewer/viewer-popup.component.d.ts +2 -0
- package/organization-management/lib/const.d.ts +12 -0
- package/organization-management/lib/features/organization-chart/org-chart-configuration.page.d.ts +12 -0
- package/organization-management/lib/features/organization-chart/org-chart.page.d.ts +12 -0
- package/package.json +9 -5
- package/platform-management/lib/const.d.ts +6 -0
- package/platform-management/lib/entities/data-source/coulmn-def.widget.d.ts +3 -0
- package/platform-management/lib/entities/index.d.ts +1 -0
- package/platform-management/lib/entities/meta-data-definition/index.d.ts +4 -0
- package/platform-management/lib/entities/meta-data-definition/meta-data-definition.entity.d.ts +3 -0
- package/platform-management/lib/entities/meta-data-definition/meta-data-definition.module.d.ts +6 -0
- package/platform-management/lib/entities/meta-data-definition/meta-data-definition.service.d.ts +10 -0
- package/platform-management/lib/entities/meta-data-definition/meta-data-definition.types.d.ts +5 -0
- package/platform-management/lib/platform-management.module.d.ts +5 -4
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-gE7jDpjq.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-template.entity-CzmbpLj_.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-viewer-popup.component-CJKcMi8Q.mjs.map +0 -1
@@ -0,0 +1,48 @@
|
|
1
|
+
export declare const RootConfig: {
|
2
|
+
config: {
|
3
|
+
i18n: string;
|
4
|
+
documentEntity: string;
|
5
|
+
documentTypeEntity: string;
|
6
|
+
documentTypeMetaDefinitionEntity: string;
|
7
|
+
documentTypeMetaValueEntity: string;
|
8
|
+
documentTypeStatusDefinitionEntity: string;
|
9
|
+
};
|
10
|
+
module: {
|
11
|
+
module: string;
|
12
|
+
name: string;
|
13
|
+
title: string;
|
14
|
+
icon: string;
|
15
|
+
};
|
16
|
+
entities: {
|
17
|
+
document: {
|
18
|
+
name: string;
|
19
|
+
title: string;
|
20
|
+
titlePlural: string;
|
21
|
+
icon: string;
|
22
|
+
};
|
23
|
+
documentType: {
|
24
|
+
name: string;
|
25
|
+
title: string;
|
26
|
+
titlePlural: string;
|
27
|
+
icon: string;
|
28
|
+
};
|
29
|
+
documentTypeMetaDefinition: {
|
30
|
+
name: string;
|
31
|
+
title: string;
|
32
|
+
titlePlural: string;
|
33
|
+
icon: string;
|
34
|
+
};
|
35
|
+
documentTypeMetaValue: {
|
36
|
+
name: string;
|
37
|
+
title: string;
|
38
|
+
titlePlural: string;
|
39
|
+
icon: string;
|
40
|
+
};
|
41
|
+
documentTypeStatus: {
|
42
|
+
name: string;
|
43
|
+
title: string;
|
44
|
+
titlePlural: string;
|
45
|
+
icon: string;
|
46
|
+
};
|
47
|
+
};
|
48
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./entities/document-type-status-definition/document-type-status-definition.module";
|
3
|
+
import * as i2 from "./entities/document-type-meta-value/document-type-meta-value.module";
|
4
|
+
import * as i3 from "./entities/document-type-meta-definition/document-type-meta-definition.module";
|
5
|
+
import * as i4 from "./entities/document-type/document-type.module";
|
6
|
+
import * as i5 from "./entities/document/document.module";
|
7
|
+
export declare class AXMDocumentManagementModule {
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementModule, never>;
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMDocumentManagementModule, never, [typeof i1.AXMDocumentManagementDocumentTypeStatusDefinitionEntityModule, typeof i2.AXMDocumentManagementDocumentTypeMetaValueEntityModule, typeof i3.AXMDocumentManagementDocumentTypeMetaDefinitionEntityModule, typeof i4.AXMDocumentManagementDocumentTypeEntityModule, typeof i5.AXMDocumentManagementDocumentEntityModule], never>;
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMDocumentManagementModule>;
|
11
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AXMDocumentManagementDocumentEntityModule {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentEntityModule, never>;
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMDocumentManagementDocumentEntityModule, never, never, never>;
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMDocumentManagementDocumentEntityModule>;
|
6
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
|
2
|
+
import { AXMDocumentManagementDocumentEntityModel } from './document.types';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare abstract class AXMDocumentManagementDocumentEntityService extends AXMEntityCrudServiceImpl<string, AXMDocumentManagementDocumentEntityModel> {
|
5
|
+
}
|
6
|
+
export declare class AXMDocumentManagementDocumentEntityServiceImpl extends AXMDocumentManagementDocumentEntityService {
|
7
|
+
constructor();
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentEntityServiceImpl, never>;
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDocumentManagementDocumentEntityServiceImpl>;
|
10
|
+
}
|
@@ -0,0 +1,70 @@
|
|
1
|
+
export declare const AXM_COLUMN_DEF_WIDGET: {
|
2
|
+
type: string;
|
3
|
+
mode: string;
|
4
|
+
children: ({
|
5
|
+
type: string;
|
6
|
+
mode: string;
|
7
|
+
options: {
|
8
|
+
colSpan: number;
|
9
|
+
};
|
10
|
+
children: {
|
11
|
+
type: string;
|
12
|
+
mode: string;
|
13
|
+
path: string;
|
14
|
+
options: {
|
15
|
+
placeholder: string;
|
16
|
+
defaultValue: string;
|
17
|
+
};
|
18
|
+
}[];
|
19
|
+
} | {
|
20
|
+
type: string;
|
21
|
+
mode: string;
|
22
|
+
options: {
|
23
|
+
colSpan: number;
|
24
|
+
};
|
25
|
+
children: {
|
26
|
+
type: string;
|
27
|
+
mode: string;
|
28
|
+
path: string;
|
29
|
+
options: {
|
30
|
+
placeholder: string;
|
31
|
+
};
|
32
|
+
}[];
|
33
|
+
} | {
|
34
|
+
type: string;
|
35
|
+
options: {
|
36
|
+
colSpan: number;
|
37
|
+
};
|
38
|
+
mode: string;
|
39
|
+
children: {
|
40
|
+
type: string;
|
41
|
+
mode: string;
|
42
|
+
path: string;
|
43
|
+
options: {
|
44
|
+
ruleValidation: {
|
45
|
+
rule: boolean;
|
46
|
+
};
|
47
|
+
placeholder: string;
|
48
|
+
valueField: string;
|
49
|
+
textField: string;
|
50
|
+
dataSource: {
|
51
|
+
title: Capitalize<string>;
|
52
|
+
name: any;
|
53
|
+
}[];
|
54
|
+
direction: string;
|
55
|
+
multiple: boolean;
|
56
|
+
};
|
57
|
+
}[];
|
58
|
+
} | {
|
59
|
+
type: string;
|
60
|
+
options: {
|
61
|
+
colSpan: number;
|
62
|
+
};
|
63
|
+
mode: string;
|
64
|
+
children: {
|
65
|
+
type: string;
|
66
|
+
mode: string;
|
67
|
+
path: string;
|
68
|
+
}[];
|
69
|
+
})[];
|
70
|
+
}[];
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AXMDocumentManagementDocumentTypeEntityModule {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentTypeEntityModule, never>;
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMDocumentManagementDocumentTypeEntityModule, never, never, never>;
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMDocumentManagementDocumentTypeEntityModule>;
|
6
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
|
2
|
+
import { AXMDocumentManagementDocumentTypeEntityModel } from './document-type.types';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare abstract class AXMDocumentManagementDocumentTypeEntityService extends AXMEntityCrudServiceImpl<string, AXMDocumentManagementDocumentTypeEntityModel> {
|
5
|
+
}
|
6
|
+
export declare class AXMDocumentManagementDocumentTypeEntityServiceImpl extends AXMDocumentManagementDocumentTypeEntityService {
|
7
|
+
constructor();
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentTypeEntityServiceImpl, never>;
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDocumentManagementDocumentTypeEntityServiceImpl>;
|
10
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AXMDocumentManagementDocumentTypeMetaDefinitionEntityModule {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentTypeMetaDefinitionEntityModule, never>;
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMDocumentManagementDocumentTypeMetaDefinitionEntityModule, never, never, never>;
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMDocumentManagementDocumentTypeMetaDefinitionEntityModule>;
|
6
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
|
2
|
+
import { AXMDocumentManagementDocumentTypeMetaDefinitionEntityModel } from './document-type-meta-definition.types';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare abstract class AXMDocumentManagementDocumentTypeMetaDefinitionEntityService extends AXMEntityCrudServiceImpl<string, AXMDocumentManagementDocumentTypeMetaDefinitionEntityModel> {
|
5
|
+
}
|
6
|
+
export declare class AXMDocumentManagementDocumentTypeMetaDefinitionEntityServiceImpl extends AXMDocumentManagementDocumentTypeMetaDefinitionEntityService {
|
7
|
+
constructor();
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentTypeMetaDefinitionEntityServiceImpl, never>;
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDocumentManagementDocumentTypeMetaDefinitionEntityServiceImpl>;
|
10
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AXMDocumentManagementDocumentTypeMetaValueEntityModule {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentTypeMetaValueEntityModule, never>;
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMDocumentManagementDocumentTypeMetaValueEntityModule, never, never, never>;
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMDocumentManagementDocumentTypeMetaValueEntityModule>;
|
6
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
|
2
|
+
import { AXMDocumentManagementDocumentTypeMetaValueEntityModel } from './document-type-meta-value.types';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare abstract class AXMDocumentManagementDocumentTypeMetaValueEntityService extends AXMEntityCrudServiceImpl<string, AXMDocumentManagementDocumentTypeMetaValueEntityModel> {
|
5
|
+
}
|
6
|
+
export declare class AXMDocumentManagementDocumentTypeMetaValueEntityServiceImpl extends AXMDocumentManagementDocumentTypeMetaValueEntityService {
|
7
|
+
constructor();
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentTypeMetaValueEntityServiceImpl, never>;
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDocumentManagementDocumentTypeMetaValueEntityServiceImpl>;
|
10
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AXMDocumentManagementDocumentTypeStatusDefinitionEntityModule {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentTypeStatusDefinitionEntityModule, never>;
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMDocumentManagementDocumentTypeStatusDefinitionEntityModule, never, never, never>;
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMDocumentManagementDocumentTypeStatusDefinitionEntityModule>;
|
6
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
|
2
|
+
import { AXMDocumentManagementDocumentTypeStatusDefinitionEntityModel } from './document-type-status-definition.types';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare abstract class AXMDocumentManagementDocumentTypeStatusDefinitionEntityService extends AXMEntityCrudServiceImpl<string, AXMDocumentManagementDocumentTypeStatusDefinitionEntityModel> {
|
5
|
+
}
|
6
|
+
export declare class AXMDocumentManagementDocumentTypeStatusDefinitionEntityServiceImpl extends AXMDocumentManagementDocumentTypeStatusDefinitionEntityService {
|
7
|
+
constructor();
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMDocumentManagementDocumentTypeStatusDefinitionEntityServiceImpl, never>;
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDocumentManagementDocumentTypeStatusDefinitionEntityServiceImpl>;
|
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
|
+
}
|
@@ -1604,16 +1604,6 @@ async function entityEntityFactory(injector) {
|
|
1604
1604
|
},
|
1605
1605
|
],
|
1606
1606
|
properties: [
|
1607
|
-
{
|
1608
|
-
name: 'mamad',
|
1609
|
-
layout: {
|
1610
|
-
positions: {
|
1611
|
-
lg: {
|
1612
|
-
colSpan: 6,
|
1613
|
-
},
|
1614
|
-
},
|
1615
|
-
},
|
1616
|
-
},
|
1617
1607
|
{
|
1618
1608
|
name: 'name',
|
1619
1609
|
layout: {
|