@acorex/platform 21.0.0-next.88 → 21.0.0-next.90

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 (55) hide show
  1. package/fesm2022/acorex-platform-auth.mjs +8 -2
  2. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  3. package/fesm2022/{acorex-platform-common-common-settings.provider-VfmZct9H.mjs → acorex-platform-common-common-settings.provider-DilV4dql.mjs} +15 -42
  4. package/fesm2022/acorex-platform-common-common-settings.provider-DilV4dql.mjs.map +1 -0
  5. package/fesm2022/acorex-platform-common.mjs +3299 -3200
  6. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  7. package/fesm2022/acorex-platform-contracts.mjs +1 -0
  8. package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
  9. package/fesm2022/acorex-platform-core.mjs +643 -30
  10. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  11. package/fesm2022/acorex-platform-layout-builder.mjs +98 -189
  12. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  13. package/fesm2022/{acorex-platform-layout-components-binding-expression-editor-popup.component-CXEdvDTf.mjs → acorex-platform-layout-components-binding-expression-editor-popup.component-RttFwaw9.mjs} +17 -4
  14. package/fesm2022/acorex-platform-layout-components-binding-expression-editor-popup.component-RttFwaw9.mjs.map +1 -0
  15. package/fesm2022/acorex-platform-layout-components.mjs +125 -26
  16. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  17. package/fesm2022/acorex-platform-layout-designer.mjs +4 -4
  18. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  19. package/fesm2022/acorex-platform-layout-entity-contracts.mjs +106 -12
  20. package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -1
  21. package/fesm2022/acorex-platform-layout-entity.mjs +512 -155
  22. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  23. package/fesm2022/acorex-platform-layout-views.mjs +921 -173
  24. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
  25. package/fesm2022/acorex-platform-layout-widget-core.mjs +380 -103
  26. package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
  27. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-D4MOHEpI.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs} +2 -2
  28. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-D4MOHEpI.mjs.map → acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs.map} +1 -1
  29. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-CntopmDS.mjs} +2 -2
  30. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs.map → acorex-platform-layout-widgets-tabular-data-view-popup.component-CntopmDS.mjs.map} +1 -1
  31. package/fesm2022/acorex-platform-layout-widgets.mjs +575 -239
  32. package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
  33. package/fesm2022/acorex-platform-themes-default.mjs +232 -25
  34. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  35. package/fesm2022/{acorex-platform-themes-shared-settings.provider-BUwPqwUS.mjs → acorex-platform-themes-shared-settings.provider-UyKdkeyk.mjs} +48 -1
  36. package/fesm2022/acorex-platform-themes-shared-settings.provider-UyKdkeyk.mjs.map +1 -0
  37. package/fesm2022/acorex-platform-themes-shared.mjs +103 -24
  38. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  39. package/package.json +1 -1
  40. package/types/acorex-platform-auth.d.ts +1 -0
  41. package/types/acorex-platform-common.d.ts +202 -151
  42. package/types/acorex-platform-contracts.d.ts +1 -0
  43. package/types/acorex-platform-core.d.ts +162 -7
  44. package/types/acorex-platform-layout-builder.d.ts +10 -20
  45. package/types/acorex-platform-layout-components.d.ts +14 -1
  46. package/types/acorex-platform-layout-entity-contracts.d.ts +31 -2
  47. package/types/acorex-platform-layout-entity.d.ts +91 -16
  48. package/types/acorex-platform-layout-views.d.ts +107 -20
  49. package/types/acorex-platform-layout-widget-core.d.ts +71 -9
  50. package/types/acorex-platform-layout-widgets.d.ts +48 -26
  51. package/types/acorex-platform-themes-default.d.ts +60 -6
  52. package/types/acorex-platform-themes-shared.d.ts +4 -0
  53. package/fesm2022/acorex-platform-common-common-settings.provider-VfmZct9H.mjs.map +0 -1
  54. package/fesm2022/acorex-platform-layout-components-binding-expression-editor-popup.component-CXEdvDTf.mjs.map +0 -1
  55. package/fesm2022/acorex-platform-themes-shared-settings.provider-BUwPqwUS.mjs.map +0 -1
@@ -1,16 +1,16 @@
1
+ import { AXPEntityListFilterDefinition, AXPEntityListSortableField, AXPEntityAggregateRequest, AXPEntityDetailDto, AXPEntityModel, AXPEntityListItemDto, AXPEntityCreateDto, AXPEntityUpdateDto, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityAggregateOptions, AXPEntityAggregateResult, AXPEntity as AXPEntity$1 } from '@acorex/platform/layout/entity-contracts';
2
+ export * from '@acorex/platform/layout/entity-contracts';
3
+ export { collectNestedCreateHiddenProperties, entityDetailsCreateActions, entityDetailsCreateActionsDeferredParent, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterEditAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, mergeForeignKeyFieldIntoCreateActions } from '@acorex/platform/layout/entity-contracts';
1
4
  import * as _acorex_platform_contracts from '@acorex/platform/contracts';
2
- import { AXPExecuteCommandResult, AXPMetaData, AXPGridLayoutOptions, AXPMultiLanguageString, AXPBreadcrumbItem, AXPFilterQuery, AXPExecuteCommand, AXPFilterDefinition, AXPPagedListResult, AXPCategoryEntity, AXPEntityOp, AXPMiddlewareErrorResponse, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPFileListItem } from '@acorex/platform/contracts';
5
+ import { AXPExecuteCommandResult, AXPMetaData, AXPGridLayoutOptions, AXPExpression, AXPMultiLanguageString, AXPBreadcrumbItem, AXPFilterQuery, AXPExecuteCommand, AXPFilterDefinition, AXPPagedListResult, AXPCategoryEntity, AXPEntityOp, AXPMiddlewareErrorResponse, AXPColumnQuery, AXPSortDefinition, AXPFileListItem } from '@acorex/platform/contracts';
3
6
  import { AXPCommand, AXPQueryExecutor, AXPCommandService, AXPQuery } from '@acorex/platform/runtime';
