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

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-auth.mjs +1 -1
  2. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  3. package/fesm2022/acorex-platform-common-common-settings.provider-DilV4dql.mjs.map +1 -1
  4. package/fesm2022/acorex-platform-common.mjs +3 -10
  5. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  6. package/fesm2022/acorex-platform-contracts.mjs +1737 -27
  7. package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
  8. package/fesm2022/acorex-platform-core.mjs +28 -1712
  9. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  10. package/fesm2022/acorex-platform-domain-contracts.mjs.map +1 -1
  11. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  12. package/fesm2022/acorex-platform-layout-components.mjs +3 -3
  13. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  14. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  15. package/fesm2022/acorex-platform-layout-entity-attachments-page.component-CwG6n_Yb.mjs.map +1 -1
  16. package/fesm2022/acorex-platform-layout-entity-contracts.mjs +27 -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 +355 -122
  20. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  21. package/fesm2022/acorex-platform-layout-views.mjs +77 -16
  22. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
  23. package/fesm2022/acorex-platform-layout-widget-core.mjs +89 -11
  24. package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
  25. package/fesm2022/acorex-platform-layout-widgets-page-widget-designer.component-D10yO28c.mjs.map +1 -1
  26. package/fesm2022/acorex-platform-layout-widgets-repeater-widget-column.component-CFyfix31.mjs.map +1 -1
  27. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-CZc2zFlg.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs} +2 -2
  28. package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs.map +1 -0
  29. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-XWRUVoL4.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-CntopmDS.mjs} +2 -2
  30. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-XWRUVoL4.mjs.map → acorex-platform-layout-widgets-tabular-data-view-popup.component-CntopmDS.mjs.map} +1 -1
  31. package/fesm2022/acorex-platform-layout-widgets.mjs +5 -7
  32. package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
  33. package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
  34. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-CWLfNqV0.mjs.map +1 -1
  35. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs.map +1 -1
  36. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs.map +1 -1
  37. package/fesm2022/acorex-platform-themes-default.mjs +15 -5
  38. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  39. package/fesm2022/{acorex-platform-themes-shared-settings.provider-UyKdkeyk.mjs → acorex-platform-themes-shared-settings.provider-DxtfyNGS.mjs} +2 -2
  40. package/fesm2022/acorex-platform-themes-shared-settings.provider-DxtfyNGS.mjs.map +1 -0
  41. package/fesm2022/acorex-platform-themes-shared.mjs +2 -2
  42. package/fesm2022/acorex-platform-workflow.mjs +2 -2
  43. package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
  44. package/package.json +1 -1
  45. package/types/acorex-platform-common.d.ts +3 -5
  46. package/types/acorex-platform-contracts.d.ts +863 -7
  47. package/types/acorex-platform-core.d.ts +65 -922
  48. package/types/acorex-platform-layout-builder.d.ts +3 -3
  49. package/types/acorex-platform-layout-components.d.ts +6 -6
  50. package/types/acorex-platform-layout-designer.d.ts +4 -5
  51. package/types/acorex-platform-layout-entity-contracts.d.ts +94 -3
  52. package/types/acorex-platform-layout-entity.d.ts +72 -103
  53. package/types/acorex-platform-layout-views.d.ts +19 -12
  54. package/types/acorex-platform-layout-widget-core.d.ts +89 -77
  55. package/types/acorex-platform-layout-widgets.d.ts +9 -8
  56. package/types/acorex-platform-themes-default.d.ts +4 -1
  57. package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-CZc2zFlg.mjs.map +0 -1
  58. package/fesm2022/acorex-platform-themes-shared-settings.provider-UyKdkeyk.mjs.map +0 -1
@@ -1,9 +1,9 @@
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
- import { AXPApplicationUserReference, AXPEntityReference, AXPSystemActionType, AXPMultiLanguageString, AXPOptionsData, AXPFilterDefinition, AXPMaybePromise, AXPGridLayoutOptions, AXPSystemAction, AXPActionMenuItem as AXPActionMenuItem$1 } from '@acorex/platform/contracts';
4
- import { AXDataSource, AXStyleColorType, AXDataSourceSortOption, AXDataSourceFilterOption, AXStyleLookType, AXDataSourceQuery, AXDataSourceCallbackResult } from '@acorex/cdk/common';
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';
5
6
  import * as _ngrx_signals from '@ngrx/signals';
6
- import * as _acorex_platform_core from '@acorex/platform/core';
7
7
  import { Observable } from 'rxjs';
8
8
  import { AXFormatService } from '@acorex/core/format';
9
9
  import { NavigationExtras } from '@angular/router';
@@ -440,68 +440,6 @@ declare const AXP_COLUMN_WIDTH_PROVIDER: InjectionToken<AXPColumnWidthProvider[]
440
440
  */
441
441
  declare const defaultColumnWidthProvider: AXPColumnWidthProvider;
442
442
 
