@praxisui/table 9.0.0-beta.4 → 9.0.0-beta.40

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.
@@ -1,8 +1,9 @@
1
1
  import * as _praxisui_core from '@praxisui/core';
2
- import { TableToolbarAppearanceConfig, TableConfig, LoggerService, PraxisI18nService, TableToolbarAppearanceVariant, TableToolbarAppearanceDensity, TableToolbarAppearanceShape, TableToolbarAppearanceDivider, TableToolbarTokenName, GlobalConfigService, AsyncConfigStorage, ApiUrlEntry, FieldMetadata, SchemaIdParams, FormConfig, GenericCrudService, DynamicFormService, SchemaNormalizerService, ComponentKeyService, ComponentDocMeta, PraxisTextValue, PraxisAnalyticsProjection, PraxisDataQueryContext, ApiUrlConfig, PraxisQueryFilterExpression, RecordRelatedSurfaceContextPack, LoadingState, RestApiLinks, ColumnDefinition, RichBlockNode, ResourceCapabilityDigest, ConnectionStorage, LoadingOrchestrator, GlobalActionService, PraxisLoadingRenderer, PraxisRuntimeComponentObservationEnvelope, TableDetailRichListNode, TableDetailCardGridNode, TableDetailCardGridCardNode, TableDetailTimelineNode, JsonLogicDataRecord, TableDetailListItemAction, TableDetailActionBarNode, TableDetailActionBarAction, TableDetailRefNode, TableDetailTemplateRefNode, TableDetailDiagramEmbedNode, TableDetailEmbedAction, PraxisExportScope, GlobalActionRef, PraxisRuntimeGlobalActionEffect, ResourceActionCatalogItem, ResourceSurfaceCatalogItem, JsonLogicExpression, GlobalActionCatalogEntry, IconPickerService, SurfaceOpenPayload, GlobalActionField, FieldDefinition, PraxisRuntimeConditionalEffectRule, PraxisJsonLogicService, TableConfigService, SettingsValueProvider as SettingsValueProvider$1, AnalyticsSchemaContractService, AnalyticsPresentationResolver, RichPresenterNode, RichComposeNode, ComponentAuthoringManifest, AiCapability, AiCapabilityCategory, AiValueKind, AiCapabilityCatalog } from '@praxisui/core';
2
+ import { TableToolbarAppearanceConfig, TableConfig, LoggerService, PraxisI18nService, TableToolbarAppearanceVariant, TableToolbarAppearanceDensity, TableToolbarAppearanceShape, TableToolbarAppearanceDivider, TableToolbarTokenName, GlobalConfigService, AsyncConfigStorage, LocalStorageConfigService, ApiUrlEntry, FieldMetadata, SchemaIdParams, FormConfig, GenericCrudService, DynamicFormService, SchemaNormalizerService, ComponentKeyService, ComponentDocMeta, PraxisTextValue, PraxisAnalyticsProjection, PraxisDataQueryContext, ApiUrlConfig, PraxisQueryFilterExpression, RecordRelatedSurfaceContextPack, PraxisResourceEvent, LoadingState, RestApiLinks, ColumnDefinition, RichBlockNode, ResourceCapabilityDigest, ConnectionStorage, LoadingOrchestrator, GlobalActionService, PraxisLoadingRenderer, PraxisRuntimeComponentObservationEnvelope, TableDetailRichListNode, TableDetailCardGridNode, TableDetailCardGridCardNode, TableDetailTimelineNode, JsonLogicDataRecord, TableDetailListItemAction, TableDetailActionBarNode, TableDetailActionBarAction, TableDetailRefNode, TableDetailTemplateRefNode, TableDetailDiagramEmbedNode, TableDetailEmbedAction, PraxisExportScope, GlobalActionRef, PraxisRuntimeGlobalActionEffect, ResourceActionCatalogItem, ResourceSurfaceCatalogItem, ResourceCapabilityOperation, JsonLogicExpression, GlobalActionCatalogEntry, IconPickerService, SurfaceOpenPayload, GlobalActionField, FieldDefinition, PraxisRuntimeConditionalEffectRule, PraxisJsonLogicService, TableConfigService, SettingsValueProvider as SettingsValueProvider$1, AnalyticsSchemaContractService, AnalyticsPresentationResolver, RichPresenterNode, RichComposeNode, ComponentAuthoringManifest, AiCapability, AiCapabilityCategory, AiValueKind, AiCapabilityCatalog } from '@praxisui/core';
3
3
  import * as i0 from '@angular/core';
4
- import { InjectionToken, OnDestroy, EventEmitter, ElementRef, Provider, OnInit, OnChanges, AfterViewInit, DoCheck, DestroyRef, ChangeDetectorRef, NgZone, SimpleChanges, ComponentRef, AfterContentInit, Injector } from '@angular/core';
4
+ import { InjectionToken, OnDestroy, EventEmitter, ElementRef, Provider, OnInit, OnChanges, AfterViewInit, DoCheck, DestroyRef, ChangeDetectorRef, NgZone, SimpleChanges, ComponentRef, AfterContentInit, Injector, Type } from '@angular/core';
5
5
  import { ActivatedRoute } from '@angular/router';
6
+ import { SafeHtml } from '@angular/platform-browser';
6
7
  import { MatTable, MatTableDataSource } from '@angular/material/table';
7
8
  import * as _angular_material_paginator from '@angular/material/paginator';
8
9
  import { MatPaginatorSelectConfig, MatPaginator, PageEvent } from '@angular/material/paginator';
@@ -36,6 +37,7 @@ interface ActionLike {
36
37
  }
37
38
  declare function getActionId(action: ActionLike): string;
38
39
 
40
+ declare const PRAXIS_TABLE_TOOLBAR_APPEARANCE_PRESETS: Record<string, TableToolbarAppearanceConfig>;
39
41
  declare const PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE: InjectionToken<TableToolbarAppearanceConfig>;
40
42
  declare const PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS: InjectionToken<Record<string, TableToolbarAppearanceConfig>>;
