@acorex/platform 21.0.0-next.71 → 21.0.0-next.73

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.
Files changed (60) hide show
  1. package/contracts/README.md +3 -0
  2. package/fesm2022/acorex-platform-auth.mjs +82 -60
  3. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  4. package/fesm2022/{acorex-platform-common-common-settings.provider-Bi1RYif5.mjs → acorex-platform-common-common-settings.provider-Ytey9uhY.mjs} +15 -1
  5. package/fesm2022/acorex-platform-common-common-settings.provider-Ytey9uhY.mjs.map +1 -0
  6. package/fesm2022/acorex-platform-common.mjs +3796 -1677
  7. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  8. package/fesm2022/acorex-platform-contracts.mjs +10 -0
  9. package/fesm2022/acorex-platform-contracts.mjs.map +1 -0
  10. package/fesm2022/acorex-platform-core.mjs +1126 -114
  11. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  12. package/fesm2022/acorex-platform-layout-builder.mjs +56 -170
  13. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  14. package/fesm2022/acorex-platform-layout-components.mjs +254 -53
  15. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  16. package/fesm2022/acorex-platform-layout-designer.mjs +199 -126
  17. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  18. package/fesm2022/{acorex-platform-layout-entity-attachments-page.component-D8iQnT-R.mjs → acorex-platform-layout-entity-attachments-page.component-B0EkdqvH.mjs} +6 -1
  19. package/fesm2022/acorex-platform-layout-entity-attachments-page.component-B0EkdqvH.mjs.map +1 -0
  20. package/fesm2022/acorex-platform-layout-entity.mjs +403 -460
  21. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  22. package/fesm2022/acorex-platform-layout-views.mjs +675 -301
  23. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
  24. package/fesm2022/acorex-platform-layout-widget-core.mjs +126 -75
  25. package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
  26. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BcpRkpJp.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs} +2 -2
  27. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BcpRkpJp.mjs.map → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs.map} +1 -1
  28. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-DQtK4lxl.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs} +2 -2
  29. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-DQtK4lxl.mjs.map → acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs.map} +1 -1
  30. package/fesm2022/acorex-platform-layout-widgets.mjs +450 -750
  31. package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
  32. package/fesm2022/acorex-platform-themes-default-error-401.component-B1nsdpTY.mjs +48 -0
  33. package/fesm2022/acorex-platform-themes-default-error-401.component-B1nsdpTY.mjs.map +1 -0
  34. package/fesm2022/acorex-platform-themes-default-error-404.component-D4UvRe8u.mjs +42 -0
  35. package/fesm2022/acorex-platform-themes-default-error-404.component-D4UvRe8u.mjs.map +1 -0
  36. package/fesm2022/acorex-platform-themes-default.mjs +79 -35
  37. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  38. package/fesm2022/acorex-platform-themes-shared-settings.provider-BjuzSe0T.mjs.map +1 -1
  39. package/fesm2022/acorex-platform-themes-shared.mjs +3 -0
  40. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  41. package/fesm2022/acorex-platform-workflow.mjs +57 -54
  42. package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
  43. package/package.json +5 -1
  44. package/types/acorex-platform-auth.d.ts +31 -22
  45. package/types/acorex-platform-common.d.ts +892 -259
  46. package/types/acorex-platform-contracts.d.ts +39 -0
  47. package/types/acorex-platform-core.d.ts +291 -47
  48. package/types/acorex-platform-layout-builder.d.ts +10 -22
  49. package/types/acorex-platform-layout-components.d.ts +86 -14
  50. package/types/acorex-platform-layout-entity.d.ts +218 -212
  51. package/types/acorex-platform-layout-views.d.ts +125 -67
  52. package/types/acorex-platform-layout-widget-core.d.ts +56 -62
  53. package/types/acorex-platform-layout-widgets.d.ts +78 -65
  54. package/types/acorex-platform-themes-default.d.ts +14 -4
  55. package/fesm2022/acorex-platform-common-common-settings.provider-Bi1RYif5.mjs.map +0 -1
  56. package/fesm2022/acorex-platform-layout-entity-attachments-page.component-D8iQnT-R.mjs.map +0 -1
  57. package/fesm2022/acorex-platform-themes-default-error-401.component-C7EYJzSr.mjs +0 -31
  58. package/fesm2022/acorex-platform-themes-default-error-401.component-C7EYJzSr.mjs.map +0 -1
  59. package/fesm2022/acorex-platform-themes-default-error-404.component-7MVLMwIa.mjs +0 -25
  60. package/fesm2022/acorex-platform-themes-default-error-404.component-7MVLMwIa.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as _acorex_platform_core from '@acorex/platform/core';
