@acorex/platform 21.0.0-next.70 → 21.0.0-next.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/acorex-platform-auth.mjs +10 -2
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/{acorex-platform-common-common-settings.provider-Bi1RYif5.mjs → acorex-platform-common-common-settings.provider-Ytey9uhY.mjs} +15 -1
- package/fesm2022/acorex-platform-common-common-settings.provider-Ytey9uhY.mjs.map +1 -0
- package/fesm2022/acorex-platform-common.mjs +3798 -1674
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +1362 -97
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +446 -44
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +149 -109
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +199 -126
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/{acorex-platform-layout-entity-attachments-page.component-D8iQnT-R.mjs → acorex-platform-layout-entity-attachments-page.component-B0EkdqvH.mjs} +6 -1
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-B0EkdqvH.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-entity.mjs +823 -594
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +845 -218
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +122 -33
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BcpRkpJp.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs} +2 -2
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BcpRkpJp.mjs.map → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DjpZU6gz.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-DQtK4lxl.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs} +2 -2
- package/fesm2022/{acorex-platform-layout-widgets-tabular-data-view-popup.component-DQtK4lxl.mjs.map → acorex-platform-layout-widgets-tabular-data-view-popup.component-gX-3Kx9I.mjs.map} +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +312 -676
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-default-error-401.component-B1nsdpTY.mjs +48 -0
- package/fesm2022/acorex-platform-themes-default-error-401.component-B1nsdpTY.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-error-404.component-D4UvRe8u.mjs +42 -0
- package/fesm2022/acorex-platform-themes-default-error-404.component-D4UvRe8u.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +89 -46
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +50 -30
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/package.json +1 -1
- package/types/acorex-platform-auth.d.ts +2 -0
- package/types/acorex-platform-common.d.ts +899 -256
- package/types/acorex-platform-core.d.ts +394 -60
- package/types/acorex-platform-layout-builder.d.ts +78 -13
- package/types/acorex-platform-layout-components.d.ts +30 -24
- package/types/acorex-platform-layout-entity.d.ts +93 -44
- package/types/acorex-platform-layout-views.d.ts +162 -42
- package/types/acorex-platform-layout-widget-core.d.ts +60 -33
- package/types/acorex-platform-layout-widgets.d.ts +48 -20
- package/types/acorex-platform-themes-default.d.ts +38 -8
- package/types/acorex-platform-themes-shared.d.ts +6 -0
- package/types/acorex-platform-workflow.d.ts +1 -1
- package/fesm2022/acorex-platform-common-common-settings.provider-Bi1RYif5.mjs.map +0 -1
- package/fesm2022/acorex-platform-layout-entity-attachments-page.component-D8iQnT-R.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-error-401.component-C7EYJzSr.mjs +0 -31
- package/fesm2022/acorex-platform-themes-default-error-401.component-C7EYJzSr.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-error-404.component-7MVLMwIa.mjs +0 -25
- package/fesm2022/acorex-platform-themes-default-error-404.component-7MVLMwIa.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Type, InjectionToken, OnInit, ViewContainerRef, ModuleWithProviders, ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges, OnDestroy, Injector, PipeTransform, Provider } from '@angular/core';
|
|
2
|
+
import { Type, InjectionToken, OnInit, ViewContainerRef, ModuleWithProviders, ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges, OnDestroy, DestroyRef, Injector, PipeTransform, Provider } from '@angular/core';
|
|
3
3
|
import { AXStyleColorType, AXDataSource, AXDataSourceSortOption, AXDataSourceFilterOption, AXStyleLookType, AXDataSourceQuery, AXDataSourceCallbackResult } from '@acorex/cdk/common';
|
|
4
4
|
import { AXMultiLanguageString } from '@acorex/core/translation';
|
|
5
5
|
import * as _ngrx_signals from '@ngrx/signals';
|
|
@@ -1193,6 +1193,87 @@ interface AXPFilterQuery extends Pick<AXPFilterDefinition, 'field' | 'value' | '
|
|
|
1193
1193
|
displayText?: string;
|
|
1194
1194
|
}
|
|
1195
1195
|
|
|
1196
|
+
/**
|
|
1197
|
+
* Normalized keyboard chord (e.g. `ctrl+f`, `arrowleft`, `f1`).
|
|
1198
|
+
* Modifiers and key are joined with `+`.
|
|
1199
|
+
*/
|
|
1200
|
+
type AXPKeyboardShortcutChord = string;
|
|
1201
|
+
/** Priority tier — higher values win when multiple bindings match. */
|
|
1202
|
+
declare enum AXPKeyboardShortcutPriority {
|
|
1203
|
+
Global = 0,
|
|
1204
|
+
Page = 10,
|
|
1205
|
+
Panel = 20,
|
|
1206
|
+
Modal = 100
|
|
1207
|
+
}
|
|
1208
|
+
/**
|
|
1209
|
+
* How horizontal directional keys behave in RTL locale profiles (`activeProfile().i18nMeta?.rtl`).
|
|
1210
|
+
* - `physical`: arrow left always means left (grid navigation, etc.).
|
|
1211
|
+
* - `semantic`: arrows and `[` / `]` mirror so next/previous follow reading direction.
|
|
1212
|
+
*/
|
|
1213
|
+
type AXPKeyboardShortcutDirectionBehavior = 'physical' | 'semantic';
|
|
1214
|
+
interface AXPKeyboardShortcutBinding {
|
|
1215
|
+
/**
|
|
1216
|
+
* One or more key chords that trigger this action.
|
|
1217
|
+
* Example: `['arrowleft', 'pageup']` or `['ctrl+f']`.
|
|
1218
|
+
*/
|
|
1219
|
+
keys: AXPKeyboardShortcutChord[];
|
|
1220
|
+
/** i18n key (e.g. `@general:...`) or plain label for the help dialog. */
|
|
1221
|
+
title: string;
|
|
1222
|
+
/** Optional group label (i18n key or plain) for help dialog grouping. */
|
|
1223
|
+
group?: string;
|
|
1224
|
+
/** When true, fires even if focus is inside an editable field. Default false. */
|
|
1225
|
+
allowInEditableFields?: boolean;
|
|
1226
|
+
/** Optional runtime guard — binding is ignored when this returns false. */
|
|
1227
|
+
when?: () => boolean;
|
|
1228
|
+
/**
|
|
1229
|
+
* RTL handling for horizontal direction keys (`←`/`→`, `[`/`]`).
|
|
1230
|
+
* Omitted = auto (`semantic` for direction keys, `physical` otherwise). Set `physical` to opt out.
|
|
1231
|
+
*/
|
|
1232
|
+
directionBehavior?: AXPKeyboardShortcutDirectionBehavior;
|
|
1233
|
+
handler: (event: KeyboardEvent) => void | Promise<void>;
|
|
1234
|
+
}
|
|
1235
|
+
/**
|
|
1236
|
+
* Declarative shortcut for menus, action items, and other config-driven bindings.
|
|
1237
|
+
* Use a chord string for defaults, or an object to override binding options (e.g. `allowInEditableFields`).
|
|
1238
|
+
*/
|
|
1239
|
+
type AXPKeyboardShortcutConfig = Pick<AXPKeyboardShortcutBinding, 'allowInEditableFields' | 'when' | 'directionBehavior'> & {
|
|
1240
|
+
keys: AXPKeyboardShortcutChord | readonly AXPKeyboardShortcutChord[];
|
|
1241
|
+
};
|
|
1242
|
+
type AXPKeyboardShortcut = AXPKeyboardShortcutChord | AXPKeyboardShortcutConfig;
|
|
1243
|
+
/** Normalized declarative shortcut used when registering keyboard bindings. */
|
|
1244
|
+
interface AXPResolvedKeyboardShortcut {
|
|
1245
|
+
keys: AXPKeyboardShortcutChord[];
|
|
1246
|
+
allowInEditableFields?: boolean;
|
|
1247
|
+
when?: () => boolean;
|
|
1248
|
+
directionBehavior?: AXPKeyboardShortcutDirectionBehavior;
|
|
1249
|
+
}
|
|
1250
|
+
interface AXPKeyboardShortcutRegistration {
|
|
1251
|
+
/** Stable id for this registration scope (e.g. `task-board-navigator`). */
|
|
1252
|
+
id: string;
|
|
1253
|
+
/** Higher priority bindings win on conflict. */
|
|
1254
|
+
priority?: AXPKeyboardShortcutPriority | number;
|
|
1255
|
+
/** Scope label shown in the help dialog (i18n key or plain). */
|
|
1256
|
+
scope?: string;
|
|
1257
|
+
/** Default group for bindings without their own `group`. */
|
|
1258
|
+
group?: string;
|
|
1259
|
+
/** Optional runtime guard — registration is ignored when this returns false. */
|
|
1260
|
+
when?: () => boolean;
|
|
1261
|
+
shortcuts: AXPKeyboardShortcutBinding[];
|
|
1262
|
+
}
|
|
1263
|
+
/** Resolved entry for help UI. */
|
|
1264
|
+
interface AXPKeyboardShortcutHelpEntry {
|
|
1265
|
+
registrationId: string;
|
|
1266
|
+
bindingTitle: string;
|
|
1267
|
+
/** Raw chords for `ax-kbd-item` rendering (canonical registration). */
|
|
1268
|
+
chords: AXPKeyboardShortcutChord[];
|
|
1269
|
+
/** Chords adjusted for RTL display when `directionBehavior` is `semantic`. */
|
|
1270
|
+
displayChords: AXPKeyboardShortcutChord[];
|
|
1271
|
+
displayKeys: string;
|
|
1272
|
+
scope?: string;
|
|
1273
|
+
group?: string;
|
|
1274
|
+
priority: number;
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1196
1277
|
type AXPActionMenuItem = {
|
|
1197
1278
|
name?: string;
|
|
1198
1279
|
title: AXPMultiLanguageString;
|
|
@@ -1206,6 +1287,11 @@ type AXPActionMenuItem = {
|
|
|
1206
1287
|
disabled?: boolean | string;
|
|
1207
1288
|
visible?: boolean | string;
|
|
1208
1289
|
policy?: string;
|
|
1290
|
+
/**
|
|
1291
|
+
* Keyboard shortcuts for this action.
|
|
1292
|
+
* Use a chord string or `{ keys, allowInEditableFields, ... }`. Pass `[]` to disable.
|
|
1293
|
+
*/
|
|
1294
|
+
shortcuts?: AXPKeyboardShortcut[];
|
|
1209
1295
|
};
|
|
1210
1296
|
type AXPBackButton = {
|
|
1211
1297
|
title: AXPMultiLanguageString;
|
|
@@ -1566,6 +1652,104 @@ declare class AXPActivityLogService {
|
|
|
1566
1652
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPActivityLogService>;
|
|
1567
1653
|
}
|
|
1568
1654
|
|
|
1655
|
+
/**
|
|
1656
|
+
* Stable catalog scope registered by a module provider (integration contract).
|
|
1657
|
+
*/
|
|
1658
|
+
interface AXPCatalogScopeDefinition {
|
|
1659
|
+
/** Unique key, e.g. `human-capital-management.hr`. */
|
|
1660
|
+
name: string;
|
|
1661
|
+
title: string | AXPMultiLanguageString;
|
|
1662
|
+
description?: string | AXPMultiLanguageString;
|
|
1663
|
+
/**
|
|
1664
|
+
* Entity refs this scope may label, e.g. `AssessmentManagement.Questionnaire`.
|
|
1665
|
+
*/
|
|
1666
|
+
targets: string[];
|
|
1667
|
+
icon?: string;
|
|
1668
|
+
/**
|
|
1669
|
+
* Platform utility classes applied to the whole scope badge (surface, on-surface, border).
|
|
1670
|
+
* Example: `ax-primary-surface ax-text-on-primary-surface ax-border-border-primary-surface`.
|
|
1671
|
+
*/
|
|
1672
|
+
cssClass?: string;
|
|
1673
|
+
order?: number;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
interface AXPCatalogScopeDefinitionProvider {
|
|
1677
|
+
items(): Promise<AXPCatalogScopeDefinition[]>;
|
|
1678
|
+
}
|
|
1679
|
+
declare const AXP_CATALOG_SCOPE_DEFINITION_PROVIDER: InjectionToken<AXPCatalogScopeDefinitionProvider[]>;
|
|
1680
|
+
|
|
1681
|
+
/**
|
|
1682
|
+
* Collects {@link AXPCatalogScopeDefinition} entries from all registered providers.
|
|
1683
|
+
*/
|
|
1684
|
+
declare class AXPCatalogScopeDefinitionProviderService {
|
|
1685
|
+
private readonly providers;
|
|
1686
|
+
private readonly translation;
|
|
1687
|
+
items(): Promise<AXPCatalogScopeDefinition[]>;
|
|
1688
|
+
get(name: string): Promise<AXPCatalogScopeDefinition | undefined>;
|
|
1689
|
+
/**
|
|
1690
|
+
* Scopes applicable to the given entity ref (`Module.Entity`).
|
|
1691
|
+
*/
|
|
1692
|
+
byTarget(entityRef: string): Promise<AXPCatalogScopeDefinition[]>;
|
|
1693
|
+
/**
|
|
1694
|
+
* Resolves display title for a scope key (active locale).
|
|
1695
|
+
*/
|
|
1696
|
+
resolveTitle(definition: AXPCatalogScopeDefinition): string;
|
|
1697
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPCatalogScopeDefinitionProviderService, never>;
|
|
1698
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPCatalogScopeDefinitionProviderService>;
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
interface AXPDataSourceDataFieldDefinition {
|
|
1702
|
+
name: string;
|
|
1703
|
+
title: string;
|
|
1704
|
+
datatype: string;
|
|
1705
|
+
type: string;
|
|
1706
|
+
options?: AXPOptionsData;
|
|
1707
|
+
}
|
|
1708
|
+
type AXPLazyDataSource<T = unknown> = AXPMaybePromise<AXDataSource<T>>;
|
|
1709
|
+
type AXPDataSourceArray<T = unknown> = AXPMaybePromise<Array<T>>;
|
|
1710
|
+
type AXPDataSourceValue<T = unknown> = AXPMaybePromise<T>;
|
|
1711
|
+
type AXPDataSourceType<T = any> = AXPLazyDataSource<T> | AXPDataSourceArray<T> | AXPDataSourceValue<T>;
|
|
1712
|
+
type AXPDataSourceSample<T = any> = AXPDataSourceArray<T> | AXPDataSourceValue<T>;
|
|
1713
|
+
interface AXPDataSourceDefinition<T = any> {
|
|
1714
|
+
name: string;
|
|
1715
|
+
title: string;
|
|
1716
|
+
valueField?: {
|
|
1717
|
+
name: string;
|
|
1718
|
+
title: string;
|
|
1719
|
+
};
|
|
1720
|
+
textField?: {
|
|
1721
|
+
name: string;
|
|
1722
|
+
title: string;
|
|
1723
|
+
};
|
|
1724
|
+
columns: AXPDataSourceDataFieldDefinition[];
|
|
1725
|
+
filters: AXPFilterDefinition[];
|
|
1726
|
+
samples?: AXPDataSourceSample<T>;
|
|
1727
|
+
visible?: boolean;
|
|
1728
|
+
source: () => AXPDataSourceType<T>;
|
|
1729
|
+
}
|
|
1730
|
+
interface AXPDataSourceDefinitionProvider {
|
|
1731
|
+
items(): Promise<AXPDataSourceDefinition[]>;
|
|
1732
|
+
}
|
|
1733
|
+
declare const AXP_DATASOURCE_DEFINITION_PROVIDER: InjectionToken<AXPDataSourceDefinitionProvider[]>;
|
|
1734
|
+
declare class AXPDataSourceDefinitionProviderService implements AXPDataSourceDefinitionProvider {
|
|
1735
|
+
private providers;
|
|
1736
|
+
items(): Promise<AXPDataSourceDefinition[]>;
|
|
1737
|
+
get<T = any>(name: string): Promise<AXPDataSourceDefinition<T> | undefined>;
|
|
1738
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDataSourceDefinitionProviderService, never>;
|
|
1739
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDataSourceDefinitionProviderService>;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
/** Data source name for select widgets listing registered catalog scopes. */
|
|
1743
|
+
declare const PLATFORM_CATALOG_SCOPES_DATASOURCE_NAME = "platform-catalog-scopes";
|
|
1744
|
+
/**
|
|
1745
|
+
* Registered catalog scopes for select / selection-list widgets via {@link PLATFORM_CATALOG_SCOPES_DATASOURCE_NAME}.
|
|
1746
|
+
*/
|
|
1747
|
+
declare class AXPCatalogScopeDefinitionsDataSourceDefinition implements AXPDataSourceDefinitionProvider {
|
|
1748
|
+
private readonly catalogScopeRegistry;
|
|
1749
|
+
items(): Promise<AXPDataSourceDefinition[]>;
|
|
1750
|
+
private readTargetFilter;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1569
1753
|
/**
|
|
1570
1754
|
* Represents a color palette with a unique identifier and collection of colors
|
|
1571
1755
|
*/
|
|
@@ -1851,6 +2035,14 @@ declare const AXP_COLUMN_WIDTH_PROVIDER: InjectionToken<AXPColumnWidthProvider[]
|
|
|
1851
2035
|
declare const defaultColumnWidthProvider: AXPColumnWidthProvider;
|
|
1852
2036
|
|
|
1853
2037
|
type AXPContextState = 'initiated' | 'restored' | 'changed' | 'patch';
|
|
2038
|
+
type AXPContextUpdateOrigin = 'user' | 'system';
|
|
2039
|
+
interface AXPContextUpdateOptions {
|
|
2040
|
+
origin?: AXPContextUpdateOrigin;
|
|
2041
|
+
}
|
|
2042
|
+
interface AXPContextPatchOptions {
|
|
2043
|
+
/** When true, updates the saved snapshot together with live data. */
|
|
2044
|
+
updateSaved?: boolean;
|
|
2045
|
+
}
|
|
1854
2046
|
type AXPContextData = {
|
|
1855
2047
|
[key: string]: any;
|
|
1856
2048
|
};
|
|
@@ -1860,33 +2052,43 @@ declare class AXPContextChangeEvent {
|
|
|
1860
2052
|
path?: string;
|
|
1861
2053
|
state: AXPContextState;
|
|
1862
2054
|
data: any;
|
|
2055
|
+
origin?: AXPContextUpdateOrigin;
|
|
2056
|
+
/** Aggregated form dirty flag (context snapshot + composite widget dirty). */
|
|
2057
|
+
isFormDirty?: boolean;
|
|
1863
2058
|
}
|
|
1864
2059
|
declare const AXPContextStore: i0.Type<{
|
|
1865
2060
|
data: i0.Signal<AXPContextData>;
|
|
1866
2061
|
state: i0.Signal<AXPContextState>;
|
|
1867
|
-
|
|
1868
|
-
previousSnapshot: i0.Signal<
|
|
2062
|
+
savedSnapshot: i0.Signal<AXPContextData>;
|
|
2063
|
+
previousSnapshot: i0.Signal<AXPContextData>;
|
|
1869
2064
|
lastChange: _ngrx_signals.DeepSignal<AXPContextChangeEvent>;
|
|
1870
2065
|
isChanged: i0.Signal<boolean>;
|
|
1871
2066
|
isReset: i0.Signal<boolean>;
|
|
1872
2067
|
isInitiated: i0.Signal<boolean>;
|
|
1873
2068
|
isEmpty: i0.Signal<boolean>;
|
|
2069
|
+
isSavedCommitted: i0.Signal<boolean>;
|
|
1874
2070
|
isDirty: i0.Signal<boolean>;
|
|
1875
2071
|
snapshot: i0.Signal<AXPContextData>;
|
|
1876
|
-
|
|
1877
|
-
|
|
2072
|
+
saved: i0.Signal<AXPContextData>;
|
|
2073
|
+
initial: i0.Signal<AXPContextData>;
|
|
2074
|
+
previous: i0.Signal<AXPContextData>;
|
|
1878
2075
|
changeEvent: i0.Signal<AXPContextChangeEvent>;
|
|
1879
|
-
update: (path: string, value: any) => void;
|
|
1880
|
-
|
|
2076
|
+
update: (path: string, value: any, options?: AXPContextUpdateOptions) => void;
|
|
2077
|
+
applyObjectPaths: (obj: Record<string, unknown>, options?: AXPContextUpdateOptions, prefix?: string) => void;
|
|
2078
|
+
patch: (context: Record<string, any>, options?: AXPContextPatchOptions) => void;
|
|
2079
|
+
revertToSaved: () => void;
|
|
1881
2080
|
reset: () => void;
|
|
1882
2081
|
set: (initialData: any) => void;
|
|
1883
2082
|
getValue: (path: string) => any;
|
|
2083
|
+
getSavedValue: (path: string) => any;
|
|
1884
2084
|
hasValue: (path: string) => boolean;
|
|
2085
|
+
commitSaved: () => void;
|
|
2086
|
+
applyParentBind: (merged: AXPContextData) => void;
|
|
1885
2087
|
} & _ngrx_signals.StateSource<{
|
|
1886
2088
|
data: AXPContextData;
|
|
1887
2089
|
state: AXPContextState;
|
|
1888
|
-
|
|
1889
|
-
previousSnapshot:
|
|
2090
|
+
savedSnapshot: AXPContextData;
|
|
2091
|
+
previousSnapshot: AXPContextData;
|
|
1890
2092
|
lastChange: AXPContextChangeEvent;
|
|
1891
2093
|
}>>;
|
|
1892
2094
|
|
|
@@ -1920,29 +2122,36 @@ declare class AXPComponentSlotDirective implements OnInit {
|
|
|
1920
2122
|
contextStore: {
|
|
1921
2123
|
data: i0.Signal<AXPContextData>;
|
|
1922
2124
|
state: i0.Signal<_acorex_platform_core.AXPContextState>;
|
|
1923
|
-
|
|
1924
|
-
previousSnapshot: i0.Signal<
|
|
2125
|
+
savedSnapshot: i0.Signal<AXPContextData>;
|
|
2126
|
+
previousSnapshot: i0.Signal<AXPContextData>;
|
|
1925
2127
|
lastChange: _ngrx_signals.DeepSignal<_acorex_platform_core.AXPContextChangeEvent>;
|
|
1926
2128
|
isChanged: i0.Signal<boolean>;
|
|
1927
2129
|
isReset: i0.Signal<boolean>;
|
|
1928
2130
|
isInitiated: i0.Signal<boolean>;
|
|
1929
2131
|
isEmpty: i0.Signal<boolean>;
|
|
2132
|
+
isSavedCommitted: i0.Signal<boolean>;
|
|
1930
2133
|
isDirty: i0.Signal<boolean>;
|
|
1931
2134
|
snapshot: i0.Signal<AXPContextData>;
|
|
1932
|
-
|
|
1933
|
-
|
|
2135
|
+
saved: i0.Signal<AXPContextData>;
|
|
2136
|
+
initial: i0.Signal<AXPContextData>;
|
|
2137
|
+
previous: i0.Signal<AXPContextData>;
|
|
1934
2138
|
changeEvent: i0.Signal<_acorex_platform_core.AXPContextChangeEvent>;
|
|
1935
|
-
update: (path: string, value: any) => void;
|
|
1936
|
-
|
|
2139
|
+
update: (path: string, value: any, options?: _acorex_platform_core.AXPContextUpdateOptions) => void;
|
|
2140
|
+
applyObjectPaths: (obj: Record<string, unknown>, options?: _acorex_platform_core.AXPContextUpdateOptions, prefix?: string) => void;
|
|
2141
|
+
patch: (context: Record<string, any>, options?: _acorex_platform_core.AXPContextPatchOptions) => void;
|
|
2142
|
+
revertToSaved: () => void;
|
|
1937
2143
|
reset: () => void;
|
|
1938
2144
|
set: (initialData: any) => void;
|
|
1939
2145
|
getValue: (path: string) => any;
|
|
2146
|
+
getSavedValue: (path: string) => any;
|
|
1940
2147
|
hasValue: (path: string) => boolean;
|
|
2148
|
+
commitSaved: () => void;
|
|
2149
|
+
applyParentBind: (merged: AXPContextData) => void;
|
|
1941
2150
|
} & _ngrx_signals.StateSource<{
|
|
1942
2151
|
data: AXPContextData;
|
|
1943
2152
|
state: _acorex_platform_core.AXPContextState;
|
|
1944
|
-
|
|
1945
|
-
previousSnapshot:
|
|
2153
|
+
savedSnapshot: AXPContextData;
|
|
2154
|
+
previousSnapshot: AXPContextData;
|
|
1946
2155
|
lastChange: _acorex_platform_core.AXPContextChangeEvent;
|
|
1947
2156
|
}>;
|
|
1948
2157
|
isEmpty: i0.Signal<boolean>;
|
|
@@ -2074,47 +2283,6 @@ type AXPValueTransformerFunctions = {
|
|
|
2074
2283
|
};
|
|
2075
2284
|
declare function objectKeyValueTransforms(keyName: string): AXPValueTransformerFunctions;
|
|
2076
2285
|
|
|
2077
|
-
interface AXPDataSourceDataFieldDefinition {
|
|
2078
|
-
name: string;
|
|
2079
|
-
title: string;
|
|
2080
|
-
datatype: string;
|
|
2081
|
-
type: string;
|
|
2082
|
-
options?: AXPOptionsData;
|
|
2083
|
-
}
|
|
2084
|
-
type AXPLazyDataSource<T = unknown> = AXPMaybePromise<AXDataSource<T>>;
|
|
2085
|
-
type AXPDataSourceArray<T = unknown> = AXPMaybePromise<Array<T>>;
|
|
2086
|
-
type AXPDataSourceValue<T = unknown> = AXPMaybePromise<T>;
|
|
2087
|
-
type AXPDataSourceType<T = any> = AXPLazyDataSource<T> | AXPDataSourceArray<T> | AXPDataSourceValue<T>;
|
|
2088
|
-
type AXPDataSourceSample<T = any> = AXPDataSourceArray<T> | AXPDataSourceValue<T>;
|
|
2089
|
-
interface AXPDataSourceDefinition<T = any> {
|
|
2090
|
-
name: string;
|
|
2091
|
-
title: string;
|
|
2092
|
-
valueField?: {
|
|
2093
|
-
name: string;
|
|
2094
|
-
title: string;
|
|
2095
|
-
};
|
|
2096
|
-
textField?: {
|
|
2097
|
-
name: string;
|
|
2098
|
-
title: string;
|
|
2099
|
-
};
|
|
2100
|
-
columns: AXPDataSourceDataFieldDefinition[];
|
|
2101
|
-
filters: AXPFilterDefinition[];
|
|
2102
|
-
samples?: AXPDataSourceSample<T>;
|
|
2103
|
-
visible?: boolean;
|
|
2104
|
-
source: () => AXPDataSourceType<T>;
|
|
2105
|
-
}
|
|
2106
|
-
interface AXPDataSourceDefinitionProvider {
|
|
2107
|
-
items(): Promise<AXPDataSourceDefinition[]>;
|
|
2108
|
-
}
|
|
2109
|
-
declare const AXP_DATASOURCE_DEFINITION_PROVIDER: InjectionToken<AXPDataSourceDefinitionProvider[]>;
|
|
2110
|
-
declare class AXPDataSourceDefinitionProviderService implements AXPDataSourceDefinitionProvider {
|
|
2111
|
-
private providers;
|
|
2112
|
-
items(): Promise<AXPDataSourceDefinition[]>;
|
|
2113
|
-
get<T = any>(name: string): Promise<AXPDataSourceDefinition<T> | undefined>;
|
|
2114
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDataSourceDefinitionProviderService, never>;
|
|
2115
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDataSourceDefinitionProviderService>;
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
2286
|
declare class AXPContentCheckerDirective {
|
|
2119
2287
|
viewContainerRef: ViewContainerRef;
|
|
2120
2288
|
elementRef: ElementRef<HTMLDivElement>;
|
|
@@ -2322,6 +2490,142 @@ declare class AXPHookService {
|
|
|
2322
2490
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPHookService>;
|
|
2323
2491
|
}
|
|
2324
2492
|
|
|
2493
|
+
/** Acorex overlay root (modal shell, popup, dialog). */
|
|
2494
|
+
declare const AX_OVERLAY_CONTAINER_SELECTOR = ".ax-overlay-container";
|
|
2495
|
+
/** Anchored widget panel inside an overlay (select, date picker, dropdown). */
|
|
2496
|
+
declare const AX_OVERLAY_PANE_SELECTOR = ".ax-overlay-pane";
|
|
2497
|
+
/**
|
|
2498
|
+
* True when a visible overlay layer is foreground (modal, popup, widget popover/picker).
|
|
2499
|
+
*/
|
|
2500
|
+
declare function hasForegroundOverlayLayer(document: Document): boolean;
|
|
2501
|
+
/**
|
|
2502
|
+
* Returns visible anchored overlay panes (widget popovers/pickers).
|
|
2503
|
+
*/
|
|
2504
|
+
declare function getVisibleAnchoredOverlayPanes(document: Document): HTMLElement[];
|
|
2505
|
+
/**
|
|
2506
|
+
* Visible anchored panes that are not contained by `excludeContainer` (e.g. dialog shell).
|
|
2507
|
+
*/
|
|
2508
|
+
declare function getNestedVisibleOverlayPanes(document: Document, excludeContainer: HTMLElement | null): HTMLElement[];
|
|
2509
|
+
/**
|
|
2510
|
+
* Collects visible overlay containers in stacking order (later / higher z-index wins).
|
|
2511
|
+
*/
|
|
2512
|
+
declare function getVisibleOverlayContainers(document: Document): HTMLElement[];
|
|
2513
|
+
/** Topmost visible overlay container, if any. */
|
|
2514
|
+
declare function getTopVisibleOverlayContainer(document: Document): HTMLElement | null;
|
|
2515
|
+
/** Nearest overlay container ancestor of `element`. */
|
|
2516
|
+
declare function findOverlayContainerAncestor(element: HTMLElement): HTMLElement | null;
|
|
2517
|
+
/**
|
|
2518
|
+
* Returns true when the overlay element is rendered and visible in the viewport.
|
|
2519
|
+
*/
|
|
2520
|
+
declare function isVisibleOverlayElement(element: Element): boolean;
|
|
2521
|
+
|
|
2522
|
+
interface AXPKeyboardShortcutFormatOptions {
|
|
2523
|
+
directionBehavior?: AXPKeyboardShortcutDirectionBehavior;
|
|
2524
|
+
/** From `AXLocaleService.activeProfile().i18nMeta?.rtl`. */
|
|
2525
|
+
isRtl?: boolean;
|
|
2526
|
+
/** Chord was already passed through `resolveDisplayShortcutChord` (e.g. help `displayChords`). */
|
|
2527
|
+
skipDirectionResolve?: boolean;
|
|
2528
|
+
}
|
|
2529
|
+
/** Maps a horizontal direction key to its RTL semantic counterpart. */
|
|
2530
|
+
declare function mirrorHorizontalDirectionalKey(key: string): string;
|
|
2531
|
+
/** True when the chord's primary key is a horizontal direction key (`←`/`→`, `[`/`]`). */
|
|
2532
|
+
declare function isHorizontalDirectionalShortcutKey(key: string): boolean;
|
|
2533
|
+
/**
|
|
2534
|
+
* Resolves direction behavior for a chord.
|
|
2535
|
+
* Horizontal direction keys default to `semantic`; others default to `physical`.
|
|
2536
|
+
* An explicit binding value always wins.
|
|
2537
|
+
*/
|
|
2538
|
+
declare function resolveEffectiveDirectionBehavior(chord: AXPKeyboardShortcutChord, explicit?: AXPKeyboardShortcutDirectionBehavior): AXPKeyboardShortcutDirectionBehavior;
|
|
2539
|
+
/** Resolves the key the user presses for a semantically registered chord in RTL. */
|
|
2540
|
+
declare function resolveSemanticDirectionalKey(storedKey: string, rtl: boolean): string;
|
|
2541
|
+
/** Chord string with directional key mirrored for RTL display/matching when semantic. */
|
|
2542
|
+
declare function resolveDisplayShortcutChord(chord: AXPKeyboardShortcutChord, isRtl: boolean, explicitDirectionBehavior?: AXPKeyboardShortcutDirectionBehavior): string;
|
|
2543
|
+
interface ParsedShortcut {
|
|
2544
|
+
ctrl: boolean;
|
|
2545
|
+
shift: boolean;
|
|
2546
|
+
alt: boolean;
|
|
2547
|
+
meta: boolean;
|
|
2548
|
+
key: string;
|
|
2549
|
+
}
|
|
2550
|
+
/**
|
|
2551
|
+
* Parses a shortcut chord such as `Enter`, `Escape`, or `ctrl+shift+s`.
|
|
2552
|
+
*/
|
|
2553
|
+
declare function parseKeyboardShortcutChord(chord: AXPKeyboardShortcutChord): ParsedShortcut;
|
|
2554
|
+
/**
|
|
2555
|
+
* Returns true when the keyboard event matches the given chord.
|
|
2556
|
+
* On macOS, `ctrl+*` chords also match `meta+*` for common platform shortcuts.
|
|
2557
|
+
*/
|
|
2558
|
+
declare function matchesKeyboardShortcutChord(event: KeyboardEvent, chord: AXPKeyboardShortcutChord, options?: AXPKeyboardShortcutFormatOptions): boolean;
|
|
2559
|
+
/**
|
|
2560
|
+
* Formats one chord for UI display (OS-aware modifier symbols).
|
|
2561
|
+
*/
|
|
2562
|
+
declare function formatKeyboardShortcutChord(chord: AXPKeyboardShortcutChord, options?: AXPKeyboardShortcutFormatOptions): string;
|
|
2563
|
+
/**
|
|
2564
|
+
* Formats multiple chords as a single display string (e.g. `← / PgUp`).
|
|
2565
|
+
*/
|
|
2566
|
+
declare function formatKeyboardShortcutChords(chords: readonly AXPKeyboardShortcutChord[], options?: AXPKeyboardShortcutFormatOptions): string;
|
|
2567
|
+
/** Maps a chord to `ax-kbd-item` key parts (modifiers + display symbols). */
|
|
2568
|
+
declare function chordToKbdItemKeys(chord: AXPKeyboardShortcutChord, options?: AXPKeyboardShortcutFormatOptions): string[];
|
|
2569
|
+
/**
|
|
2570
|
+
* When focus is in a native edit control, avoid stealing plain key shortcuts.
|
|
2571
|
+
*/
|
|
2572
|
+
declare function isKeyboardTargetInsideEditableField(target: EventTarget | null): boolean;
|
|
2573
|
+
/**
|
|
2574
|
+
* Returns true when Esc should close an open widget overlay first (select, date picker, popover, modal).
|
|
2575
|
+
* Used by the global shortcut registry so page-level Esc bindings do not swallow overlay dismiss.
|
|
2576
|
+
*/
|
|
2577
|
+
declare function shouldDeferEscapeToOpenOverlay(document: Document): boolean;
|
|
2578
|
+
declare function isMacPlatform(): boolean;
|
|
2579
|
+
|
|
2580
|
+
/**
|
|
2581
|
+
* Normalizes a declarative shortcut (`'ctrl+s'` or `{ keys: 'home', allowInEditableFields: false }`).
|
|
2582
|
+
*/
|
|
2583
|
+
declare function normalizeKeyboardShortcut(shortcut: AXPKeyboardShortcut): AXPResolvedKeyboardShortcut | undefined;
|
|
2584
|
+
/**
|
|
2585
|
+
* Normalizes an array of declarative shortcuts. Empty or invalid entries are skipped.
|
|
2586
|
+
*/
|
|
2587
|
+
declare function normalizeKeyboardShortcuts(shortcuts?: readonly AXPKeyboardShortcut[]): AXPResolvedKeyboardShortcut[];
|
|
2588
|
+
/** Returns the first chord from declarative shortcuts (for UI hints such as `ax-kbd`). */
|
|
2589
|
+
declare function getPrimaryKeyboardShortcutChord(shortcuts?: readonly AXPKeyboardShortcut[]): AXPKeyboardShortcutChord | undefined;
|
|
2590
|
+
|
|
2591
|
+
interface AXPKeyboardShortcutRegisterOptions extends AXPKeyboardShortcutRegistration {
|
|
2592
|
+
/** Auto-unregister when the owner is destroyed. */
|
|
2593
|
+
owner: DestroyRef;
|
|
2594
|
+
/** When set, shortcuts are active only while the element is connected to the document. */
|
|
2595
|
+
elementRef?: ElementRef<HTMLElement>;
|
|
2596
|
+
}
|
|
2597
|
+
declare class AXPKeyboardShortcutRegistry {
|
|
2598
|
+
private readonly document;
|
|
2599
|
+
private readonly localeService;
|
|
2600
|
+
private readonly activeProfile;
|
|
2601
|
+
private readonly registrations;
|
|
2602
|
+
private helpDialogHandler;
|
|
2603
|
+
private listenerAttached;
|
|
2604
|
+
/** Active shortcut entries for the help dialog. */
|
|
2605
|
+
readonly helpEntries: i0.Signal<AXPKeyboardShortcutHelpEntry[]>;
|
|
2606
|
+
/**
|
|
2607
|
+
* Registers a scope of shortcuts. Unregisters automatically when `owner` is destroyed.
|
|
2608
|
+
*/
|
|
2609
|
+
register(options: AXPKeyboardShortcutRegisterOptions): void;
|
|
2610
|
+
/**
|
|
2611
|
+
* Wires the F1 help dialog opener (provided by platform/common).
|
|
2612
|
+
*/
|
|
2613
|
+
setHelpDialogHandler(handler: () => void | Promise<void>): void;
|
|
2614
|
+
/** OS-aware display string for UI hints. */
|
|
2615
|
+
formatDisplayKeys(chords: readonly AXPKeyboardShortcutChord[]): string;
|
|
2616
|
+
private ensureHelpShortcutRegistered;
|
|
2617
|
+
private createRegistrationId;
|
|
2618
|
+
private unregister;
|
|
2619
|
+
private ensureListener;
|
|
2620
|
+
private readonly onDocumentKeyDown;
|
|
2621
|
+
private resolveActiveCandidates;
|
|
2622
|
+
private isRegistrationActive;
|
|
2623
|
+
private isRtlProfile;
|
|
2624
|
+
private buildHelpEntries;
|
|
2625
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPKeyboardShortcutRegistry, never>;
|
|
2626
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPKeyboardShortcutRegistry>;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2325
2629
|
/**
|
|
2326
2630
|
* Feature definition in module manifest.
|
|
2327
2631
|
* Defines available features with default values.
|
|
@@ -2629,6 +2933,16 @@ declare function sortByMultiLanguageString<T>(items: readonly T[], getValue: (it
|
|
|
2629
2933
|
*/
|
|
2630
2934
|
declare function searchInMultiLanguageString(value: AXPMultiLanguageString | null | undefined, query: string, locale: string): boolean;
|
|
2631
2935
|
|
|
2936
|
+
/** Per-locale string map (`{ 'en-US': '...', 'fa-IR': '...' }`). */
|
|
2937
|
+
declare function isLocaleStringMap(value: unknown): value is Record<string, string>;
|
|
2938
|
+
/**
|
|
2939
|
+
* Use locale-map read/write when the option is on or live/saved data is already a map.
|
|
2940
|
+
* Auto-enables when API data is a map but the editor option was left off.
|
|
2941
|
+
*/
|
|
2942
|
+
declare function shouldUseLocaleMapShape(localeMapOptionEnabled: boolean, current: unknown, saved: unknown): boolean;
|
|
2943
|
+
/** Updates one locale entry; preserves sibling locales from current or saved map. */
|
|
2944
|
+
declare function buildLocaleTextMapValue(current: unknown, saved: unknown, lang: string, input: string): Record<string, string> | null;
|
|
2945
|
+
|
|
2632
2946
|
/**
|
|
2633
2947
|
* Represents a tag with text, color, and metadata
|
|
2634
2948
|
*/
|
|
@@ -2892,6 +3206,26 @@ declare function getEnumValues(enumType: any): {
|
|
|
2892
3206
|
id: string;
|
|
2893
3207
|
title: string;
|
|
2894
3208
|
}[];
|
|
3209
|
+
/**
|
|
3210
|
+
* Semantic equality for lookup/select values when restoring saved baseline shape.
|
|
3211
|
+
* Compares by selection identity (id), including two full items with the same id.
|
|
3212
|
+
*/
|
|
3213
|
+
declare function isSelectionValueEqual(a: unknown, b: unknown): boolean;
|
|
3214
|
+
/**
|
|
3215
|
+
* Semantic equality for dirty-state and baseline checks.
|
|
3216
|
+
* Prefer over lodash `isEqual` when comparing user-edited form/context data to a saved baseline.
|
|
3217
|
+
*
|
|
3218
|
+
* Arrays: `[]`, `null`, and all-empty lists are equivalent; non-empty arrays compare as multisets (order ignored).
|
|
3219
|
+
*/
|
|
3220
|
+
declare function isFormValueEqual(a: unknown, b: unknown): boolean;
|
|
3221
|
+
/**
|
|
3222
|
+
* Returns whether `current` differs from the saved/clean `baseline` snapshot.
|
|
3223
|
+
*/
|
|
3224
|
+
declare function isFormContextDirty(current: Record<string, unknown>, baseline: Record<string, unknown>): boolean;
|
|
3225
|
+
/**
|
|
3226
|
+
* Clones a context object for use as a dirty-tracking baseline.
|
|
3227
|
+
*/
|
|
3228
|
+
declare function captureFormContextBaseline(context: Record<string, unknown>): Record<string, unknown>;
|
|
2895
3229
|
|
|
2896
3230
|
/**
|
|
2897
3231
|
* Creates a provider instance within an injection context.
|
|
@@ -2963,5 +3297,5 @@ declare function containsHtmlMarkup(value: string | null | undefined): boolean;
|
|
|
2963
3297
|
*/
|
|
2964
3298
|
declare function generateKebabCase(title: string): string;
|
|
2965
3299
|
|
|
2966
|
-
export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPColorPaletteProvider, AXPColorPaletteService, AXPColumnWidthService, AXPComponentLogoConfig, AXPComponentSlot, AXPComponentSlotDirective, AXPComponentSlotModule, AXPComponentSlotRegistryService, AXPContentCheckerDirective, AXPContextChangeEvent, AXPContextDefinitionProviderService, AXPContextStore, AXPCountdownPipe, AXPDataGenerator, AXPDataSourceDefinitionProviderService, AXPDblClickDirective, AXPDefaultColorPalettesProvider, AXPDeviceService, AXPDeviceType, AXPDistributedEventListenerService, AXPElementDataDirective, AXPExportTemplateToken, AXPExpressionEvaluatorScopeProviderContext, AXPExpressionEvaluatorScopeProviderService, AXPExpressionEvaluatorService, AXPFeatureDefinitionProviderContext, AXPGridLayoutDirective, AXPHookService, AXPIconLogoConfig, AXPImageUrlLogoConfig, AXPModuleManifestModule, AXPModuleManifestRegistry, AXPModuleManifestsDataSourceDefinition, AXPPlatformScope, AXPScreenSize, AXPSystemActionType, AXPSystemActions, AXPTagProvider, AXPTagService, AXP_ACTIVITY_LOG_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, MODULE_MANIFESTS_DATASOURCE_NAME, applyFilterArray, applyPagination, applyQueryArray, applySortArray, applySystemActionDefault, cleanDeep, coerceUnknownToBoolean, coerceUnknownToDate, coerceUnknownToFiniteNumber, coerceUnknownToTrimmedString, compareMultiLanguageStrings, containsHtmlMarkup, createProviderWithInjectionContext, defaultColumnWidthProvider, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, generateKebabCase, getActionButton, getChangedPaths, getDetailedChanges, getEnumValues, getNestedKeys, getSmart, getSystemActions, normalizeDefinitionCategories, objectKeyValueTransforms, provideLazyProvider, resolveActionLook, resolvePlatformScopeKey, resolvePlatformScopeName, searchInMultiLanguageString, setSmart, sortByMultiLanguageString, unwrapValueProperty };
|
|
2967
|
-
export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPCategoryListItem, AXPColorPalette, AXPColorPaletteFilterOptions, AXPColumnQuery, AXPColumnWidthMatcher, AXPColumnWidthProvider, AXPCommandMessage, AXPComponentSlotConfig, AXPComponentSlotModuleConfigs, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextDefinition, AXPContextDefinitionAiHints, AXPContextDefinitionProvider, AXPContextState, AXPDataSource, AXPDataSourceArray, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataSourceSample, AXPDataSourceType, AXPDataSourceValue, AXPDataType, AXPDefinitionCategory, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPEntityOp, AXPEntityReference, AXPEqualValidationRule, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFeatureDefinition, AXPFeatureDefinitionProvider, AXPFeatureName, AXPFileListItem, AXPFileSource, AXPFileStatus, AXPFilterClause, AXPFilterDefinition, AXPFilterQuery, AXPFilterTriggerDefinition, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPISessionService, AXPLazyDataSource, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMaybePromise, AXPMetaData, AXPMiddlewareErrorResponse, AXPMinLengthValidationRule, AXPModuleFeatureDefinition, AXPModuleFeatureDefinitionWithKey, AXPModuleManifest, AXPMultiLanguageString, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPOptionsData, AXPPageStatus, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPProperty, AXPPropertyGroup, AXPPropertyInterface, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPSortDefinition, AXPSortQuery, AXPStartUpTask, AXPStringValidationRules, AXPSystemAction, AXPTag, AXPTagFilterOptions, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetTrigger, AXPWidgetTriggers, ColumnNameMatcher, ColumnWidthValue, IColumnWithWidth, WidgetTypeMatcher };
|
|
3300
|
+
export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPCatalogScopeDefinitionProviderService, AXPCatalogScopeDefinitionsDataSourceDefinition, AXPColorPaletteProvider, AXPColorPaletteService, AXPColumnWidthService, AXPComponentLogoConfig, AXPComponentSlot, AXPComponentSlotDirective, AXPComponentSlotModule, AXPComponentSlotRegistryService, AXPContentCheckerDirective, AXPContextChangeEvent, AXPContextDefinitionProviderService, AXPContextStore, AXPCountdownPipe, AXPDataGenerator, AXPDataSourceDefinitionProviderService, AXPDblClickDirective, AXPDefaultColorPalettesProvider, AXPDeviceService, AXPDeviceType, AXPDistributedEventListenerService, AXPElementDataDirective, AXPExportTemplateToken, AXPExpressionEvaluatorScopeProviderContext, AXPExpressionEvaluatorScopeProviderService, AXPExpressionEvaluatorService, AXPFeatureDefinitionProviderContext, AXPGridLayoutDirective, AXPHookService, AXPIconLogoConfig, AXPImageUrlLogoConfig, AXPKeyboardShortcutPriority, AXPKeyboardShortcutRegistry, AXPModuleManifestModule, AXPModuleManifestRegistry, AXPModuleManifestsDataSourceDefinition, AXPPlatformScope, AXPScreenSize, AXPSystemActionType, 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, MODULE_MANIFESTS_DATASOURCE_NAME, PLATFORM_CATALOG_SCOPES_DATASOURCE_NAME, applyFilterArray, applyPagination, applyQueryArray, applySortArray, applySystemActionDefault, buildLocaleTextMapValue, captureFormContextBaseline, chordToKbdItemKeys, cleanDeep, coerceUnknownToBoolean, coerceUnknownToDate, coerceUnknownToFiniteNumber, coerceUnknownToTrimmedString, compareMultiLanguageStrings, containsHtmlMarkup, createProviderWithInjectionContext, defaultColumnWidthProvider, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, findOverlayContainerAncestor, formatKeyboardShortcutChord, formatKeyboardShortcutChords, generateKebabCase, getActionButton, getChangedPaths, getDetailedChanges, getEnumValues, getNestedKeys, getNestedVisibleOverlayPanes, getPrimaryKeyboardShortcutChord, getSmart, getSystemActions, getTopVisibleOverlayContainer, getVisibleAnchoredOverlayPanes, getVisibleOverlayContainers, hasForegroundOverlayLayer, isFormContextDirty, isFormValueEqual, isHorizontalDirectionalShortcutKey, isKeyboardTargetInsideEditableField, isLocaleStringMap, isMacPlatform, isSelectionValueEqual, isVisibleOverlayElement, matchesKeyboardShortcutChord, mirrorHorizontalDirectionalKey, normalizeDefinitionCategories, normalizeKeyboardShortcut, normalizeKeyboardShortcuts, objectKeyValueTransforms, parseKeyboardShortcutChord, provideLazyProvider, resolveActionLook, resolveDisplayShortcutChord, resolveEffectiveDirectionBehavior, resolvePlatformScopeKey, resolvePlatformScopeName, resolveSemanticDirectionalKey, searchInMultiLanguageString, setSmart, shouldDeferEscapeToOpenOverlay, shouldUseLocaleMapShape, sortByMultiLanguageString, unwrapValueProperty };
|
|
3301
|
+
export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBreadcrumbItem, AXPCatalogScopeDefinition, AXPCatalogScopeDefinitionProvider, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPCategoryListItem, AXPColorPalette, AXPColorPaletteFilterOptions, AXPColumnQuery, AXPColumnWidthMatcher, AXPColumnWidthProvider, AXPCommandMessage, AXPComponentSlotConfig, AXPComponentSlotModuleConfigs, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextDefinition, AXPContextDefinitionAiHints, AXPContextDefinitionProvider, AXPContextPatchOptions, AXPContextState, AXPContextUpdateOptions, AXPContextUpdateOrigin, AXPDataSource, AXPDataSourceArray, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataSourceSample, AXPDataSourceType, AXPDataSourceValue, AXPDataType, AXPDefinitionCategory, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPEntityOp, AXPEntityReference, AXPEqualValidationRule, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFeatureDefinition, AXPFeatureDefinitionProvider, AXPFeatureName, AXPFileListItem, AXPFileSource, AXPFileStatus, AXPFilterClause, AXPFilterDefinition, AXPFilterQuery, AXPFilterTriggerDefinition, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPISessionService, AXPKeyboardShortcut, AXPKeyboardShortcutBinding, AXPKeyboardShortcutChord, AXPKeyboardShortcutConfig, AXPKeyboardShortcutDirectionBehavior, AXPKeyboardShortcutFormatOptions, AXPKeyboardShortcutHelpEntry, AXPKeyboardShortcutRegisterOptions, AXPKeyboardShortcutRegistration, AXPLazyDataSource, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMaybePromise, AXPMetaData, AXPMiddlewareErrorResponse, AXPMinLengthValidationRule, AXPModuleFeatureDefinition, AXPModuleFeatureDefinitionWithKey, AXPModuleManifest, AXPMultiLanguageString, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPOptionsData, AXPPageStatus, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPProperty, AXPPropertyGroup, AXPPropertyInterface, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPResolvedKeyboardShortcut, AXPSortDefinition, AXPSortQuery, AXPStartUpTask, AXPStringValidationRules, AXPSystemAction, AXPTag, AXPTagFilterOptions, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetTrigger, AXPWidgetTriggers, ColumnNameMatcher, ColumnWidthValue, IColumnWithWidth, WidgetTypeMatcher };
|