@acorex/platform 21.0.0-next.70 → 21.0.0-next.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/acorex-platform-auth.mjs +10 -2
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/{acorex-platform-common-common-settings.provider-Bi1RYif5.mjs → acorex-platform-common-common-settings.provider-Ytey9uhY.mjs} +15 -1
- package/fesm2022/acorex-platform-common-common-settings.provider-Ytey9uhY.mjs.map +1 -0
- package/fesm2022/acorex-platform-common.mjs +3798 -1674
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +1362 -97
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +446 -44
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +149 -109
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +199 -126
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/{acorex-platform-layout-entity-attachments-page.component-D8iQnT-R.mjs → acorex-platform-layout-entity-attachments-page.component-B0EkdqvH.mjs} +6 -1
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-B0EkdqvH.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-entity.mjs +823 -594
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +845 -218
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +122 -33
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BcpRkpJp.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs} +2 -2
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BcpRkpJp.mjs.map → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-DQtK4lxl.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs} +2 -2
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-DQtK4lxl.mjs.map → acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs.map} +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +312 -676
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-default-error-401.component-B1nsdpTY.mjs +48 -0
- package/fesm2022/acorex-platform-themes-default-error-401.component-B1nsdpTY.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-error-404.component-D4UvRe8u.mjs +42 -0
- package/fesm2022/acorex-platform-themes-default-error-404.component-D4UvRe8u.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +89 -46
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +50 -30
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/package.json +1 -1
- package/types/acorex-platform-auth.d.ts +2 -0
- package/types/acorex-platform-common.d.ts +899 -256
- package/types/acorex-platform-core.d.ts +394 -60
- package/types/acorex-platform-layout-builder.d.ts +78 -13
- package/types/acorex-platform-layout-components.d.ts +30 -24
- package/types/acorex-platform-layout-entity.d.ts +93 -44
- package/types/acorex-platform-layout-views.d.ts +162 -42
- package/types/acorex-platform-layout-widget-core.d.ts +60 -33
- package/types/acorex-platform-layout-widgets.d.ts +48 -20
- package/types/acorex-platform-themes-default.d.ts +38 -8
- package/types/acorex-platform-themes-shared.d.ts +6 -0
- package/types/acorex-platform-workflow.d.ts +1 -1
- package/fesm2022/acorex-platform-common-common-settings.provider-Bi1RYif5.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-D8iQnT-R.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-error-401.component-C7EYJzSr.mjs +0 -31
- package/fesm2022/acorex-platform-themes-default-error-401.component-C7EYJzSr.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-error-404.component-7MVLMwIa.mjs +0 -25
- package/fesm2022/acorex-platform-themes-default-error-404.component-7MVLMwIa.mjs.map +0 -1
|
@@ -13,7 +13,7 @@ import { AXPRelatedEntity, AXPEntityPage, AXPEntityCommandScope, AXPEntity, AXPE
|
|
|
13
13
|
export { AXPEntityDefinitionCrudService, AXP_ENTITY_DEFINITION_CRUD_SERVICE } from '@acorex/platform/domain';
|
|
14
14
|
import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption, AXDataSourceSortOption, AXValueChangedEvent, AXClickEvent, AXFocusEvent, AXHtmlEvent } from '@acorex/cdk/common';
|
|
15
15
|
import * as i1 from '@angular/router';
|
|
16
|
-
import { ResolveFn } from '@angular/router';
|
|
16
|
+
import { ResolveFn, RedirectCommand } from '@angular/router';
|
|
17
17
|
import * as rxjs from 'rxjs';
|
|
18
18
|
import { Subject } from 'rxjs';
|
|
19
19
|
import * as i3 from '@acorex/platform/workflow';
|
|
@@ -343,6 +343,7 @@ declare class AXPEntityCommandTriggerViewModel {
|
|
|
343
343
|
options: any;
|
|
344
344
|
metadata?: AXPMetaData;
|
|
345
345
|
default?: boolean;
|
|
346
|
+
shortcuts?: string[];
|
|
346
347
|
items?: AXPEntityCommandTriggerViewModel[];
|
|
347
348
|
isChild?: boolean;
|
|
348
349
|
constructor(entity: AXPEntity, action: AXPEntityAction, isChild?: boolean);
|
|
@@ -863,7 +864,7 @@ declare class AXPEntityListViewModelFactory {
|
|
|
863
864
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityListViewModelFactory, never>;
|
|
864
865
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityListViewModelFactory>;
|
|
865
866
|
}
|
|
866
|
-
declare const AXPEntityListViewModelResolver: ResolveFn<Promise<AXPEntityMasterListViewModel>>;
|
|
867
|
+
declare const AXPEntityListViewModelResolver: ResolveFn<Promise<AXPEntityMasterListViewModel | RedirectCommand>>;
|
|
867
868
|
|
|
868
869
|
declare class AXPEntityMasterSingleViewGroupViewModel {
|
|
869
870
|
private entity;
|
|
@@ -1193,7 +1194,7 @@ declare class AXPEntityPreloadFiltersViewModel {
|
|
|
1193
1194
|
*/
|
|
1194
1195
|
serializeFilters(filters: any): AXPFilterQuery[];
|
|
1195
1196
|
}
|
|
1196
|
-
declare const AXPEntityPreloadFiltersViewModelResolver: ResolveFn<Promise<AXPEntityPreloadFiltersViewModel>>;
|
|
1197
|
+
declare const AXPEntityPreloadFiltersViewModelResolver: ResolveFn<Promise<AXPEntityPreloadFiltersViewModel | RedirectCommand>>;
|
|
1197
1198
|
|
|
1198
1199
|
type AXPCollectEntityQuickSearchPathsResolver = (moduleName: string, entityName: string) => Promise<AXPEntity | null>;
|
|
1199
1200
|
/**
|
|
@@ -1476,6 +1477,8 @@ interface AXPEntityDetailDto<Id> extends AXPEntityOutputDto<Id> {
|
|
|
1476
1477
|
}
|
|
1477
1478
|
interface AXPEntityListItemDto<Id> extends AXPEntityOutputDto<Id> {
|
|
1478
1479
|
}
|
|
1480
|
+
interface AXPMockDto<Id> extends AXPEntityModel<Id> {
|
|
1481
|
+
}
|
|
1479
1482
|
|
|
1480
1483
|
declare abstract class AXPEntityStorageService<TKey, TDetailDto extends AXPEntityDetailDto<TKey> = AXPEntityModel<TKey>, TListItemDto extends AXPEntityListItemDto<TKey> = TDetailDto, TCreateDto extends AXPEntityCreateDto = TDetailDto, TUpdateDto extends AXPEntityUpdateDto<TKey> = TDetailDto> {
|
|
1481
1484
|
abstract get dbName(): string;
|
|
@@ -1632,6 +1635,14 @@ declare class AXPEntityModule {
|
|
|
1632
1635
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXPEntityModule>;
|
|
1633
1636
|
}
|
|
1634
1637
|
|
|
1638
|
+
/**
|
|
1639
|
+
* Maps storage middleware failures to a command result the details view can surface.
|
|
1640
|
+
*/
|
|
1641
|
+
declare function mapEntityStorageErrorToCommandResult(error: unknown, fallback?: string): AXPExecuteCommandResult;
|
|
1642
|
+
/**
|
|
1643
|
+
* Best-effort plain string for thrown {@link Error} messages from command results (no i18n lookup).
|
|
1644
|
+
*/
|
|
1645
|
+
declare function commandMessageTextForError(value: AXPMultiLanguageString | undefined | null): string;
|
|
1635
1646
|
/**
|
|
1636
1647
|
* Data accessor for entity operations.
|
|
1637
1648
|
* Provides methods to query and execute commands with smart resolution:
|
|
@@ -2313,16 +2324,19 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
|
|
|
2313
2324
|
private initialExpandSyncDone;
|
|
2314
2325
|
constructor();
|
|
2315
2326
|
ngOnInit(): void;
|
|
2327
|
+
/** Keeps at most one id when {@link allowMultiple} is false. */
|
|
2328
|
+
private normalizeSelectedIds;
|
|
2329
|
+
private setSelectedNodeIds;
|
|
2330
|
+
/** Keeps widget selectedNodeIds in sync when the tree uses controlled single selection. */
|
|
2331
|
+
protected onControlledSelectedIdsChange(ids: string[]): void;
|
|
2332
|
+
private waitForTreeComponent;
|
|
2333
|
+
/** Expands ancestor paths and reveals the initial selection via the tree API. */
|
|
2334
|
+
private revealInitialSelection;
|
|
2316
2335
|
private initializeTree;
|
|
2317
2336
|
/**
|
|
2318
2337
|
* Called when popup data arrives after ngOnInit: load data, set selection, expand and sync.
|
|
2319
2338
|
*/
|
|
2320
2339
|
private runInitialExpandAndSync;
|
|
2321
|
-
/**
|
|
2322
|
-
* Runs expand path + sync selection once the tree viewChild is available.
|
|
2323
|
-
* Uses retry loop so we don't run before the view has rendered the tree.
|
|
2324
|
-
*/
|
|
2325
|
-
private runExpandAndSyncWhenTreeReady;
|
|
2326
2340
|
/**
|
|
2327
2341
|
* Handles search input value changes - Uses server-side search for efficiency and reliability
|
|
2328
2342
|
*/
|
|
@@ -2361,10 +2375,9 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
|
|
|
2361
2375
|
*/
|
|
2362
2376
|
private resetSearch;
|
|
2363
2377
|
/**
|
|
2364
|
-
* Restores selection
|
|
2365
|
-
* Expands ancestor nodes and selects the previously selected leaf nodes.
|
|
2378
|
+
* Restores multiple-mode leaf selection after search reset.
|
|
2366
2379
|
*/
|
|
2367
|
-
private
|
|
2380
|
+
private restoreMultipleSelectionAfterReload;
|
|
2368
2381
|
protected onNodeSelect(event: AXTreeViewNodeSelectEvent): Promise<void>;
|
|
2369
2382
|
/** Datasource callback for tree-view component. */
|
|
2370
2383
|
protected datasource: (id?: string) => Promise<AXTreeViewNode[]>;
|
|
@@ -2426,11 +2439,6 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
|
|
|
2426
2439
|
private expandAncestorNodesInOrder;
|
|
2427
2440
|
/** Waits until the node is expanded (tree has loaded children). Polls so deep paths load. */
|
|
2428
2441
|
private waitForNodeExpanded;
|
|
2429
|
-
/**
|
|
2430
|
-
* Syncs selection state with the tree component.
|
|
2431
|
-
* Selects leaf nodes and manually updates parent states (indeterminate/selected).
|
|
2432
|
-
*/
|
|
2433
|
-
private syncSelectionWithTree;
|
|
2434
2442
|
/**
|
|
2435
2443
|
* Updates parent node states (selected/indeterminate) based on children selection.
|
|
2436
2444
|
* Called after leaf nodes are selected to properly show parent states.
|
|
@@ -2453,26 +2461,16 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
|
|
|
2453
2461
|
* Resolves parent ID from node data: supports nested `parent` object or flat parentId/parentKey.
|
|
2454
2462
|
*/
|
|
2455
2463
|
private getParentIdFromNodeData;
|
|
2456
|
-
/**
|
|
2457
|
-
* Marks nodes as selected in the tree structure based on selectedNodeIds.
|
|
2458
|
-
* This ensures pre-selected nodes appear selected when the tree is rendered.
|
|
2459
|
-
*/
|
|
2460
|
-
private markNodesAsSelected;
|
|
2461
|
-
/**
|
|
2462
|
-
* Marks a single node as selected if it's in the selectedNodeIds list.
|
|
2463
|
-
*/
|
|
2464
|
-
private markNodeAsSelectedIfNeeded;
|
|
2465
2464
|
/**
|
|
2466
2465
|
* Marks a node and its children as disabled if the node ID matches the excluded ID.
|
|
2467
2466
|
*/
|
|
2468
2467
|
private markNodeAsDisabled;
|
|
2469
2468
|
/**
|
|
2470
|
-
* Processes root node: marks excluded as disabled
|
|
2469
|
+
* Processes root node: marks excluded nodes as disabled.
|
|
2471
2470
|
*/
|
|
2472
2471
|
private processRootNode;
|
|
2473
2472
|
/**
|
|
2474
2473
|
* Processes child nodes: marks excluded as disabled
|
|
2475
|
-
* Selection marking is handled in datasource callback ONLY during initial load
|
|
2476
2474
|
*/
|
|
2477
2475
|
private processChildNodes;
|
|
2478
2476
|
/**
|
|
@@ -2611,6 +2609,7 @@ declare class AXPEntityCategoryWidgetEditComponent extends AXPValueWidgetCompone
|
|
|
2611
2609
|
private findByValue;
|
|
2612
2610
|
private setItems;
|
|
2613
2611
|
private singleOrMultiple;
|
|
2612
|
+
private normalizePopupSelectedIds;
|
|
2614
2613
|
protected getItemLabel(item: any): string;
|
|
2615
2614
|
/**
|
|
2616
2615
|
* Get item path as array for breadcrumb component (raw MLS or string per segment).
|
|
@@ -2895,6 +2894,13 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2895
2894
|
* Applies merged route + parent-scope filters to the widget value and data source.
|
|
2896
2895
|
*/
|
|
2897
2896
|
private applyMergedRouteFiltersToList;
|
|
2897
|
+
/** Syncs toolbar filters to context and AXDataSource (retries until data-list is mounted). */
|
|
2898
|
+
private reapplyScopedFiltersToDataSource;
|
|
2899
|
+
/**
|
|
2900
|
+
* Entity lists use `fetchDataMode: 'manual'`; after scoped filters reach the data source,
|
|
2901
|
+
* the grid must be refreshed once (initial #effect may run before the data-list is ready).
|
|
2902
|
+
*/
|
|
2903
|
+
private triggerInitialLoadIfNeeded;
|
|
2898
2904
|
/**
|
|
2899
2905
|
* Re-evaluates related-entity list filters from the live dialog form context (e.g. after create saves the main row id).
|
|
2900
2906
|
*/
|
|
@@ -2904,6 +2910,11 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2904
2910
|
* Returns false while data-list is still mounting (see deferred listNode.set in ngOnInit).
|
|
2905
2911
|
*/
|
|
2906
2912
|
private pushToolbarFiltersToDataSource;
|
|
2913
|
+
/**
|
|
2914
|
+
* Pushes toolbar filters once the embedded data-list exposes its data source
|
|
2915
|
+
* (listNode is created via deferred setTimeout in ngOnInit).
|
|
2916
|
+
*/
|
|
2917
|
+
private ensureToolbarFiltersOnDataSource;
|
|
2907
2918
|
/**
|
|
2908
2919
|
* Writes toolbar filters from specs and pushes them onto the data source so refresh/reload keeps the parent scope.
|
|
2909
2920
|
*/
|
|
@@ -2925,12 +2936,17 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
2925
2936
|
* Analyzes what has changed between current and previous queries
|
|
2926
2937
|
*/
|
|
2927
2938
|
private analyzeChanges;
|
|
2939
|
+
/**
|
|
2940
|
+
* Maps toolbar sort queries ({ name, dir }) to AXDataSource sort options ({ field, dir }).
|
|
2941
|
+
*/
|
|
2942
|
+
private toDataSourceSortOptions;
|
|
2928
2943
|
/**
|
|
2929
2944
|
* Applies filter and sort changes to the data source
|
|
2930
2945
|
*/
|
|
2931
2946
|
private applyDataSourceChanges;
|
|
2932
2947
|
/**
|
|
2933
|
-
* Handles list refresh logic based on changes and mount status
|
|
2948
|
+
* Handles list refresh logic based on changes and mount status.
|
|
2949
|
+
* Initial fetch is owned by {@link triggerInitialLoadIfNeeded} (manual fetchDataMode).
|
|
2934
2950
|
*/
|
|
2935
2951
|
private handleListRefresh;
|
|
2936
2952
|
/**
|
|
@@ -2989,7 +3005,11 @@ declare class AXPEditFileUploaderCommand implements AXPCommand<{
|
|
|
2989
3005
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEditFileUploaderCommand>;
|
|
2990
3006
|
}
|
|
2991
3007
|
|
|
3008
|
+
/** Visual layout for `axp-file-list`. */
|
|
3009
|
+
type AXPFileListLook = 'rows' | 'links';
|
|
3010
|
+
|
|
2992
3011
|
declare class AXPFileListComponent implements OnInit, OnDestroy {
|
|
3012
|
+
private static readonly DOWNLOAD_DEBOUNCE_MS;
|
|
2993
3013
|
private fileTypeService;
|
|
2994
3014
|
private fileStorageService;
|
|
2995
3015
|
private commandExecutor;
|
|
@@ -3004,6 +3024,14 @@ declare class AXPFileListComponent implements OnInit, OnDestroy {
|
|
|
3004
3024
|
/** When true, edit dialog shows name, title and description fields. Default false. */
|
|
3005
3025
|
enableTitleDescription: _angular_core.InputSignal<boolean>;
|
|
3006
3026
|
multiple: _angular_core.InputSignal<boolean>;
|
|
3027
|
+
/** `rows`: file-type icons and action buttons; `links`: compact paperclip links (download on click). */
|
|
3028
|
+
look: _angular_core.InputSignal<AXPFileListLook>;
|
|
3029
|
+
/** i18n key for links look label (template adds trailing colon). */
|
|
3030
|
+
titleKey: _angular_core.InputSignal<string>;
|
|
3031
|
+
/** When false, links look omits the label (e.g. popover body). */
|
|
3032
|
+
showLabel: _angular_core.InputSignal<boolean>;
|
|
3033
|
+
/** `inline`: label + divider; `menu`: compact list for popovers/panels. */
|
|
3034
|
+
linksLayout: _angular_core.InputSignal<"inline" | "menu">;
|
|
3007
3035
|
files: _angular_core.InputSignal<AXPFileListItem[]>;
|
|
3008
3036
|
plugins: _angular_core.InputSignal<{
|
|
3009
3037
|
name: string;
|
|
@@ -3018,6 +3046,8 @@ declare class AXPFileListComponent implements OnInit, OnDestroy {
|
|
|
3018
3046
|
displayFiles: _angular_core.Signal<AXPFileListItem[]>;
|
|
3019
3047
|
private fileIdToActions;
|
|
3020
3048
|
private globalActions;
|
|
3049
|
+
/** Suppress duplicate downloads from double-click (two click events). */
|
|
3050
|
+
private readonly recentDownloadAtByKey;
|
|
3021
3051
|
private filesChangeEffect;
|
|
3022
3052
|
private getDefaultActions;
|
|
3023
3053
|
/** True when the widget is readonly or this file row is locked (`readOnly`). */
|
|
@@ -3026,11 +3056,19 @@ declare class AXPFileListComponent implements OnInit, OnDestroy {
|
|
|
3026
3056
|
private loadActionsFor;
|
|
3027
3057
|
ngOnInit(): Promise<void>;
|
|
3028
3058
|
private loadGlobalActions;
|
|
3059
|
+
private shouldSkipDuplicateDownload;
|
|
3060
|
+
private downloadDedupeKey;
|
|
3061
|
+
/** Ensures `source` is set for links look and legacy rows that only carry storage id on `id`. */
|
|
3062
|
+
private resolveFileForDownload;
|
|
3029
3063
|
protected getFileInfo(fileName: string): {
|
|
3030
3064
|
icon: string;
|
|
3031
3065
|
type: string;
|
|
3032
3066
|
};
|
|
3033
|
-
|
|
3067
|
+
/**
|
|
3068
|
+
* Double-click on a file row (rows look) or link row triggers download.
|
|
3069
|
+
*/
|
|
3070
|
+
protected handleFileRowActivate(event: Event, file: AXPFileListItem): void;
|
|
3071
|
+
handleFileDownload(event: AXClickEvent | Event, file: AXPFileListItem): Promise<void>;
|
|
3034
3072
|
handleFileRemove(event: AXClickEvent, file: AXPFileListItem): Promise<void>;
|
|
3035
3073
|
/**
|
|
3036
3074
|
* Handle revert action – emit the file so parent components can update the status.
|
|
@@ -3044,7 +3082,7 @@ declare class AXPFileListComponent implements OnInit, OnDestroy {
|
|
|
3044
3082
|
runAction(action: any): Promise<void>;
|
|
3045
3083
|
protected getActionColor(action: any): string;
|
|
3046
3084
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPFileListComponent, never>;
|
|
3047
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPFileListComponent, "axp-file-list", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "fileEditable": { "alias": "fileEditable"; "required": false; "isSignal": true; }; "enableTitleDescription": { "alias": "enableTitleDescription"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "files": { "alias": "files"; "required": false; "isSignal": true; }; "plugins": { "alias": "plugins"; "required": false; "isSignal": true; }; "excludePlugins": { "alias": "excludePlugins"; "required": false; "isSignal": true; }; "capabilities": { "alias": "capabilities"; "required": false; "isSignal": true; }; }, { "onRemove": "onRemove"; "onRevert": "onRevert"; "onRename": "onRename"; }, never, never, true, never>;
|
|
3085
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPFileListComponent, "axp-file-list", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "fileEditable": { "alias": "fileEditable"; "required": false; "isSignal": true; }; "enableTitleDescription": { "alias": "enableTitleDescription"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "titleKey": { "alias": "titleKey"; "required": false; "isSignal": true; }; "showLabel": { "alias": "showLabel"; "required": false; "isSignal": true; }; "linksLayout": { "alias": "linksLayout"; "required": false; "isSignal": true; }; "files": { "alias": "files"; "required": false; "isSignal": true; }; "plugins": { "alias": "plugins"; "required": false; "isSignal": true; }; "excludePlugins": { "alias": "excludePlugins"; "required": false; "isSignal": true; }; "capabilities": { "alias": "capabilities"; "required": false; "isSignal": true; }; }, { "onRemove": "onRemove"; "onRevert": "onRevert"; "onRename": "onRename"; }, never, never, true, never>;
|
|
3048
3086
|
}
|
|
3049
3087
|
|
|
3050
3088
|
/** Stable fingerprint for one file row; ignores Blob binary content. */
|
|
@@ -3120,12 +3158,29 @@ declare function isFileUploaderEditDialogAuto(editDialog?: AXPFileUploaderEditDi
|
|
|
3120
3158
|
declare function hasFileUploaderTitleOrDescriptionFields(editDialog?: AXPFileUploaderEditDialogOptions): boolean;
|
|
3121
3159
|
|
|
3122
3160
|
declare class AXPFileUploaderWidgetColumnComponent extends AXPColumnWidgetComponent<AXPFileListItem[]> {
|
|
3123
|
-
|
|
3161
|
+
private readonly queryExecutor;
|
|
3162
|
+
private readonly entityResolver;
|
|
3163
|
+
private readonly formatService;
|
|
3164
|
+
private readonly translation;
|
|
3165
|
+
protected readonly fileListTrigger: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
3166
|
+
protected readonly fileListPopover: _angular_core.Signal<AXPopoverComponent | undefined>;
|
|
3167
|
+
protected readonly fileCount: _angular_core.WritableSignal<number>;
|
|
3168
|
+
protected readonly popoverFiles: _angular_core.WritableSignal<AXPFileListItem[]>;
|
|
3169
|
+
protected readonly loadStatus: _angular_core.WritableSignal<"error" | "idle" | "loading" | "ready">;
|
|
3170
|
+
protected readonly loadError: _angular_core.WritableSignal<string | null>;
|
|
3171
|
+
protected readonly isPopoverOpen: _angular_core.WritableSignal<boolean>;
|
|
3172
|
+
private readonly entityDef;
|
|
3124
3173
|
private loadRequestId;
|
|
3125
|
-
private
|
|
3126
|
-
private
|
|
3174
|
+
private popoverLoadRequestId;
|
|
3175
|
+
private previousRowId;
|
|
3176
|
+
protected readonly entityScope: _angular_core.Signal<_acorex_platform_layout_entity.AXPFileUploaderEntityFilesScope | undefined>;
|
|
3177
|
+
protected readonly popoverTitle: _angular_core.Signal<_acorex_core_translation.AXMultiLanguageString>;
|
|
3127
3178
|
constructor();
|
|
3128
|
-
|
|
3179
|
+
protected openFileListPopover(): void;
|
|
3180
|
+
protected onPopoverOpenChange(event: unknown): void;
|
|
3181
|
+
private openPopoverFromRef;
|
|
3182
|
+
private ensurePopoverFilesLoaded;
|
|
3183
|
+
private coercePopoverOpenEvent;
|
|
3129
3184
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPFileUploaderWidgetColumnComponent, never>;
|
|
3130
3185
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPFileUploaderWidgetColumnComponent, "axp-file-uploader-widget-column", never, { "rawValue": { "alias": "rawValue"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, {}, never, never, true, never>;
|
|
3131
3186
|
}
|
|
@@ -3370,11 +3425,6 @@ interface AXPLookupWidgetOptions {
|
|
|
3370
3425
|
selectorRowActions?: AXPLookupSelectorRowActionsConfig;
|
|
3371
3426
|
}
|
|
3372
3427
|
|
|
3373
|
-
/**
|
|
3374
|
-
* Normalizes lookup/search display templates for row-based formatting.
|
|
3375
|
-
* Converts `context.eval('path')` expressions to `{{ path }}` and single braces to mustache form.
|
|
3376
|
-
*/
|
|
3377
|
-
declare function normalizeLookupDisplayTemplate(template: string): string;
|
|
3378
3428
|
/**
|
|
3379
3429
|
* Resolves the display template for a lookup item.
|
|
3380
3430
|
* Priority: explicit `displayFormat` → entity `formats.lookup` (template) → entity `formats.searchResult.title`.
|
|
@@ -3390,8 +3440,6 @@ declare function resolveLookupDisplayField(entity: AXPEntity | null | undefined,
|
|
|
3390
3440
|
* Formats a lookup row for display using template and/or field resolution.
|
|
3391
3441
|
*/
|
|
3392
3442
|
declare function formatLookupItemDisplay(item: unknown, entity: AXPEntity | null | undefined, options: AXPLookupDisplayOptions, formatService: AXFormatService, resolveMultiLanguage?: (value: AXPMultiLanguageString) => string): string | AXPMultiLanguageString;
|
|
3393
|
-
/** True when a formatted label still contains unresolved template markers. */
|
|
3394
|
-
declare function isUnresolvedLookupDisplayTemplate(value: string): boolean;
|
|
3395
3443
|
|
|
3396
3444
|
declare class AXPLookupWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
3397
3445
|
protected readonly formatService: AXFormatService;
|
|
@@ -3693,7 +3741,8 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
3693
3741
|
protected handleCreateClick(_e: AXClickEvent): Promise<void>;
|
|
3694
3742
|
private executeCreate;
|
|
3695
3743
|
protected setLoading: (loading: boolean) => void;
|
|
3696
|
-
|
|
3744
|
+
/** @param syncContext When false, only updates UI (hydration/revert); skips context writes. */
|
|
3745
|
+
protected setItems: (items: any[], syncContext?: boolean) => void;
|
|
3697
3746
|
/**
|
|
3698
3747
|
* Writes expose targets into context using per-path updates.
|
|
3699
3748
|
* Avoids `contextService.patch()` with nested objects: patch shallow-merges top-level keys only,
|
|
@@ -4435,5 +4484,5 @@ declare class AXPShowListViewAction extends AXPWorkflowAction {
|
|
|
4435
4484
|
}
|
|
4436
4485
|
declare const AXPShowListViewWorkflow: AXPWorkflow;
|
|
4437
4486
|
|
|
4438
|
-
export { ATTACHMENTS_PAGE_COMPONENT_KEY, AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEditFileUploaderCommand, AXPEntitiesListDataSourceDefinition, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorRowActionsService, AXPEntityDataSelectorService, AXPEntityDefinitionProviderWidget, AXPEntityDefinitionProviderWidgetEditComponent, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityEventsKeys, AXPEntityFormBuilderService, AXPEntityListPersistenceModeDefault, AXPEntityListTableService, AXPEntityListToolbarService, AXPEntityListViewCardFieldViewModel, AXPEntityListViewColumnViewModel, AXPEntityListViewModelFactory, AXPEntityListViewModelResolver, AXPEntityListWidget, AXPEntityListWidgetViewComponent, AXPEntityMasterCreateViewModel, AXPEntityMasterListCardSelectActionName, AXPEntityMasterListViewModel, AXPEntityMasterListViewQueryViewModel, AXPEntityMasterSingleElementViewModel, AXPEntityMasterSingleViewGroupViewModel, AXPEntityMasterSingleViewModel, AXPEntityMasterUpdateElementViewModel, AXPEntityMasterUpdateViewModel, AXPEntityMasterUpdateViewModelFactory, AXPEntityMiddleware, AXPEntityModifyConfirmedAction, AXPEntityModifyEvent, AXPEntityModifySectionPopupAction, AXPEntityModule, AXPEntityPerformDeleteAction, AXPEntityPreloadFiltersContainerComponent, AXPEntityPreloadFiltersViewModel, AXPEntityPreloadFiltersViewModelResolver, AXPEntityResolver, AXPEntityService, AXPEntityStorageService, AXPEntityUpdateViewSectionViewModel, AXPFileListComponent, AXPFileUploaderLoadFilesQuery, AXPFileUploaderSaveFilesCommand, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPGetEntityDetailsQuery, AXPLayoutOrderingConfigService, AXPLookupWidget, AXPLookupWidgetColumnComponent, AXPLookupWidgetEditComponent, AXPLookupWidgetViewComponent, AXPMiddlewareAbortError, AXPMiddlewareEntityStorageService, AXPModifyEntitySectionWorkflow, AXPMultiSourceDefinitionProviderContext, AXPMultiSourceDefinitionProviderService, AXPMultiSourceFederatedSearchService, AXPMultiSourceSelectorComponent, AXPMultiSourceSelectorService, AXPMultiSourceSelectorWidget, AXPMultiSourceSelectorWidgetColumnComponent, AXPMultiSourceSelectorWidgetEditComponent, AXPMultiSourceSelectorWidgetViewComponent, AXPMultiSourceType, AXPOpenEntityDetailsCommand, AXPQuickEntityModifyPopupAction, AXPQuickModifyEntityWorkflow, AXPRelatedColumnEnrichmentService, AXPRelatedColumnMetadataResolver, AXPSelectorStructureWidget, AXPSelectorStructureWidgetColumnComponent, AXPSelectorStructureWidgetEditComponent, AXPSelectorStructureWidgetViewComponent, AXPShowDetailViewAction, AXPShowDetailsViewWorkflow, AXPShowListViewAction, AXPShowListViewWorkflow, AXPTruncatedBreadcrumbComponent, AXPUpdateEntityCommand, AXPViewEntityDetailsCommand, AXP_CATEGORY_TREE_ROOT_TITLE_I18N_KEY, AXP_DATA_SEEDER_TOKEN, AXP_ENTITY_ACTION_PLUGIN, AXP_ENTITY_CONFIG_TOKEN, AXP_ENTITY_DEFINITION_LOADER, AXP_ENTITY_MODIFIER, AXP_ENTITY_STORAGE_BACKEND, AXP_ENTITY_STORAGE_MIDDLEWARE, AXP_MULTI_SOURCE_DEFINITION_PROVIDER, AXP_RECORD_WORKFLOW_INFO_CORRELATION_ID_FIELD, AXP_RECORD_WORKFLOW_INFO_DEFINITION_ID_FIELD, AXP_RECORD_WORKFLOW_INFO_INSTANCE_ID_FIELD, DEFAULT_COLUMN_ORDER, DEFAULT_PAIR_SPAN_RULES, DEFAULT_PROPERTY_ORDER, DEFAULT_SECTION_ORDER, ENTITY_LIST_ROUTE_CONTEXT_SESSION_KEY, EntityBuilder, EntityDataAccessor, actionExists, applyDataSourcePagingWithoutLoad, attachmentFieldCount, attachmentsPlugin, attachmentsSemanticallyEqual, axpCreateEntityAiToolInputDefaults, axpCreateEntityCommandDefinition, buildAXPRecordWorkflowInfo, canPersistEntityListState, cloneLayoutArrays, collectEntityQuickSearchFieldPaths, collectNestedCreateHiddenProperties, collectNestedFieldPathsFromEntityColumns, collectQuickSearchPathsFromSingleEntityDefinition, columnOrderingMiddleware, columnOrderingMiddlewareProvider, columnWidthMiddleware, columnWidthMiddlewareProvider, 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,
|
|
4439
|
-
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, AXPFileUploaderEditDialogFieldOptions, AXPFileUploaderEditDialogMode, AXPFileUploaderEditDialogOptions, AXPFileUploaderEntityFilesScope, AXPFileUploaderLoadFilesInput, AXPFileUploaderLoadFilesResult, AXPFileUploaderSaveFilesInput, AXPFileUploaderSaveFilesResult, AXPFileUploaderShowFileListEntityContext, AXPFileUploaderShowFileListOptions, AXPFileUploaderUploadActionDescriptor, AXPFileUploaderWidgetColumnOptions, AXPFileUploaderWidgetDesignerOptions, AXPFileUploaderWidgetEditOptions, AXPFileUploaderWidgetOptions, AXPFileUploaderWidgetPrintOptions, AXPFileUploaderWidgetViewOptions, AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult, AXPLookupColumnResolveOptions, AXPLookupColumnResolveStrategy, AXPLookupDisplayOptions, AXPLookupPopoverOptions, AXPLookupSelectorRowActionsConfig, AXPLookupWidgetLookType, AXPLookupWidgetOptions, AXPMultiSourceDefinition, AXPMultiSourceDefinitionProvider, AXPMultiSourceItem, AXPMultiSourceRef, AXPMultiSourceSearchResult, AXPMultiSourceSearchResultItem, AXPMultiSourceSelectorOpenConfig, AXPMultiSourceSelectorResult, AXPMultiSourceSelectorWidgetOptions, AXPMultiSourceValue, AXPOpenEntityDetailsCommandInput, AXPRecordAuditInfo, AXPRecordOwnershipInfo, AXPRecordStateInfo, AXPRecordWorkflowInfo, AXPRelatedColumnMetadata, AXPSelectorStructureFieldDef, AXPSelectorStructureIdentityDisplay, AXPSelectorStructurePresentationMode, AXPSelectorStructureSelectorMode, AXPSelectorStructureStructureMode, AXPSelectorStructureWidgetColumnOptions, AXPSelectorStructureWidgetDesignerOptions, AXPSelectorStructureWidgetEditOptions, AXPSelectorStructureWidgetOptions, AXPSelectorStructureWidgetPrintOptions, AXPSelectorStructureWidgetViewOptions, AXPShowListViewCondition, AttachmentsDisplayMode, AttachmentsPluginOptions, CategoryQueryEvent, CategoryQueryFunction, CategoryQueryResult, CategoryTreeConfig, CategoryTreeNodeData, EntityDetailPluginPageSlot, PairSpanRule, ResolveEntityPluginDetailPageOrderOptions, RunEntityQueryAdapters, SectionOrderConfig, SkipEntityComponentPageRef };
|
|
4487
|
+
export { ATTACHMENTS_PAGE_COMPONENT_KEY, AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEditFileUploaderCommand, AXPEntitiesListDataSourceDefinition, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorRowActionsService, AXPEntityDataSelectorService, AXPEntityDefinitionProviderWidget, AXPEntityDefinitionProviderWidgetEditComponent, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityEventsKeys, AXPEntityFormBuilderService, AXPEntityListPersistenceModeDefault, AXPEntityListTableService, AXPEntityListToolbarService, AXPEntityListViewCardFieldViewModel, AXPEntityListViewColumnViewModel, AXPEntityListViewModelFactory, AXPEntityListViewModelResolver, AXPEntityListWidget, AXPEntityListWidgetViewComponent, AXPEntityMasterCreateViewModel, AXPEntityMasterListCardSelectActionName, AXPEntityMasterListViewModel, AXPEntityMasterListViewQueryViewModel, AXPEntityMasterSingleElementViewModel, AXPEntityMasterSingleViewGroupViewModel, AXPEntityMasterSingleViewModel, AXPEntityMasterUpdateElementViewModel, AXPEntityMasterUpdateViewModel, AXPEntityMasterUpdateViewModelFactory, AXPEntityMiddleware, AXPEntityModifyConfirmedAction, AXPEntityModifyEvent, AXPEntityModifySectionPopupAction, AXPEntityModule, AXPEntityPerformDeleteAction, AXPEntityPreloadFiltersContainerComponent, AXPEntityPreloadFiltersViewModel, AXPEntityPreloadFiltersViewModelResolver, AXPEntityResolver, AXPEntityService, AXPEntityStorageService, AXPEntityUpdateViewSectionViewModel, AXPFileListComponent, AXPFileUploaderLoadFilesQuery, AXPFileUploaderSaveFilesCommand, AXPFileUploaderWidget, AXPFileUploaderWidgetColumnComponent, AXPFileUploaderWidgetEditComponent, AXPFileUploaderWidgetService, AXPFileUploaderWidgetViewComponent, AXPGetEntityDetailsQuery, AXPLayoutOrderingConfigService, AXPLookupWidget, AXPLookupWidgetColumnComponent, AXPLookupWidgetEditComponent, AXPLookupWidgetViewComponent, AXPMiddlewareAbortError, AXPMiddlewareEntityStorageService, AXPModifyEntitySectionWorkflow, AXPMultiSourceDefinitionProviderContext, AXPMultiSourceDefinitionProviderService, AXPMultiSourceFederatedSearchService, AXPMultiSourceSelectorComponent, AXPMultiSourceSelectorService, AXPMultiSourceSelectorWidget, AXPMultiSourceSelectorWidgetColumnComponent, AXPMultiSourceSelectorWidgetEditComponent, AXPMultiSourceSelectorWidgetViewComponent, AXPMultiSourceType, AXPOpenEntityDetailsCommand, AXPQuickEntityModifyPopupAction, AXPQuickModifyEntityWorkflow, AXPRelatedColumnEnrichmentService, AXPRelatedColumnMetadataResolver, AXPSelectorStructureWidget, AXPSelectorStructureWidgetColumnComponent, AXPSelectorStructureWidgetEditComponent, AXPSelectorStructureWidgetViewComponent, AXPShowDetailViewAction, AXPShowDetailsViewWorkflow, AXPShowListViewAction, AXPShowListViewWorkflow, AXPTruncatedBreadcrumbComponent, AXPUpdateEntityCommand, AXPViewEntityDetailsCommand, AXP_CATEGORY_TREE_ROOT_TITLE_I18N_KEY, AXP_DATA_SEEDER_TOKEN, AXP_ENTITY_ACTION_PLUGIN, AXP_ENTITY_CONFIG_TOKEN, AXP_ENTITY_DEFINITION_LOADER, AXP_ENTITY_MODIFIER, AXP_ENTITY_STORAGE_BACKEND, AXP_ENTITY_STORAGE_MIDDLEWARE, AXP_MULTI_SOURCE_DEFINITION_PROVIDER, AXP_RECORD_WORKFLOW_INFO_CORRELATION_ID_FIELD, AXP_RECORD_WORKFLOW_INFO_DEFINITION_ID_FIELD, AXP_RECORD_WORKFLOW_INFO_INSTANCE_ID_FIELD, DEFAULT_COLUMN_ORDER, DEFAULT_PAIR_SPAN_RULES, DEFAULT_PROPERTY_ORDER, DEFAULT_SECTION_ORDER, ENTITY_LIST_ROUTE_CONTEXT_SESSION_KEY, EntityBuilder, EntityDataAccessor, actionExists, applyDataSourcePagingWithoutLoad, attachmentFieldCount, attachmentsPlugin, attachmentsSemanticallyEqual, axpCreateEntityAiToolInputDefaults, axpCreateEntityCommandDefinition, buildAXPRecordWorkflowInfo, canPersistEntityListState, cloneLayoutArrays, collectEntityQuickSearchFieldPaths, collectNestedCreateHiddenProperties, collectNestedFieldPathsFromEntityColumns, collectQuickSearchPathsFromSingleEntityDefinition, columnOrderingMiddleware, columnOrderingMiddlewareProvider, columnWidthMiddleware, columnWidthMiddlewareProvider, commandMessageTextForError, committedAttachments, computeEntityAggregates, createColumnOrderingMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, defaultCardLayoutMiddleware, defaultCardLayoutMiddlewareProvider, defaultMultiLanguageMiddleware, defaultMultiLanguageMiddlewareProvider, detectEntityChanges, ensureLayoutPropertyView, ensureLayoutSection, ensureListActions, entityDetailsCreateActions, entityDetailsCreateActionsDeferredParent, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterEditAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, eventDispatchMiddleware, filterSortEntityRows, findEntityListRowDataInTree, fingerprintAttachmentItem, fingerprintAttachments, formatLookupItemDisplay, getDataSourcePageIndex, getEntityListRowId, getMasterInterfacePropertySortKey, getRecordWorkflowCorrelationId, getRecordWorkflowInstanceId, hasFileUploaderTitleOrDescriptionFields, isAXPMiddlewareAbortError, isAttachmentListEntry, isCategoryEntity, isCategoryFilter, isFileListItem, isFileUploaderEditDialogAuto, isLegacyEntityDataSelectorOptions, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider, mapEntityStorageErrorToCommandResult, mapLegacyEntityDataSelectorOptions, mergeForeignKeyFieldIntoCreateActions, normalizeEntityDataSelectorOptions, normalizeEntityFieldToFileList, normalizeEntityListPersistenceMode, normalizeListPaging, persistedAttachments, provideEntity, resolveEntityPluginDetailPageOrder, resolveFileUploaderEditDialog, resolveFileUploaderEntityScope, resolveLookupDisplayField, resolveLookupDisplayTemplate, restoreEntityListExpandedRows, runEntityQuery, searchResultDescriptionMiddleware, searchResultDescriptionMiddlewareProvider, shouldLoadEntityListStateFromStorage, shouldResetEntityListStateOnRouteEntry };
|
|
4488
|
+
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 };
|