@acorex/platform 21.0.0-next.92 → 21.0.0-next.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/fesm2022/acorex-platform-common.mjs +9 -4
  2. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  3. package/fesm2022/acorex-platform-contracts.mjs +12 -1
  4. package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
  5. package/fesm2022/acorex-platform-core.mjs +2 -16
  6. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  7. package/fesm2022/acorex-platform-domain-contracts.mjs +0 -1
  8. package/fesm2022/acorex-platform-domain-contracts.mjs.map +1 -1
  9. package/fesm2022/acorex-platform-domain.mjs.map +1 -1
  10. package/fesm2022/acorex-platform-layout-builder.mjs +4 -4
  11. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  12. package/fesm2022/acorex-platform-layout-components.mjs +4 -3
  13. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  14. package/fesm2022/acorex-platform-layout-designer.mjs +4 -3
  15. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  16. package/fesm2022/acorex-platform-layout-entity-attachments-page.component-CwG6n_Yb.mjs.map +1 -1
  17. package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -1
  18. package/fesm2022/acorex-platform-layout-entity-file-list-popup.component--IeMZLIr.mjs.map +1 -1
  19. package/fesm2022/acorex-platform-layout-entity.mjs +24 -4
  20. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  21. package/fesm2022/acorex-platform-layout-views.mjs +5 -4
  22. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
  23. package/fesm2022/acorex-platform-layout-widget-core-contracts.mjs +141 -0
  24. package/fesm2022/acorex-platform-layout-widget-core-contracts.mjs.map +1 -0
  25. package/fesm2022/acorex-platform-layout-widget-core.mjs +5 -132
  26. package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
  27. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DIDziLAT.mjs} +2 -2
  28. package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-DIDziLAT.mjs.map +1 -0
  29. package/fesm2022/acorex-platform-layout-widgets.mjs +13 -440
  30. package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
  31. package/fesm2022/acorex-platform-runtime-contracts.mjs +166 -0
  32. package/fesm2022/acorex-platform-runtime-contracts.mjs.map +1 -0
  33. package/fesm2022/acorex-platform-runtime.mjs +1 -163
  34. package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
  35. package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs → acorex-platform-themes-default-entity-master-modify-view.component-BP2dVnBQ.mjs} +3 -2
  36. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BP2dVnBQ.mjs.map +1 -0
  37. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs.map +1 -1
  38. package/fesm2022/acorex-platform-themes-default.mjs +4 -3
  39. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  40. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  41. package/package.json +14 -6
  42. package/types/acorex-platform-common.d.ts +15 -5
  43. package/types/acorex-platform-contracts.d.ts +106 -4
  44. package/types/acorex-platform-core.d.ts +4 -101
  45. package/types/acorex-platform-layout-builder.d.ts +3 -3
  46. package/types/acorex-platform-layout-components.d.ts +4 -3
  47. package/types/acorex-platform-layout-designer.d.ts +2 -1
  48. package/types/acorex-platform-layout-entity-contracts.d.ts +2 -3
  49. package/types/acorex-platform-layout-entity.d.ts +12 -10
  50. package/types/acorex-platform-layout-views.d.ts +10 -9
  51. package/types/acorex-platform-layout-widget-core-contracts.d.ts +299 -0
  52. package/types/acorex-platform-layout-widget-core.d.ts +9 -301
  53. package/types/acorex-platform-layout-widgets.d.ts +55 -80
  54. package/types/acorex-platform-runtime-contracts.d.ts +275 -0
  55. package/types/acorex-platform-runtime.d.ts +4 -274
  56. package/types/acorex-platform-themes-default.d.ts +3 -3
  57. package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs.map +0 -1
  58. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs.map +0 -1
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "21.0.0-next.92",
3
+ "version": "21.0.0-next.93",
4
4
  "peerDependencies": {
5
- "@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
6
- "@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
7
- "@acorex/charts": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
8
- "@acorex/styles": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
9
- "@acorex/components": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
5
+ "@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.3-next.0",
6
+ "@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.3-next.0",
7
+ "@acorex/charts": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.3-next.0",
8
+ "@acorex/styles": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.3-next.0",
9
+ "@acorex/components": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.3-next.0",
10
10
  "@angular/animations": "^20.0.0",
11
11
  "@ngrx/signals": "^20.0.0",
12
12
  "tailwindcss-animate": "^1.0.0",
@@ -80,6 +80,10 @@
80
80
  "types": "./types/acorex-platform-layout-widget-core.d.ts",
81
81
  "default": "./fesm2022/acorex-platform-layout-widget-core.mjs"
82
82
  },
83
+ "./layout/widget-core-contracts": {
84
+ "types": "./types/acorex-platform-layout-widget-core-contracts.d.ts",
85
+ "default": "./fesm2022/acorex-platform-layout-widget-core-contracts.mjs"
86
+ },
83
87
  "./layout/widgets": {
84
88
  "types": "./types/acorex-platform-layout-widgets.d.ts",
85
89
  "default": "./fesm2022/acorex-platform-layout-widgets.mjs"
@@ -88,6 +92,10 @@
88
92
  "types": "./types/acorex-platform-runtime.d.ts",
89
93
  "default": "./fesm2022/acorex-platform-runtime.mjs"
90
94
  },
