@acorex/platform 20.8.13 → 20.8.14
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/{types/acorex-platform-auth.d.ts → auth/index.d.ts} +2 -14
- package/{types/acorex-platform-common.d.ts → common/index.d.ts} +30 -302
- package/{types/acorex-platform-core.d.ts → core/index.d.ts} +44 -188
- package/{types/acorex-platform-domain.d.ts → domain/index.d.ts} +412 -744
- package/fesm2022/acorex-platform-auth.mjs +27 -125
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/{acorex-platform-common-common-settings.provider-Bi1RYif5.mjs → acorex-platform-common-common-settings.provider-DVvuLUfF.mjs} +32 -30
- package/fesm2022/acorex-platform-common-common-settings.provider-DVvuLUfF.mjs.map +1 -0
- package/fesm2022/acorex-platform-common.mjs +205 -711
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +127 -420
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain.mjs +830 -561
- package/fesm2022/acorex-platform-domain.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +114 -634
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/{acorex-platform-layout-components-binding-expression-editor-popup.component-CXEdvDTf.mjs → acorex-platform-layout-components-binding-expression-editor-popup.component-CSxCnzwU.mjs} +9 -9
- package/fesm2022/acorex-platform-layout-components-binding-expression-editor-popup.component-CSxCnzwU.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-components.mjs +877 -3362
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +204 -456
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +10062 -14672
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +171 -413
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +441 -507
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/{acorex-platform-layout-widgets-button-widget-designer.component-Dy7jF-oD.mjs → acorex-platform-layout-widgets-button-widget-designer.component-CPBzE96V.mjs} +10 -10
- package/fesm2022/acorex-platform-layout-widgets-button-widget-designer.component-CPBzE96V.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-file-list-popup.component-CDYAGBku.mjs → acorex-platform-layout-widgets-file-list-popup.component-Dtv6U3df.mjs} +76 -21
- package/fesm2022/acorex-platform-layout-widgets-file-list-popup.component-Dtv6U3df.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-image-preview.popup-C_EPAvCU.mjs → acorex-platform-layout-widgets-image-preview.popup-QxJfswhK.mjs} +7 -6
- package/fesm2022/acorex-platform-layout-widgets-image-preview.popup-QxJfswhK.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-page-widget-designer.component-D10yO28c.mjs → acorex-platform-layout-widgets-page-widget-designer.component-CVdssZBD.mjs} +12 -12
- package/fesm2022/acorex-platform-layout-widgets-page-widget-designer.component-CVdssZBD.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-BCxE0RTB.mjs +111 -0
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-BCxE0RTB.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-DmzNTYiS.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DVaZN9QN.mjs} +5 -5
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-DVaZN9QN.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-BNG_588B.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-DPGHgXa6.mjs} +4 -4
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-view-popup.component-DPGHgXa6.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-text-block-widget-designer.component-Vo4fWHtX.mjs → acorex-platform-layout-widgets-text-block-widget-designer.component-CdiNW691.mjs} +6 -6
- package/fesm2022/acorex-platform-layout-widgets-text-block-widget-designer.component-CdiNW691.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets.mjs +3408 -5611
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/acorex-platform-native.mjs +7 -8
- package/fesm2022/acorex-platform-native.mjs.map +1 -1
- package/fesm2022/acorex-platform-runtime.mjs +166 -391
- package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-D4hU2SCE.mjs +160 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-D4hU2SCE.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-D2CtNrSn.mjs +1716 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-D2CtNrSn.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BVTklnzs.mjs +120 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BVTklnzs.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-BfCeUU5F.mjs → acorex-platform-themes-default-entity-master-single-view.component-rGsMVAZj.mjs} +23 -16
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-rGsMVAZj.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-error-401.component-C7EYJzSr.mjs → acorex-platform-themes-default-error-401.component-53VB-PS_.mjs} +4 -4
- package/fesm2022/acorex-platform-themes-default-error-401.component-53VB-PS_.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-error-404.component-7MVLMwIa.mjs → acorex-platform-themes-default-error-404.component-DVF9soT5.mjs} +4 -4
- package/fesm2022/acorex-platform-themes-default-error-404.component-DVF9soT5.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-error-offline.component-CwNNHzZn.mjs +19 -0
- package/fesm2022/acorex-platform-themes-default-error-offline.component-CwNNHzZn.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +61 -1784
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-icon-chooser-column.component-CqkWJYdv.mjs → acorex-platform-themes-shared-icon-chooser-column.component-TJ9PWHMY.mjs} +6 -6
- package/fesm2022/acorex-platform-themes-shared-icon-chooser-column.component-TJ9PWHMY.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-shared-icon-chooser-view.component-BOTuLdWN.mjs → acorex-platform-themes-shared-icon-chooser-view.component-BHcKkIx0.mjs} +6 -6
- package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-BHcKkIx0.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-DK6R87Lf.mjs → acorex-platform-themes-shared-settings.provider-DSs1o1M6.mjs} +25 -24
- package/fesm2022/acorex-platform-themes-shared-settings.provider-DSs1o1M6.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-BUPs84MI.mjs +65 -0
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-BUPs84MI.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-BotknoHn.mjs +64 -0
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-BotknoHn.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +305 -408
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/acorex-platform-workflow.mjs +100 -359
- package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
- package/fesm2022/acorex-platform.mjs.map +1 -1
- package/{types/acorex-platform-layout-builder.d.ts → layout/builder/index.d.ts} +38 -160
- package/{types/acorex-platform-layout-components.d.ts → layout/components/index.d.ts} +125 -854
- package/{types/acorex-platform-layout-designer.d.ts → layout/designer/index.d.ts} +18 -96
- package/{types/acorex-platform-layout-entity.d.ts → layout/entity/index.d.ts} +65 -848
- package/{types/acorex-platform-layout-views.d.ts → layout/views/index.d.ts} +47 -80
- package/{types/acorex-platform-layout-widget-core.d.ts → layout/widget-core/index.d.ts} +197 -274
- package/{types/acorex-platform-layout-widgets.d.ts → layout/widgets/index.d.ts} +124 -608
- package/{types/acorex-platform-native.d.ts → native/index.d.ts} +7 -0
- package/package.json +31 -31
- package/runtime/index.d.ts +307 -0
- package/{types/acorex-platform-themes-default.d.ts → themes/default/index.d.ts} +4 -113
- package/{types/acorex-platform-themes-shared.d.ts → themes/shared/index.d.ts} +4 -5
- package/{types/acorex-platform-workflow.d.ts → workflow/index.d.ts} +81 -162
- package/fesm2022/acorex-platform-common-common-settings.provider-Bi1RYif5.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-components-binding-expression-editor-popup.component-CXEdvDTf.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-button-widget-designer.component-Dy7jF-oD.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-file-list-popup.component-CDYAGBku.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-image-preview.popup-C_EPAvCU.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-page-widget-designer.component-D10yO28c.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-BGO75IMz.mjs +0 -116
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-BGO75IMz.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-DmzNTYiS.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-view-popup.component-BNG_588B.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-text-block-widget-designer.component-Vo4fWHtX.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Cx1lLUaR.mjs +0 -160
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Cx1lLUaR.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-AOrcgjDF.mjs +0 -120
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-AOrcgjDF.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-BfCeUU5F.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-error-401.component-C7EYJzSr.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-error-404.component-7MVLMwIa.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-error-offline.component-DR6G8gPC.mjs +0 -19
- package/fesm2022/acorex-platform-themes-default-error-offline.component-DR6G8gPC.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-icon-chooser-column.component-CqkWJYdv.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-BOTuLdWN.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-settings.provider-DK6R87Lf.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-D566Kdvy.mjs +0 -94
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-D566Kdvy.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-D7-rCGl7.mjs +0 -86
- package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-D7-rCGl7.mjs.map +0 -1
- package/types/acorex-platform-runtime.d.ts +0 -571
- /package/{types/acorex-platform.d.ts → index.d.ts} +0 -0
|
@@ -1,33 +1,31 @@
|
|
|
1
1
|
import * as _acorex_platform_core from '@acorex/platform/core';
|
|
2
|
-
import { AXPExecuteCommandResult, AXPMetaData, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPGridLayoutOptions, AXPBreadcrumbItem, AXPFilterQuery, AXPFilterDefinition, AXPExecuteCommand, AXPQueryRequest, AXPPagedListResult,
|
|
2
|
+
import { AXPExecuteCommandResult, AXPMetaData, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPGridLayoutOptions, AXPBreadcrumbItem, AXPFilterQuery, AXPFilterDefinition, AXPExecuteCommand, AXPUserReference, AXPQueryRequest, AXPPagedListResult, AXPCategoryEntity as AXPCategoryEntity$1, AXPEntityOp, AXPMiddlewareErrorResponse, AXHighlightService, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem } from '@acorex/platform/core';
|
|
3
3
|
import { AXPCommand, AXPQueryExecutor, AXPCommandService, AXPQuery } from '@acorex/platform/runtime';
|
|
4
4
|
import * as _angular_core from '@angular/core';
|
|
5
|
-
import { ElementRef, InjectionToken, Injector, Type,
|
|
5
|
+
import { ElementRef, InjectionToken, Injector, Type, OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
6
6
|
import { AXPopoverComponent } from '@acorex/components/popover';
|
|
7
7
|
import * as i3 from '@acorex/platform/layout/widget-core';
|
|
8
8
|
import { AXPWidgetNode, AXPWidgetColumnNode, AXPWidgetCoreService, AXPColumnWidgetComponent, AXPValueWidgetComponent, AXPWidgetConfig, AXPWidgetRendererDirective } from '@acorex/platform/layout/widget-core';
|
|
9
|
-
import { AXPPreloadFiltersApplyEvent, AXPColumnItemListItem,
|
|
9
|
+
import { AXPPreloadFiltersApplyEvent, AXPColumnItemListItem, AXPCategoryTreeDataSource } from '@acorex/platform/layout/components';
|
|
10
10
|
import { AXPPageLayoutBaseComponent } from '@acorex/platform/layout/views';
|
|
11
|
-
import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption,
|
|
11
|
+
import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption, AXValueChangedEvent, AXClickEvent, AXFocusEvent, AXHtmlEvent } from '@acorex/cdk/common';
|
|
12
12
|
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
13
|
-
import { AXPEntityCommandScope, AXPEntity, AXPEntityAction, AXPEntityProperty, AXPEntityTableColumn, AXPRelatedEntity, AXPEntitySectionView, AXPEntityPropertyCreateView, AXPEntityPropertyLayoutConfig, AXPQueryView, AXPEntityPropertyView, AXPCategoryEntity, AXPEntityPropertyGroup, AXPEntityMasterCreateLayoutView, AXPEntityMasterUpdateLayoutView, AXPEntityMasterSingleLayoutView, AXPEntityMasterListView, AXPEntityDetailListView,
|
|
13
|
+
import { AXPEntityCommandScope, AXPEntity, AXPEntityAction, AXPEntityProperty, AXPEntityTableColumn, AXPRelatedEntity, AXPEntitySectionView, AXPEntityPropertyCreateView, AXPEntityPropertyLayoutConfig, AXPQueryView, AXPEntityPropertyView, AXPCategoryEntity, AXPEntityPropertyGroup, AXPEntityMasterCreateLayoutView, AXPEntityMasterUpdateLayoutView, AXPEntityMasterSingleLayoutView, AXPEntityMasterListView, AXPEntityDetailListView, AXPQueryFilter } from '@acorex/platform/common';
|
|
14
14
|
import * as i1 from '@angular/router';
|
|
15
15
|
import { ResolveFn } from '@angular/router';
|
|
16
16
|
import * as rxjs from 'rxjs';
|
|
17
17
|
import { Subject } from 'rxjs';
|
|
18
|
-
export { AXPEntityDefinitionCrudService, AXP_ENTITY_DEFINITION_CRUD_SERVICE } from '@acorex/platform/domain';
|
|
19
18
|
import * as i2 from '@acorex/platform/workflow';
|
|
20
19
|
import { AXPWorkflowService, AXPWorkflow, AXPWorkflowAction, AXPWorkflowContext } from '@acorex/platform/workflow';
|
|
21
|
-
import * as i4 from '@acorex/platform/layout/builder';
|
|
22
|
-
import { IActionBuilder, AXPDialogRef, IFormFieldBuilder } from '@acorex/platform/layout/builder';
|
|
23
20
|
import { AXPSessionService } from '@acorex/platform/auth';
|
|
24
21
|
import { AXTreeViewNode, AXTreeViewComponent, AXTreeViewNodeSelectEvent } from '@acorex/components/tree-view';
|
|
22
|
+
import { AXTranslationService } from '@acorex/core/translation';
|
|
25
23
|
import { AXPopupSizeType, AXPopupService } from '@acorex/components/popup';
|
|
24
|
+
import { IActionBuilder, AXPDialogRef, IFormFieldBuilder } from '@acorex/platform/layout/builder';
|
|
26
25
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
27
26
|
import { AXFormatService } from '@acorex/core/format';
|
|
28
27
|
import { AXTagBoxComponent } from '@acorex/components/tag-box';
|
|
29
|
-
import
|
|
30
|
-
import { AXPProviderSelectWidgetEditBase, AXPDataListWidgetComponentOptions } from '@acorex/platform/layout/widgets';
|
|
28
|
+
import { AXPDataListWidgetComponentOptions } from '@acorex/platform/layout/widgets';
|
|
31
29
|
|
|
32
30
|
declare class AXPCreateEntityCommand implements AXPCommand<any, any> {
|
|
33
31
|
private entityForm;
|
|
@@ -42,70 +40,6 @@ declare class AXPCreateEntityCommand implements AXPCommand<any, any> {
|
|
|
42
40
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPCreateEntityCommand>;
|
|
43
41
|
}
|
|
44
42
|
|
|
45
|
-
/**
|
|
46
|
-
* Merged into AI/tool payloads for `Entity:Create` so post-create navigation does not run from agent flows.
|
|
47
|
-
* Applied in the AI module when normalizing tool arguments (not in the generic command executor).
|
|
48
|
-
*/
|
|
49
|
-
declare const axpCreateEntityAiToolInputDefaults: {
|
|
50
|
-
readonly __context__: {
|
|
51
|
-
readonly options: {
|
|
52
|
-
readonly process: {
|
|
53
|
-
readonly redirect: false;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
declare const axpCreateEntityCommandDefinition: {
|
|
59
|
-
key: string;
|
|
60
|
-
title: string;
|
|
61
|
-
description: string;
|
|
62
|
-
executionMode: "frontend";
|
|
63
|
-
inputs: ({
|
|
64
|
-
name: string;
|
|
65
|
-
title: string;
|
|
66
|
-
description: string;
|
|
67
|
-
interface: {
|
|
68
|
-
name: string;
|
|
69
|
-
};
|
|
70
|
-
validations?: undefined;
|
|
71
|
-
} | {
|
|
72
|
-
name: string;
|
|
73
|
-
title: string;
|
|
74
|
-
description: string;
|
|
75
|
-
interface: {
|
|
76
|
-
name: string;
|
|
77
|
-
};
|
|
78
|
-
validations: {
|
|
79
|
-
rule: string;
|
|
80
|
-
}[];
|
|
81
|
-
})[];
|
|
82
|
-
outcomes: {
|
|
83
|
-
mode: "dynamic";
|
|
84
|
-
summary: string;
|
|
85
|
-
derivesFrom: string;
|
|
86
|
-
};
|
|
87
|
-
capabilities: "ai"[];
|
|
88
|
-
ai: {
|
|
89
|
-
shortDescription: string;
|
|
90
|
-
usage: {
|
|
91
|
-
whenToUse: string[];
|
|
92
|
-
avoidWhen: string[];
|
|
93
|
-
followUpTools: string[];
|
|
94
|
-
};
|
|
95
|
-
tags: string[];
|
|
96
|
-
toolInputDefaults: {
|
|
97
|
-
__context__: {
|
|
98
|
-
readonly options: {
|
|
99
|
-
readonly process: {
|
|
100
|
-
readonly redirect: false;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
};
|
|
106
|
-
categories: _acorex_platform_core.AXPDefinitionCategory[];
|
|
107
|
-
};
|
|
108
|
-
|
|
109
43
|
declare class AXPUpdateEntityCommand implements AXPCommand<any, any> {
|
|
110
44
|
private readonly entityForm;
|
|
111
45
|
private readonly settingsService;
|
|
@@ -162,15 +96,6 @@ declare class AXPEntityDetailPopoverComponent {
|
|
|
162
96
|
protected entityDetails: _angular_core.WritableSignal<any>;
|
|
163
97
|
protected isLoadingDetails: _angular_core.WritableSignal<boolean>;
|
|
164
98
|
protected isDetailPopoverOpen: _angular_core.WritableSignal<boolean>;
|
|
165
|
-
/**
|
|
166
|
-
* Stable list of property widgets for the template. Must be a signal (computed), not a method:
|
|
167
|
-
* calling a method from the template rebuilds nodes every CD cycle and can make the widget renderer loop.
|
|
168
|
-
*/
|
|
169
|
-
protected readonly entityPropertiesWithWidgets: _angular_core.Signal<{
|
|
170
|
-
name: string;
|
|
171
|
-
title: string;
|
|
172
|
-
node: AXPWidgetNode;
|
|
173
|
-
}[]>;
|
|
174
99
|
/**
|
|
175
100
|
* Show the entity detail popover
|
|
176
101
|
*/
|
|
@@ -196,12 +121,11 @@ declare class AXPEntityDetailPopoverComponent {
|
|
|
196
121
|
* Name priority MUST come before widget-type priority.
|
|
197
122
|
*/
|
|
198
123
|
private getNameImportanceScore;
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
private resolveDataPath;
|
|
124
|
+
protected getEntityPropertiesWithWidgets(): Array<{
|
|
125
|
+
name: string;
|
|
126
|
+
title: string;
|
|
127
|
+
node: AXPWidgetNode;
|
|
128
|
+
}>;
|
|
205
129
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityDetailPopoverComponent, never>;
|
|
206
130
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityDetailPopoverComponent, "axp-entity-detail-popover", never, { "entity": { "alias": "entity"; "required": true; "isSignal": true; }; "entityId": { "alias": "entityId"; "required": true; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
207
131
|
}
|
|
@@ -276,7 +200,7 @@ declare class AXPEntitiesListDataSourceDefinition implements AXPDataSourceDefini
|
|
|
276
200
|
}
|
|
277
201
|
|
|
278
202
|
declare class AXPEntityCommandTriggerViewModel {
|
|
279
|
-
priority: 'primary' | 'secondary'
|
|
203
|
+
priority: 'primary' | 'secondary';
|
|
280
204
|
order: number;
|
|
281
205
|
color: AXStyleColorType;
|
|
282
206
|
icon: string;
|
|
@@ -290,9 +214,7 @@ declare class AXPEntityCommandTriggerViewModel {
|
|
|
290
214
|
options: any;
|
|
291
215
|
metadata?: AXPMetaData;
|
|
292
216
|
default?: boolean;
|
|
293
|
-
|
|
294
|
-
isChild?: boolean;
|
|
295
|
-
constructor(entity: AXPEntity, action: AXPEntityAction, isChild?: boolean);
|
|
217
|
+
constructor(entity: AXPEntity, action: AXPEntityAction);
|
|
296
218
|
}
|
|
297
219
|
declare class AXPEntityListViewColumnViewModel {
|
|
298
220
|
readonly property: AXPEntityProperty;
|
|
@@ -602,8 +524,6 @@ declare class AXPEntityMasterListViewModel {
|
|
|
602
524
|
hasInlineFilters: _angular_core.Signal<boolean>;
|
|
603
525
|
beardcrumbs: _angular_core.Signal<AXPBreadcrumbItem[]>;
|
|
604
526
|
private allActions;
|
|
605
|
-
/** Flattened actions including children for execute lookup */
|
|
606
|
-
private flattenedActions;
|
|
607
527
|
getPrimaryActions(): Promise<AXPEntityCommandTriggerViewModel[]>;
|
|
608
528
|
getSecondaryActions(): Promise<AXPEntityCommandTriggerViewModel[]>;
|
|
609
529
|
selectedScopeActionsCount: _angular_core.Signal<number>;
|
|
@@ -657,11 +577,6 @@ declare class AXPEntityMasterListViewModel {
|
|
|
657
577
|
* pre-fills categoryIds and categories for the create form.
|
|
658
578
|
*/
|
|
659
579
|
private mergeDefaultCategoryForCreate;
|
|
660
|
-
/**
|
|
661
|
-
* Seeds create payloads with fixed list-view conditions (e.g. scope=T on the tenant dashboards view)
|
|
662
|
-
* so new rows match the view context and downstream queries (such as home dashboard) can find them.
|
|
663
|
-
*/
|
|
664
|
-
private mergeViewConditionsForCreate;
|
|
665
580
|
private evaluateExpressions;
|
|
666
581
|
execute(command: AXPExecuteCommand): Promise<void>;
|
|
667
582
|
destroy(): void;
|
|
@@ -802,23 +717,6 @@ declare class AXPEntityMasterUpdateViewModelFactory {
|
|
|
802
717
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityMasterUpdateViewModelFactory>;
|
|
803
718
|
}
|
|
804
719
|
|
|
805
|
-
type AXPCollectEntityQuickSearchPathsResolver = (moduleName: string, entityName: string) => Promise<AXPEntity | null>;
|
|
806
|
-
/**
|
|
807
|
-
* Lodash-get paths for quick search from a single entity definition: string-like property names
|
|
808
|
-
* plus lookup `expose[].target` paths (e.g. `brand.title`).
|
|
809
|
-
*/
|
|
810
|
-
declare function collectQuickSearchPathsFromSingleEntityDefinition(entity: AXPEntity | null | undefined): string[];
|
|
811
|
-
/**
|
|
812
|
-
* Adds dotted paths from master columns (`name` or `options.dataPath`), e.g. `person.fullName`, `jobDefinition.title`.
|
|
813
|
-
*/
|
|
814
|
-
declare function collectNestedFieldPathsFromEntityColumns(entity: AXPEntity | null | undefined): string[];
|
|
815
|
-
/**
|
|
816
|
-
* Collects lodash-get field paths used for mock/API quick search (`contains` / OR filters):
|
|
817
|
-
* host properties and lookup expose targets, dotted column paths, and merge-detail related entities
|
|
818
|
-
* prefixed with the related entity merge `persistence.dataPath` (e.g. `person.firstName`).
|
|
819
|
-
*/
|
|
820
|
-
declare function collectEntityQuickSearchFieldPaths(entity: AXPEntity | null | undefined, resolveRelatedDefinition: AXPCollectEntityQuickSearchPathsResolver): Promise<string[]>;
|
|
821
|
-
|
|
822
720
|
declare class AXPEntityPreloadFiltersViewModel {
|
|
823
721
|
private injector;
|
|
824
722
|
private config;
|
|
@@ -1025,7 +923,6 @@ interface AXPEntityDefinitionPreloader {
|
|
|
1025
923
|
}
|
|
1026
924
|
declare class AXPEntityDefinitionRegistryService {
|
|
1027
925
|
private middleware;
|
|
1028
|
-
private columnEnrichment;
|
|
1029
926
|
private onChanged;
|
|
1030
927
|
get onChanged$(): rxjs.Observable<{
|
|
1031
928
|
name: string;
|
|
@@ -1087,142 +984,28 @@ declare class AXPEntityDefinitionRegistryService {
|
|
|
1087
984
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityDefinitionRegistryService>;
|
|
1088
985
|
}
|
|
1089
986
|
|
|
1090
|
-
type AXPEntityAggregateReducerType = 'count' | 'sum' | 'min' | 'max' | 'avg';
|
|
1091
|
-
interface AXPEntityAggregateMeasure {
|
|
1092
|
-
reducer: AXPEntityAggregateReducerType;
|
|
1093
|
-
/** Required for sum, min, max, and avg. Ignored for count (rows per group). */
|
|
1094
|
-
field?: string;
|
|
1095
|
-
/** Result column name; defaults are derived from the reducer and field. */
|
|
1096
|
-
alias?: string;
|
|
1097
|
-
}
|
|
1098
|
-
/**
|
|
1099
|
-
* Aggregate stored rows after the same filter/sort pipeline as {@link AXPQueryRequest}.
|
|
1100
|
-
* Group keys use dotted field paths (same as lodash-style getters).
|
|
1101
|
-
*/
|
|
1102
|
-
interface AXPEntityAggregateRequest extends Pick<AXPQueryRequest, 'filter' | 'sort'> {
|
|
1103
|
-
groupBy: string[];
|
|
1104
|
-
measures: AXPEntityAggregateMeasure[];
|
|
1105
|
-
}
|
|
1106
|
-
interface AXPEntityAggregateResult {
|
|
1107
|
-
rows: Record<string, unknown>[];
|
|
1108
|
-
}
|
|
1109
|
-
interface AXPEntityQueryAllOptions {
|
|
1110
|
-
/**
|
|
1111
|
-
* Page size for backends that read page-by-page (HTTP API).
|
|
1112
|
-
* In-memory backends load the filtered set once and ignore this.
|
|
1113
|
-
*/
|
|
1114
|
-
pageSize?: number;
|
|
1115
|
-
/** Maximum rows to return or scan (safety cap). */
|
|
1116
|
-
maxRows?: number;
|
|
1117
|
-
}
|
|
1118
|
-
interface AXPEntityQueryAllResult<T> {
|
|
1119
|
-
items: T[];
|
|
1120
|
-
/** Row count matching filter/sort before applying maxRows. */
|
|
1121
|
-
total: number;
|
|
1122
|
-
/** True when maxRows prevented returning every matching row. */
|
|
1123
|
-
truncated: boolean;
|
|
1124
|
-
}
|
|
1125
|
-
interface AXPEntityAggregateOptions {
|
|
1126
|
-
/** Maximum rows to load for aggregation when the backend pages remotely (default 50_000). */
|
|
1127
|
-
maxRows?: number;
|
|
1128
|
-
/** Page size for remote paging during aggregate (default 500). */
|
|
1129
|
-
pageSize?: number;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
/**
|
|
1133
|
-
* Pure aggregation over already-filtered plain rows (e.g. outputs of {@link filterSortEntityRows}).
|
|
1134
|
-
*/
|
|
1135
|
-
declare function computeEntityAggregates<T extends Record<string, unknown>>(rows: T[], request: AXPEntityAggregateRequest): Record<string, unknown>[];
|
|
1136
|
-
|
|
1137
|
-
interface RunEntityQueryAdapters<T = unknown> {
|
|
1138
|
-
getRawAll(entityName: string): Promise<T[]>;
|
|
1139
|
-
getDirectChildCount(categoryId: string, entityName: string): Promise<number>;
|
|
1140
|
-
getAllChildCategoryIds(categoryId: string, entityName: string): Promise<string[]>;
|
|
1141
|
-
}
|
|
1142
|
-
/**
|
|
1143
|
-
* Check if the entity is a category entity (ends with 'Category').
|
|
1144
|
-
*/
|
|
1145
|
-
declare function isCategoryEntity(entityName: string): boolean;
|
|
1146
|
-
/**
|
|
1147
|
-
* Check if the filter is a category filter (contains operator on categoryIds field).
|
|
1148
|
-
* Handles both simple filters and compound filters.
|
|
1149
|
-
*/
|
|
1150
|
-
declare function isCategoryFilter(filter: any): boolean;
|
|
1151
|
-
/**
|
|
1152
|
-
* Loads raw rows for an entity and applies the same sorting and filtering as {@link runEntityQuery},
|
|
1153
|
-
* without pagination.
|
|
1154
|
-
*/
|
|
1155
|
-
declare function filterSortEntityRows<T = unknown>(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, adapters: RunEntityQueryAdapters<T>): Promise<T[]>;
|
|
1156
|
-
/**
|
|
1157
|
-
* Shared entity query logic: sort, filter (including recursive category filter), childrenCount, pagination.
|
|
1158
|
-
*/
|
|
1159
|
-
declare function runEntityQuery<T = unknown>(entityName: string, request: AXPQueryRequest, adapters: RunEntityQueryAdapters<T>): Promise<AXPPagedListResult<T>>;
|
|
1160
|
-
|
|
1161
|
-
/**
|
|
1162
|
-
* One audit point in time for a record lifecycle event.
|
|
1163
|
-
*
|
|
1164
|
-
* Used inside {@link AXPRecordAuditInfo} (`created`, `updated`, `deleted`).
|
|
1165
|
-
* Backends and mock middleware typically set `at` and `by`; `reason` and `source`
|
|
1166
|
-
* (for example `api`, `system`, `import`) are optional diagnostic fields.
|
|
1167
|
-
*/
|
|
1168
987
|
interface AXPAuditEvent {
|
|
1169
988
|
at?: Date;
|
|
1170
989
|
by?: AXPUserReference;
|
|
1171
|
-
/** Optional business or technical reason for the event. */
|
|
1172
990
|
reason?: string;
|
|
1173
|
-
/** Optional origin of the change (for example `api`, `system`, `import`). */
|
|
1174
991
|
source?: string;
|
|
1175
992
|
}
|
|
1176
|
-
/**
|
|
1177
|
-
* Aggregated audit trail for a persisted row.
|
|
1178
|
-
*
|
|
1179
|
-
* Filled by APIs or connectivity mock middleware when creating, updating, or
|
|
1180
|
-
* soft-deleting records. UI surfaces may show these via the history plugin or
|
|
1181
|
-
* custom columns. Version snapshot pipelines often **omit** this object from
|
|
1182
|
-
* stored snapshots while still applying it to live payloads.
|
|
1183
|
-
*
|
|
1184
|
-
* @remarks Fields are optional today; callers should tolerate partial data.
|
|
1185
|
-
*/
|
|
1186
993
|
interface AXPRecordAuditInfo {
|
|
1187
994
|
created?: AXPAuditEvent;
|
|
1188
995
|
updated?: AXPAuditEvent;
|
|
1189
996
|
deleted?: AXPAuditEvent;
|
|
1190
997
|
}
|
|
1191
|
-
/**
|
|
1192
|
-
* Cross-cutting flags that are not part of the domain schema but affect how a
|
|
1193
|
-
* row is shown or edited (visibility, built-in/system rows, immutability).
|
|
1194
|
-
*
|
|
1195
|
-
* Module entity models sometimes expose only this slice (for example
|
|
1196
|
-
* `stateInfo` on business units) when the rest of the row uses a bespoke shape.
|
|
1197
|
-
*
|
|
1198
|
-
* @remarks Entity list/detail flows should honor these flags where applicable.
|
|
1199
|
-
*/
|
|
1200
998
|
interface AXPRecordStateInfo {
|
|
1201
999
|
isHidden?: boolean;
|
|
1202
1000
|
isSystem?: boolean;
|
|
1203
1001
|
isImmutable?: boolean;
|
|
1204
|
-
/** @deprecated Prefer explicit domain modeling over this flag. */
|
|
1205
1002
|
isDistributed?: boolean;
|
|
1206
1003
|
}
|
|
1207
|
-
/**
|
|
1208
|
-
* Tenancy and actor scope for a row in a multi-tenant application.
|
|
1209
|
-
*
|
|
1210
|
-
* Used to associate a record with a tenant, application instance, or owning
|
|
1211
|
-
* user when the API returns ownership metadata alongside domain fields.
|
|
1212
|
-
*/
|
|
1213
1004
|
interface AXPRecordOwnershipInfo {
|
|
1214
1005
|
tenantId?: string;
|
|
1215
1006
|
applicationId?: string;
|
|
1216
1007
|
userId?: string;
|
|
1217
1008
|
}
|
|
1218
|
-
/**
|
|
1219
|
-
* Base shape for **entity row** TypeScript models across modules: a stable
|
|
1220
|
-
* identifier plus optional platform metadata.
|
|
1221
|
-
*
|
|
1222
|
-
* Module-specific interfaces extend this with domain properties
|
|
1223
|
-
* (`extends AXPEntityModel<string>` / `AXPEntityModel<Id>`) while reusing
|
|
1224
|
-
* `auditInfo`, `stateInfo`, and `ownershipInfo` when the backend sends them.
|
|
1225
|
-
*/
|
|
1226
1009
|
interface AXPEntityModel<Id> {
|
|
1227
1010
|
id: Id;
|
|
1228
1011
|
auditInfo?: AXPRecordAuditInfo;
|
|
@@ -1254,14 +1037,6 @@ declare abstract class AXPEntityStorageService<TKey, TDetailDto extends AXPEntit
|
|
|
1254
1037
|
abstract insertOne(entityName: string, entity: TCreateDto): Promise<TKey>;
|
|
1255
1038
|
abstract getAll(entityName: string): Promise<TListItemDto[]>;
|
|
1256
1039
|
abstract query(entityName: string, request: AXPQueryRequest): Promise<AXPPagedListResult<TListItemDto>>;
|
|
1257
|
-
abstract count(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
1258
|
-
abstract queryAll(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<TListItemDto>>;
|
|
1259
|
-
abstract getMany(entityName: string, ids: TKey[]): Promise<(TListItemDto | null)[]>;
|
|
1260
|
-
abstract exists(entityName: string, id: TKey): Promise<boolean>;
|
|
1261
|
-
abstract upsertOne(entityName: string, entity: TCreateDto, options?: {
|
|
1262
|
-
merge?: boolean;
|
|
1263
|
-
}): Promise<TKey>;
|
|
1264
|
-
abstract aggregate(entityName: string, request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
|
|
1265
1040
|
}
|
|
1266
1041
|
declare abstract class AXPEntityDataProvider<TKey, TDetailDto extends AXPEntityDetailDto<TKey> = AXPEntityModel<TKey>, TListItemDto extends AXPEntityListItemDto<TKey> = TDetailDto, TCreateDto extends AXPEntityCreateDto = TDetailDto, TUpdateDto extends AXPEntityUpdateDto<TKey> = TDetailDto> {
|
|
1267
1042
|
abstract get entityName(): string;
|
|
@@ -1272,14 +1047,6 @@ declare abstract class AXPEntityDataProvider<TKey, TDetailDto extends AXPEntityD
|
|
|
1272
1047
|
abstract deleteOne(id: TKey): Promise<void>;
|
|
1273
1048
|
abstract insertOne(entity: TCreateDto): Promise<TKey>;
|
|
1274
1049
|
abstract query(request: AXPQueryRequest): Promise<AXPPagedListResult<TListItemDto>>;
|
|
1275
|
-
abstract count(request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
1276
|
-
abstract queryAll(request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<TListItemDto>>;
|
|
1277
|
-
abstract getMany(ids: TKey[]): Promise<(TListItemDto | null)[]>;
|
|
1278
|
-
abstract exists(id: TKey): Promise<boolean>;
|
|
1279
|
-
abstract upsertOne(entity: TCreateDto, options?: {
|
|
1280
|
-
merge?: boolean;
|
|
1281
|
-
}): Promise<TKey>;
|
|
1282
|
-
abstract aggregate(request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
|
|
1283
1050
|
}
|
|
1284
1051
|
declare class AXPEntityDataProviderImpl<TKey, TDetailDto extends AXPEntityDetailDto<TKey> = AXPEntityModel<TKey>, TListItemDto extends AXPEntityListItemDto<TKey> = TDetailDto, TCreateDto extends AXPEntityCreateDto = TDetailDto, TUpdateDto extends AXPEntityUpdateDto<TKey> = TDetailDto> implements AXPEntityDataProvider<TKey, TDetailDto, TListItemDto, TCreateDto, TUpdateDto> {
|
|
1285
1052
|
private storageService;
|
|
@@ -1292,14 +1059,6 @@ declare class AXPEntityDataProviderImpl<TKey, TDetailDto extends AXPEntityDetail
|
|
|
1292
1059
|
updateOne(id: TKey, keyValues: Omit<Partial<TUpdateDto>, 'id'>): Promise<TDetailDto>;
|
|
1293
1060
|
deleteOne(id: TKey): Promise<void>;
|
|
1294
1061
|
insertOne(entity: TCreateDto): Promise<TKey>;
|
|
1295
|
-
count(request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
1296
|
-
queryAll(request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<TListItemDto>>;
|
|
1297
|
-
getMany(ids: TKey[]): Promise<(TListItemDto | null)[]>;
|
|
1298
|
-
exists(id: TKey): Promise<boolean>;
|
|
1299
|
-
upsertOne(entity: TCreateDto, options?: {
|
|
1300
|
-
merge?: boolean;
|
|
1301
|
-
}): Promise<TKey>;
|
|
1302
|
-
aggregate(request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
|
|
1303
1062
|
}
|
|
1304
1063
|
declare abstract class AXMEntityCrudService<TKey, TDetailDto extends AXPEntityDetailDto<TKey> = AXPEntityModel<TKey>, TListItemDto extends AXPEntityListItemDto<TKey> = TDetailDto, TCreateDto extends AXPEntityCreateDto = TDetailDto, TUpdateDto extends AXPEntityUpdateDto<TKey> = TDetailDto> {
|
|
1305
1064
|
abstract insertOne(request: TCreateDto): Promise<TKey>;
|
|
@@ -1332,14 +1091,6 @@ declare class AXMEntityCrudServiceImpl<TKey, TDetailDto extends AXPEntityDetailD
|
|
|
1332
1091
|
}): Promise<AXPPagedListResult<TListItemDto>>;
|
|
1333
1092
|
getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity$1<TKey>>>;
|
|
1334
1093
|
get storageService(): AXPEntityStorageService<any, any, any, any, any>;
|
|
1335
|
-
count(request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
1336
|
-
queryAll(request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<TListItemDto>>;
|
|
1337
|
-
getMany(ids: TKey[]): Promise<(TListItemDto | null)[]>;
|
|
1338
|
-
exists(id: TKey): Promise<boolean>;
|
|
1339
|
-
upsertOne(entity: TCreateDto, options?: {
|
|
1340
|
-
merge?: boolean;
|
|
1341
|
-
}): Promise<TKey>;
|
|
1342
|
-
aggregate(request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
|
|
1343
1094
|
custom<Req, Res>(request: Req): Promise<void>;
|
|
1344
1095
|
}
|
|
1345
1096
|
|
|
@@ -1385,59 +1136,9 @@ declare class AXPEntityResolver {
|
|
|
1385
1136
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityResolver>;
|
|
1386
1137
|
}
|
|
1387
1138
|
|
|
1388
|
-
/**
|
|
1389
|
-
* Built-in entity detail tabs from plugins. Sidebar order (after related page-list / page-detail
|
|
1390
|
-
* tabs): meta-data-builder → attachments → documents → comments → history.
|
|
1391
|
-
*/
|
|
1392
|
-
type EntityDetailPluginPageSlot = 'meta-data-builder' | 'attachments' | 'documents' | 'comments' | 'history';
|
|
1393
|
-
/** Identifies an `entity.pages` entry when skipping its order during recomputation. */
|
|
1394
|
-
interface SkipEntityComponentPageRef {
|
|
1395
|
-
componentKey: string;
|
|
1396
|
-
/** When set, only the page with this `field` is skipped (e.g. attachments / meta-data per field). */
|
|
1397
|
-
field?: string;
|
|
1398
|
-
}
|
|
1399
|
-
interface ResolveEntityPluginDetailPageOrderOptions {
|
|
1400
|
-
/** Component key of the page being added or updated (used to count sibling tabs in the same slot). */
|
|
1401
|
-
componentKey: string;
|
|
1402
|
-
/**
|
|
1403
|
-
* Ignore this page when counting siblings / recomputing (the page currently being updated).
|
|
1404
|
-
*/
|
|
1405
|
-
skipPage?: SkipEntityComponentPageRef;
|
|
1406
|
-
/**
|
|
1407
|
-
* Field name for multi-page slots (`attachments`, `meta-data-builder`). Omit for single-tab slots.
|
|
1408
|
-
*/
|
|
1409
|
-
field?: string;
|
|
1410
|
-
/** Gap between auto-assigned related tab orders. Default: 10. */
|
|
1411
|
-
relatedOrderStep?: number;
|
|
1412
|
-
/** Minimum start of the plugin zone (after related tabs). Default: 100_000. */
|
|
1413
|
-
pluginZoneFloor?: number;
|
|
1414
|
-
}
|
|
1415
|
-
/**
|
|
1416
|
-
* Resolves `layout.order` for a built-in plugin detail tab (`entity.pages`).
|
|
1417
|
-
*
|
|
1418
|
-
* 1. Assigns finite `layout.order` values to related `page-list` / `page-detail` rows that omit
|
|
1419
|
-
* `order` (the composer otherwise treats them as +Infinity).
|
|
1420
|
-
* 2. Places plugin tabs in a fixed relative order: meta-data-builder → attachments → documents →
|
|
1421
|
-
* comments → history, after all related tabs.
|
|
1422
|
-
*/
|
|
1423
|
-
declare function resolveEntityPluginDetailPageOrder(input: {
|
|
1424
|
-
relatedEntities?: AXPRelatedEntity[];
|
|
1425
|
-
pages?: Array<AXPEntityPage & {
|
|
1426
|
-
field?: string;
|
|
1427
|
-
}>;
|
|
1428
|
-
}, slot: EntityDetailPluginPageSlot, options: ResolveEntityPluginDetailPageOrderOptions): number;
|
|
1429
|
-
|
|
1430
|
-
/**
|
|
1431
|
-
* Sort key for entries in `interfaces.master.{create|update|single}.properties`.
|
|
1432
|
-
* Uses `layout.order` when set and finite; otherwise the property index in that list.
|
|
1433
|
-
*/
|
|
1434
|
-
declare function getMasterInterfacePropertySortKey(interfaceRow: {
|
|
1435
|
-
layout?: AXPEntityPropertyLayoutConfig | undefined;
|
|
1436
|
-
} | undefined, indexInMasterInterfaceList: number): number;
|
|
1437
|
-
|
|
1438
1139
|
declare class AXPEntityModule {
|
|
1439
1140
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityModule, never>;
|
|
1440
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXPEntityModule, never, [typeof i1.RouterModule, typeof i2.AXPWorkflowModule, typeof i3.AXPWidgetCoreModule
|
|
1141
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXPEntityModule, never, [typeof i1.RouterModule, typeof i2.AXPWorkflowModule, typeof i3.AXPWidgetCoreModule], never>;
|
|
1441
1142
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXPEntityModule>;
|
|
1442
1143
|
}
|
|
1443
1144
|
|
|
@@ -1561,16 +1262,7 @@ interface AXPEntityStorageContext<TKey = any, TDetailDto extends AXPEntityDetail
|
|
|
1561
1262
|
getOne: (entityName: string, id: TKey) => Promise<TDetailDto>;
|
|
1562
1263
|
insertOne: (entityName: string, entity: TCreateDto) => Promise<TKey>;
|
|
1563
1264
|
query: (entityName: string, request: AXPQueryRequest) => Promise<AXPPagedListResult<TListItemDto>>;
|
|
1564
|
-
updateOne: (entityName: string, id: TKey, data: Partial<TUpdateDto>) => Promise<
|
|
1565
|
-
deleteOne: (entityName: string, id: TKey) => Promise<void>;
|
|
1566
|
-
count: (entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>) => Promise<number>;
|
|
1567
|
-
queryAll: (entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions) => Promise<AXPEntityQueryAllResult<TListItemDto>>;
|
|
1568
|
-
getMany: (entityName: string, ids: TKey[]) => Promise<(TListItemDto | null)[]>;
|
|
1569
|
-
exists: (entityName: string, id: TKey) => Promise<boolean>;
|
|
1570
|
-
upsertOne: (entityName: string, entity: TCreateDto, options?: {
|
|
1571
|
-
merge?: boolean;
|
|
1572
|
-
}) => Promise<TKey>;
|
|
1573
|
-
aggregate: (entityName: string, request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions) => Promise<AXPEntityAggregateResult>;
|
|
1265
|
+
updateOne: (entityName: string, id: TKey, data: Partial<TUpdateDto>) => Promise<void>;
|
|
1574
1266
|
};
|
|
1575
1267
|
}
|
|
1576
1268
|
interface AXPEntityStorageMiddleware<TKey = any, TDetailDto extends AXPEntityDetailDto<TKey> = any, TListItemDto extends AXPEntityListItemDto<TKey> = any, TCreateDto extends AXPEntityCreateDto = any, TUpdateDto extends AXPEntityUpdateDto<TKey> = any> {
|
|
@@ -1616,57 +1308,41 @@ declare const columnWidthMiddleware: AXPEntityModifier;
|
|
|
1616
1308
|
declare const columnWidthMiddlewareProvider: AXPEntityModifierProvider;
|
|
1617
1309
|
|
|
1618
1310
|
/**
|
|
1619
|
-
*
|
|
1620
|
-
* Lower numbers appear first. Columns not in this map get order 500 (middle).
|
|
1621
|
-
* Use high numbers (990+) for columns that should appear at the end.
|
|
1311
|
+
* Configuration for section ordering
|
|
1622
1312
|
*/
|
|
1623
|
-
declare const DEFAULT_COLUMN_ORDER: Record<string, number>;
|
|
1624
|
-
/**
|
|
1625
|
-
* Entity modifier that sorts list view columns by default order.
|
|
1626
|
-
* Similar to layout-ordering for sections/properties, but for list columns.
|
|
1627
|
-
*/
|
|
1628
|
-
declare const columnOrderingMiddleware: AXPEntityModifier;
|
|
1629
|
-
/**
|
|
1630
|
-
* Factory to create a column ordering middleware with custom order config
|
|
1631
|
-
*/
|
|
1632
|
-
declare const createColumnOrderingMiddlewareProvider: (columnOrder?: Record<string, number>, entityName?: string | RegExp) => AXPEntityModifierProvider;
|
|
1633
|
-
/**
|
|
1634
|
-
* Default provider that applies column ordering to all entities
|
|
1635
|
-
*/
|
|
1636
|
-
declare const columnOrderingMiddlewareProvider: AXPEntityModifierProvider;
|
|
1637
|
-
|
|
1638
|
-
/**
|
|
1639
|
-
* Default colSpans for two properties in one section (`md` / `lg`).
|
|
1640
|
-
* Missing `positions[*].colSpan` are filled only; entities keep full control.
|
|
1641
|
-
*/
|
|
1642
|
-
interface PairSpanRule {
|
|
1643
|
-
first: string;
|
|
1644
|
-
second: string;
|
|
1645
|
-
/** Col span applied to {@link first} */
|
|
1646
|
-
firstSpan: number;
|
|
1647
|
-
/** Col span applied to {@link second} */
|
|
1648
|
-
secondSpan: number;
|
|
1649
|
-
breakpoints?: readonly ('sm' | 'md' | 'lg')[];
|
|
1650
|
-
}
|
|
1651
1313
|
interface SectionOrderConfig {
|
|
1314
|
+
/**
|
|
1315
|
+
* Default order for common sections
|
|
1316
|
+
* Lower numbers appear first
|
|
1317
|
+
*/
|
|
1652
1318
|
sections: Record<string, number>;
|
|
1653
|
-
properties: Record<string, number>;
|
|
1654
1319
|
/**
|
|
1655
|
-
*
|
|
1656
|
-
*
|
|
1657
|
-
* - `false`: do not apply any pair spans
|
|
1658
|
-
* - `[...]` + spread `DEFAULT_PAIR_SPAN_RULES` when you want to append custom pairs
|
|
1320
|
+
* Default order for properties within sections
|
|
1321
|
+
* Key format: 'sectionId.propertyName' or just 'propertyName' for any section
|
|
1659
1322
|
*/
|
|
1660
|
-
|
|
1323
|
+
properties: Record<string, number>;
|
|
1661
1324
|
}
|
|
1662
1325
|
/**
|
|
1663
|
-
* Default
|
|
1326
|
+
* Default order for common sections
|
|
1664
1327
|
*/
|
|
1665
|
-
declare const DEFAULT_PAIR_SPAN_RULES: readonly PairSpanRule[];
|
|
1666
1328
|
declare const DEFAULT_SECTION_ORDER: Record<string, number>;
|
|
1329
|
+
/**
|
|
1330
|
+
* Default order for common properties
|
|
1331
|
+
* Format: 'sectionId.propertyName' for section-specific or 'propertyName' for any section
|
|
1332
|
+
*/
|
|
1667
1333
|
declare const DEFAULT_PROPERTY_ORDER: Record<string, number>;
|
|
1334
|
+
/**
|
|
1335
|
+
* Factory to create a layout ordering middleware
|
|
1336
|
+
*/
|
|
1668
1337
|
declare const layoutOrderingMiddlewareFactory: (config: SectionOrderConfig) => AXPEntityModifier;
|
|
1338
|
+
/**
|
|
1339
|
+
* Helper to create a provider for the layout ordering middleware
|
|
1340
|
+
* By default it applies to all entities using the '*' pattern
|
|
1341
|
+
*/
|
|
1669
1342
|
declare const createLayoutOrderingMiddlewareProvider: (config?: Partial<SectionOrderConfig>, entityName?: string | RegExp) => AXPEntityModifierProvider;
|
|
1343
|
+
/**
|
|
1344
|
+
* Default provider registered with the default configuration
|
|
1345
|
+
*/
|
|
1670
1346
|
declare const layoutOrderingMiddlewareProvider: AXPEntityModifierProvider;
|
|
1671
1347
|
|
|
1672
1348
|
/**
|
|
@@ -1685,28 +1361,6 @@ declare class AXPLayoutOrderingConfigService {
|
|
|
1685
1361
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPLayoutOrderingConfigService>;
|
|
1686
1362
|
}
|
|
1687
1363
|
|
|
1688
|
-
/**
|
|
1689
|
-
* Ensures all entities have a searchResult.description.
|
|
1690
|
-
* Uses @{i18nScope}:module.title when missing (guaranteed to exist in i18n).
|
|
1691
|
-
*/
|
|
1692
|
-
declare const searchResultDescriptionMiddleware: AXPEntityModifier;
|
|
1693
|
-
declare const searchResultDescriptionMiddlewareProvider: AXPEntityModifierProvider;
|
|
1694
|
-
|
|
1695
|
-
/**
|
|
1696
|
-
* When enabled in regional settings ({@link AXPRegionalSetting.MultiLanguageSupport}), walks each
|
|
1697
|
-
* property's `schema.interface` widget tree and sets `options.multiLanguage` on matching text-like
|
|
1698
|
-
* editors (including nested GridLayout leaves such as `pre.content` / `post.summaryContent`), unless
|
|
1699
|
-
* the node already specifies `multiLanguage` (including explicit false to opt out).
|
|
1700
|
-
*/
|
|
1701
|
-
declare const defaultMultiLanguageMiddleware: AXPEntityModifier;
|
|
1702
|
-
declare const defaultMultiLanguageMiddlewareProvider: AXPEntityModifierProvider;
|
|
1703
|
-
|
|
1704
|
-
/**
|
|
1705
|
-
* Registers entity CRUD commands and queries for the given entity keys.
|
|
1706
|
-
* Use in app/module providers; consumes AXPEntityService from this package.
|
|
1707
|
-
*/
|
|
1708
|
-
declare function provideEntity(entityKeys: string[]): EnvironmentProviders;
|
|
1709
|
-
|
|
1710
1364
|
interface AXPGetEntityDetailsQueryInput {
|
|
1711
1365
|
entity: string;
|
|
1712
1366
|
id: string;
|
|
@@ -1740,14 +1394,9 @@ declare class AXPGetEntityDetailsQuery implements AXPQuery<AXPGetEntityDetailsQu
|
|
|
1740
1394
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPGetEntityDetailsQuery>;
|
|
1741
1395
|
}
|
|
1742
1396
|
|
|
1743
|
-
/**
|
|
1744
|
-
* i18n key for the synthetic root node ("all categories"). Resolve in templates with the translate pipe.
|
|
1745
|
-
*/
|
|
1746
|
-
declare const AXP_CATEGORY_TREE_ROOT_TITLE_I18N_KEY = "@general:terms.interface.selection.all-items";
|
|
1747
1397
|
interface CategoryQueryEvent {
|
|
1748
1398
|
skip: number;
|
|
1749
1399
|
take: number;
|
|
1750
|
-
sort?: AXDataSourceSortOption[];
|
|
1751
1400
|
filter?: {
|
|
1752
1401
|
field?: string;
|
|
1753
1402
|
value?: unknown;
|
|
@@ -1777,14 +1426,7 @@ interface CategoryTreeNodeData {
|
|
|
1777
1426
|
}
|
|
1778
1427
|
declare class AXPCategoryTreeService {
|
|
1779
1428
|
protected readonly entityResolver: AXPEntityDefinitionRegistryService;
|
|
1780
|
-
|
|
1781
|
-
/** Sort field for list queries (backend); matches configured category display field. */
|
|
1782
|
-
private getAlphabeticalSortOptions;
|
|
1783
|
-
/**
|
|
1784
|
-
* Sort tree nodes by resolved display title (locale-aware).
|
|
1785
|
-
* Ensures correct order for multi-language titles when storage order differs from UI order.
|
|
1786
|
-
*/
|
|
1787
|
-
private sortTreeNodesByDisplayTitle;
|
|
1429
|
+
protected readonly translate: AXTranslationService;
|
|
1788
1430
|
/**
|
|
1789
1431
|
* Initialize category tree data source
|
|
1790
1432
|
*/
|
|
@@ -1822,48 +1464,6 @@ declare class AXPCategoryTreeService {
|
|
|
1822
1464
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPCategoryTreeService>;
|
|
1823
1465
|
}
|
|
1824
1466
|
|
|
1825
|
-
declare class AXPRelatedColumnEnrichmentService {
|
|
1826
|
-
private readonly metadataResolver;
|
|
1827
|
-
/**
|
|
1828
|
-
* Enriches entity columns with:
|
|
1829
|
-
* 1. dataPath for FK columns (e.g. fromPersonId) derived from lookup property schema
|
|
1830
|
-
* 2. title and showAs from related entity properties for dotted paths (e.g. person.firstName)
|
|
1831
|
-
*/
|
|
1832
|
-
enrich(entity: AXPEntity): Promise<AXPEntity>;
|
|
1833
|
-
/**
|
|
1834
|
-
* Derives dataPath for FK columns from lookup property schema.
|
|
1835
|
-
* Uses expose.target where source matches textField (default 'title').
|
|
1836
|
-
*/
|
|
1837
|
-
private deriveDataPathForFkColumn;
|
|
1838
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPRelatedColumnEnrichmentService, never>;
|
|
1839
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPRelatedColumnEnrichmentService>;
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
interface AXPRelatedColumnMetadata {
|
|
1843
|
-
title?: string;
|
|
1844
|
-
showAs?: AXPEntityTableColumn['showAs'];
|
|
1845
|
-
}
|
|
1846
|
-
declare class AXPRelatedColumnMetadataResolver {
|
|
1847
|
-
private readonly entityLoader;
|
|
1848
|
-
/**
|
|
1849
|
-
* Resolves title and showAs for a column that references a related entity property via dotted path.
|
|
1850
|
-
* Uses relatedEntities when available; falls back to lookup expose when not.
|
|
1851
|
-
*/
|
|
1852
|
-
resolve(entity: AXPEntity, columnName: string): Promise<AXPRelatedColumnMetadata | null>;
|
|
1853
|
-
/**
|
|
1854
|
-
* Finds a lookup property whose expose target matches the dotted path.
|
|
1855
|
-
* Returns the lookup's entity string (e.g. 'PersonCore.Person') or null.
|
|
1856
|
-
*/
|
|
1857
|
-
private findLookupEntityByExposeTarget;
|
|
1858
|
-
/**
|
|
1859
|
-
* Derives showAs from source property schema.
|
|
1860
|
-
* Passes through the full interface (type, options, children) for column display.
|
|
1861
|
-
*/
|
|
1862
|
-
private deriveShowAs;
|
|
1863
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPRelatedColumnMetadataResolver, never>;
|
|
1864
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPRelatedColumnMetadataResolver>;
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
1467
|
interface IEntitySelectorStage {
|
|
1868
1468
|
/** Select target entity using "module.entity" format */
|
|
1869
1469
|
entity(fullName: string): IInterfaceSelectorStage;
|
|
@@ -1881,8 +1481,6 @@ interface IPropertyFilterStage {
|
|
|
1881
1481
|
include(...propertyNames: string[]): IPropertyFilterStage;
|
|
1882
1482
|
/** Exclude provided property names (by AXPEntityProperty.name). Ignored if include() was already set. */
|
|
1883
1483
|
exclude(...propertyNames: string[]): IPropertyFilterStage;
|
|
1884
|
-
/** Mark provided property names as readonly. Overrides property schema for display. */
|
|
1885
|
-
readonlyProperties(...propertyNames: string[]): IPropertyFilterStage;
|
|
1886
1484
|
/** Optionally override dialog title */
|
|
1887
1485
|
title(text: string): IPropertyFilterStage;
|
|
1888
1486
|
/** Provide initial dialog context/model data */
|
|
@@ -1911,7 +1509,6 @@ declare class AXPEntityFormBuilderService implements IEntitySelectorStage {
|
|
|
1911
1509
|
private readonly entityRegistry;
|
|
1912
1510
|
private readonly layoutBuilder;
|
|
1913
1511
|
private readonly deviceService;
|
|
1914
|
-
private readonly expressionEvaluator;
|
|
1915
1512
|
entity(fullName: string): IInterfaceSelectorStage;
|
|
1916
1513
|
/**
|
|
1917
1514
|
* Fetches a record by ID for the specified entity.
|
|
@@ -1955,14 +1552,6 @@ declare class AXPMiddlewareEntityStorageService<TKey = any, TDetailDto extends A
|
|
|
1955
1552
|
insertOne(entityName: string, entity: TCreateDto): Promise<TKey>;
|
|
1956
1553
|
getAll(entityName: string): Promise<TListItemDto[]>;
|
|
1957
1554
|
query(entityName: string, request: AXPQueryRequest): Promise<AXPPagedListResult<TListItemDto>>;
|
|
1958
|
-
count(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
1959
|
-
queryAll(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<TListItemDto>>;
|
|
1960
|
-
getMany(entityName: string, ids: TKey[]): Promise<(TListItemDto | null)[]>;
|
|
1961
|
-
exists(entityName: string, id: TKey): Promise<boolean>;
|
|
1962
|
-
upsertOne(entityName: string, entity: TCreateDto, options?: {
|
|
1963
|
-
merge?: boolean;
|
|
1964
|
-
}): Promise<TKey>;
|
|
1965
|
-
aggregate(entityName: string, request: AXPEntityAggregateRequest, options?: AXPEntityAggregateOptions): Promise<AXPEntityAggregateResult>;
|
|
1966
1555
|
private runWithDedup;
|
|
1967
1556
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPMiddlewareEntityStorageService<any, any, any, any, any>, never>;
|
|
1968
1557
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPMiddlewareEntityStorageService<any, any, any, any, any>>;
|
|
@@ -1981,23 +1570,12 @@ declare function entityMasterCrudActions(options?: {
|
|
|
1981
1570
|
}): AXPEntityAction[];
|
|
1982
1571
|
declare function entityMasterRecordActions(): AXPEntityAction[];
|
|
1983
1572
|
declare function entityDetailsCreateActions(parentId: string): AXPEntityAction;
|
|
1984
|
-
/**
|
|
1985
|
-
* Type-level Create with empty `process.data`; the FK is supplied from `relatedEntity.persistence.foreignKeyField`
|
|
1986
|
-
* when the related list is built (see `mergeForeignKeyFieldIntoCreateActions`).
|
|
1987
|
-
*/
|
|
1988
|
-
declare function entityDetailsCreateActionsDeferredParent(): AXPEntityAction;
|
|
1989
|
-
/**
|
|
1990
|
-
* Ensures each type-level `Entity:Create` action includes `process.data[foreignKeyField]` bound to the parent row id.
|
|
1991
|
-
*/
|
|
1992
|
-
declare function mergeForeignKeyFieldIntoCreateActions(foreignKeyField: string | undefined, actions: AXPEntityAction[] | undefined): AXPEntityAction[];
|
|
1993
|
-
/** Property names hidden on nested Create from a related list (`excludeProperties` plus `foreignKeyField` when set). */
|
|
1994
|
-
declare function collectNestedCreateHiddenProperties(relatedEntity: AXPRelatedEntity): string[] | undefined;
|
|
1995
1573
|
declare function entityDetailsSimpleCondition(fk: string): AXPQueryFilter;
|
|
1996
1574
|
declare function entityDetailsReferenceCondition(type: string): AXPQueryFilter[];
|
|
1997
1575
|
declare function entityDetailsEditAction(): AXPEntityAction;
|
|
1998
1576
|
declare function entityDetailsNewEditAction(): AXPEntityAction;
|
|
1999
1577
|
declare function entityOverrideDetailsViewAction(): AXPEntityAction;
|
|
2000
|
-
declare function entityDetailsCrudActions(parentId
|
|
1578
|
+
declare function entityDetailsCrudActions(parentId: string, options?: {
|
|
2001
1579
|
create?: boolean;
|
|
2002
1580
|
delete?: boolean;
|
|
2003
1581
|
view?: boolean;
|
|
@@ -2022,8 +1600,6 @@ declare function detectEntityChanges(oldObj: any, newObj: any): AXPEntityChangeS
|
|
|
2022
1600
|
|
|
2023
1601
|
declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent implements OnInit {
|
|
2024
1602
|
protected readonly categoryTreeService: AXPCategoryTreeService;
|
|
2025
|
-
/** i18n key for the synthetic "all items" root row; resolved in the template with the translate pipe. */
|
|
2026
|
-
protected readonly categoryTreeRootTitleI18nKey = "@general:terms.interface.selection.all-items";
|
|
2027
1603
|
private readonly translationService;
|
|
2028
1604
|
protected readonly highlightService: AXHighlightService;
|
|
2029
1605
|
private readonly changeDetectorRef;
|
|
@@ -2363,14 +1939,14 @@ declare class AXPEntityCategoryWidgetEditComponent extends AXPValueWidgetCompone
|
|
|
2363
1939
|
private singleOrMultiple;
|
|
2364
1940
|
protected getItemLabel(item: any): string;
|
|
2365
1941
|
/**
|
|
2366
|
-
* Get item path as array for breadcrumb component
|
|
1942
|
+
* Get item path as array for breadcrumb component
|
|
2367
1943
|
*/
|
|
2368
|
-
protected getItemPath(item: any):
|
|
1944
|
+
protected getItemPath(item: any): string[];
|
|
2369
1945
|
/**
|
|
2370
1946
|
* Join path array with separator.
|
|
2371
1947
|
* Override this method to customize the separator (e.g., " > ", " -> ", " / ")
|
|
2372
1948
|
*/
|
|
2373
|
-
protected joinPath(path:
|
|
1949
|
+
protected joinPath(path: string[]): string;
|
|
2374
1950
|
protected getItemId(item: any): string;
|
|
2375
1951
|
/**
|
|
2376
1952
|
* Calculate the full path from root to the item.
|
|
@@ -2382,6 +1958,7 @@ declare class AXPEntityCategoryWidgetEditComponent extends AXPValueWidgetCompone
|
|
|
2382
1958
|
}
|
|
2383
1959
|
|
|
2384
1960
|
declare class AXPEntityCategoryWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
1961
|
+
protected readonly formatService: AXFormatService;
|
|
2385
1962
|
protected readonly entityResolver: AXPEntityDefinitionRegistryService;
|
|
2386
1963
|
protected entity: _angular_core.Signal<string>;
|
|
2387
1964
|
protected multiple: _angular_core.Signal<boolean>;
|
|
@@ -2393,11 +1970,12 @@ declare class AXPEntityCategoryWidgetViewComponent extends AXPValueWidgetCompone
|
|
|
2393
1970
|
private entityDef;
|
|
2394
1971
|
protected displayItems: _angular_core.WritableSignal<{
|
|
2395
1972
|
id: string;
|
|
2396
|
-
|
|
1973
|
+
text: string;
|
|
2397
1974
|
}[]>;
|
|
2398
1975
|
private efEntity;
|
|
2399
1976
|
private efDisplay;
|
|
2400
1977
|
private extractItem;
|
|
1978
|
+
private getDisplayText;
|
|
2401
1979
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityCategoryWidgetViewComponent, never>;
|
|
2402
1980
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityCategoryWidgetViewComponent, "axp-entity-category-widget-view", never, {}, {}, never, never, true, never>;
|
|
2403
1981
|
}
|
|
@@ -2405,9 +1983,7 @@ declare class AXPEntityCategoryWidgetViewComponent extends AXPValueWidgetCompone
|
|
|
2405
1983
|
declare const AXPEntityCategoryWidget: AXPWidgetConfig;
|
|
2406
1984
|
|
|
2407
1985
|
declare class AXPTruncatedBreadcrumbComponent implements OnDestroy {
|
|
2408
|
-
|
|
2409
|
-
/** Plain string or locale map per segment; truncation uses resolved text (see {@link resolvedSectionTexts}). */
|
|
2410
|
-
sections: _angular_core.InputSignal<readonly (_acorex_core_translation.AXMultiLanguageString | null | undefined)[]>;
|
|
1986
|
+
sections: _angular_core.InputSignal<string[]>;
|
|
2411
1987
|
characterLimit: _angular_core.InputSignal<number | "auto">;
|
|
2412
1988
|
sectionLimit: _angular_core.InputSignal<number | "auto">;
|
|
2413
1989
|
separatorIcon: _angular_core.InputSignal<string>;
|
|
@@ -2417,8 +1993,6 @@ declare class AXPTruncatedBreadcrumbComponent implements OnDestroy {
|
|
|
2417
1993
|
protected isExpanded: _angular_core.WritableSignal<boolean>;
|
|
2418
1994
|
private containerWidth;
|
|
2419
1995
|
private resizeObserver;
|
|
2420
|
-
/** Resolved display strings for length / ellipsis (same rules as the pipe). */
|
|
2421
|
-
protected resolvedSectionTexts: _angular_core.Signal<string[]>;
|
|
2422
1996
|
protected effectiveCharacterLimit: _angular_core.Signal<number>;
|
|
2423
1997
|
protected effectiveSectionLimit: _angular_core.Signal<number>;
|
|
2424
1998
|
protected hasTruncatedText: _angular_core.Signal<boolean>;
|
|
@@ -2450,45 +2024,6 @@ declare class AXPTruncatedBreadcrumbComponent implements OnDestroy {
|
|
|
2450
2024
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTruncatedBreadcrumbComponent, "axp-truncated-breadcrumb", never, { "sections": { "alias": "sections"; "required": false; "isSignal": true; }; "characterLimit": { "alias": "characterLimit"; "required": false; "isSignal": true; }; "sectionLimit": { "alias": "sectionLimit"; "required": false; "isSignal": true; }; "separatorIcon": { "alias": "separatorIcon"; "required": false; "isSignal": true; }; "ellipsisIcon": { "alias": "ellipsisIcon"; "required": false; "isSignal": true; }; "eyeIcon": { "alias": "eyeIcon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2451
2025
|
}
|
|
2452
2026
|
|
|
2453
|
-
declare const AXPEntityDefinitionProviderWidget: AXPWidgetConfig;
|
|
2454
|
-
declare module '@acorex/platform/layout/widget-core' {
|
|
2455
|
-
interface AXPWidgetTypesMap {
|
|
2456
|
-
entityDefinitionProvider: 'entity-definition-provider-editor';
|
|
2457
|
-
}
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
declare class AXPEntityDefinitionProviderWidgetEditComponent extends AXPProviderSelectWidgetEditBase {
|
|
2461
|
-
private readonly entityRegistry;
|
|
2462
|
-
/**
|
|
2463
|
-
* Last applied module filter (from context) to avoid redundant reloads.
|
|
2464
|
-
*/
|
|
2465
|
-
private readonly lastModuleFilterKey;
|
|
2466
|
-
/**
|
|
2467
|
-
* Reloads entity options when `filterModuleField` changes in form context (not only via `widget.refresh()`).
|
|
2468
|
-
*/
|
|
2469
|
-
private readonly reloadWhenModuleContextChanges;
|
|
2470
|
-
/**
|
|
2471
|
-
* Options:
|
|
2472
|
-
* - `filterModuleField`: sibling context field name (e.g. `entityListModule`); when set, only entities in that module are listed.
|
|
2473
|
-
* - `valueFormat`: `fullKey` (`module.name`, default) or `entityName` (short name only, for menus that store `entityListRef.entity`).
|
|
2474
|
-
*/
|
|
2475
|
-
protected loadDataSourceRows(): Promise<Array<{
|
|
2476
|
-
value: string;
|
|
2477
|
-
title: string;
|
|
2478
|
-
}>>;
|
|
2479
|
-
refresh(): void;
|
|
2480
|
-
/**
|
|
2481
|
-
* Reads sibling field from context store data (same shape as `lodash/get` paths).
|
|
2482
|
-
*/
|
|
2483
|
-
private readModuleFromContext;
|
|
2484
|
-
/**
|
|
2485
|
-
* Resolves a sibling field path relative to the current widget's parent path.
|
|
2486
|
-
*/
|
|
2487
|
-
private resolveSiblingContextPath;
|
|
2488
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityDefinitionProviderWidgetEditComponent, never>;
|
|
2489
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityDefinitionProviderWidgetEditComponent, "axp-entity-definition-provider-widget-edit", never, {}, {}, never, never, true, never>;
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
2027
|
declare class AXPEntityListTableService {
|
|
2493
2028
|
private readonly workflow;
|
|
2494
2029
|
private readonly commandService;
|
|
@@ -2529,11 +2064,6 @@ declare class AXPEntityListTableService {
|
|
|
2529
2064
|
* Handle execution of a row command (shared by double-click and command handlers)
|
|
2530
2065
|
*/
|
|
2531
2066
|
private handleRowCommand;
|
|
2532
|
-
/**
|
|
2533
|
-
* When a related entity list declares `excludeProperties`, row commands bypass the details page
|
|
2534
|
-
* `execute()` merge — apply the same exclusions for embedded create/update commands.
|
|
2535
|
-
*/
|
|
2536
|
-
private mergeRelatedListFormOptions;
|
|
2537
2067
|
/**
|
|
2538
2068
|
* Create default events
|
|
2539
2069
|
*/
|
|
@@ -2572,13 +2102,11 @@ declare class AXPEntityListToolbarService {
|
|
|
2572
2102
|
*/
|
|
2573
2103
|
private createFilterDefinitions;
|
|
2574
2104
|
/**
|
|
2575
|
-
* Create Column Definitions for Toolbar
|
|
2576
|
-
* Includes both entity.properties and enriched columns (e.g. person.firstName with showAs).
|
|
2105
|
+
* Create Column Definitions for Toolbar
|
|
2577
2106
|
*/
|
|
2578
2107
|
private createColumnDefinitions;
|
|
2579
2108
|
/**
|
|
2580
|
-
* Create Sort Definitions for Toolbar
|
|
2581
|
-
* Includes entity.properties with sort enabled, plus enriched columns (dotted paths).
|
|
2109
|
+
* Create Sort Definitions for Toolbar
|
|
2582
2110
|
*/
|
|
2583
2111
|
private createSortDefinitions;
|
|
2584
2112
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityListToolbarService, never>;
|
|
@@ -2595,7 +2123,6 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2595
2123
|
protected commandService: AXPCommandService;
|
|
2596
2124
|
protected eventService: AXPBroadcastEventService;
|
|
2597
2125
|
private readonly expressionEvaluator;
|
|
2598
|
-
private readonly route;
|
|
2599
2126
|
protected isMounted: _angular_core.WritableSignal<boolean>;
|
|
2600
2127
|
readonly entity: _angular_core.WritableSignal<AXPEntity | null>;
|
|
2601
2128
|
protected listNode: _angular_core.WritableSignal<AXPWidgetNode | null>;
|
|
@@ -2622,46 +2149,7 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2622
2149
|
protected handleActionClick(item: AXPActionMenuItem): void;
|
|
2623
2150
|
protected handleSecondaryActionClick(item: AXPActionMenuItem): void;
|
|
2624
2151
|
protected execute(commandName: string, _data: unknown): Promise<void>;
|
|
2625
|
-
/**
|
|
2626
|
-
* Resolves toolbar commands including nested dropdown (`items`) actions.
|
|
2627
|
-
*/
|
|
2628
|
-
private findToolbarAction;
|
|
2629
2152
|
private evaluateToolbarExpressions;
|
|
2630
|
-
/**
|
|
2631
|
-
* Parses the `filters` query param (same shape as standalone entity list routes).
|
|
2632
|
-
*/
|
|
2633
|
-
private parseFiltersFromRoute;
|
|
2634
|
-
/**
|
|
2635
|
-
* Route `filters` apply only when the active details `page` matches this list's entity
|
|
2636
|
-
* (e.g. WorkOrder filters must not affect FailureRegister on the same asset layout).
|
|
2637
|
-
*/
|
|
2638
|
-
private shouldApplyRouteFilters;
|
|
2639
|
-
/**
|
|
2640
|
-
* Merges route filters into related-entity toolbar filters (route wins per field).
|
|
2641
|
-
*/
|
|
2642
|
-
private mergeToolbarFilters;
|
|
2643
|
-
private getMergedToolbarFilters;
|
|
2644
|
-
/**
|
|
2645
|
-
* Applies merged route + parent-scope filters to the widget value and data source.
|
|
2646
|
-
*/
|
|
2647
|
-
private applyMergedRouteFiltersToList;
|
|
2648
|
-
/**
|
|
2649
|
-
* Re-evaluates related-entity list filters from the live dialog form context (e.g. after create saves the main row id).
|
|
2650
|
-
*/
|
|
2651
|
-
private applyRelatedFiltersFromContext;
|
|
2652
|
-
/**
|
|
2653
|
-
* Pushes current toolbar filters to the embedded list data source when both exist.
|
|
2654
|
-
* Returns false while data-list is still mounting (see deferred listNode.set in ngOnInit).
|
|
2655
|
-
*/
|
|
2656
|
-
private pushToolbarFiltersToDataSource;
|
|
2657
|
-
/**
|
|
2658
|
-
* Writes toolbar filters from specs and pushes them onto the data source so refresh/reload keeps the parent scope.
|
|
2659
|
-
*/
|
|
2660
|
-
private applyRelatedFiltersFromContextAndDatasource;
|
|
2661
|
-
/**
|
|
2662
|
-
* Refreshes the embedded data list (toolbar / workflow). In wizard mode, `refresh` is patched to re-apply scoped filters first.
|
|
2663
|
-
*/
|
|
2664
|
-
private refreshGridWithParentScopedFilters;
|
|
2665
2153
|
protected queries: undefined;
|
|
2666
2154
|
/**
|
|
2667
2155
|
* Validates that all required dependencies are available
|
|
@@ -2715,7 +2203,7 @@ declare class AXPLookupWidgetViewComponent extends AXPValueWidgetComponent<any>
|
|
|
2715
2203
|
private efEntity;
|
|
2716
2204
|
private efDisplay;
|
|
2717
2205
|
private extractItem;
|
|
2718
|
-
private
|
|
2206
|
+
private getDisplayText;
|
|
2719
2207
|
private get __class();
|
|
2720
2208
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLookupWidgetViewComponent, never>;
|
|
2721
2209
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLookupWidgetViewComponent, "axp-lookup-widget-view", never, {}, {}, never, never, true, never>;
|
|
@@ -2732,7 +2220,7 @@ interface AXPEntityDataSelectorOptions {
|
|
|
2732
2220
|
name: string;
|
|
2733
2221
|
dir: 'asc' | 'desc';
|
|
2734
2222
|
}[];
|
|
2735
|
-
allowCreate?:
|
|
2223
|
+
allowCreate?: boolean;
|
|
2736
2224
|
searchFields?: string[];
|
|
2737
2225
|
initialSearchTerm?: string;
|
|
2738
2226
|
selectedItemIds?: string[] | number[];
|
|
@@ -2753,21 +2241,10 @@ declare class AXPEntityDataSelectorService {
|
|
|
2753
2241
|
private readonly filterOperatorMiddleware;
|
|
2754
2242
|
private readonly widgetResolver;
|
|
2755
2243
|
private readonly entityResolver;
|
|
2756
|
-
private readonly commandService;
|
|
2757
2244
|
/**
|
|
2758
2245
|
* Open entity data selector popup
|
|
2759
2246
|
*/
|
|
2760
2247
|
open(options: AXPEntityDataSelectorOptions): Promise<AXPEntityDataSelectorResult | null>;
|
|
2761
|
-
/**
|
|
2762
|
-
* Execute Entity:Create and return created item.
|
|
2763
|
-
* Used by lookup widget and data selector for inline create.
|
|
2764
|
-
*/
|
|
2765
|
-
executeEntityCreate(entity: AXPEntity, mode: 'full' | 'quick'): Promise<any | null>;
|
|
2766
|
-
/**
|
|
2767
|
-
* Normalize item's phones/emails for expose/display.
|
|
2768
|
-
* Call this when receiving items from any source (create, API, selector).
|
|
2769
|
-
*/
|
|
2770
|
-
normalizeItemContactArrays(item: any): any;
|
|
2771
2248
|
/**
|
|
2772
2249
|
* Create data selector configuration from entity options
|
|
2773
2250
|
*/
|
|
@@ -2785,19 +2262,9 @@ declare class AXPEntityDataSelectorService {
|
|
|
2785
2262
|
*/
|
|
2786
2263
|
private getSearchFields;
|
|
2787
2264
|
/**
|
|
2788
|
-
*
|
|
2789
|
-
*/
|
|
2790
|
-
private getAllowCreate;
|
|
2791
|
-
/**
|
|
2792
|
-
* Execute Entity:Create and return created item
|
|
2793
|
-
*/
|
|
2794
|
-
private executeCreate;
|
|
2795
|
-
/**
|
|
2796
|
-
* Normalize phones/emails from repeater form to plain arrays of { value: string }.
|
|
2797
|
-
* Repeater/ContactBox can return nested structure: { value: { label: "", value: "101010" } }
|
|
2798
|
-
* Contact widget expects: { value: "101010", label?: string }
|
|
2265
|
+
* Check if entity supports create operation
|
|
2799
2266
|
*/
|
|
2800
|
-
private
|
|
2267
|
+
private canCreate;
|
|
2801
2268
|
/**
|
|
2802
2269
|
* Create category tree data source from category entity key
|
|
2803
2270
|
*/
|
|
@@ -2821,37 +2288,6 @@ declare abstract class LookupWidgetLookBase {
|
|
|
2821
2288
|
}
|
|
2822
2289
|
|
|
2823
2290
|
type AXPLookupWidgetLookType = 'select' | 'lookup';
|
|
2824
|
-
/**
|
|
2825
|
-
* How the lookup column resolves related items for display in entity lists.
|
|
2826
|
-
* - `hydrated`: titles (and optional ids) are already on the row; inline preview + overflow popover use row data only.
|
|
2827
|
-
* - `idsWithCount`: ids and optional count live on the row; the cell shows a count summary and loads titles via entity `byKey` when the popover opens.
|
|
2828
|
-
* - `countOnly`: only a count is on the row; the popover loads ids/titles via a registered `AXPQuery` when opened.
|
|
2829
|
-
*/
|
|
2830
|
-
type AXPLookupColumnResolveStrategy = 'hydrated' | 'idsWithCount' | 'countOnly';
|
|
2831
|
-
/**
|
|
2832
|
-
* Column list only: controls how the lookup column loads and displays related items in grids.
|
|
2833
|
-
* Omitted or empty strategy defaults to `hydrated` at runtime.
|
|
2834
|
-
*/
|
|
2835
|
-
interface AXPLookupColumnResolveOptions {
|
|
2836
|
-
/** Default `hydrated` when omitted. */
|
|
2837
|
-
strategy?: AXPLookupColumnResolveStrategy;
|
|
2838
|
-
/** Lodash-style path on `rowData` for the displayed count (e.g. `rolesCount`). */
|
|
2839
|
-
countFieldPath?: string;
|
|
2840
|
-
/** Lodash-style path on `rowData` for the related id list (`idsWithCount`). If omitted, the column `rawValue` is used. */
|
|
2841
|
-
idsPath?: string;
|
|
2842
|
-
/** Registered query key for `AXPQueryExecutor.fetch` when using `countOnly`. */
|
|
2843
|
-
queryKey?: string;
|
|
2844
|
-
/**
|
|
2845
|
-
* Maps query input property names to lodash-style paths on `rowData` (e.g. `{ "userId": "id" }`).
|
|
2846
|
-
* May be a JSON string when set from the layout designer text field.
|
|
2847
|
-
*/
|
|
2848
|
-
queryParams?: Record<string, string> | string;
|
|
2849
|
-
/**
|
|
2850
|
-
* Dot path into the named query result for the items array. Defaults to `items` when the result is an object.
|
|
2851
|
-
* If the query returns an array directly, leave unset and handle at runtime.
|
|
2852
|
-
*/
|
|
2853
|
-
queryResultItemsPath?: string;
|
|
2854
|
-
}
|
|
2855
2291
|
interface AXPLookupWidgetOptions {
|
|
2856
2292
|
disabled?: boolean | AXPExpression;
|
|
2857
2293
|
readonly?: boolean | AXPExpression;
|
|
@@ -2860,8 +2296,6 @@ interface AXPLookupWidgetOptions {
|
|
|
2860
2296
|
look?: AXPLookupWidgetLookType;
|
|
2861
2297
|
allowClear?: boolean;
|
|
2862
2298
|
displayFormat?: string;
|
|
2863
|
-
/** Column list: lazy resolve and summary behavior. */
|
|
2864
|
-
columnResolve?: AXPLookupColumnResolveOptions;
|
|
2865
2299
|
}
|
|
2866
2300
|
|
|
2867
2301
|
declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
@@ -2870,7 +2304,6 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
2870
2304
|
protected readonly entityResolver: AXPEntityDefinitionRegistryService;
|
|
2871
2305
|
protected readonly entityService: AXPEntityService;
|
|
2872
2306
|
protected readonly entityDataSelectorService: AXPEntityDataSelectorService;
|
|
2873
|
-
private readonly mlsResolver;
|
|
2874
2307
|
protected componentLook: _angular_core.Signal<LookupWidgetLookBase | undefined>;
|
|
2875
2308
|
protected expose: _angular_core.Signal<string | any[] | undefined>;
|
|
2876
2309
|
protected entity: _angular_core.Signal<string>;
|
|
@@ -2878,14 +2311,14 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
2878
2311
|
protected columns: _angular_core.Signal<string[]>;
|
|
2879
2312
|
protected textField: _angular_core.Signal<string>;
|
|
2880
2313
|
protected hasClearButton: _angular_core.Signal<boolean>;
|
|
2314
|
+
protected showItemTooltip: _angular_core.Signal<boolean>;
|
|
2315
|
+
protected isItemTruncated: _angular_core.Signal<boolean>;
|
|
2881
2316
|
protected customFilter: _angular_core.Signal<AXDataSourceFilterOption>;
|
|
2882
|
-
protected placeholder: _angular_core.Signal<string>;
|
|
2883
2317
|
protected filterMode: _angular_core.Signal<boolean>;
|
|
2884
2318
|
protected multiple: _angular_core.Signal<boolean>;
|
|
2885
2319
|
protected look: _angular_core.Signal<AXPLookupWidgetLookType>;
|
|
2886
2320
|
protected defaultTextField: _angular_core.Signal<string>;
|
|
2887
2321
|
protected displayField: _angular_core.Signal<string>;
|
|
2888
|
-
protected allowCreate: _angular_core.Signal<"none" | "full" | "quick">;
|
|
2889
2322
|
protected valueField: _angular_core.Signal<string>;
|
|
2890
2323
|
protected displayFormat: _angular_core.Signal<string | undefined>;
|
|
2891
2324
|
protected conditions?: AXPQueryFilter[];
|
|
@@ -2899,15 +2332,10 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
2899
2332
|
private hasValue;
|
|
2900
2333
|
private findByValue;
|
|
2901
2334
|
protected handleComponentValueChanged(items: any[] | null): void;
|
|
2902
|
-
protected handleCreateClick(_e: AXClickEvent): Promise<void>;
|
|
2903
|
-
private executeCreate;
|
|
2904
2335
|
protected setLoading: (loading: boolean) => void;
|
|
2905
2336
|
protected setItems: (items: any[]) => void;
|
|
2906
2337
|
/**
|
|
2907
|
-
*
|
|
2908
|
-
* Avoids `contextService.patch()` with nested objects: patch shallow-merges top-level keys only,
|
|
2909
|
-
* so e.g. `{ person: { educationLevel: { id, title } } }` would replace the entire `person`
|
|
2910
|
-
* object and drop sibling fields like `person.educationLevelId`, causing a value/effect loop.
|
|
2338
|
+
* Update expose data for empty state
|
|
2911
2339
|
*/
|
|
2912
2340
|
private expoesItems;
|
|
2913
2341
|
outputs(): (string | {
|
|
@@ -2923,12 +2351,8 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
2923
2351
|
|
|
2924
2352
|
declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
2925
2353
|
private readonly entityDetailPopoverService;
|
|
2926
|
-
private readonly translation;
|
|
2927
2354
|
private readonly formatService;
|
|
2928
|
-
private readonly entityService;
|
|
2929
|
-
private readonly queryExecutor;
|
|
2930
2355
|
protected moreButton: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
2931
|
-
protected lazyTrigger: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
2932
2356
|
protected morePopover: _angular_core.Signal<AXPopoverComponent | undefined>;
|
|
2933
2357
|
protected host: ElementRef<any>;
|
|
2934
2358
|
protected valueField: string;
|
|
@@ -2938,51 +2362,21 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
|
|
|
2938
2362
|
protected maxVisible: number;
|
|
2939
2363
|
protected displayFormat: _angular_core.Signal<string | undefined>;
|
|
2940
2364
|
protected displayField: _angular_core.Signal<string>;
|
|
2941
|
-
protected columnResolve: _angular_core.Signal<AXPLookupColumnResolveOptions | undefined>;
|
|
2942
|
-
protected resolveStrategy: _angular_core.Signal<AXPLookupColumnResolveStrategy>;
|
|
2943
|
-
protected isHydratedStrategy: _angular_core.Signal<boolean>;
|
|
2944
2365
|
protected isMorePopoverOpen: _angular_core.WritableSignal<boolean>;
|
|
2945
2366
|
protected selectedItemIndex: _angular_core.WritableSignal<number>;
|
|
2946
|
-
protected resolvedPopoverItems: _angular_core.WritableSignal<any[]>;
|
|
2947
|
-
protected resolveStatus: _angular_core.WritableSignal<"error" | "idle" | "loading" | "ready">;
|
|
2948
|
-
protected resolveError: _angular_core.WritableSignal<string | null>;
|
|
2949
|
-
protected summaryLabel: _angular_core.WritableSignal<string>;
|
|
2950
|
-
protected popoverHeader: _angular_core.WritableSignal<string>;
|
|
2951
2367
|
protected displayItems: _angular_core.Signal<any[]>;
|
|
2952
2368
|
protected allItems: _angular_core.Signal<any[]>;
|
|
2953
2369
|
protected visibleItems: _angular_core.Signal<any[]>;
|
|
2954
2370
|
protected hasMoreItems: _angular_core.Signal<boolean>;
|
|
2955
|
-
protected
|
|
2956
|
-
protected displayCount: _angular_core.Signal<number>;
|
|
2957
|
-
protected popoverListItems: _angular_core.Signal<any[]>;
|
|
2958
|
-
/** Avoid resetting lazy cache on every CD when `rowData` is a new object reference for the same row. */
|
|
2959
|
-
private previousLazyRowId;
|
|
2960
|
-
constructor();
|
|
2371
|
+
protected remainingItemsCount: _angular_core.Signal<number>;
|
|
2961
2372
|
protected showMoreItems(): void;
|
|
2962
|
-
protected
|
|
2963
|
-
protected onPopoverOpenChange(event: unknown): void;
|
|
2373
|
+
protected onMorePopoverOpenChange(event: any): void;
|
|
2964
2374
|
protected showItemDetail(item: any, index: number): Promise<void>;
|
|
2965
2375
|
protected handleItemClick(index: number): void;
|
|
2966
|
-
|
|
2967
|
-
protected handlePopoverItemClick(index: number): void;
|
|
2968
|
-
protected getDisplayRaw(item: any): string;
|
|
2969
|
-
private refreshSummaryLabel;
|
|
2970
|
-
private refreshPopoverHeader;
|
|
2971
|
-
private resetLazyState;
|
|
2972
|
-
private openPopoverFromRef;
|
|
2376
|
+
private openMorePopover;
|
|
2973
2377
|
private closeMorePopover;
|
|
2974
|
-
private ensureLazyItemsLoaded;
|
|
2975
|
-
/**
|
|
2976
|
-
* ax-popover may emit a boolean, CustomEvent with detail, or a DOM Event depending on version.
|
|
2977
|
-
*/
|
|
2978
|
-
private coercePopoverOpenEvent;
|
|
2979
|
-
private loadByIds;
|
|
2980
|
-
private loadByNamedQuery;
|
|
2981
|
-
private buildNamedQueryInput;
|
|
2982
|
-
private parseQueryParamsMap;
|
|
2983
|
-
private extractItemsFromQueryResult;
|
|
2984
2378
|
private extractItem;
|
|
2985
|
-
|
|
2379
|
+
protected getDisplayText(item: any): string;
|
|
2986
2380
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPLookupWidgetColumnComponent, never>;
|
|
2987
2381
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLookupWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
2988
2382
|
}
|
|
@@ -3314,174 +2708,6 @@ declare class AXPMultiSourceSelectorWidgetColumnComponent extends AXPColumnWidge
|
|
|
3314
2708
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPMultiSourceSelectorWidgetColumnComponent, "axp-multi-source-selector-widget-column", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
3315
2709
|
}
|
|
3316
2710
|
|
|
3317
|
-
declare class AXPSelectorStructureWidgetColumnComponent extends AXPValueWidgetComponent {
|
|
3318
|
-
protected identityField: _angular_core.Signal<string>;
|
|
3319
|
-
protected textField: _angular_core.Signal<string>;
|
|
3320
|
-
protected valueField: _angular_core.Signal<string>;
|
|
3321
|
-
protected previewIcon: _angular_core.Signal<string>;
|
|
3322
|
-
protected cellText: _angular_core.Signal<string>;
|
|
3323
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPSelectorStructureWidgetColumnComponent, never>;
|
|
3324
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectorStructureWidgetColumnComponent, "axp-selector-structure-widget-column", never, {}, {}, never, never, true, never>;
|
|
3325
|
-
}
|
|
3326
|
-
|
|
3327
|
-
type AXPSelectorStructureSelectorMode = 'select' | 'lookup';
|
|
3328
|
-
type AXPSelectorStructureStructureMode = 'schema' | 'freeform';
|
|
3329
|
-
type AXPSelectorStructureIdentityDisplay = 'readonly' | 'hidden';
|
|
3330
|
-
/** UI layout: standard = global multi-select + collapse rows; compactPanel = per-row select (address-style). */
|
|
3331
|
-
type AXPSelectorStructurePresentationMode = 'standard' | 'compactPanel';
|
|
3332
|
-
interface AXPSelectorStructureFieldDef {
|
|
3333
|
-
name: string;
|
|
3334
|
-
title: string;
|
|
3335
|
-
widgetType: string;
|
|
3336
|
-
options?: Record<string, unknown>;
|
|
3337
|
-
}
|
|
3338
|
-
declare const AXPSelectorStructureWidget: AXPWidgetConfig;
|
|
3339
|
-
interface AXPSelectorStructureWidgetDesignerOptions {
|
|
3340
|
-
selectorMode?: AXPSelectorStructureSelectorMode;
|
|
3341
|
-
structureMode?: AXPSelectorStructureStructureMode;
|
|
3342
|
-
presentation?: AXPSelectorStructurePresentationMode;
|
|
3343
|
-
previewIcon?: string;
|
|
3344
|
-
placeholder?: string;
|
|
3345
|
-
contextSiblingPath?: string;
|
|
3346
|
-
identityField?: string;
|
|
3347
|
-
identityDisplay?: AXPSelectorStructureIdentityDisplay;
|
|
3348
|
-
valueField?: string;
|
|
3349
|
-
textField?: string;
|
|
3350
|
-
dataSource?: unknown;
|
|
3351
|
-
multiple?: boolean;
|
|
3352
|
-
lookup?: {
|
|
3353
|
-
entity?: string;
|
|
3354
|
-
look?: 'select' | 'lookup';
|
|
3355
|
-
filter?: unknown;
|
|
3356
|
-
hasClearButton?: boolean;
|
|
3357
|
-
};
|
|
3358
|
-
structureFields?: AXPSelectorStructureFieldDef[];
|
|
3359
|
-
freeformPath?: string;
|
|
3360
|
-
}
|
|
3361
|
-
interface AXPSelectorStructureWidgetViewOptions extends AXPSelectorStructureWidgetDesignerOptions {
|
|
3362
|
-
}
|
|
3363
|
-
interface AXPSelectorStructureWidgetEditOptions extends AXPSelectorStructureWidgetDesignerOptions {
|
|
3364
|
-
}
|
|
3365
|
-
interface AXPSelectorStructureWidgetColumnOptions {
|
|
3366
|
-
identityField?: string;
|
|
3367
|
-
textField?: string;
|
|
3368
|
-
previewIcon?: string;
|
|
3369
|
-
}
|
|
3370
|
-
interface AXPSelectorStructureWidgetPrintOptions {
|
|
3371
|
-
}
|
|
3372
|
-
interface AXPSelectorStructureWidgetOptions {
|
|
3373
|
-
designer: AXPSelectorStructureWidgetDesignerOptions;
|
|
3374
|
-
view: AXPSelectorStructureWidgetViewOptions;
|
|
3375
|
-
edit: AXPSelectorStructureWidgetEditOptions;
|
|
3376
|
-
print: AXPSelectorStructureWidgetPrintOptions;
|
|
3377
|
-
column: AXPSelectorStructureWidgetColumnOptions;
|
|
3378
|
-
}
|
|
3379
|
-
|
|
3380
|
-
declare class AXPSelectorStructureWidgetEditComponent extends AXPValueWidgetComponent {
|
|
3381
|
-
#private;
|
|
3382
|
-
private readonly entityRegistry;
|
|
3383
|
-
protected selectorMode: _angular_core.Signal<"select" | "lookup">;
|
|
3384
|
-
protected structureMode: _angular_core.Signal<"schema" | "freeform">;
|
|
3385
|
-
protected contextSiblingPath: _angular_core.Signal<string>;
|
|
3386
|
-
protected identityField: _angular_core.Signal<string>;
|
|
3387
|
-
protected identityDisplay: _angular_core.Signal<"readonly" | "hidden">;
|
|
3388
|
-
protected valueField: _angular_core.Signal<string>;
|
|
3389
|
-
protected textField: _angular_core.Signal<string>;
|
|
3390
|
-
protected multiple: _angular_core.Signal<boolean>;
|
|
3391
|
-
protected freeformPath: _angular_core.Signal<string>;
|
|
3392
|
-
protected lookupEntityKey: _angular_core.Signal<string | undefined>;
|
|
3393
|
-
protected lookupHasClearButton: _angular_core.Signal<boolean>;
|
|
3394
|
-
protected lookupCustomFilter: _angular_core.Signal<AXDataSourceFilterOption | undefined>;
|
|
3395
|
-
protected disabled: _angular_core.Signal<boolean>;
|
|
3396
|
-
protected presentationMode: _angular_core.Signal<"standard" | "compactPanel">;
|
|
3397
|
-
/** Compact panel (address-style) applies only to sibling select mode; lookup falls back to standard layout. */
|
|
3398
|
-
protected useCompactLayout: _angular_core.Signal<boolean>;
|
|
3399
|
-
protected previewIcon: _angular_core.Signal<string>;
|
|
3400
|
-
protected placeholder: _angular_core.Signal<string>;
|
|
3401
|
-
protected compactSelectPlaceholder: _angular_core.Signal<string>;
|
|
3402
|
-
protected addCompactItemLabel: _angular_core.Signal<string>;
|
|
3403
|
-
protected clearRowTitle: _angular_core.Signal<string>;
|
|
3404
|
-
protected removeRowTitle: _angular_core.Signal<string>;
|
|
3405
|
-
protected resolvedSiblingPath(): string;
|
|
3406
|
-
/**
|
|
3407
|
-
* Items shown in the selector: sibling context array when path is set, otherwise optional static `dataSource` array.
|
|
3408
|
-
*/
|
|
3409
|
-
protected contextItems: _angular_core.Signal<unknown[]>;
|
|
3410
|
-
protected contextSelectDataSource: _angular_core.Signal<AXDataSource<unknown>>;
|
|
3411
|
-
protected selectedSourceItems: _angular_core.WritableSignal<unknown[]>;
|
|
3412
|
-
protected compactRowDataSources: _angular_core.Signal<AXDataSource<unknown>[]>;
|
|
3413
|
-
protected compactRowSelectedItems: _angular_core.Signal<unknown[][]>;
|
|
3414
|
-
protected lookupEntityDef: _angular_core.WritableSignal<AXPEntity | null>;
|
|
3415
|
-
protected defaultLookupSorts: _angular_core.Signal<AXDataSourceSortOption[]>;
|
|
3416
|
-
protected lookupDataSource: _angular_core.Signal<AXDataSource<unknown> | null>;
|
|
3417
|
-
protected lookupTextField: _angular_core.Signal<string>;
|
|
3418
|
-
protected lookupSelectedItems: _angular_core.WritableSignal<unknown[]>;
|
|
3419
|
-
protected rows: _angular_core.Signal<Record<string, unknown>[]>;
|
|
3420
|
-
protected structureFields: _angular_core.Signal<AXPSelectorStructureFieldDef[]>;
|
|
3421
|
-
protected structureFieldNodes: _angular_core.Signal<{
|
|
3422
|
-
name: string;
|
|
3423
|
-
title: string;
|
|
3424
|
-
node: AXPWidgetNode;
|
|
3425
|
-
}[]>;
|
|
3426
|
-
protected identityLabel: _angular_core.Signal<string>;
|
|
3427
|
-
protected identityNode: _angular_core.Signal<AXPWidgetNode | null>;
|
|
3428
|
-
protected freeformHeading: _angular_core.Signal<string>;
|
|
3429
|
-
protected keyPlaceholder: _angular_core.Signal<string>;
|
|
3430
|
-
protected valuePlaceholder: _angular_core.Signal<string>;
|
|
3431
|
-
protected addPairLabel: _angular_core.Signal<string>;
|
|
3432
|
-
protected removePairTitle: _angular_core.Signal<string>;
|
|
3433
|
-
protected disabledHint: _angular_core.Signal<string>;
|
|
3434
|
-
protected trackRow(row: Record<string, unknown>): unknown;
|
|
3435
|
-
protected rowCaption(row: Record<string, unknown>): string;
|
|
3436
|
-
protected isDraftRow(row: Record<string, unknown>): boolean;
|
|
3437
|
-
protected isRowSelectLocked(row: Record<string, unknown>): boolean;
|
|
3438
|
-
/**
|
|
3439
|
-
* Items available for row `index`: all source items minus keys already chosen on other committed rows;
|
|
3440
|
-
* always includes the current row's selected item so the select can display it.
|
|
3441
|
-
*/
|
|
3442
|
-
protected exclusiveItemsForRow(index: number): unknown[];
|
|
3443
|
-
private newRowUid;
|
|
3444
|
-
protected handleCompactSelectChange(index: number, e: AXValueChangedEvent): void;
|
|
3445
|
-
protected applyCompactRowFromItem(index: number, rawItem: unknown | undefined): void;
|
|
3446
|
-
protected clearCompactRow(index: number): void;
|
|
3447
|
-
protected removeCompactRow(index: number): void;
|
|
3448
|
-
protected addCompactRow(): void;
|
|
3449
|
-
protected handleSelectValueChange(e: AXValueChangedEvent): void;
|
|
3450
|
-
protected handleLookupValueChange(e: AXValueChangedEvent): void;
|
|
3451
|
-
protected applyRowsFromSourceItems(items: unknown[]): void;
|
|
3452
|
-
protected handleSchemaContextChange(rowKey: unknown, e: AXPContextChangeEvent): void;
|
|
3453
|
-
protected freeformEntries(row: Record<string, unknown>): {
|
|
3454
|
-
key: string;
|
|
3455
|
-
value: string;
|
|
3456
|
-
index: number;
|
|
3457
|
-
}[];
|
|
3458
|
-
private serializeFreeformValue;
|
|
3459
|
-
protected onFreeformKeyInput(row: Record<string, unknown>, entry: {
|
|
3460
|
-
key: string;
|
|
3461
|
-
value: string;
|
|
3462
|
-
index: number;
|
|
3463
|
-
}, nextKey: string): void;
|
|
3464
|
-
protected patchFreeformValue(row: Record<string, unknown>, key: string, raw: string): void;
|
|
3465
|
-
protected removeFreeformKey(row: Record<string, unknown>, key: string): void;
|
|
3466
|
-
protected addFreeformPair(row: Record<string, unknown>): void;
|
|
3467
|
-
private renameFreeformKey;
|
|
3468
|
-
private patchFreeformMap;
|
|
3469
|
-
private tryParseFreeformString;
|
|
3470
|
-
private mergeListFilter;
|
|
3471
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPSelectorStructureWidgetEditComponent, never>;
|
|
3472
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectorStructureWidgetEditComponent, "axp-selector-structure-widget-edit", never, {}, {}, never, never, true, never>;
|
|
3473
|
-
}
|
|
3474
|
-
|
|
3475
|
-
declare class AXPSelectorStructureWidgetViewComponent extends AXPValueWidgetComponent {
|
|
3476
|
-
protected identityField: _angular_core.Signal<string>;
|
|
3477
|
-
protected textField: _angular_core.Signal<string>;
|
|
3478
|
-
protected valueField: _angular_core.Signal<string>;
|
|
3479
|
-
protected previewIcon: _angular_core.Signal<string>;
|
|
3480
|
-
protected summaries: _angular_core.Signal<string[]>;
|
|
3481
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPSelectorStructureWidgetViewComponent, never>;
|
|
3482
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPSelectorStructureWidgetViewComponent, "axp-selector-structure-widget-view", never, {}, {}, never, never, true, never>;
|
|
3483
|
-
}
|
|
3484
|
-
|
|
3485
2711
|
declare const AXPEntityCreateEvent: {
|
|
3486
2712
|
(payload: {
|
|
3487
2713
|
entity: string;
|
|
@@ -3603,23 +2829,14 @@ declare class AXPShowDetailViewAction extends AXPWorkflowAction {
|
|
|
3603
2829
|
}
|
|
3604
2830
|
declare const AXPShowDetailsViewWorkflow: AXPWorkflow;
|
|
3605
2831
|
|
|
3606
|
-
/** Optional list filters passed into `show-list-view` (e.g. from `Entity:List` with `conditions`). */
|
|
3607
|
-
interface AXPShowListViewCondition {
|
|
3608
|
-
name?: string;
|
|
3609
|
-
field?: string;
|
|
3610
|
-
operator?: {
|
|
3611
|
-
type: string;
|
|
3612
|
-
};
|
|
3613
|
-
value?: unknown;
|
|
3614
|
-
}
|
|
3615
2832
|
declare class AXPShowListViewAction extends AXPWorkflowAction {
|
|
3616
2833
|
private navigation;
|
|
3617
2834
|
private sessionService;
|
|
3618
|
-
execute(context
|
|
2835
|
+
execute(context?: any): Promise<void>;
|
|
3619
2836
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPShowListViewAction, never>;
|
|
3620
2837
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPShowListViewAction>;
|
|
3621
2838
|
}
|
|
3622
2839
|
declare const AXPShowListViewWorkflow: AXPWorkflow;
|
|
3623
2840
|
|
|
3624
|
-
export { AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEntitiesListDataSourceDefinition, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorService,
|
|
3625
|
-
export type { AXPAuditEvent,
|
|
2841
|
+
export { AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEntitiesListDataSourceDefinition, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorService, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityEventsKeys, AXPEntityFormBuilderService, AXPEntityListPersistenceModeDefault, AXPEntityListTableService, AXPEntityListToolbarService, AXPEntityListViewColumnViewModel, AXPEntityListViewModelFactory, AXPEntityListViewModelResolver, AXPEntityListWidget, AXPEntityListWidgetViewComponent, AXPEntityMasterCreateViewModel, AXPEntityMasterListViewModel, AXPEntityMasterListViewQueryViewModel, AXPEntityMasterSingleElementViewModel, AXPEntityMasterSingleViewGroupViewModel, AXPEntityMasterSingleViewModel, AXPEntityMasterUpdateElementViewModel, AXPEntityMasterUpdateViewModel, AXPEntityMasterUpdateViewModelFactory, AXPEntityMiddleware, AXPEntityModifyConfirmedAction, AXPEntityModifyEvent, AXPEntityModifySectionPopupAction, AXPEntityModule, AXPEntityPerformDeleteAction, AXPEntityPreloadFiltersContainerComponent, AXPEntityPreloadFiltersViewModel, AXPEntityPreloadFiltersViewModelResolver, AXPEntityResolver, AXPEntityService, AXPEntityStorageService, AXPEntityUpdateViewSectionViewModel, AXPGetEntityDetailsQuery, AXPLayoutOrderingConfigService, AXPLookupWidget, AXPLookupWidgetColumnComponent, AXPLookupWidgetEditComponent, AXPLookupWidgetViewComponent, AXPMiddlewareAbortError, AXPMiddlewareEntityStorageService, AXPModifyEntitySectionWorkflow, AXPMultiSourceDefinitionProviderContext, AXPMultiSourceDefinitionProviderService, AXPMultiSourceFederatedSearchService, AXPMultiSourceSelectorComponent, AXPMultiSourceSelectorService, AXPMultiSourceSelectorWidget, AXPMultiSourceSelectorWidgetColumnComponent, AXPMultiSourceSelectorWidgetEditComponent, AXPMultiSourceSelectorWidgetViewComponent, AXPMultiSourceType, AXPOpenEntityDetailsCommand, AXPQuickEntityModifyPopupAction, AXPQuickModifyEntityWorkflow, AXPShowDetailViewAction, AXPShowDetailsViewWorkflow, AXPShowListViewAction, AXPShowListViewWorkflow, AXPTruncatedBreadcrumbComponent, AXPUpdateEntityCommand, AXPViewEntityDetailsCommand, AXP_DATA_SEEDER_TOKEN, AXP_ENTITY_ACTION_PLUGIN, AXP_ENTITY_CONFIG_TOKEN, AXP_ENTITY_DEFINITION_LOADER, AXP_ENTITY_MODIFIER, AXP_ENTITY_STORAGE_BACKEND, AXP_ENTITY_STORAGE_MIDDLEWARE, AXP_MULTI_SOURCE_DEFINITION_PROVIDER, DEFAULT_PROPERTY_ORDER, DEFAULT_SECTION_ORDER, ENTITY_LIST_ROUTE_CONTEXT_SESSION_KEY, EntityBuilder, EntityDataAccessor, actionExists, applyDataSourcePagingWithoutLoad, canPersistEntityListState, cloneLayoutArrays, columnWidthMiddleware, columnWidthMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, detectEntityChanges, ensureLayoutPropertyView, ensureLayoutSection, ensureListActions, entityDetailsCreateActions, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterEditAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, eventDispatchMiddleware, findEntityListRowDataInTree, getDataSourcePageIndex, getEntityListRowId, isAXPMiddlewareAbortError, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider, normalizeEntityListPersistenceMode, normalizeListPaging, restoreEntityListExpandedRows, shouldLoadEntityListStateFromStorage, shouldResetEntityListStateOnRouteEntry };
|
|
2842
|
+
export type { AXPAuditEvent, AXPDataSeeder, AXPEntityActionPlugin, AXPEntityCategoryWidgetOptions, AXPEntityChangeSet, AXPEntityConfigs, AXPEntityCreateDto, AXPEntityDataSelectorOptions, AXPEntityDataSelectorResult, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityDeleteOptions, AXPEntityDetailDto, AXPEntityDetailPopoverOptions, AXPEntityLayoutLike, AXPEntityLayoutPropertyLike, AXPEntityLayoutSectionLike, AXPEntityListEntry, AXPEntityListExpandRowRef, AXPEntityListInput, AXPEntityListItemDto, AXPEntityListPagingState, AXPEntityListPersistenceMode, AXPEntityListToolbarConvertOptions, AXPEntityMasterListViewSortPropViewModel, AXPEntityModel, AXPEntityModifier, AXPEntityModifierContext, AXPEntityModifierProvider, AXPEntityOutputDto, AXPEntityPreloadEntity, AXPEntityStorageContext, AXPEntityStorageMiddleware, AXPEntityUpdateDto, AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult, AXPLookupWidgetLookType, AXPLookupWidgetOptions, AXPMultiSourceDefinition, AXPMultiSourceDefinitionProvider, AXPMultiSourceItem, AXPMultiSourceRef, AXPMultiSourceSearchResult, AXPMultiSourceSearchResultItem, AXPMultiSourceSelectorOpenConfig, AXPMultiSourceSelectorResult, AXPMultiSourceSelectorWidgetOptions, AXPMultiSourceValue, AXPOpenEntityDetailsCommandInput, AXPRecordAuditInfo, AXPRecordOwnershipInfo, AXPRecordStateInfo, CategoryQueryEvent, CategoryQueryFunction, CategoryQueryResult, CategoryTreeConfig, CategoryTreeNodeData, SectionOrderConfig };
|