443
- type AXPContextState = 'initiated' | 'restored' | 'changed' | 'patch';
444
- type AXPContextUpdateOrigin = 'user' | 'system';
445
- interface AXPContextUpdateOptions {
446
- origin?: AXPContextUpdateOrigin;
447
- }
448
- interface AXPContextPatchOptions {
449
- /** When true, updates the saved snapshot together with live data. */
450
- updateSaved?: boolean;
451
- }
452
- type AXPContextData = {
453
- [key: string]: any;
454
- };
455
- declare class AXPContextChangeEvent {
456
- oldValue?: any;
457
- newValue?: any;
458
- path?: string;
459
- state: AXPContextState;
460
- data: any;
461
- origin?: AXPContextUpdateOrigin;
462
- /** Aggregated form dirty flag (context snapshot + composite widget dirty). */
463
- isFormDirty?: boolean;
464
- }
465
- declare const AXPContextStore: i0.Type<{
466
- data: i0.Signal<AXPContextData>;
467
- state: i0.Signal<AXPContextState>;
468
- savedSnapshot: i0.Signal<AXPContextData>;
469
- previousSnapshot: i0.Signal<AXPContextData>;
470
- userEditedSinceCommit: i0.Signal<boolean>;
471
- lastChange: _ngrx_signals.DeepSignal<AXPContextChangeEvent>;
472
- isChanged: i0.Signal<boolean>;
473
- isReset: i0.Signal<boolean>;
474
- isInitiated: i0.Signal<boolean>;
475
- isEmpty: i0.Signal<boolean>;
476
- isSavedCommitted: i0.Signal<boolean>;
477
- hasUserEditedSinceCommit: i0.Signal<boolean>;
478
- isDirty: i0.Signal<boolean>;
479
- snapshot: i0.Signal<AXPContextData>;
480
- saved: i0.Signal<AXPContextData>;
481
- initial: i0.Signal<AXPContextData>;
482
- previous: i0.Signal<AXPContextData>;
483
- changeEvent: i0.Signal<AXPContextChangeEvent>;
484
- update: (path: string, value: any, options?: AXPContextUpdateOptions) => void;
485
- applyObjectPaths: (obj: Record<string, unknown>, options?: AXPContextUpdateOptions, prefix?: string) => void;
486
- syncPathToSavedBaseline: (path: string, options?: AXPContextUpdateOptions) => void;
487
- patch: (context: Record<string, any>, options?: AXPContextPatchOptions) => void;
488
- revertToSaved: () => void;
489
- reset: () => void;
490
- set: (initialData: any) => void;
491
- getValue: (path: string) => any;
492
- getSavedValue: (path: string) => any;
493
- hasValue: (path: string) => boolean;
494
- commitSaved: () => void;
495
- applyParentBind: (merged: AXPContextData) => void;
496
- } & _ngrx_signals.StateSource<{
497
- data: AXPContextData;
498
- state: AXPContextState;
499
- savedSnapshot: AXPContextData;
500
- previousSnapshot: AXPContextData;
501
- userEditedSinceCommit: boolean;
502
- lastChange: AXPContextChangeEvent;
503
- }>>;
504
-
505
443
  interface AXPComponentSlotConfig {
506
444
  name: string;
507
445
  priority?: number;
@@ -531,11 +469,11 @@ declare class AXPComponentSlotDirective implements OnInit {
531
469
  viewContainerRef: ViewContainerRef;
532
470
  contextStore: {
533
471
  data: i0.Signal<AXPContextData>;
534
- state: i0.Signal<_acorex_platform_core.AXPContextState>;
472
+ state: i0.Signal<_acorex_platform_contracts.AXPContextState>;
535
473
  savedSnapshot: i0.Signal<AXPContextData>;
536
474
  previousSnapshot: i0.Signal<AXPContextData>;
537
475
  userEditedSinceCommit: i0.Signal<boolean>;
538
- lastChange: _ngrx_signals.DeepSignal<_acorex_platform_core.AXPContextChangeEvent>;
476
+ lastChange: _ngrx_signals.DeepSignal<_acorex_platform_contracts.AXPContextChangeEvent>;
539
477
  isChanged: i0.Signal<boolean>;
540
478
  isReset: i0.Signal<boolean>;
541
479
  isInitiated: i0.Signal<boolean>;
@@ -547,11 +485,11 @@ declare class AXPComponentSlotDirective implements OnInit {
547
485
  saved: i0.Signal<AXPContextData>;
548
486
  initial: i0.Signal<AXPContextData>;
549
487
  previous: i0.Signal<AXPContextData>;
550
- changeEvent: i0.Signal<_acorex_platform_core.AXPContextChangeEvent>;
551
- update: (path: string, value: any, options?: _acorex_platform_core.AXPContextUpdateOptions) => void;
552
- applyObjectPaths: (obj: Record<string, unknown>, options?: _acorex_platform_core.AXPContextUpdateOptions, prefix?: string) => void;
553
- syncPathToSavedBaseline: (path: string, options?: _acorex_platform_core.AXPContextUpdateOptions) => void;
554
- patch: (context: Record<string, any>, options?: _acorex_platform_core.AXPContextPatchOptions) => void;
488
+ changeEvent: i0.Signal<_acorex_platform_contracts.AXPContextChangeEvent>;
489
+ update: (path: string, value: any, options?: _acorex_platform_contracts.AXPContextUpdateOptions) => void;
490
+ applyObjectPaths: (obj: Record<string, unknown>, options?: _acorex_platform_contracts.AXPContextUpdateOptions, prefix?: string) => void;
491
+ syncPathToSavedBaseline: (path: string, options?: _acorex_platform_contracts.AXPContextUpdateOptions) => void;
492
+ patch: (context: Record<string, any>, options?: _acorex_platform_contracts.AXPContextPatchOptions) => void;
555
493
  revertToSaved: () => void;
556
494
  reset: () => void;
557
495
  set: (initialData: any) => void;
@@ -562,11 +500,11 @@ declare class AXPComponentSlotDirective implements OnInit {
562
500
  applyParentBind: (merged: AXPContextData) => void;
563
501
  } & _ngrx_signals.StateSource<{
564
502
  data: AXPContextData;
565
- state: _acorex_platform_core.AXPContextState;
503
+ state: _acorex_platform_contracts.AXPContextState;
566
504
  savedSnapshot: AXPContextData;
567
505
  previousSnapshot: AXPContextData;
568
506
  userEditedSinceCommit: boolean;
569
- lastChange: _acorex_platform_core.AXPContextChangeEvent;
507
+ lastChange: _acorex_platform_contracts.AXPContextChangeEvent;
570
508
  }>;
571
509
  isEmpty: i0.Signal<boolean>;
572
510
  private _viewCount;
@@ -600,6 +538,46 @@ declare class AXPComponentSlotModule {
600
538
  static ɵinj: i0.ɵɵInjectorDeclaration<AXPComponentSlotModule>;
601
539
  }
602
540
 
541
+ declare const AXPContextStore: i0.Type<{
542
+ data: i0.Signal<AXPContextData>;
543
+ state: i0.Signal<AXPContextState>;
544
+ savedSnapshot: i0.Signal<AXPContextData>;
545
+ previousSnapshot: i0.Signal<AXPContextData>;
546
+ userEditedSinceCommit: i0.Signal<boolean>;
547
+ lastChange: _ngrx_signals.DeepSignal<AXPContextChangeEvent>;
548
+ isChanged: i0.Signal<boolean>;
549
+ isReset: i0.Signal<boolean>;
550
+ isInitiated: i0.Signal<boolean>;
551
+ isEmpty: i0.Signal<boolean>;
552
+ isSavedCommitted: i0.Signal<boolean>;
553
+ hasUserEditedSinceCommit: i0.Signal<boolean>;
554
+ isDirty: i0.Signal<boolean>;
555
+ snapshot: i0.Signal<AXPContextData>;
556
+ saved: i0.Signal<AXPContextData>;
557
+ initial: i0.Signal<AXPContextData>;
558
+ previous: i0.Signal<AXPContextData>;
559
+ changeEvent: i0.Signal<AXPContextChangeEvent>;
560
+ update: (path: string, value: any, options?: AXPContextUpdateOptions) => void;
561
+ applyObjectPaths: (obj: Record<string, unknown>, options?: AXPContextUpdateOptions, prefix?: string) => void;
562
+ syncPathToSavedBaseline: (path: string, options?: AXPContextUpdateOptions) => void;
563
+ patch: (context: Record<string, any>, options?: AXPContextPatchOptions) => void;
564
+ revertToSaved: () => void;
565
+ reset: () => void;
566
+ set: (initialData: any) => void;
567
+ getValue: (path: string) => any;
568
+ getSavedValue: (path: string) => any;
569
+ hasValue: (path: string) => boolean;
570
+ commitSaved: () => void;
571
+ applyParentBind: (merged: AXPContextData) => void;
572
+ } & _ngrx_signals.StateSource<{
573
+ data: AXPContextData;
574
+ state: AXPContextState;
575
+ savedSnapshot: AXPContextData;
576
+ previousSnapshot: AXPContextData;
577
+ userEditedSinceCommit: boolean;
578
+ lastChange: AXPContextChangeEvent;
579
+ }>>;
580
+
603
581
  /** Trace namespace for form dirty-state diagnostics (lookup/select revert, discard, baseline). */
604
582
  declare const FORM_DIRTY_TRACE_NS = "FORM STATE";
605
583
 
@@ -1593,31 +1571,6 @@ declare const AXP_SESSION_SERVICE: InjectionToken<AXPISessionService>;
1593
1571
  */
1594
1572
  declare const AXP_MODULE_MANIFEST_PROVIDER: InjectionToken<AXPModuleManifest[]>;
1595
1573
 
1596
- /**
1597
- * Locale-aware comparison of {@link AXPMultiLanguageString} values (plain string, `@scope:key`, or locale map).
1598
- * Resolves each side with {@link resolveMultiLanguageString} for `locale`, then compares with `String#localeCompare`.
1599
- */
1600
- declare function compareMultiLanguageStrings(a: AXPMultiLanguageString | null | undefined, b: AXPMultiLanguageString | null | undefined, locale: string, collatorOptions?: Intl.CollatorOptions): number;
1601
- /**
1602
- * Stable sort copy: orders items by resolved string for `getValue(item)` using the active `locale`.
1603
- */
1604
- declare function sortByMultiLanguageString<T>(items: readonly T[], getValue: (item: T) => AXPMultiLanguageString | null | undefined, locale: string, collatorOptions?: Intl.CollatorOptions): T[];
1605
- /**
1606
- * True when the resolved value contains `query` (case-insensitive) for `locale`.
1607
- * Useful for search/filter flows over {@link AXPMultiLanguageString}.
1608
- */
1609
- declare function searchInMultiLanguageString(value: AXPMultiLanguageString | null | undefined, query: string, locale: string): boolean;
1610
-
1611
- /** Per-locale string map (`{ 'en-US': '...', 'fa-IR': '...' }`). */
1612
- declare function isLocaleStringMap(value: unknown): value is Record<string, string>;
1613
- /**
1614
- * Use locale-map read/write when the option is on or live/saved data is already a map.
1615
- * Auto-enables when API data is a map but the editor option was left off.
1616
- */
1617
- declare function shouldUseLocaleMapShape(localeMapOptionEnabled: boolean, current: unknown, saved: unknown): boolean;
1618
- /** Updates one locale entry; preserves sibling locales from current or saved map. */
1619
- declare function buildLocaleTextMapValue(current: unknown, saved: unknown, lang: string, input: string): Record<string, string> | null;
1620
-
1621
1574
  interface AXPIdleSchedulerWaitOptions {
1622
1575
  /** Max wait before running anyway (ms). Default 2000. */
1623
1576
  timeoutMs?: number;
@@ -1751,742 +1704,6 @@ declare class AXPTagService {
1751
1704
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPTagService>;
1752
1705
  }
1753
1706
 
1754
- declare const AXPSystemActions: Readonly<{
1755
- readonly View: {
1756
- readonly key: AXPSystemActionType.View;
1757
- readonly title: string;
1758
- readonly icon: "fa-light fa-eye";
1759
- readonly color: "primary";
1760
- readonly descriptions: {
1761
- readonly title: string;
1762
- readonly tooltip: string;
1763
- readonly permission: string;
1764
- readonly audit: string;
1765
- };
1766
- };
1767
- readonly Create: {
1768
- readonly key: AXPSystemActionType.Create;
1769
- readonly title: string;
1770
- readonly icon: "fa-light fa-plus";
1771
- readonly color: "primary";
1772
- readonly descriptions: {
1773
- readonly title: string;
1774
- readonly tooltip: string;
1775
- readonly permission: string;
1776
- readonly audit: string;
1777
- };
1778
- };
1779
- readonly Edit: {
1780
- readonly key: AXPSystemActionType.Update;
1781
- readonly title: string;
1782
- readonly icon: "fa-light fa-pen";
1783
- readonly color: "default";
1784
- readonly descriptions: {
1785
- readonly title: string;
1786
- readonly tooltip: string;
1787
- readonly permission: string;
1788
- readonly audit: string;
1789
- };
1790
- };
1791
- readonly Delete: {
1792
- readonly key: AXPSystemActionType.Delete;
1793
- readonly title: string;
1794
- readonly icon: "fa-light fa-trash";
1795
- readonly color: "danger";
1796
- readonly critical: true;
1797
- readonly descriptions: {
1798
- readonly title: string;
1799
- readonly tooltip: string;
1800
- readonly permission: string;
1801
- readonly audit: string;
1802
- };
1803
- };
1804
- readonly Approve: {
1805
- readonly key: AXPSystemActionType.Approve;
1806
- readonly title: string;
1807
- readonly icon: "fa-light fa-circle-check";
1808
- readonly color: "success";
1809
- readonly critical: true;
1810
- readonly descriptions: {
1811
- readonly title: string;
1812
- readonly tooltip: string;
1813
- readonly permission: string;
1814
- readonly audit: string;
1815
- };
1816
- };
1817
- readonly Submit: {
1818
- readonly key: AXPSystemActionType.Submit;
1819
- readonly title: string;
1820
- readonly icon: "fa-light fa-paper-plane";
1821
- readonly color: "primary";
1822
- readonly descriptions: {
1823
- readonly title: string;
1824
- readonly tooltip: string;
1825
- readonly permission: string;
1826
- readonly audit: string;
1827
- };
1828
- };
1829
- readonly Reject: {
1830
- readonly key: AXPSystemActionType.Reject;
1831
- readonly title: string;
1832
- readonly icon: "fa-light fa-ban";
1833
- readonly color: "danger";
1834
- readonly critical: true;
1835
- readonly descriptions: {
1836
- readonly title: string;
1837
- readonly tooltip: string;
1838
- readonly permission: string;
1839
- readonly audit: string;
1840
- };
1841
- };
1842
- readonly Export: {
1843
- readonly key: AXPSystemActionType.Export;
1844
- readonly title: string;
1845
- readonly icon: "fa-light fa-download";
1846
- readonly color: "default";
1847
- readonly descriptions: {
1848
- readonly title: string;
1849
- readonly tooltip: string;
1850
- readonly permission: string;
1851
- readonly audit: string;
1852
- };
1853
- };
1854
- readonly Import: {
1855
- readonly key: AXPSystemActionType.Import;
1856
- readonly title: string;
1857
- readonly icon: "fa-light fa-upload";
1858
- readonly color: "default";
1859
- readonly descriptions: {
1860
- readonly title: string;
1861
- readonly tooltip: string;
1862
- readonly permission: string;
1863
- readonly audit: string;
1864
- };
1865
- };
1866
- readonly Print: {
1867
- readonly key: AXPSystemActionType.Print;
1868
- readonly title: string;
1869
- readonly icon: "fa-light fa-print";
1870
- readonly color: "default";
1871
- readonly descriptions: {
1872
- readonly title: string;
1873
- readonly tooltip: string;
1874
- readonly permission: string;
1875
- readonly audit: string;
1876
- };
1877
- };
1878
- readonly Duplicate: {
1879
- readonly key: AXPSystemActionType.Duplicate;
1880
- readonly title: string;
1881
- readonly icon: "fa-light fa-clone";
1882
- readonly color: "warning";
1883
- readonly descriptions: {
1884
- readonly title: string;
1885
- readonly tooltip: string;
1886
- readonly permission: string;
1887
- readonly audit: string;
1888
- };
1889
- };
1890
- readonly Archive: {
1891
- readonly key: AXPSystemActionType.Archive;
1892
- readonly title: string;
1893
- readonly icon: "fa-light fa-box-archive";
1894
- readonly color: "default";
1895
- readonly descriptions: {
1896
- readonly title: string;
1897
- readonly tooltip: string;
1898
- readonly permission: string;
1899
- readonly audit: string;
1900
- };
1901
- };
1902
- readonly Restore: {
1903
- readonly key: AXPSystemActionType.Restore;
1904
- readonly title: string;
1905
- readonly icon: "fa-light fa-arrow-rotate-left";
1906
- readonly color: "default";
1907
- readonly descriptions: {
1908
- readonly title: string;
1909
- readonly tooltip: string;
1910
- readonly permission: string;
1911
- readonly audit: string;
1912
- };
1913
- };
1914
- readonly Assign: {
1915
- readonly key: AXPSystemActionType.Assign;
1916
- readonly title: string;
1917
- readonly icon: "fa-light fa-user-plus";
1918
- readonly color: "primary";
1919
- readonly descriptions: {
1920
- readonly title: string;
1921
- readonly tooltip: string;
1922
- readonly permission: string;
1923
- readonly audit: string;
1924
- };
1925
- };
1926
- readonly Lock: {
1927
- readonly key: AXPSystemActionType.Lock;
1928
- readonly title: string;
1929
- readonly icon: "fa-light fa-lock";
1930
- readonly color: "warning";
1931
- readonly descriptions: {
1932
- readonly title: string;
1933
- readonly tooltip: string;
1934
- readonly permission: string;
1935
- readonly audit: string;
1936
- };
1937
- };
1938
- readonly Unlock: {
1939
- readonly key: AXPSystemActionType.Unlock;
1940
- readonly title: string;
1941
- readonly icon: "fa-light fa-unlock";
1942
- readonly color: "success";
1943
- readonly descriptions: {
1944
- readonly title: string;
1945
- readonly tooltip: string;
1946
- readonly permission: string;
1947
- readonly audit: string;
1948
- };
1949
- };
1950
- readonly Share: {
1951
- readonly key: AXPSystemActionType.Share;
1952
- readonly title: string;
1953
- readonly icon: "fa-light fa-share-nodes";
1954
- readonly color: "info";
1955
- readonly descriptions: {
1956
- readonly title: string;
1957
- readonly tooltip: string;
1958
- readonly permission: string;
1959
- readonly audit: string;
1960
- };
1961
- };
1962
- readonly Configure: {
1963
- readonly key: AXPSystemActionType.Configure;
1964
- readonly title: string;
1965
- readonly icon: "fa-light fa-sliders";
1966
- readonly color: "primary";
1967
- readonly descriptions: {
1968
- readonly title: string;
1969
- readonly tooltip: string;
1970
- readonly permission: string;
1971
- readonly audit: string;
1972
- };
1973
- };
1974
- readonly Reorder: {
1975
- readonly key: AXPSystemActionType.Reorder;
1976
- readonly title: string;
1977
- readonly icon: "fa-light fa-arrow-down-up-across-line";
1978
- readonly color: "default";
1979
- readonly descriptions: {
1980
- readonly title: string;
1981
- readonly tooltip: string;
1982
- readonly permission: string;
1983
- readonly audit: string;
1984
- };
1985
- };
1986
- readonly Preview: {
1987
- readonly key: AXPSystemActionType.Preview;
1988
- readonly title: string;
1989
- readonly icon: "fa-light fa-magnifying-glass";
1990
- readonly color: "default";
1991
- readonly descriptions: {
1992
- readonly title: string;
1993
- readonly tooltip: string;
1994
- readonly permission: string;
1995
- readonly audit: string;
1996
- };
1997
- };
1998
- readonly Publish: {
1999
- readonly key: AXPSystemActionType.Publish;
2000
- readonly title: string;
2001
- readonly icon: "fa-light fa-globe";
2002
- readonly color: "success";
2003
- readonly descriptions: {
2004
- readonly title: string;
2005
- readonly tooltip: string;
2006
- readonly permission: string;
2007
- readonly audit: string;
2008
- };
2009
- };
2010
- readonly Unpublish: {
2011
- readonly key: AXPSystemActionType.Unpublish;
2012
- readonly title: string;
2013
- readonly icon: "fa-light fa-globe-slash";
2014
- readonly color: "danger";
2015
- readonly descriptions: {
2016
- readonly title: string;
2017
- readonly tooltip: string;
2018
- readonly permission: string;
2019
- readonly audit: string;
2020
- };
2021
- };
2022
- readonly Upload: {
2023
- readonly key: AXPSystemActionType.Upload;
2024
- readonly title: string;
2025
- readonly icon: "fa-light fa-upload";
2026
- readonly color: "default";
2027
- readonly descriptions: {
2028
- readonly title: string;
2029
- readonly tooltip: string;
2030
- readonly permission: string;
2031
- readonly audit: string;
2032
- };
2033
- };
2034
- readonly Download: {
2035
- readonly key: AXPSystemActionType.Download;
2036
- readonly title: string;
2037
- readonly icon: "fa-light fa-download";
2038
- readonly color: "default";
2039
- readonly descriptions: {
2040
- readonly title: string;
2041
- readonly tooltip: string;
2042
- readonly permission: string;
2043
- readonly audit: string;
2044
- };
2045
- };
2046
- readonly Copy: {
2047
- readonly key: AXPSystemActionType.Copy;
2048
- readonly title: string;
2049
- readonly icon: "fa-light fa-copy";
2050
- readonly color: "default";
2051
- readonly descriptions: {
2052
- readonly title: string;
2053
- readonly tooltip: string;
2054
- readonly permission: string;
2055
- readonly audit: string;
2056
- };
2057
- };
2058
- readonly Move: {
2059
- readonly key: AXPSystemActionType.Move;
2060
- readonly title: string;
2061
- readonly icon: "fa-light fa-arrow-right-arrow-left";
2062
- readonly color: "default";
2063
- readonly descriptions: {
2064
- readonly title: string;
2065
- readonly tooltip: string;
2066
- readonly permission: string;
2067
- readonly audit: string;
2068
- };
2069
- };
2070
- readonly Rename: {
2071
- readonly key: AXPSystemActionType.Rename;
2072
- readonly title: string;
2073
- readonly icon: "fa-light fa-pen";
2074
- readonly color: "default";
2075
- readonly descriptions: {
2076
- readonly title: string;
2077
- readonly tooltip: string;
2078
- readonly permission: string;
2079
- readonly audit: string;
2080
- };
2081
- };
2082
- readonly Manage: {
2083
- readonly key: AXPSystemActionType.Manage;
2084
- readonly title: string;
2085
- readonly icon: "fa-light fa-gear";
2086
- readonly color: "default";
2087
- readonly descriptions: {
2088
- readonly title: string;
2089
- readonly tooltip: string;
2090
- readonly permission: string;
2091
- readonly audit: string;
2092
- };
2093
- };
2094
- readonly Info: {
2095
- readonly key: AXPSystemActionType.Info;
2096
- readonly title: string;
2097
- readonly icon: "fa-light fa-info";
2098
- readonly color: "default";
2099
- readonly descriptions: {
2100
- readonly title: string;
2101
- readonly tooltip: string;
2102
- readonly permission: string;
2103
- readonly audit: string;
2104
- };
2105
- };
2106
- readonly Confirm: {
2107
- readonly key: AXPSystemActionType.Confirm;
2108
- readonly title: string;
2109
- readonly icon: "fa-light fa-check";
2110
- readonly color: "success";
2111
- readonly descriptions: {
2112
- readonly title: string;
2113
- readonly tooltip: string;
2114
- readonly permission: string;
2115
- readonly audit: string;
2116
- };
2117
- };
2118
- readonly Design: {
2119
- readonly key: AXPSystemActionType.Design;
2120
- readonly title: string;
2121
- readonly icon: "fa-light fa-paintbrush";
2122
- readonly color: "default";
2123
- readonly descriptions: {
2124
- readonly title: string;
2125
- readonly tooltip: string;
2126
- readonly permission: string;
2127
- readonly audit: string;
2128
- };
2129
- };
2130
- readonly VersionHistory: {
2131
- readonly key: AXPSystemActionType.VersionHistory;
2132
- readonly title: string;
2133
- readonly icon: "fa-light fa-history";
2134
- readonly color: "default";
2135
- readonly descriptions: {
2136
- readonly title: string;
2137
- readonly tooltip: string;
2138
- readonly permission: string;
2139
- readonly audit: string;
2140
- };
2141
- };
2142
- readonly Compare: {
2143
- readonly key: AXPSystemActionType.Compare;
2144
- readonly title: string;
2145
- readonly icon: "fa-light fa-code-compare";
2146
- readonly color: "default";
2147
- readonly descriptions: {
2148
- readonly title: string;
2149
- readonly tooltip: string;
2150
- readonly permission: string;
2151
- readonly audit: string;
2152
- };
2153
- };
2154
- readonly Comments: {
2155
- readonly key: AXPSystemActionType.Comments;
2156
- readonly title: string;
2157
- readonly icon: "fa-light fa-comments";
2158
- readonly color: "default";
2159
- readonly descriptions: {
2160
- readonly title: string;
2161
- readonly tooltip: string;
2162
- readonly permission: string;
2163
- readonly audit: string;
2164
- };
2165
- };
2166
- readonly Sign: {
2167
- readonly key: AXPSystemActionType.Sign;
2168
- readonly title: string;
2169
- readonly icon: "fa-light fa-signature";
2170
- readonly color: "default";
2171
- readonly descriptions: {
2172
- readonly title: string;
2173
- readonly tooltip: string;
2174
- readonly permission: string;
2175
- readonly audit: string;
2176
- };
2177
- };
2178
- readonly Setup: {
2179
- readonly key: AXPSystemActionType.Setup;
2180
- readonly title: string;
2181
- readonly icon: "fa-light fa-cog";
2182
- readonly color: "default";
2183
- readonly descriptions: {
2184
- readonly title: string;
2185
- readonly tooltip: string;
2186
- readonly permission: string;
2187
- readonly audit: string;
2188
- };
2189
- };
2190
- readonly Send: {
2191
- readonly key: AXPSystemActionType.Send;
2192
- readonly title: string;
2193
- readonly icon: "fa-light fa-envelope";
2194
- readonly color: "default";
2195
- readonly descriptions: {
2196
- readonly title: string;
2197
- readonly tooltip: string;
2198
- readonly permission: string;
2199
- readonly audit: string;
2200
- };
2201
- };
2202
- readonly Report: {
2203
- readonly key: AXPSystemActionType.Report;
2204
- readonly title: string;
2205
- readonly icon: "fa-light fa-chart-line";
2206
- readonly color: "default";
2207
- readonly descriptions: {
2208
- readonly title: string;
2209
- readonly tooltip: string;
2210
- readonly permission: string;
2211
- readonly audit: string;
2212
- };
2213
- };
2214
- readonly Sent: {
2215
- readonly key: AXPSystemActionType.Sent;
2216
- readonly title: string;
2217
- readonly icon: "fa-light fa-paper-plane";
2218
- readonly color: "default";
2219
- readonly descriptions: {
2220
- readonly title: string;
2221
- readonly tooltip: string;
2222
- readonly permission: string;
2223
- readonly audit: string;
2224
- };
2225
- };
2226
- readonly Review: {
2227
- readonly key: AXPSystemActionType.Review;
2228
- readonly title: string;
2229
- readonly icon: "fa-light fa-eye";
2230
- readonly color: "default";
2231
- readonly descriptions: {
2232
- readonly title: string;
2233
- readonly tooltip: string;
2234
- readonly permission: string;
2235
- readonly audit: string;
2236
- };
2237
- };
2238
- readonly Generate: {
2239
- readonly key: AXPSystemActionType.Generate;
2240
- readonly title: string;
2241
- readonly icon: "fa-light fa-wand-magic-sparkles";
2242
- readonly color: "primary";
2243
- readonly descriptions: {
2244
- readonly title: string;
2245
- readonly tooltip: string;
2246
- readonly permission: string;
2247
- readonly audit: string;
2248
- };
2249
- };
2250
- readonly Refresh: {
2251
- readonly key: AXPSystemActionType.Refresh;
2252
- readonly title: string;
2253
- readonly icon: "fa-light fa-arrows-rotate";
2254
- readonly color: "default";
2255
- readonly descriptions: {
2256
- readonly title: string;
2257
- readonly tooltip: string;
2258
- readonly permission: string;
2259
- readonly audit: string;
2260
- };
2261
- };
2262
- readonly Reload: {
2263
- readonly key: AXPSystemActionType.Reload;
2264
- readonly title: string;
2265
- readonly icon: "fa-light fa-arrows-rotate";
2266
- readonly color: "default";
2267
- readonly descriptions: {
2268
- readonly title: string;
2269
- readonly tooltip: string;
2270
- readonly permission: string;
2271
- readonly audit: string;
2272
- };
2273
- };
2274
- readonly Search: {
2275
- readonly key: AXPSystemActionType.Search;
2276
- readonly title: string;
2277
- readonly icon: "fa-light fa-magnifying-glass";
2278
- readonly color: "default";
2279
- readonly descriptions: {
2280
- readonly title: string;
2281
- readonly tooltip: string;
2282
- readonly permission: string;
2283
- readonly audit: string;
2284
- };
2285
- };
2286
- readonly Filter: {
2287
- readonly key: AXPSystemActionType.Filter;
2288
- readonly title: string;
2289
- readonly icon: "fa-light fa-filter";
2290
- readonly color: "default";
2291
- readonly descriptions: {
2292
- readonly title: string;
2293
- readonly tooltip: string;
2294
- readonly permission: string;
2295
- readonly audit: string;
2296
- };
2297
- };
2298
- readonly Sort: {
2299
- readonly key: AXPSystemActionType.Sort;
2300
- readonly title: string;
2301
- readonly icon: "fa-light fa-arrow-down-up-across-line";
2302
- readonly color: "default";
2303
- readonly descriptions: {
2304
- readonly title: string;
2305
- readonly tooltip: string;
2306
- readonly permission: string;
2307
- readonly audit: string;
2308
- };
2309
- };
2310
- readonly Start: {
2311
- readonly key: AXPSystemActionType.Start;
2312
- readonly title: string;
2313
- readonly icon: "fa-light fa-play";
2314
- readonly color: "success";
2315
- readonly descriptions: {
2316
- readonly title: string;
2317
- readonly tooltip: string;
2318
- readonly permission: string;
2319
- readonly audit: string;
2320
- };
2321
- };
2322
- readonly Stop: {
2323
- readonly key: AXPSystemActionType.Stop;
2324
- readonly title: string;
2325
- readonly icon: "fa-light fa-stop";
2326
- readonly color: "danger";
2327
- readonly critical: true;
2328
- readonly descriptions: {
2329
- readonly title: string;
2330
- readonly tooltip: string;
2331
- readonly permission: string;
2332
- readonly audit: string;
2333
- };
2334
- };
2335
- readonly Pause: {
2336
- readonly key: AXPSystemActionType.Pause;
2337
- readonly title: string;
2338
- readonly icon: "fa-light fa-pause";
2339
- readonly color: "warning";
2340
- readonly descriptions: {
2341
- readonly title: string;
2342
- readonly tooltip: string;
2343
- readonly permission: string;
2344
- readonly audit: string;
2345
- };
2346
- };
2347
- readonly Cancel: {
2348
- readonly key: AXPSystemActionType.Cancel;
2349
- readonly title: string;
2350
- readonly icon: "fa-light fa-xmark";
2351
- readonly critical: true;
2352
- readonly descriptions: {
2353
- readonly title: string;
2354
- readonly tooltip: string;
2355
- readonly permission: string;
2356
- readonly audit: string;
2357
- };
2358
- };
2359
- readonly Close: {
2360
- readonly key: AXPSystemActionType.Close;
2361
- readonly title: string;
2362
- readonly icon: "fa-light fa-xmark";
2363
- readonly color: "default";
2364
- readonly descriptions: {
2365
- readonly title: string;
2366
- readonly tooltip: string;
2367
- readonly permission: string;
2368
- readonly audit: string;
2369
- };
2370
- };
2371
- readonly Complete: {
2372
- readonly key: AXPSystemActionType.Complete;
2373
- readonly title: string;
2374
- readonly icon: "fa-light fa-check";
2375
- readonly color: "success";
2376
- readonly descriptions: {
2377
- readonly title: string;
2378
- readonly tooltip: string;
2379
- readonly permission: string;
2380
- readonly audit: string;
2381
- };
2382
- };
2383
- readonly Save: {
2384
- readonly key: AXPSystemActionType.Save;
2385
- readonly title: string;
2386
- readonly icon: "fa-light fa-floppy-disk";
2387
- readonly color: "primary";
2388
- readonly descriptions: {
2389
- readonly title: string;
2390
- readonly tooltip: string;
2391
- readonly permission: string;
2392
- readonly audit: string;
2393
- };
2394
- };
2395
- readonly SaveAs: {
2396
- readonly key: AXPSystemActionType.SaveAs;
2397
- readonly title: string;
2398
- readonly icon: "fa-light fa-floppy-disk";
2399
- readonly color: "default";
2400
- readonly descriptions: {
2401
- readonly title: string;
2402
- readonly tooltip: string;
2403
- readonly permission: string;
2404
- readonly audit: string;
2405
- };
2406
- };
2407
- readonly Sync: {
2408
- readonly key: AXPSystemActionType.Sync;
2409
- readonly title: string;
2410
- readonly icon: "fa-light fa-arrows-rotate";
2411
- readonly color: "default";
2412
- readonly descriptions: {
2413
- readonly title: string;
2414
- readonly tooltip: string;
2415
- readonly permission: string;
2416
- readonly audit: string;
2417
- };
2418
- };
2419
- readonly Reset: {
2420
- readonly key: AXPSystemActionType.Reset;
2421
- readonly title: string;
2422
- readonly icon: "fa-light fa-arrow-rotate-left";
2423
- readonly color: "warning";
2424
- readonly critical: true;
2425
- readonly descriptions: {
2426
- readonly title: string;
2427
- readonly tooltip: string;
2428
- readonly permission: string;
2429
- readonly audit: string;
2430
- };
2431
- };
2432
- readonly Clear: {
2433
- readonly key: AXPSystemActionType.Clear;
2434
- readonly title: string;
2435
- readonly icon: "fa-light fa-eraser";
2436
- readonly color: "default";
2437
- readonly descriptions: {
2438
- readonly title: string;
2439
- readonly tooltip: string;
2440
- readonly permission: string;
2441
- readonly audit: string;
2442
- };
2443
- };
2444
- readonly Distribution: {
2445
- readonly key: AXPSystemActionType.Distribution;
2446
- readonly title: string;
2447
- readonly icon: "fa-light fa-share-nodes";
2448
- readonly color: "default";
2449
- readonly descriptions: {
2450
- readonly title: string;
2451
- readonly tooltip: string;
2452
- readonly permission: string;
2453
- readonly audit: string;
2454
- };
2455
- };
2456
- }>;
2457
- declare function getSystemActions(type: AXPSystemActionType): AXPSystemAction;
2458
- /**
2459
- * Resolves the visual appearance (color and icon) for entity actions
2460
- * using the system actions from the core module.
2461
- */
2462
- declare function resolveActionLook(actionType: string): {
2463
- color: AXStyleColorType;
2464
- icon: string;
2465
- };
2466
- /**
2467
- * Resolves the title, description, icon and color for button actions
2468
- * using the system actions from the core module.
2469
- * @param actionType
2470
- * @returns
2471
- */
2472
- declare function getActionButton(actionType: string): {
2473
- name: string;
2474
- title: string;
2475
- description: string;
2476
- icon: string;
2477
- color: string;
2478
- };
2479
-
2480
- /** CDK-aware data source reference used by platform widgets and datasources. */
2481
- type AXPDataSource = string | AXDataSource | unknown[];
2482
- interface AXPQueryRequest {
2483
- skip: number;
2484
- take: number;
2485
- sort?: AXDataSourceSortOption[];
2486
- filter?: AXDataSourceFilterOption;
2487
- params?: Record<string, string>;
2488
- }
2489
-
2490
1707
  /** CDK- and shortcut-aware action menu item (extends contracts base type). */
2491
1708
  type AXPActionMenuItem = Omit<AXPActionMenuItem$1, 'look' | 'items'> & {
2492
1709
  look?: AXStyleLookType;
@@ -2512,6 +1729,16 @@ interface AXPNavigateActionCommand<T extends keyof AXPNavigateActionOptions> {
2512
1729
  }
2513
1730
  declare function applySystemActionDefault(action: AXPActionMenuItem, type: AXPSystemActionType): AXPActionMenuItem;
2514
1731
 
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
+
2515
1742
  declare class AXPImageUrlLogoConfig {
2516
1743
  url: string;
2517
1744
  width?: number | undefined;
@@ -2543,7 +1770,7 @@ declare class AXPCountdownPipe implements PipeTransform {
2543
1770
  }
2544
1771
 
2545
1772
  declare function applyFilterArray(dataArray: any[], filters?: AXDataSourceFilterOption[], logic?: 'and' | 'or'): any[];
2546
- declare function applySortArray(dataArray: any, sorts: AXDataSourceSortOption[]): any;
1773
+ declare function applySortArray(dataArray: any, sorts: AXDataSourceSortOption[], locale?: string): any;
2547
1774
  declare function applyPagination<T>(dataArray: T[], skip: number, take: number): T[];
2548
1775
  declare function applyQueryArray<T>(dataArray: T[], query: AXDataSourceQuery): Promise<AXDataSourceCallbackResult<T>>;
2549
1776
 
@@ -2673,62 +1900,6 @@ declare class AXHighlightService {
2673
1900
  static ɵprov: i0.ɵɵInjectableDeclaration<AXHighlightService>;
2674
1901
  }
2675
1902
 
2676
- declare function extractNestedFieldsWildcard(obj: any, basePath: string, fields: string[]): any;
2677
- declare function setSmart(obj: any, smartPath: string, value: any): any;
2678
- declare function getSmart(obj: any, smartPath: string): any;
2679
- declare function extractValue<T = any>(value: any, key?: string): T | null;
2680
- declare function cleanDeep(obj: any): any;
2681
- type ChangeEntry = {
2682
- path: string;
2683
- oldValue: any;
2684
- newValue: any;
2685
- arrayDiff?: {
2686
- added: any[];
2687
- removed: any[];
2688
- };
2689
- };
2690
- declare function getChangedPaths(obj1: any, obj2: any): string[];
2691
- declare function getDetailedChanges(obj1: any, obj2: any): ChangeEntry[];
2692
- declare function getEnumValues(enumType: any): {
2693
- id: string;
2694
- title: string;
2695
- }[];
2696
- /**
2697
- * Lookup/select expose may write a resolved MLS string while the baseline keeps the locale map.
2698
- * Restore baseline shape when the string matches any locale entry.
2699
- */
2700
- declare function shouldRestoreSavedMultiLanguageShape(value: unknown, savedAtPath: unknown): boolean;
2701
- /**
2702
- * Semantic equality for lookup/select values when restoring saved baseline shape.
2703
- * Compares by selection identity (id), including two full items with the same id.
2704
- */
2705
- declare function isSelectionValueEqual(a: unknown, b: unknown): boolean;
2706
- /**
2707
- * Semantic equality for dirty-state and baseline checks.
2708
- * Prefer over lodash `isEqual` when comparing user-edited form/context data to a saved baseline.
2709
- *
2710
- * Arrays: `[]`, `null`, and all-empty lists are equivalent; non-empty arrays compare as multisets (order ignored).
2711
- */
2712
- declare function isFormValueEqual(a: unknown, b: unknown): boolean;
2713
- /**
2714
- * Returns whether `current` differs from the saved/clean `baseline` snapshot.
2715
- */
2716
- declare function isFormContextDirty(current: Record<string, unknown>, baseline: Record<string, unknown>): boolean;
2717
- interface FormContextDirtyDiffEntry {
2718
- path: string;
2719
- current: unknown;
2720
- baseline: unknown;
2721
- selectionEqual: boolean;
2722
- }
2723
- /**
2724
- * Lists paths where live context differs from baseline (for dirty-state trace logs).
2725
- */
2726
- declare function summarizeFormContextDirtyDiff(current: Record<string, unknown>, baseline: Record<string, unknown>, maxEntries?: number): FormContextDirtyDiffEntry[];
2727
- /**
2728
- * Clones a context object for use as a dirty-tracking baseline.
2729
- */
2730
- declare function captureFormContextBaseline(context: Record<string, unknown>): Record<string, unknown>;
2731
-
2732
1903
  /**
2733
1904
  * Creates a provider instance within an injection context.
2734
1905
  * Handles dynamic import, injector resolution, and provider instantiation.
@@ -2771,33 +1942,5 @@ declare function createProviderWithInjectionContext<T>(loader: () => Promise<new
2771
1942
  */
2772
1943
  declare function provideLazyProvider<TProvider>(token: InjectionToken<any>, loader: () => Promise<new () => TProvider>, multi?: boolean): Provider;
2773
1944
 
2774
- /**
2775
- * If `raw` is a plain non-array object with a `value` property, returns `value`; otherwise returns `raw`.
2776
- */
2777
- declare function unwrapValueProperty(raw: unknown): unknown;
2778
- /**
2779
- * Coerces to a trimmed string. Plain objects may carry `{ value }` from setting widgets or `{ id }` from select payloads using `valueField: 'id'`.
2780
- */
2781
- declare function coerceUnknownToTrimmedString(raw: unknown): string;
2782
- /**
2783
- * Coerces to boolean: direct booleans pass through; wrapped `{ value: true | 'true' }` is respected; otherwise false.
2784
- */
2785
- declare function coerceUnknownToBoolean(raw: unknown): boolean;
2786
- /** Parses a finite number after optional `{ value }` unwrap; non-finite or empty string yields NaN. */
2787
- declare function coerceUnknownToFiniteNumber(raw: unknown): number;
2788
- /** Parses a Date after optional `{ value }` unwrap; invalid input yields Invalid Date. */
2789
- declare function coerceUnknownToDate(raw: unknown): Date;
2790
-
2791
- declare function extractTextFromHtml(value: string): string;
2792
- /**
2793
- * True when the string likely contains HTML markup (e.g. `<p>`, `<ul>`), as opposed to plain text.
2794
- * Used to choose innerHTML vs text interpolation for multilingual fields.
2795
- */
2796
- declare function containsHtmlMarkup(value: string | null | undefined): boolean;
2797
- /**
2798
- * Generate kebab-case group name from title
2799
- */
2800
- declare function generateKebabCase(title: string): string;
2801
-
2802
- export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPCatalogScopeDefinitionProviderService, AXPCatalogScopeDefinitionsDataSourceDefinition, AXPColorPaletteProvider, AXPColorPaletteService, AXPColumnWidthService, AXPComponentLogoConfig, AXPComponentSlot, AXPComponentSlotDirective, AXPComponentSlotModule, AXPComponentSlotRegistryService, AXPContentCheckerDirective, AXPContextChangeEvent, 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, AXPSystemActions, 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, buildLocaleTextMapValue, captureFormContextBaseline, chordToKbdItemKeys, cleanDeep, coerceUnknownToBoolean, coerceUnknownToDate, coerceUnknownToFiniteNumber, coerceUnknownToTrimmedString, compareMultiLanguageStrings, containsHtmlMarkup, contextEvalWithPipes, createProviderWithInjectionContext, defaultColumnWidthProvider, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, findOverlayContainerAncestor, formatKeyboardShortcutChord, formatKeyboardShortcutChords, generateKebabCase, getActionButton, getChangedPaths, getDetailedChanges, getEnumValues, getNestedVisibleOverlayPanes, getPrimaryKeyboardShortcutChord, getSmart, getSystemActions, getTopVisibleOverlayContainer, getVisibleAnchoredOverlayPanes, getVisibleOverlayContainers, hasForegroundOverlayLayer, isDialogShortcutAllowedInEditableField, isFormContextDirty, isFormValueEqual, isHorizontalDirectionalShortcutKey, isKeyboardTargetInsideEditableField, isLocaleStringMap, isMacPlatform, isSelectionValueEqual, isVisibleOverlayElement, matchesDialogActionShortcut, matchesKeyboardShortcutChord, mirrorHorizontalDirectionalKey, normalizeContextEvalPipes, normalizeDialogActionShortcutChord, normalizeExpressionTemplate, normalizeKeyboardShortcut, normalizeKeyboardShortcuts, objectKeyValueTransforms, parseDialogActionShortcut, parseKeyboardShortcutChord, provideLazyProvider, registerPopupFooterKeyboardShortcuts, resolveActionLook, resolveConfiguredFooterActionShortcuts, resolveDialogActionShortcuts, resolveDisplayShortcutChord, resolveEffectiveDirectionBehavior, resolveSemanticDirectionalKey, searchInMultiLanguageString, setSmart, setupPopupFooterKeyboardShortcuts, shouldDeferEscapeToOpenOverlay, shouldRestoreSavedMultiLanguageShape, shouldTriggerDialogActionShortcut, shouldUseLocaleMapShape, sortByMultiLanguageString, summarizeFormContextDirtyDiff, unwrapValueProperty };
2803
- export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPCatalogScopeDefinition, AXPCatalogScopeDefinitionProvider, AXPColorPalette, AXPColorPaletteFilterOptions, AXPColumnWidthMatcher, AXPColumnWidthProvider, AXPComponentSlotConfig, AXPComponentSlotModuleConfigs, AXPContextData, AXPContextDefinition, AXPContextDefinitionAiHints, AXPContextDefinitionProvider, AXPContextEvalFn, AXPContextEvalOptions, AXPContextEvalPipe, AXPContextEvalPipeName, AXPContextEvalPipeSpec, AXPContextPatchOptions, AXPContextState, AXPContextUpdateOptions, AXPContextUpdateOrigin, 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, FormContextDirtyDiffEntry, IColumnWithWidth, WidgetTypeMatcher };
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 };