@acorex/platform 21.0.0-next.85 → 21.0.0-next.89
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/fesm2022/acorex-platform-auth.mjs +9 -3
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/{acorex-platform-common-common-settings.provider-Ytey9uhY.mjs → acorex-platform-common-common-settings.provider-DilV4dql.mjs} +16 -3
- package/fesm2022/acorex-platform-common-common-settings.provider-DilV4dql.mjs.map +1 -0
- package/fesm2022/acorex-platform-common.mjs +3426 -2488
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-contracts.mjs +1160 -9
- package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +826 -152
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain-contracts.mjs +58 -0
- package/fesm2022/acorex-platform-domain-contracts.mjs.map +1 -0
- package/fesm2022/acorex-platform-domain.mjs +2 -50
- package/fesm2022/acorex-platform-domain.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +98 -189
- 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-RttFwaw9.mjs} +17 -4
- package/fesm2022/acorex-platform-layout-components-binding-expression-editor-popup.component-RttFwaw9.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-components.mjs +181 -46
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +7 -6
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-CwG6n_Yb.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-contracts.mjs +1208 -0
- package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-entity-file-list-popup.component--IeMZLIr.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +1080 -889
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +1150 -247
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +388 -207
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-CFyfix31.mjs +513 -0
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-CFyfix31.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-CZc2zFlg.mjs} +4 -4
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-CZc2zFlg.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-XWRUVoL4.mjs} +2 -2
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs.map → acorex-platform-layout-widgets-tabular-data-view-popup.component-XWRUVoL4.mjs.map} +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +1541 -394
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-Br9p5aXT.mjs → acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs} +2 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +956 -115
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-BjuzSe0T.mjs → acorex-platform-themes-shared-settings.provider-UyKdkeyk.mjs} +50 -3
- package/fesm2022/acorex-platform-themes-shared-settings.provider-UyKdkeyk.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +104 -24
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/acorex-platform-workflow.mjs +6 -8
- package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
- package/package.json +9 -5
- package/types/acorex-platform-auth.d.ts +3 -1
- package/types/acorex-platform-common.d.ts +655 -1268
- package/types/acorex-platform-contracts.d.ts +1791 -260
- package/types/acorex-platform-core.d.ts +2302 -2800
- package/types/acorex-platform-domain-contracts.d.ts +416 -0
- package/types/acorex-platform-domain.d.ts +4 -415
- package/types/acorex-platform-layout-builder.d.ts +11 -20
- package/types/acorex-platform-layout-components.d.ts +29 -5
- package/types/acorex-platform-layout-designer.d.ts +2 -1
- package/types/acorex-platform-layout-entity-contracts.d.ts +889 -0
- package/types/acorex-platform-layout-entity.d.ts +143 -275
- package/types/acorex-platform-layout-views.d.ts +147 -31
- package/types/acorex-platform-layout-widget-core.d.ts +74 -14
- package/types/acorex-platform-layout-widgets.d.ts +136 -38
- package/types/acorex-platform-runtime.d.ts +1 -1
- package/types/acorex-platform-themes-default.d.ts +227 -73
- package/types/acorex-platform-themes-shared.d.ts +4 -0
- package/types/acorex-platform-workflow.d.ts +5 -18
- package/fesm2022/acorex-platform-common-common-settings.provider-Ytey9uhY.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-repeater-widget-column.component-J0zcGKBX.mjs +0 -116
- package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-J0zcGKBX.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs.map +0 -1
- package/fesm2022/acorex-platform-native.mjs +0 -155
- package/fesm2022/acorex-platform-native.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-Br9p5aXT.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-settings.provider-BjuzSe0T.mjs.map +0 -1
- package/native/README.md +0 -4
- package/types/acorex-platform-native.d.ts +0 -28
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { AXPEntityListFilterDefinition, AXPEntityListSortableField, AXPEntityAggregateRequest, AXPEntityDetailDto, AXPEntityModel, AXPEntityListItemDto, AXPEntityCreateDto, AXPEntityUpdateDto, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityAggregateOptions, AXPEntityAggregateResult, AXPEntity as AXPEntity$1 } from '@acorex/platform/layout/entity-contracts';
|
|
2
|
+
export * from '@acorex/platform/layout/entity-contracts';
|
|
3
|
+
export { collectNestedCreateHiddenProperties, entityDetailsCreateActions, entityDetailsCreateActionsDeferredParent, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterEditAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, mergeForeignKeyFieldIntoCreateActions } from '@acorex/platform/layout/entity-contracts';
|
|
4
|
+
import * as _acorex_platform_contracts from '@acorex/platform/contracts';
|
|
5
|
+
import { AXPExecuteCommandResult, AXPMetaData, AXPGridLayoutOptions, AXPMultiLanguageString, AXPBreadcrumbItem, AXPFilterQuery, AXPExecuteCommand, AXPFilterDefinition, AXPPagedListResult, AXPCategoryEntity, AXPEntityOp, AXPMiddlewareErrorResponse, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPFileListItem } from '@acorex/platform/contracts';
|
|
3
6
|
import { AXPCommand, AXPQueryExecutor, AXPCommandService, AXPQuery } from '@acorex/platform/runtime';
|
|
4
7
|
import * as _angular_core from '@angular/core';
|
|
5
8
|
import { ElementRef, InjectionToken, Injector, Type, EnvironmentProviders, OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
@@ -7,8 +10,9 @@ import * as i4 from '@acorex/platform/layout/widget-core';
|
|
|
7
10
|
import { AXPWidgetNode, AXPWidgetColumnNode, AXPWidgetCoreService, AXPColumnWidgetComponent, AXPValueWidgetComponent, AXPWidgetConfig, AXPWidgetRendererDirective, AXPWidgetCoreElementAPI } from '@acorex/platform/layout/widget-core';
|
|
8
11
|
import { AXPPreloadFiltersApplyEvent, AXPColumnItemListItem, AXPDataSelectorRowActionsHandler, AXPCategoryTreeDataSource, AXPDataSelectorAllowCreate } from '@acorex/platform/layout/components';
|
|
9
12
|
import { AXPPageLayoutBaseComponent } from '@acorex/platform/layout/views';
|
|
13
|
+
import { AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPQueryRequest, AXHighlightService, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem, AXPContextData, AXPExpressionEvaluatorService, AXPContextEvalFactory, AXPContextStore, AXPContextChangeEvent } from '@acorex/platform/core';
|
|
10
14
|
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
11
|
-
import { AXPRelatedEntity, AXPEntityPage, AXPEntityCommandScope, AXPEntity, AXPEntityAction, AXPEntityProperty, AXPEntityTableColumn, AXPCardField, AXPEntityPropertyLayoutConfig, AXPEntitySectionView, AXPEntityPropertyCreateView, AXPQueryView, AXPEntityMasterListLayoutType, AXPEntityMasterListDisplayMode, AXPEntityMasterListLayoutOption, AXPEntityPropertyView,
|
|
15
|
+
import { AXPRelatedEntity, AXPEntityPage, AXPEntityCommandScope, AXPEntity, AXPEntityAction, AXPEntityProperty, AXPEntityTableColumn, AXPCardField, AXPEntityPropertyLayoutConfig, AXPEntitySectionView, AXPEntityPropertyCreateView, AXPQueryView, AXPEntityMasterListLayoutType, AXPEntityMasterListDisplayMode, AXPEntityMasterListLayoutOption, AXPEntityPropertyView, AXPEntityCategoryPlugin, AXPEntityPropertyGroup, AXPEntityMasterCreateLayoutView, AXPEntityMasterUpdateLayoutView, AXPEntityMasterSingleLayoutView, AXPEntityMasterListView, AXPEntityDetailListView, AXCFileUploaderCapabilities, AXCFileUploaderAction, AXPQueryFilter } from '@acorex/platform/common';
|
|
12
16
|
export { AXPEntityDefinitionCrudService, AXP_ENTITY_DEFINITION_CRUD_SERVICE } from '@acorex/platform/domain';
|
|
13
17
|
import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption, AXDataSourceSortOption, AXValueChangedEvent, AXClickEvent, AXFocusEvent, AXHtmlEvent } from '@acorex/cdk/common';
|
|
14
18
|
import * as i1 from '@angular/router';
|
|
@@ -25,12 +29,12 @@ import { AXPopupSizeType, AXPopupService } from '@acorex/components/popup';
|
|
|
25
29
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
26
30
|
import { AXFormatService } from '@acorex/core/format';
|
|
27
31
|
import { AXTagBoxComponent } from '@acorex/components/tag-box';
|
|
28
|
-
import * as _acorex_core_translation from '@acorex/core/translation';
|
|
29
|
-
import { AXTranslationService } from '@acorex/core/translation';
|
|
30
32
|
import { AXPProviderSelectWidgetEditBase, AXPDataListWidgetComponentOptions } from '@acorex/platform/layout/widgets';
|
|
31
33
|
import * as _acorex_platform_layout_entity from '@acorex/platform/layout/entity';
|
|
32
34
|
import { AXPopoverComponent } from '@acorex/components/popover';
|
|
33
35
|
import { AXFileService } from '@acorex/core/file';
|
|
36
|
+
import * as _acorex_core_translation from '@acorex/core/translation';
|
|
37
|
+
import { AXTranslationService } from '@acorex/core/translation';
|
|
34
38
|
|
|
35
39
|
declare class AXPCreateEntityCommand implements AXPCommand<any, any> {
|
|
36
40
|
private entityForm;
|
|
@@ -39,6 +43,7 @@ declare class AXPCreateEntityCommand implements AXPCommand<any, any> {
|
|
|
39
43
|
private translationService;
|
|
40
44
|
private settingsService;
|
|
41
45
|
private openEntityDetailsCommand;
|
|
46
|
+
private workflowEventService;
|
|
42
47
|
protected context: {};
|
|
43
48
|
execute(input: any): Promise<AXPExecuteCommandResult<any>>;
|
|
44
49
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPCreateEntityCommand, never>;
|
|
@@ -106,7 +111,7 @@ declare const axpCreateEntityCommandDefinition: {
|
|
|
106
111
|
};
|
|
107
112
|
};
|
|
108
113
|
};
|
|
109
|
-
categories:
|
|
114
|
+
categories: _acorex_platform_contracts.AXPDefinitionCategory[];
|
|
110
115
|
};
|
|
111
116
|
|
|
112
117
|
declare class AXPUpdateEntityCommand implements AXPCommand<any, any> {
|
|
@@ -115,6 +120,9 @@ declare class AXPUpdateEntityCommand implements AXPCommand<any, any> {
|
|
|
115
120
|
private readonly entityService;
|
|
116
121
|
private readonly toastService;
|
|
117
122
|
private readonly translationService;
|
|
123
|
+
private readonly formatService;
|
|
124
|
+
private readonly expressionEvaluator;
|
|
125
|
+
private readonly contextEvalFactory;
|
|
118
126
|
private readonly eventService;
|
|
119
127
|
execute(input: any): Promise<AXPExecuteCommandResult<any>>;
|
|
120
128
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPUpdateEntityCommand, never>;
|
|
@@ -125,7 +133,11 @@ declare class AXPViewEntityDetailsCommand implements AXPCommand<any, any> {
|
|
|
125
133
|
private readonly entityForm;
|
|
126
134
|
private readonly entityService;
|
|
127
135
|
private readonly translationService;
|
|
136
|
+
private readonly expressionEvaluator;
|
|
137
|
+
private readonly contextEvalFactory;
|
|
128
138
|
execute(input: any): Promise<AXPExecuteCommandResult<any>>;
|
|
139
|
+
private resolveDialogTitle;
|
|
140
|
+
private loadRecordContext;
|
|
129
141
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPViewEntityDetailsCommand, never>;
|
|
130
142
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPViewEntityDetailsCommand>;
|
|
131
143
|
}
|
|
@@ -152,188 +164,13 @@ declare class AXPOpenEntityDetailsCommand implements AXPCommand<AXPOpenEntityDet
|
|
|
152
164
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPOpenEntityDetailsCommand>;
|
|
153
165
|
}
|
|
154
166
|
|
|
155
|
-
/** Platform entity layout datasource registry names. */
|
|
156
|
-
declare const AXPEntityDataSourceKeys: {
|
|
157
|
-
readonly Entities: "entities";
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
declare const AXPEntityEventsKeys: {
|
|
161
|
-
REFRESH_LAYOUT: string;
|
|
162
|
-
REFRESH_DATA: string;
|
|
163
|
-
};
|
|
164
|
-
|
|
165
|
-
type AXPEntityAggregateReducerType = 'count' | 'sum' | 'min' | 'max' | 'avg';
|
|
166
|
-
interface AXPEntityAggregateMeasure {
|
|
167
|
-
reducer: AXPEntityAggregateReducerType;
|
|
168
|
-
/** Required for sum, min, max, and avg. Ignored for count (rows per group). */
|
|
169
|
-
field?: string;
|
|
170
|
-
/** Result column name; defaults are derived from the reducer and field. */
|
|
171
|
-
alias?: string;
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* Aggregate stored rows after the same filter/sort pipeline as {@link AXPQueryRequest}.
|
|
175
|
-
* Group keys use dotted field paths (same as lodash-style getters).
|
|
176
|
-
*/
|
|
177
|
-
interface AXPEntityAggregateRequest extends Pick<AXPQueryRequest, 'filter' | 'sort'> {
|
|
178
|
-
groupBy: string[];
|
|
179
|
-
measures: AXPEntityAggregateMeasure[];
|
|
180
|
-
}
|
|
181
|
-
interface AXPEntityAggregateResult {
|
|
182
|
-
rows: Record<string, unknown>[];
|
|
183
|
-
}
|
|
184
|
-
interface AXPEntityQueryAllOptions {
|
|
185
|
-
/**
|
|
186
|
-
* Page size for backends that read page-by-page (HTTP API).
|
|
187
|
-
* In-memory backends load the filtered set once and ignore this.
|
|
188
|
-
*/
|
|
189
|
-
pageSize?: number;
|
|
190
|
-
/** Maximum rows to return or scan (safety cap). */
|
|
191
|
-
maxRows?: number;
|
|
192
|
-
}
|
|
193
|
-
interface AXPEntityQueryAllResult<T> {
|
|
194
|
-
items: T[];
|
|
195
|
-
/** Row count matching filter/sort before applying maxRows. */
|
|
196
|
-
total: number;
|
|
197
|
-
/** True when maxRows prevented returning every matching row. */
|
|
198
|
-
truncated: boolean;
|
|
199
|
-
}
|
|
200
|
-
interface AXPEntityAggregateOptions {
|
|
201
|
-
/** Maximum rows to load for aggregation when the backend pages remotely (default 50_000). */
|
|
202
|
-
maxRows?: number;
|
|
203
|
-
/** Page size for remote paging during aggregate (default 500). */
|
|
204
|
-
pageSize?: number;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* One audit point in time for a record lifecycle event.
|
|
209
|
-
*
|
|
210
|
-
* Used inside {@link AXPRecordAuditInfo} (`created`, `updated`, `deleted`).
|
|
211
|
-
* Backends and mock middleware typically set `at` and `by`; `reason` and `source`
|
|
212
|
-
* (for example `api`, `system`, `import`) are optional diagnostic fields.
|
|
213
|
-
*/
|
|
214
|
-
interface AXPAuditEvent {
|
|
215
|
-
at?: Date;
|
|
216
|
-
by?: AXPUserReference;
|
|
217
|
-
/** Optional business or technical reason for the event. */
|
|
218
|
-
reason?: string;
|
|
219
|
-
/** Optional origin of the change (for example `api`, `system`, `import`). */
|
|
220
|
-
source?: string;
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* Aggregated audit trail for a persisted row.
|
|
224
|
-
*
|
|
225
|
-
* Filled by APIs or connectivity mock middleware when creating, updating, or
|
|
226
|
-
* soft-deleting records. UI surfaces may show these via the history plugin or
|
|
227
|
-
* custom columns. Version snapshot pipelines often **omit** this object from
|
|
228
|
-
* stored snapshots while still applying it to live payloads.
|
|
229
|
-
*
|
|
230
|
-
* @remarks Fields are optional today; callers should tolerate partial data.
|
|
231
|
-
*/
|
|
232
|
-
interface AXPRecordAuditInfo {
|
|
233
|
-
created?: AXPAuditEvent;
|
|
234
|
-
updated?: AXPAuditEvent;
|
|
235
|
-
deleted?: AXPAuditEvent;
|
|
236
|
-
}
|
|
237
|
-
/**
|
|
238
|
-
* Cross-cutting flags that are not part of the domain schema but affect how a
|
|
239
|
-
* row is shown or edited (visibility, built-in/system rows, immutability).
|
|
240
|
-
*
|
|
241
|
-
* Module entity models sometimes expose only this slice (for example
|
|
242
|
-
* `stateInfo` on business units) when the rest of the row uses a bespoke shape.
|
|
243
|
-
*
|
|
244
|
-
* @remarks Entity list/detail flows should honor these flags where applicable.
|
|
245
|
-
*/
|
|
246
|
-
interface AXPRecordStateInfo {
|
|
247
|
-
isHidden?: boolean;
|
|
248
|
-
isSystem?: boolean;
|
|
249
|
-
isImmutable?: boolean;
|
|
250
|
-
/** @deprecated Prefer explicit domain modeling over this flag. */
|
|
251
|
-
isDistributed?: boolean;
|
|
252
|
-
}
|
|
253
|
-
/**
|
|
254
|
-
* Tenancy and actor scope for a row in a multi-tenant application.
|
|
255
|
-
*
|
|
256
|
-
* Used to associate a record with a tenant, application instance, or owning
|
|
257
|
-
* user when the API returns ownership metadata alongside domain fields.
|
|
258
|
-
*/
|
|
259
|
-
interface AXPRecordOwnershipInfo {
|
|
260
|
-
tenantId?: string;
|
|
261
|
-
applicationId?: string;
|
|
262
|
-
userId?: string;
|
|
263
|
-
}
|
|
264
|
-
/**
|
|
265
|
-
* Workflow linkage for a domain record (set when a run is started or bound).
|
|
266
|
-
*
|
|
267
|
-
* Populated by workflow engine, middleware, or integration — not declared as
|
|
268
|
-
* entity definition properties. Entities with the `workflow` plugin may carry
|
|
269
|
-
* this object when a {@link WorkflowManagement.WorkflowInstance} drives the row.
|
|
270
|
-
*/
|
|
271
|
-
interface AXPRecordWorkflowInfo {
|
|
272
|
-
/** Workflow instance id for this record's active or last run. */
|
|
273
|
-
instanceId?: string | null;
|
|
274
|
-
/** Logical workflow definition id (same as WorkflowInstance.definitionId). */
|
|
275
|
-
definitionId?: string | null;
|
|
276
|
-
/** Correlation id for idempotent start and related-run lookup (same as WorkflowInstance.correlationId). */
|
|
277
|
-
correlationId?: string | null;
|
|
278
|
-
/** When set, pins the run to a workflow definition version; omit for current default. */
|
|
279
|
-
pinnedVersion?: number | null;
|
|
280
|
-
}
|
|
281
|
-
/** Entity query filter field for {@link AXPRecordWorkflowInfo.instanceId}. */
|
|
282
|
-
declare const AXP_RECORD_WORKFLOW_INFO_INSTANCE_ID_FIELD: "workflowInfo.instanceId";
|
|
283
|
-
/** Entity query filter field for {@link AXPRecordWorkflowInfo.correlationId}. */
|
|
284
|
-
declare const AXP_RECORD_WORKFLOW_INFO_CORRELATION_ID_FIELD: "workflowInfo.correlationId";
|
|
285
|
-
/** Entity query filter field for {@link AXPRecordWorkflowInfo.definitionId}. */
|
|
286
|
-
declare const AXP_RECORD_WORKFLOW_INFO_DEFINITION_ID_FIELD: "workflowInfo.definitionId";
|
|
287
|
-
/** Returns a trimmed workflow instance id from a record, if present. */
|
|
288
|
-
declare function getRecordWorkflowInstanceId(record: {
|
|
289
|
-
workflowInfo?: AXPRecordWorkflowInfo | null;
|
|
290
|
-
} | null | undefined): string | null;
|
|
291
|
-
/** Returns a trimmed workflow correlation id from a record, if present. */
|
|
292
|
-
declare function getRecordWorkflowCorrelationId(record: {
|
|
293
|
-
workflowInfo?: AXPRecordWorkflowInfo | null;
|
|
294
|
-
} | null | undefined): string | null;
|
|
295
|
-
/** Builds canonical workflow metadata for a domain record (engine / middleware). */
|
|
296
|
-
declare function buildAXPRecordWorkflowInfo(params: {
|
|
297
|
-
instanceId: string;
|
|
298
|
-
definitionId?: string | null;
|
|
299
|
-
correlationId?: string | null;
|
|
300
|
-
pinnedVersion?: number | null;
|
|
301
|
-
}): AXPRecordWorkflowInfo;
|
|
302
|
-
/**
|
|
303
|
-
* Base shape for **entity row** TypeScript models across modules: a stable
|
|
304
|
-
* identifier plus optional platform metadata.
|
|
305
|
-
*
|
|
306
|
-
* Module-specific interfaces extend this with domain properties
|
|
307
|
-
* (`extends AXPEntityModel<string>` / `AXPEntityModel<Id>`) while reusing
|
|
308
|
-
* `auditInfo`, `stateInfo`, `ownershipInfo`, and `workflowInfo` when the backend sends them.
|
|
309
|
-
*/
|
|
310
|
-
interface AXPEntityModel<Id> {
|
|
311
|
-
id: Id;
|
|
312
|
-
auditInfo?: AXPRecordAuditInfo;
|
|
313
|
-
stateInfo?: AXPRecordStateInfo;
|
|
314
|
-
ownershipInfo?: AXPRecordOwnershipInfo;
|
|
315
|
-
workflowInfo?: AXPRecordWorkflowInfo;
|
|
316
|
-
}
|
|
317
|
-
interface AXPEntityCreateDto {
|
|
318
|
-
}
|
|
319
|
-
interface AXPEntityUpdateDto<Id> {
|
|
320
|
-
id: Id;
|
|
321
|
-
}
|
|
322
|
-
interface AXPEntityOutputDto<Id> {
|
|
323
|
-
id: Id;
|
|
324
|
-
}
|
|
325
|
-
interface AXPEntityDetailDto<Id> extends AXPEntityOutputDto<Id> {
|
|
326
|
-
}
|
|
327
|
-
interface AXPEntityListItemDto<Id> extends AXPEntityOutputDto<Id> {
|
|
328
|
-
}
|
|
329
|
-
interface AXPMockDto<Id> extends AXPEntityModel<Id> {
|
|
330
|
-
}
|
|
331
|
-
|
|
332
167
|
declare class AXPEntityDetailPopoverComponent {
|
|
333
168
|
private readonly commandService;
|
|
334
169
|
private readonly queryService;
|
|
335
170
|
private readonly formatService;
|
|
336
171
|
private readonly translation;
|
|
172
|
+
private readonly expressionEvaluator;
|
|
173
|
+
private readonly contextEvalFactory;
|
|
337
174
|
private readonly changeDetectorRef;
|
|
338
175
|
entity: _angular_core.InputSignal<string>;
|
|
339
176
|
entityId: _angular_core.InputSignal<string | number>;
|
|
@@ -345,9 +182,11 @@ declare class AXPEntityDetailPopoverComponent {
|
|
|
345
182
|
requestClose: _angular_core.InputSignal<(() => void) | undefined>;
|
|
346
183
|
protected entityDetails: _angular_core.WritableSignal<any>;
|
|
347
184
|
protected isLoadingDetails: _angular_core.WritableSignal<boolean>;
|
|
185
|
+
private headerTitleVersion;
|
|
348
186
|
/** Placeholder rows for the loading skeleton (matches typical property count). */
|
|
349
187
|
protected readonly loadingSkeletonRows: readonly [1, 2, 3, 4, 5];
|
|
350
|
-
protected readonly headerTitle: _angular_core.
|
|
188
|
+
protected readonly headerTitle: _angular_core.WritableSignal<string>;
|
|
189
|
+
constructor();
|
|
351
190
|
/**
|
|
352
191
|
* Stable list of property widgets for the template. Must be a signal (computed), not a method:
|
|
353
192
|
* calling a method from the template rebuilds nodes every CD cycle and can make the widget renderer loop.
|
|
@@ -360,7 +199,8 @@ declare class AXPEntityDetailPopoverComponent {
|
|
|
360
199
|
/** Loads entity details after the overlay panel is created. */
|
|
361
200
|
loadDetails(): Promise<void>;
|
|
362
201
|
protected navigateToDetails(): Promise<void>;
|
|
363
|
-
private
|
|
202
|
+
private resolveHeaderTitle;
|
|
203
|
+
private resolveLookupDisplayLabelAsync;
|
|
364
204
|
/**
|
|
365
205
|
* Returns true if a value is meaningful for display (non-empty/non-null).
|
|
366
206
|
*/
|
|
@@ -403,6 +243,7 @@ declare class AXPEntityDetailPopoverService {
|
|
|
403
243
|
private readonly router;
|
|
404
244
|
private overlayRef;
|
|
405
245
|
private componentRef;
|
|
246
|
+
private anchorElement;
|
|
406
247
|
private outsideClickHandler;
|
|
407
248
|
private keydownHandler;
|
|
408
249
|
private routerSubscription;
|
|
@@ -430,12 +271,11 @@ declare class AXPEntityDetailPopoverService {
|
|
|
430
271
|
|
|
431
272
|
declare class AXPEntityPreloadFiltersContainerComponent extends AXPPageLayoutBaseComponent {
|
|
432
273
|
private readonly route;
|
|
433
|
-
private readonly router;
|
|
434
274
|
private readonly entityService;
|
|
435
275
|
private readonly filterOperatorMiddleware;
|
|
436
276
|
protected readonly noMatchText: _angular_core.WritableSignal<string | null>;
|
|
437
277
|
private vm;
|
|
438
|
-
preloadFiltersDef: _angular_core.Signal<
|
|
278
|
+
preloadFiltersDef: _angular_core.Signal<_acorex_platform_contracts.AXPFilterDefinition[]>;
|
|
439
279
|
hasNoRequiredFilters: _angular_core.Signal<boolean>;
|
|
440
280
|
protected getPageTitle(): string;
|
|
441
281
|
protected getPageDescription(): string | null;
|
|
@@ -458,9 +298,9 @@ declare class AXPEntitiesListDataSourceDefinition implements AXPDataSourceDefini
|
|
|
458
298
|
|
|
459
299
|
/**
|
|
460
300
|
* Built-in entity detail tabs from plugins. Sidebar order (after related page-list / page-detail
|
|
461
|
-
* tabs): meta-data-builder → attachments → documents → comments → history.
|
|
301
|
+
* tabs): meta-data-builder → attachments → documents → comments → dashboard → history.
|
|
462
302
|
*/
|
|
463
|
-
type EntityDetailPluginPageSlot = 'meta-data-builder' | 'attachments' | 'documents' | 'comments' | 'history';
|
|
303
|
+
type EntityDetailPluginPageSlot = 'meta-data-builder' | 'attachments' | 'documents' | 'comments' | 'dashboard' | 'history';
|
|
464
304
|
/** Identifies an `entity.pages` entry when skipping its order during recomputation. */
|
|
465
305
|
interface SkipEntityComponentPageRef {
|
|
466
306
|
componentKey: string;
|
|
@@ -570,6 +410,7 @@ declare class AXPEntityDetailListViewModel {
|
|
|
570
410
|
private readonly settingsService;
|
|
571
411
|
private readonly destroyed;
|
|
572
412
|
private readonly showRowIndexColumnEnabled;
|
|
413
|
+
private lastAppliedFilterKey;
|
|
573
414
|
/** Whether the row index column is shown (user setting). */
|
|
574
415
|
readonly showIndexColumn: _angular_core.Signal<boolean>;
|
|
575
416
|
dataSource: AXDataSource<any>;
|
|
@@ -778,6 +619,7 @@ declare class AXPEntityMasterListViewModel {
|
|
|
778
619
|
private readonly settings;
|
|
779
620
|
private readonly widgetResolver;
|
|
780
621
|
private readonly expressionEvaluator;
|
|
622
|
+
private readonly contextEvalFactory;
|
|
781
623
|
private readonly translation;
|
|
782
624
|
private readonly commandService;
|
|
783
625
|
private readonly eventService;
|
|
@@ -858,7 +700,8 @@ declare class AXPEntityMasterListViewModel {
|
|
|
858
700
|
switchListLayout(): AXPEntityMasterListLayoutType;
|
|
859
701
|
private resolveActiveListLayout;
|
|
860
702
|
private applyListLayoutFromSettings;
|
|
861
|
-
private
|
|
703
|
+
private createLogicExpressionScope;
|
|
704
|
+
private createDisplayExpressionScope;
|
|
862
705
|
private resolveCommandNameExpression;
|
|
863
706
|
private resolveTitleExpression;
|
|
864
707
|
/**
|
|
@@ -927,6 +770,7 @@ declare class AXPEntityMasterListViewModel {
|
|
|
927
770
|
} | null): void;
|
|
928
771
|
title: _angular_core.Signal<string>;
|
|
929
772
|
description: _angular_core.Signal<string | null>;
|
|
773
|
+
filterDefinitions: _angular_core.WritableSignal<AXPEntityListFilterDefinition[]>;
|
|
930
774
|
inlineFiltersPlaceholders: _angular_core.Signal<string[]>;
|
|
931
775
|
hasInlineFilters: _angular_core.Signal<boolean>;
|
|
932
776
|
beardcrumbs: _angular_core.Signal<AXPBreadcrumbItem[]>;
|
|
@@ -959,11 +803,20 @@ declare class AXPEntityMasterListViewModel {
|
|
|
959
803
|
* Apply filters from query params
|
|
960
804
|
*/
|
|
961
805
|
applyFiltersFromQueryParams(filtersJson: string | null): boolean;
|
|
962
|
-
|
|
963
|
-
|
|
806
|
+
/**
|
|
807
|
+
* Loads host and merge-detail related sortable field definitions (async registry resolution).
|
|
808
|
+
*/
|
|
809
|
+
loadSortableFields(): Promise<void>;
|
|
810
|
+
/**
|
|
811
|
+
* Loads host and merge-detail related filter definitions (async registry resolution).
|
|
812
|
+
*/
|
|
813
|
+
loadFilterDefinitions(): Promise<void>;
|
|
814
|
+
get filtersDef(): AXPEntityListFilterDefinition[];
|
|
815
|
+
get preloadFiltersDef(): AXPEntityListFilterDefinition[];
|
|
964
816
|
applyViewFilters(): Promise<void>;
|
|
965
817
|
resetFilters(): void;
|
|
966
818
|
applyFilterAndSort(): Promise<void>;
|
|
819
|
+
private resolveMergeDetailProperty;
|
|
967
820
|
private allAvailableColumns;
|
|
968
821
|
visibleColumnCount: () => number;
|
|
969
822
|
columns: _angular_core.WritableSignal<AXPEntityListViewColumnViewModel[]>;
|
|
@@ -985,6 +838,7 @@ declare class AXPEntityMasterListViewModel {
|
|
|
985
838
|
private allAvailableCardFields;
|
|
986
839
|
cardFields: _angular_core.WritableSignal<AXPEntityListViewCardFieldViewModel[]>;
|
|
987
840
|
applyCardFields(): void;
|
|
841
|
+
sortableFieldDefinitions: _angular_core.WritableSignal<AXPEntityListSortableField[]>;
|
|
988
842
|
sortableFields: () => {
|
|
989
843
|
name: string;
|
|
990
844
|
title: string;
|
|
@@ -1197,8 +1051,8 @@ interface AXPEntityModifierContext {
|
|
|
1197
1051
|
set(newKey: string | undefined): AXPEntityModifierContext;
|
|
1198
1052
|
};
|
|
1199
1053
|
category: {
|
|
1200
|
-
get():
|
|
1201
|
-
update(updater: (cat:
|
|
1054
|
+
get(): AXPEntityCategoryPlugin | undefined;
|
|
1055
|
+
update(updater: (cat: AXPEntityCategoryPlugin | undefined) => AXPEntityCategoryPlugin): AXPEntityModifierContext;
|
|
1202
1056
|
};
|
|
1203
1057
|
properties: {
|
|
1204
1058
|
list(): AXPEntityProperty[];
|
|
@@ -1348,6 +1202,8 @@ declare class AXPEntityPreloadFiltersViewModel {
|
|
|
1348
1202
|
private config;
|
|
1349
1203
|
readonly entityDef: AXPEntity;
|
|
1350
1204
|
private readonly widgetResolver;
|
|
1205
|
+
private readonly entityRegistry;
|
|
1206
|
+
filterDefinitions: _angular_core.WritableSignal<AXPEntityListFilterDefinition[]>;
|
|
1351
1207
|
constructor(injector: Injector, config: AXPEntity);
|
|
1352
1208
|
/**
|
|
1353
1209
|
* Entity title
|
|
@@ -1365,30 +1221,14 @@ declare class AXPEntityPreloadFiltersViewModel {
|
|
|
1365
1221
|
* Required filter definitions only
|
|
1366
1222
|
*/
|
|
1367
1223
|
requiredFiltersDef: _angular_core.Signal<AXPFilterDefinition[]>;
|
|
1224
|
+
loadFilterDefinitions(): Promise<void>;
|
|
1368
1225
|
/**
|
|
1369
1226
|
* Serialize filter values to plain objects (remove signals, functions, etc.)
|
|
1370
1227
|
*/
|
|
1371
|
-
serializeFilters(filters:
|
|
1228
|
+
serializeFilters(filters: unknown): AXPFilterQuery[];
|
|
1372
1229
|
}
|
|
1373
1230
|
declare const AXPEntityPreloadFiltersViewModelResolver: ResolveFn<Promise<AXPEntityPreloadFiltersViewModel | RedirectCommand>>;
|
|
1374
1231
|
|
|
1375
|
-
type AXPCollectEntityQuickSearchPathsResolver = (moduleName: string, entityName: string) => Promise<AXPEntity | null>;
|
|
1376
|
-
/**
|
|
1377
|
-
* Lodash-get paths for quick search from a single entity definition: string-like property names
|
|
1378
|
-
* plus lookup `expose[].target` paths (e.g. `brand.title`).
|
|
1379
|
-
*/
|
|
1380
|
-
declare function collectQuickSearchPathsFromSingleEntityDefinition(entity: AXPEntity | null | undefined): string[];
|
|
1381
|
-
/**
|
|
1382
|
-
* Adds dotted paths from master columns (`name` or `options.dataPath`), e.g. `person.fullName`, `jobDefinition.title`.
|
|
1383
|
-
*/
|
|
1384
|
-
declare function collectNestedFieldPathsFromEntityColumns(entity: AXPEntity | null | undefined): string[];
|
|
1385
|
-
/**
|
|
1386
|
-
* Collects lodash-get field paths used for mock/API quick search (`contains` / OR filters):
|
|
1387
|
-
* host properties and lookup expose targets, dotted column paths, and merge-detail related entities
|
|
1388
|
-
* prefixed with the related entity merge `persistence.dataPath` (e.g. `person.firstName`).
|
|
1389
|
-
*/
|
|
1390
|
-
declare function collectEntityQuickSearchFieldPaths(entity: AXPEntity | null | undefined, resolveRelatedDefinition: AXPCollectEntityQuickSearchPathsResolver): Promise<string[]>;
|
|
1391
|
-
|
|
1392
1232
|
interface AXPEntityPreloadEntity {
|
|
1393
1233
|
module: string;
|
|
1394
1234
|
entity: string;
|
|
@@ -1491,10 +1331,7 @@ declare function runEntityQuery<T = unknown>(entityName: string, request: AXPQue
|
|
|
1491
1331
|
|
|
1492
1332
|
declare abstract class AXPEntityStorageService<TKey, TDetailDto extends AXPEntityDetailDto<TKey> = AXPEntityModel<TKey>, TListItemDto extends AXPEntityListItemDto<TKey> = TDetailDto, TCreateDto extends AXPEntityCreateDto = TDetailDto, TUpdateDto extends AXPEntityUpdateDto<TKey> = TDetailDto> {
|
|
1493
1333
|
abstract get dbName(): string;
|
|
1494
|
-
abstract initial(entityName: string, collection: TCreateDto[]
|
|
1495
|
-
mergeType?: 'merge' | 'replace';
|
|
1496
|
-
uniqueKeys?: string[];
|
|
1497
|
-
}): Promise<TCreateDto[]>;
|
|
1334
|
+
abstract initial(entityName: string, collection: TCreateDto[]): Promise<TCreateDto[]>;
|
|
1498
1335
|
abstract getOne(entityName: string, id: TKey): Promise<TDetailDto>;
|
|
1499
1336
|
abstract updateOne(entityName: string, id: TKey, keyValues: Omit<Partial<TUpdateDto>, 'id'>): Promise<TDetailDto>;
|
|
1500
1337
|
abstract deleteOne(entityName: string, id: TKey): Promise<void>;
|
|
@@ -1577,7 +1414,7 @@ declare class AXMEntityCrudServiceImpl<TKey, TDetailDto extends AXPEntityDetailD
|
|
|
1577
1414
|
categoryId: TKey;
|
|
1578
1415
|
categoryKey?: string;
|
|
1579
1416
|
}): Promise<AXPPagedListResult<TListItemDto>>;
|
|
1580
|
-
getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity
|
|
1417
|
+
getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity<TKey>>>;
|
|
1581
1418
|
get storageService(): AXPEntityStorageService<any, any, any, any, any>;
|
|
1582
1419
|
count(request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
|
|
1583
1420
|
queryAll(request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<TListItemDto>>;
|
|
@@ -1664,10 +1501,16 @@ declare class EntityDataAccessor<TKey = any, TDetailDto extends AXPEntityDetailD
|
|
|
1664
1501
|
private entityRegistry;
|
|
1665
1502
|
private queryExecutor;
|
|
1666
1503
|
private commandService;
|
|
1504
|
+
private injector;
|
|
1667
1505
|
private crudService;
|
|
1668
1506
|
private entityDef;
|
|
1669
1507
|
private entityDefPromise;
|
|
1670
|
-
constructor(module: string, entity: string, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService);
|
|
1508
|
+
constructor(module: string, entity: string, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService, injector: Injector);
|
|
1509
|
+
/**
|
|
1510
|
+
* Lazily creates the CRUD fallback inside an injection context so {@link AXMEntityCrudServiceImpl}
|
|
1511
|
+
* can resolve {@link AXPEntityStorageService} via `inject()`.
|
|
1512
|
+
*/
|
|
1513
|
+
private ensureCrudService;
|
|
1671
1514
|
/**
|
|
1672
1515
|
* Resolves the entity definition lazily and caches it.
|
|
1673
1516
|
* @returns The resolved entity definition
|
|
@@ -1689,7 +1532,7 @@ declare class EntityDataAccessor<TKey = any, TDetailDto extends AXPEntityDetailD
|
|
|
1689
1532
|
* Queries category entities linked to this entity (`{module}.{entity}Category`).
|
|
1690
1533
|
* Falls back to CRUD category storage (same as {@link AXMEntityCrudServiceImpl.getCategoriesList}).
|
|
1691
1534
|
*/
|
|
1692
|
-
getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity
|
|
1535
|
+
getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity<TKey>>>;
|
|
1693
1536
|
/**
|
|
1694
1537
|
* Creates a new entity.
|
|
1695
1538
|
* @param data - The entity data to create
|
|
@@ -1718,9 +1561,10 @@ declare class EntityBuilder {
|
|
|
1718
1561
|
private entityRegistry;
|
|
1719
1562
|
private queryExecutor;
|
|
1720
1563
|
private commandService;
|
|
1564
|
+
private injector;
|
|
1721
1565
|
readonly module: string;
|
|
1722
1566
|
readonly entity: string;
|
|
1723
|
-
constructor(module: string, entity: string, sessionService: AXPSessionService, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService);
|
|
1567
|
+
constructor(module: string, entity: string, sessionService: AXPSessionService, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService, injector: Injector);
|
|
1724
1568
|
/**
|
|
1725
1569
|
* Creates a path for the entity.
|
|
1726
1570
|
* @param path - The path segment (defaults to 'list')
|
|
@@ -1739,6 +1583,7 @@ declare class AXPEntityService {
|
|
|
1739
1583
|
private entityRegistry;
|
|
1740
1584
|
private queryExecutor;
|
|
1741
1585
|
private commandService;
|
|
1586
|
+
private injector;
|
|
1742
1587
|
/**
|
|
1743
1588
|
* @deprecated Use `withEntity(module, entity).createPath(path)` instead.
|
|
1744
1589
|
* This method will be removed in a future version.
|
|
@@ -2220,10 +2065,7 @@ declare class AXPMiddlewareEntityStorageService<TKey = any, TDetailDto extends A
|
|
|
2220
2065
|
private compose;
|
|
2221
2066
|
private run;
|
|
2222
2067
|
private createCtx;
|
|
2223
|
-
initial(entityName: string, collection: TCreateDto[]
|
|
2224
|
-
mergeType?: 'merge' | 'replace';
|
|
2225
|
-
uniqueKeys?: string[];
|
|
2226
|
-
}): Promise<TCreateDto[]>;
|
|
2068
|
+
initial(entityName: string, collection: TCreateDto[]): Promise<TCreateDto[]>;
|
|
2227
2069
|
getOne(entityName: string, id: TKey): Promise<TDetailDto>;
|
|
2228
2070
|
updateOne(entityName: string, id: TKey, keyValues: Omit<Partial<TUpdateDto>, 'id'>): Promise<TDetailDto>;
|
|
2229
2071
|
deleteOne(entityName: string, id: TKey): Promise<void>;
|
|
@@ -2243,42 +2085,6 @@ declare class AXPMiddlewareEntityStorageService<TKey = any, TDetailDto extends A
|
|
|
2243
2085
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPMiddlewareEntityStorageService<any, any, any, any, any>>;
|
|
2244
2086
|
}
|
|
2245
2087
|
|
|
2246
|
-
declare function entityMasterCreateAction(): AXPEntityAction;
|
|
2247
|
-
declare function entityMasterEditAction(): AXPEntityAction;
|
|
2248
|
-
declare function entityMasterBulkDeleteAction(): AXPEntityAction;
|
|
2249
|
-
declare function entityMasterViewAction(): AXPEntityAction;
|
|
2250
|
-
declare function entityMasterDeleteAction(): AXPEntityAction;
|
|
2251
|
-
declare function entityMasterCrudActions(options?: {
|
|
2252
|
-
create?: boolean;
|
|
2253
|
-
delete?: boolean;
|
|
2254
|
-
view?: boolean;
|
|
2255
|
-
edit?: boolean;
|
|
2256
|
-
}): AXPEntityAction[];
|
|
2257
|
-
declare function entityMasterRecordActions(): AXPEntityAction[];
|
|
2258
|
-
declare function entityDetailsCreateActions(parentId: string): AXPEntityAction;
|
|
2259
|
-
/**
|
|
2260
|
-
* Type-level Create with empty `process.data`; the FK is supplied from `relatedEntity.persistence.foreignKeyField`
|
|
2261
|
-
* when the related list is built (see `mergeForeignKeyFieldIntoCreateActions`).
|
|
2262
|
-
*/
|
|
2263
|
-
declare function entityDetailsCreateActionsDeferredParent(): AXPEntityAction;
|
|
2264
|
-
/**
|
|
2265
|
-
* Ensures each type-level `Entity:Create` action includes `process.data[foreignKeyField]` bound to the parent row id.
|
|
2266
|
-
*/
|
|
2267
|
-
declare function mergeForeignKeyFieldIntoCreateActions(foreignKeyField: string | undefined, actions: AXPEntityAction[] | undefined): AXPEntityAction[];
|
|
2268
|
-
/** Property names hidden on nested Create from a related list (`excludeProperties` plus `foreignKeyField` when set). */
|
|
2269
|
-
declare function collectNestedCreateHiddenProperties(relatedEntity: AXPRelatedEntity): string[] | undefined;
|
|
2270
|
-
declare function entityDetailsSimpleCondition(fk: string): AXPQueryFilter;
|
|
2271
|
-
declare function entityDetailsReferenceCondition(type: string): AXPQueryFilter[];
|
|
2272
|
-
declare function entityDetailsEditAction(): AXPEntityAction;
|
|
2273
|
-
declare function entityDetailsNewEditAction(): AXPEntityAction;
|
|
2274
|
-
declare function entityOverrideDetailsViewAction(): AXPEntityAction;
|
|
2275
|
-
declare function entityDetailsCrudActions(parentId?: string, options?: {
|
|
2276
|
-
create?: boolean;
|
|
2277
|
-
delete?: boolean;
|
|
2278
|
-
view?: boolean;
|
|
2279
|
-
edit?: boolean;
|
|
2280
|
-
}): AXPEntityAction[];
|
|
2281
|
-
declare function entityDetailsReferenceCreateActions(type: string): AXPEntityAction[];
|
|
2282
2088
|
type AXPEntityChangeSet = {
|
|
2283
2089
|
[key: string]: {
|
|
2284
2090
|
oldValue: any;
|
|
@@ -2670,7 +2476,7 @@ declare const AXPEntityCategoryWidget: AXPWidgetConfig;
|
|
|
2670
2476
|
declare class AXPTruncatedBreadcrumbComponent implements OnDestroy {
|
|
2671
2477
|
private readonly mlsResolver;
|
|
2672
2478
|
/** Plain string or locale map per segment; truncation uses resolved text (see {@link resolvedSectionTexts}). */
|
|
2673
|
-
sections: _angular_core.InputSignal<readonly (
|
|
2479
|
+
sections: _angular_core.InputSignal<readonly (AXPMultiLanguageString | null | undefined)[]>;
|
|
2674
2480
|
characterLimit: _angular_core.InputSignal<number | "auto">;
|
|
2675
2481
|
sectionLimit: _angular_core.InputSignal<number | "auto">;
|
|
2676
2482
|
separatorIcon: _angular_core.InputSignal<string>;
|
|
@@ -2810,15 +2616,16 @@ interface AXPEntityListToolbarConvertOptions {
|
|
|
2810
2616
|
includeColumns?: string[];
|
|
2811
2617
|
/** Related list: evaluated `AXPEntityTableColumn[]` from `AXPRelatedEntity.columns` */
|
|
2812
2618
|
relatedTableColumns?: AXPEntityTableColumn[];
|
|
2813
|
-
customFilterDefinitions?: Partial<
|
|
2619
|
+
customFilterDefinitions?: Partial<AXPEntityListFilterDefinition>[];
|
|
2814
2620
|
}
|
|
2815
2621
|
declare class AXPEntityListToolbarService {
|
|
2816
2622
|
private readonly widgetResolver;
|
|
2623
|
+
private readonly entityRegistry;
|
|
2817
2624
|
/**
|
|
2818
2625
|
* Convert Entity to Toolbar Options
|
|
2819
2626
|
*/
|
|
2820
2627
|
convertEntityToolbarOptions(entity: AXPEntity, options: AXPEntityListToolbarConvertOptions | undefined): Promise<{
|
|
2821
|
-
filterDefinitions:
|
|
2628
|
+
filterDefinitions: AXPEntityListFilterDefinition[];
|
|
2822
2629
|
columnDefinitions: AXPColumnQuery[];
|
|
2823
2630
|
sortDefinitions: AXPSortDefinition[];
|
|
2824
2631
|
}>;
|
|
@@ -2841,7 +2648,7 @@ declare class AXPEntityListToolbarService {
|
|
|
2841
2648
|
private createColumnDefinitions;
|
|
2842
2649
|
/**
|
|
2843
2650
|
* Create Sort Definitions for Toolbar.
|
|
2844
|
-
* Includes
|
|
2651
|
+
* Includes host properties and merge-detail related fields with sort enabled.
|
|
2845
2652
|
*/
|
|
2846
2653
|
private createSortDefinitions;
|
|
2847
2654
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityListToolbarService, never>;
|
|
@@ -3188,7 +2995,7 @@ declare class AXPFileUploaderWidgetColumnComponent extends AXPColumnWidgetCompon
|
|
|
3188
2995
|
private popoverLoadRequestId;
|
|
3189
2996
|
private previousRowId;
|
|
3190
2997
|
protected readonly entityScope: _angular_core.Signal<_acorex_platform_layout_entity.AXPFileUploaderEntityFilesScope | undefined>;
|
|
3191
|
-
protected readonly popoverTitle: _angular_core.Signal<
|
|
2998
|
+
protected readonly popoverTitle: _angular_core.Signal<AXPMultiLanguageString>;
|
|
3192
2999
|
constructor();
|
|
3193
3000
|
protected openFileListPopover(): void;
|
|
3194
3001
|
protected onPopoverOpenChange(event: unknown): void;
|
|
@@ -3374,6 +3181,16 @@ declare class AXPFileUploaderWidgetService {
|
|
|
3374
3181
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPFileUploaderWidgetService>;
|
|
3375
3182
|
}
|
|
3376
3183
|
|
|
3184
|
+
interface AXPLookupWidgetCreateOptions {
|
|
3185
|
+
enable?: boolean;
|
|
3186
|
+
context?: AXPContextData;
|
|
3187
|
+
}
|
|
3188
|
+
interface ResolvedLookupCreateOptions {
|
|
3189
|
+
enabled: boolean;
|
|
3190
|
+
mode: 'none' | 'full' | 'quick';
|
|
3191
|
+
context?: AXPContextData;
|
|
3192
|
+
}
|
|
3193
|
+
|
|
3377
3194
|
type AXPLookupWidgetLookType = 'select' | 'lookup';
|
|
3378
3195
|
/**
|
|
3379
3196
|
* How the lookup column resolves related items for display in entity lists.
|
|
@@ -3430,6 +3247,10 @@ interface AXPLookupWidgetOptions {
|
|
|
3430
3247
|
expose?: string | string[];
|
|
3431
3248
|
look?: AXPLookupWidgetLookType;
|
|
3432
3249
|
allowClear?: boolean;
|
|
3250
|
+
/** Inline entity create configuration. */
|
|
3251
|
+
create?: AXPLookupWidgetCreateOptions;
|
|
3252
|
+
/** @deprecated Use create.enable; still supported for create mode (quick/full). */
|
|
3253
|
+
allowCreate?: 'none' | 'full' | 'quick';
|
|
3433
3254
|
displayFormat?: string;
|
|
3434
3255
|
/** Column list: entity detail popover behavior. */
|
|
3435
3256
|
popover?: AXPLookupPopoverOptions;
|
|
@@ -3444,20 +3265,32 @@ interface AXPLookupWidgetOptions {
|
|
|
3444
3265
|
* Priority: explicit `displayFormat` → entity `formats.lookup` (template) → entity `formats.searchResult.title`.
|
|
3445
3266
|
* Returns undefined when `textField` is set or no template applies (use {@link resolveLookupDisplayField} instead).
|
|
3446
3267
|
*/
|
|
3447
|
-
declare function resolveLookupDisplayTemplate(entity: AXPEntity | null | undefined, options: AXPLookupDisplayOptions): string | undefined;
|
|
3268
|
+
declare function resolveLookupDisplayTemplate(entity: AXPEntity$1 | null | undefined, options: AXPLookupDisplayOptions): string | undefined;
|
|
3448
3269
|
/**
|
|
3449
3270
|
* Resolves the property path used for lookup display when no template applies.
|
|
3450
3271
|
* Priority: explicit `textField` → entity `formats.lookup` (simple path) → common property names.
|
|
3451
3272
|
*/
|
|
3452
|
-
declare function resolveLookupDisplayField(entity: AXPEntity | null | undefined, options: AXPLookupDisplayOptions): string;
|
|
3273
|
+
declare function resolveLookupDisplayField(entity: AXPEntity$1 | null | undefined, options: AXPLookupDisplayOptions): string;
|
|
3274
|
+
interface AXPLookupDisplayEvalDeps {
|
|
3275
|
+
expressionEvaluator: AXPExpressionEvaluatorService;
|
|
3276
|
+
contextEvalFactory: AXPContextEvalFactory;
|
|
3277
|
+
translationService: AXTranslationService;
|
|
3278
|
+
locale: string;
|
|
3279
|
+
}
|
|
3453
3280
|
/**
|
|
3454
|
-
* Formats a lookup row for display using template and/or field resolution.
|
|
3281
|
+
* Formats a lookup row for display using template and/or field resolution (display tier).
|
|
3455
3282
|
*/
|
|
3456
|
-
declare function
|
|
3283
|
+
declare function formatLookupItemDisplayAsync(item: unknown, entity: AXPEntity$1 | null | undefined, options: AXPLookupDisplayOptions, formatService: AXFormatService, displayDeps: AXPLookupDisplayEvalDeps, resolveMultiLanguage?: (value: AXPMultiLanguageString) => string): Promise<string>;
|
|
3284
|
+
/**
|
|
3285
|
+
* @deprecated Prefer {@link formatLookupItemDisplayAsync} for expression templates with `context.eval`.
|
|
3286
|
+
*/
|
|
3287
|
+
declare function formatLookupItemDisplay(item: unknown, entity: AXPEntity$1 | null | undefined, options: AXPLookupDisplayOptions, formatService: AXFormatService, resolveMultiLanguage?: (value: AXPMultiLanguageString) => string): string | AXPMultiLanguageString;
|
|
3457
3288
|
|
|
3458
3289
|
declare class AXPLookupWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
3459
3290
|
protected readonly formatService: AXFormatService;
|
|
3460
3291
|
protected readonly translation: AXTranslationService;
|
|
3292
|
+
protected readonly expressionEvaluator: AXPExpressionEvaluatorService;
|
|
3293
|
+
protected readonly contextEvalFactory: AXPContextEvalFactory;
|
|
3461
3294
|
protected readonly entityResolver: AXPEntityDefinitionRegistryService;
|
|
3462
3295
|
protected entity: _angular_core.Signal<string>;
|
|
3463
3296
|
protected multiple: _angular_core.Signal<boolean>;
|
|
@@ -3478,6 +3311,9 @@ declare class AXPLookupWidgetViewComponent extends AXPValueWidgetComponent<any>
|
|
|
3478
3311
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLookupWidgetViewComponent, "axp-lookup-widget-view", never, {}, {}, never, never, true, never>;
|
|
3479
3312
|
}
|
|
3480
3313
|
|
|
3314
|
+
type AXPContextStoreInstance = InstanceType<typeof AXPContextStore>;
|
|
3315
|
+
type AXPLookupCreateContextStore = AXPContextStoreInstance;
|
|
3316
|
+
|
|
3481
3317
|
/**
|
|
3482
3318
|
* Selects which entity list row actions appear in the data selector.
|
|
3483
3319
|
* Match by full command name, action `name`, trigger name, or command suffix (e.g. `:Preview`).
|
|
@@ -3548,7 +3384,11 @@ interface AXPEntityDataSelectorCategoryOptions {
|
|
|
3548
3384
|
dataSource?: AXPCategoryTreeDataSource;
|
|
3549
3385
|
}
|
|
3550
3386
|
interface AXPEntityDataSelectorCreateOptions {
|
|
3387
|
+
enable?: boolean;
|
|
3388
|
+
/** Create dialog mode when enabled. Legacy `allowCreate` maps here. */
|
|
3551
3389
|
mode?: AXPDataSelectorAllowCreate;
|
|
3390
|
+
/** Prefilled entity create form values; may use {{ context.eval() }} expressions. */
|
|
3391
|
+
context?: AXPContextData;
|
|
3552
3392
|
}
|
|
3553
3393
|
/** Nested options for {@link AXPEntityDataSelectorService.open}. */
|
|
3554
3394
|
interface AXPEntityDataSelectorOpenOptions {
|
|
@@ -3561,6 +3401,8 @@ interface AXPEntityDataSelectorOpenOptions {
|
|
|
3561
3401
|
sort?: AXPEntityDataSelectorSortOptions;
|
|
3562
3402
|
category?: AXPEntityDataSelectorCategoryOptions;
|
|
3563
3403
|
create?: AXPEntityDataSelectorCreateOptions;
|
|
3404
|
+
/** Form context store used to evaluate `create.context` expressions. Must come from the hosting form scope. */
|
|
3405
|
+
contextStore?: AXPLookupCreateContextStore;
|
|
3564
3406
|
/** Entity list row actions to expose in the selector grid (matched by command name). */
|
|
3565
3407
|
rowActions?: AXPEntityDataSelectorRowActionsConfig;
|
|
3566
3408
|
}
|
|
@@ -3580,7 +3422,10 @@ interface AXPEntityDataSelectorOptions {
|
|
|
3580
3422
|
name: string;
|
|
3581
3423
|
dir: 'asc' | 'desc';
|
|
3582
3424
|
}[];
|
|
3425
|
+
/** @deprecated Prefer nested `create`. Legacy allowCreate mode. */
|
|
3583
3426
|
allowCreate?: AXPDataSelectorAllowCreate;
|
|
3427
|
+
/** Form context store for evaluating create.context expressions. */
|
|
3428
|
+
contextStore?: AXPLookupCreateContextStore;
|
|
3584
3429
|
searchFields?: string[];
|
|
3585
3430
|
initialSearchTerm?: string;
|
|
3586
3431
|
selectedItemIds?: string[] | number[];
|
|
@@ -3620,6 +3465,11 @@ declare class AXPEntityDataSelectorService {
|
|
|
3620
3465
|
private readonly categoryTreeService;
|
|
3621
3466
|
private readonly translationService;
|
|
3622
3467
|
private readonly rowActionsService;
|
|
3468
|
+
private readonly expressionEvaluator;
|
|
3469
|
+
/**
|
|
3470
|
+
* Resolves lookup `create.context` templates using the provided form context store.
|
|
3471
|
+
*/
|
|
3472
|
+
resolveCreateContext(template?: AXPContextData | null, contextStore?: AXPLookupCreateContextStore | null): Promise<Record<string, unknown>>;
|
|
3623
3473
|
/**
|
|
3624
3474
|
* Open entity data selector popup.
|
|
3625
3475
|
* Accepts nested {@link AXPEntityDataSelectorOpenOptions} or deprecated flat {@link AXPEntityDataSelectorOptions}.
|
|
@@ -3629,7 +3479,7 @@ declare class AXPEntityDataSelectorService {
|
|
|
3629
3479
|
* Execute Entity:Create and return created item.
|
|
3630
3480
|
* Used by lookup widget and data selector for inline create.
|
|
3631
3481
|
*/
|
|
3632
|
-
executeEntityCreate(entity: AXPEntity, mode: 'full' | 'quick'): Promise<any | null>;
|
|
3482
|
+
executeEntityCreate(entity: AXPEntity, mode: 'full' | 'quick', initialData?: Record<string, unknown>): Promise<any | null>;
|
|
3633
3483
|
/**
|
|
3634
3484
|
* Normalize item's phones/emails for expose/display.
|
|
3635
3485
|
* Call this when receiving items from any source (create, API, selector).
|
|
@@ -3737,7 +3587,7 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
3737
3587
|
protected allowUnselect: _angular_core.Signal<boolean>;
|
|
3738
3588
|
protected look: _angular_core.Signal<AXPLookupWidgetLookType>;
|
|
3739
3589
|
protected displayField: _angular_core.Signal<string>;
|
|
3740
|
-
protected
|
|
3590
|
+
protected resolvedCreate: _angular_core.Signal<ResolvedLookupCreateOptions>;
|
|
3741
3591
|
protected selectorRowActions: _angular_core.Signal<AXPLookupSelectorRowActionsConfig | undefined>;
|
|
3742
3592
|
protected valueField: _angular_core.Signal<string>;
|
|
3743
3593
|
protected displayFormat: _angular_core.Signal<string | undefined>;
|
|
@@ -3763,6 +3613,7 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
3763
3613
|
* so e.g. `{ person: { educationLevel: { id, title } } }` would replace the entire `person`
|
|
3764
3614
|
* object and drop sibling fields like `person.educationLevelId`, causing a value/effect loop.
|
|
3765
3615
|
*/
|
|
3616
|
+
private syncExposePathsToSavedBaseline;
|
|
3766
3617
|
private expoesItems;
|
|
3767
3618
|
outputs(): (string | {
|
|
3768
3619
|
[name: string]: unknown;
|
|
@@ -3782,6 +3633,8 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
|
|
|
3782
3633
|
private readonly entityService;
|
|
3783
3634
|
private readonly entityResolver;
|
|
3784
3635
|
private readonly queryExecutor;
|
|
3636
|
+
private readonly expressionEvaluator;
|
|
3637
|
+
private readonly contextEvalFactory;
|
|
3785
3638
|
protected moreButton: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
3786
3639
|
protected lazyTrigger: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
3787
3640
|
protected morePopover: _angular_core.Signal<AXPopoverComponent | undefined>;
|
|
@@ -3808,9 +3661,14 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
|
|
|
3808
3661
|
protected resolveError: _angular_core.WritableSignal<string | null>;
|
|
3809
3662
|
protected summaryLabel: _angular_core.WritableSignal<string>;
|
|
3810
3663
|
protected popoverHeader: _angular_core.WritableSignal<string>;
|
|
3664
|
+
protected mainItemLabels: _angular_core.WritableSignal<string[]>;
|
|
3665
|
+
protected lazyPopoverItemLabels: _angular_core.WritableSignal<string[]>;
|
|
3811
3666
|
private entityDef;
|
|
3812
3667
|
private hydratedDisplayItems;
|
|
3813
3668
|
private hydrateRequestId;
|
|
3669
|
+
private mainLabelsVersion;
|
|
3670
|
+
private lazyPopoverLabelsVersion;
|
|
3671
|
+
protected popoverItemLabels: _angular_core.Signal<string[]>;
|
|
3814
3672
|
protected displayItems: _angular_core.Signal<any[]>;
|
|
3815
3673
|
protected allItems: _angular_core.Signal<any[]>;
|
|
3816
3674
|
protected visibleItems: _angular_core.Signal<any[]>;
|
|
@@ -3833,7 +3691,10 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
|
|
|
3833
3691
|
* Uses textField / expose targets on the row — not merely whether column dataPath differs from columnName.
|
|
3834
3692
|
*/
|
|
3835
3693
|
protected hasPreresolvedDisplay(): boolean;
|
|
3836
|
-
protected
|
|
3694
|
+
protected getItemLabel(index: number): string;
|
|
3695
|
+
protected getPopoverItemLabel(index: number): string;
|
|
3696
|
+
private resolveLabelsForItems;
|
|
3697
|
+
private resolveItemLabel;
|
|
3837
3698
|
private refreshSummaryLabel;
|
|
3838
3699
|
private refreshPopoverHeader;
|
|
3839
3700
|
private resetLazyState;
|
|
@@ -3866,7 +3727,6 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
|
|
|
3866
3727
|
private getRowDisplayTextFromTextField;
|
|
3867
3728
|
private getExposeTargets;
|
|
3868
3729
|
private hasDisplayTextOnLookupValue;
|
|
3869
|
-
private renderLookupLabel;
|
|
3870
3730
|
private formatDisplayValue;
|
|
3871
3731
|
/** True when a scalar cell value is a stored entity key (uuid/numeric), not pre-resolved display text. */
|
|
3872
3732
|
private isLikelyEntityId;
|
|
@@ -4105,6 +3965,7 @@ declare class AXPMultiSourceSelectorComponent extends AXBasePageComponent {
|
|
|
4105
3965
|
protected activeSource: _angular_core.Signal<AXPMultiSourceItem | null>;
|
|
4106
3966
|
protected selectedItems: _angular_core.WritableSignal<AXPMultiSourceRef[]>;
|
|
4107
3967
|
protected readonly AXPMultiSourceType: typeof AXPMultiSourceType;
|
|
3968
|
+
constructor();
|
|
4108
3969
|
protected ngOnInit(): void;
|
|
4109
3970
|
protected handleTabClick(source: AXPMultiSourceItem): void;
|
|
4110
3971
|
protected handleSelectFromSource(source: AXPMultiSourceItem): Promise<void>;
|
|
@@ -4389,6 +4250,7 @@ declare class AXPEntityCreatePopupAction extends AXPWorkflowAction {
|
|
|
4389
4250
|
private factory;
|
|
4390
4251
|
private config;
|
|
4391
4252
|
private translateService;
|
|
4253
|
+
private settingsService;
|
|
4392
4254
|
execute(context: AXPWorkflowContext): Promise<void>;
|
|
4393
4255
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityCreatePopupAction, never>;
|
|
4394
4256
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityCreatePopupAction>;
|
|
@@ -4435,6 +4297,9 @@ declare class AXPQuickEntityModifyPopupAction extends AXPWorkflowAction {
|
|
|
4435
4297
|
private popupService;
|
|
4436
4298
|
private platform;
|
|
4437
4299
|
private translateService;
|
|
4300
|
+
private formatService;
|
|
4301
|
+
private expressionEvaluator;
|
|
4302
|
+
private contextEvalFactory;
|
|
4438
4303
|
private entityRegistery;
|
|
4439
4304
|
private config;
|
|
4440
4305
|
private factory;
|
|
@@ -4467,6 +4332,9 @@ declare class AXPEntityModifySectionPopupAction extends AXPWorkflowAction {
|
|
|
4467
4332
|
private popupService;
|
|
4468
4333
|
private platform;
|
|
4469
4334
|
private translateService;
|
|
4335
|
+
private formatService;
|
|
4336
|
+
private expressionEvaluator;
|
|
4337
|
+
private contextEvalFactory;
|
|
4470
4338
|
private entityRegistery;
|
|
4471
4339
|
private config;
|
|
4472
4340
|
private factory;
|
|
@@ -4508,5 +4376,5 @@ declare class AXPShowListViewAction extends AXPWorkflowAction {
|
|
|
4508
4376
|
}
|
|
4509
4377
|
declare const AXPShowListViewWorkflow: AXPWorkflow;
|
|
4510
4378
|
|
|
4511
|
-
export { ATTACHMENTS_PAGE_COMPONENT_KEY, AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEditFileUploaderCommand, AXPEntitiesListDataSourceDefinition, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorRowActionsService, AXPEntityDataSelectorService,
|
|
4512
|
-
export type {
|
|
4379
|
+
export { ATTACHMENTS_PAGE_COMPONENT_KEY, AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEditFileUploaderCommand, AXPEntitiesListDataSourceDefinition, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorRowActionsService, AXPEntityDataSelectorService, AXPEntityDefinitionProviderWidget, AXPEntityDefinitionProviderWidgetEditComponent, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityFormBuilderService, AXPEntityListPersistenceModeDefault, AXPEntityListTableService, AXPEntityListToolbarService, AXPEntityListViewCardFieldViewModel, AXPEntityListViewColumnViewModel, AXPEntityListViewModelFactory, AXPEntityListViewModelResolver, AXPEntityListWidget, AXPEntityListWidgetViewComponent, AXPEntityMasterCreateViewModel, AXPEntityMasterListCardSelectActionName, AXPEntityMasterListViewModel, AXPEntityMasterListViewQueryViewModel, AXPEntityMasterSingleElementViewModel, AXPEntityMasterSingleViewGroupViewModel, AXPEntityMasterSingleViewModel, AXPEntityMasterUpdateElementViewModel, AXPEntityMasterUpdateViewModel, AXPEntityMasterUpdateViewModelFactory, AXPEntityMiddleware, AXPEntityModifyConfirmedAction, AXPEntityModifyEvent, AXPEntityModifySectionPopupAction, AXPEntityModule, AXPEntityPerformDeleteAction, AXPEntityPreloadFiltersContainerComponent, AXPEntityPreloadFiltersViewModel, AXPEntityPreloadFiltersViewModelResolver, AXPEntityResolver, AXPEntityService, AXPEntityStorageService, AXPEntityUpdateViewSectionViewModel, AXPFileListComponent, AXPFileUploaderLoadFilesQuery, AXPFileUploaderSaveFilesCommand, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPGetEntityDetailsQuery, AXPLayoutOrderingConfigService, AXPLookupWidget, AXPLookupWidgetColumnComponent, AXPLookupWidgetEditComponent, AXPLookupWidgetViewComponent, AXPMiddlewareAbortError, AXPMiddlewareEntityStorageService, AXPModifyEntitySectionWorkflow, AXPMultiSourceDefinitionProviderContext, AXPMultiSourceDefinitionProviderService, AXPMultiSourceFederatedSearchService, AXPMultiSourceSelectorComponent, AXPMultiSourceSelectorService, AXPMultiSourceSelectorWidget, AXPMultiSourceSelectorWidgetColumnComponent, AXPMultiSourceSelectorWidgetEditComponent, AXPMultiSourceSelectorWidgetViewComponent, AXPMultiSourceType, AXPOpenEntityDetailsCommand, AXPQuickEntityModifyPopupAction, AXPQuickModifyEntityWorkflow, AXPRelatedColumnEnrichmentService, AXPRelatedColumnMetadataResolver, AXPSelectorStructureWidget, AXPSelectorStructureWidgetColumnComponent, AXPSelectorStructureWidgetEditComponent, AXPSelectorStructureWidgetViewComponent, AXPShowDetailViewAction, AXPShowDetailsViewWorkflow, AXPShowListViewAction, AXPShowListViewWorkflow, AXPTruncatedBreadcrumbComponent, AXPUpdateEntityCommand, AXPViewEntityDetailsCommand, AXP_CATEGORY_TREE_ROOT_TITLE_I18N_KEY, 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_COLUMN_ORDER, DEFAULT_PAIR_SPAN_RULES, DEFAULT_PROPERTY_ORDER, DEFAULT_SECTION_ORDER, ENTITY_LIST_ROUTE_CONTEXT_SESSION_KEY, EntityBuilder, EntityDataAccessor, actionExists, applyDataSourcePagingWithoutLoad, attachmentFieldCount, attachmentsPlugin, attachmentsSemanticallyEqual, axpCreateEntityAiToolInputDefaults, axpCreateEntityCommandDefinition, canPersistEntityListState, cloneLayoutArrays, columnOrderingMiddleware, columnOrderingMiddlewareProvider, columnWidthMiddleware, columnWidthMiddlewareProvider, commandMessageTextForError, committedAttachments, computeEntityAggregates, createColumnOrderingMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, defaultCardLayoutMiddleware, defaultCardLayoutMiddlewareProvider, defaultMultiLanguageMiddleware, defaultMultiLanguageMiddlewareProvider, detectEntityChanges, ensureLayoutPropertyView, ensureLayoutSection, ensureListActions, eventDispatchMiddleware, filterSortEntityRows, findEntityListRowDataInTree, fingerprintAttachmentItem, fingerprintAttachments, formatLookupItemDisplay, formatLookupItemDisplayAsync, getDataSourcePageIndex, getEntityListRowId, getMasterInterfacePropertySortKey, hasFileUploaderTitleOrDescriptionFields, isAXPMiddlewareAbortError, isAttachmentListEntry, isCategoryEntity, isCategoryFilter, isFileListItem, isFileUploaderEditDialogAuto, isLegacyEntityDataSelectorOptions, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider, mapEntityStorageErrorToCommandResult, mapLegacyEntityDataSelectorOptions, normalizeEntityDataSelectorOptions, normalizeEntityFieldToFileList, normalizeEntityListPersistenceMode, normalizeListPaging, persistedAttachments, provideEntity, resolveEntityPluginDetailPageOrder, resolveFileUploaderEditDialog, resolveFileUploaderEntityScope, resolveLookupDisplayField, resolveLookupDisplayTemplate, restoreEntityListExpandedRows, runEntityQuery, searchResultDescriptionMiddleware, searchResultDescriptionMiddlewareProvider, shouldLoadEntityListStateFromStorage, shouldResetEntityListStateOnRouteEntry };
|
|
4380
|
+
export type { AXPDataSeeder, AXPEntityActionPlugin, AXPEntityCategoryWidgetOptions, AXPEntityChangeSet, AXPEntityConfigs, AXPEntityDataSelectorCategoryFilterOptions, AXPEntityDataSelectorCategoryOptions, AXPEntityDataSelectorCreateOptions, AXPEntityDataSelectorFilterOptions, AXPEntityDataSelectorGridOptions, AXPEntityDataSelectorOpenInput, AXPEntityDataSelectorOpenOptions, AXPEntityDataSelectorOptions, AXPEntityDataSelectorResult, AXPEntityDataSelectorRowActionsConfig, AXPEntityDataSelectorSearchOptions, AXPEntityDataSelectorSelectionOptions, AXPEntityDataSelectorSortOptions, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityDeleteOptions, AXPEntityDetailPopoverOptions, AXPEntityLayoutLike, AXPEntityLayoutPropertyLike, AXPEntityLayoutSectionLike, AXPEntityListEntry, AXPEntityListExpandRowRef, AXPEntityListInput, AXPEntityListPagingState, AXPEntityListPersistenceMode, AXPEntityListToolbarConvertOptions, AXPEntityMasterListCardLayout, AXPEntityMasterListCardSecondaryActionItem, AXPEntityMasterListViewSortPropViewModel, AXPEntityModifier, AXPEntityModifierContext, AXPEntityModifierProvider, AXPEntityPreloadEntity, AXPEntityStorageContext, AXPEntityStorageMiddleware, AXPFileListLook, AXPFileUploaderEditDialogFieldOptions, AXPFileUploaderEditDialogMode, AXPFileUploaderEditDialogOptions, AXPFileUploaderEntityFilesScope, AXPFileUploaderLoadFilesInput, AXPFileUploaderLoadFilesResult, AXPFileUploaderSaveFilesInput, AXPFileUploaderSaveFilesResult, AXPFileUploaderShowFileListEntityContext, AXPFileUploaderShowFileListOptions, AXPFileUploaderUploadActionDescriptor, AXPFileUploaderWidgetColumnOptions, AXPFileUploaderWidgetDesignerOptions, AXPFileUploaderWidgetEditOptions, AXPFileUploaderWidgetOptions, AXPFileUploaderWidgetPrintOptions, AXPFileUploaderWidgetViewOptions, AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult, AXPLookupColumnResolveOptions, AXPLookupColumnResolveStrategy, AXPLookupDisplayEvalDeps, AXPLookupDisplayOptions, AXPLookupPopoverOptions, AXPLookupSelectorRowActionsConfig, AXPLookupWidgetCreateOptions, AXPLookupWidgetLookType, AXPLookupWidgetOptions, AXPMultiSourceDefinition, AXPMultiSourceDefinitionProvider, AXPMultiSourceItem, AXPMultiSourceRef, AXPMultiSourceSearchResult, AXPMultiSourceSearchResultItem, AXPMultiSourceSelectorOpenConfig, AXPMultiSourceSelectorResult, AXPMultiSourceSelectorWidgetOptions, AXPMultiSourceValue, AXPOpenEntityDetailsCommandInput, AXPRelatedColumnMetadata, AXPSelectorStructureFieldDef, AXPSelectorStructureIdentityDisplay, AXPSelectorStructurePresentationMode, AXPSelectorStructureSelectorMode, AXPSelectorStructureStructureMode, AXPSelectorStructureWidgetColumnOptions, AXPSelectorStructureWidgetDesignerOptions, AXPSelectorStructureWidgetEditOptions, AXPSelectorStructureWidgetOptions, AXPSelectorStructureWidgetPrintOptions, AXPSelectorStructureWidgetViewOptions, AXPShowListViewCondition, AttachmentsDisplayMode, AttachmentsPluginOptions, CategoryQueryEvent, CategoryQueryFunction, CategoryQueryResult, CategoryTreeConfig, CategoryTreeNodeData, EntityDetailPluginPageSlot, PairSpanRule, ResolveEntityPluginDetailPageOrderOptions, RunEntityQueryAdapters, SectionOrderConfig, SkipEntityComponentPageRef };
|