@acorex/platform 21.0.0-next.76 → 21.0.0-next.79

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 (44) hide show
  1. package/fesm2022/{acorex-platform-common-common-settings.provider-ChoT4m4k.mjs → acorex-platform-common-common-settings.provider-Ytey9uhY.mjs} +1 -42
  2. package/fesm2022/acorex-platform-common-common-settings.provider-Ytey9uhY.mjs.map +1 -0
  3. package/fesm2022/acorex-platform-common.mjs +580 -1445
  4. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  5. package/fesm2022/acorex-platform-contracts.mjs +1 -1330
  6. package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
  7. package/fesm2022/acorex-platform-core.mjs +5 -208
  8. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  9. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  10. package/fesm2022/{acorex-platform-layout-entity-attachments-page.component-B0EkdqvH.mjs → acorex-platform-layout-entity-attachments-page.component-CwG6n_Yb.mjs} +3 -3
  11. package/fesm2022/{acorex-platform-layout-entity-attachments-page.component-B0EkdqvH.mjs.map → acorex-platform-layout-entity-attachments-page.component-CwG6n_Yb.mjs.map} +1 -1
  12. package/fesm2022/{acorex-platform-layout-entity-file-list-popup.component-_yrP5SQe.mjs → acorex-platform-layout-entity-file-list-popup.component--IeMZLIr.mjs} +4 -4
  13. package/fesm2022/{acorex-platform-layout-entity-file-list-popup.component-_yrP5SQe.mjs.map → acorex-platform-layout-entity-file-list-popup.component--IeMZLIr.mjs.map} +1 -1
  14. package/fesm2022/acorex-platform-layout-entity.mjs +694 -733
  15. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  16. package/fesm2022/acorex-platform-layout-views.mjs +171 -372
  17. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
  18. package/fesm2022/acorex-platform-layout-widget-core.mjs +103 -3
  19. package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
  20. package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-J0zcGKBX.mjs +116 -0
  21. package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-J0zcGKBX.mjs.map +1 -0
  22. package/fesm2022/acorex-platform-layout-widgets.mjs +6 -11
  23. package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
  24. package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs → acorex-platform-themes-default-entity-master-single-view.component-Br9p5aXT.mjs} +3 -2
  25. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-Br9p5aXT.mjs.map +1 -0
  26. package/fesm2022/acorex-platform-themes-default.mjs +52 -643
  27. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  28. package/fesm2022/acorex-platform-workflow.mjs +8 -5
  29. package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
  30. package/package.json +1 -1
  31. package/types/acorex-platform-common.d.ts +1056 -337
  32. package/types/acorex-platform-contracts.d.ts +4 -1679
  33. package/types/acorex-platform-core.d.ts +181 -92
  34. package/types/acorex-platform-layout-components.d.ts +1 -2
  35. package/types/acorex-platform-layout-entity.d.ts +221 -99
  36. package/types/acorex-platform-layout-views.d.ts +5 -39
  37. package/types/acorex-platform-layout-widget-core.d.ts +3 -2
  38. package/types/acorex-platform-layout-widgets.d.ts +4 -11
  39. package/types/acorex-platform-themes-default.d.ts +57 -120
  40. package/types/acorex-platform-workflow.d.ts +18 -5
  41. package/fesm2022/acorex-platform-common-common-settings.provider-ChoT4m4k.mjs.map +0 -1
  42. package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-CFyfix31.mjs +0 -513
  43. package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-CFyfix31.mjs.map +0 -1
  44. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs.map +0 -1
@@ -1,17 +1,14 @@
1
1
  import * as _acorex_platform_core from '@acorex/platform/core';
