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

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 (52) hide show
  1. package/fesm2022/acorex-platform-auth.mjs +8 -2
  2. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  3. package/fesm2022/{acorex-platform-common-common-settings.provider-VfmZct9H.mjs → acorex-platform-common-common-settings.provider-DilV4dql.mjs} +15 -42
  4. package/fesm2022/acorex-platform-common-common-settings.provider-DilV4dql.mjs.map +1 -0
  5. package/fesm2022/acorex-platform-common.mjs +3299 -3200
  6. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  7. package/fesm2022/acorex-platform-core.mjs +621 -26
  8. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  9. package/fesm2022/acorex-platform-layout-builder.mjs +98 -189
  10. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  11. package/fesm2022/{acorex-platform-layout-components-binding-expression-editor-popup.component-CXEdvDTf.mjs → acorex-platform-layout-components-binding-expression-editor-popup.component-RttFwaw9.mjs} +17 -4
  12. package/fesm2022/acorex-platform-layout-components-binding-expression-editor-popup.component-RttFwaw9.mjs.map +1 -0
  13. package/fesm2022/acorex-platform-layout-components.mjs +125 -26
  14. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  15. package/fesm2022/acorex-platform-layout-designer.mjs +4 -4
  16. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  17. package/fesm2022/acorex-platform-layout-entity-contracts.mjs +106 -12
  18. package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -1
  19. package/fesm2022/acorex-platform-layout-entity.mjs +419 -147
  20. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  21. package/fesm2022/acorex-platform-layout-views.mjs +851 -162
  22. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
  23. package/fesm2022/acorex-platform-layout-widget-core.mjs +378 -103
  24. package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
  25. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-D4MOHEpI.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-CZc2zFlg.mjs} +2 -2
  26. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-D4MOHEpI.mjs.map → acorex-platform-layout-widgets-tabular-data-edit-popup.component-CZc2zFlg.mjs.map} +1 -1
  27. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-XWRUVoL4.mjs} +2 -2
  28. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs.map → acorex-platform-layout-widgets-tabular-data-view-popup.component-XWRUVoL4.mjs.map} +1 -1
  29. package/fesm2022/acorex-platform-layout-widgets.mjs +575 -239
  30. package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
  31. package/fesm2022/acorex-platform-themes-default.mjs +221 -24
  32. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  33. package/fesm2022/{acorex-platform-themes-shared-settings.provider-BUwPqwUS.mjs → acorex-platform-themes-shared-settings.provider-UyKdkeyk.mjs} +48 -1
  34. package/fesm2022/acorex-platform-themes-shared-settings.provider-UyKdkeyk.mjs.map +1 -0
  35. package/fesm2022/acorex-platform-themes-shared.mjs +103 -24
  36. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  37. package/package.json +1 -1
  38. package/types/acorex-platform-auth.d.ts +1 -0
  39. package/types/acorex-platform-common.d.ts +202 -151
  40. package/types/acorex-platform-core.d.ts +161 -6
  41. package/types/acorex-platform-layout-builder.d.ts +10 -20
  42. package/types/acorex-platform-layout-components.d.ts +14 -1
  43. package/types/acorex-platform-layout-entity-contracts.d.ts +27 -2
  44. package/types/acorex-platform-layout-entity.d.ts +61 -12
  45. package/types/acorex-platform-layout-views.d.ts +101 -19
  46. package/types/acorex-platform-layout-widget-core.d.ts +65 -9
  47. package/types/acorex-platform-layout-widgets.d.ts +48 -26
  48. package/types/acorex-platform-themes-default.d.ts +56 -5
  49. package/types/acorex-platform-themes-shared.d.ts +4 -0
  50. package/fesm2022/acorex-platform-common-common-settings.provider-VfmZct9H.mjs.map +0 -1
  51. package/fesm2022/acorex-platform-layout-components-binding-expression-editor-popup.component-CXEdvDTf.mjs.map +0 -1
  52. package/fesm2022/acorex-platform-themes-shared-settings.provider-BUwPqwUS.mjs.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "21.0.0-next.88",
