@praxisui/table 9.0.53 → 9.0.54
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/ai/component-registry.json +2 -2
- package/fesm2022/{praxisui-table-praxisui-table-Dm3eeAlp.mjs → praxisui-table-praxisui-table-CPU2zbim.mjs} +8 -2
- package/fesm2022/{praxisui-table-table-agentic-authoring-turn-flow-XFwFkts0.mjs → praxisui-table-table-agentic-authoring-turn-flow-BGsF2Ahk.mjs} +1 -1
- package/fesm2022/{praxisui-table-table-ai.adapter-XK5WSLXC.mjs → praxisui-table-table-ai.adapter-Dn-ETj1T.mjs} +1 -1
- package/fesm2022/praxisui-table.mjs +1 -1
- package/package.json +10 -10
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-
|
|
3
|
+
"generatedAt": "2026-09-01T03:28:13.726Z",
|
|
4
4
|
"packageName": "@praxisui/table",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.54",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 3,
|
|
@@ -44420,6 +44420,12 @@ class PraxisTable {
|
|
|
44420
44420
|
this.localTotal = result.total;
|
|
44421
44421
|
this.localView = result.paged;
|
|
44422
44422
|
this.dataSubject.next(result.paged);
|
|
44423
|
+
// Local rows may still be canonical HATEOAS representations (for example,
|
|
44424
|
+
// a parent-scoped related-resource projection materialized as CRUD). Inline
|
|
44425
|
+
// row actions must resolve their capabilities just like remote rows; render
|
|
44426
|
+
// reads intentionally stay side-effect free, so the local pipeline owns the
|
|
44427
|
+
// prefetch for the currently visible page.
|
|
44428
|
+
this.prefetchRowDiscovery(result.paged);
|
|
44423
44429
|
this.syncPaginationTotal(this.localTotal);
|
|
44424
44430
|
this.debugLog('Local scaffolding recompute', {
|
|
44425
44431
|
origin,
|
|
@@ -45248,7 +45254,7 @@ class PraxisTable {
|
|
|
45248
45254
|
if (this.aiAdapter || this.aiAdapterLoadStarted)
|
|
45249
45255
|
return;
|
|
45250
45256
|
this.aiAdapterLoadStarted = true;
|
|
45251
|
-
import('./praxisui-table-table-ai.adapter-
|
|
45257
|
+
import('./praxisui-table-table-ai.adapter-Dn-ETj1T.mjs')
|
|
45252
45258
|
.then(({ TableAiAdapter }) => {
|
|
45253
45259
|
if (!this.isAiAssistantEnabled()) {
|
|
45254
45260
|
this.aiAssistantOpenAfterAdapterLoad = false;
|
|
@@ -45994,7 +46000,7 @@ class PraxisTable {
|
|
|
45994
46000
|
initializeAiAssistantController() {
|
|
45995
46001
|
if (!this.aiAdapter || this.aiAssistantController)
|
|
45996
46002
|
return;
|
|
45997
|
-
import('./praxisui-table-table-agentic-authoring-turn-flow-
|
|
46003
|
+
import('./praxisui-table-table-agentic-authoring-turn-flow-BGsF2Ahk.mjs')
|
|
45998
46004
|
.then(({ TableAgenticAuthoringTurnFlow }) => {
|
|
45999
46005
|
if (this.aiAssistantController || !this.aiAdapter)
|
|
46000
46006
|
return;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable, firstValueFrom } from 'rxjs';
|
|
2
2
|
import { withAuthoringScopePolicy } from '@praxisui/ai';
|
|
3
|
-
import { ae as setTableActionGlobalActionRef } from './praxisui-table-praxisui-table-
|
|
3
|
+
import { ae as setTableActionGlobalActionRef } from './praxisui-table-praxisui-table-CPU2zbim.mjs';
|
|
4
4
|
|
|
5
5
|
class TableAgenticAuthoringTurnFlow {
|
|
6
6
|
adapter;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { firstValueFrom } from 'rxjs';
|
|
2
2
|
import { BaseAiAdapter, sanitizePraxisAssistantText, createComponentAuthoringContext } from '@praxisui/ai';
|
|
3
3
|
import { PRAXIS_GLOBAL_ACTION_CATALOG, deepMerge } from '@praxisui/core';
|
|
4
|
-
import { K as TABLE_COMPONENT_EDIT_PLAN_OPERATION_IDS, m as PRAXIS_TABLE_AUTHORING_MANIFEST, T as TABLE_AI_CAPABILITIES, _ as coerceTableComponentEditPlans, a0 as compileTableComponentEditPlans, O as TASK_PRESETS, a5 as getTableComponentEditPlanCapabilities, G as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, z as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, H as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, L as TABLE_COMPONENT_EDIT_PLAN_VERSION, E as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, I as TABLE_COMPONENT_EDIT_PLAN_KIND } from './praxisui-table-praxisui-table-
|
|
4
|
+
import { K as TABLE_COMPONENT_EDIT_PLAN_OPERATION_IDS, m as PRAXIS_TABLE_AUTHORING_MANIFEST, T as TABLE_AI_CAPABILITIES, _ as coerceTableComponentEditPlans, a0 as compileTableComponentEditPlans, O as TASK_PRESETS, a5 as getTableComponentEditPlanCapabilities, G as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, z as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, H as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, L as TABLE_COMPONENT_EDIT_PLAN_VERSION, E as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, I as TABLE_COMPONENT_EDIT_PLAN_KIND } from './praxisui-table-praxisui-table-CPU2zbim.mjs';
|
|
5
5
|
|
|
6
6
|
const TABLE_ROW_EXPRESSION_CONTEXT_OPTION = {
|
|
7
7
|
mode: 'expression',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ANALYTICS_TABLE_ROW_KEY_FIELD, a as AnalyticsTableConfigAdapterService, b as AnalyticsTableContractService, c as AnalyticsTableStatsApiService, B as BOOLEAN_PRESETS, d as BehaviorConfigEditorComponent, C as CURRENCY_PRESETS, e as ColumnsConfigEditorComponent, D as DATE_PRESETS, f as DataFormatterComponent, g as DataFormattingService, F as FORMULA_TEMPLATES, h as FilterConfigService, i as FilterSettingsComponent, j as FormulaGeneratorService, J as JsonConfigEditorComponent, M as MessagesLocalizationEditorComponent, N as NUMBER_PRESETS, P as PERCENTAGE_PRESETS, k as PRAXIS_FILTER_AUTHORING_MANIFEST, l as PRAXIS_FILTER_COMPONENT_METADATA, m as PRAXIS_TABLE_AUTHORING_MANIFEST, n as PRAXIS_TABLE_COMPONENT_METADATA, o as PRAXIS_TABLE_TOOLBAR_APPEARANCE_PRESETS, p as PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE, q as PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS, r as PraxisFilter, s as PraxisFilterWidgetConfigEditor, t as PraxisTable, u as PraxisTableConfigEditor, v as PraxisTableInlineAuthoringEditorComponent, w as PraxisTableToolbar, x as PraxisTableWidgetConfigEditor, S as STRING_PRESETS, T as TABLE_AI_CAPABILITIES, y as TABLE_COMPONENT_AI_CAPABILITIES, z as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, E as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, G as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, H as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, I as TABLE_COMPONENT_EDIT_PLAN_KIND, L as TABLE_COMPONENT_EDIT_PLAN_VERSION, O as TASK_PRESETS, Q as TableDefaultsProvider, R as TableRulesEditorComponent, U as ToolbarActionsEditorComponent, V as ValueMappingEditorComponent, W as VisualFormulaBuilderComponent, X as analyticsComparisonMetricField, Y as buildTableApplyPlan, Z as coerceTableComponentEditPlan, _ as coerceTableComponentEditPlans, $ as compileTableComponentEditPlan, a0 as compileTableComponentEditPlans, a1 as createTableAuthoringDocument, a2 as getActionId, a3 as getEnum, a4 as getTableCapabilities, a5 as getTableComponentEditPlanCapabilities, a6 as isTableRendererSupportedByRichContentP0, a7 as mapTableRendererToRichContentP0, a8 as normalizeTableAuthoringDocument, a9 as parseLegacyOrTableDocument, aa as providePraxisFilterMetadata, ab as providePraxisTableMetadata, ac as providePraxisTableToolbarAppearance, ad as serializeTableAuthoringDocument, af as toCanonicalTableConfig, ag as validateTableAuthoringDocument } from './praxisui-table-praxisui-table-
|
|
1
|
+
export { A as ANALYTICS_TABLE_ROW_KEY_FIELD, a as AnalyticsTableConfigAdapterService, b as AnalyticsTableContractService, c as AnalyticsTableStatsApiService, B as BOOLEAN_PRESETS, d as BehaviorConfigEditorComponent, C as CURRENCY_PRESETS, e as ColumnsConfigEditorComponent, D as DATE_PRESETS, f as DataFormatterComponent, g as DataFormattingService, F as FORMULA_TEMPLATES, h as FilterConfigService, i as FilterSettingsComponent, j as FormulaGeneratorService, J as JsonConfigEditorComponent, M as MessagesLocalizationEditorComponent, N as NUMBER_PRESETS, P as PERCENTAGE_PRESETS, k as PRAXIS_FILTER_AUTHORING_MANIFEST, l as PRAXIS_FILTER_COMPONENT_METADATA, m as PRAXIS_TABLE_AUTHORING_MANIFEST, n as PRAXIS_TABLE_COMPONENT_METADATA, o as PRAXIS_TABLE_TOOLBAR_APPEARANCE_PRESETS, p as PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE, q as PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS, r as PraxisFilter, s as PraxisFilterWidgetConfigEditor, t as PraxisTable, u as PraxisTableConfigEditor, v as PraxisTableInlineAuthoringEditorComponent, w as PraxisTableToolbar, x as PraxisTableWidgetConfigEditor, S as STRING_PRESETS, T as TABLE_AI_CAPABILITIES, y as TABLE_COMPONENT_AI_CAPABILITIES, z as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, E as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, G as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, H as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, I as TABLE_COMPONENT_EDIT_PLAN_KIND, L as TABLE_COMPONENT_EDIT_PLAN_VERSION, O as TASK_PRESETS, Q as TableDefaultsProvider, R as TableRulesEditorComponent, U as ToolbarActionsEditorComponent, V as ValueMappingEditorComponent, W as VisualFormulaBuilderComponent, X as analyticsComparisonMetricField, Y as buildTableApplyPlan, Z as coerceTableComponentEditPlan, _ as coerceTableComponentEditPlans, $ as compileTableComponentEditPlan, a0 as compileTableComponentEditPlans, a1 as createTableAuthoringDocument, a2 as getActionId, a3 as getEnum, a4 as getTableCapabilities, a5 as getTableComponentEditPlanCapabilities, a6 as isTableRendererSupportedByRichContentP0, a7 as mapTableRendererToRichContentP0, a8 as normalizeTableAuthoringDocument, a9 as parseLegacyOrTableDocument, aa as providePraxisFilterMetadata, ab as providePraxisTableMetadata, ac as providePraxisTableToolbarAppearance, ad as serializeTableAuthoringDocument, af as toCanonicalTableConfig, ag as validateTableAuthoringDocument } from './praxisui-table-praxisui-table-CPU2zbim.mjs';
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/table",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.54",
|
|
4
4
|
"description": "Advanced data table for Angular (Praxis UI) with editing, filtering, sorting, virtualization, and settings panel integration.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
8
|
"@angular/platform-browser": "^21.0.0",
|
|
9
|
-
"@praxisui/ai": "^9.0.
|
|
10
|
-
"@praxisui/core": "^9.0.
|
|
11
|
-
"@praxisui/dynamic-fields": "^9.0.
|
|
12
|
-
"@praxisui/dynamic-form": "^9.0.
|
|
13
|
-
"@praxisui/metadata-editor": "^9.0.
|
|
14
|
-
"@praxisui/rich-content": "^9.0.
|
|
15
|
-
"@praxisui/settings-panel": "^9.0.
|
|
16
|
-
"@praxisui/table-rule-builder": "^9.0.
|
|
9
|
+
"@praxisui/ai": "^9.0.54",
|
|
10
|
+
"@praxisui/core": "^9.0.54",
|
|
11
|
+
"@praxisui/dynamic-fields": "^9.0.54",
|
|
12
|
+
"@praxisui/dynamic-form": "^9.0.54",
|
|
13
|
+
"@praxisui/metadata-editor": "^9.0.54",
|
|
14
|
+
"@praxisui/rich-content": "^9.0.54",
|
|
15
|
+
"@praxisui/settings-panel": "^9.0.54",
|
|
16
|
+
"@praxisui/table-rule-builder": "^9.0.54",
|
|
17
17
|
"@angular/cdk": "^21.0.0",
|
|
18
18
|
"@angular/forms": "^21.0.0",
|
|
19
19
|
"@angular/material": "^21.0.0",
|
|
20
20
|
"@angular/router": "^21.0.0",
|
|
21
|
-
"@praxisui/dialog": "^9.0.
|
|
21
|
+
"@praxisui/dialog": "^9.0.54",
|
|
22
22
|
"rxjs": "~7.8.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|