2
- import { AXPExecuteCommandResult, AXPQueryRequest, AXPMetaData, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPGridLayoutOptions, AXPMultiLanguageString, AXPBreadcrumbItem, AXPFilterQuery, AXPFilterDefinition, AXPExecuteCommand, AXPPagedListResult, AXPEntityOp, AXPMiddlewareErrorResponse, AXHighlightService, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem, AXPFileListItem, AXPExpressionEvaluatorService, AXPContextEvalFactory, 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';
6
- import * as _acorex_platform_contracts from '@acorex/platform/contracts';
7
- import { AXPRecordWorkflowInfo, AXPEntityDetailDto, AXPEntityModel, AXPEntityListItemDto, AXPEntityCreateDto, AXPEntityUpdateDto, AXPCategoryEntity } from '@acorex/platform/contracts';
8
- export { AXPAuditEvent, AXPEntityCreateDto, AXPEntityDataSourceKeys, AXPEntityDetailDto, AXPEntityListItemDto, AXPEntityModel, AXPEntityOutputDto, AXPEntityUpdateDto, AXPMockDto, AXPRecordAuditInfo, AXPRecordOwnershipInfo, AXPRecordStateInfo, AXPRecordWorkflowInfo, collectNestedCreateHiddenProperties, entityDetailsCreateActions, entityDetailsCreateActionsDeferredParent, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterEditAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, mergeForeignKeyFieldIntoCreateActions } from '@acorex/platform/contracts';
9
- import { AXPopoverComponent } from '@acorex/components/popover';
10
6
  import * as i4 from '@acorex/platform/layout/widget-core';
11
7
  import { AXPWidgetNode, AXPWidgetColumnNode, AXPWidgetCoreService, AXPColumnWidgetComponent, AXPValueWidgetComponent, AXPWidgetConfig, AXPWidgetRendererDirective, AXPWidgetCoreElementAPI } from '@acorex/platform/layout/widget-core';
12
8
  import { AXPPreloadFiltersApplyEvent, AXPColumnItemListItem, AXPDataSelectorRowActionsHandler, AXPCategoryTreeDataSource, AXPDataSelectorAllowCreate } from '@acorex/platform/layout/components';
13
9
  import { AXPPageLayoutBaseComponent } from '@acorex/platform/layout/views';
14
- 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';
10
+ 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, AXPCategoryEntity, AXPEntityPropertyGroup, AXPEntityMasterCreateLayoutView, AXPEntityMasterUpdateLayoutView, AXPEntityMasterSingleLayoutView, AXPEntityMasterListView, AXPEntityDetailListView, AXPQueryFilter, AXCFileUploaderCapabilities, AXCFileUploaderAction } from '@acorex/platform/common';
15
12
  export { AXPEntityDefinitionCrudService, AXP_ENTITY_DEFINITION_CRUD_SERVICE } from '@acorex/platform/domain';
16
13
  import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption, AXDataSourceSortOption, AXValueChangedEvent, AXClickEvent, AXFocusEvent, AXHtmlEvent } from '@acorex/cdk/common';
17
14
  import * as i1 from '@angular/router';
@@ -32,6 +29,7 @@ import * as _acorex_core_translation from '@acorex/core/translation';
32
29
  import { AXTranslationService } from '@acorex/core/translation';
33
30
  import { AXPProviderSelectWidgetEditBase, AXPDataListWidgetComponentOptions } from '@acorex/platform/layout/widgets';
34
31
  import * as _acorex_platform_layout_entity from '@acorex/platform/layout/entity';
32
+ import { AXPopoverComponent } from '@acorex/components/popover';
35
33
  import { AXFileService } from '@acorex/core/file';
36
34
 