95
+ "./runtime-contracts": {
96
+ "types": "./types/acorex-platform-runtime-contracts.d.ts",
97
+ "default": "./fesm2022/acorex-platform-runtime-contracts.mjs"
98
+ },
91
99
  "./themes/default": {
92
100
  "types": "./types/acorex-platform-themes-default.d.ts",
93
101
  "default": "./fesm2022/acorex-platform-themes-default.mjs"
@@ -1,5 +1,5 @@
1
1
  import * as _acorex_platform_contracts from '@acorex/platform/contracts';
2
- import { AXPAgentOutputKind, AXPOutputTranscriptSegmentId, AXPUserReference, AXPExecuteCommand, AXPLogoConfig, AXPWidgetNode, AXPGridLayoutOptions, AXPPlatformScopeKey, AXPPlatformScope, AXPFileListItem, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, AXPMetaDataDefinition, AXPIntegrationProviderDefinition, AXPIntegrationRuntimeContext, AXPIntegrationSecretPayload, AXPIntegrationAuthContext, AXPIntegrationResolvedCredentials, AXPMetaData, AXPSystemActionType, AXPMultiLanguageString, AXPApplicationUserReference, AXPEntityReference, AXPOptionsData, AXPWidgetTriggers, AXPValueTransformerFunctions, AXPValidationRules, AXPStatusProvider, AXPStatusTransition } from '@acorex/platform/contracts';
2
+ import { AXPAgentOutputKind, AXPOutputTranscriptSegmentId, AXPUserReference, AXPExecuteCommand, AXPKeyboardShortcutHelpEntry, AXPLogoConfig, AXPWidgetNode, AXPGridLayoutOptions, AXPPlatformScopeKey, AXPPlatformScope, AXPFileListItem, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, AXPMetaDataDefinition, AXPIntegrationProviderDefinition, AXPIntegrationRuntimeContext, AXPIntegrationSecretPayload, AXPIntegrationAuthContext, AXPIntegrationResolvedCredentials, AXPSafeIntegrationConnectionDto, AXPMetaData, AXPKeyboardShortcut, AXPSystemActionType, AXPMultiLanguageString, AXPApplicationUserReference, AXPEntityReference, AXPOptionsData, AXPWidgetTriggers, AXPValueTransformerFunctions, AXPValidationRules, AXPStatusProvider, AXPStatusTransition } from '@acorex/platform/contracts';
3
3
  import * as i0 from '@angular/core';
4
4
  import { InjectionToken, EnvironmentProviders, Signal, Injector, ErrorHandler, ModuleWithProviders, EventEmitter, ElementRef, Renderer2, NgZone, ChangeDetectorRef } from '@angular/core';
5
5
  import * as i4 from '@acorex/core/date-time';
@@ -9,7 +9,7 @@ import { Route, Routes, UrlTree, Router, RedirectCommand, ActivatedRouteSnapshot
9
9
  import { AXPEntity, AXPCommandActionLook, AXPCommandActionPriority, AXPEntityProperty } from '@acorex/platform/layout/entity-contracts';
10
10
  import { AXFormatterRegistryService, AXFormatter, AXFormatOptions, AXFormatService } from '@acorex/core/format';
11
11
  import * as i1 from '@acorex/platform/core';
12
- import { AXPKeyboardShortcutHelpEntry, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviderContext, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPNavigateActionCommand, AXPKeyboardShortcut, AXPContextEvalFactory, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorService } from '@acorex/platform/core';
12
+ import { AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviderContext, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPNavigateActionCommand, AXPContextEvalFactory, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorService } from '@acorex/platform/core';
13
13
  export { AXPDebugService } from '@acorex/platform/core';
14
14
  import * as i2 from '@acorex/platform/workflow';
15
15
  import { AXPWorkflowAction, AXPWorkflowContext, AXPWorkflow } from '@acorex/platform/workflow';
@@ -21,7 +21,7 @@ import { Subject } from 'rxjs';
21
21
  import { AXDataSourceFilterOption, AXDataSourceOperator, AXStyleColorType } from '@acorex/cdk/common';
22
22
  import * as _ngrx_signals from '@ngrx/signals';
23
23
  import { AXTranslationService } from '@acorex/core/translation';
24
- import { AXPWidgetProperty, AXPWidgetTypesMap } from '@acorex/platform/layout/widget-core';
24
+ import { AXPWidgetProperty, AXPWidgetTypesMap } from '@acorex/platform/layout/widget-core-contracts';
25
25
  import { AXLocaleProfile } from '@acorex/core/locale';
26
26
 
27
27
  /** Platform common datasource registry names. */
@@ -1263,6 +1263,16 @@ declare abstract class AXPIntegrationOAuthService {
1263
1263
  }
1264
1264
  declare const AXP_INTEGRATION_OAUTH_SERVICE: InjectionToken<AXPIntegrationOAuthService>;
1265
1265
 
1266
+ /**
1267
+ * Optional hook invoked after a connection is successfully established (OAuth callback or credentials connect).
1268
+ * Use to link provider-specific records (e.g. Jira/GitLab instance ↔ integration connection).
1269
+ */
1270
+ interface AXPIntegrationConnectionEstablishedHandler {
1271
+ readonly providerId: string;
1272
+ onEstablished(connection: AXPSafeIntegrationConnectionDto): Promise<void>;
1273
+ }
1274
+ declare const AXP_INTEGRATION_CONNECTION_ESTABLISHED: InjectionToken<AXPIntegrationConnectionEstablishedHandler[]>;
1275
+
1266
1276
  declare class AXPStickyDirective {
1267
1277
  private element;
1268
1278
  private renderer;
@@ -3054,5 +3064,5 @@ declare class AXMWorkflowErrorHandler implements AXPErrorHandler {
3054
3064
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMWorkflowErrorHandler>;
3055
3065
  }
3056
3066
 
3057
- export { ALL_DEFAULT_OPERATORS, AXMWorkflowErrorHandler, AXPAppVersionService, AXPBackgroundOperationCompletionService, AXPBackgroundOperationEntityStoreService, AXPBackgroundOperationHandler, AXPBackgroundOperationNotificationService, AXPBackgroundOperationProvider, AXPBackgroundOperationRootConfig, AXPBackgroundOperationService, AXPBackgroundOperationSlotComponent, AXPBrowserTitleService, AXPCleanNestedFilters, AXPClipBoardService, AXPCommonModule, AXPCommonSettings, AXPCustomOperatorService, AXPCustomOperatorServiceImpl, AXPDataProvider, AXPDefaultMultiLanguageConfigService, AXPDialogConfirmAction, AXPErrorHandlerRegistryService, AXPExportService, AXPFileActionsService, AXPFileStorageEvaluatorScopeProvider, AXPFileStorageService, AXPFileTypeProviderService, AXPFilterOperatorMiddlewareService, AXPFilterOperatorMiddlewareServiceImpl, AXPFooterTextSlotComponent, AXPGlobalErrorHandler, AXPHomePageModule, AXPHomePageService, AXPIntegrationOAuthService, AXPIntegrationProviderContext, AXPIntegrationProviderRegistryService, AXPIntegrationRuntimeService, AXPKeyboardShortcutsHelpComponent, AXPKeyboardShortcutsHelpService, AXPLockService, AXPMenuItemsDataSourceDefinition, AXPMenuKeyboardShortcutService, AXPMenuMiddlewareRegistry, AXPMenuProviderService, AXPMenuRouteAccessService, AXPMenuRouteGuard, AXPMenuSearchDefinitionProvider, AXPMenuSearchProvider, AXPMenuService, AXPMenuVisibilityService, AXPNavBarSlotComponent, AXPNavigateWorkflow, AXPNotFoundCatchAllRoute, AXPNotFoundError, AXPOutputContractTranscriptSegmentService, AXPPlatformCommonDataSourceKeys, AXPPlatformDefaultConfigs, AXPRedirectEvent, AXPRefreshEvent, AXPRegionalCalendarService, AXPReloadAction, AXPReloadEvent, AXPSearchCommandProvider, AXPSearchDefinitionActionBuilder, AXPSearchDefinitionBuilder, AXPSearchDefinitionProviderContext, AXPSearchDefinitionProviderService, AXPSearchService, AXPSettingDefaultValuesAggregatorService, AXPSettingDefinitionGroupBuilder, AXPSettingDefinitionProviderContext, AXPSettingDefinitionProviderService, AXPSettingDefinitionSectionBuilder, AXPSettingsEvaluatorScopeProvider, AXPSettingsService, AXPStatusDefinitionProviderService, AXPStickyDirective, AXPTabNavigationService, AXPTabPreviewService, AXPTabRouteCacheRegistry, AXPToastAction, AXPTokenDefinitionService, AXPTokenEvaluatorScopeProvider, AXPTranslateFormatter, AXPUnsavedChangesConfirmService, AXPUnsavedChangesPopstateService, AXPVersioningService, AXPWorkflowNavigateAction, AXPWorkflowRouterNavigateAction, AXP_AGENT_OUTPUT_CONTRACT_DEFAULT_STRUCTURED_RETRIES, AXP_APP_VERSION_PROVIDER, AXP_BACKGROUND_OPERATION_ENTITY_STORAGE, AXP_BACKGROUND_OPERATION_HANDLERS, AXP_BACKGROUND_OPERATION_PROVIDERS, AXP_ENTITY_DELETED_WORKFLOW_EVENT_TYPE, AXP_FILE_ACTION_PROVIDER, AXP_FILE_TYPE_INFO_PROVIDER, AXP_HOME_PAGES, AXP_HOME_PAGE_DEFAULT_KEY, AXP_HOME_TAB_KEY, AXP_INTEGRATION_OAUTH_SERVICE, AXP_INTEGRATION_PROVIDER, AXP_INTEGRATION_RUNTIME_PROVIDER, AXP_INTEGRATION_SECRET_STORE, AXP_IN_APP_NOTIFICATION_SERVICE, AXP_LOCALE_MANAGEMENT_PORT, AXP_MENU_MIDDLEWARE, AXP_MENU_PROVIDER, AXP_NOT_FOUND_CATCH_ALL_ROUTE, AXP_NOT_FOUND_ROUTE, AXP_OUTPUT_CONTRACT_TRANSCRIPT_SEGMENT_PROVIDER, AXP_PLATFORM_CONFIG_TOKEN, AXP_PROTECTED_ROUTE_GUARDS, AXP_ROOT_CONFIG_TOKEN, AXP_SEARCH_DEFINITION_LAZY_RESOLVER, AXP_SEARCH_DEFINITION_PROVIDER, AXP_SEARCH_PROVIDER, AXP_SETTING_DEFAULT_VALUES_PROVIDERS, AXP_SETTING_DEFINITION_PROVIDER, AXP_SETTING_VALUE_PROVIDER, AXP_STATUS_PROVIDERS, AXP_TAB_BREADCRUMB_JOIN_SEPARATOR, AXP_TAB_ROUTE_DATA_KEY, AXP_TOKEN_DEFINITION_PROVIDER, AXP_UNAUTHORIZED_ROUTE, AXVChangeType, BETWEEN_OPER, BOOLEAN_OPERATORS, CONTAINS_OPER, DATE_OPERATORS, DEFAULT_DATE_FILTER_PRESETS, DEFAULT_MULTILANGUAGE_FIELD_NAMES, ENDS_WITH_OPER, ENVIRONMENT, EQ_OPER, GTE_OPER, GT_OPER, IN_OPER, IS_EMPTY_OPER, IS_NOT_EMPTY_OPER, LTE_OPER, LT_OPER, MULTILANGUAGE_CAPABLE_WIDGET_TYPES, NOT_CONTAINS_OPER, NOT_EQ_OPER, NUMBER_OPERATORS, STARTS_WITH_OPER, STRING_OPERATORS, UploadFromComputerActionProvider, applyDateFilterPreset, axpBackgroundOperationCapabilities, axpBackgroundOperationDisplayTime, axpBackgroundOperationEntityName, axpBackgroundOperationEstimateEndDate, axpBackgroundOperationFailurePolicy, axpBackgroundOperationFromEntityModel, axpBackgroundOperationRemainingMs, axpBackgroundOperationToEntityModel, axpBuildBackgroundOperation, axpBuildTabKey, axpCoerceBackgroundOperationDate, axpCreateBackgroundOperationId, axpFallbackTabTitle, axpFindMenuItemByRoute, axpGetLeafRouteSnapshot, axpHasTabScope, axpIsActiveBackgroundOperationStatus, axpIsCompletedBackgroundOperationStatus, axpIsEntityDetailsPath, axpIsEntityDetailsViewRoute, axpIsEntityListPath, axpIsEntityListRoute, axpIsEntityRecordNotFound, axpIsTabEligibleUrl, axpJoinTabTitleSegments, axpMenuPathsMatch, axpNavigateAppPath, axpParseAppPath, axpPathFromSnapshot, axpRedirectToNotFound, axpRedirectToUnauthorized, axpReplaceEntityListRouteQueryParams, axpResolveTabKey, axpResolveTabKeyFromRouteConfig, axpResolveTabKeyFromSnapshot, axpResolveTabTitleParts, backgroundOperationEntityFactory, coerceAXPSettingRawValue, coerceAXPSettingRawValueByKind, configPlatform, createBackgroundOperationStore, createEntityCommandOptions, createEntityRowExpressionScope, createEntitySearchCommand, createMenuContext, createMenuMiddleware, createUnsavedChangesCanDeactivateGuard, downloadGraphicFromElement, evaluateEntityDisplayTemplate, findManualPresetIdByOperation, formatEntityRowDisplayTitle, inferSettingCoercionKind, normalizePositiveNumberOption, normalizeRouterUrl, peelSettingValueKey, printGraphicFromElement, provideDynamicHomePage, provideMenuMiddleware, resolveDateFilterPresets, resolveEntityCreateListBehavior, resolveEntityModifyPopupTitle, resolveEntityRowDisplayText, resolveEntityRowDisplayTitle, resolveEntityRowDisplayTitleFromColumnContext, resolveEntitySearchTitleFallback, resolveGraphicElementSize, resolveGraphicPrintContent, resolveQueryMatchingDisplayText, resolveSearchDisplayTemplate, resolveSearchableText, searchInRecordValues, searchInSearchableValue, serializeSvgElement, shouldApplyDefaultMultiLanguageToEntityProperty, shouldApplyDefaultMultiLanguageToWidgetNode, shouldApplyDefaultMultiLanguageToWidgetProperty, triggerBrowserDownload, withDefaultMultiLanguageOnWidgetNodeTree, withDefaultMultiLanguageOnWidgetProperty };
3058
- export type { AXCFileUploaderAction, AXCFileUploaderActionsPayload, AXCFileUploaderCapabilities, AXPAgentOutputContract, AXPAgentResponseFormat, AXPAppPathParts, AXPAppVersion, AXPAppVersionProvider, AXPBackgroundOperation, AXPBackgroundOperationActionKey, AXPBackgroundOperationCapabilities, AXPBackgroundOperationCreateRequest, AXPBackgroundOperationEntityModel, AXPBackgroundOperationEntityStorageAdapter, AXPBackgroundOperationError, AXPBackgroundOperationFailureMode, AXPBackgroundOperationFailurePolicy, AXPBackgroundOperationProviderStore, AXPBackgroundOperationStatus, AXPCommonModuleConfigs, AXPCurrency, AXPDateTimeFilterPreset, AXPDateTimeFilterPresetKind, AXPDateTimeFilterValue, AXPDomToImageOptions, AXPEntityCreateListBehavior, AXPEntityCreateListBehaviorOptions, AXPEntityDeletedEventPayload, AXPErrorHandler, AXPFileActionProvider, AXPFileActionProviderToken, AXPFileExtension, AXPFileType, AXPFileTypeInfoProvider, AXPFilterOperator, AXPGeoLocation, AXPGraphicDownloadFormat, AXPGraphicDownloadOptions, AXPGraphicPrintContent, AXPGroupSearchResult, AXPHomePageDefinition, AXPInAppNotificationCreateRequest, AXPInAppNotificationPriority, AXPInAppNotificationService, AXPIntegrationOAuthCompleteInput, AXPIntegrationOAuthStartInput, AXPIntegrationProvider, AXPIntegrationRuntimeProvider, AXPIntegrationSecretRefInput, AXPIntegrationSecretStore, AXPIntegrationWithClientOptions, AXPJsonSchemaLike, AXPLanguage, AXPLocaleManagementPort, AXPLocaleProfile, AXPLockGetInfoRequest, AXPLockInfo, AXPLockRequest, AXPLockType, AXPMenuFinderResult, AXPMenuInsertion, AXPMenuItem, AXPMenuItemCommand, AXPMenuItemFinder, AXPMenuItemWithParent, AXPMenuMiddleware, AXPMenuMiddlewareContext, AXPMenuMiddlewareProvider, AXPMenuProvider, AXPMenuProviderContext, AXPMenuRouteMatchResult, AXPMenuType, AXPNavigationMode, AXPOutputContractTranscriptSegmentDefinition, AXPOutputContractTranscriptSegmentProvider, AXPOutputContractTranscriptSegmentProviderToken, AXPPlatformConfigs, AXPPrintGraphicOptions, AXPResolveEntityRowDisplayTitleOptions, AXPRootConfigs, AXPSearchAction, AXPSearchDefinition, AXPSearchDefinitionDisplayFormat, AXPSearchDefinitionLazyResolver, AXPSearchDefinitionProvider, AXPSearchDisplayGroupResult, AXPSearchDisplayResult, AXPSearchDisplayResultForSave, AXPSearchParentResult, AXPSearchProvider, AXPSearchResult, AXPSettingChangedEvent, AXPSettingCoercionKind, AXPSettingDefaultValuesProvider, AXPSettingDefinition, AXPSettingDefinitionGroup, AXPSettingDefinitionProvider, AXPSettingDefinitionSection, AXPSettingLayoutOptions, AXPSettingMergedDefaults, AXPSettingValue, AXPSettingValueProvider, AXPSettingsServiceInterface, AXPTabCloseConfirm, AXPTabDescriptor, AXPTabRouteData, AXPTabSessionState, AXPTabStructuredPreview, AXPTabTitleParts, AXPTimeZone, AXPTokenDefinition, AXPTokenDefinitionProvider, AXPTokenDefinitionProviderToken, AXPTranslateFormatterOptions, AXPUnLockRequest, AXPUnsavedChangesCanDeactivate, AXPUnsavedChangesConfirmOptions, AXPUnsavedChangesPopstateSource, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, VersionedFileInfo };
3067
+ export { ALL_DEFAULT_OPERATORS, AXMWorkflowErrorHandler, AXPAppVersionService, AXPBackgroundOperationCompletionService, AXPBackgroundOperationEntityStoreService, AXPBackgroundOperationHandler, AXPBackgroundOperationNotificationService, AXPBackgroundOperationProvider, AXPBackgroundOperationRootConfig, AXPBackgroundOperationService, AXPBackgroundOperationSlotComponent, AXPBrowserTitleService, AXPCleanNestedFilters, AXPClipBoardService, AXPCommonModule, AXPCommonSettings, AXPCustomOperatorService, AXPCustomOperatorServiceImpl, AXPDataProvider, AXPDefaultMultiLanguageConfigService, AXPDialogConfirmAction, AXPErrorHandlerRegistryService, AXPExportService, AXPFileActionsService, AXPFileStorageEvaluatorScopeProvider, AXPFileStorageService, AXPFileTypeProviderService, AXPFilterOperatorMiddlewareService, AXPFilterOperatorMiddlewareServiceImpl, AXPFooterTextSlotComponent, AXPGlobalErrorHandler, AXPHomePageModule, AXPHomePageService, AXPIntegrationOAuthService, AXPIntegrationProviderContext, AXPIntegrationProviderRegistryService, AXPIntegrationRuntimeService, AXPKeyboardShortcutsHelpComponent, AXPKeyboardShortcutsHelpService, AXPLockService, AXPMenuItemsDataSourceDefinition, AXPMenuKeyboardShortcutService, AXPMenuMiddlewareRegistry, AXPMenuProviderService, AXPMenuRouteAccessService, AXPMenuRouteGuard, AXPMenuSearchDefinitionProvider, AXPMenuSearchProvider, AXPMenuService, AXPMenuVisibilityService, AXPNavBarSlotComponent, AXPNavigateWorkflow, AXPNotFoundCatchAllRoute, AXPNotFoundError, AXPOutputContractTranscriptSegmentService, AXPPlatformCommonDataSourceKeys, AXPPlatformDefaultConfigs, AXPRedirectEvent, AXPRefreshEvent, AXPRegionalCalendarService, AXPReloadAction, AXPReloadEvent, AXPSearchCommandProvider, AXPSearchDefinitionActionBuilder, AXPSearchDefinitionBuilder, AXPSearchDefinitionProviderContext, AXPSearchDefinitionProviderService, AXPSearchService, AXPSettingDefaultValuesAggregatorService, AXPSettingDefinitionGroupBuilder, AXPSettingDefinitionProviderContext, AXPSettingDefinitionProviderService, AXPSettingDefinitionSectionBuilder, AXPSettingsEvaluatorScopeProvider, AXPSettingsService, AXPStatusDefinitionProviderService, AXPStickyDirective, AXPTabNavigationService, AXPTabPreviewService, AXPTabRouteCacheRegistry, AXPToastAction, AXPTokenDefinitionService, AXPTokenEvaluatorScopeProvider, AXPTranslateFormatter, AXPUnsavedChangesConfirmService, AXPUnsavedChangesPopstateService, AXPVersioningService, AXPWorkflowNavigateAction, AXPWorkflowRouterNavigateAction, AXP_AGENT_OUTPUT_CONTRACT_DEFAULT_STRUCTURED_RETRIES, AXP_APP_VERSION_PROVIDER, AXP_BACKGROUND_OPERATION_ENTITY_STORAGE, AXP_BACKGROUND_OPERATION_HANDLERS, AXP_BACKGROUND_OPERATION_PROVIDERS, AXP_ENTITY_DELETED_WORKFLOW_EVENT_TYPE, AXP_FILE_ACTION_PROVIDER, AXP_FILE_TYPE_INFO_PROVIDER, AXP_HOME_PAGES, AXP_HOME_PAGE_DEFAULT_KEY, AXP_HOME_TAB_KEY, AXP_INTEGRATION_CONNECTION_ESTABLISHED, AXP_INTEGRATION_OAUTH_SERVICE, AXP_INTEGRATION_PROVIDER, AXP_INTEGRATION_RUNTIME_PROVIDER, AXP_INTEGRATION_SECRET_STORE, AXP_IN_APP_NOTIFICATION_SERVICE, AXP_LOCALE_MANAGEMENT_PORT, AXP_MENU_MIDDLEWARE, AXP_MENU_PROVIDER, AXP_NOT_FOUND_CATCH_ALL_ROUTE, AXP_NOT_FOUND_ROUTE, AXP_OUTPUT_CONTRACT_TRANSCRIPT_SEGMENT_PROVIDER, AXP_PLATFORM_CONFIG_TOKEN, AXP_PROTECTED_ROUTE_GUARDS, AXP_ROOT_CONFIG_TOKEN, AXP_SEARCH_DEFINITION_LAZY_RESOLVER, AXP_SEARCH_DEFINITION_PROVIDER, AXP_SEARCH_PROVIDER, AXP_SETTING_DEFAULT_VALUES_PROVIDERS, AXP_SETTING_DEFINITION_PROVIDER, AXP_SETTING_VALUE_PROVIDER, AXP_STATUS_PROVIDERS, AXP_TAB_BREADCRUMB_JOIN_SEPARATOR, AXP_TAB_ROUTE_DATA_KEY, AXP_TOKEN_DEFINITION_PROVIDER, AXP_UNAUTHORIZED_ROUTE, AXVChangeType, BETWEEN_OPER, BOOLEAN_OPERATORS, CONTAINS_OPER, DATE_OPERATORS, DEFAULT_DATE_FILTER_PRESETS, DEFAULT_MULTILANGUAGE_FIELD_NAMES, ENDS_WITH_OPER, ENVIRONMENT, EQ_OPER, GTE_OPER, GT_OPER, IN_OPER, IS_EMPTY_OPER, IS_NOT_EMPTY_OPER, LTE_OPER, LT_OPER, MULTILANGUAGE_CAPABLE_WIDGET_TYPES, NOT_CONTAINS_OPER, NOT_EQ_OPER, NUMBER_OPERATORS, STARTS_WITH_OPER, STRING_OPERATORS, UploadFromComputerActionProvider, applyDateFilterPreset, axpBackgroundOperationCapabilities, axpBackgroundOperationDisplayTime, axpBackgroundOperationEntityName, axpBackgroundOperationEstimateEndDate, axpBackgroundOperationFailurePolicy, axpBackgroundOperationFromEntityModel, axpBackgroundOperationRemainingMs, axpBackgroundOperationToEntityModel, axpBuildBackgroundOperation, axpBuildTabKey, axpCoerceBackgroundOperationDate, axpCreateBackgroundOperationId, axpFallbackTabTitle, axpFindMenuItemByRoute, axpGetLeafRouteSnapshot, axpHasTabScope, axpIsActiveBackgroundOperationStatus, axpIsCompletedBackgroundOperationStatus, axpIsEntityDetailsPath, axpIsEntityDetailsViewRoute, axpIsEntityListPath, axpIsEntityListRoute, axpIsEntityRecordNotFound, axpIsTabEligibleUrl, axpJoinTabTitleSegments, axpMenuPathsMatch, axpNavigateAppPath, axpParseAppPath, axpPathFromSnapshot, axpRedirectToNotFound, axpRedirectToUnauthorized, axpReplaceEntityListRouteQueryParams, axpResolveTabKey, axpResolveTabKeyFromRouteConfig, axpResolveTabKeyFromSnapshot, axpResolveTabTitleParts, backgroundOperationEntityFactory, coerceAXPSettingRawValue, coerceAXPSettingRawValueByKind, configPlatform, createBackgroundOperationStore, createEntityCommandOptions, createEntityRowExpressionScope, createEntitySearchCommand, createMenuContext, createMenuMiddleware, createUnsavedChangesCanDeactivateGuard, downloadGraphicFromElement, evaluateEntityDisplayTemplate, findManualPresetIdByOperation, formatEntityRowDisplayTitle, inferSettingCoercionKind, normalizePositiveNumberOption, normalizeRouterUrl, peelSettingValueKey, printGraphicFromElement, provideDynamicHomePage, provideMenuMiddleware, resolveDateFilterPresets, resolveEntityCreateListBehavior, resolveEntityModifyPopupTitle, resolveEntityRowDisplayText, resolveEntityRowDisplayTitle, resolveEntityRowDisplayTitleFromColumnContext, resolveEntitySearchTitleFallback, resolveGraphicElementSize, resolveGraphicPrintContent, resolveQueryMatchingDisplayText, resolveSearchDisplayTemplate, resolveSearchableText, searchInRecordValues, searchInSearchableValue, serializeSvgElement, shouldApplyDefaultMultiLanguageToEntityProperty, shouldApplyDefaultMultiLanguageToWidgetNode, shouldApplyDefaultMultiLanguageToWidgetProperty, triggerBrowserDownload, withDefaultMultiLanguageOnWidgetNodeTree, withDefaultMultiLanguageOnWidgetProperty };
3068
+ export type { AXCFileUploaderAction, AXCFileUploaderActionsPayload, AXCFileUploaderCapabilities, AXPAgentOutputContract, AXPAgentResponseFormat, AXPAppPathParts, AXPAppVersion, AXPAppVersionProvider, AXPBackgroundOperation, AXPBackgroundOperationActionKey, AXPBackgroundOperationCapabilities, AXPBackgroundOperationCreateRequest, AXPBackgroundOperationEntityModel, AXPBackgroundOperationEntityStorageAdapter, AXPBackgroundOperationError, AXPBackgroundOperationFailureMode, AXPBackgroundOperationFailurePolicy, AXPBackgroundOperationProviderStore, AXPBackgroundOperationStatus, AXPCommonModuleConfigs, AXPCurrency, AXPDateTimeFilterPreset, AXPDateTimeFilterPresetKind, AXPDateTimeFilterValue, AXPDomToImageOptions, AXPEntityCreateListBehavior, AXPEntityCreateListBehaviorOptions, AXPEntityDeletedEventPayload, AXPErrorHandler, AXPFileActionProvider, AXPFileActionProviderToken, AXPFileExtension, AXPFileType, AXPFileTypeInfoProvider, AXPFilterOperator, AXPGeoLocation, AXPGraphicDownloadFormat, AXPGraphicDownloadOptions, AXPGraphicPrintContent, AXPGroupSearchResult, AXPHomePageDefinition, AXPInAppNotificationCreateRequest, AXPInAppNotificationPriority, AXPInAppNotificationService, AXPIntegrationConnectionEstablishedHandler, AXPIntegrationOAuthCompleteInput, AXPIntegrationOAuthStartInput, AXPIntegrationProvider, AXPIntegrationRuntimeProvider, AXPIntegrationSecretRefInput, AXPIntegrationSecretStore, AXPIntegrationWithClientOptions, AXPJsonSchemaLike, AXPLanguage, AXPLocaleManagementPort, AXPLocaleProfile, AXPLockGetInfoRequest, AXPLockInfo, AXPLockRequest, AXPLockType, AXPMenuFinderResult, AXPMenuInsertion, AXPMenuItem, AXPMenuItemCommand, AXPMenuItemFinder, AXPMenuItemWithParent, AXPMenuMiddleware, AXPMenuMiddlewareContext, AXPMenuMiddlewareProvider, AXPMenuProvider, AXPMenuProviderContext, AXPMenuRouteMatchResult, AXPMenuType, AXPNavigationMode, AXPOutputContractTranscriptSegmentDefinition, AXPOutputContractTranscriptSegmentProvider, AXPOutputContractTranscriptSegmentProviderToken, AXPPlatformConfigs, AXPPrintGraphicOptions, AXPResolveEntityRowDisplayTitleOptions, AXPRootConfigs, AXPSearchAction, AXPSearchDefinition, AXPSearchDefinitionDisplayFormat, AXPSearchDefinitionLazyResolver, AXPSearchDefinitionProvider, AXPSearchDisplayGroupResult, AXPSearchDisplayResult, AXPSearchDisplayResultForSave, AXPSearchParentResult, AXPSearchProvider, AXPSearchResult, AXPSettingChangedEvent, AXPSettingCoercionKind, AXPSettingDefaultValuesProvider, AXPSettingDefinition, AXPSettingDefinitionGroup, AXPSettingDefinitionProvider, AXPSettingDefinitionSection, AXPSettingLayoutOptions, AXPSettingMergedDefaults, AXPSettingValue, AXPSettingValueProvider, AXPSettingsServiceInterface, AXPTabCloseConfirm, AXPTabDescriptor, AXPTabRouteData, AXPTabSessionState, AXPTabStructuredPreview, AXPTabTitleParts, AXPTimeZone, AXPTokenDefinition, AXPTokenDefinitionProvider, AXPTokenDefinitionProviderToken, AXPTranslateFormatterOptions, AXPUnLockRequest, AXPUnsavedChangesCanDeactivate, AXPUnsavedChangesConfirmOptions, AXPUnsavedChangesPopstateSource, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, VersionedFileInfo };
@@ -220,6 +220,7 @@ interface AXDataSourceOperator {
220
220
  negative?: boolean;
221
221
  }
222
222
  type AXStyleColorType = string;
223
+ type AXStyleLookType = string;
223
224
  type AXPopupSizeType = string;
224
225
  type AXFilterLogic = 'and' | 'or';
225
226
  interface AXDataSourceFilterOption {
@@ -231,8 +232,13 @@ interface AXDataSourceFilterOption {
231
232
  }
232
233
  interface AXDataSourceSortOption {
233
234
  field: string;
234
- dir?: 'asc' | 'desc';
235
+ dir: 'asc' | 'desc';
235
236
  }
237
+ /**
238
+ * Structural shim for `@acorex/cdk/common` `AXDataSource` class instances.
239
+ * Runtime code must import the real class from CDK.
240
+ */
241
+ type AXDataSource = object;
236
242
 
237
243
  declare const AXPSystemActions: Readonly<{
238
244
  readonly View: {
@@ -1102,6 +1108,8 @@ declare function buildLocaleTextMapValue(current: unknown, saved: unknown, lang:
1102
1108
  */
1103
1109
  declare function resolveMultiLanguageString(value: AXPMultiLanguageString | null | undefined, locale: string): string;
1104
1110
 
1111
+ /** CDK-aware data source reference used by platform widgets and datasources. */
1112
+ type AXPDataSource = string | AXDataSource | unknown[];
1105
1113
  interface AXPPagedListResult<T = unknown> {
1106
1114
  items: T[];
1107
1115
  total: number;
@@ -1318,15 +1326,98 @@ interface AXPReqexValidationRule extends AXPValidationRule {
1318
1326
  }
1319
1327
  type AXPStringValidationRules = (AXPRequiredValidationRule | AXPMinLengthValidationRule | AXPMaxLengthValidationRule | AXPEqualValidationRule<string> | AXPReqexValidationRule)[];
1320
1328
 
1329
+ /**
1330
+ * Normalized keyboard chord (e.g. `ctrl+f`, `arrowleft`, `f1`).
1331
+ * Modifiers and key are joined with `+`.
1332
+ */
1333
+ type AXPKeyboardShortcutChord = string;
1334
+ /** Priority tier — higher values win when multiple bindings match. */
1335
+ declare enum AXPKeyboardShortcutPriority {
1336
+ Global = 0,
1337
+ Page = 10,
1338
+ Panel = 20,
1339
+ Modal = 100
1340
+ }
1341
+ /**
1342
+ * How horizontal directional keys behave in RTL locale profiles (`activeProfile().i18nMeta?.rtl`).
1343
+ * - `physical`: arrow left always means left (grid navigation, etc.).
1344
+ * - `semantic`: arrows and `[` / `]` mirror so next/previous follow reading direction.
1345
+ */
1346
+ type AXPKeyboardShortcutDirectionBehavior = 'physical' | 'semantic';
1347
+ interface AXPKeyboardShortcutBinding {
1348
+ /**
1349
+ * One or more key chords that trigger this action.
1350
+ * Example: `['arrowleft', 'pageup']` or `['ctrl+f']`.
1351
+ */
1352
+ keys: AXPKeyboardShortcutChord[];
1353
+ /** i18n key (e.g. `@general:...`) or plain label for the help dialog. */
1354
+ title: string;
1355
+ /** Optional group label (i18n key or plain) for help dialog grouping. */
1356
+ group?: string;
1357
+ /** When true, fires even if focus is inside an editable field. Default false. */
1358
+ allowInEditableFields?: boolean;
1359
+ /** Optional runtime guard — binding is ignored when this returns false. */
1360
+ when?: () => boolean;
1361
+ /**
1362
+ * RTL handling for horizontal direction keys (`←`/`→`, `[`/`]`).
1363
+ * Omitted = auto (`semantic` for direction keys, `physical` otherwise). Set `physical` to opt out.
1364
+ */
1365
+ directionBehavior?: AXPKeyboardShortcutDirectionBehavior;
1366
+ handler: (event: KeyboardEvent) => void | Promise<void>;
1367
+ }
1368
+ /**
1369
+ * Declarative shortcut for menus, action items, and other config-driven bindings.
1370
+ * Use a chord string for defaults, or an object to override binding options (e.g. `allowInEditableFields`).
1371
+ */
1372
+ type AXPKeyboardShortcutConfig = Pick<AXPKeyboardShortcutBinding, 'allowInEditableFields' | 'when' | 'directionBehavior'> & {
1373
+ keys: AXPKeyboardShortcutChord | readonly AXPKeyboardShortcutChord[];
1374
+ };
1375
+ type AXPKeyboardShortcut = AXPKeyboardShortcutChord | AXPKeyboardShortcutConfig;
1376
+ /** Normalized declarative shortcut used when registering keyboard bindings. */
1377
+ interface AXPResolvedKeyboardShortcut {
1378
+ keys: AXPKeyboardShortcutChord[];
1379
+ allowInEditableFields?: boolean;
1380
+ when?: () => boolean;
1381
+ directionBehavior?: AXPKeyboardShortcutDirectionBehavior;
1382
+ }
1383
+ interface AXPKeyboardShortcutRegistration {
1384
+ /** Stable id for this registration scope (e.g. `task-board-navigator`). */
1385
+ id: string;
1386
+ /** Higher priority bindings win on conflict. */
1387
+ priority?: AXPKeyboardShortcutPriority | number;
1388
+ /** Scope label shown in the help dialog (i18n key or plain). */
1389
+ scope?: string;
1390
+ /** Default group for bindings without their own `group`. */
1391
+ group?: string;
1392
+ /** Optional runtime guard — registration is ignored when this returns false. */
1393
+ when?: () => boolean;
1394
+ shortcuts: AXPKeyboardShortcutBinding[];
1395
+ }
1396
+ /** Resolved entry for help UI. */
1397
+ interface AXPKeyboardShortcutHelpEntry {
1398
+ registrationId: string;
1399
+ bindingTitle: string;
1400
+ /** Raw chords for `ax-kbd-item` rendering (canonical registration). */
1401
+ chords: AXPKeyboardShortcutChord[];
1402
+ /** Chords adjusted for RTL display when `directionBehavior` is `semantic`. */
1403
+ displayChords: AXPKeyboardShortcutChord[];
1404
+ displayKeys: string;
1405
+ scope?: string;
1406
+ group?: string;
1407
+ priority: number;
1408
+ }
1409
+
1410
+ /** CDK- and shortcut-aware action menu item. */
1321
1411
  type AXPActionMenuItem = {
1322
1412
  name?: string;
1323
1413
  title: AXPMultiLanguageString;
1324
1414
  icon?: string;
1325
1415
  iconOnly?: boolean;
1326
1416
  color?: string;
1327
- look?: string;
1417
+ look?: AXStyleLookType;
1328
1418
  break?: boolean;
1329
1419
  items?: AXPActionMenuItem[];
1420
+ shortcuts?: AXPKeyboardShortcut[];
1330
1421
  command?: AXPExecuteCommand;
1331
1422
  disabled?: boolean | string;
1332
1423
  visible?: boolean | string;
@@ -3193,6 +3284,7 @@ interface AXPIntegrationProviderListItemDto {
3193
3284
  authMethodTypes: AXPIntegrationAuthMethodType[];
3194
3285
  isConnected: boolean;
3195
3286
  connectionCount: number;
3287
+ connectCommandKey?: string;
3196
3288
  }
3197
3289
  interface AXPIntegrationValidationResult {
3198
3290
  valid: boolean;
@@ -3217,6 +3309,8 @@ interface AXPIntegrationAuthFieldDefinition {
3217
3309
  interface AXPIntegrationOAuth2AuthMethodDefinition {
3218
3310
  type: 'oauth2';
3219
3311
  label: string;
3312
+ /** i18n key — how to authorize (shown in connect popup). */
3313
+ instructions?: string;
3220
3314
  usesRedirect: boolean;
3221
3315
  supportsRefresh: boolean;
3222
3316
  supportsRevoke: boolean;
@@ -3227,18 +3321,24 @@ interface AXPIntegrationOAuth2AuthMethodDefinition {
3227
3321
  interface AXPIntegrationPatAuthMethodDefinition {
3228
3322
  type: 'pat';
3229
3323
  label: string;
3324
+ /** i18n key — how to create a personal access token (shown in connect popup). */
3325
+ instructions?: string;
3230
3326
  supportsValidation: boolean;
3231
3327
  fields: AXPIntegrationAuthFieldDefinition[];
3232
3328
  }
3233
3329
  interface AXPIntegrationBasicAuthMethodDefinition {
3234
3330
  type: 'basic';
3235
3331
  label: string;
3332
+ /** i18n key — login instructions (shown in connect popup). */
3333
+ instructions?: string;
3236
3334
  supportsValidation: boolean;
3237
3335
  fields: AXPIntegrationAuthFieldDefinition[];
3238
3336
  }
3239
3337
  interface AXPIntegrationApiTokenAuthMethodDefinition {
3240
3338
  type: 'apiToken';
3241
3339
  label: string;
3340
+ /** i18n key — how to create an API token (shown in connect popup). */
3341
+ instructions?: string;
3242
3342
  supportsValidation: boolean;
3243
3343
  fields: AXPIntegrationAuthFieldDefinition[];
3244
3344
  }
@@ -3257,6 +3357,8 @@ interface AXPIntegrationProviderDefinition {
3257
3357
  defaultConnectionKey?: string;
3258
3358
  features?: string[];
3259
3359
  customUiComponentKey?: string;
3360
+ /** When set, Connect uses this command instead of the default integration connect flow. */
3361
+ connectCommandKey?: string;
3260
3362
  }
3261
3363
  interface AXPIntegrationAuthContext {
3262
3364
  tenantId: string;
@@ -3323,5 +3425,5 @@ declare class AXPIntegrationMissingScopeError extends Error {
3323
3425
  constructor(providerId: string, missingScopes: string[], message?: string);
3324
3426
  }
3325
3427
 
3326
- export { AXPContextChangeEvent, AXPDataGenerator, AXPExportTemplateToken, AXPFileStorageStatus, AXPIntegrationExpiredError, AXPIntegrationMissingScopeError, AXPIntegrationNotConnectedError, AXPPlatformCoreDataSourceKeys, AXPPlatformScope, AXPRegionalSetting, AXPStatusProvider, AXPSystemActionType, AXPSystemActions, AXPSystemStatusType, AXPSystemStatuses, AXPWidgetsCatalog, AXPWidgetsList, AXP_INTEGRATION_AUTH_METHOD_TYPE, AXP_INTEGRATION_CAPABILITY, AXP_INTEGRATION_CATEGORY, AXP_INTEGRATION_CONNECTION_SCOPE, AXP_INTEGRATION_CONNECTION_STATUS, AXP_PREVIEW_WIDGET_FIELD_COMMAND_KEY, buildLocaleTextMapValue, captureFormContextBaseline, cleanDeep, coerceUnknownToBoolean, coerceUnknownToDate, coerceUnknownToFiniteNumber, coerceUnknownToTrimmedString, compareMultiLanguageStrings, containsHtmlMarkup, createMultiLanguageString, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, generateKebabCase, getActionButton, getChangedPaths, getDetailedChanges, getEnumValues, getNestedKeys, getSmart, getStatusInfo, getSystemActions, getSystemStatus, isFormContextDirty, isFormValueEqual, isLocaleStringMap, isSelectionValueEqual, normalizeDefinitionCategories, resolveActionLook, resolveMultiLanguageString, resolvePlatformScopeKey, resolvePlatformScopeName, resolveStatusLook, searchInMultiLanguageString, setSmart, shouldRestoreSavedMultiLanguageShape, shouldUseLocaleMapShape, sortByMultiLanguageString, summarizeFormContextDirtyDiff, systemStatusToDefinition, unwrapValueProperty };
3327
- export type { AXDataSourceFilterOption, AXDataSourceOperator, AXDataSourceOperatorType, AXDataSourceSortOption, AXFilterLogic, AXPActionMenuItem, AXPActivityCategory, AXPActivityDefinition, AXPActivityDefinitionCategoryRef, AXPActivityDefinitionQueryResult, AXPActivityExecutionContextState, AXPActivityIncident, AXPActivityStatus, AXPActivityVariable, AXPAddressData, AXPAddressLabel, AXPAddressMode, AXPAgentOutputKind, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBookmark, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPCategoryListItem, AXPColumnQuery, AXPCommandMessage, AXPCompletionCallbackState, AXPConnection, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextPatchOptions, AXPContextState, AXPContextUpdateOptions, AXPContextUpdateOrigin, AXPDataType, AXPDefinitionCategory, AXPElsaWorkflowExtensions, AXPEntityOp, AXPEntityReference, AXPEqualValidationRule, AXPExceptionState, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPFileListItem, AXPFileManyStorageInfo, AXPFileSource, AXPFileStatus, AXPFileStorageCreateRequest, AXPFileStorageFindRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFilterClause, AXPFilterDefinition, AXPFilterQuery, AXPFilterTriggerDefinition, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPIntegrationApiTokenAuthMethodDefinition, AXPIntegrationApiTokenSecretPayload, AXPIntegrationAuthContext, AXPIntegrationAuthFieldDefinition, AXPIntegrationAuthMethodDefinition, AXPIntegrationAuthMethodType, AXPIntegrationBasicAuthMethodDefinition, AXPIntegrationBasicSecretPayload, AXPIntegrationCapability, AXPIntegrationCategory, AXPIntegrationConnectionScope, AXPIntegrationConnectionStatus, AXPIntegrationOAuth2AuthMethodDefinition, AXPIntegrationOAuthSecretPayload, AXPIntegrationPatAuthMethodDefinition, AXPIntegrationPatSecretPayload, AXPIntegrationProviderDefinition, AXPIntegrationProviderListItemDto, AXPIntegrationProviderRuntimeHooks, AXPIntegrationResolvedCredentials, AXPIntegrationRuntimeContext, AXPIntegrationSecretPayload, AXPIntegrationValidationResult, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMaybePromise, AXPMetaData, AXPMetaDataDefinition, AXPMetaDataFeatures, AXPMiddlewareErrorResponse, AXPMinLengthValidationRule, AXPMultiLanguageString, AXPMultiSourceRef, AXPOptionsData, AXPOutputTranscriptSegmentId, AXPPageStatus, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPProperty, AXPPropertyGroup, AXPPropertyInterface, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPSafeIntegrationConnectionDto, AXPSortDefinition, AXPSortQuery, AXPSpreadsheetCellValue, AXPSpreadsheetData, AXPStatusDefinition, AXPStatusTransition, AXPStringValidationRules, AXPSystemAction, AXPTaskType, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetNode, AXPWidgetRenderMode, AXPWidgetTrigger, AXPWidgetTriggers, AXPWorkflowActivityInstance, AXPWorkflowBinding, AXPWorkflowCategory, AXPWorkflowContinuationBeforeInteractive, AXPWorkflowContinuationMetadata, AXPWorkflowDefinition, AXPWorkflowExtensions, AXPWorkflowFaultState, AXPWorkflowGraph, AXPWorkflowInstance, AXPWorkflowOutputProperty, AXPWorkflowState, AXPWorkflowStatus, AXPWorkflowSubStatus, AXPopupSizeType, AXStyleColorType, FormContextDirtyDiffEntry };
3428
+ export { AXPContextChangeEvent, AXPDataGenerator, AXPExportTemplateToken, AXPFileStorageStatus, AXPIntegrationExpiredError, AXPIntegrationMissingScopeError, AXPIntegrationNotConnectedError, AXPKeyboardShortcutPriority, AXPPlatformCoreDataSourceKeys, AXPPlatformScope, AXPRegionalSetting, AXPStatusProvider, AXPSystemActionType, AXPSystemActions, AXPSystemStatusType, AXPSystemStatuses, AXPWidgetsCatalog, AXPWidgetsList, AXP_INTEGRATION_AUTH_METHOD_TYPE, AXP_INTEGRATION_CAPABILITY, AXP_INTEGRATION_CATEGORY, AXP_INTEGRATION_CONNECTION_SCOPE, AXP_INTEGRATION_CONNECTION_STATUS, AXP_PREVIEW_WIDGET_FIELD_COMMAND_KEY, buildLocaleTextMapValue, captureFormContextBaseline, cleanDeep, coerceUnknownToBoolean, coerceUnknownToDate, coerceUnknownToFiniteNumber, coerceUnknownToTrimmedString, compareMultiLanguageStrings, containsHtmlMarkup, createMultiLanguageString, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, generateKebabCase, getActionButton, getChangedPaths, getDetailedChanges, getEnumValues, getNestedKeys, getSmart, getStatusInfo, getSystemActions, getSystemStatus, isFormContextDirty, isFormValueEqual, isLocaleStringMap, isSelectionValueEqual, normalizeDefinitionCategories, resolveActionLook, resolveMultiLanguageString, resolvePlatformScopeKey, resolvePlatformScopeName, resolveStatusLook, searchInMultiLanguageString, setSmart, shouldRestoreSavedMultiLanguageShape, shouldUseLocaleMapShape, sortByMultiLanguageString, summarizeFormContextDirtyDiff, systemStatusToDefinition, unwrapValueProperty };
3429
+ export type { AXDataSource, AXDataSourceFilterOption, AXDataSourceOperator, AXDataSourceOperatorType, AXDataSourceSortOption, AXFilterLogic, AXPActionMenuItem, AXPActivityCategory, AXPActivityDefinition, AXPActivityDefinitionCategoryRef, AXPActivityDefinitionQueryResult, AXPActivityExecutionContextState, AXPActivityIncident, AXPActivityStatus, AXPActivityVariable, AXPAddressData, AXPAddressLabel, AXPAddressMode, AXPAgentOutputKind, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBookmark, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPCategoryListItem, AXPColumnQuery, AXPCommandMessage, AXPCompletionCallbackState, AXPConnection, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextPatchOptions, AXPContextState, AXPContextUpdateOptions, AXPContextUpdateOrigin, AXPDataSource, AXPDataType, AXPDefinitionCategory, AXPElsaWorkflowExtensions, AXPEntityOp, AXPEntityReference, AXPEqualValidationRule, AXPExceptionState, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPFileListItem, AXPFileManyStorageInfo, AXPFileSource, AXPFileStatus, AXPFileStorageCreateRequest, AXPFileStorageFindRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFilterClause, AXPFilterDefinition, AXPFilterQuery, AXPFilterTriggerDefinition, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPIntegrationApiTokenAuthMethodDefinition, AXPIntegrationApiTokenSecretPayload, AXPIntegrationAuthContext, AXPIntegrationAuthFieldDefinition, AXPIntegrationAuthMethodDefinition, AXPIntegrationAuthMethodType, AXPIntegrationBasicAuthMethodDefinition, AXPIntegrationBasicSecretPayload, AXPIntegrationCapability, AXPIntegrationCategory, AXPIntegrationConnectionScope, AXPIntegrationConnectionStatus, AXPIntegrationOAuth2AuthMethodDefinition, AXPIntegrationOAuthSecretPayload, AXPIntegrationPatAuthMethodDefinition, AXPIntegrationPatSecretPayload, AXPIntegrationProviderDefinition, AXPIntegrationProviderListItemDto, AXPIntegrationProviderRuntimeHooks, AXPIntegrationResolvedCredentials, AXPIntegrationRuntimeContext, AXPIntegrationSecretPayload, AXPIntegrationValidationResult, AXPKeyboardShortcut, AXPKeyboardShortcutBinding, AXPKeyboardShortcutChord, AXPKeyboardShortcutConfig, AXPKeyboardShortcutDirectionBehavior, AXPKeyboardShortcutHelpEntry, AXPKeyboardShortcutRegistration, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMaybePromise, AXPMetaData, AXPMetaDataDefinition, AXPMetaDataFeatures, AXPMiddlewareErrorResponse, AXPMinLengthValidationRule, AXPMultiLanguageString, AXPMultiSourceRef, AXPOptionsData, AXPOutputTranscriptSegmentId, AXPPageStatus, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPProperty, AXPPropertyGroup, AXPPropertyInterface, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPResolvedKeyboardShortcut, AXPSafeIntegrationConnectionDto, AXPSortDefinition, AXPSortQuery, AXPSpreadsheetCellValue, AXPSpreadsheetData, AXPStatusDefinition, AXPStatusTransition, AXPStringValidationRules, AXPSystemAction, AXPTaskType, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetNode, AXPWidgetRenderMode, AXPWidgetTrigger, AXPWidgetTriggers, AXPWorkflowActivityInstance, AXPWorkflowBinding, AXPWorkflowCategory, AXPWorkflowContinuationBeforeInteractive, AXPWorkflowContinuationMetadata, AXPWorkflowDefinition, AXPWorkflowExtensions, AXPWorkflowFaultState, AXPWorkflowGraph, AXPWorkflowInstance, AXPWorkflowOutputProperty, AXPWorkflowState, AXPWorkflowStatus, AXPWorkflowSubStatus, AXPopupSizeType, AXStyleColorType, AXStyleLookType, FormContextDirtyDiffEntry };
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, Type, OnInit, ViewContainerRef, ModuleWithProviders, ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges, OnDestroy, DestroyRef, Injector, PipeTransform, Provider } from '@angular/core';
3
3
  import * as _acorex_platform_contracts from '@acorex/platform/contracts';
4
- import { AXPApplicationUserReference, AXPEntityReference, AXPSystemActionType, AXPMultiLanguageString, AXPOptionsData, AXPFilterDefinition, AXPMaybePromise, AXPContextData, AXPContextState, AXPContextChangeEvent, AXPContextUpdateOptions, AXPContextPatchOptions, AXPGridLayoutOptions, AXPActionMenuItem as AXPActionMenuItem$1 } from '@acorex/platform/contracts';
5
- import { AXDataSource, AXStyleLookType, AXDataSourceSortOption, AXDataSourceFilterOption, AXDataSourceQuery, AXDataSourceCallbackResult } from '@acorex/cdk/common';
4
+ import { AXPApplicationUserReference, AXPEntityReference, AXPSystemActionType, AXPMultiLanguageString, AXPOptionsData, AXPFilterDefinition, AXPMaybePromise, AXPContextData, AXPContextState, AXPContextChangeEvent, AXPContextUpdateOptions, AXPContextPatchOptions, AXPGridLayoutOptions, AXPKeyboardShortcutDirectionBehavior, AXPKeyboardShortcutChord, AXPKeyboardShortcut, AXPResolvedKeyboardShortcut, AXPKeyboardShortcutRegistration, AXPKeyboardShortcutHelpEntry, AXPActionMenuItem } from '@acorex/platform/contracts';
5
+ import { AXDataSource, AXDataSourceFilterOption, AXDataSourceQuery, AXDataSourceCallbackResult, AXDataSourceSortOption } from '@acorex/cdk/common';
6
6
  import * as _ngrx_signals from '@ngrx/signals';
7
7
  import { Observable } from 'rxjs';
8
8
  import { AXFormatService } from '@acorex/core/format';
@@ -975,87 +975,6 @@ declare class AXPHookService {
975
975
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPHookService>;
976
976
  }
977
977
 
978
- /**
979
- * Normalized keyboard chord (e.g. `ctrl+f`, `arrowleft`, `f1`).
980
- * Modifiers and key are joined with `+`.
981
- */
982
- type AXPKeyboardShortcutChord = string;
983
- /** Priority tier — higher values win when multiple bindings match. */
984
- declare enum AXPKeyboardShortcutPriority {
985
- Global = 0,
986
- Page = 10,
987
- Panel = 20,
988
- Modal = 100
989
- }
990
- /**
991
- * How horizontal directional keys behave in RTL locale profiles (`activeProfile().i18nMeta?.rtl`).
992
- * - `physical`: arrow left always means left (grid navigation, etc.).
993
- * - `semantic`: arrows and `[` / `]` mirror so next/previous follow reading direction.
994
- */
995
- type AXPKeyboardShortcutDirectionBehavior = 'physical' | 'semantic';
996
- interface AXPKeyboardShortcutBinding {
997
- /**
998
- * One or more key chords that trigger this action.
999
- * Example: `['arrowleft', 'pageup']` or `['ctrl+f']`.
1000
- */
1001
- keys: AXPKeyboardShortcutChord[];
1002
- /** i18n key (e.g. `@general:...`) or plain label for the help dialog. */
1003
- title: string;
1004
- /** Optional group label (i18n key or plain) for help dialog grouping. */
1005
- group?: string;
1006
- /** When true, fires even if focus is inside an editable field. Default false. */
1007
- allowInEditableFields?: boolean;
1008
- /** Optional runtime guard — binding is ignored when this returns false. */
1009
- when?: () => boolean;
1010
- /**
1011
- * RTL handling for horizontal direction keys (`←`/`→`, `[`/`]`).
1012
- * Omitted = auto (`semantic` for direction keys, `physical` otherwise). Set `physical` to opt out.
1013
- */
1014
- directionBehavior?: AXPKeyboardShortcutDirectionBehavior;
1015
- handler: (event: KeyboardEvent) => void | Promise<void>;
1016
- }
1017
- /**
1018
- * Declarative shortcut for menus, action items, and other config-driven bindings.
1019
- * Use a chord string for defaults, or an object to override binding options (e.g. `allowInEditableFields`).
1020
- */
1021
- type AXPKeyboardShortcutConfig = Pick<AXPKeyboardShortcutBinding, 'allowInEditableFields' | 'when' | 'directionBehavior'> & {
1022
- keys: AXPKeyboardShortcutChord | readonly AXPKeyboardShortcutChord[];
1023
- };
1024
- type AXPKeyboardShortcut = AXPKeyboardShortcutChord | AXPKeyboardShortcutConfig;
1025
- /** Normalized declarative shortcut used when registering keyboard bindings. */
1026
- interface AXPResolvedKeyboardShortcut {
1027
- keys: AXPKeyboardShortcutChord[];
1028
- allowInEditableFields?: boolean;
1029
- when?: () => boolean;
1030
- directionBehavior?: AXPKeyboardShortcutDirectionBehavior;
1031
- }
1032
- interface AXPKeyboardShortcutRegistration {
1033
- /** Stable id for this registration scope (e.g. `task-board-navigator`). */
1034
- id: string;
1035
- /** Higher priority bindings win on conflict. */
1036
- priority?: AXPKeyboardShortcutPriority | number;
1037
- /** Scope label shown in the help dialog (i18n key or plain). */
1038
- scope?: string;
1039
- /** Default group for bindings without their own `group`. */
1040
- group?: string;
1041
- /** Optional runtime guard — registration is ignored when this returns false. */
1042
- when?: () => boolean;
1043
- shortcuts: AXPKeyboardShortcutBinding[];
1044
- }
1045
- /** Resolved entry for help UI. */
1046
- interface AXPKeyboardShortcutHelpEntry {
1047
- registrationId: string;
1048
- bindingTitle: string;
1049
- /** Raw chords for `ax-kbd-item` rendering (canonical registration). */
1050
- chords: AXPKeyboardShortcutChord[];
1051
- /** Chords adjusted for RTL display when `directionBehavior` is `semantic`. */
1052
- displayChords: AXPKeyboardShortcutChord[];
1053
- displayKeys: string;
1054
- scope?: string;
1055
- group?: string;
1056
- priority: number;
1057
- }
1058
-
1059
978
  /** Acorex overlay root (modal shell, popup, dialog). */
1060
979
  declare const AX_OVERLAY_CONTAINER_SELECTOR = ".ax-overlay-container";
1061
980
  /** Anchored widget panel inside an overlay (select, date picker, dropdown). */
@@ -1704,12 +1623,6 @@ declare class AXPTagService {
1704
1623
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPTagService>;
1705
1624
  }
1706
1625
 
1707
- /** CDK- and shortcut-aware action menu item (extends contracts base type). */
1708
- type AXPActionMenuItem = Omit<AXPActionMenuItem$1, 'look' | 'items'> & {
1709
- look?: AXStyleLookType;
1710
- items?: AXPActionMenuItem[];
1711
- shortcuts?: AXPKeyboardShortcut[];
1712
- };
1713
1626
  type AXPNavigateActionOptions = {
1714
1627
  router: {
1715
1628
  path: string;
@@ -1729,16 +1642,6 @@ interface AXPNavigateActionCommand<T extends keyof AXPNavigateActionOptions> {
1729
1642
  }
1730
1643
  declare function applySystemActionDefault(action: AXPActionMenuItem, type: AXPSystemActionType): AXPActionMenuItem;
1731
1644
 
1732
- /** CDK-aware data source reference used by platform widgets and datasources. */
1733
- type AXPDataSource = string | AXDataSource | unknown[];
1734
- interface AXPQueryRequest {
1735
- skip: number;
1736
- take: number;
1737
- sort?: AXDataSourceSortOption[];
1738
- filter?: AXDataSourceFilterOption;
1739
- params?: Record<string, string>;
1740
- }
1741
-
1742
1645
  declare class AXPImageUrlLogoConfig {
1743
1646
  url: string;
1744
1647
  width?: number | undefined;
@@ -1942,5 +1845,5 @@ declare function createProviderWithInjectionContext<T>(loader: () => Promise<new
1942
1845
  */
1943
1846
  declare function provideLazyProvider<TProvider>(token: InjectionToken<any>, loader: () => Promise<new () => TProvider>, multi?: boolean): Provider;
1944
1847
 
1945
- export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPCatalogScopeDefinitionProviderService, AXPCatalogScopeDefinitionsDataSourceDefinition, AXPColorPaletteProvider, AXPColorPaletteService, AXPColumnWidthService, AXPComponentLogoConfig, AXPComponentSlot, AXPComponentSlotDirective, AXPComponentSlotModule, AXPComponentSlotRegistryService, AXPContentCheckerDirective, AXPContextDefinitionProviderService, AXPContextEvalFactory, AXPContextStore, AXPCountdownPipe, AXPDataGenerator, AXPDataSourceDefinitionProviderService, AXPDblClickDirective, AXPDebugService, AXPDefaultColorPalettesProvider, AXPDeviceService, AXPDeviceType, AXPDistributedEventListenerService, AXPElementDataDirective, AXPExpressionEvaluatorScopeProviderContext, AXPExpressionEvaluatorScopeProviderService, AXPExpressionEvaluatorService, AXPFeatureDefinitionProviderContext, AXPGridLayoutDirective, AXPHookService, AXPIconLogoConfig, AXPIdleSchedulerService, AXPImageUrlLogoConfig, AXPKeyboardShortcutPriority, AXPKeyboardShortcutRegistry, AXPModuleManifestModule, AXPModuleManifestRegistry, AXPModuleManifestsDataSourceDefinition, AXPScreenSize, AXPTagProvider, AXPTagService, AXP_ACTIVITY_LOG_PROVIDER, AXP_CATALOG_SCOPE_DEFINITION_PROVIDER, AXP_COLOR_PALETTE_PROVIDER, AXP_COLUMN_WIDTH_PROVIDER, AXP_CONTEXT_DEFINITION_PROVIDER, AXP_DATASOURCE_DEFINITION_PROVIDER, AXP_DISTRIBUTED_EVENT_LISTENER_PROVIDER, AXP_EXPRESSION_EVALUATOR_SCOPE_PROVIDER, AXP_FEATURE_DEFINITION_PROVIDER, AXP_MODULE_MANIFEST_PROVIDER, AXP_SESSION_SERVICE, AXP_TAG_PROVIDER, AX_OVERLAY_CONTAINER_SELECTOR, AX_OVERLAY_PANE_SELECTOR, DEFAULT_CANCEL_DIALOG_ACTION_SHORTCUTS, DEFAULT_SUBMIT_DIALOG_ACTION_SHORTCUTS, FORM_DIRTY_TRACE_NS, OVERLAY_DETAILS_VIEW_TRACE_NS, OVERLAY_LAYOUT_TRACE_NS, OVERLAY_ROOT_LAYOUT_TRACE_NS, OVERLAY_WIDGET_SETTLE_TRACE_NS, applyContextEvalPipes, applyFilterArray, applyPagination, applyQueryArray, applySortArray, applySystemActionDefault, chordToKbdItemKeys, contextEvalWithPipes, createProviderWithInjectionContext, defaultColumnWidthProvider, findOverlayContainerAncestor, formatKeyboardShortcutChord, formatKeyboardShortcutChords, getNestedVisibleOverlayPanes, getPrimaryKeyboardShortcutChord, getTopVisibleOverlayContainer, getVisibleAnchoredOverlayPanes, getVisibleOverlayContainers, hasForegroundOverlayLayer, isDialogShortcutAllowedInEditableField, isHorizontalDirectionalShortcutKey, isKeyboardTargetInsideEditableField, isMacPlatform, isVisibleOverlayElement, matchesDialogActionShortcut, matchesKeyboardShortcutChord, mirrorHorizontalDirectionalKey, normalizeContextEvalPipes, normalizeDialogActionShortcutChord, normalizeExpressionTemplate, normalizeKeyboardShortcut, normalizeKeyboardShortcuts, objectKeyValueTransforms, parseDialogActionShortcut, parseKeyboardShortcutChord, provideLazyProvider, registerPopupFooterKeyboardShortcuts, resolveConfiguredFooterActionShortcuts, resolveDialogActionShortcuts, resolveDisplayShortcutChord, resolveEffectiveDirectionBehavior, resolveSemanticDirectionalKey, setupPopupFooterKeyboardShortcuts, shouldDeferEscapeToOpenOverlay, shouldTriggerDialogActionShortcut };
1946
- export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPCatalogScopeDefinition, AXPCatalogScopeDefinitionProvider, AXPColorPalette, AXPColorPaletteFilterOptions, AXPColumnWidthMatcher, AXPColumnWidthProvider, AXPComponentSlotConfig, AXPComponentSlotModuleConfigs, AXPContextDefinition, AXPContextDefinitionAiHints, AXPContextDefinitionProvider, AXPContextEvalFn, AXPContextEvalOptions, AXPContextEvalPipe, AXPContextEvalPipeName, AXPContextEvalPipeSpec, AXPDataSource, AXPDataSourceArray, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataSourceSample, AXPDataSourceType, AXPDataSourceValue, AXPDebugData, AXPDebugDataFactory, AXPDebugDataInput, AXPDialogActionOptions, AXPDialogActionShortcut, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFeatureDefinition, AXPFeatureDefinitionProvider, AXPFeatureName, AXPISessionService, AXPIdleSchedulerEnqueueOptions, AXPIdleSchedulerWaitOptions, AXPKeyboardShortcut, AXPKeyboardShortcutBinding, AXPKeyboardShortcutChord, AXPKeyboardShortcutConfig, AXPKeyboardShortcutDirectionBehavior, AXPKeyboardShortcutFormatOptions, AXPKeyboardShortcutHelpEntry, AXPKeyboardShortcutRegisterOptions, AXPKeyboardShortcutRegistration, AXPLazyDataSource, AXPModuleFeatureDefinition, AXPModuleFeatureDefinitionWithKey, AXPModuleManifest, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPPopupFooterKeyboardShortcutsOptions, AXPPopupFooterKeyboardShortcutsSetupConfig, AXPPopupFooterShortcutAction, AXPQueryRequest, AXPResolvedKeyboardShortcut, AXPStartUpTask, AXPTag, AXPTagFilterOptions, AXPValueTransformerFunction, AXPValueTransformerFunctions, ColumnNameMatcher, ColumnWidthValue, IColumnWithWidth, WidgetTypeMatcher };
1848
+ export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPCatalogScopeDefinitionProviderService, AXPCatalogScopeDefinitionsDataSourceDefinition, AXPColorPaletteProvider, AXPColorPaletteService, AXPColumnWidthService, AXPComponentLogoConfig, AXPComponentSlot, AXPComponentSlotDirective, AXPComponentSlotModule, AXPComponentSlotRegistryService, AXPContentCheckerDirective, AXPContextDefinitionProviderService, AXPContextEvalFactory, AXPContextStore, AXPCountdownPipe, AXPDataGenerator, AXPDataSourceDefinitionProviderService, AXPDblClickDirective, AXPDebugService, AXPDefaultColorPalettesProvider, AXPDeviceService, AXPDeviceType, AXPDistributedEventListenerService, AXPElementDataDirective, AXPExpressionEvaluatorScopeProviderContext, AXPExpressionEvaluatorScopeProviderService, AXPExpressionEvaluatorService, AXPFeatureDefinitionProviderContext, AXPGridLayoutDirective, AXPHookService, AXPIconLogoConfig, AXPIdleSchedulerService, AXPImageUrlLogoConfig, AXPKeyboardShortcutRegistry, AXPModuleManifestModule, AXPModuleManifestRegistry, AXPModuleManifestsDataSourceDefinition, AXPScreenSize, AXPTagProvider, AXPTagService, AXP_ACTIVITY_LOG_PROVIDER, AXP_CATALOG_SCOPE_DEFINITION_PROVIDER, AXP_COLOR_PALETTE_PROVIDER, AXP_COLUMN_WIDTH_PROVIDER, AXP_CONTEXT_DEFINITION_PROVIDER, AXP_DATASOURCE_DEFINITION_PROVIDER, AXP_DISTRIBUTED_EVENT_LISTENER_PROVIDER, AXP_EXPRESSION_EVALUATOR_SCOPE_PROVIDER, AXP_FEATURE_DEFINITION_PROVIDER, AXP_MODULE_MANIFEST_PROVIDER, AXP_SESSION_SERVICE, AXP_TAG_PROVIDER, AX_OVERLAY_CONTAINER_SELECTOR, AX_OVERLAY_PANE_SELECTOR, DEFAULT_CANCEL_DIALOG_ACTION_SHORTCUTS, DEFAULT_SUBMIT_DIALOG_ACTION_SHORTCUTS, FORM_DIRTY_TRACE_NS, OVERLAY_DETAILS_VIEW_TRACE_NS, OVERLAY_LAYOUT_TRACE_NS, OVERLAY_ROOT_LAYOUT_TRACE_NS, OVERLAY_WIDGET_SETTLE_TRACE_NS, applyContextEvalPipes, applyFilterArray, applyPagination, applyQueryArray, applySortArray, applySystemActionDefault, chordToKbdItemKeys, contextEvalWithPipes, createProviderWithInjectionContext, defaultColumnWidthProvider, findOverlayContainerAncestor, formatKeyboardShortcutChord, formatKeyboardShortcutChords, getNestedVisibleOverlayPanes, getPrimaryKeyboardShortcutChord, getTopVisibleOverlayContainer, getVisibleAnchoredOverlayPanes, getVisibleOverlayContainers, hasForegroundOverlayLayer, isDialogShortcutAllowedInEditableField, isHorizontalDirectionalShortcutKey, isKeyboardTargetInsideEditableField, isMacPlatform, isVisibleOverlayElement, matchesDialogActionShortcut, matchesKeyboardShortcutChord, mirrorHorizontalDirectionalKey, normalizeContextEvalPipes, normalizeDialogActionShortcutChord, normalizeExpressionTemplate, normalizeKeyboardShortcut, normalizeKeyboardShortcuts, objectKeyValueTransforms, parseDialogActionShortcut, parseKeyboardShortcutChord, provideLazyProvider, registerPopupFooterKeyboardShortcuts, resolveConfiguredFooterActionShortcuts, resolveDialogActionShortcuts, resolveDisplayShortcutChord, resolveEffectiveDirectionBehavior, resolveSemanticDirectionalKey, setupPopupFooterKeyboardShortcuts, shouldDeferEscapeToOpenOverlay, shouldTriggerDialogActionShortcut };
1849
+ export type { AXPActivityLog, AXPActivityLogChange, AXPCatalogScopeDefinition, AXPCatalogScopeDefinitionProvider, AXPColorPalette, AXPColorPaletteFilterOptions, AXPColumnWidthMatcher, AXPColumnWidthProvider, AXPComponentSlotConfig, AXPComponentSlotModuleConfigs, AXPContextDefinition, AXPContextDefinitionAiHints, AXPContextDefinitionProvider, AXPContextEvalFn, AXPContextEvalOptions, AXPContextEvalPipe, AXPContextEvalPipeName, AXPContextEvalPipeSpec, AXPDataSourceArray, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataSourceSample, AXPDataSourceType, AXPDataSourceValue, AXPDebugData, AXPDebugDataFactory, AXPDebugDataInput, AXPDialogActionOptions, AXPDialogActionShortcut, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFeatureDefinition, AXPFeatureDefinitionProvider, AXPFeatureName, AXPISessionService, AXPIdleSchedulerEnqueueOptions, AXPIdleSchedulerWaitOptions, AXPKeyboardShortcutFormatOptions, AXPKeyboardShortcutRegisterOptions, AXPLazyDataSource, AXPModuleFeatureDefinition, AXPModuleFeatureDefinitionWithKey, AXPModuleManifest, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPPopupFooterKeyboardShortcutsOptions, AXPPopupFooterKeyboardShortcutsSetupConfig, AXPPopupFooterShortcutAction, AXPStartUpTask, AXPTag, AXPTagFilterOptions, AXPValueTransformerFunction, AXPValueTransformerFunctions, ColumnNameMatcher, ColumnWidthValue, IColumnWithWidth, WidgetTypeMatcher };
@@ -1,17 +1,17 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { OnInit, EventEmitter } from '@angular/core';
3
3
  import * as i1 from '@angular/common';
4
- import { AXPMultiLanguageString, AXPMetaData, AXPWidgetNode, AXPGridLayoutOptions, AXPWidgetRenderMode, AXPExpression, AXPValidationRules, AXPOptionsData, AXPContextChangeEvent, AXPExecuteCommandResult } from '@acorex/platform/contracts';
4
+ import { AXPActionMenuItem, AXPMultiLanguageString, AXPMetaData, AXPWidgetNode, AXPGridLayoutOptions, AXPWidgetRenderMode, AXPExpression, AXPValidationRules, AXPOptionsData, AXPContextChangeEvent, AXPExecuteCommandResult } from '@acorex/platform/contracts';
5
5
  import { AXFormComponent } from '@acorex/components/form';
6
6
  import { AXValidationSummary } from '@acorex/core/validation';
7
7
  import { AXPWidgetContainerComponent, AXPWidgetCoreElementAction } from '@acorex/platform/layout/widget-core';
8
8
  import { AXDataSource, AXComponentClosing } from '@acorex/cdk/common';
9
9
  import { AXPopupSizeType } from '@acorex/components/popup';
10
10
  import { AXStepWizardLook } from '@acorex/components/step-wizard';
11
- import { AXPActionMenuItem, AXPDialogActionOptions } from '@acorex/platform/core';
11
+ import { AXPDialogActionOptions } from '@acorex/platform/core';
12
12
  export { AXPDialogActionOptions, AXPDialogActionShortcut, DEFAULT_CANCEL_DIALOG_ACTION_SHORTCUTS, DEFAULT_SUBMIT_DIALOG_ACTION_SHORTCUTS } from '@acorex/platform/core';
13
13
  import { AXBasePageComponent } from '@acorex/components/page';
14
- import { AXPCommand } from '@acorex/platform/runtime';
14
+ import { AXPCommand } from '@acorex/platform/runtime-contracts';
15
15
 
16
16
  /**
17
17
  * Extended widget node properties (excluding type, path, name, options, children)
@@ -1,8 +1,8 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { Signal, InjectionToken, InputSignal, TemplateRef, ElementRef, OnDestroy, OnInit, QueryList, Type, EventEmitter, WritableSignal } from '@angular/core';
3
3
  import * as _acorex_platform_contracts from '@acorex/platform/contracts';
4
- import { AXPSystemActionType, AXPCategoryEntity, AXPColumnQuery, AXPWidgetNode, AXPContextData, AXPFilterClause, AXPFilterDefinition, AXPFilterQuery, AXPContextChangeEvent, AXPMultiLanguageString, AXPExecuteCommand, AXPExecuteCommandResult, containsHtmlMarkup, AXPSortDefinition, AXPSortQuery, AXPMetaData, AXPViewQuery } from '@acorex/platform/contracts';
5
- import { AXPActivityLog, AXPActionMenuItem } from '@acorex/platform/core';
4
+ import { AXPSystemActionType, AXPCategoryEntity, AXPColumnQuery, AXPWidgetNode, AXPContextData, AXPFilterClause, AXPFilterDefinition, AXPFilterQuery, AXPContextChangeEvent, AXPMultiLanguageString, AXPActionMenuItem, AXPExecuteCommand, AXPExecuteCommandResult, containsHtmlMarkup, AXPSortDefinition, AXPSortQuery, AXPMetaData, AXPViewQuery } from '@acorex/platform/contracts';
5
+ import { AXPActivityLog } from '@acorex/platform/core';
6
6
  import { AXHtmlEvent, AXValueChangedEvent, AXClickEvent, AXDataSource, AXDataSourceFilterOption, AXDataSourceOperator, AXFilterLogic, AXEvent, AXRange } from '@acorex/cdk/common';
7
7
  import * as _ngrx_signals from '@ngrx/signals';
8
8
  import * as _acorex_platform_themes_shared from '@acorex/platform/themes/shared';
@@ -16,8 +16,9 @@ import { AXDropListDroppedEvent } from '@acorex/cdk/drag-drop';
16
16
  import { AXTagBoxComponent } from '@acorex/components/tag-box';
17
17
  import { AXCalendarService } from '@acorex/core/date-time';
18
18
  import { AXTranslationService } from '@acorex/core/translation';
19
- import { AXPWidgetRendererDirective, AXPWidgetProperty, AXPWidgetConfig } from '@acorex/platform/layout/widget-core';
19
+ import { AXPWidgetRendererDirective } from '@acorex/platform/layout/widget-core';
20
20
  import { AXFormComponent } from '@acorex/components/form';
21
+ import { AXPWidgetProperty, AXPWidgetConfig } from '@acorex/platform/layout/widget-core-contracts';
21
22
  import { AXSelectBoxComponent } from '@acorex/components/select-box';
22
23
  import { AXTreeViewNode, AXTreeViewDragBehavior, AXTreeViewDragArea, AXTreeViewComponent, AXTreeViewBeforeDropEvent, AXTreeViewDropEvent } from '@acorex/components/tree-view';
23
24
  import { AXTabStripChangedEvent, AXTabsComponent } from '@acorex/components/tabs';
@@ -1,12 +1,13 @@
1
1
  import { AXClickEvent } from '@acorex/cdk/common';
2
2
  import * as _angular_core from '@angular/core';
3
3
  import { EventEmitter, OnChanges, OnDestroy, WritableSignal, NgZone, ComponentRef, SimpleChanges } from '@angular/core';
4
+ import { AXPWidgetConfig, AXPWidgetGroupEnum } from '@acorex/platform/layout/widget-core-contracts';
4
5
  import { AXBasePageComponent } from '@acorex/components/page';
5
6
  import { AXTabStripChangedEvent } from '@acorex/components/tabs';
6
7
  import { AXPMultiLanguageString, AXPDefinitionCategory, AXPWidgetNode, AXPWidgetRenderMode, AXPContextChangeEvent } from '@acorex/platform/contracts';
7
8
  import { AXPWidgetItemData, AXPWidgetItemClickEvent } from '@acorex/platform/layout/components';
8
- import { AXPWidgetConfig, AXPWidgetGroupEnum, AXPBaseWidgetComponent, AXPWidgetRegistryService, AXPLayoutBaseWidgetComponent } from '@acorex/platform/layout/widget-core';
9
9
  import { AXMenuItem } from '@acorex/components/menu';
10
+ import { AXPBaseWidgetComponent, AXPWidgetRegistryService, AXPLayoutBaseWidgetComponent } from '@acorex/platform/layout/widget-core';
10
11
  import { Subject } from 'rxjs';
11
12
  import { AXPBroadcastEventService } from '@acorex/platform/core';
12
13
  import { AXUnsubscriber } from '@acorex/core/utils';
@@ -1,6 +1,5 @@
1
- import { AXStyleColorType, AXPopupSizeType, AXPMetaData, AXPSystemActionType, AXPValueTransformerFunctions, AXPValidationRules, AXPGridLayoutOptions, AXPExpression, AXDataSourceOperator, AXPFilterDefinition, AXPMultiLanguageString, AXPOptionsData, AXPUserReference, AXPContextData } from '@acorex/platform/contracts';
2
- import { AXPQueryRequest } from '@acorex/platform/core';
3
- import { AXPWidgetTypesMap } from '@acorex/platform/layout/widget-core';
1
+ import { AXStyleColorType, AXPopupSizeType, AXPMetaData, AXPSystemActionType, AXPValueTransformerFunctions, AXPValidationRules, AXPGridLayoutOptions, AXPExpression, AXDataSourceOperator, AXPFilterDefinition, AXPMultiLanguageString, AXPOptionsData, AXPUserReference, AXPQueryRequest, AXPContextData } from '@acorex/platform/contracts';
2
+ import { AXPWidgetTypesMap } from '@acorex/platform/layout/widget-core-contracts';
4
3
 
5
4
  declare enum AXPEntityCommandScope {
6
5
  TypeLevel = "typeLevel",