@acorex/platform 21.0.0-next.0 → 21.0.0-next.2
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/auth/index.d.ts +238 -92
- package/common/index.d.ts +42 -606
- package/core/index.d.ts +432 -574
- package/fesm2022/acorex-platform-auth.mjs +200 -153
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/acorex-platform-common.mjs +112 -1009
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +416 -694
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain.mjs +11 -54
- package/fesm2022/acorex-platform-domain.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +272 -414
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +3105 -2064
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +7 -7
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +648 -756
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +4 -4
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +174 -248
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-schema-widget-edit.component-fhhZOWul.mjs +50 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-schema-widget-edit.component-fhhZOWul.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-schema-widget-view.component-C3Qbs0fz.mjs +42 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-schema-widget-view.component-C3Qbs0fz.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-values-widget-edit.component-CngQBUlN.mjs +55 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-values-widget-edit.component-CngQBUlN.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-values-widget-view.component-DSNo9e4W.mjs +50 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-values-widget-view.component-DSNo9e4W.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-widget-edit.component-CL0CwEHX.mjs +48 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-widget-edit.component-CL0CwEHX.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-widget-view.component-B6Fi0xTw.mjs +42 -0
- package/fesm2022/acorex-platform-layout-widgets-extra-properties-widget-view.component-B6Fi0xTw.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-file-list-popup.component-CxrsI6Hn.mjs → acorex-platform-layout-widgets-file-list-popup.component-D0y-9nE5.mjs} +2 -2
- package/fesm2022/acorex-platform-layout-widgets-file-list-popup.component-D0y-9nE5.mjs.map +1 -0
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-Ck7-wpT2.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-m8rHZP8L.mjs} +2 -2
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-m8rHZP8L.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-widgets.mjs +974 -2994
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-VIGuU5M4.mjs → acorex-platform-themes-default-entity-master-create-view.component-mARj77Mr.mjs} +5 -26
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-mARj77Mr.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-DyDa_hyd.mjs → acorex-platform-themes-default-entity-master-list-view.component-Cym8pq0v.mjs} +5 -4
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-Cym8pq0v.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BTA6h7Xd.mjs +101 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BTA6h7Xd.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-eMBby9k4.mjs → acorex-platform-themes-default-entity-master-single-view.component-B_P0a5KW.mjs} +3 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-B_P0a5KW.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +30 -166
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +27 -27
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/layout/builder/index.d.ts +1 -4
- package/layout/components/index.d.ts +327 -405
- package/layout/designer/index.d.ts +3 -3
- package/layout/entity/index.d.ts +108 -163
- package/layout/widget-core/index.d.ts +49 -39
- package/layout/widgets/index.d.ts +54 -368
- package/package.json +1 -1
- package/themes/default/index.d.ts +2 -15
- package/themes/shared/index.d.ts +10 -10
- package/fesm2022/acorex-platform-layout-widgets-file-list-popup.component-CxrsI6Hn.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-Ck7-wpT2.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-VIGuU5M4.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-DyDa_hyd.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Ua3ZA5hk.mjs +0 -101
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Ua3ZA5hk.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-eMBby9k4.mjs.map +0 -1
|
@@ -10,7 +10,7 @@ import { AXMenuItem } from '@acorex/components/menu';
|
|
|
10
10
|
import { Subject } from 'rxjs';
|
|
11
11
|
import { AXPBroadcastEventService } from '@acorex/platform/core';
|
|
12
12
|
import { AXUnsubscriber } from '@acorex/core/utils';
|
|
13
|
-
import { AXPClipBoardService,
|
|
13
|
+
import { AXPClipBoardService, AXPSettingService } from '@acorex/platform/common';
|
|
14
14
|
|
|
15
15
|
declare class AXPDesignerAddWidgetButtonComponent {
|
|
16
16
|
private designerService;
|
|
@@ -73,7 +73,7 @@ interface AXPDisplayWidgetConfig extends AXPWidgetConfig {
|
|
|
73
73
|
pinned: boolean;
|
|
74
74
|
}
|
|
75
75
|
declare class AXPDesignerWidgetPickerComponent extends AXBasePageComponent {
|
|
76
|
-
private
|
|
76
|
+
private settingService;
|
|
77
77
|
private readonly pinnedSettingKey;
|
|
78
78
|
protected searchTerm: _angular_core.ModelSignal<string>;
|
|
79
79
|
private widgets;
|
|
@@ -400,7 +400,7 @@ declare class AXPLayoutDesignerPreviewViewerComponent {
|
|
|
400
400
|
|
|
401
401
|
declare class AXPLayoutDesignerPreviewComponent extends AXBasePageComponent {
|
|
402
402
|
protected clipboard: AXPClipBoardService;
|
|
403
|
-
protected settings:
|
|
403
|
+
protected settings: AXPSettingService;
|
|
404
404
|
protected eventService: AXPBroadcastEventService;
|
|
405
405
|
protected initialSize: string;
|
|
406
406
|
protected isDialogWindow: boolean;
|
package/layout/entity/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AXPExecuteCommandResult, AXPMetaData, AXPGridLayoutOptions, AXPBreadcrumbItem, AXPFilterQuery, AXPFilterDefinition, AXPExecuteCommand, AXPUserReference, AXPQueryRequest, AXPPagedListResult, AXPCategoryEntity as AXPCategoryEntity$1, AXPMiddlewareErrorResponse, AXHighlightService, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem } from '@acorex/platform/core';
|
|
2
|
-
import { AXPCommand,
|
|
1
|
+
import { AXPExecuteCommandResult, AXPMetaData, AXPGridLayoutOptions, AXPBreadcrumbItem, AXPFilterQuery, AXPFilterDefinition, AXPExecuteCommand, AXPUserReference, AXPQueryRequest, AXPPagedListResult, AXPCategoryEntity as AXPCategoryEntity$1, AXPAppStartUpService, AXPMiddlewareErrorResponse, AXHighlightService, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPDeviceService, AXPBroadcastEventService, AXPActionMenuItem } from '@acorex/platform/core';
|
|
2
|
+
import { AXPCommand, AXPQuery, AXPCommandService } from '@acorex/platform/runtime';
|
|
3
3
|
import * as _angular_core from '@angular/core';
|
|
4
4
|
import { ElementRef, InjectionToken, Injector, Type, OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
5
5
|
import { AXPopoverComponent } from '@acorex/components/popover';
|
|
6
6
|
import * as i3 from '@acorex/platform/layout/widget-core';
|
|
7
|
-
import { AXPWidgetNode, AXPWidgetColumnNode, AXPWidgetCoreService, AXPColumnWidgetComponent, AXPValueWidgetComponent, AXPWidgetConfig, AXPWidgetRendererDirective } from '@acorex/platform/layout/widget-core';
|
|
8
|
-
import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption, AXValueChangedEvent, AXClickEvent, AXFocusEvent, AXHtmlEvent
|
|
7
|
+
import { AXPWidgetNode, AXPWidgetColumnNode, AXPWidgetCoreService, AXPColumnWidgetComponent, AXPValueWidgetComponent, AXPWidgetConfig, AXPWidgetRendererDirective, AXPLayoutBaseWidgetComponent } from '@acorex/platform/layout/widget-core';
|
|
8
|
+
import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption, AXValueChangedEvent, AXClickEvent, AXFocusEvent, AXHtmlEvent } from '@acorex/cdk/common';
|
|
9
9
|
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
10
10
|
import { AXPEntityCommandScope, AXPEntity, AXPEntityAction, AXPEntityProperty, AXPEntityTableColumn, AXPRelatedEntity, AXPEntitySectionView, AXPEntityPropertyCreateView, AXPEntityPropertyLayoutConfig, AXPQueryView, AXPEntityPropertyView, AXPCategoryEntity, AXPEntityPropertyGroup, AXPEntityMasterCreateLayoutView, AXPEntityMasterUpdateLayoutView, AXPEntityMasterSingleLayoutView, AXPEntityMasterListView, AXPEntityDetailListView, AXPQueryFilter } from '@acorex/platform/common';
|
|
11
11
|
import * as i1 from '@angular/router';
|
|
@@ -14,7 +14,6 @@ import * as rxjs from 'rxjs';
|
|
|
14
14
|
import { Subject } from 'rxjs';
|
|
15
15
|
import * as i2 from '@acorex/platform/workflow';
|
|
16
16
|
import { AXPWorkflowService, AXPWorkflowAction, AXPWorkflowContext, AXPWorkflow } from '@acorex/platform/workflow';
|
|
17
|
-
import { AXPSessionService } from '@acorex/platform/auth';
|
|
18
17
|
import { AXTreeViewNode, AXTreeViewComponent, AXTreeViewNodeToggleEvent, AXTreeViewNodeSelectEvent, AXTreeViewSelectionChangeEvent } from '@acorex/components/tree-view';
|
|
19
18
|
import { AXTranslationService } from '@acorex/core/translation';
|
|
20
19
|
import { AXPopupSizeType, AXPopupService } from '@acorex/components/popup';
|
|
@@ -24,6 +23,8 @@ import { AXFormatService } from '@acorex/core/format';
|
|
|
24
23
|
import { AXTagBoxComponent } from '@acorex/components/tag-box';
|
|
25
24
|
import { AXPDataListWidgetComponentOptions } from '@acorex/platform/layout/widgets';
|
|
26
25
|
import { AXSelectBoxComponent } from '@acorex/components/select-box';
|
|
26
|
+
import { AXTextBoxComponent } from '@acorex/components/text-box';
|
|
27
|
+
import { AXPWidgetPropertiesChangedEvent } from '@acorex/platform/layout/components';
|
|
27
28
|
|
|
28
29
|
declare class AXPCreateEntityCommand implements AXPCommand<any, any> {
|
|
29
30
|
private entityForm;
|
|
@@ -206,8 +207,7 @@ declare class AXPEntityDetailListViewModel {
|
|
|
206
207
|
private workflow;
|
|
207
208
|
private filterOperatorMiddleware;
|
|
208
209
|
private expressionEvaluator;
|
|
209
|
-
|
|
210
|
-
dataSource: AXDataSource<any>;
|
|
210
|
+
dataSource: AXDataSource<unknown>;
|
|
211
211
|
parentKey: _angular_core.Signal<string | undefined>;
|
|
212
212
|
constructor(injector: Injector, detailEntityConfig: AXPRelatedEntity, parent: {
|
|
213
213
|
entity: AXPEntity;
|
|
@@ -356,7 +356,6 @@ declare class AXPEntityMasterListViewModel {
|
|
|
356
356
|
private readonly expressionEvaluator;
|
|
357
357
|
private readonly commandService;
|
|
358
358
|
private readonly eventService;
|
|
359
|
-
private readonly queryExecutor;
|
|
360
359
|
private readonly filterOperatorMiddleware;
|
|
361
360
|
private settingEntityKey;
|
|
362
361
|
private readonly destroyed;
|
|
@@ -369,7 +368,7 @@ declare class AXPEntityMasterListViewModel {
|
|
|
369
368
|
views: _angular_core.Signal<AXPEntityMasterListViewQueryViewModel[]>;
|
|
370
369
|
view: _angular_core.WritableSignal<AXPEntityMasterListViewQueryViewModel>;
|
|
371
370
|
setView(viewName?: string | null): Promise<void>;
|
|
372
|
-
dataSource: AXDataSource<
|
|
371
|
+
dataSource: AXDataSource<unknown>;
|
|
373
372
|
constructor(injector: Injector, config: AXPEntity);
|
|
374
373
|
applySettings(): Promise<void>;
|
|
375
374
|
saveSettings(changesType: 'columnSizes' | 'columnOrders' | 'view' | 'pageSize' | 'filters' | 'sorts', data?: any): Promise<void>;
|
|
@@ -717,13 +716,14 @@ interface AXPEntityDefinitionPreloader {
|
|
|
717
716
|
preload(): AXPEntityPreloadEntity[];
|
|
718
717
|
}
|
|
719
718
|
declare class AXPEntityDefinitionRegistryService {
|
|
719
|
+
private providers;
|
|
720
|
+
private resolver;
|
|
720
721
|
private middleware;
|
|
721
|
-
private moduleProviderLoader;
|
|
722
|
-
private manifestRegistry;
|
|
723
722
|
private onChanged;
|
|
724
723
|
get onChanged$(): rxjs.Observable<{
|
|
725
724
|
name: string;
|
|
726
725
|
}>;
|
|
726
|
+
preload(): Promise<void>;
|
|
727
727
|
private entities;
|
|
728
728
|
private entityResolver;
|
|
729
729
|
/**
|
|
@@ -751,12 +751,6 @@ declare class AXPEntityDefinitionRegistryService {
|
|
|
751
751
|
* @returns An array of AXPEntity objects.
|
|
752
752
|
*/
|
|
753
753
|
getAll(): AXPEntity[];
|
|
754
|
-
/**
|
|
755
|
-
* Clear all registered entity configurations.
|
|
756
|
-
* Should be called when modules are cleared to prevent stale entity data.
|
|
757
|
-
* @param preserveModules Optional list of module names whose entities should be preserved
|
|
758
|
-
*/
|
|
759
|
-
clear(preserveModules?: string[]): void;
|
|
760
754
|
/**
|
|
761
755
|
* Resolves an entity configuration based on module and entity name. If the configuration
|
|
762
756
|
* is not already registered, attempts to load it dynamically. Throws an error if the
|
|
@@ -768,13 +762,6 @@ declare class AXPEntityDefinitionRegistryService {
|
|
|
768
762
|
* @throws Error if the entity configuration cannot be resolved.
|
|
769
763
|
*/
|
|
770
764
|
resolve(moduleName: string, entityName: string): Promise<AXPEntity>;
|
|
771
|
-
exists(moduleName: string, entityName: string): Promise<boolean>;
|
|
772
|
-
/**
|
|
773
|
-
* Waits for module provider to be loaded if the module exists in manifest but provider isn't registered yet.
|
|
774
|
-
* This handles race conditions where entity resolution happens before module providers finish loading.
|
|
775
|
-
* Only waits for required modules or waits briefly for non-required modules (which may not be accessible to current user).
|
|
776
|
-
*/
|
|
777
|
-
private waitForModuleProviderIfNeeded;
|
|
778
765
|
/**
|
|
779
766
|
* Creates a unique key for an entity based on its module and name.
|
|
780
767
|
*
|
|
@@ -787,32 +774,36 @@ declare class AXPEntityDefinitionRegistryService {
|
|
|
787
774
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityDefinitionRegistryService>;
|
|
788
775
|
}
|
|
789
776
|
|
|
790
|
-
interface
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
deleted?:
|
|
777
|
+
interface AXPAuditable {
|
|
778
|
+
created?: {
|
|
779
|
+
at?: Date;
|
|
780
|
+
by?: AXPUserReference;
|
|
781
|
+
};
|
|
782
|
+
updated?: {
|
|
783
|
+
at?: Date;
|
|
784
|
+
by?: AXPUserReference;
|
|
785
|
+
};
|
|
786
|
+
deleted?: {
|
|
787
|
+
at?: Date;
|
|
788
|
+
by?: AXPUserReference;
|
|
789
|
+
};
|
|
800
790
|
}
|
|
801
|
-
interface
|
|
791
|
+
interface AXPRecordControl {
|
|
792
|
+
isReadOnly?: boolean;
|
|
802
793
|
isHidden?: boolean;
|
|
803
794
|
isSystem?: boolean;
|
|
804
795
|
isImmutable?: boolean;
|
|
805
796
|
isDistributed?: boolean;
|
|
806
797
|
}
|
|
807
|
-
interface
|
|
798
|
+
interface AXPRecordOwnership {
|
|
808
799
|
tenantId?: string;
|
|
809
|
-
|
|
800
|
+
ownerId?: string;
|
|
810
801
|
}
|
|
811
802
|
interface AXPEntityModel<Id> {
|
|
812
803
|
id: Id;
|
|
813
|
-
auditInfo?:
|
|
814
|
-
stateInfo?:
|
|
815
|
-
ownershipInfo?:
|
|
804
|
+
auditInfo?: AXPAuditable;
|
|
805
|
+
stateInfo?: AXPRecordControl;
|
|
806
|
+
ownershipInfo?: AXPRecordOwnership;
|
|
816
807
|
}
|
|
817
808
|
interface AXPEntityCreateDto {
|
|
818
809
|
}
|
|
@@ -893,7 +884,6 @@ declare class AXMEntityCrudServiceImpl<TKey, TDetailDto extends AXPEntityDetailD
|
|
|
893
884
|
}): Promise<AXPPagedListResult<TListItemDto>>;
|
|
894
885
|
getCategoriesList(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXPCategoryEntity$1<TKey>>>;
|
|
895
886
|
get storageService(): AXPEntityStorageService<any, any, any, any, any>;
|
|
896
|
-
custom<Req, Res>(request: Req): Promise<void>;
|
|
897
887
|
}
|
|
898
888
|
|
|
899
889
|
interface AXPEntityConfigs {
|
|
@@ -918,121 +908,21 @@ interface AXPEntityDefinitionLoader {
|
|
|
918
908
|
declare const AXP_ENTITY_DEFINITION_LOADER: InjectionToken<AXPEntityDefinitionLoader>;
|
|
919
909
|
declare class AXPEntityResolver {
|
|
920
910
|
private providers;
|
|
921
|
-
private providerRegistry;
|
|
922
911
|
get(moduleName: string, entityName: string): Promise<AXPEntity | null>;
|
|
923
912
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityResolver, never>;
|
|
924
913
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityResolver>;
|
|
925
914
|
}
|
|
926
915
|
|
|
927
916
|
declare class AXPEntityModule {
|
|
917
|
+
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
928
918
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityModule, never>;
|
|
929
919
|
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXPEntityModule, never, [typeof i1.RouterModule, typeof i2.AXPWorkflowModule, typeof i3.AXPWidgetCoreModule], never>;
|
|
930
920
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXPEntityModule>;
|
|
931
921
|
}
|
|
932
922
|
|
|
933
|
-
/**
|
|
934
|
-
* Data accessor for entity operations.
|
|
935
|
-
* Provides methods to query and execute commands with smart resolution:
|
|
936
|
-
* 1. Checks entity definition queries/commands first
|
|
937
|
-
* 2. Falls back to CRUD service if not defined
|
|
938
|
-
*/
|
|
939
|
-
declare class EntityDataAccessor<TKey = any, TDetailDto extends AXPEntityDetailDto<TKey> = AXPEntityModel<TKey>, TListItemDto extends AXPEntityListItemDto<TKey> = TDetailDto, TCreateDto extends AXPEntityCreateDto = Omit<TDetailDto, 'id'>, TUpdateDto extends AXPEntityUpdateDto<TKey> = TDetailDto> {
|
|
940
|
-
private module;
|
|
941
|
-
private entity;
|
|
942
|
-
private entityRegistry;
|
|
943
|
-
private queryExecutor;
|
|
944
|
-
private commandService;
|
|
945
|
-
private crudService;
|
|
946
|
-
private entityDef;
|
|
947
|
-
private entityDefPromise;
|
|
948
|
-
constructor(module: string, entity: string, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService);
|
|
949
|
-
/**
|
|
950
|
-
* Resolves the entity definition lazily and caches it.
|
|
951
|
-
* @returns The resolved entity definition
|
|
952
|
-
*/
|
|
953
|
-
private resolveEntityDef;
|
|
954
|
-
/**
|
|
955
|
-
* Gets a single entity by key.
|
|
956
|
-
* @param key - The entity key
|
|
957
|
-
* @returns The entity detail or null if not found
|
|
958
|
-
*/
|
|
959
|
-
byKey(key: TKey): Promise<TDetailDto | null>;
|
|
960
|
-
/**
|
|
961
|
-
* Queries a list of entities.
|
|
962
|
-
* @param request - The query request (optional)
|
|
963
|
-
* @returns The paged list result
|
|
964
|
-
*/
|
|
965
|
-
query(request?: AXPQueryRequest): Promise<AXPPagedListResult<TListItemDto>>;
|
|
966
|
-
/**
|
|
967
|
-
* Creates a new entity.
|
|
968
|
-
* @param data - The entity data to create
|
|
969
|
-
* @returns The created entity key
|
|
970
|
-
*/
|
|
971
|
-
create(data: TCreateDto): Promise<TKey>;
|
|
972
|
-
/**
|
|
973
|
-
* Updates an existing entity.
|
|
974
|
-
* @param id - The entity key
|
|
975
|
-
* @param data - The entity data to update
|
|
976
|
-
* @returns The updated entity
|
|
977
|
-
*/
|
|
978
|
-
update(id: TKey, data: Omit<Partial<TUpdateDto>, 'id'>): Promise<TDetailDto>;
|
|
979
|
-
/**
|
|
980
|
-
* Deletes an entity.
|
|
981
|
-
* @param id - The entity key
|
|
982
|
-
*/
|
|
983
|
-
delete(id: TKey): Promise<void>;
|
|
984
|
-
}
|
|
985
|
-
/**
|
|
986
|
-
* Builder class for entity operations.
|
|
987
|
-
* Provides methods to create paths and access entity data.
|
|
988
|
-
*/
|
|
989
|
-
declare class EntityBuilder {
|
|
990
|
-
private sessionService;
|
|
991
|
-
private entityRegistry;
|
|
992
|
-
private queryExecutor;
|
|
993
|
-
private commandService;
|
|
994
|
-
readonly module: string;
|
|
995
|
-
readonly entity: string;
|
|
996
|
-
constructor(module: string, entity: string, sessionService: AXPSessionService, entityRegistry: AXPEntityDefinitionRegistryService, queryExecutor: AXPQueryExecutor, commandService: AXPCommandService);
|
|
997
|
-
/**
|
|
998
|
-
* Creates a path for the entity.
|
|
999
|
-
* @param path - The path segment (defaults to 'list')
|
|
1000
|
-
* @returns The full path string
|
|
1001
|
-
*/
|
|
1002
|
-
createPath(path?: string): string;
|
|
1003
|
-
/**
|
|
1004
|
-
* Gets the data accessor for the entity with generic type support.
|
|
1005
|
-
* Entity definition is resolved lazily on first method call.
|
|
1006
|
-
* @returns An EntityDataAccessor instance
|
|
1007
|
-
*/
|
|
1008
|
-
data<TKey = any, TDetailDto extends AXPEntityDetailDto<TKey> = AXPEntityModel<TKey>, TListItemDto extends AXPEntityListItemDto<TKey> = TDetailDto, TCreateDto extends AXPEntityCreateDto = Omit<TDetailDto, 'id'>, TUpdateDto extends AXPEntityUpdateDto<TKey> = TDetailDto>(): EntityDataAccessor<TKey, TDetailDto, TListItemDto, TCreateDto, TUpdateDto>;
|
|
1009
|
-
}
|
|
1010
923
|
declare class AXPEntityService {
|
|
1011
924
|
private sessionService;
|
|
1012
|
-
private entityRegistry;
|
|
1013
|
-
private queryExecutor;
|
|
1014
|
-
private commandService;
|
|
1015
|
-
/**
|
|
1016
|
-
* @deprecated Use `withEntity(module, entity).createPath(path)` instead.
|
|
1017
|
-
* This method will be removed in a future version.
|
|
1018
|
-
*/
|
|
1019
925
|
createPath(module: string, entity: string, path?: string): string;
|
|
1020
|
-
/**
|
|
1021
|
-
* Creates a builder for entity operations.
|
|
1022
|
-
* Entity definition is resolved lazily when data accessor methods are called.
|
|
1023
|
-
* @param module - The module name
|
|
1024
|
-
* @param entity - The entity name
|
|
1025
|
-
* @returns An EntityBuilder instance
|
|
1026
|
-
*/
|
|
1027
|
-
withEntity(module: string, entity: string): EntityBuilder;
|
|
1028
|
-
/**
|
|
1029
|
-
* Creates a builder for entity operations using dot notation.
|
|
1030
|
-
* Entity definition is resolved lazily when data accessor methods are called.
|
|
1031
|
-
* @param entityKey - The entity key in format "module.entity"
|
|
1032
|
-
* @returns An EntityBuilder instance
|
|
1033
|
-
* @throws Error if the entity key format is invalid
|
|
1034
|
-
*/
|
|
1035
|
-
withEntity(entityKey: string): EntityBuilder;
|
|
1036
926
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityService, never>;
|
|
1037
927
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityService>;
|
|
1038
928
|
}
|
|
@@ -1211,7 +1101,7 @@ interface CategoryTreeNodeData {
|
|
|
1211
1101
|
basicQueryEvent: CategoryQueryEvent;
|
|
1212
1102
|
}
|
|
1213
1103
|
declare class AXPCategoryTreeService {
|
|
1214
|
-
protected readonly entityResolver:
|
|
1104
|
+
protected readonly entityResolver: AXPEntityResolver;
|
|
1215
1105
|
protected readonly translate: AXTranslationService;
|
|
1216
1106
|
/**
|
|
1217
1107
|
* Initialize category tree data source
|
|
@@ -1335,12 +1225,7 @@ declare function entityDetailsReferenceCondition(type: string): AXPQueryFilter[]
|
|
|
1335
1225
|
declare function entityDetailsEditAction(): AXPEntityAction;
|
|
1336
1226
|
declare function entityDetailsNewEditAction(): AXPEntityAction;
|
|
1337
1227
|
declare function entityOverrideDetailsViewAction(): AXPEntityAction;
|
|
1338
|
-
declare function entityDetailsCrudActions(parentId: string
|
|
1339
|
-
create?: boolean;
|
|
1340
|
-
delete?: boolean;
|
|
1341
|
-
view?: boolean;
|
|
1342
|
-
edit?: boolean;
|
|
1343
|
-
}): AXPEntityAction[];
|
|
1228
|
+
declare function entityDetailsCrudActions(parentId: string): AXPEntityAction[];
|
|
1344
1229
|
declare function entityDetailsReferenceCreateActions(type: string): AXPEntityAction[];
|
|
1345
1230
|
type AXPEntityChangeSet = {
|
|
1346
1231
|
[key: string]: {
|
|
@@ -1563,7 +1448,7 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
|
|
|
1563
1448
|
declare class AXPEntityCategoryWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
1564
1449
|
protected readonly entityDetailPopoverService: AXPEntityDetailPopoverService;
|
|
1565
1450
|
protected readonly formatService: AXFormatService;
|
|
1566
|
-
protected readonly entityResolver:
|
|
1451
|
+
protected readonly entityResolver: AXPEntityResolver;
|
|
1567
1452
|
private readonly rawValueSignal;
|
|
1568
1453
|
set rawValueInput(value: any);
|
|
1569
1454
|
protected entity: _angular_core.Signal<string>;
|
|
@@ -1617,7 +1502,7 @@ interface AXPEntityCategoryWidgetOptions {
|
|
|
1617
1502
|
|
|
1618
1503
|
declare class AXPEntityCategoryWidgetEditComponent extends AXPValueWidgetComponent<any, AXPEntityCategoryWidgetOptions> {
|
|
1619
1504
|
#private;
|
|
1620
|
-
protected readonly entityResolver:
|
|
1505
|
+
protected readonly entityResolver: AXPEntityResolver;
|
|
1621
1506
|
protected readonly popupService: AXPopupService;
|
|
1622
1507
|
private readonly translateService;
|
|
1623
1508
|
protected readonly cdr: ChangeDetectorRef;
|
|
@@ -1676,7 +1561,7 @@ declare class AXPEntityCategoryWidgetEditComponent extends AXPValueWidgetCompone
|
|
|
1676
1561
|
|
|
1677
1562
|
declare class AXPEntityCategoryWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
1678
1563
|
protected readonly formatService: AXFormatService;
|
|
1679
|
-
protected readonly entityResolver:
|
|
1564
|
+
protected readonly entityResolver: AXPEntityResolver;
|
|
1680
1565
|
protected entity: _angular_core.Signal<string>;
|
|
1681
1566
|
protected multiple: _angular_core.Signal<boolean>;
|
|
1682
1567
|
protected valueField: _angular_core.Signal<string>;
|
|
@@ -1937,6 +1822,38 @@ declare class AXPEntityListWidgetViewComponent extends AXPValueWidgetComponent {
|
|
|
1937
1822
|
|
|
1938
1823
|
declare const AXPEntityListWidget: AXPWidgetConfig;
|
|
1939
1824
|
|
|
1825
|
+
declare class AXPEntityReferenceWidgetViewComponent extends AXPLayoutBaseWidgetComponent {
|
|
1826
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityReferenceWidgetViewComponent, never>;
|
|
1827
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityReferenceWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
declare class AXPEntityReferenceWidgetEditComponent extends AXPLayoutBaseWidgetComponent {
|
|
1831
|
+
#private;
|
|
1832
|
+
protected readonly injector: Injector;
|
|
1833
|
+
protected readonly entityResolver: AXPEntityResolver;
|
|
1834
|
+
protected entity: _angular_core.Signal<string>;
|
|
1835
|
+
protected entityDef: _angular_core.WritableSignal<AXPEntity | null>;
|
|
1836
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityReferenceWidgetEditComponent, never>;
|
|
1837
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityReferenceWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
declare class AXPEntityReferenceWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
|
|
1841
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityReferenceWidgetColumnComponent, never>;
|
|
1842
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityReferenceWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; }, {}, never, never, true, never>;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
declare class AXPEntityReferenceWidgetPrintComponent extends AXPLayoutBaseWidgetComponent {
|
|
1846
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityReferenceWidgetPrintComponent, never>;
|
|
1847
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityReferenceWidgetPrintComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
declare class AXPEntityReferenceWidgetDesignerComponent extends AXPLayoutBaseWidgetComponent {
|
|
1851
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityReferenceWidgetDesignerComponent, never>;
|
|
1852
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityReferenceWidgetDesignerComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
declare const AXPEntityReferenceWidget: AXPWidgetConfig;
|
|
1856
|
+
|
|
1940
1857
|
declare class AXPLookupFilterWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
1941
1858
|
#private;
|
|
1942
1859
|
protected editorPath: string;
|
|
@@ -1965,7 +1882,7 @@ declare module '@acorex/platform/layout/widget-core' {
|
|
|
1965
1882
|
|
|
1966
1883
|
declare class AXPLookupWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
1967
1884
|
protected readonly formatService: AXFormatService;
|
|
1968
|
-
protected readonly entityResolver:
|
|
1885
|
+
protected readonly entityResolver: AXPEntityResolver;
|
|
1969
1886
|
protected entity: _angular_core.Signal<string>;
|
|
1970
1887
|
protected multiple: _angular_core.Signal<boolean>;
|
|
1971
1888
|
protected valueField: _angular_core.Signal<string>;
|
|
@@ -1999,7 +1916,6 @@ interface AXPEntityDataSelectorOptions {
|
|
|
1999
1916
|
allowCreate?: boolean;
|
|
2000
1917
|
searchFields?: string[];
|
|
2001
1918
|
initialSearchTerm?: string;
|
|
2002
|
-
selectedItemIds?: string[] | number[];
|
|
2003
1919
|
}
|
|
2004
1920
|
interface AXPEntityDataSelectorResult {
|
|
2005
1921
|
items: any[];
|
|
@@ -2064,7 +1980,7 @@ interface AXPLookupWidgetOptions {
|
|
|
2064
1980
|
declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
2065
1981
|
#private;
|
|
2066
1982
|
protected readonly injector: Injector;
|
|
2067
|
-
protected readonly entityResolver:
|
|
1983
|
+
protected readonly entityResolver: AXPEntityResolver;
|
|
2068
1984
|
protected readonly formatService: AXFormatService;
|
|
2069
1985
|
protected readonly popupService: AXPopupService;
|
|
2070
1986
|
protected readonly entityDataSelectorService: AXPEntityDataSelectorService;
|
|
@@ -2090,12 +2006,9 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
2090
2006
|
protected conditions?: AXPQueryFilter[];
|
|
2091
2007
|
protected filter: AXDataSourceFilterOption | null;
|
|
2092
2008
|
private entityDef;
|
|
2093
|
-
/**
|
|
2094
|
-
* Get default sort order from entity's first list view
|
|
2095
|
-
*/
|
|
2096
|
-
protected defaultSorts: _angular_core.Signal<AXDataSourceSortOption[]>;
|
|
2097
2009
|
protected dataSource: _angular_core.Signal<AXDataSource<unknown> | null>;
|
|
2098
2010
|
protected searchTerm: _angular_core.WritableSignal<string | null>;
|
|
2011
|
+
protected searchPlaceholderText: _angular_core.WritableSignal<string>;
|
|
2099
2012
|
protected selectedItems: _angular_core.WritableSignal<any[]>;
|
|
2100
2013
|
textbox: _angular_core.Signal<AXTagBoxComponent | undefined>;
|
|
2101
2014
|
protected isLoading: _angular_core.WritableSignal<boolean>;
|
|
@@ -2115,6 +2028,7 @@ declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponent<any>
|
|
|
2115
2028
|
clear(): void;
|
|
2116
2029
|
clearInput(): void;
|
|
2117
2030
|
protected getTagLabel(item: any): string;
|
|
2031
|
+
private updateSearchPlaceholder;
|
|
2118
2032
|
private searchByValue;
|
|
2119
2033
|
private mergeFilter;
|
|
2120
2034
|
private singleOrMultiple;
|
|
@@ -2138,7 +2052,6 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
|
|
|
2138
2052
|
protected columnName: string;
|
|
2139
2053
|
protected maxVisible: number;
|
|
2140
2054
|
protected displayFormat: _angular_core.Signal<string | undefined>;
|
|
2141
|
-
protected displayField: _angular_core.Signal<string>;
|
|
2142
2055
|
protected isMorePopoverOpen: _angular_core.WritableSignal<boolean>;
|
|
2143
2056
|
protected selectedItemIndex: _angular_core.WritableSignal<number>;
|
|
2144
2057
|
protected displayItems: _angular_core.Signal<any[]>;
|
|
@@ -2160,6 +2073,38 @@ declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<an
|
|
|
2160
2073
|
|
|
2161
2074
|
declare const AXPLookupWidget: AXPWidgetConfig;
|
|
2162
2075
|
|
|
2076
|
+
declare class AXPWidgetSelectorWidgetEditComponent extends AXPValueWidgetComponent<any> {
|
|
2077
|
+
private popupService;
|
|
2078
|
+
private widgetRegisteryService;
|
|
2079
|
+
textbox: AXTextBoxComponent;
|
|
2080
|
+
protected searchTerm: _angular_core.WritableSignal<string | null>;
|
|
2081
|
+
protected isOpen: _angular_core.WritableSignal<boolean>;
|
|
2082
|
+
protected textField: _angular_core.WritableSignal<string>;
|
|
2083
|
+
protected displayText: _angular_core.Signal<any>;
|
|
2084
|
+
protected selectedWidgetNode: _angular_core.WritableSignal<AXPWidgetNode | null>;
|
|
2085
|
+
protected selectedItem: _angular_core.WritableSignal<any>;
|
|
2086
|
+
protected placeholder: _angular_core.Signal<any>;
|
|
2087
|
+
protected loading: _angular_core.Signal<boolean>;
|
|
2088
|
+
ngAfterViewInit(): void;
|
|
2089
|
+
showSelector(): Promise<void>;
|
|
2090
|
+
protected convertWidgetConfigToNode(config: AXPWidgetConfig): AXPWidgetNode;
|
|
2091
|
+
protected handleChangeWidget(e: AXPWidgetPropertiesChangedEvent): void;
|
|
2092
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPWidgetSelectorWidgetEditComponent, never>;
|
|
2093
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPWidgetSelectorWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
declare class AXPWidgetSelectorWidgetViewComponent extends AXPValueWidgetComponent<any> {
|
|
2097
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPWidgetSelectorWidgetViewComponent, never>;
|
|
2098
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPWidgetSelectorWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
declare const AXPWidgetSelectorWidget: AXPWidgetConfig;
|
|
2102
|
+
declare module '@acorex/platform/layout/widget-core' {
|
|
2103
|
+
interface AXPWidgetTypesMap {
|
|
2104
|
+
widgetSelector: 'widget-selector';
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2163
2108
|
declare const AXPEntityCreateEvent: {
|
|
2164
2109
|
(payload: {
|
|
2165
2110
|
entity: string;
|
|
@@ -2215,7 +2160,7 @@ declare class AXPEntityPerformDeleteAction extends AXPWorkflowAction {
|
|
|
2215
2160
|
private dialogService;
|
|
2216
2161
|
private loadingDialog;
|
|
2217
2162
|
private translationService;
|
|
2218
|
-
private
|
|
2163
|
+
private settingService;
|
|
2219
2164
|
execute(context: AXPWorkflowContext): Promise<void>;
|
|
2220
2165
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityPerformDeleteAction, never>;
|
|
2221
2166
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPEntityPerformDeleteAction>;
|
|
@@ -2290,5 +2235,5 @@ declare class AXPShowListViewAction extends AXPWorkflowAction {
|
|
|
2290
2235
|
}
|
|
2291
2236
|
declare const AXPShowListViewWorkflow: AXPWorkflow;
|
|
2292
2237
|
|
|
2293
|
-
export { AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorService, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityEventsKeys, AXPEntityFormBuilderService, AXPEntityListTableService, AXPEntityListViewColumnViewModel, AXPEntityListViewModelFactory, AXPEntityListViewModelResolver, AXPEntityListWidget, AXPEntityListWidgetViewComponent, AXPEntityMasterCreateViewModel, AXPEntityMasterListViewModel, AXPEntityMasterListViewQueryViewModel, AXPEntityMasterSingleElementViewModel, AXPEntityMasterSingleViewGroupViewModel, AXPEntityMasterSingleViewModel, AXPEntityMasterUpdateElementViewModel, AXPEntityMasterUpdateViewModel, AXPEntityMasterUpdateViewModelFactory, AXPEntityMiddleware, AXPEntityModifyConfirmedAction, AXPEntityModifyEvent, AXPEntityModifySectionPopupAction, AXPEntityModule, AXPEntityPerformDeleteAction, AXPEntityResolver, AXPEntityService, AXPEntityStorageService, AXPEntityUpdateViewSectionViewModel, AXPGetEntityDetailsQuery, AXPLookupFilterWidget, AXPLookupFilterWidgetEditComponent, AXPLookupWidget, AXPLookupWidgetColumnComponent, AXPLookupWidgetEditComponent, AXPLookupWidgetViewComponent, AXPMiddlewareAbortError, AXPMiddlewareEntityStorageService, AXPModifyEntitySectionWorkflow, AXPOpenEntityDetailsCommand, AXPQuickEntityModifyPopupAction, AXPQuickModifyEntityWorkflow, AXPShowDetailViewAction, AXPShowDetailsViewWorkflow, AXPShowListViewAction, AXPShowListViewWorkflow, AXPTruncatedBreadcrumbComponent, AXPUpdateEntityCommand, AXPViewEntityDetailsCommand, 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, DEFAULT_COLUMN_WIDTHS, DEFAULT_PROPERTY_ORDER, DEFAULT_SECTION_ORDER,
|
|
2294
|
-
export type {
|
|
2238
|
+
export { AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, AXPCreateEntityCommand, AXPCreateEntityWorkflow, AXPDataSeederService, AXPDeleteEntityWorkflow, AXPEntityApplyUpdatesAction, AXPEntityCategoryTreeSelectorComponent, AXPEntityCategoryWidget, AXPEntityCategoryWidgetColumnComponent, AXPEntityCategoryWidgetEditComponent, AXPEntityCategoryWidgetViewComponent, AXPEntityCommandTriggerViewModel, AXPEntityCreateEvent, AXPEntityCreatePopupAction, AXPEntityCreateSubmittedAction, AXPEntityCreateViewElementViewModel, AXPEntityCreateViewModelFactory, AXPEntityCreateViewSectionViewModel, AXPEntityDataProvider, AXPEntityDataProviderImpl, AXPEntityDataSelectorService, AXPEntityDefinitionRegistryService, AXPEntityDeletedEvent, AXPEntityDetailListViewModel, AXPEntityDetailPopoverComponent, AXPEntityDetailPopoverService, AXPEntityDetailViewModelFactory, AXPEntityDetailViewModelResolver, AXPEntityEventDispatcherService, AXPEntityEventsKeys, AXPEntityFormBuilderService, AXPEntityListTableService, AXPEntityListViewColumnViewModel, AXPEntityListViewModelFactory, AXPEntityListViewModelResolver, AXPEntityListWidget, AXPEntityListWidgetViewComponent, AXPEntityMasterCreateViewModel, AXPEntityMasterListViewModel, AXPEntityMasterListViewQueryViewModel, AXPEntityMasterSingleElementViewModel, AXPEntityMasterSingleViewGroupViewModel, AXPEntityMasterSingleViewModel, AXPEntityMasterUpdateElementViewModel, AXPEntityMasterUpdateViewModel, AXPEntityMasterUpdateViewModelFactory, AXPEntityMiddleware, AXPEntityModifyConfirmedAction, AXPEntityModifyEvent, AXPEntityModifySectionPopupAction, AXPEntityModule, AXPEntityPerformDeleteAction, AXPEntityReferenceWidget, AXPEntityReferenceWidgetColumnComponent, AXPEntityReferenceWidgetDesignerComponent, AXPEntityReferenceWidgetEditComponent, AXPEntityReferenceWidgetPrintComponent, AXPEntityReferenceWidgetViewComponent, AXPEntityResolver, AXPEntityService, AXPEntityStorageService, AXPEntityUpdateViewSectionViewModel, AXPGetEntityDetailsQuery, AXPLookupFilterWidget, AXPLookupFilterWidgetEditComponent, AXPLookupWidget, AXPLookupWidgetColumnComponent, AXPLookupWidgetEditComponent, AXPLookupWidgetViewComponent, AXPMiddlewareAbortError, AXPMiddlewareEntityStorageService, AXPModifyEntitySectionWorkflow, AXPOpenEntityDetailsCommand, AXPQuickEntityModifyPopupAction, AXPQuickModifyEntityWorkflow, AXPShowDetailViewAction, AXPShowDetailsViewWorkflow, AXPShowListViewAction, AXPShowListViewWorkflow, AXPTruncatedBreadcrumbComponent, AXPUpdateEntityCommand, AXPViewEntityDetailsCommand, AXPWidgetSelectorWidget, AXPWidgetSelectorWidgetEditComponent, AXPWidgetSelectorWidgetViewComponent, 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, DEFAULT_COLUMN_WIDTHS, DEFAULT_PROPERTY_ORDER, DEFAULT_SECTION_ORDER, actionExists, cloneLayoutArrays, columnWidthMiddlewareFactory, columnWidthMiddlewareProvider, createColumnWidthMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, detectEntityChanges, ensureLayoutPropertyView, ensureLayoutSection, ensureListActions, entityDetailsCreateActions, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsNewEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, eventDispatchMiddleware, isAXPMiddlewareAbortError, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider };
|
|
2239
|
+
export type { AXPAuditable, AXPDataSeeder, AXPEntityActionPlugin, AXPEntityCategoryWidgetOptions, AXPEntityChangeSet, AXPEntityConfigs, AXPEntityCreateDto, AXPEntityDataSelectorOptions, AXPEntityDataSelectorResult, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityDeleteOptions, AXPEntityDetailDto, AXPEntityDetailPopoverOptions, AXPEntityLayoutLike, AXPEntityLayoutPropertyLike, AXPEntityLayoutSectionLike, AXPEntityListItemDto, AXPEntityMasterListViewSortPropViewModel, AXPEntityModel, AXPEntityModifier, AXPEntityModifierContext, AXPEntityModifierProvider, AXPEntityOp, AXPEntityOutputDto, AXPEntityPreloadEntity, AXPEntityStorageContext, AXPEntityStorageMiddleware, AXPEntityUpdateDto, AXPGetEntityDetailsQueryInput, AXPGetEntityDetailsQueryResult, AXPLookupWidgetLookType, AXPLookupWidgetOptions, AXPOpenEntityDetailsCommandInput, AXPRecordControl, AXPRecordOwnership, CategoryQueryEvent, CategoryQueryFunction, CategoryQueryResult, CategoryTreeConfig, CategoryTreeNodeData, ColumnWidthConfig, SectionOrderConfig };
|