37
35
  declare class AXPCreateEntityCommand implements AXPCommand<any, any> {
@@ -117,9 +115,6 @@ declare class AXPUpdateEntityCommand implements AXPCommand<any, any> {
117
115
  private readonly entityService;
118
116
  private readonly toastService;
119
117
  private readonly translationService;
120
- private readonly formatService;
121
- private readonly expressionEvaluator;
122
- private readonly contextEvalFactory;
123
118
  private readonly eventService;
124
119
  execute(input: any): Promise<AXPExecuteCommandResult<any>>;
125
120
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPUpdateEntityCommand, never>;
@@ -130,11 +125,7 @@ declare class AXPViewEntityDetailsCommand implements AXPCommand<any, any> {
130
125
  private readonly entityForm;
131
126
  private readonly entityService;
132
127
  private readonly translationService;
133
- private readonly expressionEvaluator;
134
- private readonly contextEvalFactory;
135
128
  execute(input: any): Promise<AXPExecuteCommandResult<any>>;
136
- private resolveDialogTitle;
137
- private loadRecordContext;
138
129
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPViewEntityDetailsCommand, never>;
139
130
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPViewEntityDetailsCommand>;
140
131
  }
@@ -161,6 +152,11 @@ declare class AXPOpenEntityDetailsCommand implements AXPCommand<AXPOpenEntityDet
161
152
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPOpenEntityDetailsCommand>;
162
153
  }
163
154
 
155
+ /** Platform entity layout datasource registry names. */
156
+ declare const AXPEntityDataSourceKeys: {
157
+ readonly Entities: "entities";
158
+ };
159
+
164
160
  declare const AXPEntityEventsKeys: {
165
161
  REFRESH_LAYOUT: string;
166
162
  REFRESH_DATA: string;
@@ -208,6 +204,80 @@ interface AXPEntityAggregateOptions {
208
204
  pageSize?: number;
209
205
  }
210
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
+ }
211
281
  /** Entity query filter field for {@link AXPRecordWorkflowInfo.instanceId}. */
212
282
  declare const AXP_RECORD_WORKFLOW_INFO_INSTANCE_ID_FIELD: "workflowInfo.instanceId";
213
283
  /** Entity query filter field for {@link AXPRecordWorkflowInfo.correlationId}. */
@@ -229,14 +299,42 @@ declare function buildAXPRecordWorkflowInfo(params: {
229
299
  correlationId?: string | null;
230
300
  pinnedVersion?: number | null;
231
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
+ }
232
331
 
233
332
  declare class AXPEntityDetailPopoverComponent {
234
333
  private readonly commandService;
235
334
  private readonly queryService;
236
335
  private readonly formatService;
237
336
  private readonly translation;
238
- private readonly expressionEvaluator;
239
- private readonly contextEvalFactory;
337
+ private readonly changeDetectorRef;
240
338
  entity: _angular_core.InputSignal<string>;
241
339
  entityId: _angular_core.InputSignal<string | number>;
242
340
  textField: _angular_core.InputSignal<string>;
@@ -244,15 +342,12 @@ declare class AXPEntityDetailPopoverComponent {
244
342
  displayTitle: _angular_core.InputSignal<string>;
245
343
  item: _angular_core.InputSignal<AXPMetaData | undefined>;
246
344
  breadcrumb: _angular_core.InputSignal<string | null>;
247
- protected detailPopover: _angular_core.Signal<AXPopoverComponent | undefined>;
345
+ requestClose: _angular_core.InputSignal<(() => void) | undefined>;
248
346
  protected entityDetails: _angular_core.WritableSignal<any>;
249
347
  protected isLoadingDetails: _angular_core.WritableSignal<boolean>;
250
- protected isDetailPopoverOpen: _angular_core.WritableSignal<boolean>;
251
- private headerTitleVersion;
252
348
  /** Placeholder rows for the loading skeleton (matches typical property count). */
253
349
  protected readonly loadingSkeletonRows: readonly [1, 2, 3, 4, 5];
254
- protected readonly headerTitle: _angular_core.WritableSignal<string>;
255
- constructor();
350
+ protected readonly headerTitle: _angular_core.Signal<string>;
256
351
  /**
257
352
  * Stable list of property widgets for the template. Must be a signal (computed), not a method:
258
353
  * calling a method from the template rebuilds nodes every CD cycle and can make the widget renderer loop.
@@ -262,18 +357,10 @@ declare class AXPEntityDetailPopoverComponent {
262
357
  title: string;
263
358
  node: AXPWidgetNode;
264
359
  }[]>;
265
- /**
266
- * Show the entity detail popover
267
- */
268
- show(target: ElementRef | HTMLElement): Promise<void>;
269
- /**
270
- * Hide the entity detail popover
271
- */
272
- hide(): void;
273
- protected onDetailPopoverOpenChange(event: any): void;
360
+ /** Loads entity details after the overlay panel is created. */
361
+ loadDetails(): Promise<void>;
274
362
  protected navigateToDetails(): Promise<void>;
275
- private resolveHeaderTitle;
276
- private resolveLookupDisplayLabelAsync;
363
+ private resolveLookupDisplayLabel;
277
364
  /**
278
365
  * Returns true if a value is meaningful for display (non-empty/non-null).
279
366
  */
@@ -296,7 +383,7 @@ declare class AXPEntityDetailPopoverComponent {
296
383
  */
297
384
  private resolveDataPath;
298
385
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityDetailPopoverComponent, never>;
299
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityDetailPopoverComponent, "axp-entity-detail-popover", never, { "entity": { "alias": "entity"; "required": true; "isSignal": true; }; "entityId": { "alias": "entityId"; "required": true; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "displayTitle": { "alias": "displayTitle"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
386
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityDetailPopoverComponent, "axp-entity-detail-popover", never, { "entity": { "alias": "entity"; "required": true; "isSignal": true; }; "entityId": { "alias": "entityId"; "required": true; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "displayTitle": { "alias": "displayTitle"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; "requestClose": { "alias": "requestClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
300
387
  }
301
388
 
302
389
  interface AXPEntityDetailPopoverOptions {
@@ -309,34 +396,46 @@ interface AXPEntityDetailPopoverOptions {
309
396
  breadcrumb?: string;
310
397
  }
311
398
  declare class AXPEntityDetailPopoverService {
312
- private readonly applicationRef;
313
- private readonly environmentInjector;
314
- private activePopoverRef;
399
+ private readonly overlayService;
400
+ private readonly platform;
401
+ private readonly localeService;
402
+ private readonly document;
403
+ private readonly router;
404
+ private overlayRef;
405
+ private componentRef;
406
+ private outsideClickHandler;
407
+ private keydownHandler;
408
+ private routerSubscription;
315
409
  /**
316
- * Show entity detail popover
317
- * @param target - The target element to position the popover
318
- * @param options - Configuration options for the popover
410
+ * Show entity detail popover anchored to the target element.
319
411
  */
320
412
  show(target: ElementRef | HTMLElement, options: AXPEntityDetailPopoverOptions): Promise<void>;
321
- /**
322
- * Hide the active popover
323
- */
413
+ /** Hide the active popover */
324
414
  hide(): void;
325
- /**
326
- * Check if a popover is currently active
327
- */
415
+ /** Whether a popover is currently active */
328
416
  get isActive(): boolean;
417
+ private resolveAnchorElement;
418
+ /** Mirror popover placement for RTL so the panel aligns with the anchor's inline-start edge. */
419
+ private resolveOverlayPlacement;
420
+ private resolveOverlayOffsetX;
421
+ private isRtlContext;
422
+ private bindDismissHandlers;
423
+ /** Ignore clicks on the anchor, overlay panel, or nested dropdown menus. */
424
+ private isInsideInteractiveSurface;
425
+ private removeDismissHandlers;
426
+ private handleOverlayDisposed;
329
427
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityDetailPopoverService, never>;
330
428
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityDetailPopoverService>;
331
429
  }
332
430
 
333
431
  declare class AXPEntityPreloadFiltersContainerComponent extends AXPPageLayoutBaseComponent {
334
432
  private readonly route;
433
+ private readonly router;
335
434
  private readonly entityService;
336
435
  private readonly filterOperatorMiddleware;
337
436
  protected readonly noMatchText: _angular_core.WritableSignal<string | null>;
338
437
  private vm;
339
- preloadFiltersDef: _angular_core.Signal<_acorex_platform_contracts.AXPFilterDefinition[]>;
438
+ preloadFiltersDef: _angular_core.Signal<_acorex_platform_core.AXPFilterDefinition[]>;
340
439
  hasNoRequiredFilters: _angular_core.Signal<boolean>;
341
440
  protected getPageTitle(): string;
342
441
  protected getPageDescription(): string | null;
@@ -448,7 +547,7 @@ declare class AXPEntityListViewCardFieldViewModel {
448
547
  name: string;
449
548
  title: string;
450
549
  visible: string | boolean;
451
- layout: _acorex_platform_contracts.AXPEntityPropertyLayoutConfig | undefined;
550
+ layout: _acorex_platform_common.AXPEntityPropertyLayoutConfig | undefined;
452
551
  display: string;
453
552
  isBadgeDisplay: boolean;
454
553
  badgeColor: string | undefined;
@@ -586,7 +685,7 @@ declare class AXPEntityCreateViewSectionViewModel {
586
685
  private entity;
587
686
  private section;
588
687
  constructor(entity: AXPEntity, section: AXPEntitySectionView);
589
- group: _acorex_platform_contracts.AXPEntityPropertyGroup;
688
+ group: _acorex_platform_common.AXPEntityPropertyGroup;
590
689
  name: _angular_core.WritableSignal<string>;
591
690
  title: _angular_core.Signal<string>;
592
691
  description: _angular_core.Signal<string | null | undefined>;
@@ -662,9 +761,9 @@ declare class AXPEntityMasterListViewQueryViewModel {
662
761
  constructor(entity: AXPEntity, section: AXPEntityMasterListViewModel, view: AXPQueryView);
663
762
  name: string;
664
763
  title: string;
665
- sorts: _acorex_platform_contracts.AXPQuerySort[];
764
+ sorts: _acorex_platform_common.AXPQuerySort[];
666
765
  columns: string[];
667
- conditions: _acorex_platform_contracts.AXPQueryFilter[];
766
+ conditions: _acorex_platform_common.AXPQueryFilter[];
668
767
  indexCol: boolean | undefined;
669
768
  pageSize: number | undefined;
670
769
  }
@@ -679,7 +778,6 @@ declare class AXPEntityMasterListViewModel {
679
778
  private readonly settings;
680
779
  private readonly widgetResolver;
681
780
  private readonly expressionEvaluator;
682
- private readonly contextEvalFactory;
683
781
  private readonly translation;
684
782
  private readonly commandService;
685
783
  private readonly eventService;
@@ -760,8 +858,7 @@ declare class AXPEntityMasterListViewModel {
760
858
  switchListLayout(): AXPEntityMasterListLayoutType;
761
859
  private resolveActiveListLayout;
762
860
  private applyListLayoutFromSettings;
763
- private createLogicExpressionScope;
764
- private createDisplayExpressionScope;
861
+ private createExpressionScope;
765
862
  private resolveCommandNameExpression;
766
863
  private resolveTitleExpression;
767
864
  /**
@@ -949,7 +1046,7 @@ declare class AXPEntityMasterSingleViewGroupViewModel {
949
1046
  private entity;
950
1047
  private section;
951
1048
  constructor(entity: AXPEntity, section: AXPEntitySectionView);
952
- group: _acorex_platform_contracts.AXPEntityPropertyGroup;
1049
+ group: _acorex_platform_common.AXPEntityPropertyGroup;
953
1050
  name: _angular_core.WritableSignal<string>;
954
1051
  isLoading: _angular_core.WritableSignal<boolean>;
955
1052
  title: _angular_core.Signal<string>;
@@ -1022,7 +1119,7 @@ declare class AXPEntityUpdateViewSectionViewModel {
1022
1119
  private entity;
1023
1120
  private section;
1024
1121
  constructor(entity: AXPEntity, section: AXPEntitySectionView);
1025
- group: _acorex_platform_contracts.AXPEntityPropertyGroup;
1122
+ group: _acorex_platform_common.AXPEntityPropertyGroup;
1026
1123
  name: _angular_core.WritableSignal<string>;
1027
1124
  title: _angular_core.Signal<string>;
1028
1125
  description: _angular_core.Signal<string | null | undefined>;
@@ -1100,8 +1197,8 @@ interface AXPEntityModifierContext {
1100
1197
  set(newKey: string | undefined): AXPEntityModifierContext;
1101
1198
  };
1102
1199
  category: {
1103
- get(): AXPEntityCategoryPlugin | undefined;
1104
- update(updater: (cat: AXPEntityCategoryPlugin | undefined) => AXPEntityCategoryPlugin): AXPEntityModifierContext;
1200
+ get(): AXPCategoryEntity | undefined;
1201
+ update(updater: (cat: AXPCategoryEntity | undefined) => AXPCategoryEntity): AXPEntityModifierContext;
1105
1202
  };
1106
1203
  properties: {
1107
1204
  list(): AXPEntityProperty[];
@@ -1394,7 +1491,10 @@ declare function runEntityQuery<T = unknown>(entityName: string, request: AXPQue
1394
1491
 
1395
1492
  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> {
1396
1493
  abstract get dbName(): string;
1397
- abstract initial(entityName: string, collection: TCreateDto[]): Promise<TCreateDto[]>;
1494
+ abstract initial(entityName: string, collection: TCreateDto[], options?: {
1495
+ mergeType?: 'merge' | 'replace';
1496
+ uniqueKeys?: string[];
1497
+ }): Promise<TCreateDto[]>;
1398
1498
  abstract getOne(entityName: string, id: TKey): Promise<TDetailDto>;
1399
1499
  abstract updateOne(entityName: string, id: TKey, keyValues: Omit<Partial<TUpdateDto>, 'id'>): Promise<TDetailDto>;
1400
1500
  abstract deleteOne(entityName: string, id: TKey): Promise<void>;
@@ -1477,7 +1577,7 @@ declare class AXMEntityCrudServiceImpl<TKey, TDetailDto extends AXPEntityDetailD
1477
1577
  categoryId: TKey;
1478
1578
  categoryKey?: string;
1479
1579
  }): Promise<AXPPagedListResult<TListItemDto>>;
1480
- getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity<TKey>>>;
1580
+ getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity$1<TKey>>>;
1481
1581
  get storageService(): AXPEntityStorageService<any, any, any, any, any>;
1482
1582
  count(request: Pick<AXPQueryRequest, 'filter' | 'sort'>): Promise<number>;
1483
1583
  queryAll(request: Pick<AXPQueryRequest, 'filter' | 'sort'>, options?: AXPEntityQueryAllOptions): Promise<AXPEntityQueryAllResult<TListItemDto>>;
@@ -1589,7 +1689,7 @@ declare class EntityDataAccessor<TKey = any, TDetailDto extends AXPEntityDetailD
1589
1689
  * Queries category entities linked to this entity (`{module}.{entity}Category`).
1590
1690
  * Falls back to CRUD category storage (same as {@link AXMEntityCrudServiceImpl.getCategoriesList}).
1591
1691
  */
1592
- getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity<TKey>>>;
1692
+ getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity$1<TKey>>>;
1593
1693
  /**
1594
1694
  * Creates a new entity.
1595
1695
  * @param data - The entity data to create
@@ -2120,7 +2220,10 @@ declare class AXPMiddlewareEntityStorageService<TKey = any, TDetailDto extends A
2120
2220
  private compose;
2121
2221
  private run;
2122
2222
  private createCtx;
2123
- initial(entityName: string, collection: TCreateDto[]): Promise<TCreateDto[]>;
2223
+ initial(entityName: string, collection: TCreateDto[], options?: {
2224
+ mergeType?: 'merge' | 'replace';
2225
+ uniqueKeys?: string[];
2226
+ }): Promise<TCreateDto[]>;
2124
2227
  getOne(entityName: string, id: TKey): Promise<TDetailDto>;
2125
2228
  updateOne(entityName: string, id: TKey, keyValues: Omit<Partial<TUpdateDto>, 'id'>): Promise<TDetailDto>;
2126
2229
  deleteOne(entityName: string, id: TKey): Promise<void>;
@@ -2140,6 +2243,42 @@ declare class AXPMiddlewareEntityStorageService<TKey = any, TDetailDto extends A
2140
2243
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPMiddlewareEntityStorageService<any, any, any, any, any>>;
2141
2244
  }
2142
2245
 
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[];
2143
2282
  type AXPEntityChangeSet = {
2144
2283
  [key: string]: {
2145
2284
  oldValue: any;
@@ -2396,7 +2535,7 @@ declare class AXPEntityCategoryWidgetColumnComponent extends AXPColumnWidgetComp
2396
2535
  private efDisplay;
2397
2536
  protected visibleItems: _angular_core.Signal<any[]>;
2398
2537
  protected columnItems: _angular_core.Signal<AXPColumnItemListItem[]>;
2399
- protected showItemDetail(item: any, index: number): Promise<void>;
2538
+ protected showItemDetail(item: any, index: number, anchor?: HTMLElement): Promise<void>;
2400
2539
  protected handleItemClick(listItem: AXPColumnItemListItem): void;
2401
2540
  protected getItemPath(item: any): string[];
2402
2541
  protected hasParent(item: any): boolean;
@@ -2906,7 +3045,7 @@ declare class AXPFileListComponent implements OnInit, OnDestroy {
2906
3045
  /** When false, links look omits the label (e.g. popover body). */
2907
3046
  showLabel: _angular_core.InputSignal<boolean>;
2908
3047
  /** `inline`: label + divider; `menu`: compact list for popovers/panels. */
2909
- linksLayout: _angular_core.InputSignal<"inline" | "menu">;
3048
+ linksLayout: _angular_core.InputSignal<"menu" | "inline">;
2910
3049
  files: _angular_core.InputSignal<AXPFileListItem[]>;
2911
3050
  plugins: _angular_core.InputSignal<{
2912
3051
  name: string;
@@ -3311,26 +3450,14 @@ declare function resolveLookupDisplayTemplate(entity: AXPEntity | null | undefin
3311
3450
  * Priority: explicit `textField` → entity `formats.lookup` (simple path) → common property names.
3312
3451
  */
3313
3452
  declare function resolveLookupDisplayField(entity: AXPEntity | null | undefined, options: AXPLookupDisplayOptions): string;
3314
- interface AXPLookupDisplayEvalDeps {
3315
- expressionEvaluator: AXPExpressionEvaluatorService;
3316
- contextEvalFactory: AXPContextEvalFactory;
3317
- translationService: AXTranslationService;
3318
- locale: string;
3319
- }
3320
3453
  /**
3321
- * Formats a lookup row for display using template and/or field resolution (display tier).
3322
- */
3323
- declare function formatLookupItemDisplayAsync(item: unknown, entity: AXPEntity | null | undefined, options: AXPLookupDisplayOptions, formatService: AXFormatService, displayDeps: AXPLookupDisplayEvalDeps, resolveMultiLanguage?: (value: AXPMultiLanguageString) => string): Promise<string>;
3324
- /**
3325
- * @deprecated Prefer {@link formatLookupItemDisplayAsync} for expression templates with `context.eval`.
3454
+ * Formats a lookup row for display using template and/or field resolution.
3326
3455
  */
3327
3456
  declare function formatLookupItemDisplay(item: unknown, entity: AXPEntity | null | undefined, options: AXPLookupDisplayOptions, formatService: AXFormatService, resolveMultiLanguage?: (value: AXPMultiLanguageString) => string): string | AXPMultiLanguageString;
3328
3457
 
3329
3458
  declare class AXPLookupWidgetViewComponent extends AXPValueWidgetComponent<any> {
3330
3459
  protected readonly formatService: AXFormatService;
3331
3460
  protected readonly translation: AXTranslationService;
3332
- protected readonly expressionEvaluator: AXPExpressionEvaluatorService;
3333
- protected readonly contextEvalFactory: AXPContextEvalFactory;
3334
3461
  protected readonly entityResolver: AXPEntityDefinitionRegistryService;
3335
3462
  protected entity: _angular_core.Signal<string>;
3336
3463
  protected multiple: _angular_core.Signal<boolean>;
@@ -3610,7 +3737,7 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
3610
3737
  protected allowUnselect: _angular_core.Signal<boolean>;
3611
3738
  protected look: _angular_core.Signal<AXPLookupWidgetLookType>;
3612
3739
  protected displayField: _angular_core.Signal<string>;
3613
- protected allowCreate: _angular_core.Signal<"full" | "none" | "quick">;
3740
+ protected allowCreate: _angular_core.Signal<"none" | "full" | "quick">;
3614
3741
  protected selectorRowActions: _angular_core.Signal<AXPLookupSelectorRowActionsConfig | undefined>;
3615
3742
  protected valueField: _angular_core.Signal<string>;
3616
3743
  protected displayFormat: _angular_core.Signal<string | undefined>;
@@ -3655,8 +3782,6 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
3655
3782
  private readonly entityService;
3656
3783
  private readonly entityResolver;
3657
3784
  private readonly queryExecutor;
3658
- private readonly expressionEvaluator;
3659
- private readonly contextEvalFactory;
3660
3785
  protected moreButton: _angular_core.Signal<ElementRef<any> | undefined>;
3661
3786
  protected lazyTrigger: _angular_core.Signal<ElementRef<any> | undefined>;
3662
3787
  protected morePopover: _angular_core.Signal<AXPopoverComponent | undefined>;
@@ -3683,14 +3808,9 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
3683
3808
  protected resolveError: _angular_core.WritableSignal<string | null>;
3684
3809
  protected summaryLabel: _angular_core.WritableSignal<string>;
3685
3810
  protected popoverHeader: _angular_core.WritableSignal<string>;
3686
- protected mainItemLabels: _angular_core.WritableSignal<string[]>;
3687
- protected lazyPopoverItemLabels: _angular_core.WritableSignal<string[]>;
3688
3811
  private entityDef;
3689
3812
  private hydratedDisplayItems;
3690
3813
  private hydrateRequestId;
3691
- private mainLabelsVersion;
3692
- private lazyPopoverLabelsVersion;
3693
- protected popoverItemLabels: _angular_core.Signal<string[]>;
3694
3814
  protected displayItems: _angular_core.Signal<any[]>;
3695
3815
  protected allItems: _angular_core.Signal<any[]>;
3696
3816
  protected visibleItems: _angular_core.Signal<any[]>;
@@ -3704,24 +3824,31 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
3704
3824
  protected showMoreItems(): void;
3705
3825
  protected openLazyPopover(): void;
3706
3826
  protected onPopoverOpenChange(event: unknown): void;
3707
- protected showItemDetail(item: any, index: number): Promise<void>;
3708
- protected handleItemClick(index: number): void;
3709
- protected handleResolvedItemClick(index: number): void;
3710
- protected handlePopoverItemClick(index: number): void;
3827
+ protected showItemDetail(item: any, index: number, anchor?: HTMLElement): Promise<void>;
3828
+ protected handleItemClick(index: number, event: Event): void;
3829
+ protected handleResolvedItemClick(index: number, event: Event): void;
3830
+ protected handlePopoverItemClick(index: number, _event: Event): void;
3711
3831
  /**
3712
3832
  * True when the cell can render without fetching row data via byKey.
3713
3833
  * Uses textField / expose targets on the row — not merely whether column dataPath differs from columnName.
3714
3834
  */
3715
3835
  protected hasPreresolvedDisplay(): boolean;
3716
- protected getItemLabel(index: number): string;
3717
- protected getPopoverItemLabel(index: number): string;
3718
- private resolveLabelsForItems;
3719
- private resolveItemLabel;
3836
+ protected getDisplayRaw(item: any): string;
3720
3837
  private refreshSummaryLabel;
3721
3838
  private refreshPopoverHeader;
3722
3839
  private resetLazyState;
3723
3840
  private openPopoverFromRef;
3724
3841
  private closeMorePopover;
3842
+ /** Prefer the clicked inline item as anchor; fall back to the column host. */
3843
+ private resolvePopoverAnchor;
3844
+ /**
3845
+ * Stable anchor for entity detail when opened from the more-items list.
3846
+ * Clicks inside ax-popover overlay use elements that are removed/hidden on close.
3847
+ */
3848
+ private resolveMorePopoverDetailAnchor;
3849
+ /** Ensures the detail popover anchor stays in the layout after the more popover closes. */
3850
+ private resolveStableDetailAnchor;
3851
+ private isInsideMorePopover;
3725
3852
  private ensureLazyItemsLoaded;
3726
3853
  /**
3727
3854
  * ax-popover may emit a boolean, CustomEvent with detail, or a DOM Event depending on version.
@@ -3739,6 +3866,7 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
3739
3866
  private getRowDisplayTextFromTextField;
3740
3867
  private getExposeTargets;
3741
3868
  private hasDisplayTextOnLookupValue;
3869
+ private renderLookupLabel;
3742
3870
  private formatDisplayValue;
3743
3871
  /** True when a scalar cell value is a stored entity key (uuid/numeric), not pre-resolved display text. */
3744
3872
  private isLikelyEntityId;
@@ -4307,9 +4435,6 @@ declare class AXPQuickEntityModifyPopupAction extends AXPWorkflowAction {
4307
4435
  private popupService;
4308
4436
  private platform;
4309
4437
  private translateService;
4310
- private formatService;
4311
- private expressionEvaluator;
4312
- private contextEvalFactory;
4313
4438
  private entityRegistery;
4314
4439
  private config;
4315
4440
  private factory;
@@ -4342,9 +4467,6 @@ declare class AXPEntityModifySectionPopupAction extends AXPWorkflowAction {
4342
4467
  private popupService;
4343
4468
  private platform;
4344
4469
  private translateService;
4345
- private formatService;
4346
- private expressionEvaluator;
4347
- private contextEvalFactory;
4348
4470
  private entityRegistery;
4349
4471
  private config;
4350
4472
  private factory;
@@ -4386,5 +4508,5 @@ declare class AXPShowListViewAction extends AXPWorkflowAction {
4386
4508
  }
4387
4509
  declare const AXPShowListViewWorkflow: AXPWorkflow;
4388
4510
 
4389
- 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, collectNestedFieldPathsFromEntityColumns, collectQuickSearchPathsFromSingleEntityDefinition, 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, getRecordWorkflowCorrelationId, getRecordWorkflowInstanceId, 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 };
4390
- export type { AXPCollectEntityQuickSearchPathsResolver, AXPDataSeeder, AXPEntityActionPlugin, AXPEntityAggregateMeasure, AXPEntityAggregateOptions, AXPEntityAggregateReducerType, AXPEntityAggregateRequest, AXPEntityAggregateResult, 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, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, 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, 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 };
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, 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 };
4512
+ 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 };