@praxisui/table 9.0.17 → 9.0.18
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-CKKSrw54.mjs → praxisui-table-praxisui-table-X6BN4uYm.mjs} +76 -2
- package/fesm2022/{praxisui-table-table-agentic-authoring-turn-flow-DdhsxE_1.mjs → praxisui-table-table-agentic-authoring-turn-flow-C74l6Vp2.mjs} +1 -1
- package/fesm2022/{praxisui-table-table-ai.adapter-CvXdjdlc.mjs → praxisui-table-table-ai.adapter-BHjxmWNU.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-08-
|
|
3
|
+
"generatedAt": "2026-08-24T23:27:32.982Z",
|
|
4
4
|
"packageName": "@praxisui/table",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.18",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 3,
|
|
@@ -45167,7 +45167,7 @@ class PraxisTable {
|
|
|
45167
45167
|
if (this.aiAdapter || this.aiAdapterLoadStarted)
|
|
45168
45168
|
return;
|
|
45169
45169
|
this.aiAdapterLoadStarted = true;
|
|
45170
|
-
import('./praxisui-table-table-ai.adapter-
|
|
45170
|
+
import('./praxisui-table-table-ai.adapter-BHjxmWNU.mjs')
|
|
45171
45171
|
.then(({ TableAiAdapter }) => {
|
|
45172
45172
|
if (!this.isAiAssistantEnabled()) {
|
|
45173
45173
|
this.aiAssistantOpenAfterAdapterLoad = false;
|
|
@@ -45913,7 +45913,7 @@ class PraxisTable {
|
|
|
45913
45913
|
initializeAiAssistantController() {
|
|
45914
45914
|
if (!this.aiAdapter || this.aiAssistantController)
|
|
45915
45915
|
return;
|
|
45916
|
-
import('./praxisui-table-table-agentic-authoring-turn-flow-
|
|
45916
|
+
import('./praxisui-table-table-agentic-authoring-turn-flow-C74l6Vp2.mjs')
|
|
45917
45917
|
.then(({ TableAgenticAuthoringTurnFlow }) => {
|
|
45918
45918
|
if (this.aiAssistantController || !this.aiAdapter)
|
|
45919
45919
|
return;
|
|
@@ -67029,6 +67029,80 @@ const PRAXIS_TABLE_COMPONENT_METADATA = {
|
|
|
67029
67029
|
componentId: 'praxis-table',
|
|
67030
67030
|
source: 'PRAXIS_TABLE_AUTHORING_MANIFEST',
|
|
67031
67031
|
},
|
|
67032
|
+
runtimeProfiles: [
|
|
67033
|
+
{
|
|
67034
|
+
id: 'public-local-volatile',
|
|
67035
|
+
audience: 'public-untrusted',
|
|
67036
|
+
description: 'Tabela efêmera com dados inline e sem efeitos externos.',
|
|
67037
|
+
constraints: [
|
|
67038
|
+
{ path: 'resourcePath', operator: 'absent-or-empty' },
|
|
67039
|
+
{ path: 'data', operator: 'array' },
|
|
67040
|
+
{ path: 'configPersistenceStrategy', operator: 'equals', value: 'volatile' },
|
|
67041
|
+
{ path: 'enableCustomization', operator: 'not-true' },
|
|
67042
|
+
{ path: 'config.behavior.localDataMode.enabled', operator: 'equals', value: true },
|
|
67043
|
+
{ path: 'config.analyticsProjection', operator: 'absent-or-empty' },
|
|
67044
|
+
{ path: 'config.actions.row.enabled', operator: 'not-true' },
|
|
67045
|
+
{ path: 'config.actions.bulk.enabled', operator: 'not-true' },
|
|
67046
|
+
{ path: 'config.export.enabled', operator: 'not-true' },
|
|
67047
|
+
{ path: 'config.ai.assistant.enabled', operator: 'not-true' },
|
|
67048
|
+
{
|
|
67049
|
+
path: 'config.behavior.expansion.detail.source.mode',
|
|
67050
|
+
operator: 'none-of',
|
|
67051
|
+
values: ['resourcePath', 'hypermedia', 'surface'],
|
|
67052
|
+
},
|
|
67053
|
+
{
|
|
67054
|
+
path: 'config.columns[*].renderer.type',
|
|
67055
|
+
operator: 'none-of',
|
|
67056
|
+
values: ['image', 'avatar', 'link', 'button', 'menu'],
|
|
67057
|
+
},
|
|
67058
|
+
{
|
|
67059
|
+
path: 'config.columns[*].conditionalRenderers[*].renderer.type',
|
|
67060
|
+
operator: 'none-of',
|
|
67061
|
+
values: ['image', 'avatar', 'link', 'button', 'menu'],
|
|
67062
|
+
},
|
|
67063
|
+
],
|
|
67064
|
+
effects: [],
|
|
67065
|
+
},
|
|
67066
|
+
{
|
|
67067
|
+
id: 'public-resource-read',
|
|
67068
|
+
audience: 'public-untrusted',
|
|
67069
|
+
description: 'Leitura paginada de recurso público, condicionada a capabilities do backend.',
|
|
67070
|
+
constraints: [
|
|
67071
|
+
{ path: 'resourcePath', operator: 'present' },
|
|
67072
|
+
{ path: 'configPersistenceStrategy', operator: 'equals', value: 'volatile' },
|
|
67073
|
+
{ path: 'enableCustomization', operator: 'not-true' },
|
|
67074
|
+
{ path: 'config.analyticsProjection', operator: 'absent-or-empty' },
|
|
67075
|
+
{ path: 'config.actions.row.enabled', operator: 'not-true' },
|
|
67076
|
+
{ path: 'config.actions.bulk.enabled', operator: 'not-true' },
|
|
67077
|
+
{ path: 'config.export.enabled', operator: 'not-true' },
|
|
67078
|
+
{ path: 'config.ai.assistant.enabled', operator: 'not-true' },
|
|
67079
|
+
{
|
|
67080
|
+
path: 'config.behavior.expansion.detail.source.mode',
|
|
67081
|
+
operator: 'none-of',
|
|
67082
|
+
values: ['resourcePath', 'hypermedia', 'surface'],
|
|
67083
|
+
},
|
|
67084
|
+
{
|
|
67085
|
+
path: 'config.columns[*].renderer.type',
|
|
67086
|
+
operator: 'none-of',
|
|
67087
|
+
values: ['image', 'avatar', 'link', 'button', 'menu'],
|
|
67088
|
+
},
|
|
67089
|
+
{
|
|
67090
|
+
path: 'config.columns[*].conditionalRenderers[*].renderer.type',
|
|
67091
|
+
operator: 'none-of',
|
|
67092
|
+
values: ['image', 'avatar', 'link', 'button', 'menu'],
|
|
67093
|
+
},
|
|
67094
|
+
],
|
|
67095
|
+
effects: [
|
|
67096
|
+
{
|
|
67097
|
+
kind: 'resource-read',
|
|
67098
|
+
resourcePath: 'resourcePath',
|
|
67099
|
+
operations: [
|
|
67100
|
+
{ operationId: 'filter', method: 'POST', pathSuffix: 'filter', role: 'primary' },
|
|
67101
|
+
],
|
|
67102
|
+
},
|
|
67103
|
+
],
|
|
67104
|
+
},
|
|
67105
|
+
],
|
|
67032
67106
|
inputs: [
|
|
67033
67107
|
{
|
|
67034
67108
|
name: 'config',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable, firstValueFrom } from 'rxjs';
|
|
2
2
|
import { withAuthoringScopePolicy } from '@praxisui/ai';
|
|
3
|
-
import { ad as setTableActionGlobalActionRef } from './praxisui-table-praxisui-table-
|
|
3
|
+
import { ad as setTableActionGlobalActionRef } from './praxisui-table-praxisui-table-X6BN4uYm.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 { I as TABLE_COMPONENT_EDIT_PLAN_OPERATION_IDS, l as PRAXIS_TABLE_AUTHORING_MANIFEST, T as TABLE_AI_CAPABILITIES, Z as coerceTableComponentEditPlans, $ as compileTableComponentEditPlans, L as TASK_PRESETS, a4 as getTableComponentEditPlanCapabilities, E as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, y as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, G as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, K as TABLE_COMPONENT_EDIT_PLAN_VERSION, z as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, H as TABLE_COMPONENT_EDIT_PLAN_KIND } from './praxisui-table-praxisui-table-
|
|
4
|
+
import { I as TABLE_COMPONENT_EDIT_PLAN_OPERATION_IDS, l as PRAXIS_TABLE_AUTHORING_MANIFEST, T as TABLE_AI_CAPABILITIES, Z as coerceTableComponentEditPlans, $ as compileTableComponentEditPlans, L as TASK_PRESETS, a4 as getTableComponentEditPlanCapabilities, E as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, y as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, G as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, K as TABLE_COMPONENT_EDIT_PLAN_VERSION, z as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, H as TABLE_COMPONENT_EDIT_PLAN_KIND } from './praxisui-table-praxisui-table-X6BN4uYm.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_COMPONENT_METADATA, l as PRAXIS_TABLE_AUTHORING_MANIFEST, m as PRAXIS_TABLE_COMPONENT_METADATA, n as PRAXIS_TABLE_TOOLBAR_APPEARANCE_PRESETS, o as PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE, p as PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS, q as PraxisFilter, r as PraxisFilterWidgetConfigEditor, s as PraxisTable, t as PraxisTableConfigEditor, u as PraxisTableInlineAuthoringEditorComponent, v as PraxisTableToolbar, w as PraxisTableWidgetConfigEditor, S as STRING_PRESETS, T as TABLE_AI_CAPABILITIES, x as TABLE_COMPONENT_AI_CAPABILITIES, y as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, z as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, E as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, G as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, H as TABLE_COMPONENT_EDIT_PLAN_KIND, K as TABLE_COMPONENT_EDIT_PLAN_VERSION, L as TASK_PRESETS, O as TableDefaultsProvider, Q as TableRulesEditorComponent, R as ToolbarActionsEditorComponent, V as ValueMappingEditorComponent, U as VisualFormulaBuilderComponent, W as analyticsComparisonMetricField, X as buildTableApplyPlan, Y as coerceTableComponentEditPlan, Z as coerceTableComponentEditPlans, _ as compileTableComponentEditPlan, $ as compileTableComponentEditPlans, a0 as createTableAuthoringDocument, a1 as getActionId, a2 as getEnum, a3 as getTableCapabilities, a4 as getTableComponentEditPlanCapabilities, a5 as isTableRendererSupportedByRichContentP0, a6 as mapTableRendererToRichContentP0, a7 as normalizeTableAuthoringDocument, a8 as parseLegacyOrTableDocument, a9 as providePraxisFilterMetadata, aa as providePraxisTableMetadata, ab as providePraxisTableToolbarAppearance, ac as serializeTableAuthoringDocument, ae as toCanonicalTableConfig, af 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_COMPONENT_METADATA, l as PRAXIS_TABLE_AUTHORING_MANIFEST, m as PRAXIS_TABLE_COMPONENT_METADATA, n as PRAXIS_TABLE_TOOLBAR_APPEARANCE_PRESETS, o as PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE, p as PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS, q as PraxisFilter, r as PraxisFilterWidgetConfigEditor, s as PraxisTable, t as PraxisTableConfigEditor, u as PraxisTableInlineAuthoringEditorComponent, v as PraxisTableToolbar, w as PraxisTableWidgetConfigEditor, S as STRING_PRESETS, T as TABLE_AI_CAPABILITIES, x as TABLE_COMPONENT_AI_CAPABILITIES, y as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, z as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, E as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, G as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, H as TABLE_COMPONENT_EDIT_PLAN_KIND, K as TABLE_COMPONENT_EDIT_PLAN_VERSION, L as TASK_PRESETS, O as TableDefaultsProvider, Q as TableRulesEditorComponent, R as ToolbarActionsEditorComponent, V as ValueMappingEditorComponent, U as VisualFormulaBuilderComponent, W as analyticsComparisonMetricField, X as buildTableApplyPlan, Y as coerceTableComponentEditPlan, Z as coerceTableComponentEditPlans, _ as compileTableComponentEditPlan, $ as compileTableComponentEditPlans, a0 as createTableAuthoringDocument, a1 as getActionId, a2 as getEnum, a3 as getTableCapabilities, a4 as getTableComponentEditPlanCapabilities, a5 as isTableRendererSupportedByRichContentP0, a6 as mapTableRendererToRichContentP0, a7 as normalizeTableAuthoringDocument, a8 as parseLegacyOrTableDocument, a9 as providePraxisFilterMetadata, aa as providePraxisTableMetadata, ab as providePraxisTableToolbarAppearance, ac as serializeTableAuthoringDocument, ae as toCanonicalTableConfig, af as validateTableAuthoringDocument } from './praxisui-table-praxisui-table-X6BN4uYm.mjs';
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/table",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.18",
|
|
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.18",
|
|
10
|
+
"@praxisui/core": "^9.0.18",
|
|
11
|
+
"@praxisui/dynamic-fields": "^9.0.18",
|
|
12
|
+
"@praxisui/dynamic-form": "^9.0.18",
|
|
13
|
+
"@praxisui/metadata-editor": "^9.0.18",
|
|
14
|
+
"@praxisui/rich-content": "^9.0.18",
|
|
15
|
+
"@praxisui/settings-panel": "^9.0.18",
|
|
16
|
+
"@praxisui/table-rule-builder": "^9.0.18",
|
|
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.18",
|
|
22
22
|
"rxjs": "~7.8.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|