4
7
  import * as _angular_core from '@angular/core';
5
8
  import { ElementRef, InjectionToken, Injector, Type, EnvironmentProviders, OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
6
- import { AXPEntityListFilterDefinition, AXPEntityAggregateRequest, AXPEntityDetailDto, AXPEntityModel, AXPEntityListItemDto, AXPEntityCreateDto, AXPEntityUpdateDto, AXPEntityQueryAllOptions, AXPEntityQueryAllResult, AXPEntityAggregateOptions, AXPEntityAggregateResult, AXPEntity as AXPEntity$1 } from '@acorex/platform/layout/entity-contracts';
7
- export * from '@acorex/platform/layout/entity-contracts';
8
- export { collectNestedCreateHiddenProperties, entityDetailsCreateActions, entityDetailsCreateActionsDeferredParent, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterEditAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, mergeForeignKeyFieldIntoCreateActions } from '@acorex/platform/layout/entity-contracts';
9
9
  import * as i4 from '@acorex/platform/layout/widget-core';
10
10
  import { AXPWidgetNode, AXPWidgetColumnNode, AXPWidgetCoreService, AXPColumnWidgetComponent, AXPValueWidgetComponent, AXPWidgetConfig, AXPWidgetRendererDirective, AXPWidgetCoreElementAPI } from '@acorex/platform/layout/widget-core';
11
11
  import { AXPPreloadFiltersApplyEvent, AXPColumnItemListItem, AXPDataSelectorRowActionsHandler, AXPCategoryTreeDataSource, AXPDataSelectorAllowCreate } from '@acorex/platform/layout/components';
12
12
  import { AXPPageLayoutBaseComponent } from '@acorex/platform/layout/views';
13
- import { AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPQueryRequest, AXHighlightService, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem, AXPExpressionEvaluatorService, AXPContextEvalFactory, AXPContextChangeEvent } from '@acorex/platform/core';
13
+ import { AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPQueryRequest, AXHighlightService, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem, AXPContextData, AXPExpressionEvaluatorService, AXPContextEvalFactory, AXPContextStore, AXPContextChangeEvent } from '@acorex/platform/core';
14
14
  import * as _acorex_platform_common from '@acorex/platform/common';
15
15
  import { AXPRelatedEntity, AXPEntityPage, AXPEntityCommandScope, AXPEntity, AXPEntityAction, AXPEntityProperty, AXPEntityTableColumn, AXPCardField, AXPEntityPropertyLayoutConfig, AXPEntitySectionView, AXPEntityPropertyCreateView, AXPQueryView, AXPEntityMasterListLayoutType, AXPEntityMasterListDisplayMode, AXPEntityMasterListLayoutOption, AXPEntityPropertyView, AXPEntityCategoryPlugin, AXPEntityPropertyGroup, AXPEntityMasterCreateLayoutView, AXPEntityMasterUpdateLayoutView, AXPEntityMasterSingleLayoutView, AXPEntityMasterListView, AXPEntityDetailListView, AXCFileUploaderCapabilities, AXCFileUploaderAction, AXPQueryFilter } from '@acorex/platform/common';
16
16
  export { AXPEntityDefinitionCrudService, AXP_ENTITY_DEFINITION_CRUD_SERVICE } from '@acorex/platform/domain';
@@ -43,6 +43,7 @@ declare class AXPCreateEntityCommand implements AXPCommand<any, any> {
43
43
  private translationService;
44
44
  private settingsService;
45
45
  private openEntityDetailsCommand;
46
+ private workflowEventService;
46
47
  protected context: {};
47
48
  execute(input: any): Promise<AXPExecuteCommandResult<any>>;
48
49
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPCreateEntityCommand, never>;
@@ -297,9 +298,9 @@ declare class AXPEntitiesListDataSourceDefinition implements AXPDataSourceDefini
297
298
 
298
299
  /**
299
300
  * Built-in entity detail tabs from plugins. Sidebar order (after related page-list / page-detail
300
- * tabs): meta-data-builder → attachments → documents → comments → history.
301
+ * tabs): meta-data-builder → attachments → documents → comments → dashboard → history.
301
302
  */
302
- type EntityDetailPluginPageSlot = 'meta-data-builder' | 'attachments' | 'documents' | 'comments' | 'history';
303
+ type EntityDetailPluginPageSlot = 'meta-data-builder' | 'attachments' | 'documents' | 'comments' | 'dashboard' | 'history';
303
304
  /** Identifies an `entity.pages` entry when skipping its order during recomputation. */
304
305
  interface SkipEntityComponentPageRef {
305
306
  componentKey: string;
@@ -367,6 +368,8 @@ declare class AXPEntityCommandTriggerViewModel {
367
368
  items?: AXPEntityCommandTriggerViewModel[];
368
369
  isChild?: boolean;
369
370
  constructor(entity: AXPEntity, action: AXPEntityAction, isChild?: boolean);
371
+ /** Stable trigger id for command lookup and list tracking when {@link AXPEntityAction.name} is omitted. */
372
+ private static buildTriggerName;
370
373
  }
371
374
  declare class AXPEntityListViewColumnViewModel {
372
375
  readonly property: AXPEntityProperty;
@@ -660,6 +663,10 @@ declare class AXPEntityMasterListViewModel {
660
663
  tableLayout: _angular_core.Signal<{
661
664
  enabled?: boolean;
662
665
  columns: AXPEntityTableColumn[];
666
+ cssClass?: {
667
+ row?: AXPExpression;
668
+ cell?: AXPExpression;
669
+ };
663
670
  } | undefined>;
664
671
  cardLayout: _angular_core.Signal<{
665
672
  enabled?: boolean;
@@ -718,6 +725,17 @@ declare class AXPEntityMasterListViewModel {
718
725
  */
719
726
  resolveCardBadgeColor(field: AXPEntityListViewCardFieldViewModel, rowData: unknown): Promise<AXStyleColorType>;
720
727
  private resolveCardBadgeColorValue;
728
+ /**
729
+ * Resolves table row CSS classes from `layouts.table.cssClass.row` for the given row.
730
+ */
731
+ resolveTableRowCssClass(rowData: unknown): Promise<string | undefined>;
732
+ /**
733
+ * Resolves table cell CSS classes from `layouts.table.cssClass.cell` for the given row and column.
734
+ */
735
+ resolveTableCellCssClass(rowData: unknown, columnName: string): Promise<string | undefined>;
736
+ private createTableCssClassExpressionScope;
737
+ private resolveTableCssClassValue;
738
+ private normalizeTableCssClassValue;
721
739
  private resolveTriggerName;
722
740
  setView(viewName?: string | null): Promise<void>;
723
741
  dataSource: AXDataSource<any>;
@@ -772,8 +790,12 @@ declare class AXPEntityMasterListViewModel {
772
790
  filterDefinitions: _angular_core.WritableSignal<AXPEntityListFilterDefinition[]>;
773
791
  inlineFiltersPlaceholders: _angular_core.Signal<string[]>;
774
792
  hasInlineFilters: _angular_core.Signal<boolean>;
793
+ /** Text for data-table cell highlighting (set only after filters are applied). */
794
+ inlineFilterHighlightText: _angular_core.WritableSignal<string>;
775
795
  beardcrumbs: _angular_core.Signal<AXPBreadcrumbItem[]>;
776
796
  private allActions;
797
+ /** Keeps the first action when list definitions repeat the same trigger name. */
798
+ private dedupeActionsByName;
777
799
  /** Flattened actions including children for execute lookup */
778
800
  private flattenedActions;
779
801
  getPrimaryActions(): Promise<AXPEntityCommandTriggerViewModel[]>;
@@ -802,6 +824,10 @@ declare class AXPEntityMasterListViewModel {
802
824
  * Apply filters from query params
803
825
  */
804
826
  applyFiltersFromQueryParams(filtersJson: string | null): boolean;
827
+ /**
828
+ * Loads host and merge-detail related sortable field definitions (async registry resolution).
829
+ */
830
+ loadSortableFields(): Promise<void>;
805
831
  /**
806
832
  * Loads host and merge-detail related filter definitions (async registry resolution).
807
833
  */
@@ -811,6 +837,8 @@ declare class AXPEntityMasterListViewModel {
811
837
  applyViewFilters(): Promise<void>;
812
838
  resetFilters(): void;
813
839
  applyFilterAndSort(): Promise<void>;
840
+ private updateAppliedInlineFilterHighlightText;
841
+ private resolveMergeDetailProperty;
814
842
  private allAvailableColumns;
815
843
  visibleColumnCount: () => number;
816
844
  columns: _angular_core.WritableSignal<AXPEntityListViewColumnViewModel[]>;
@@ -832,6 +860,7 @@ declare class AXPEntityMasterListViewModel {
832
860
  private allAvailableCardFields;
833
861
  cardFields: _angular_core.WritableSignal<AXPEntityListViewCardFieldViewModel[]>;
834
862
  applyCardFields(): void;
863
+ sortableFieldDefinitions: _angular_core.WritableSignal<AXPEntityListSortableField[]>;
835
864
  sortableFields: () => {
836
865
  name: string;
837
866
  title: string;
@@ -1150,6 +1179,10 @@ interface AXPEntityLayoutLike<TSection extends AXPEntityLayoutSectionLike = AXPE
1150
1179
  sections: TSection[];
1151
1180
  properties?: TProperty[];
1152
1181
  }
1182
+ /** Layout order for the shared appearance section (after entity-defined groups). */
1183
+ declare const AXP_APPEARANCE_SECTION_ORDER = 900;
1184
+ /** Layout order for the shared classification section (after appearance). */
1185
+ declare const AXP_CLASSIFICATION_SECTION_ORDER = 910;
1153
1186
  /**
1154
1187
  * Clones `sections` and `properties` arrays to prevent accidental cross-interface mutations.
1155
1188
  * Many entity definitions reuse the same array instances across create/update/single interfaces.
@@ -1316,11 +1349,11 @@ declare function isCategoryFilter(filter: any): boolean;
1316
1349
  * Loads raw rows for an entity and applies the same sorting and filtering as {@link runEntityQuery},
1317
1350
  * without pagination.
1318
1351
  */
1319
- declare function filterSortEntityRows<T = unknown>(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort'>, adapters: RunEntityQueryAdapters<T>): Promise<T[]>;
1352
+ declare function filterSortEntityRows<T = unknown>(entityName: string, request: Pick<AXPQueryRequest, 'filter' | 'sort' | 'params'>, adapters: RunEntityQueryAdapters<T>, sortLocale?: string): Promise<T[]>;
1320
1353
  /**
1321
1354
  * Shared entity query logic: sort, filter (including recursive category filter), childrenCount, pagination.
1322
1355
  */
1323
- declare function runEntityQuery<T = unknown>(entityName: string, request: AXPQueryRequest, adapters: RunEntityQueryAdapters<T>): Promise<AXPPagedListResult<T>>;
1356
+ declare function runEntityQuery<T = unknown>(entityName: string, request: AXPQueryRequest, adapters: RunEntityQueryAdapters<T>, sortLocale?: string): Promise<AXPPagedListResult<T>>;
1324
1357
 
1325
1358
  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> {
1326
1359
  abstract get dbName(): string;
@@ -1494,10 +1527,16 @@ declare class EntityDataAccessor<TKey = any, TDetailDto extends AXPEntityDetailD
1494
1527
  private entityRegistry;
1495
1528
  private queryExecutor;
1496
1529
  private commandService;
1530
+ private injector;
1497
1531
  private crudService;
1498
1532
  private entityDef;
1499
1533
  private entityDefPromise;
1500
- constructor(module: string, entity: string, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService);
1534
+ constructor(module: string, entity: string, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService, injector: Injector);
1535
+ /**
1536
+ * Lazily creates the CRUD fallback inside an injection context so {@link AXMEntityCrudServiceImpl}
1537
+ * can resolve {@link AXPEntityStorageService} via `inject()`.
1538
+ */
1539
+ private ensureCrudService;
1501
1540
  /**
1502
1541
  * Resolves the entity definition lazily and caches it.
1503
1542
  * @returns The resolved entity definition
@@ -1548,9 +1587,10 @@ declare class EntityBuilder {
1548
1587
  private entityRegistry;
1549
1588
  private queryExecutor;
1550
1589
  private commandService;
1590
+ private injector;
1551
1591
  readonly module: string;
1552
1592
  readonly entity: string;
1553
- constructor(module: string, entity: string, sessionService: AXPSessionService, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService);
1593
+ constructor(module: string, entity: string, sessionService: AXPSessionService, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService, injector: Injector);
1554
1594
  /**
1555
1595
  * Creates a path for the entity.
1556
1596
  * @param path - The path segment (defaults to 'list')
@@ -1569,6 +1609,7 @@ declare class AXPEntityService {
1569
1609
  private entityRegistry;
1570
1610
  private queryExecutor;
1571
1611
  private commandService;
1612
+ private injector;
1572
1613
  /**
1573
1614
  * @deprecated Use `withEntity(module, entity).createPath(path)` instead.
1574
1615
  * This method will be removed in a future version.
@@ -2633,7 +2674,7 @@ declare class AXPEntityListToolbarService {
2633
2674
  private createColumnDefinitions;
2634
2675
  /**
2635
2676
  * Create Sort Definitions for Toolbar.
2636
- * Includes entity.properties with sort enabled, plus enriched columns (dotted paths).
2677
+ * Includes host properties and merge-detail related fields with sort enabled.
2637
2678
  */
2638
2679
  private createSortDefinitions;
2639
2680
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityListToolbarService, never>;
@@ -3166,6 +3207,16 @@ declare class AXPFileUploaderWidgetService {
3166
3207
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPFileUploaderWidgetService>;
3167
3208
  }
3168
3209
 
3210
+ interface AXPLookupWidgetCreateOptions {
3211
+ enable?: boolean;
3212
+ context?: AXPContextData;
3213
+ }
3214
+ interface ResolvedLookupCreateOptions {
3215
+ enabled: boolean;
3216
+ mode: 'none' | 'full' | 'quick';
3217
+ context?: AXPContextData;
3218
+ }
3219
+
3169
3220
  type AXPLookupWidgetLookType = 'select' | 'lookup';
3170
3221
  /**
3171
3222
  * How the lookup column resolves related items for display in entity lists.
@@ -3222,6 +3273,10 @@ interface AXPLookupWidgetOptions {
3222
3273
  expose?: string | string[];
3223
3274
  look?: AXPLookupWidgetLookType;
3224
3275
  allowClear?: boolean;
3276
+ /** Inline entity create configuration. */
3277
+ create?: AXPLookupWidgetCreateOptions;
3278
+ /** @deprecated Use create.enable; still supported for create mode (quick/full). */
3279
+ allowCreate?: 'none' | 'full' | 'quick';
3225
3280
  displayFormat?: string;
3226
3281
  /** Column list: entity detail popover behavior. */
3227
3282
  popover?: AXPLookupPopoverOptions;
@@ -3282,6 +3337,9 @@ declare class AXPLookupWidgetViewComponent extends AXPValueWidgetComponent<any>
3282
3337
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPLookupWidgetViewComponent, "axp-lookup-widget-view", never, {}, {}, never, never, true, never>;
3283
3338
  }
3284
3339
 
3340
+ type AXPContextStoreInstance = InstanceType<typeof AXPContextStore>;
3341
+ type AXPLookupCreateContextStore = AXPContextStoreInstance;
3342
+
3285
3343
  /**
3286
3344
  * Selects which entity list row actions appear in the data selector.
3287
3345
  * Match by full command name, action `name`, trigger name, or command suffix (e.g. `:Preview`).
@@ -3352,7 +3410,11 @@ interface AXPEntityDataSelectorCategoryOptions {
3352
3410
  dataSource?: AXPCategoryTreeDataSource;
3353
3411
  }
3354
3412
  interface AXPEntityDataSelectorCreateOptions {
3413
+ enable?: boolean;
3414
+ /** Create dialog mode when enabled. Legacy `allowCreate` maps here. */
3355
3415
  mode?: AXPDataSelectorAllowCreate;
3416
+ /** Prefilled entity create form values; may use {{ context.eval() }} expressions. */
3417
+ context?: AXPContextData;
3356
3418
  }
3357
3419
  /** Nested options for {@link AXPEntityDataSelectorService.open}. */
3358
3420
  interface AXPEntityDataSelectorOpenOptions {
@@ -3365,6 +3427,8 @@ interface AXPEntityDataSelectorOpenOptions {
3365
3427
  sort?: AXPEntityDataSelectorSortOptions;
3366
3428
  category?: AXPEntityDataSelectorCategoryOptions;
3367
3429
  create?: AXPEntityDataSelectorCreateOptions;
3430
+ /** Form context store used to evaluate `create.context` expressions. Must come from the hosting form scope. */
3431
+ contextStore?: AXPLookupCreateContextStore;
3368
3432
  /** Entity list row actions to expose in the selector grid (matched by command name). */
3369
3433
  rowActions?: AXPEntityDataSelectorRowActionsConfig;
3370
3434
  }
@@ -3384,7 +3448,10 @@ interface AXPEntityDataSelectorOptions {
3384
3448
  name: string;
3385
3449
  dir: 'asc' | 'desc';
3386
3450
  }[];
3451
+ /** @deprecated Prefer nested `create`. Legacy allowCreate mode. */
3387
3452
  allowCreate?: AXPDataSelectorAllowCreate;
3453
+ /** Form context store for evaluating create.context expressions. */
3454
+ contextStore?: AXPLookupCreateContextStore;
3388
3455
  searchFields?: string[];
3389
3456
  initialSearchTerm?: string;
3390
3457
  selectedItemIds?: string[] | number[];
@@ -3424,6 +3491,11 @@ declare class AXPEntityDataSelectorService {
3424
3491
  private readonly categoryTreeService;
3425
3492
  private readonly translationService;
3426
3493
  private readonly rowActionsService;
3494
+ private readonly expressionEvaluator;
3495
+ /**
3496
+ * Resolves lookup `create.context` templates using the provided form context store.
3497
+ */
3498
+ resolveCreateContext(template?: AXPContextData | null, contextStore?: AXPLookupCreateContextStore | null): Promise<Record<string, unknown>>;
3427
3499
  /**
3428
3500
  * Open entity data selector popup.
3429
3501
  * Accepts nested {@link AXPEntityDataSelectorOpenOptions} or deprecated flat {@link AXPEntityDataSelectorOptions}.
@@ -3433,7 +3505,7 @@ declare class AXPEntityDataSelectorService {
3433
3505
  * Execute Entity:Create and return created item.
3434
3506
  * Used by lookup widget and data selector for inline create.
3435
3507
  */
3436
- executeEntityCreate(entity: AXPEntity, mode: 'full' | 'quick'): Promise<any | null>;
3508
+ executeEntityCreate(entity: AXPEntity, mode: 'full' | 'quick', initialData?: Record<string, unknown>): Promise<any | null>;
3437
3509
  /**
3438
3510
  * Normalize item's phones/emails for expose/display.
3439
3511
  * Call this when receiving items from any source (create, API, selector).
@@ -3541,7 +3613,7 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
3541
3613
  protected allowUnselect: _angular_core.Signal<boolean>;
3542
3614
  protected look: _angular_core.Signal<AXPLookupWidgetLookType>;
3543
3615
  protected displayField: _angular_core.Signal<string>;
3544
- protected allowCreate: _angular_core.Signal<"full" | "none" | "quick">;
3616
+ protected resolvedCreate: _angular_core.Signal<ResolvedLookupCreateOptions>;
3545
3617
  protected selectorRowActions: _angular_core.Signal<AXPLookupSelectorRowActionsConfig | undefined>;
3546
3618
  protected valueField: _angular_core.Signal<string>;
3547
3619
  protected displayFormat: _angular_core.Signal<string | undefined>;
@@ -3567,6 +3639,7 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
3567
3639
  * so e.g. `{ person: { educationLevel: { id, title } } }` would replace the entire `person`
3568
3640
  * object and drop sibling fields like `person.educationLevelId`, causing a value/effect loop.
3569
3641
  */
3642
+ private syncExposePathsToSavedBaseline;
3570
3643
  private expoesItems;
3571
3644
  outputs(): (string | {
3572
3645
  [name: string]: unknown;
@@ -3918,6 +3991,7 @@ declare class AXPMultiSourceSelectorComponent extends AXBasePageComponent {
3918
3991
  protected activeSource: _angular_core.Signal<AXPMultiSourceItem | null>;
3919
3992
  protected selectedItems: _angular_core.WritableSignal<AXPMultiSourceRef[]>;
3920
3993
  protected readonly AXPMultiSourceType: typeof AXPMultiSourceType;
3994
+ constructor();
3921
3995
  protected ngOnInit(): void;
3922
3996
  protected handleTabClick(source: AXPMultiSourceItem): void;
3923
3997
  protected handleSelectFromSource(source: AXPMultiSourceItem): Promise<void>;
@@ -4202,6 +4276,7 @@ declare class AXPEntityCreatePopupAction extends AXPWorkflowAction {
4202
4276
  private factory;
4203
4277
  private config;
4204
4278
  private translateService;
4279
+ private settingsService;
4205
4280
  execute(context: AXPWorkflowContext): Promise<void>;
4206
4281
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityCreatePopupAction, never>;
4207
4282
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityCreatePopupAction>;
@@ -4327,5 +4402,5 @@ declare class AXPShowListViewAction extends AXPWorkflowAction {
4327
4402
  }
4328
4403
  declare const AXPShowListViewWorkflow: AXPWorkflow;
4329
4404
 
4330
- export { ATTACHMENTS_PAGE_COMPONENT_KEY, AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEditFileUploaderCommand, AXPEntitiesListDataSourceDefinition, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorRowActionsService, AXPEntityDataSelectorService, AXPEntityDefinitionProviderWidget, AXPEntityDefinitionProviderWidgetEditComponent, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityFormBuilderService, AXPEntityListPersistenceModeDefault, AXPEntityListTableService, AXPEntityListToolbarService, AXPEntityListViewCardFieldViewModel, AXPEntityListViewColumnViewModel, AXPEntityListViewModelFactory, AXPEntityListViewModelResolver, AXPEntityListWidget, AXPEntityListWidgetViewComponent, AXPEntityMasterCreateViewModel, AXPEntityMasterListCardSelectActionName, AXPEntityMasterListViewModel, AXPEntityMasterListViewQueryViewModel, AXPEntityMasterSingleElementViewModel, AXPEntityMasterSingleViewGroupViewModel, AXPEntityMasterSingleViewModel, AXPEntityMasterUpdateElementViewModel, AXPEntityMasterUpdateViewModel, AXPEntityMasterUpdateViewModelFactory, AXPEntityMiddleware, AXPEntityModifyConfirmedAction, AXPEntityModifyEvent, AXPEntityModifySectionPopupAction, AXPEntityModule, AXPEntityPerformDeleteAction, AXPEntityPreloadFiltersContainerComponent, AXPEntityPreloadFiltersViewModel, AXPEntityPreloadFiltersViewModelResolver, AXPEntityResolver, AXPEntityService, AXPEntityStorageService, AXPEntityUpdateViewSectionViewModel, AXPFileListComponent, AXPFileUploaderLoadFilesQuery, AXPFileUploaderSaveFilesCommand, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPGetEntityDetailsQuery, AXPLayoutOrderingConfigService, AXPLookupWidget, AXPLookupWidgetColumnComponent, AXPLookupWidgetEditComponent, AXPLookupWidgetViewComponent, AXPMiddlewareAbortError, AXPMiddlewareEntityStorageService, AXPModifyEntitySectionWorkflow, AXPMultiSourceDefinitionProviderContext, AXPMultiSourceDefinitionProviderService, AXPMultiSourceFederatedSearchService, AXPMultiSourceSelectorComponent, AXPMultiSourceSelectorService, AXPMultiSourceSelectorWidget, AXPMultiSourceSelectorWidgetColumnComponent, AXPMultiSourceSelectorWidgetEditComponent, AXPMultiSourceSelectorWidgetViewComponent, AXPMultiSourceType, AXPOpenEntityDetailsCommand, AXPQuickEntityModifyPopupAction, AXPQuickModifyEntityWorkflow, AXPRelatedColumnEnrichmentService, AXPRelatedColumnMetadataResolver, AXPSelectorStructureWidget, AXPSelectorStructureWidgetColumnComponent, AXPSelectorStructureWidgetEditComponent, AXPSelectorStructureWidgetViewComponent, AXPShowDetailViewAction, AXPShowDetailsViewWorkflow, AXPShowListViewAction, AXPShowListViewWorkflow, AXPTruncatedBreadcrumbComponent, AXPUpdateEntityCommand, AXPViewEntityDetailsCommand, AXP_CATEGORY_TREE_ROOT_TITLE_I18N_KEY, AXP_DATA_SEEDER_TOKEN, AXP_ENTITY_ACTION_PLUGIN, AXP_ENTITY_CONFIG_TOKEN, AXP_ENTITY_DEFINITION_LOADER, AXP_ENTITY_MODIFIER, AXP_ENTITY_STORAGE_BACKEND, AXP_ENTITY_STORAGE_MIDDLEWARE, AXP_MULTI_SOURCE_DEFINITION_PROVIDER, DEFAULT_COLUMN_ORDER, DEFAULT_PAIR_SPAN_RULES, DEFAULT_PROPERTY_ORDER, DEFAULT_SECTION_ORDER, ENTITY_LIST_ROUTE_CONTEXT_SESSION_KEY, EntityBuilder, EntityDataAccessor, actionExists, applyDataSourcePagingWithoutLoad, attachmentFieldCount, attachmentsPlugin, attachmentsSemanticallyEqual, axpCreateEntityAiToolInputDefaults, axpCreateEntityCommandDefinition, canPersistEntityListState, cloneLayoutArrays, columnOrderingMiddleware, columnOrderingMiddlewareProvider, columnWidthMiddleware, columnWidthMiddlewareProvider, commandMessageTextForError, committedAttachments, computeEntityAggregates, createColumnOrderingMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, defaultCardLayoutMiddleware, defaultCardLayoutMiddlewareProvider, defaultMultiLanguageMiddleware, defaultMultiLanguageMiddlewareProvider, detectEntityChanges, ensureLayoutPropertyView, ensureLayoutSection, ensureListActions, eventDispatchMiddleware, filterSortEntityRows, findEntityListRowDataInTree, fingerprintAttachmentItem, fingerprintAttachments, formatLookupItemDisplay, formatLookupItemDisplayAsync, getDataSourcePageIndex, getEntityListRowId, getMasterInterfacePropertySortKey, hasFileUploaderTitleOrDescriptionFields, isAXPMiddlewareAbortError, isAttachmentListEntry, isCategoryEntity, isCategoryFilter, isFileListItem, isFileUploaderEditDialogAuto, isLegacyEntityDataSelectorOptions, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider, mapEntityStorageErrorToCommandResult, mapLegacyEntityDataSelectorOptions, normalizeEntityDataSelectorOptions, normalizeEntityFieldToFileList, normalizeEntityListPersistenceMode, normalizeListPaging, persistedAttachments, provideEntity, resolveEntityPluginDetailPageOrder, resolveFileUploaderEditDialog, resolveFileUploaderEntityScope, resolveLookupDisplayField, resolveLookupDisplayTemplate, restoreEntityListExpandedRows, runEntityQuery, searchResultDescriptionMiddleware, searchResultDescriptionMiddlewareProvider, shouldLoadEntityListStateFromStorage, shouldResetEntityListStateOnRouteEntry };
4331
- export type { AXPDataSeeder, AXPEntityActionPlugin, AXPEntityCategoryWidgetOptions, AXPEntityChangeSet, AXPEntityConfigs, AXPEntityDataSelectorCategoryFilterOptions, AXPEntityDataSelectorCategoryOptions, AXPEntityDataSelectorCreateOptions, AXPEntityDataSelectorFilterOptions, AXPEntityDataSelectorGridOptions, AXPEntityDataSelectorOpenInput, AXPEntityDataSelectorOpenOptions, AXPEntityDataSelectorOptions, AXPEntityDataSelectorResult, AXPEntityDataSelectorRowActionsConfig, AXPEntityDataSelectorSearchOptions, AXPEntityDataSelectorSelectionOptions, AXPEntityDataSelectorSortOptions, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityDeleteOptions, AXPEntityDetailPopoverOptions, AXPEntityLayoutLike, AXPEntityLayoutPropertyLike, AXPEntityLayoutSectionLike, AXPEntityListEntry, AXPEntityListExpandRowRef, AXPEntityListInput, AXPEntityListPagingState, AXPEntityListPersistenceMode, AXPEntityListToolbarConvertOptions, AXPEntityMasterListCardLayout, AXPEntityMasterListCardSecondaryActionItem, AXPEntityMasterListViewSortPropViewModel, AXPEntityModifier, AXPEntityModifierContext, AXPEntityModifierProvider, AXPEntityPreloadEntity, AXPEntityStorageContext, AXPEntityStorageMiddleware, AXPFileListLook, AXPFileUploaderEditDialogFieldOptions, AXPFileUploaderEditDialogMode, AXPFileUploaderEditDialogOptions, AXPFileUploaderEntityFilesScope, AXPFileUploaderLoadFilesInput, AXPFileUploaderLoadFilesResult, AXPFileUploaderSaveFilesInput, AXPFileUploaderSaveFilesResult, AXPFileUploaderShowFileListEntityContext, AXPFileUploaderShowFileListOptions, AXPFileUploaderUploadActionDescriptor, AXPFileUploaderWidgetColumnOptions, AXPFileUploaderWidgetDesignerOptions, AXPFileUploaderWidgetEditOptions, AXPFileUploaderWidgetOptions, AXPFileUploaderWidgetPrintOptions, AXPFileUploaderWidgetViewOptions, AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult, AXPLookupColumnResolveOptions, AXPLookupColumnResolveStrategy, AXPLookupDisplayEvalDeps, AXPLookupDisplayOptions, AXPLookupPopoverOptions, AXPLookupSelectorRowActionsConfig, 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 };
4405
+ export { ATTACHMENTS_PAGE_COMPONENT_KEY, AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEditFileUploaderCommand, AXPEntitiesListDataSourceDefinition, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorRowActionsService, AXPEntityDataSelectorService, AXPEntityDefinitionProviderWidget, AXPEntityDefinitionProviderWidgetEditComponent, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityFormBuilderService, AXPEntityListPersistenceModeDefault, AXPEntityListTableService, AXPEntityListToolbarService, AXPEntityListViewCardFieldViewModel, AXPEntityListViewColumnViewModel, AXPEntityListViewModelFactory, AXPEntityListViewModelResolver, AXPEntityListWidget, AXPEntityListWidgetViewComponent, AXPEntityMasterCreateViewModel, AXPEntityMasterListCardSelectActionName, AXPEntityMasterListViewModel, AXPEntityMasterListViewQueryViewModel, AXPEntityMasterSingleElementViewModel, AXPEntityMasterSingleViewGroupViewModel, AXPEntityMasterSingleViewModel, AXPEntityMasterUpdateElementViewModel, AXPEntityMasterUpdateViewModel, AXPEntityMasterUpdateViewModelFactory, AXPEntityMiddleware, AXPEntityModifyConfirmedAction, AXPEntityModifyEvent, AXPEntityModifySectionPopupAction, AXPEntityModule, AXPEntityPerformDeleteAction, AXPEntityPreloadFiltersContainerComponent, AXPEntityPreloadFiltersViewModel, AXPEntityPreloadFiltersViewModelResolver, AXPEntityResolver, AXPEntityService, AXPEntityStorageService, AXPEntityUpdateViewSectionViewModel, AXPFileListComponent, AXPFileUploaderLoadFilesQuery, AXPFileUploaderSaveFilesCommand, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPGetEntityDetailsQuery, AXPLayoutOrderingConfigService, AXPLookupWidget, AXPLookupWidgetColumnComponent, AXPLookupWidgetEditComponent, AXPLookupWidgetViewComponent, AXPMiddlewareAbortError, AXPMiddlewareEntityStorageService, AXPModifyEntitySectionWorkflow, AXPMultiSourceDefinitionProviderContext, AXPMultiSourceDefinitionProviderService, AXPMultiSourceFederatedSearchService, AXPMultiSourceSelectorComponent, AXPMultiSourceSelectorService, AXPMultiSourceSelectorWidget, AXPMultiSourceSelectorWidgetColumnComponent, AXPMultiSourceSelectorWidgetEditComponent, AXPMultiSourceSelectorWidgetViewComponent, AXPMultiSourceType, AXPOpenEntityDetailsCommand, AXPQuickEntityModifyPopupAction, AXPQuickModifyEntityWorkflow, AXPRelatedColumnEnrichmentService, AXPRelatedColumnMetadataResolver, AXPSelectorStructureWidget, AXPSelectorStructureWidgetColumnComponent, AXPSelectorStructureWidgetEditComponent, AXPSelectorStructureWidgetViewComponent, AXPShowDetailViewAction, AXPShowDetailsViewWorkflow, AXPShowListViewAction, AXPShowListViewWorkflow, AXPTruncatedBreadcrumbComponent, AXPUpdateEntityCommand, AXPViewEntityDetailsCommand, AXP_APPEARANCE_SECTION_ORDER, AXP_CATEGORY_TREE_ROOT_TITLE_I18N_KEY, AXP_CLASSIFICATION_SECTION_ORDER, AXP_DATA_SEEDER_TOKEN, AXP_ENTITY_ACTION_PLUGIN, AXP_ENTITY_CONFIG_TOKEN, AXP_ENTITY_DEFINITION_LOADER, AXP_ENTITY_MODIFIER, AXP_ENTITY_STORAGE_BACKEND, AXP_ENTITY_STORAGE_MIDDLEWARE, AXP_MULTI_SOURCE_DEFINITION_PROVIDER, DEFAULT_COLUMN_ORDER, DEFAULT_PAIR_SPAN_RULES, DEFAULT_PROPERTY_ORDER, DEFAULT_SECTION_ORDER, ENTITY_LIST_ROUTE_CONTEXT_SESSION_KEY, EntityBuilder, EntityDataAccessor, actionExists, applyDataSourcePagingWithoutLoad, attachmentFieldCount, attachmentsPlugin, attachmentsSemanticallyEqual, axpCreateEntityAiToolInputDefaults, axpCreateEntityCommandDefinition, canPersistEntityListState, cloneLayoutArrays, columnOrderingMiddleware, columnOrderingMiddlewareProvider, columnWidthMiddleware, columnWidthMiddlewareProvider, commandMessageTextForError, committedAttachments, computeEntityAggregates, createColumnOrderingMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, defaultCardLayoutMiddleware, defaultCardLayoutMiddlewareProvider, defaultMultiLanguageMiddleware, defaultMultiLanguageMiddlewareProvider, detectEntityChanges, ensureLayoutPropertyView, ensureLayoutSection, ensureListActions, eventDispatchMiddleware, filterSortEntityRows, findEntityListRowDataInTree, fingerprintAttachmentItem, fingerprintAttachments, formatLookupItemDisplay, formatLookupItemDisplayAsync, getDataSourcePageIndex, getEntityListRowId, getMasterInterfacePropertySortKey, hasFileUploaderTitleOrDescriptionFields, isAXPMiddlewareAbortError, isAttachmentListEntry, isCategoryEntity, isCategoryFilter, isFileListItem, isFileUploaderEditDialogAuto, isLegacyEntityDataSelectorOptions, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider, mapEntityStorageErrorToCommandResult, mapLegacyEntityDataSelectorOptions, normalizeEntityDataSelectorOptions, normalizeEntityFieldToFileList, normalizeEntityListPersistenceMode, normalizeListPaging, persistedAttachments, provideEntity, resolveEntityPluginDetailPageOrder, resolveFileUploaderEditDialog, resolveFileUploaderEntityScope, resolveLookupDisplayField, resolveLookupDisplayTemplate, restoreEntityListExpandedRows, runEntityQuery, searchResultDescriptionMiddleware, searchResultDescriptionMiddlewareProvider, shouldLoadEntityListStateFromStorage, shouldResetEntityListStateOnRouteEntry };
4406
+ export type { AXPDataSeeder, AXPEntityActionPlugin, AXPEntityCategoryWidgetOptions, AXPEntityChangeSet, AXPEntityConfigs, AXPEntityDataSelectorCategoryFilterOptions, AXPEntityDataSelectorCategoryOptions, AXPEntityDataSelectorCreateOptions, AXPEntityDataSelectorFilterOptions, AXPEntityDataSelectorGridOptions, AXPEntityDataSelectorOpenInput, AXPEntityDataSelectorOpenOptions, AXPEntityDataSelectorOptions, AXPEntityDataSelectorResult, AXPEntityDataSelectorRowActionsConfig, AXPEntityDataSelectorSearchOptions, AXPEntityDataSelectorSelectionOptions, AXPEntityDataSelectorSortOptions, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityDeleteOptions, AXPEntityDetailPopoverOptions, AXPEntityLayoutLike, AXPEntityLayoutPropertyLike, AXPEntityLayoutSectionLike, AXPEntityListEntry, AXPEntityListExpandRowRef, AXPEntityListInput, AXPEntityListPagingState, AXPEntityListPersistenceMode, AXPEntityListToolbarConvertOptions, AXPEntityMasterListCardLayout, AXPEntityMasterListCardSecondaryActionItem, AXPEntityMasterListViewSortPropViewModel, AXPEntityModifier, AXPEntityModifierContext, AXPEntityModifierProvider, AXPEntityPreloadEntity, AXPEntityStorageContext, AXPEntityStorageMiddleware, AXPFileListLook, AXPFileUploaderEditDialogFieldOptions, AXPFileUploaderEditDialogMode, AXPFileUploaderEditDialogOptions, AXPFileUploaderEntityFilesScope, AXPFileUploaderLoadFilesInput, AXPFileUploaderLoadFilesResult, AXPFileUploaderSaveFilesInput, AXPFileUploaderSaveFilesResult, AXPFileUploaderShowFileListEntityContext, AXPFileUploaderShowFileListOptions, AXPFileUploaderUploadActionDescriptor, AXPFileUploaderWidgetColumnOptions, AXPFileUploaderWidgetDesignerOptions, AXPFileUploaderWidgetEditOptions, AXPFileUploaderWidgetOptions, AXPFileUploaderWidgetPrintOptions, AXPFileUploaderWidgetViewOptions, AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult, AXPLookupColumnResolveOptions, AXPLookupColumnResolveStrategy, AXPLookupDisplayEvalDeps, AXPLookupDisplayOptions, AXPLookupPopoverOptions, AXPLookupSelectorRowActionsConfig, AXPLookupWidgetCreateOptions, AXPLookupWidgetLookType, AXPLookupWidgetOptions, AXPMultiSourceDefinition, AXPMultiSourceDefinitionProvider, AXPMultiSourceItem, AXPMultiSourceRef, AXPMultiSourceSearchResult, AXPMultiSourceSearchResultItem, AXPMultiSourceSelectorOpenConfig, AXPMultiSourceSelectorResult, AXPMultiSourceSelectorWidgetOptions, AXPMultiSourceValue, AXPOpenEntityDetailsCommandInput, AXPRelatedColumnMetadata, AXPSelectorStructureFieldDef, AXPSelectorStructureIdentityDisplay, AXPSelectorStructurePresentationMode, AXPSelectorStructureSelectorMode, AXPSelectorStructureStructureMode, AXPSelectorStructureWidgetColumnOptions, AXPSelectorStructureWidgetDesignerOptions, AXPSelectorStructureWidgetEditOptions, AXPSelectorStructureWidgetOptions, AXPSelectorStructureWidgetPrintOptions, AXPSelectorStructureWidgetViewOptions, AXPShowListViewCondition, AttachmentsDisplayMode, AttachmentsPluginOptions, CategoryQueryEvent, CategoryQueryFunction, CategoryQueryResult, CategoryTreeConfig, CategoryTreeNodeData, EntityDetailPluginPageSlot, PairSpanRule, ResolveEntityPluginDetailPageOrderOptions, RunEntityQueryAdapters, SectionOrderConfig, SkipEntityComponentPageRef };