41
43
  declare function providePraxisTableToolbarAppearance(appearance: TableToolbarAppearanceConfig, presets?: Record<string, TableToolbarAppearanceConfig>): Provider[];
@@ -95,6 +97,7 @@ declare class PraxisTableToolbar implements OnDestroy {
95
97
  getMoreActionsLabel(): string;
96
98
  emitExportAction(event: Event, format: string): void;
97
99
  getColumnsVisibilityLabel(): string;
100
+ getColumnsVisibilityIcon(): string;
98
101
  isColumnsVisibilityEnabled(): boolean;
99
102
  getVisibleColumnsCount(): number;
100
103
  isColumnVisibilityToggleDisabled(column: {
@@ -140,7 +143,6 @@ declare class PraxisTableToolbar implements OnDestroy {
140
143
  private resolveVisibleWhenFallback;
141
144
  private resolveVisibleWhenFallbackPolicy;
142
145
  private resolveRuntimeEnvironment;
143
- private isDiagnosticsEnvironment;
144
146
  private buildEvaluationContext;
145
147
  private warnVisibleWhenFallback;
146
148
  private collectShortcutBindings;
@@ -359,8 +361,9 @@ type FilterConfig = {
359
361
  };
360
362
  declare class FilterConfigService {
361
363
  private storage;
364
+ private localStorage;
362
365
  private readonly PREFIX;
363
- constructor(storage: AsyncConfigStorage);
366
+ constructor(storage: AsyncConfigStorage, localStorage: LocalStorageConfigService);
364
367
  /**
365
368
  * Load a persisted filter configuration for the given key.
366
369
  */
@@ -369,6 +372,11 @@ declare class FilterConfigService {
369
372
  * Persist a filter configuration for the given key.
370
373
  */
371
374
  save(key: string, config: FilterConfig): void;
375
+ /**
376
+ * Clear the persisted filter configuration from both remote storage and the
377
+ * local fallback cache so reset/reopen cannot revive stale preferences.
378
+ */
379
+ clear(key: string): void;
372
380
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterConfigService, never>;
373
381
  static ɵprov: i0.ɵɵInjectableDeclaration<FilterConfigService>;
374
382
  }
@@ -651,6 +659,7 @@ declare class PraxisFilter implements OnInit, OnChanges, AfterViewInit, OnDestro
651
659
  private resolveInitialDto;
652
660
  private syncFormsFromDto;
653
661
  private refreshProgrammaticFilterFieldDisplays;
662
+ private getProgrammaticRefreshFieldNames;
654
663
  private refreshProgrammaticFilterFieldDisplay;
655
664
  ngOnInit(): Promise<void>;
656
665
  ngAfterViewInit(): void;
@@ -995,6 +1004,7 @@ type RuntimeRowAction = {
995
1004
  overflow?: boolean;
996
1005
  __praxisDiscoveredAction?: ResourceActionCatalogItem;
997
1006
  __praxisDiscoveredSurface?: ResourceSurfaceCatalogItem;
1007
+ __praxisCrudOperation?: ResourceCapabilityOperation;
998
1008
  __praxisCapabilityDenied?: boolean;
999
1009
  };
1000
1010
  type ExpansionDetailRuntimeStatus = 'idle' | 'loading' | 'ready' | 'error' | 'blocked';
@@ -1005,6 +1015,10 @@ type ExpansionDetailViewState = {
1005
1015
  message: string | null;
1006
1016
  source: ExpansionDetailResolvedSource | null;
1007
1017
  };
1018
+ type ExpansionDetailInlineRendererView = {
1019
+ component: Type<unknown>;
1020
+ inputs: Record<string, unknown>;
1021
+ };
1008
1022
  declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterContentInit, OnDestroy {
1009
1023
  private cdr;
1010
1024
  private settingsPanel;
@@ -1036,7 +1050,15 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1036
1050
  private static readonly ROW_DISCOVERY_MAX_CONCURRENT_REQUESTS;
1037
1051
  private _resourceDiscovery?;
1038
1052
  private _resourceSurfaceOpenAdapter?;
1053
+ private _crudOperationResolver?;
1039
1054
  private readonly runtimeObservationRegistry;
1055
+ private readonly detailInlineRenderers;
1056
+ private collectionLinks;
1057
+ private collectionCapabilities;
1058
+ private collectionCapabilitiesRequestHref;
1059
+ private collectionCapabilitiesResolvedHref;
1060
+ private collectionCapabilitiesRequestSeq;
1061
+ private readonly detailInlineNodeResolvers;
1040
1062
  private runtimeObservationRegistration;
1041
1063
  readonly paginatorSelectConfig: MatPaginatorSelectConfig;
1042
1064
  private static readonly ROW_ANIMATION_PRESETS;
@@ -1069,6 +1091,7 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1069
1091
  private advancedFilterMetadataOverridesCache?;
1070
1092
  rowClick: EventEmitter<any>;
1071
1093
  widgetEvent: EventEmitter<any>;
1094
+ resourceEvent: EventEmitter<PraxisResourceEvent<unknown>>;
1072
1095
  rowDoubleClick: EventEmitter<any>;
1073
1096
  rowExpansionChange: EventEmitter<RowExpansionChangeEvent>;
1074
1097
  rowAction: EventEmitter<any>;
@@ -1077,6 +1100,7 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1077
1100
  exportAction: EventEmitter<any>;
1078
1101
  columnReorder: EventEmitter<any>;
1079
1102
  columnReorderAttempt: EventEmitter<any>;
1103
+ columnResize: EventEmitter<any>;
1080
1104
  beforeDelete: EventEmitter<any>;
1081
1105
  afterDelete: EventEmitter<any>;
1082
1106
  deleteError: EventEmitter<any>;
@@ -1118,8 +1142,17 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1118
1142
  private columnReorderStatusTimer;
1119
1143
  private columnReorderVisualStatusTimer;
1120
1144
  private columnReorderUndoSubscription;
1121
- private columnReorderOperationCounter;
1122
- private latestColumnReorderOperationId;
1145
+ private columnRuntimeMutationOperationCounter;
1146
+ private latestColumnRuntimeMutationOperationId;
1147
+ private columnResizeTransientWidths;
1148
+ private columnResizeTableWidthStyle;
1149
+ private columnResizeLayoutSignature;
1150
+ private isApplyingColumnResizeLayoutMutation;
1151
+ private activeColumnResize;
1152
+ private readonly columnResizePointerMoveListener;
1153
+ private readonly columnResizePointerUpListener;
1154
+ private readonly columnResizePointerCancelListener;
1155
+ private readonly columnResizeKeydownListener;
1123
1156
  localSource: any[];
1124
1157
  localView: any[];
1125
1158
  localTotal: number;
@@ -1157,8 +1190,10 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1157
1190
  private rowDiscoveryMarkForCheckScheduled;
1158
1191
  private lastRowDiscoveryScopeKey;
1159
1192
  private readonly i18n;
1193
+ private readonly sanitizer;
1160
1194
  private readonly collectionExport;
1161
1195
  private readonly paginatorIntl;
1196
+ private readonly schemaNormalizer;
1162
1197
  private schemaFieldsSnapshot;
1163
1198
  private filterSchemaFieldsSnapshot;
1164
1199
  private runtimeSchemaMeta;
@@ -1192,9 +1227,12 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1192
1227
  getRowActionsWidthStyle(): string | null;
1193
1228
  getColumnTextAlignStyle(column: ColumnDefinition): string | null;
1194
1229
  getColumnWidthStyle(column: ColumnDefinition): string | null;
1230
+ getColumnResizeTableWidthStyle(): string | null;
1195
1231
  getColumnHeaderAttrStyle(column: ColumnDefinition): string | null;
1196
1232
  getColumnHeaderNgStyle(column: ColumnDefinition): Record<string, string> | undefined;
1197
1233
  getColumnCellAttrStyle(column: ColumnDefinition): string | null;
1234
+ private mergeColumnWidthIntoInlineStyle;
1235
+ private buildColumnWidthInlineStyle;
1198
1236
  getTableElevationClassName(): string;
1199
1237
  private normalizeTableElevationLevel;
1200
1238
  private resolveRuntimeTableElevationLevel;
@@ -1251,6 +1289,9 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1251
1289
  set resolvedPrefs(val: any);
1252
1290
  get resolvedPrefs(): any;
1253
1291
  dense: boolean;
1292
+ private hostDeclaredAppearanceDensity;
1293
+ private hostDeclaredAppearanceSpacing;
1294
+ private hostDeclaredAppearanceTypography;
1254
1295
  private resolveAppearanceDensity;
1255
1296
  get hostDensityCompactClass(): boolean;
1256
1297
  get hostDensityComfortableClass(): boolean;
@@ -1339,6 +1380,9 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1339
1380
  private tableConfigKey;
1340
1381
  private filterConfigKey;
1341
1382
  private ensureConfigDefaults;
1383
+ private hasDeclaredAppearanceDensity;
1384
+ private hasDeclaredAppearanceSection;
1385
+ private shouldApplyAppearanceDefaultValue;
1342
1386
  private mergePersistedTableConfigWithInput;
1343
1387
  private reconcileHostDeclaredTableContract;
1344
1388
  private reconcileHostDeclaredColumns;
@@ -1347,12 +1391,33 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1347
1391
  private normalizePersistedExportFormats;
1348
1392
  private normalizePersistedRowActionIds;
1349
1393
  private normalizePersistedColumnIds;
1394
+ private columnIdentitySetChanged;
1350
1395
  private clonePlainObject;
1351
1396
  private setShowToolbar;
1352
1397
  private shouldExposeToolbar;
1398
+ private resolveCollectionDiscoveryOptions;
1399
+ private updateCollectionLinks;
1400
+ private resolveCollectionCapabilitiesHref;
1401
+ private materializeCollectionCreateToolbarAction;
1402
+ private ensureToolbarConfigForRuntime;
1403
+ private buildCollectionCreateToolbarAction;
1404
+ private resolveCollectionCreateRuntime;
1405
+ private resolveCollectionResourcePath;
1406
+ private hasCollectionCreateLink;
1407
+ private resolveCollectionCreateCapabilityOperation;
1408
+ private createSyntheticCollectionCrudOperation;
1409
+ private resolveCollectionCreateSurface;
1410
+ private isWritableCrudSurface;
1411
+ private isCollectionCreateSurface;
1412
+ private getCollectionCreateActionLabel;
1413
+ private getCollectionCreateActionTooltip;
1414
+ private getCollectionCreateUnavailableTooltip;
1415
+ private resolveCollectionCreateDisabled;
1416
+ private isCreateToolbarAction;
1353
1417
  constructor(cdr: ChangeDetectorRef, settingsPanel: SettingsPanelService, crudService: GenericCrudService<any, any>, tableDefaultsProvider: TableDefaultsProvider, filterConfig: FilterConfigService, formattingService: DataFormattingService, pxDialog: PraxisDialog, snackBar: MatSnackBar, asyncConfigStorage: AsyncConfigStorage, connectionStorage: ConnectionStorage, hostRef: ElementRef<HTMLElement>, global: GlobalConfigService, injector: Injector, componentKeys: ComponentKeyService, loadingOrchestrator: LoadingOrchestrator, globalActions: GlobalActionService, loadingRenderer?: PraxisLoadingRenderer | undefined, route?: ActivatedRoute | undefined, logger?: LoggerService | undefined, analyticsStatsApi?: AnalyticsTableStatsApiService | undefined);
1354
1418
  private get resourceDiscovery();
1355
1419
  private get resourceSurfaceOpenAdapter();
1420
+ private get crudOperationResolver();
1356
1421
  private ensureAiAdapterLoaded;
1357
1422
  openAiAssistant(): void;
1358
1423
  aiAssistantTriggerTestId(position: string): string;
@@ -1361,6 +1426,8 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1361
1426
  aiAssistantTriggerBadge(): string;
1362
1427
  aiAssistantTriggerLabel(): string;
1363
1428
  aiAssistantTriggerTooltip(): string;
1429
+ isAiAssistantEnabled(): boolean;
1430
+ shouldShowAiAssistantEntrypoint(): boolean;
1364
1431
  openAiAssistantFromSession(session: PraxisAssistantSessionSnapshot): void;
1365
1432
  closeAiAssistant(): void;
1366
1433
  onAiAssistantPromptChange(prompt: string): void;
@@ -1404,6 +1471,7 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1404
1471
  private buildRuntimeObservationClaims;
1405
1472
  private isRuntimeObservationVisible;
1406
1473
  private syncAiAssistantSession;
1474
+ private disableAiAssistantSession;
1407
1475
  private assistantContextRuntimeLocale;
1408
1476
  private refreshAiAssistantContextAfterSelectionChange;
1409
1477
  private hasAiAssistantSessionState;
@@ -1511,6 +1579,9 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1511
1579
  getExpansionDetailEmbedHeaderNodes(node: TableDetailRefNode | TableDetailTemplateRefNode | TableDetailDiagramEmbedNode | any): RichBlockNode[];
1512
1580
  getExpansionDetailEmbedMetaNodes(node: TableDetailRefNode | TableDetailTemplateRefNode | TableDetailDiagramEmbedNode | any): RichBlockNode[];
1513
1581
  getExpansionDetailEmbedActionNodes(action: TableDetailEmbedAction | any): RichBlockNode[];
1582
+ getExpansionDetailInlineRendererView(node: TableDetailRefNode | any, row: any, index: number): ExpansionDetailInlineRendererView | null;
1583
+ private resolveExpansionDetailInlineRenderer;
1584
+ private resolveExpansionDetailInlineNode;
1514
1585
  getExpansionDetailEmbedAction(node: TableDetailRefNode | TableDetailTemplateRefNode | TableDetailDiagramEmbedNode | any, row: any, index: number): TableDetailEmbedAction | null;
1515
1586
  isExpansionDetailEmbedActionDisabled(action: TableDetailEmbedAction | any, row: any, index: number): boolean;
1516
1587
  getExpansionDetailEmbedEmptyText(node: TableDetailRefNode | TableDetailTemplateRefNode | TableDetailDiagramEmbedNode | any): string;
@@ -1658,6 +1729,7 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1658
1729
  action: string;
1659
1730
  actionConfig?: any;
1660
1731
  }): Promise<void>;
1732
+ private tryHandleCollectionCreateToolbarAction;
1661
1733
  private resolveBulkExportFormat;
1662
1734
  private isBulkExportActionKey;
1663
1735
  private normalizeExportFormat;
@@ -1718,6 +1790,7 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1718
1790
  private resolveSortingStrategy;
1719
1791
  private applyDataSourceSettings;
1720
1792
  private sanitizeColumns;
1793
+ private applyRendererPresentationDefaults;
1721
1794
  private setupColumns;
1722
1795
  private preserveSchemaDrivenColumnsIfConfigOmittedColumns;
1723
1796
  private isDataColumnField;
@@ -1726,6 +1799,46 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1726
1799
  isColumnDraggingEnabled(): boolean;
1727
1800
  isColumnDragIndicatorEnabled(): boolean;
1728
1801
  isColumnDraggable(column: ColumnDefinition | null | undefined): boolean;
1802
+ isColumnResizeEnabled(): boolean;
1803
+ isColumnResizable(column: ColumnDefinition | null | undefined): boolean;
1804
+ isColumnResizeActive(column?: ColumnDefinition | null): boolean;
1805
+ getColumnResizeHandleAriaLabel(column: ColumnDefinition): string;
1806
+ getColumnResizeHandleTooltip(column: ColumnDefinition): string;
1807
+ getColumnResizeMinWidthAriaValue(column: ColumnDefinition): number;
1808
+ getColumnResizeMaxWidthAriaValue(column: ColumnDefinition): number | null;
1809
+ getColumnResizeCurrentWidthAriaValue(column: ColumnDefinition): number | null;
1810
+ onColumnResizeHandleClick(event: MouseEvent): void;
1811
+ onColumnResizeHandleKeydown(event: KeyboardEvent, column: ColumnDefinition): void;
1812
+ onColumnResizePointerDown(event: PointerEvent, column: ColumnDefinition): void;
1813
+ private onColumnResizePointerMove;
1814
+ private onColumnResizePointerUp;
1815
+ private onColumnResizePointerCancel;
1816
+ private onColumnResizeDocumentKeydown;
1817
+ private addColumnResizeDocumentListeners;
1818
+ private removeColumnResizeDocumentListeners;
1819
+ private cancelColumnResize;
1820
+ private commitColumnResize;
1821
+ private applyColumnResizeWidth;
1822
+ private emitAndPersistColumnResize;
1823
+ private updateConfigColumnWidth;
1824
+ private updateConfigColumnWidths;
1825
+ private updateColumnResizeTableWidthFromDelta;
1826
+ private captureColumnResizeLockedWidths;
1827
+ private resolveColumnResizeTableWidthPx;
1828
+ private resolveColumnWidthPx;
1829
+ private parseColumnResizePixelWidth;
1830
+ private normalizeColumnResizeWidthStyle;
1831
+ private clampColumnWidthPx;
1832
+ private resolveColumnResizeEffectiveMinWidthPx;
1833
+ private resolveColumnResizeMinWidthPx;
1834
+ private resolveColumnResizeMaxWidthPx;
1835
+ private normalizeColumnResizeConfigWidths;
1836
+ private runColumnResizeLayoutMutation;
1837
+ private reconcileColumnResizeLayoutState;
1838
+ private clearColumnResizeLayoutState;
1839
+ private createColumnResizeLayoutSignature;
1840
+ private formatColumnWidthPx;
1841
+ private isTableRtl;
1729
1842
  private resolveColumnReorderHeader;
1730
1843
  private isEnglishLocale;
1731
1844
  private isEnglishLocaleValue;
@@ -1742,9 +1855,11 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1742
1855
  private emitColumnReorderAttempt;
1743
1856
  private createColumnReorderOperationId;
1744
1857
  private isLatestColumnReorderOperation;
1858
+ private createColumnRuntimeMutationOperationId;
1859
+ private isLatestColumnRuntimeMutationOperation;
1745
1860
  private offerColumnReorderUndo;
1746
1861
  private restoreColumnOrderFromUndo;
1747
- onColumnDragHandleKeydown(event: KeyboardEvent, column: ColumnDefinition): void;
1862
+ onColumnHeaderReorderKeydown(event: KeyboardEvent, column: ColumnDefinition): void;
1748
1863
  onColumnDrop(event: CdkDragDrop<ColumnDefinition[]>): void;
1749
1864
  onColumnDragStarted(column: ColumnDefinition): void;
1750
1865
  onColumnDragEnded(event: CdkDragEnd<ColumnDefinition>, column: ColumnDefinition): void;
@@ -1764,9 +1879,15 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1764
1879
  */
1765
1880
  private verifyServerSchemaVersion;
1766
1881
  private loadSchema;
1882
+ private loadOrVerifyRemoteSchema;
1767
1883
  private loadFilterSchemaSnapshot;
1768
1884
  private convertFieldToColumn;
1885
+ private applySchemaFieldPresentationsToExistingColumns;
1769
1886
  private applySchemaFieldPresentation;
1887
+ private applySchemaSemanticCellPresentation;
1888
+ private resolveSemanticPresentationColor;
1889
+ private resolveSemanticPresentationVariant;
1890
+ private resolveSemanticPresentationAffixes;
1770
1891
  private resolveSchemaCurrencyFormat;
1771
1892
  private resolveSchemaBooleanFormat;
1772
1893
  private resolveSchemaValueMapping;
@@ -1781,10 +1902,6 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1781
1902
  * Runs only on initial bootstrap (when columns are derived from schema).
1782
1903
  */
1783
1904
  private applyAutoRenderer;
1784
- /**
1785
- * Check if a value is a valid ColumnDataType
1786
- */
1787
- private isValidColumnDataType;
1788
1905
  /**
1789
1906
  * Infer column data type from field name patterns when API type is not available
1790
1907
  * Refined logic to reduce false positives
@@ -1919,7 +2036,6 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1919
2036
  private isJsonLogicExpression;
1920
2037
  private hasConditionalExpression;
1921
2038
  private resolveRuntimeEnvironment;
1922
- private isDiagnosticsRuntimeEnvironment;
1923
2039
  private logActionConditionFallback;
1924
2040
  getRowClasses(rowData: any): string[] | undefined;
1925
2041
  getRowNgStyle(rowData: any): Record<string, string> | undefined;
@@ -1992,6 +2108,7 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1992
2108
  getIconAriaLabel(row: any, column: ColumnDefinition): string | null;
1993
2109
  getIconText(row: any, column: ColumnDefinition): string | null;
1994
2110
  getIconRichContentNodes(row: any, column: ColumnDefinition): RichBlockNode[];
2111
+ private getIconRawText;
1995
2112
  /**
1996
2113
  * Lightweight, controlled evaluator for string/number expressions using row context.
1997
2114
  * Accepts values like '= row.status === "OK" ? "primary" : "warn"'.
@@ -2032,7 +2149,11 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
2032
2149
  getBadgeClasses(row: any, column: ColumnDefinition): string[];
2033
2150
  getBadgeRichContentNodes(row: any, column: ColumnDefinition): RichBlockNode[];
2034
2151
  shouldRenderBadge(row: any, column: ColumnDefinition): boolean;
2035
- getEffectiveRendererType(row: any, column: ColumnDefinition): 'icon' | 'image' | 'badge' | 'link' | 'button' | 'chip' | 'progress' | 'avatar' | 'toggle' | 'menu' | 'html' | 'compose' | 'rating' | null;
2152
+ getEffectiveRendererType(row: any, column: ColumnDefinition): 'icon' | 'image' | 'badge' | 'link' | 'button' | 'chip' | 'progress' | 'avatar' | 'toggle' | 'menu' | 'html' | 'compose' | 'rating' | 'microVisualization' | null;
2153
+ getMicroVisualizationHtml(row: any, column: ColumnDefinition): SafeHtml;
2154
+ private resolveMicroVisualizationForRow;
2155
+ private applyMicroVisualizationExpression;
2156
+ private evaluateMicroVisualizationExpression;
2036
2157
  getComposeItems(row: any, column: ColumnDefinition): any[];
2037
2158
  trackComposeItem(index: number, item: any): string;
2038
2159
  getComposeClasses(row: any, column: ColumnDefinition): string[];
@@ -2161,6 +2282,7 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
2161
2282
  private getVirtualizationSources;
2162
2283
  isVirtualized(): boolean;
2163
2284
  getVirtItemHeight(): number;
2285
+ private getDefaultDensityRowHeight;
2164
2286
  getVirtBufferSize(): number;
2165
2287
  getVirtMinHeightStyle(): string;
2166
2288
  getVirtMinHeightHostStyle(): string | null;
@@ -2175,6 +2297,8 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
2175
2297
  getMasterSelectionAriaLabel(): string;
2176
2298
  private selectRowFromUserInteraction;
2177
2299
  private emitSelectionChange;
2300
+ private emitResourceEvent;
2301
+ private buildResourceEvent;
2178
2302
  private getSelectedRowsSnapshot;
2179
2303
  private getAiAssistantSelectionFields;
2180
2304
  private buildAiAssistantSelectionFilterCandidates;
@@ -2213,10 +2337,18 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
2213
2337
  private splitVisibleRowActionsFromVisible;
2214
2338
  private decorateConfiguredRowAction;
2215
2339
  private getDiscoveredRowWorkflowActions;
2340
+ private getDiscoveredRowCrudActionsFromSnapshot;
2341
+ private buildDiscoveredRowCrudAction;
2216
2342
  private getDiscoveredRowSurfaceActionsFromSnapshot;
2217
2343
  private getDiscoveredRowWorkflowActionsFromCatalog;
2344
+ private resolveRowCrudCapabilityOperation;
2345
+ private createSyntheticCrudCapabilityOperation;
2218
2346
  private supportsRowCrudAction;
2219
2347
  private isCapabilityManagedCrudRowAction;
2348
+ private getCrudRowActionLabel;
2349
+ private getCrudRowActionIcon;
2350
+ private getCrudRowActionColor;
2351
+ private getUnavailableCrudOperationMessage;
2220
2352
  private findItemWorkflowAction;
2221
2353
  private findItemSurface;
2222
2354
  private isRowSurfaceAction;
@@ -2245,7 +2377,7 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
2245
2377
  private scheduleRowDiscoveryMarkForCheck;
2246
2378
  ngOnDestroy(): void;
2247
2379
  static ɵfac: i0.ɵɵFactoryDeclaration<PraxisTable, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
2248
- static ɵcmp: i0.ɵɵComponentDeclaration<PraxisTable, "praxis-table", never, { "config": { "alias": "config"; "required": false; }; "resourcePath": { "alias": "resourcePath"; "required": false; }; "data": { "alias": "data"; "required": false; }; "tableId": { "alias": "tableId"; "required": true; }; "componentInstanceId": { "alias": "componentInstanceId"; "required": false; }; "configPersistenceStrategy": { "alias": "configPersistenceStrategy"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "autoDelete": { "alias": "autoDelete"; "required": false; }; "notifyIfOutdated": { "alias": "notifyIfOutdated"; "required": false; }; "snoozeMs": { "alias": "snoozeMs"; "required": false; }; "autoOpenSettingsOnOutdated": { "alias": "autoOpenSettingsOnOutdated"; "required": false; }; "crudContext": { "alias": "crudContext"; "required": false; }; "filterCriteria": { "alias": "filterCriteria"; "required": false; }; "queryContext": { "alias": "queryContext"; "required": false; }; "aiContext": { "alias": "aiContext"; "required": false; }; "aiAssistantVoiceInputMode": { "alias": "aiAssistantVoiceInputMode"; "required": false; }; "aiAssistantVoiceLanguage": { "alias": "aiAssistantVoiceLanguage"; "required": false; }; "horizontalScroll": { "alias": "horizontalScroll"; "required": false; }; "enableCustomization": { "alias": "enableCustomization"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; }, { "rowClick": "rowClick"; "widgetEvent": "widgetEvent"; "rowDoubleClick": "rowDoubleClick"; "rowExpansionChange": "rowExpansionChange"; "rowAction": "rowAction"; "toolbarAction": "toolbarAction"; "bulkAction": "bulkAction"; "exportAction": "exportAction"; "columnReorder": "columnReorder"; "columnReorderAttempt": "columnReorderAttempt"; "beforeDelete": "beforeDelete"; "afterDelete": "afterDelete"; "deleteError": "deleteError"; "beforeBulkDelete": "beforeBulkDelete"; "afterBulkDelete": "afterBulkDelete"; "bulkDeleteError": "bulkDeleteError"; "schemaStatusChange": "schemaStatusChange"; "configChange": "configChange"; "metadataChange": "metadataChange"; "loadingStateChange": "loadingStateChange"; "collectionLinksChange": "collectionLinksChange"; "selectionChange": "selectionChange"; }, ["toolbar", "projectedFilter"], ["[advancedFilter]", "[toolbar]", "[advancedFilter]", "[toolbar]", "[advancedFilter]", "[toolbar]"], true, never>;
2380
+ static ɵcmp: i0.ɵɵComponentDeclaration<PraxisTable, "praxis-table", never, { "config": { "alias": "config"; "required": false; }; "resourcePath": { "alias": "resourcePath"; "required": false; }; "data": { "alias": "data"; "required": false; }; "tableId": { "alias": "tableId"; "required": true; }; "componentInstanceId": { "alias": "componentInstanceId"; "required": false; }; "configPersistenceStrategy": { "alias": "configPersistenceStrategy"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "autoDelete": { "alias": "autoDelete"; "required": false; }; "notifyIfOutdated": { "alias": "notifyIfOutdated"; "required": false; }; "snoozeMs": { "alias": "snoozeMs"; "required": false; }; "autoOpenSettingsOnOutdated": { "alias": "autoOpenSettingsOnOutdated"; "required": false; }; "crudContext": { "alias": "crudContext"; "required": false; }; "filterCriteria": { "alias": "filterCriteria"; "required": false; }; "queryContext": { "alias": "queryContext"; "required": false; }; "aiContext": { "alias": "aiContext"; "required": false; }; "aiAssistantVoiceInputMode": { "alias": "aiAssistantVoiceInputMode"; "required": false; }; "aiAssistantVoiceLanguage": { "alias": "aiAssistantVoiceLanguage"; "required": false; }; "horizontalScroll": { "alias": "horizontalScroll"; "required": false; }; "enableCustomization": { "alias": "enableCustomization"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; }, { "rowClick": "rowClick"; "widgetEvent": "widgetEvent"; "resourceEvent": "resourceEvent"; "rowDoubleClick": "rowDoubleClick"; "rowExpansionChange": "rowExpansionChange"; "rowAction": "rowAction"; "toolbarAction": "toolbarAction"; "bulkAction": "bulkAction"; "exportAction": "exportAction"; "columnReorder": "columnReorder"; "columnReorderAttempt": "columnReorderAttempt"; "columnResize": "columnResize"; "beforeDelete": "beforeDelete"; "afterDelete": "afterDelete"; "deleteError": "deleteError"; "beforeBulkDelete": "beforeBulkDelete"; "afterBulkDelete": "afterBulkDelete"; "bulkDeleteError": "bulkDeleteError"; "schemaStatusChange": "schemaStatusChange"; "configChange": "configChange"; "metadataChange": "metadataChange"; "loadingStateChange": "loadingStateChange"; "collectionLinksChange": "collectionLinksChange"; "selectionChange": "selectionChange"; }, ["toolbar", "projectedFilter"], ["[advancedFilter]", "[toolbar]", "[advancedFilter]", "[toolbar]", "[advancedFilter]", "[toolbar]"], true, never>;
2249
2381
  static ngAcceptInputType_enableCustomization: unknown;
2250
2382
  }
2251
2383
 
@@ -3108,6 +3240,7 @@ declare class FilterSettingsComponent implements OnChanges, AfterViewInit, OnDes
3108
3240
  private scrollTrackingRafId;
3109
3241
  readonly layoutPreviewFields: string[];
3110
3242
  private readonly storage;
3243
+ private readonly filterConfigService;
3111
3244
  private readonly settingsPanel;
3112
3245
  private readonly snackBar;
3113
3246
  private readonly destroyRef;
@@ -3297,16 +3430,8 @@ interface RuleGroup {
3297
3430
  }
3298
3431
  type StructuredRuleCondition = JsonLogicExpression | null;
3299
3432
  declare class RuleCompilerService {
3300
- /**
3301
- * Compiles a rule group into a single textual expression string, adding
3302
- * parentheses according to grouping and operator precedence.
3303
- */
3304
- compileGroup(group: RuleGroup): string;
3305
- /** Compiles a single rule atom to a textual expression. */
3306
- compileAtom(atom: RuleAtom): string;
3307
3433
  compileGroupToJsonLogic(group: RuleGroup): StructuredRuleCondition;
3308
3434
  compileAtomToJsonLogic(atom: RuleAtom): JsonLogicExpression | null;
3309
- private stringify;
3310
3435
  private toJsonLogicValue;
3311
3436
  private toList;
3312
3437
  static ɵfac: i0.ɵɵFactoryDeclaration<RuleCompilerService, never>;
@@ -3342,6 +3467,11 @@ declare class TableRulesEditorComponent implements OnChanges, OnInit, OnDestroy
3342
3467
  manualMode: boolean;
3343
3468
  manualErrors: string[];
3344
3469
  testSummary: string;
3470
+ normalizationWarning: string;
3471
+ importStatus: {
3472
+ type: 'success' | 'warning' | 'error';
3473
+ message: string;
3474
+ } | null;
3345
3475
  editIndex: number;
3346
3476
  get currentRules(): RuleItem[];
3347
3477
  set currentRules(v: RuleItem[]);
@@ -3408,6 +3538,7 @@ declare class TableRulesEditorComponent implements OnChanges, OnInit, OnDestroy
3408
3538
  removeRule(index: number): void;
3409
3539
  duplicateRule(index: number): void;
3410
3540
  onRuleToggle(): void;
3541
+ private emitRulesConfigChange;
3411
3542
  buildAppliedConfig(baseConfig?: TableConfig): TableConfig;
3412
3543
  onApply(): void;
3413
3544
  isValid(): boolean;
@@ -3508,9 +3639,14 @@ declare class TableRulesEditorComponent implements OnChanges, OnInit, OnDestroy
3508
3639
  onDropCondition(evt: CdkDragDrop<RuleAtom[]>): void;
3509
3640
  updateDraftFromGroup(): void;
3510
3641
  getAtomPreview(a: RuleAtom): string;
3642
+ private stringifyJsonLogicPreview;
3643
+ private stringifyJsonLogicInlinePreview;
3511
3644
  addSubgroup(): void;
3512
3645
  removeSubgroup(index: number): void;
3513
3646
  getGroupPreview(g: RuleGroup): string;
3647
+ private isNumericFieldType;
3648
+ private parseNumericCsv;
3649
+ private toFiniteNumber;
3514
3650
  private getActiveGroupRef;
3515
3651
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRulesEditorComponent, [null, null, null, null, null, { optional: true; }]>;
3516
3652
  static ɵcmp: i0.ɵɵComponentDeclaration<TableRulesEditorComponent, "table-rules-editor", never, { "config": { "alias": "config"; "required": false; }; "resourcePath": { "alias": "resourcePath"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "i18nRules": { "alias": "i18nRules"; "required": false; }; "debugLogs": { "alias": "debugLogs"; "required": false; }; "debugLevel": { "alias": "debugLevel"; "required": false; }; }, { "configChange": "configChange"; }, never, never, true, never>;
@@ -4342,7 +4478,7 @@ declare const TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA: {
4342
4478
  };
4343
4479
  readonly variant: {
4344
4480
  readonly type: "string";
4345
- readonly enum: readonly ["filled", "outlined", "soft"];
4481
+ readonly enum: readonly ["filled", "outlined", "soft", "plain"];
4346
4482
  };
4347
4483
  readonly icon: {
4348
4484
  readonly type: "string";
@@ -4589,5 +4725,5 @@ declare function coerceTableComponentEditPlan(value: unknown): TableComponentEdi
4589
4725
  declare function compileTableComponentEditPlans(plans: TableComponentEditPlan[], currentConfig: TableConfig): TableComponentEditPlanCompileResult;
4590
4726
  declare function compileTableComponentEditPlan(plan: TableComponentEditPlan, currentConfig: TableConfig): TableComponentEditPlanCompileResult;
4591
4727
 
4592
- export { AnalyticsTableConfigAdapterService, AnalyticsTableContractService, AnalyticsTableStatsApiService, BOOLEAN_PRESETS, BehaviorConfigEditorComponent, CURRENCY_PRESETS, ColumnsConfigEditorComponent, DATE_PRESETS, DataFormatterComponent, DataFormattingService, FORMULA_TEMPLATES, FilterConfigService, FilterSettingsComponent, FormulaGeneratorService, JsonConfigEditorComponent, MessagesLocalizationEditorComponent, NUMBER_PRESETS, PERCENTAGE_PRESETS, PRAXIS_FILTER_COMPONENT_METADATA, PRAXIS_TABLE_AUTHORING_MANIFEST, PRAXIS_TABLE_COMPONENT_METADATA, PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE, PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS, PraxisFilter, PraxisFilterWidgetConfigEditor, PraxisTable, PraxisTableConfigEditor, PraxisTableInlineAuthoringEditorComponent, PraxisTableToolbar, PraxisTableWidgetConfigEditor, STRING_PRESETS, TABLE_AI_CAPABILITIES, TABLE_COMPONENT_AI_CAPABILITIES, TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, TABLE_COMPONENT_EDIT_PLAN_KIND, TABLE_COMPONENT_EDIT_PLAN_VERSION, TASK_PRESETS, TableDefaultsProvider, TableRulesEditorComponent, ToolbarActionsEditorComponent, ValueMappingEditorComponent, VisualFormulaBuilderComponent, buildTableApplyPlan, coerceTableComponentEditPlan, coerceTableComponentEditPlans, compileTableComponentEditPlan, compileTableComponentEditPlans, createTableAuthoringDocument, getActionId, getEnum, getTableCapabilities, getTableComponentEditPlanCapabilities, isTableRendererSupportedByRichContentP0, mapTableRendererToRichContentP0, normalizeTableAuthoringDocument, parseLegacyOrTableDocument, providePraxisFilterMetadata, providePraxisTableMetadata, providePraxisTableToolbarAppearance, serializeTableAuthoringDocument, toCanonicalTableConfig, validateTableAuthoringDocument };
4728
+ export { AnalyticsTableConfigAdapterService, AnalyticsTableContractService, AnalyticsTableStatsApiService, BOOLEAN_PRESETS, BehaviorConfigEditorComponent, CURRENCY_PRESETS, ColumnsConfigEditorComponent, DATE_PRESETS, DataFormatterComponent, DataFormattingService, FORMULA_TEMPLATES, FilterConfigService, FilterSettingsComponent, FormulaGeneratorService, JsonConfigEditorComponent, MessagesLocalizationEditorComponent, NUMBER_PRESETS, PERCENTAGE_PRESETS, PRAXIS_FILTER_COMPONENT_METADATA, PRAXIS_TABLE_AUTHORING_MANIFEST, PRAXIS_TABLE_COMPONENT_METADATA, PRAXIS_TABLE_TOOLBAR_APPEARANCE_PRESETS, PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE, PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS, PraxisFilter, PraxisFilterWidgetConfigEditor, PraxisTable, PraxisTableConfigEditor, PraxisTableInlineAuthoringEditorComponent, PraxisTableToolbar, PraxisTableWidgetConfigEditor, STRING_PRESETS, TABLE_AI_CAPABILITIES, TABLE_COMPONENT_AI_CAPABILITIES, TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, TABLE_COMPONENT_EDIT_PLAN_KIND, TABLE_COMPONENT_EDIT_PLAN_VERSION, TASK_PRESETS, TableDefaultsProvider, TableRulesEditorComponent, ToolbarActionsEditorComponent, ValueMappingEditorComponent, VisualFormulaBuilderComponent, buildTableApplyPlan, coerceTableComponentEditPlan, coerceTableComponentEditPlans, compileTableComponentEditPlan, compileTableComponentEditPlans, createTableAuthoringDocument, getActionId, getEnum, getTableCapabilities, getTableComponentEditPlanCapabilities, isTableRendererSupportedByRichContentP0, mapTableRendererToRichContentP0, normalizeTableAuthoringDocument, parseLegacyOrTableDocument, providePraxisFilterMetadata, providePraxisTableMetadata, providePraxisTableToolbarAppearance, serializeTableAuthoringDocument, toCanonicalTableConfig, validateTableAuthoringDocument };
4593
4729
  export type { ActionLike, AnalyticsTableConfigAdapterOptions, AnalyticsTableContractDefinition, AnalyticsTableContractLoadOptions, AnalyticsTableContractLoadResult, AnalyticsTableContractSource, AnalyticsTableRow, AnalyticsTableViewModel, ArithmeticParams, BehaviorConfigChange, BooleanFormatterOptions, BulkAction, Capability$1 as Capability, CapabilityCatalog$1 as CapabilityCatalog, CapabilityCategory$1 as CapabilityCategory, ColumnChange, ColumnDataType$1 as ColumnDataType, ConcatenationParams, ConditionalMappingParams, CurrencyFormatterOptions, DataFormattingOptions, DataMode, DateFormatterOptions, DefaultValueParams, EditorDiagnostic, EditorDocument, FieldSchema, FilterConfig, FilterTag, FormatPreset, FormatterConfig, FormulaDefinition, FormulaParameterSchema, FormulaParams, FormulaTemplate, FormulaType, I18n, JsonEditorEvent, JsonValidationResult, MessagesLocalizationChange, NestedPropertyParams, NumberFormatterOptions, PercentageFormatterOptions, PraxisFilterWidgetEditorInputs, PraxisFilterWidgetEditorValue, PraxisTableWidgetEditorInputs, PraxisTableWidgetEditorValue, ResourcePathIntent, RowAction, RowExpansionChangeBase, RowExpansionChangeEvent, RowExpansionReasonCode, RowExpansionTrigger, StringFormatterOptions, TableAiContext, TableAiNavigationContextPack, TableAiNavigationDestinationContext, TableApplyPlan, TableAuthoringDocument, TableBindings, Capability as TableComponentCapability, CapabilityCatalog as TableComponentCapabilityCatalog, CapabilityCategory as TableComponentCapabilityCategory, TableComponentEditChangeKind, TableComponentEditPlan, TableComponentEditPlanCompileResult, ValueKind as TableComponentValueKind, TableConfigPersistenceStrategy, TableHorizontalScroll, TableProjectionContext, TableRichContentP0Node, TableRuntimeContext, TableValidationContext, ToolbarAction, ToolbarActionsChange, ValueKind$1 as ValueKind, ValueMappingPair };