2
- import { AXPExecuteCommandResult, AXPMetaData, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPGridLayoutOptions, AXPMultiLanguageString, AXPBreadcrumbItem, AXPFilterQuery, AXPFilterDefinition, AXPExecuteCommand, AXPQueryRequest, AXPPagedListResult, AXPUserReference, AXPCategoryEntity as AXPCategoryEntity$1, AXPEntityOp, AXPMiddlewareErrorResponse, AXHighlightService, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem, AXPFileListItem, AXPContextUpdateOrigin, AXPContextChangeEvent } from '@acorex/platform/core';
2
+ import { AXPExecuteCommandResult, AXPQueryRequest, AXPUserReference, AXPMetaData, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPGridLayoutOptions, AXPMultiLanguageString, AXPBreadcrumbItem, AXPFilterQuery, AXPFilterDefinition, AXPExecuteCommand, AXPPagedListResult, AXPCategoryEntity as AXPCategoryEntity$1, AXPEntityOp, AXPMiddlewareErrorResponse, AXHighlightService, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem, AXPFileListItem, AXPContextChangeEvent } 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
5
  import { ElementRef, InjectionToken, Injector, Type, EnvironmentProviders, OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
@@ -13,7 +13,7 @@ import { AXPRelatedEntity, AXPEntityPage, AXPEntityCommandScope, AXPEntity, AXPE
13
13
  export { AXPEntityDefinitionCrudService, AXP_ENTITY_DEFINITION_CRUD_SERVICE } from '@acorex/platform/domain';
14
14
  import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption, AXDataSourceSortOption, AXValueChangedEvent, AXClickEvent, AXFocusEvent, AXHtmlEvent } from '@acorex/cdk/common';
15
15
  import * as i1 from '@angular/router';
16
- import { ResolveFn } from '@angular/router';
16
+ import { ResolveFn, RedirectCommand } from '@angular/router';
17
17
  import * as rxjs from 'rxjs';
18
18
  import { Subject } from 'rxjs';
19
19
  import * as i3 from '@acorex/platform/workflow';
@@ -152,6 +152,183 @@ declare class AXPOpenEntityDetailsCommand implements AXPCommand<AXPOpenEntityDet
152
152
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPOpenEntityDetailsCommand>;
153
153
  }
154
154
 
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
+
155
332
  declare class AXPEntityDetailPopoverComponent {
156
333
  private readonly commandService;
157
334
  private readonly queryService;
@@ -343,6 +520,7 @@ declare class AXPEntityCommandTriggerViewModel {
343
520
  options: any;
344
521
  metadata?: AXPMetaData;
345
522
  default?: boolean;
523
+ shortcuts?: string[];
346
524
  items?: AXPEntityCommandTriggerViewModel[];
347
525
  isChild?: boolean;
348
526
  constructor(entity: AXPEntity, action: AXPEntityAction, isChild?: boolean);
@@ -430,11 +608,6 @@ declare class AXPEntityDetailListViewModel {
430
608
  getSecondaryActions(): Promise<AXPEntityCommandTriggerViewModel[]>;
431
609
  }
432
610
 
433
- declare const AXPEntityEventsKeys: {
434
- REFRESH_LAYOUT: string;
435
- REFRESH_DATA: string;
436
- };
437
-
438
611
  /**
439
612
  * Entity Event Dispatcher - A wrapper for entity-specific events
440
613
  * Handles pattern-based dispatching for entity operations with wildcard support
@@ -863,7 +1036,7 @@ declare class AXPEntityListViewModelFactory {
863
1036
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityListViewModelFactory, never>;
864
1037
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityListViewModelFactory>;
865
1038
  }
866
- declare const AXPEntityListViewModelResolver: ResolveFn<Promise<AXPEntityMasterListViewModel>>;
1039
+ declare const AXPEntityListViewModelResolver: ResolveFn<Promise<AXPEntityMasterListViewModel | RedirectCommand>>;
867
1040
 
868
1041
  declare class AXPEntityMasterSingleViewGroupViewModel {
869
1042
  private entity;
@@ -1193,7 +1366,7 @@ declare class AXPEntityPreloadFiltersViewModel {
1193
1366
  */
1194
1367
  serializeFilters(filters: any): AXPFilterQuery[];
1195
1368
  }
1196
- declare const AXPEntityPreloadFiltersViewModelResolver: ResolveFn<Promise<AXPEntityPreloadFiltersViewModel>>;
1369
+ declare const AXPEntityPreloadFiltersViewModelResolver: ResolveFn<Promise<AXPEntityPreloadFiltersViewModel | RedirectCommand>>;
1197
1370
 
1198
1371
  type AXPCollectEntityQuickSearchPathsResolver = (moduleName: string, entityName: string) => Promise<AXPEntity | null>;
1199
1372
  /**
@@ -1283,48 +1456,6 @@ declare class AXPEntityDefinitionRegistryService {
1283
1456
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityDefinitionRegistryService>;
1284
1457
  }
1285
1458
 
1286
- type AXPEntityAggregateReducerType = 'count' | 'sum' | 'min' | 'max' | 'avg';
1287
- interface AXPEntityAggregateMeasure {
1288
- reducer: AXPEntityAggregateReducerType;
1289
- /** Required for sum, min, max, and avg. Ignored for count (rows per group). */
1290
- field?: string;
1291
- /** Result column name; defaults are derived from the reducer and field. */
1292
- alias?: string;
1293
- }
1294
- /**
1295
- * Aggregate stored rows after the same filter/sort pipeline as {@link AXPQueryRequest}.
1296
- * Group keys use dotted field paths (same as lodash-style getters).
1297
- */
1298
- interface AXPEntityAggregateRequest extends Pick<AXPQueryRequest, 'filter' | 'sort'> {
1299
- groupBy: string[];
1300
- measures: AXPEntityAggregateMeasure[];
1301
- }
1302
- interface AXPEntityAggregateResult {
1303
- rows: Record<string, unknown>[];
1304
- }
1305
- interface AXPEntityQueryAllOptions {
1306
- /**
1307
- * Page size for backends that read page-by-page (HTTP API).
1308
- * In-memory backends load the filtered set once and ignore this.
1309
- */
1310
- pageSize?: number;
1311
- /** Maximum rows to return or scan (safety cap). */
1312
- maxRows?: number;
1313
- }
1314
- interface AXPEntityQueryAllResult<T> {
1315
- items: T[];
1316
- /** Row count matching filter/sort before applying maxRows. */
1317
- total: number;
1318
- /** True when maxRows prevented returning every matching row. */
1319
- truncated: boolean;
1320
- }
1321
- interface AXPEntityAggregateOptions {
1322
- /** Maximum rows to load for aggregation when the backend pages remotely (default 50_000). */
1323
- maxRows?: number;
1324
- /** Page size for remote paging during aggregate (default 500). */
1325
- pageSize?: number;
1326
- }
1327
-
1328
1459
  /**
1329
1460
  * Pure aggregation over already-filtered plain rows (e.g. outputs of {@link filterSortEntityRows}).
1330
1461
  */