3
+ "version": "21.0.0-next.89",
4
4
  "peerDependencies": {
5
5
  "@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
6
6
  "@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.2-next.0",
@@ -298,6 +298,7 @@ declare const AXP_FEATURE_CHECKER: InjectionToken<AXPFeatureChecker>;
298
298
 
299
299
  declare class AXPSessionService {
300
300
  private eventService;
301
+ private readonly debug;
301
302
  private authStrategyRegistry;
302
303
  private readonly injector;
303
304
  static readonly SESSION_KEY = "AXP_SESSION";
@@ -1,5 +1,5 @@
1
1
  import * as _acorex_platform_contracts from '@acorex/platform/contracts';
2
- import { AXPAgentOutputKind, AXPOutputTranscriptSegmentId, AXPUserReference, AXPExecuteCommand, AXPLogoConfig, AXPFileListItem, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, AXPMetaDataDefinition, AXPIntegrationProviderDefinition, AXPIntegrationRuntimeContext, AXPIntegrationSecretPayload, AXPIntegrationAuthContext, AXPIntegrationResolvedCredentials, AXPMetaData, AXPSystemActionType, AXPMultiLanguageString, AXPApplicationUserReference, AXPEntityReference, AXPPlatformScopeKey, AXPOptionsData, AXPWidgetTriggers, AXPValueTransformerFunctions, AXPValidationRules, AXPGridLayoutOptions, AXPPlatformScope, AXPStatusProvider, AXPStatusTransition } from '@acorex/platform/contracts';
2
+ import { AXPAgentOutputKind, AXPOutputTranscriptSegmentId, AXPUserReference, AXPExecuteCommand, AXPLogoConfig, 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';
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 { AXPEntity, AXPCommandActionLook, AXPCommandActionPriority, AXPEntityProperty } from '@acorex/platform/layout/entity-contracts';
@@ -12,17 +12,18 @@ import { Route, Routes, UrlTree, Router, RedirectCommand, ActivatedRouteSnapshot
12
12
  import { AXFormatterRegistryService, AXFormatter, AXFormatOptions, AXFormatService } from '@acorex/core/format';
13
13
  import * as i1 from '@acorex/platform/core';
14
14
  import { AXPKeyboardShortcutHelpEntry, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviderContext, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPNavigateActionCommand, AXPKeyboardShortcut, AXPContextEvalFactory, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorService } from '@acorex/platform/core';
15
+ export { AXPDebugService } from '@acorex/platform/core';
15
16
  import * as i2 from '@acorex/platform/workflow';
16
17
  import { AXPWorkflowAction, AXPWorkflowContext, AXPWorkflow } from '@acorex/platform/workflow';
17
18
  import * as i3 from '@acorex/components/popup';
18
19
  import { AXPopupService } from '@acorex/components/popup';
19
20
  import * as i5 from '@acorex/components/toast';
20
- import { AXDataSourceFilterOption, AXDataSourceOperator, AXStyleColorType } from '@acorex/cdk/common';
21
21
  import * as rxjs from 'rxjs';
22
22
  import { Subject } from 'rxjs';
23
+ import { AXPWidgetNode, AXPWidgetProperty, AXPWidgetTypesMap } from '@acorex/platform/layout/widget-core';
24
+ import { AXDataSourceFilterOption, AXDataSourceOperator, AXStyleColorType } from '@acorex/cdk/common';
23
25
  import * as _ngrx_signals from '@ngrx/signals';
24
26
  import { AXTranslationService } from '@acorex/core/translation';
25
- import { AXPWidgetNode, AXPWidgetProperty, AXPWidgetTypesMap } from '@acorex/platform/layout/widget-core';
26
27
  import { AXLocaleProfile } from '@acorex/core/locale';
27
28
 
28
29
  /** Platform common datasource registry names. */
@@ -529,6 +530,32 @@ declare class AXPBackgroundOperationSlotComponent {
529
530
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPBackgroundOperationSlotComponent, "axp-background-operation-slot", never, {}, {}, never, never, true, never>;
530
531
  }
531
532
 
533
+ declare class AXPBrowserTitleService {
534
+ private readonly document;
535
+ private readonly translateService;
536
+ private readonly tabNavigation;
537
+ private readonly menuService;
538
+ private readonly sessionService;
539
+ private readonly router;
540
+ private readonly destroyRef;
541
+ private readonly simpleModePageTitle;
542
+ private readonly localeRevision;
543
+ private readonly sessionRevision;
544
+ private readonly routeRevision;
545
+ constructor();
546
+ /** Publishes the resolved page title for the given route key (ignored in tabular mode). */
547
+ setSimpleModePageTitle(title: string | null, routeKey: string): void;
548
+ private syncDocumentTitle;
549
+ private resolveTabularRouteTitle;
550
+ private resolveSimpleRouteTitle;
551
+ private resolveMenuRouteTitle;
552
+ private resolveApplicationTitle;
553
+ private resolveLocalizedText;
554
+ private buildDocumentTitle;
555
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPBrowserTitleService, never>;
556
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPBrowserTitleService>;
557
+ }
558
+
532
559
  interface AXPErrorHandler {
533
560
  handleError(error: Error, next: (error: Error) => void): void;
534
561
  }
@@ -661,6 +688,7 @@ declare enum AXPCommonSettings {
661
688
  ShowCategoryColumnsByDefault = "Common:Setting:Entity.ShowCategoryColumnsByDefault",
662
689
  ApplyLayoutOrdering = "Common:Setting:Entity.ApplyLayoutOrdering",
663
690
  RedirectToDetailsAfterCreate = "Common:Setting:Entity.RedirectToDetailsAfterCreate",
691
+ HighlightAfterCreateInList = "Common:Setting:Entity.HighlightAfterCreateInList",
664
692
  ShowPageBadge = "Common:Setting:Entity.ShowPageBadge",
665
693
  ConfirmUnsavedChanges = "Common:Setting:Entity.ConfirmUnsavedChanges",
666
694
  DebugMode = "PlatformDevTools:Setting:Developer.DebugMode",
@@ -670,6 +698,150 @@ declare enum AXPCommonSettings {
670
698
  MaxOpenTabs = "Common:Setting:Navigation.MaxOpenTabs"
671
699
  }
672
700
 
701
+ interface AXPSettingValueProvider {
702
+ get scope(): AXPPlatformScope;
703
+ load(): Promise<AXPSettingValue[]>;
704
+ set(key: string, value: any): Promise<void>;
705
+ set(values: Record<string, any>): Promise<void>;
706
+ }
707
+ /**
708
+ * Provider interface for supplying default setting values from higher layers (e.g., app, mocks, API).
709
+ * Providers are merged by ascending priority; later providers override earlier values on key conflicts.
710
+ */
711
+ interface AXPSettingDefaultValuesProvider {
712
+ /** Merge order; lower numbers are applied first. Default is 0. */
713
+ priority?: number;
714
+ /**
715
+ * When set, missing values from this provider are persisted at this scope instead of each
716
+ * setting's definition scope. Use for app-wide demo or deployment defaults (e.g. platform).
717
+ */
718
+ scope?: AXPPlatformScope;
719
+ /** Returns a flat map of setting key to default value. */
720
+ provide(): Promise<Record<string, unknown>>;
721
+ }
722
+ interface AXPSettingValue {
723
+ key: string;
724
+ value: any;
725
+ }
726
+ interface AXPSettingChangedEvent {
727
+ scope: AXPPlatformScope;
728
+ keys: string[];
729
+ values: Record<string, any>;
730
+ entries: AXPSettingValue[];
731
+ }
732
+ /** Layout options for a single setting row on the settings page. */
733
+ interface AXPSettingLayoutOptions extends AXPGridLayoutOptions {
734
+ /** When true, stack the label above a full-width control. */
735
+ stacked?: boolean;
736
+ }
737
+ interface AXPSettingDefinition {
738
+ name: string;
739
+ title: string;
740
+ description?: string;
741
+ /** Optional i18n keys (e.g. `@scope:key`) whose translated values are included in settings search. */
742
+ searchTagKeys?: string[];
743
+ widget: AXPWidgetNode;
744
+ layout?: AXPSettingLayoutOptions;
745
+ scope: AXPPlatformScopeKey;
746
+ isRequired?: boolean;
747
+ isInherited?: boolean;
748
+ isEncrypted?: boolean;
749
+ /** When true, saving this setting from the settings page reloads the browser. */
750
+ requiresPageRefresh?: boolean;
751
+ defaultValue?: unknown;
752
+ value?: unknown;
753
+ }
754
+ interface AXPSettingDefinitionGroup {
755
+ name: string;
756
+ /** Short label (e.g. sidebar); i18n key when using the translation pipe. */
757
+ title: string;
758
+ /** Optional fuller page heading; i18n key. When omitted, `title` is used for the page header. */
759
+ pageTitle?: string;
760
+ icon?: string;
761
+ description?: string;
762
+ /** Sidebar order; lower numbers appear first. Defaults to 1000 when omitted. */
763
+ priority?: number;
764
+ groups: AXPSettingDefinitionGroup[];
765
+ sections: AXPSettingDefinitionSection[];
766
+ }
767
+ interface AXPSettingDefinitionSection {
768
+ name: string;
769
+ title: string;
770
+ description?: string;
771
+ settings: AXPSettingDefinition[];
772
+ }
773
+ interface AXPGroupSearchResult {
774
+ breadcrumb: {
775
+ name: string;
776
+ title: string;
777
+ description?: string;
778
+ }[];
779
+ sections: AXPSettingDefinitionSection[] | null;
780
+ groups: AXPSettingDefinitionGroup[] | null;
781
+ }
782
+
783
+ interface AXPSettingsServiceInterface {
784
+ load(): Promise<AXPSettingValue[]>;
785
+ get<T = any>(key: string): Promise<T>;
786
+ defaultValues(scope: AXPPlatformScope): Promise<Record<string, unknown>>;
787
+ scope(scope: AXPPlatformScope): ScopedSettingService;
788
+ }
789
+ declare class AXPSettingsService implements AXPSettingsServiceInterface {
790
+ private readonly providers;
791
+ private readonly injector;
792
+ private readonly eventService;
793
+ private readonly sessionService;
794
+ private readonly debugService;
795
+ private readonly scopedSettingsCache;
796
+ readonly onChanged: Subject<AXPSettingChangedEvent>;
797
+ readonly onLoaded: Subject<void>;
798
+ constructor();
799
+ reload(): Promise<void>;
800
+ load(): Promise<AXPSettingValue[]>;
801
+ /**
802
+ * Returns the effective setting value. Primitive coercion (string, boolean, number, date) is inferred from the
803
+ * definition default and/or the stored shape (including `{ value: ... }`). Type argument `T` is compile-time only;
804
+ * it is not read at runtime—use it to document the expected result (e.g. `get<boolean>(key)`).
805
+ */
806
+ get<T = any>(key: string): Promise<T>;
807
+ /**
808
+ * Effective value (user → tenant → platform) when set; otherwise the definition default. Used for reads and coercion hints.
809
+ */
810
+ private resolveEffectiveAndDefault;
811
+ defaultValues(scope: AXPPlatformScope): Promise<Record<string, unknown>>;
812
+ scope(scope: AXPPlatformScope): ScopedSettingService;
813
+ invokeChangeEvent(event: AXPSettingChangedEvent): void;
814
+ private applyDebugModeFromSettings;
815
+ private applyDebugModeFromEvent;
816
+ private seedMissingDefaults;
817
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPSettingsService, never>;
818
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPSettingsService>;
819
+ }
820
+ declare class ScopedSettingService {
821
+ private parent;
822
+ private provider;
823
+ private scopeCache;
824
+ constructor(parent: AXPSettingsService, provider: AXPSettingValueProvider, scopeCache: Map<string, any>);
825
+ get<T = any>(key: string): Promise<T>;
826
+ all(): Promise<any>;
827
+ defaultValues(): Promise<Record<string, unknown>>;
828
+ set<T = any>(key: string, value: T): Promise<void>;
829
+ set<T = any>(values: Record<string, T>): Promise<void>;
830
+ update<T = any>(key: string, updateFn: (currentValue: T) => T): Promise<void>;
831
+ }
832
+
833
+ interface AXPEntityCreateListBehaviorOptions {
834
+ redirect?: boolean;
835
+ }
836
+ interface AXPEntityCreateListBehavior {
837
+ shouldRedirect: boolean;
838
+ shouldHighlight: boolean;
839
+ }
840
+ /**
841
+ * Resolves post-create list behavior from user settings and optional action overrides.
842
+ */
843
+ declare function resolveEntityCreateListBehavior(settingsService: AXPSettingsService, options?: AXPEntityCreateListBehaviorOptions): Promise<AXPEntityCreateListBehavior>;
844
+
673
845
  declare const AXP_ROOT_CONFIG_TOKEN: InjectionToken<AXPRootConfigs>;
674
846
  interface AXPRootConfigs {
675
847
  baseUrl: string;
@@ -932,7 +1104,8 @@ declare abstract class AXPFileStorageService {
932
1104
  }
933
1105
 
934
1106
  declare class AXPFileStorageEvaluatorScopeProvider implements AXPExpressionEvaluatorScopeProvider {
935
- fileStorageService: AXPFileStorageService;
1107
+ private readonly fileStorageService;
1108
+ private readonly debug;
936
1109
  provide(context: AXPExpressionEvaluatorScopeProviderContext): Promise<void>;
937
1110
  }
938
1111
 
@@ -1990,88 +2163,6 @@ declare class AXPSettingDefinitionSectionBuilder {
1990
2163
  endSection(): AXPSettingDefinitionGroupBuilder;
1991
2164
  }
1992
2165
 
1993
- interface AXPSettingValueProvider {
1994
- get scope(): AXPPlatformScope;
1995
- load(): Promise<AXPSettingValue[]>;
1996
- set(key: string, value: any): Promise<void>;
1997
- set(values: Record<string, any>): Promise<void>;
1998
- }
1999
- /**
2000
- * Provider interface for supplying default setting values from higher layers (e.g., app, mocks, API).
2001
- * Providers are merged by ascending priority; later providers override earlier values on key conflicts.
2002
- */
2003
- interface AXPSettingDefaultValuesProvider {
2004
- /** Merge order; lower numbers are applied first. Default is 0. */
2005
- priority?: number;
2006
- /**
2007
- * When set, missing values from this provider are persisted at this scope instead of each
2008
- * setting's definition scope. Use for app-wide demo or deployment defaults (e.g. platform).
2009
- */
2010
- scope?: AXPPlatformScope;
2011
- /** Returns a flat map of setting key to default value. */
2012
- provide(): Promise<Record<string, unknown>>;
2013
- }
2014
- interface AXPSettingValue {
2015
- key: string;
2016
- value: any;
2017
- }
2018
- interface AXPSettingChangedEvent {
2019
- scope: AXPPlatformScope;
2020
- keys: string[];
2021
- values: Record<string, any>;
2022
- entries: AXPSettingValue[];
2023
- }
2024
- /** Layout options for a single setting row on the settings page. */
2025
- interface AXPSettingLayoutOptions extends AXPGridLayoutOptions {
2026
- /** When true, stack the label above a full-width control. */
2027
- stacked?: boolean;
2028
- }
2029
- interface AXPSettingDefinition {
2030
- name: string;
2031
- title: string;
2032
- description?: string;
2033
- /** Optional i18n keys (e.g. `@scope:key`) whose translated values are included in settings search. */
2034
- searchTagKeys?: string[];
2035
- widget: AXPWidgetNode;
2036
- layout?: AXPSettingLayoutOptions;
2037
- scope: AXPPlatformScopeKey;
2038
- isRequired?: boolean;
2039
- isInherited?: boolean;
2040
- isEncrypted?: boolean;
2041
- /** When true, saving this setting from the settings page reloads the browser. */
2042
- requiresPageRefresh?: boolean;
2043
- defaultValue?: unknown;
2044
- value?: unknown;
2045
- }
2046
- interface AXPSettingDefinitionGroup {
2047
- name: string;
2048
- /** Short label (e.g. sidebar); i18n key when using the translation pipe. */
2049
- title: string;
2050
- /** Optional fuller page heading; i18n key. When omitted, `title` is used for the page header. */
2051
- pageTitle?: string;
2052
- icon?: string;
2053
- description?: string;
2054
- /** Sidebar order; lower numbers appear first. Defaults to 1000 when omitted. */
2055
- priority?: number;
2056
- groups: AXPSettingDefinitionGroup[];
2057
- sections: AXPSettingDefinitionSection[];
2058
- }
2059
- interface AXPSettingDefinitionSection {
2060
- name: string;
2061
- title: string;
2062
- description?: string;
2063
- settings: AXPSettingDefinition[];
2064
- }
2065
- interface AXPGroupSearchResult {
2066
- breadcrumb: {
2067
- name: string;
2068
- title: string;
2069
- description?: string;
2070
- }[];
2071
- sections: AXPSettingDefinitionSection[] | null;
2072
- groups: AXPSettingDefinitionGroup[] | null;
2073
- }
2074
-
2075
2166
  interface AXPSettingDefinitionProvider {
2076
2167
  provide(context: AXPSettingDefinitionProviderContext): Promise<void>;
2077
2168
  }
@@ -2127,53 +2218,6 @@ declare function coerceAXPSettingRawValue(raw: unknown, kind: 'boolean'): boolea
2127
2218
  declare function coerceAXPSettingRawValue(raw: unknown, kind: 'number'): number;
2128
2219
  declare function coerceAXPSettingRawValue(raw: unknown, kind: 'date'): Date;
2129
2220
 
2130
- interface AXPSettingsServiceInterface {
2131
- load(): Promise<AXPSettingValue[]>;
2132
- get<T = any>(key: string): Promise<T>;
2133
- defaultValues(scope: AXPPlatformScope): Promise<Record<string, unknown>>;
2134
- scope(scope: AXPPlatformScope): ScopedSettingService;
2135
- }
2136
- declare class AXPSettingsService implements AXPSettingsServiceInterface {
2137
- private readonly providers;
2138
- private readonly injector;
2139
- private readonly eventService;
2140
- private readonly sessionService;
2141
- private readonly scopedSettingsCache;
2142
- readonly onChanged: Subject<AXPSettingChangedEvent>;
2143
- readonly onLoaded: Subject<void>;
2144
- constructor();
2145
- reload(): Promise<void>;
2146
- load(): Promise<AXPSettingValue[]>;
2147
- /**
2148
- * Returns the effective setting value. Primitive coercion (string, boolean, number, date) is inferred from the
2149
- * definition default and/or the stored shape (including `{ value: ... }`). Type argument `T` is compile-time only;
2150
- * it is not read at runtime—use it to document the expected result (e.g. `get<boolean>(key)`).
2151
- */
2152
- get<T = any>(key: string): Promise<T>;
2153
- /**
2154
- * Effective value (user → tenant → platform) when set; otherwise the definition default. Used for reads and coercion hints.
2155
- */
2156
- private resolveEffectiveAndDefault;
2157
- defaultValues(scope: AXPPlatformScope): Promise<Record<string, unknown>>;
2158
- scope(scope: AXPPlatformScope): ScopedSettingService;
2159
- invokeChangeEvent(event: AXPSettingChangedEvent): void;
2160
- private seedMissingDefaults;
2161
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPSettingsService, never>;
2162
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPSettingsService>;
2163
- }
2164
- declare class ScopedSettingService {
2165
- private parent;
2166
- private provider;
2167
- private scopeCache;
2168
- constructor(parent: AXPSettingsService, provider: AXPSettingValueProvider, scopeCache: Map<string, any>);
2169
- get<T = any>(key: string): Promise<T>;
2170
- all(): Promise<any>;
2171
- defaultValues(): Promise<Record<string, unknown>>;
2172
- set<T = any>(key: string, value: T): Promise<void>;
2173
- set<T = any>(values: Record<string, T>): Promise<void>;
2174
- update<T = any>(key: string, updateFn: (currentValue: T) => T): Promise<void>;
2175
- }
2176
-
2177
2221
  /**
2178
2222
  * Exposes platform settings in expression strings, e.g.
2179
2223
  * `{{ settings.get('Common:Setting:Entity.ShowPageBadge') }}`.
@@ -2401,6 +2445,8 @@ interface AXPTabDescriptor {
2401
2445
  /** Full router URL including query string and fragment. */
2402
2446
  url: string;
2403
2447
  title: string;
2448
+ /** Resolved breadcrumb segments used for tab chrome (leaf/prefix); avoids parsing joined titles. */
2449
+ titleSegments?: string[];
2404
2450
  icon?: string;
2405
2451
  pinned: boolean;
2406
2452
  closable: boolean;
@@ -2466,7 +2512,7 @@ declare class AXPTabNavigationService {
2466
2512
  */
2467
2513
  reorderTabs(previousIndex: number, currentIndex: number): void;
2468
2514
  /** Updates a tab title from the current page chrome (e.g. breadcrumb trail). */
2469
- syncTabTitle(key: string, title: string): void;
2515
+ syncTabTitle(key: string, titleOrSegments: string | string[]): void;
2470
2516
  /** Updates a tab icon from the current page chrome or menu metadata. */
2471
2517
  syncTabIcon(key: string, icon: string): void;
2472
2518
  /** Closes multiple tabs in one update; navigates once when the active tab is closed. */
@@ -2656,6 +2702,18 @@ declare function axpResolveTabKey(router: Router, url?: string): string;
2656
2702
  */
2657
2703
  declare function axpResolveTabKeyFromRouteConfig(routes: Routes, pathOnly: string): string | null;
2658
2704
 
2705
+ declare const AXP_TAB_BREADCRUMB_JOIN_SEPARATOR = " - ";
2706
+ interface AXPTabTitleParts {
2707
+ prefix: string | null;
2708
+ leaf: string;
2709
+ }
2710
+ /** Joins breadcrumb segments for the stored tab title and tooltip full label. */
2711
+ declare function axpJoinTabTitleSegments(segments: string[]): string;
2712
+ /** Derives compact tab label parts from structured breadcrumb segments. */
2713
+ declare function axpResolveTabTitleParts(tab: {
2714
+ titleSegments?: string[];
2715
+ }, fallbackTitle: string): AXPTabTitleParts;
2716
+
2659
2717
  interface AXPTokenDefinition {
2660
2718
  name: string;
2661
2719
  execute: () => Promise<any> | any;
@@ -2732,21 +2790,6 @@ declare class AXPClipBoardService {
2732
2790
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPClipBoardService>;
2733
2791
  }
2734
2792
 
2735
- /**
2736
- * Service for debugging user access information.
2737
- * Displays loaded modules, features, and permissions for the current user.
2738
- */
2739
- declare class AXPDebugService {
2740
- private readonly sessionService;
2741
- private readonly manifestRegistry;
2742
- /**
2743
- * Display all loaded modules, features, and permissions for the current user.
2744
- */
2745
- displayUserAccessInfo(): Promise<void>;
2746
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPDebugService, never>;
2747
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPDebugService>;
2748
- }
2749
-
2750
2793
  type AXPGraphicDownloadFormat = 'svg' | 'png' | 'jpeg';
2751
2794
  interface AXPGraphicPrintContent {
2752
2795
  bodyMarkup: string;
@@ -2990,6 +3033,14 @@ declare class AXPReloadAction extends AXPWorkflowAction {
2990
3033
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPReloadAction>;
2991
3034
  }
2992
3035
 
3036
+ /** Workflow event type dispatched after a successful entity delete. */
3037
+ declare const AXP_ENTITY_DELETED_WORKFLOW_EVENT_TYPE = "[Entity] Deleted";
3038
+ interface AXPEntityDeletedEventPayload {
3039
+ entity: string;
3040
+ ids: string[];
3041
+ meta?: unknown;
3042
+ }
3043
+
2993
3044
  declare class AXPWorkflowRouterNavigateAction extends AXPWorkflowAction {
2994
3045
  private readonly tabNavigation;
2995
3046
  execute(context: AXPWorkflowContext): Promise<void>;
@@ -3005,5 +3056,5 @@ declare class AXMWorkflowErrorHandler implements AXPErrorHandler {
3005
3056
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMWorkflowErrorHandler>;
3006
3057
  }
3007
3058
 
3008
- export { ALL_DEFAULT_OPERATORS, AXMWorkflowErrorHandler, AXPAppVersionService, AXPBackgroundOperationCompletionService, AXPBackgroundOperationEntityStoreService, AXPBackgroundOperationHandler, AXPBackgroundOperationNotificationService, AXPBackgroundOperationProvider, AXPBackgroundOperationRootConfig, AXPBackgroundOperationService, AXPBackgroundOperationSlotComponent, AXPCleanNestedFilters, AXPClipBoardService, AXPCommonModule, AXPCommonSettings, AXPCustomOperatorService, AXPCustomOperatorServiceImpl, AXPDataProvider, AXPDebugService, 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_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_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, axpMenuPathsMatch, axpNavigateAppPath, axpParseAppPath, axpPathFromSnapshot, axpRedirectToNotFound, axpRedirectToUnauthorized, axpReplaceEntityListRouteQueryParams, axpResolveTabKey, axpResolveTabKeyFromRouteConfig, axpResolveTabKeyFromSnapshot, backgroundOperationEntityFactory, coerceAXPSettingRawValue, coerceAXPSettingRawValueByKind, configPlatform, createBackgroundOperationStore, createEntityCommandOptions, createEntityRowExpressionScope, createEntitySearchCommand, createMenuContext, createMenuMiddleware, createUnsavedChangesCanDeactivateGuard, downloadGraphicFromElement, evaluateEntityDisplayTemplate, findManualPresetIdByOperation, formatEntityRowDisplayTitle, inferSettingCoercionKind, normalizePositiveNumberOption, normalizeRouterUrl, peelSettingValueKey, printGraphicFromElement, provideDynamicHomePage, provideMenuMiddleware, resolveDateFilterPresets, resolveEntityModifyPopupTitle, resolveEntityRowDisplayText, resolveEntityRowDisplayTitle, resolveEntityRowDisplayTitleFromColumnContext, resolveEntitySearchTitleFallback, resolveGraphicElementSize, resolveGraphicPrintContent, resolveQueryMatchingDisplayText, resolveSearchDisplayTemplate, resolveSearchableText, searchInRecordValues, searchInSearchableValue, serializeSvgElement, shouldApplyDefaultMultiLanguageToEntityProperty, shouldApplyDefaultMultiLanguageToWidgetNode, shouldApplyDefaultMultiLanguageToWidgetProperty, triggerBrowserDownload, withDefaultMultiLanguageOnWidgetNodeTree, withDefaultMultiLanguageOnWidgetProperty };
3009
- 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, 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, AXPTimeZone, AXPTokenDefinition, AXPTokenDefinitionProvider, AXPTokenDefinitionProviderToken, AXPTranslateFormatterOptions, AXPUnLockRequest, AXPUnsavedChangesCanDeactivate, AXPUnsavedChangesConfirmOptions, AXPUnsavedChangesPopstateSource, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, VersionedFileInfo };
3059
+ 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 };
3060
+ 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 };