@acorex/platform 20.6.0-next.18 → 20.6.0-next.19
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-layout-entity.mjs +1134 -413
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +3 -2
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +4 -4
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-4nWLEm89.mjs → acorex-platform-themes-default-entity-master-list-view.component-BbACUabi.mjs} +406 -173
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-BbACUabi.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +2 -2
- package/layout/entity/index.d.ts +168 -24
- package/layout/views/index.d.ts +1 -0
- package/package.json +1 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-4nWLEm89.mjs.map +0 -1
|
@@ -741,7 +741,7 @@ class AXPDefaultThemeModule {
|
|
|
741
741
|
///
|
|
742
742
|
modify: () => import('./acorex-platform-themes-default-entity-master-modify-view.component-BTA6h7Xd.mjs').then((c) => c.AXPEntityMasterModifyViewComponent),
|
|
743
743
|
//
|
|
744
|
-
list: () => import('./acorex-platform-themes-default-entity-master-list-view.component-
|
|
744
|
+
list: () => import('./acorex-platform-themes-default-entity-master-list-view.component-BbACUabi.mjs').then((c) => c.AXPEntityMasterListViewComponent),
|
|
745
745
|
},
|
|
746
746
|
},
|
|
747
747
|
};
|
|
@@ -777,7 +777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
|
|
|
777
777
|
///
|
|
778
778
|
modify: () => import('./acorex-platform-themes-default-entity-master-modify-view.component-BTA6h7Xd.mjs').then((c) => c.AXPEntityMasterModifyViewComponent),
|
|
779
779
|
//
|
|
780
|
-
list: () => import('./acorex-platform-themes-default-entity-master-list-view.component-
|
|
780
|
+
list: () => import('./acorex-platform-themes-default-entity-master-list-view.component-BbACUabi.mjs').then((c) => c.AXPEntityMasterListViewComponent),
|
|
781
781
|
},
|
|
782
782
|
},
|
|
783
783
|
};
|
package/layout/entity/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { AXPExecuteCommandResult, AXPMetaData, AXPGridLayoutOptions, AXPBreadcrumbItem, AXPFilterQuery, AXPFilterDefinition, AXPExecuteCommand, AXPUserReference, AXPQueryRequest, AXPPagedListResult, AXPCategoryEntity as AXPCategoryEntity$1, AXPAppStartUpService, AXPMiddlewareErrorResponse, AXPExpression, AXPColumnQuery, AXPSortDefinition, AXPDeviceService, AXPActionMenuItem } from '@acorex/platform/core';
|
|
2
2
|
import { AXPCommand, AXPQuery } from '@acorex/platform/runtime';
|
|
3
3
|
import * as _angular_core from '@angular/core';
|
|
4
|
-
import { ElementRef, InjectionToken, Injector, Type, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
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
7
|
import { AXPWidgetNode, AXPWidgetColumnNode, AXPWidgetCoreService, AXPColumnWidgetComponent, AXPValueWidgetComponent, AXPWidgetConfig, AXPWidgetRendererDirective, AXPLayoutBaseWidgetComponent } from '@acorex/platform/layout/widget-core';
|
|
8
|
-
import { AXStyleColorType, AXDataSource, AXDataSourceFilterOption,
|
|
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,15 +14,15 @@ 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 { AXTreeViewNode, AXTreeViewComponent, AXTreeViewNodeToggleEvent, AXTreeViewNodeSelectEvent } from '@acorex/components/tree-view';
|
|
17
|
+
import { AXTreeViewNode, AXTreeViewSelectionBehavior, AXTreeViewComponent, AXTreeViewNodeToggleEvent, AXTreeViewNodeSelectEvent, AXTreeViewSelectionChangeEvent } from '@acorex/components/tree-view';
|
|
18
18
|
import { AXTranslationService } from '@acorex/core/translation';
|
|
19
19
|
import { AXPopupSizeType, AXPopupService } from '@acorex/components/popup';
|
|
20
20
|
import { IActionBuilder, IFormFieldBuilder, AXPDialogRef } from '@acorex/platform/layout/builder';
|
|
21
21
|
import { AXBasePageComponent } from '@acorex/components/page';
|
|
22
|
-
import { AXSelectBoxComponent } from '@acorex/components/select-box';
|
|
23
|
-
import { AXTagBoxComponent } from '@acorex/components/tag-box';
|
|
24
22
|
import { AXFormatService } from '@acorex/core/format';
|
|
25
23
|
import { AXPDataListWidgetComponentOptions } from '@acorex/platform/layout/widgets';
|
|
24
|
+
import { AXSelectBoxComponent } from '@acorex/components/select-box';
|
|
25
|
+
import { AXTagBoxComponent } from '@acorex/components/tag-box';
|
|
26
26
|
import { AXTextBoxComponent } from '@acorex/components/text-box';
|
|
27
27
|
import { AXPWidgetPropertiesChangedEvent } from '@acorex/platform/layout/components';
|
|
28
28
|
|
|
@@ -1052,7 +1052,7 @@ declare class AXPCategoryTreeService {
|
|
|
1052
1052
|
*/
|
|
1053
1053
|
createRootNode(items: Record<string, unknown>[], config: CategoryTreeConfig): Promise<AXTreeViewNode>;
|
|
1054
1054
|
/**
|
|
1055
|
-
* Convert entity item to
|
|
1055
|
+
* Convert entity item to AXTreeViewNode format
|
|
1056
1056
|
*/
|
|
1057
1057
|
convertToTreeNode(item: Record<string, unknown>, config: CategoryTreeConfig): AXTreeViewNode;
|
|
1058
1058
|
/**
|
|
@@ -1187,6 +1187,7 @@ interface AXPEntityCategoryTreeSelectorData {
|
|
|
1187
1187
|
allowMultiple: boolean;
|
|
1188
1188
|
selectedValues: string[];
|
|
1189
1189
|
searchPlaceholder?: string;
|
|
1190
|
+
excludedNodeId?: string;
|
|
1190
1191
|
}
|
|
1191
1192
|
declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent implements OnInit {
|
|
1192
1193
|
protected readonly categoryTreeService: AXPCategoryTreeService;
|
|
@@ -1194,23 +1195,33 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
|
|
|
1194
1195
|
textField: _angular_core.WritableSignal<string>;
|
|
1195
1196
|
valueField: _angular_core.WritableSignal<string>;
|
|
1196
1197
|
allowMultiple: _angular_core.WritableSignal<boolean>;
|
|
1198
|
+
selectionBehavior: _angular_core.WritableSignal<AXTreeViewSelectionBehavior>;
|
|
1197
1199
|
selectedValues: _angular_core.WritableSignal<string[]>;
|
|
1198
1200
|
searchPlaceholder: _angular_core.WritableSignal<string>;
|
|
1201
|
+
excludedNodeId: _angular_core.WritableSignal<string | undefined>;
|
|
1199
1202
|
protected tree: _angular_core.Signal<AXTreeViewComponent | undefined>;
|
|
1200
1203
|
protected loading: _angular_core.WritableSignal<boolean>;
|
|
1201
1204
|
protected selectedNodeIds: _angular_core.WritableSignal<string[]>;
|
|
1205
|
+
protected searchValue: _angular_core.WritableSignal<string>;
|
|
1202
1206
|
protected treeData: CategoryTreeNodeData | null;
|
|
1203
1207
|
private treeConfig;
|
|
1204
1208
|
private searchResults;
|
|
1205
1209
|
private nodeDataCache;
|
|
1206
1210
|
ngOnInit(): void;
|
|
1207
1211
|
private initializeTree;
|
|
1208
|
-
|
|
1212
|
+
/**
|
|
1213
|
+
* Handles search input value changes
|
|
1214
|
+
*/
|
|
1215
|
+
handleSearchChange(event: AXValueChangedEvent<string>): Promise<void>;
|
|
1216
|
+
/**
|
|
1217
|
+
* Resets search state and refreshes tree to show normal view
|
|
1218
|
+
*/
|
|
1219
|
+
private resetSearch;
|
|
1209
1220
|
protected onNodeToggle(event: AXTreeViewNodeToggleEvent): Promise<void>;
|
|
1210
1221
|
protected onNodeSelect(event: AXTreeViewNodeSelectEvent): Promise<void>;
|
|
1222
|
+
protected onSelectionChange(event: AXTreeViewSelectionChangeEvent): Promise<void>;
|
|
1211
1223
|
/** Datasource callback for tree-view component. */
|
|
1212
1224
|
protected datasource: (id?: string) => Promise<AXTreeViewNode[]>;
|
|
1213
|
-
protected handleNodeClick(event: any): void;
|
|
1214
1225
|
protected onConfirm(): Promise<void>;
|
|
1215
1226
|
protected onCancel(): Promise<void>;
|
|
1216
1227
|
private updateSelectedNodes;
|
|
@@ -1219,6 +1230,28 @@ declare class AXPEntityCategoryTreeSelectorComponent extends AXBasePageComponent
|
|
|
1219
1230
|
* This is critical for pre-selected values in collapsed branches.
|
|
1220
1231
|
*/
|
|
1221
1232
|
private loadMissingNodeData;
|
|
1233
|
+
/**
|
|
1234
|
+
* Marks nodes as selected in the tree structure based on selectedNodeIds.
|
|
1235
|
+
* This ensures pre-selected nodes appear selected when the tree is rendered.
|
|
1236
|
+
*/
|
|
1237
|
+
private markNodesAsSelected;
|
|
1238
|
+
/**
|
|
1239
|
+
* Marks a single node as selected if it's in the selectedNodeIds list.
|
|
1240
|
+
*/
|
|
1241
|
+
private markNodeAsSelectedIfNeeded;
|
|
1242
|
+
/**
|
|
1243
|
+
* Marks a node and its children as disabled if the node ID matches the excluded ID.
|
|
1244
|
+
*/
|
|
1245
|
+
private markNodeAsDisabled;
|
|
1246
|
+
/**
|
|
1247
|
+
* Calculate the full path from root to the selected node.
|
|
1248
|
+
* Returns an array of strings like ["C", "B"] for node B under parent C.
|
|
1249
|
+
*/
|
|
1250
|
+
private calculateNodePath;
|
|
1251
|
+
/**
|
|
1252
|
+
* Get the display title for a node.
|
|
1253
|
+
*/
|
|
1254
|
+
private getNodeTitle;
|
|
1222
1255
|
private getSelectedItems;
|
|
1223
1256
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityCategoryTreeSelectorComponent, never>;
|
|
1224
1257
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityCategoryTreeSelectorComponent, "axp-entity-category-tree-selector", never, {}, {}, never, never, true, never>;
|
|
@@ -1271,17 +1304,16 @@ interface AXPEntityCategoryWidgetOptions {
|
|
|
1271
1304
|
allowClear?: boolean;
|
|
1272
1305
|
look?: 'select' | 'lookup';
|
|
1273
1306
|
maxVisible?: number;
|
|
1307
|
+
characterLimit?: number | 'auto';
|
|
1308
|
+
sectionLimit?: number | 'auto';
|
|
1274
1309
|
}
|
|
1275
1310
|
|
|
1276
1311
|
declare class AXPEntityCategoryWidgetEditComponent extends AXPValueWidgetComponent<any, AXPEntityCategoryWidgetOptions> {
|
|
1277
1312
|
#private;
|
|
1278
1313
|
protected readonly entityResolver: AXPEntityResolver;
|
|
1279
|
-
protected readonly formatService: AXFormatService;
|
|
1280
1314
|
protected readonly popupService: AXPopupService;
|
|
1281
1315
|
private readonly translateService;
|
|
1282
1316
|
protected readonly cdr: ChangeDetectorRef;
|
|
1283
|
-
protected selectBox: _angular_core.Signal<AXSelectBoxComponent | undefined>;
|
|
1284
|
-
protected tagBox: _angular_core.Signal<AXTagBoxComponent | undefined>;
|
|
1285
1317
|
protected entity: _angular_core.Signal<string>;
|
|
1286
1318
|
protected multiple: _angular_core.Signal<boolean>;
|
|
1287
1319
|
protected disabled: _angular_core.Signal<boolean>;
|
|
@@ -1292,30 +1324,40 @@ declare class AXPEntityCategoryWidgetEditComponent extends AXPValueWidgetCompone
|
|
|
1292
1324
|
target: string;
|
|
1293
1325
|
}[] | undefined>;
|
|
1294
1326
|
protected allowClear: _angular_core.Signal<boolean>;
|
|
1295
|
-
protected
|
|
1327
|
+
protected characterLimit: _angular_core.Signal<number | "auto">;
|
|
1328
|
+
protected sectionLimit: _angular_core.Signal<number | "auto">;
|
|
1296
1329
|
protected defaultTextField: _angular_core.Signal<string>;
|
|
1297
1330
|
protected displayField: _angular_core.Signal<string>;
|
|
1298
1331
|
protected searchPlaceholderText: _angular_core.WritableSignal<string>;
|
|
1299
1332
|
protected selectedItems: _angular_core.WritableSignal<any[]>;
|
|
1300
1333
|
protected isLoading: _angular_core.WritableSignal<boolean>;
|
|
1301
1334
|
protected isOpen: _angular_core.WritableSignal<boolean>;
|
|
1302
|
-
protected searchTerm: _angular_core.WritableSignal<string | null>;
|
|
1303
1335
|
private entityDef;
|
|
1304
|
-
protected
|
|
1305
|
-
protected
|
|
1306
|
-
private showTreeSelector;
|
|
1307
|
-
protected selectBoxValueChange(e: AXValueChangedEvent): void;
|
|
1308
|
-
protected handleValueChange(e: AXValueChangedEvent): void;
|
|
1309
|
-
protected handleSearchInputChange(e: AXValueChangedEvent): void;
|
|
1310
|
-
protected handleKeyUp(e: any): void;
|
|
1311
|
-
protected handleOnBlur(e: any): void;
|
|
1336
|
+
protected handleAddClick(e: AXClickEvent): void;
|
|
1337
|
+
protected handleRemoveItemClick(event: AXClickEvent, item: any): void;
|
|
1312
1338
|
protected handleClearClick(): void;
|
|
1339
|
+
private showTreeSelector;
|
|
1340
|
+
protected removeItem(item: any): Promise<void>;
|
|
1313
1341
|
clear(): void;
|
|
1314
|
-
clearInput(): void;
|
|
1315
1342
|
private findByValue;
|
|
1316
1343
|
private setItems;
|
|
1317
1344
|
private singleOrMultiple;
|
|
1318
|
-
protected
|
|
1345
|
+
protected getItemLabel(item: any): string;
|
|
1346
|
+
/**
|
|
1347
|
+
* Get item path as array for breadcrumb component
|
|
1348
|
+
*/
|
|
1349
|
+
protected getItemPath(item: any): string[];
|
|
1350
|
+
/**
|
|
1351
|
+
* Join path array with separator.
|
|
1352
|
+
* Override this method to customize the separator (e.g., " > ", " -> ", " / ")
|
|
1353
|
+
*/
|
|
1354
|
+
protected joinPath(path: string[]): string;
|
|
1355
|
+
protected getItemId(item: any): string;
|
|
1356
|
+
/**
|
|
1357
|
+
* Calculate the full path from root to the item.
|
|
1358
|
+
* Returns an array of strings like ["C", "B"] for item B under parent C.
|
|
1359
|
+
*/
|
|
1360
|
+
private calculateItemPath;
|
|
1319
1361
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPEntityCategoryWidgetEditComponent, never>;
|
|
1320
1362
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPEntityCategoryWidgetEditComponent, "axp-entity-category-widget-edit", never, {}, {}, never, never, true, never>;
|
|
1321
1363
|
}
|
|
@@ -1345,6 +1387,108 @@ declare class AXPEntityCategoryWidgetViewComponent extends AXPValueWidgetCompone
|
|
|
1345
1387
|
|
|
1346
1388
|
declare const AXPEntityCategoryWidget: AXPWidgetConfig;
|
|
1347
1389
|
|
|
1390
|
+
declare class AXPTruncatedBreadcrumbComponent implements OnDestroy {
|
|
1391
|
+
/**
|
|
1392
|
+
* Array of path sections to display
|
|
1393
|
+
*/
|
|
1394
|
+
sections: _angular_core.InputSignal<string[]>;
|
|
1395
|
+
/**
|
|
1396
|
+
* Maximum number of characters per section.
|
|
1397
|
+
* Can be a number or 'auto' to calculate based on available space.
|
|
1398
|
+
*/
|
|
1399
|
+
characterLimit: _angular_core.InputSignal<number | "auto">;
|
|
1400
|
+
/**
|
|
1401
|
+
* Maximum number of sections to display before showing ellipsis.
|
|
1402
|
+
* Can be a number or 'auto' to calculate based on available space.
|
|
1403
|
+
*/
|
|
1404
|
+
sectionLimit: _angular_core.InputSignal<number | "auto">;
|
|
1405
|
+
/**
|
|
1406
|
+
* Icon class for separator between sections
|
|
1407
|
+
*/
|
|
1408
|
+
separatorIcon: _angular_core.InputSignal<string>;
|
|
1409
|
+
/**
|
|
1410
|
+
* Icon class for ellipsis
|
|
1411
|
+
*/
|
|
1412
|
+
ellipsisIcon: _angular_core.InputSignal<string>;
|
|
1413
|
+
/**
|
|
1414
|
+
* Icon class for eye icon (collapse button)
|
|
1415
|
+
*/
|
|
1416
|
+
eyeIcon: _angular_core.InputSignal<string>;
|
|
1417
|
+
protected container: _angular_core.Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
1418
|
+
protected isExpanded: _angular_core.WritableSignal<boolean>;
|
|
1419
|
+
private containerWidth;
|
|
1420
|
+
private resizeObserver;
|
|
1421
|
+
/**
|
|
1422
|
+
* Effective character limit (calculated if 'auto', otherwise uses input value)
|
|
1423
|
+
*/
|
|
1424
|
+
protected effectiveCharacterLimit: _angular_core.Signal<number>;
|
|
1425
|
+
/**
|
|
1426
|
+
* Effective section limit (calculated if 'auto', otherwise uses input value)
|
|
1427
|
+
*/
|
|
1428
|
+
protected effectiveSectionLimit: _angular_core.Signal<number>;
|
|
1429
|
+
/**
|
|
1430
|
+
* All sections with truncated text (for collapsed display)
|
|
1431
|
+
*/
|
|
1432
|
+
protected allSections: _angular_core.Signal<{
|
|
1433
|
+
text: string;
|
|
1434
|
+
original: string;
|
|
1435
|
+
}[]>;
|
|
1436
|
+
/**
|
|
1437
|
+
* All sections with full text (for expanded display)
|
|
1438
|
+
*/
|
|
1439
|
+
protected allSectionsFull: _angular_core.Signal<string[]>;
|
|
1440
|
+
/**
|
|
1441
|
+
* Sections to display (first N sections) when collapsed
|
|
1442
|
+
*/
|
|
1443
|
+
protected displayedSections: _angular_core.Signal<{
|
|
1444
|
+
text: string;
|
|
1445
|
+
original: string;
|
|
1446
|
+
}[]>;
|
|
1447
|
+
/**
|
|
1448
|
+
* Last section (always shown if there are hidden sections)
|
|
1449
|
+
*/
|
|
1450
|
+
protected lastSection: _angular_core.Signal<{
|
|
1451
|
+
text: string;
|
|
1452
|
+
original: string;
|
|
1453
|
+
}>;
|
|
1454
|
+
/**
|
|
1455
|
+
* Check if there are hidden sections
|
|
1456
|
+
*/
|
|
1457
|
+
protected hasHiddenSections: _angular_core.Signal<boolean>;
|
|
1458
|
+
constructor();
|
|
1459
|
+
ngOnDestroy(): void;
|
|
1460
|
+
/**
|
|
1461
|
+
* Handles click on separator icon to expand
|
|
1462
|
+
*/
|
|
1463
|
+
protected handleSeparatorClick(event: Event): void;
|
|
1464
|
+
/**
|
|
1465
|
+
* Handles click on ellipsis icon to expand
|
|
1466
|
+
*/
|
|
1467
|
+
protected handleEllipsisClick(event: Event): void;
|
|
1468
|
+
/**
|
|
1469
|
+
* Handles click on eye icon to collapse
|
|
1470
|
+
*/
|
|
1471
|
+
protected handleCollapseClick(event: Event): void;
|
|
1472
|
+
/**
|
|
1473
|
+
* Initializes ResizeObserver to track container width
|
|
1474
|
+
*/
|
|
1475
|
+
private initializeResizeObserver;
|
|
1476
|
+
/**
|
|
1477
|
+
* Calculates automatic character limit based on available space
|
|
1478
|
+
*/
|
|
1479
|
+
private calculateAutoCharacterLimit;
|
|
1480
|
+
/**
|
|
1481
|
+
* Calculates automatic section limit based on available space
|
|
1482
|
+
*/
|
|
1483
|
+
private calculateAutoSectionLimit;
|
|
1484
|
+
/**
|
|
1485
|
+
* Truncates text to character limit with ellipsis
|
|
1486
|
+
*/
|
|
1487
|
+
private truncateText;
|
|
1488
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPTruncatedBreadcrumbComponent, never>;
|
|
1489
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPTruncatedBreadcrumbComponent, "axp-truncated-breadcrumb", never, { "sections": { "alias": "sections"; "required": false; "isSignal": true; }; "characterLimit": { "alias": "characterLimit"; "required": false; "isSignal": true; }; "sectionLimit": { "alias": "sectionLimit"; "required": false; "isSignal": true; }; "separatorIcon": { "alias": "separatorIcon"; "required": false; "isSignal": true; }; "ellipsisIcon": { "alias": "ellipsisIcon"; "required": false; "isSignal": true; }; "eyeIcon": { "alias": "eyeIcon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1348
1492
|
declare class AXPEntityListTableService {
|
|
1349
1493
|
private readonly workflow;
|
|
1350
1494
|
private readonly expressionEvaluator;
|
|
@@ -1890,5 +2034,5 @@ declare class AXPShowListViewAction extends AXPWorkflowAction {
|
|
|
1890
2034
|
}
|
|
1891
2035
|
declare const AXPShowListViewWorkflow: AXPWorkflow;
|
|
1892
2036
|
|
|
1893
|
-
export { AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, 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, AXPEntityDynamicDialogService, AXPEntityEventDispatcherService, 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, 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, columnWidthMiddlewareFactory, columnWidthMiddlewareProvider, createColumnWidthMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, detectEntityChanges, ensureListActions, entityDetailsCreateActions, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, eventDispatchMiddleware, isAXPMiddlewareAbortError, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider };
|
|
2037
|
+
export { AXMEntityCrudService, AXMEntityCrudServiceImpl, AXPCategoryTreeService, 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, AXPEntityDynamicDialogService, AXPEntityEventDispatcherService, 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, 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, columnWidthMiddlewareFactory, columnWidthMiddlewareProvider, createColumnWidthMiddlewareProvider, createLayoutOrderingMiddlewareProvider, createModifierContext, detectEntityChanges, ensureListActions, entityDetailsCreateActions, entityDetailsCrudActions, entityDetailsEditAction, entityDetailsReferenceCondition, entityDetailsReferenceCreateActions, entityDetailsSimpleCondition, entityMasterBulkDeleteAction, entityMasterCreateAction, entityMasterCrudActions, entityMasterDeleteAction, entityMasterRecordActions, entityMasterViewAction, entityOverrideDetailsViewAction, eventDispatchMiddleware, isAXPMiddlewareAbortError, layoutOrderingMiddlewareFactory, layoutOrderingMiddlewareProvider };
|
|
1894
2038
|
export type { AXPAuditable, AXPDataSeeder, AXPEntityActionPlugin, AXPEntityCategoryTreeSelectorData, AXPEntityCategoryWidgetOptions, AXPEntityChangeSet, AXPEntityConfigs, AXPEntityCreateDto, AXPEntityDataSelectorOptions, AXPEntityDataSelectorResult, AXPEntityDefinitionLoader, AXPEntityDefinitionPreloader, AXPEntityDeleteOptions, AXPEntityDetailDto, AXPEntityDetailPopoverOptions, 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 };
|
package/layout/views/index.d.ts
CHANGED