@@ -1354,129 +1485,6 @@ declare function filterSortEntityRows<T = unknown>(entityName: string, request:
1354
1485
  */
1355
1486
  declare function runEntityQuery<T = unknown>(entityName: string, request: AXPQueryRequest, adapters: RunEntityQueryAdapters<T>): Promise<AXPPagedListResult<T>>;
1356
1487
 
1357
- /**
1358
- * One audit point in time for a record lifecycle event.
1359
- *
1360
- * Used inside {@link AXPRecordAuditInfo} (`created`, `updated`, `deleted`).
1361
- * Backends and mock middleware typically set `at` and `by`; `reason` and `source`
1362
- * (for example `api`, `system`, `import`) are optional diagnostic fields.
1363
- */
1364
- interface AXPAuditEvent {
1365
- at?: Date;
1366
- by?: AXPUserReference;
1367
- /** Optional business or technical reason for the event. */
1368
- reason?: string;
1369
- /** Optional origin of the change (for example `api`, `system`, `import`). */
1370
- source?: string;
1371
- }
1372
- /**
1373
- * Aggregated audit trail for a persisted row.
1374
- *
1375
- * Filled by APIs or connectivity mock middleware when creating, updating, or
1376
- * soft-deleting records. UI surfaces may show these via the history plugin or
1377
- * custom columns. Version snapshot pipelines often **omit** this object from
1378
- * stored snapshots while still applying it to live payloads.
1379
- *
1380
- * @remarks Fields are optional today; callers should tolerate partial data.
1381
- */
1382
- interface AXPRecordAuditInfo {
1383
- created?: AXPAuditEvent;
1384
- updated?: AXPAuditEvent;
1385
- deleted?: AXPAuditEvent;
1386
- }
1387
- /**
1388
- * Cross-cutting flags that are not part of the domain schema but affect how a
1389
- * row is shown or edited (visibility, built-in/system rows, immutability).
1390
- *
1391
- * Module entity models sometimes expose only this slice (for example
1392
- * `stateInfo` on business units) when the rest of the row uses a bespoke shape.
1393
- *
1394
- * @remarks Entity list/detail flows should honor these flags where applicable.
1395
- */
1396
- interface AXPRecordStateInfo {
1397
- isHidden?: boolean;
1398
- isSystem?: boolean;
1399
- isImmutable?: boolean;
1400
- /** @deprecated Prefer explicit domain modeling over this flag. */
1401
- isDistributed?: boolean;
1402
- }
1403
- /**
1404
- * Tenancy and actor scope for a row in a multi-tenant application.
1405
- *
1406
- * Used to associate a record with a tenant, application instance, or owning
1407
- * user when the API returns ownership metadata alongside domain fields.
1408
- */
1409
- interface AXPRecordOwnershipInfo {
1410
- tenantId?: string;
1411
- applicationId?: string;
1412
- userId?: string;
1413
- }
1414
- /**
1415
- * Workflow linkage for a domain record (set when a run is started or bound).
1416
- *
1417
- * Populated by workflow engine, middleware, or integration — not declared as
1418
- * entity definition properties. Entities with the `workflow` plugin may carry
1419
- * this object when a {@link WorkflowManagement.WorkflowInstance} drives the row.
1420
- */
1421
- interface AXPRecordWorkflowInfo {
1422
- /** Workflow instance id for this record's active or last run. */
1423
- instanceId?: string | null;
1424
- /** Logical workflow definition id (same as WorkflowInstance.definitionId). */
1425
- definitionId?: string | null;
1426
- /** Correlation id for idempotent start and related-run lookup (same as WorkflowInstance.correlationId). */
1427
- correlationId?: string | null;
1428
- /** When set, pins the run to a workflow definition version; omit for current default. */
1429
- pinnedVersion?: number | null;
1430
- }
1431
- /** Entity query filter field for {@link AXPRecordWorkflowInfo.instanceId}. */
1432
- declare const AXP_RECORD_WORKFLOW_INFO_INSTANCE_ID_FIELD: "workflowInfo.instanceId";
1433
- /** Entity query filter field for {@link AXPRecordWorkflowInfo.correlationId}. */
1434
- declare const AXP_RECORD_WORKFLOW_INFO_CORRELATION_ID_FIELD: "workflowInfo.correlationId";
1435
- /** Entity query filter field for {@link AXPRecordWorkflowInfo.definitionId}. */
1436
- declare const AXP_RECORD_WORKFLOW_INFO_DEFINITION_ID_FIELD: "workflowInfo.definitionId";
1437
- /** Returns a trimmed workflow instance id from a record, if present. */
1438
- declare function getRecordWorkflowInstanceId(record: {
1439
- workflowInfo?: AXPRecordWorkflowInfo | null;
1440
- } | null | undefined): string | null;
1441
- /** Returns a trimmed workflow correlation id from a record, if present. */
1442
- declare function getRecordWorkflowCorrelationId(record: {
1443
- workflowInfo?: AXPRecordWorkflowInfo | null;
1444
- } | null | undefined): string | null;
1445
- /** Builds canonical workflow metadata for a domain record (engine / middleware). */
1446
- declare function buildAXPRecordWorkflowInfo(params: {
1447
- instanceId: string;
1448
- definitionId?: string | null;
1449
- correlationId?: string | null;
1450
- pinnedVersion?: number | null;
1451
- }): AXPRecordWorkflowInfo;
1452
- /**
1453
- * Base shape for **entity row** TypeScript models across modules: a stable
1454
- * identifier plus optional platform metadata.
1455
- *
1456
- * Module-specific interfaces extend this with domain properties
1457
- * (`extends AXPEntityModel<string>` / `AXPEntityModel<Id>`) while reusing
1458
- * `auditInfo`, `stateInfo`, `ownershipInfo`, and `workflowInfo` when the backend sends them.
1459
- */
1460
- interface AXPEntityModel<Id> {
1461
- id: Id;
1462
- auditInfo?: AXPRecordAuditInfo;
1463
- stateInfo?: AXPRecordStateInfo;
1464
- ownershipInfo?: AXPRecordOwnershipInfo;
1465
- workflowInfo?: AXPRecordWorkflowInfo;
1466
- }
1467
- interface AXPEntityCreateDto {
1468
- }
1469
- interface AXPEntityUpdateDto<Id> {
1470
- id: Id;
1471
- }
1472
- interface AXPEntityOutputDto<Id> {
1473
- id: Id;
1474
- }
1475
- interface AXPEntityDetailDto<Id> extends AXPEntityOutputDto<Id> {
1476
- }
1477
- interface AXPEntityListItemDto<Id> extends AXPEntityOutputDto<Id> {
1478
- }
1479
-
1480
1488
  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> {
1481
1489
  abstract get dbName(): string;
1482
1490
  abstract initial(entityName: string, collection: TCreateDto[], options?: {
@@ -1673,6 +1681,11 @@ declare class EntityDataAccessor<TKey = any, TDetailDto extends AXPEntityDetailD
1673
1681
  * @returns The paged list result
1674
1682
  */
1675
1683
  query(request?: AXPQueryRequest): Promise<AXPPagedListResult<TListItemDto>>;
1684
+ /**
1685
+ * Queries category entities linked to this entity (`{module}.{entity}Category`).
1686
+ * Falls back to CRUD category storage (same as {@link AXMEntityCrudServiceImpl.getCategoriesList}).
1687
+ */
1688
+ getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity$1<TKey>>>;
1676
1689
  /**
1677
1690
  * Creates a new entity.
1678
1691
  * @param data - The entity data to create
@@ -1981,7 +1994,7 @@ interface AXPGetEntityDetailsQueryResult {
1981
1994
  */
1982
1995
  declare class AXPGetEntityDetailsQuery implements AXPQuery<AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult> {
1983
1996
  private readonly entityDefinitionRegistry;
1984
- private readonly injector;
1997
+ private readonly entityService;
1985
1998
  /**
1986
1999
  * Execute the query to fetch entity definition and data
1987
2000
  * @param input - Query input containing entity and ID information
@@ -2321,16 +2334,19 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
2321
2334
  private initialExpandSyncDone;
2322
2335
  constructor();
2323
2336
  ngOnInit(): void;
2337
+ /** Keeps at most one id when {@link allowMultiple} is false. */
2338
+ private normalizeSelectedIds;
2339
+ private setSelectedNodeIds;
2340
+ /** Keeps widget selectedNodeIds in sync when the tree uses controlled single selection. */
2341
+ protected onControlledSelectedIdsChange(ids: string[]): void;
2342
+ private waitForTreeComponent;
2343
+ /** Expands ancestor paths and reveals the initial selection via the tree API. */
2344
+ private revealInitialSelection;
2324
2345
  private initializeTree;
2325
2346
  /**
2326
2347
  * Called when popup data arrives after ngOnInit: load data, set selection, expand and sync.
2327
2348
  */
2328
2349
  private runInitialExpandAndSync;
2329
- /**
2330
- * Runs expand path + sync selection once the tree viewChild is available.
2331
- * Uses retry loop so we don't run before the view has rendered the tree.
2332
- */
2333
- private runExpandAndSyncWhenTreeReady;
2334
2350
  /**
2335
2351
  * Handles search input value changes - Uses server-side search for efficiency and reliability
2336
2352
  */
@@ -2369,10 +2385,9 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
2369
2385
  */
2370
2386
  private resetSearch;
2371
2387
  /**
2372
- * Restores selection state after tree reload.
2373
- * Expands ancestor nodes and selects the previously selected leaf nodes.
2388
+ * Restores multiple-mode leaf selection after search reset.
2374
2389
  */
2375
- private restoreSelectionAfterReload;
2390
+ private restoreMultipleSelectionAfterReload;
2376
2391
  protected onNodeSelect(event: AXTreeViewNodeSelectEvent): Promise<void>;
2377
2392
  /** Datasource callback for tree-view component. */
2378
2393
  protected datasource: (id?: string) => Promise<AXTreeViewNode[]>;
@@ -2434,11 +2449,6 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
2434
2449
  private expandAncestorNodesInOrder;
2435
2450
  /** Waits until the node is expanded (tree has loaded children). Polls so deep paths load. */
2436
2451
  private waitForNodeExpanded;
2437
- /**
2438
- * Syncs selection state with the tree component.
2439
- * Selects leaf nodes and manually updates parent states (indeterminate/selected).
2440
- */
2441
- private syncSelectionWithTree;
2442
2452
  /**
2443
2453
  * Updates parent node states (selected/indeterminate) based on children selection.
2444
2454
  * Called after leaf nodes are selected to properly show parent states.
@@ -2461,26 +2471,16 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
2461
2471
  * Resolves parent ID from node data: supports nested `parent` object or flat parentId/parentKey.
2462
2472
  */
2463
2473
  private getParentIdFromNodeData;
2464
- /**
2465
- * Marks nodes as selected in the tree structure based on selectedNodeIds.
2466
- * This ensures pre-selected nodes appear selected when the tree is rendered.
2467
- */
2468
- private markNodesAsSelected;
2469
- /**
2470
- * Marks a single node as selected if it's in the selectedNodeIds list.
2471
- */
2472
- private markNodeAsSelectedIfNeeded;
2473
2474
  /**
2474
2475
  * Marks a node and its children as disabled if the node ID matches the excluded ID.
2475
2476
  */
2476
2477
  private markNodeAsDisabled;
2477
2478
  /**
2478
- * Processes root node: marks excluded as disabled, marks selected, and syncs selection with tree component
2479
+ * Processes root node: marks excluded nodes as disabled.
2479
2480
  */
2480
2481
  private processRootNode;
2481
2482
  /**
2482
2483
  * Processes child nodes: marks excluded as disabled
2483
- * Selection marking is handled in datasource callback ONLY during initial load
2484
2484
  */
2485
2485
  private processChildNodes;
2486
2486
  /**
@@ -2619,6 +2619,7 @@ declare class AXPEntityCategoryWidgetEditComponent extends AXPValueWidgetCompone
2619
2619
  private findByValue;
2620
2620
  private setItems;
2621
2621
  private singleOrMultiple;
2622
+ private normalizePopupSelectedIds;
2622
2623
  protected getItemLabel(item: any): string;
2623
2624
  /**
2624
2625
  * Get item path as array for breadcrumb component (raw MLS or string per segment).
@@ -2903,6 +2904,13 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
2903
2904
  * Applies merged route + parent-scope filters to the widget value and data source.
2904
2905
  */
2905
2906
  private applyMergedRouteFiltersToList;
2907
+ /** Syncs toolbar filters to context and AXDataSource (retries until data-list is mounted). */
2908
+ private reapplyScopedFiltersToDataSource;
2909
+ /**
2910
+ * Entity lists use `fetchDataMode: 'manual'`; after scoped filters reach the data source,
2911
+ * the grid must be refreshed once (initial #effect may run before the data-list is ready).
2912
+ */
2913
+ private triggerInitialLoadIfNeeded;
2906
2914
  /**
2907
2915
  * Re-evaluates related-entity list filters from the live dialog form context (e.g. after create saves the main row id).
2908
2916
  */
@@ -2912,6 +2920,11 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
2912
2920
  * Returns false while data-list is still mounting (see deferred listNode.set in ngOnInit).
2913
2921
  */
2914
2922
  private pushToolbarFiltersToDataSource;
2923
+ /**
2924
+ * Pushes toolbar filters once the embedded data-list exposes its data source
2925
+ * (listNode is created via deferred setTimeout in ngOnInit).
2926
+ */
2927
+ private ensureToolbarFiltersOnDataSource;
2915
2928
  /**
2916
2929
  * Writes toolbar filters from specs and pushes them onto the data source so refresh/reload keeps the parent scope.
2917
2930
  */
@@ -2942,7 +2955,8 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
2942
2955
  */
2943
2956
  private applyDataSourceChanges;
2944
2957
  /**
2945
- * Handles list refresh logic based on changes and mount status
2958
+ * Handles list refresh logic based on changes and mount status.
2959
+ * Initial fetch is owned by {@link triggerInitialLoadIfNeeded} (manual fetchDataMode).
2946
2960
  */
2947
2961
  private handleListRefresh;
2948
2962
  /**
@@ -3421,11 +3435,6 @@ interface AXPLookupWidgetOptions {
3421
3435
  selectorRowActions?: AXPLookupSelectorRowActionsConfig;
3422
3436
  }
3423
3437
 
3424
- /**
3425
- * Normalizes lookup/search display templates for row-based formatting.
3426
- * Converts `context.eval('path')` expressions to `{{ path }}` and single braces to mustache form.
3427
- */
3428
- declare function normalizeLookupDisplayTemplate(template: string): string;
3429
3438
  /**
3430
3439
  * Resolves the display template for a lookup item.
3431
3440
  * Priority: explicit `displayFormat` → entity `formats.lookup` (template) → entity `formats.searchResult.title`.
@@ -3441,8 +3450,6 @@ declare function resolveLookupDisplayField(entity: AXPEntity | null | undefined,
3441
3450
  * Formats a lookup row for display using template and/or field resolution.
3442
3451
  */
3443
3452
  declare function formatLookupItemDisplay(item: unknown, entity: AXPEntity | null | undefined, options: AXPLookupDisplayOptions, formatService: AXFormatService, resolveMultiLanguage?: (value: AXPMultiLanguageString) => string): string | AXPMultiLanguageString;
3444
- /** True when a formatted label still contains unresolved template markers. */
3445
- declare function isUnresolvedLookupDisplayTemplate(value: string): boolean;
3446
3453
 
3447
3454
  declare class AXPLookupWidgetViewComponent extends AXPValueWidgetComponent<any> {
3448
3455
  protected readonly formatService: AXFormatService;
@@ -3744,9 +3751,8 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
3744
3751
  protected handleCreateClick(_e: AXClickEvent): Promise<void>;
3745
3752
  private executeCreate;
3746
3753
  protected setLoading: (loading: boolean) => void;
3747
- protected setItems: (items: any[], options?: {
3748
- origin?: AXPContextUpdateOrigin;
3749
- }) => void;
3754
+ /** @param syncContext When false, only updates UI (hydration/revert); skips context writes. */
3755
+ protected setItems: (items: any[], syncContext?: boolean) => void;
3750
3756
  /**
3751
3757
  * Writes expose targets into context using per-path updates.
3752
3758
  * Avoids `contextService.patch()` with nested objects: patch shallow-merges top-level keys only,
@@ -4488,5 +4494,5 @@ declare class AXPShowListViewAction extends AXPWorkflowAction {
4488
4494
  }
4489
4495
  declare const AXPShowListViewWorkflow: AXPWorkflow;
4490
4496
 
4491
- 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, AXPEntityEventsKeys, 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, AXP_RECORD_WORKFLOW_INFO_CORRELATION_ID_FIELD, AXP_RECORD_WORKFLOW_INFO_DEFINITION_ID_FIELD, AXP_RECORD_WORKFLOW_INFO_INSTANCE_ID_FIELD, 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, buildAXPRecordWorkflowInfo, canPersistEntityListState, cloneLayoutArrays, collectEntityQuickSearchFieldPaths, collectNestedCreateHiddenProperties, collectNestedFieldPathsFromEntityColumns, collectQuickSearchPathsFromSingleEntityDefinition, columnOrderingMiddleware, columnOrderingMiddlewareProvider, columnWidthMiddleware, columnWidthMiddlewareProvider, commandMessageTextForError, committedAttachments, computeEntityAggregates, createColumnOrderingMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, defaultCardLayoutMiddleware, defaultCardLayoutMiddlewareProvider, defaultMultiLanguageMiddleware, defaultMultiLanguageMiddlewareProvider, detectEntityChanges, ensureLayoutPropertyView, ensureLayoutSection, ensureListActions, entityDetailsCreateActions, entityDetailsCreateActionsDeferredParent, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterEditAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, eventDispatchMiddleware, filterSortEntityRows, findEntityListRowDataInTree, fingerprintAttachmentItem, fingerprintAttachments, formatLookupItemDisplay, getDataSourcePageIndex, getEntityListRowId, getMasterInterfacePropertySortKey, getRecordWorkflowCorrelationId, getRecordWorkflowInstanceId, hasFileUploaderTitleOrDescriptionFields, isAXPMiddlewareAbortError, isAttachmentListEntry, isCategoryEntity, isCategoryFilter, isFileListItem, isFileUploaderEditDialogAuto, isLegacyEntityDataSelectorOptions, isUnresolvedLookupDisplayTemplate, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider, mapEntityStorageErrorToCommandResult, mapLegacyEntityDataSelectorOptions, mergeForeignKeyFieldIntoCreateActions, normalizeEntityDataSelectorOptions, normalizeEntityFieldToFileList, normalizeEntityListPersistenceMode, normalizeListPaging, normalizeLookupDisplayTemplate, persistedAttachments, provideEntity, resolveEntityPluginDetailPageOrder, resolveFileUploaderEditDialog, resolveFileUploaderEntityScope, resolveLookupDisplayField, resolveLookupDisplayTemplate, restoreEntityListExpandedRows, runEntityQuery, searchResultDescriptionMiddleware, searchResultDescriptionMiddlewareProvider, shouldLoadEntityListStateFromStorage, shouldResetEntityListStateOnRouteEntry };
4492
- export type { AXPAuditEvent, AXPCollectEntityQuickSearchPathsResolver, AXPDataSeeder, AXPEntityActionPlugin, AXPEntityAggregateMeasure, AXPEntityAggregateOptions, AXPEntityAggregateReducerType, AXPEntityAggregateRequest, AXPEntityAggregateResult, AXPEntityCategoryWidgetOptions, AXPEntityChangeSet, AXPEntityConfigs, AXPEntityCreateDto, AXPEntityDataSelectorCategoryFilterOptions, AXPEntityDataSelectorCategoryOptions, AXPEntityDataSelectorCreateOptions, AXPEntityDataSelectorFilterOptions, AXPEntityDataSelectorGridOptions, AXPEntityDataSelectorOpenInput, AXPEntityDataSelectorOpenOptions, AXPEntityDataSelectorOptions, AXPEntityDataSelectorResult, AXPEntityDataSelectorRowActionsConfig, AXPEntityDataSelectorSearchOptions, AXPEntityDataSelectorSelectionOptions, AXPEntityDataSelectorSortOptions, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityDeleteOptions, AXPEntityDetailDto, AXPEntityDetailPopoverOptions, AXPEntityLayoutLike, AXPEntityLayoutPropertyLike, AXPEntityLayoutSectionLike, AXPEntityListEntry, AXPEntityListExpandRowRef, AXPEntityListInput, AXPEntityListItemDto, AXPEntityListPagingState, AXPEntityListPersistenceMode, AXPEntityListToolbarConvertOptions, AXPEntityMasterListCardLayout, AXPEntityMasterListCardSecondaryActionItem, AXPEntityMasterListViewSortPropViewModel, AXPEntityModel, AXPEntityModifier, AXPEntityModifierContext, AXPEntityModifierProvider, AXPEntityOutputDto, AXPEntityPreloadEntity, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityStorageContext, AXPEntityStorageMiddleware, AXPEntityUpdateDto, AXPFileListLook, AXPFileUploaderEditDialogFieldOptions, AXPFileUploaderEditDialogMode, AXPFileUploaderEditDialogOptions, AXPFileUploaderEntityFilesScope, AXPFileUploaderLoadFilesInput, AXPFileUploaderLoadFilesResult, AXPFileUploaderSaveFilesInput, AXPFileUploaderSaveFilesResult, AXPFileUploaderShowFileListEntityContext, AXPFileUploaderShowFileListOptions, AXPFileUploaderUploadActionDescriptor, AXPFileUploaderWidgetColumnOptions, AXPFileUploaderWidgetDesignerOptions, AXPFileUploaderWidgetEditOptions, AXPFileUploaderWidgetOptions, AXPFileUploaderWidgetPrintOptions, AXPFileUploaderWidgetViewOptions, AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult, AXPLookupColumnResolveOptions, AXPLookupColumnResolveStrategy, AXPLookupDisplayOptions, AXPLookupPopoverOptions, AXPLookupSelectorRowActionsConfig, AXPLookupWidgetLookType, AXPLookupWidgetOptions, AXPMultiSourceDefinition, AXPMultiSourceDefinitionProvider, AXPMultiSourceItem, AXPMultiSourceRef, AXPMultiSourceSearchResult, AXPMultiSourceSearchResultItem, AXPMultiSourceSelectorOpenConfig, AXPMultiSourceSelectorResult, AXPMultiSourceSelectorWidgetOptions, AXPMultiSourceValue, AXPOpenEntityDetailsCommandInput, AXPRecordAuditInfo, AXPRecordOwnershipInfo, AXPRecordStateInfo, AXPRecordWorkflowInfo, 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 };
4497
+ 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, AXPEntityDataSourceKeys, AXPEntityDefinitionProviderWidget, AXPEntityDefinitionProviderWidgetEditComponent, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityEventsKeys, 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, AXP_RECORD_WORKFLOW_INFO_CORRELATION_ID_FIELD, AXP_RECORD_WORKFLOW_INFO_DEFINITION_ID_FIELD, AXP_RECORD_WORKFLOW_INFO_INSTANCE_ID_FIELD, 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, buildAXPRecordWorkflowInfo, canPersistEntityListState, cloneLayoutArrays, collectEntityQuickSearchFieldPaths, collectNestedCreateHiddenProperties, collectNestedFieldPathsFromEntityColumns, collectQuickSearchPathsFromSingleEntityDefinition, columnOrderingMiddleware, columnOrderingMiddlewareProvider, columnWidthMiddleware, columnWidthMiddlewareProvider, commandMessageTextForError, committedAttachments, computeEntityAggregates, createColumnOrderingMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, defaultCardLayoutMiddleware, defaultCardLayoutMiddlewareProvider, defaultMultiLanguageMiddleware, defaultMultiLanguageMiddlewareProvider, detectEntityChanges, ensureLayoutPropertyView, ensureLayoutSection, ensureListActions, entityDetailsCreateActions, entityDetailsCreateActionsDeferredParent, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterEditAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, eventDispatchMiddleware, filterSortEntityRows, findEntityListRowDataInTree, fingerprintAttachmentItem, fingerprintAttachments, formatLookupItemDisplay, getDataSourcePageIndex, getEntityListRowId, getMasterInterfacePropertySortKey, getRecordWorkflowCorrelationId, getRecordWorkflowInstanceId, hasFileUploaderTitleOrDescriptionFields, isAXPMiddlewareAbortError, isAttachmentListEntry, isCategoryEntity, isCategoryFilter, isFileListItem, isFileUploaderEditDialogAuto, isLegacyEntityDataSelectorOptions, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider, mapEntityStorageErrorToCommandResult, mapLegacyEntityDataSelectorOptions, mergeForeignKeyFieldIntoCreateActions, normalizeEntityDataSelectorOptions, normalizeEntityFieldToFileList, normalizeEntityListPersistenceMode, normalizeListPaging, persistedAttachments, provideEntity, resolveEntityPluginDetailPageOrder, resolveFileUploaderEditDialog, resolveFileUploaderEntityScope, resolveLookupDisplayField, resolveLookupDisplayTemplate, restoreEntityListExpandedRows, runEntityQuery, searchResultDescriptionMiddleware, searchResultDescriptionMiddlewareProvider, shouldLoadEntityListStateFromStorage, shouldResetEntityListStateOnRouteEntry };
4498
+ export type { AXPAuditEvent, AXPCollectEntityQuickSearchPathsResolver, AXPDataSeeder, AXPEntityActionPlugin, AXPEntityAggregateMeasure, AXPEntityAggregateOptions, AXPEntityAggregateReducerType, AXPEntityAggregateRequest, AXPEntityAggregateResult, AXPEntityCategoryWidgetOptions, AXPEntityChangeSet, AXPEntityConfigs, AXPEntityCreateDto, AXPEntityDataSelectorCategoryFilterOptions, AXPEntityDataSelectorCategoryOptions, AXPEntityDataSelectorCreateOptions, AXPEntityDataSelectorFilterOptions, AXPEntityDataSelectorGridOptions, AXPEntityDataSelectorOpenInput, AXPEntityDataSelectorOpenOptions, AXPEntityDataSelectorOptions, AXPEntityDataSelectorResult, AXPEntityDataSelectorRowActionsConfig, AXPEntityDataSelectorSearchOptions, AXPEntityDataSelectorSelectionOptions, AXPEntityDataSelectorSortOptions, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityDeleteOptions, AXPEntityDetailDto, AXPEntityDetailPopoverOptions, AXPEntityLayoutLike, AXPEntityLayoutPropertyLike, AXPEntityLayoutSectionLike, AXPEntityListEntry, AXPEntityListExpandRowRef, AXPEntityListInput, AXPEntityListItemDto, AXPEntityListPagingState, AXPEntityListPersistenceMode, AXPEntityListToolbarConvertOptions, AXPEntityMasterListCardLayout, AXPEntityMasterListCardSecondaryActionItem, AXPEntityMasterListViewSortPropViewModel, AXPEntityModel, AXPEntityModifier, AXPEntityModifierContext, AXPEntityModifierProvider, AXPEntityOutputDto, AXPEntityPreloadEntity, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityStorageContext, AXPEntityStorageMiddleware, AXPEntityUpdateDto, AXPFileListLook, AXPFileUploaderEditDialogFieldOptions, AXPFileUploaderEditDialogMode, AXPFileUploaderEditDialogOptions, AXPFileUploaderEntityFilesScope, AXPFileUploaderLoadFilesInput, AXPFileUploaderLoadFilesResult, AXPFileUploaderSaveFilesInput, AXPFileUploaderSaveFilesResult, AXPFileUploaderShowFileListEntityContext, AXPFileUploaderShowFileListOptions, AXPFileUploaderUploadActionDescriptor, AXPFileUploaderWidgetColumnOptions, AXPFileUploaderWidgetDesignerOptions, AXPFileUploaderWidgetEditOptions, AXPFileUploaderWidgetOptions, AXPFileUploaderWidgetPrintOptions, AXPFileUploaderWidgetViewOptions, AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult, AXPLookupColumnResolveOptions, AXPLookupColumnResolveStrategy, AXPLookupDisplayOptions, AXPLookupPopoverOptions, AXPLookupSelectorRowActionsConfig, AXPLookupWidgetLookType, AXPLookupWidgetOptions, AXPMockDto, AXPMultiSourceDefinition, AXPMultiSourceDefinitionProvider, AXPMultiSourceItem, AXPMultiSourceRef, AXPMultiSourceSearchResult, AXPMultiSourceSearchResultItem, AXPMultiSourceSelectorOpenConfig, AXPMultiSourceSelectorResult, AXPMultiSourceSelectorWidgetOptions, AXPMultiSourceValue, AXPOpenEntityDetailsCommandInput, AXPRecordAuditInfo, AXPRecordOwnershipInfo, AXPRecordStateInfo, AXPRecordWorkflowInfo, 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 };