@praxisui/table 9.0.0-beta.32 → 9.0.0-beta.33

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,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 { G as TABLE_COMPONENT_EDIT_PLAN_OPERATION_IDS, k as PRAXIS_TABLE_AUTHORING_MANIFEST, T as TABLE_AI_CAPABILITIES, W as coerceTableComponentEditPlans, Y as compileTableComponentEditPlans, I as TASK_PRESETS, a1 as getTableComponentEditPlanCapabilities, y as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, w as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, z as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, H as TABLE_COMPONENT_EDIT_PLAN_VERSION, x as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, E as TABLE_COMPONENT_EDIT_PLAN_KIND } from './praxisui-table-praxisui-table-DWQN-OpC.mjs';
4
+ import { G as TABLE_COMPONENT_EDIT_PLAN_OPERATION_IDS, k as PRAXIS_TABLE_AUTHORING_MANIFEST, T as TABLE_AI_CAPABILITIES, W as coerceTableComponentEditPlans, Y as compileTableComponentEditPlans, I as TASK_PRESETS, a1 as getTableComponentEditPlanCapabilities, y as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, w as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, z as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, H as TABLE_COMPONENT_EDIT_PLAN_VERSION, x as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, E as TABLE_COMPONENT_EDIT_PLAN_KIND } from './praxisui-table-praxisui-table-EYby6Zvn.mjs';
5
5
 
6
6
  const TABLE_ROW_EXPRESSION_CONTEXT_OPTION = {
7
7
  mode: 'expression',
@@ -395,6 +395,7 @@ const TABLE_COMPONENT_CONTEXT_PACK = {
395
395
  { value: 'filled', label: 'Filled' },
396
396
  { value: 'outlined', label: 'Outlined' },
397
397
  { value: 'soft', label: 'Soft' },
398
+ { value: 'plain', label: 'Plain' },
398
399
  ],
399
400
  },
400
401
  'columns[].renderer.chip.variant': {
@@ -403,6 +404,7 @@ const TABLE_COMPONENT_CONTEXT_PACK = {
403
404
  { value: 'filled', label: 'Filled' },
404
405
  { value: 'outlined', label: 'Outlined' },
405
406
  { value: 'soft', label: 'Soft' },
407
+ { value: 'plain', label: 'Plain' },
406
408
  ],
407
409
  },
408
410
  'columns[].renderer.rating.size': {
@@ -871,7 +873,7 @@ const TABLE_COMPONENT_CONTEXT_PACK = {
871
873
  {
872
874
  name: 'variant',
873
875
  type: 'ENUM',
874
- options: ['filled', 'outlined', 'soft'],
876
+ options: ['filled', 'outlined', 'soft', 'plain'],
875
877
  description: 'Estilo visual do badge'
876
878
  },
877
879
  {
@@ -891,7 +893,7 @@ const TABLE_COMPONENT_CONTEXT_PACK = {
891
893
  text: '{{target}}', // Default to field value if text not generic
892
894
  textField: '{{target}}', // Bind to field
893
895
  color: '{{params.color}}', // primary, accent, warn, success, info
894
- variant: '{{params.variant}}', // filled, outlined, soft
896
+ variant: '{{params.variant}}', // filled, outlined, soft, plain
895
897
  },
896
898
  },
897
899
  },
@@ -1 +1 @@
1
- export { A as AnalyticsTableConfigAdapterService, a as AnalyticsTableContractService, b as AnalyticsTableStatsApiService, B as BOOLEAN_PRESETS, c as BehaviorConfigEditorComponent, C as CURRENCY_PRESETS, d as ColumnsConfigEditorComponent, D as DATE_PRESETS, e as DataFormatterComponent, f as DataFormattingService, F as FORMULA_TEMPLATES, g as FilterConfigService, h as FilterSettingsComponent, i as FormulaGeneratorService, J as JsonConfigEditorComponent, M as MessagesLocalizationEditorComponent, N as NUMBER_PRESETS, P as PERCENTAGE_PRESETS, j as PRAXIS_FILTER_COMPONENT_METADATA, k as PRAXIS_TABLE_AUTHORING_MANIFEST, l as PRAXIS_TABLE_COMPONENT_METADATA, m as PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE, n as PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS, o as PraxisFilter, p as PraxisFilterWidgetConfigEditor, q as PraxisTable, r as PraxisTableConfigEditor, s as PraxisTableInlineAuthoringEditorComponent, t as PraxisTableToolbar, u as PraxisTableWidgetConfigEditor, S as STRING_PRESETS, T as TABLE_AI_CAPABILITIES, v as TABLE_COMPONENT_AI_CAPABILITIES, w as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, x as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, y as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, z as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, E as TABLE_COMPONENT_EDIT_PLAN_KIND, H as TABLE_COMPONENT_EDIT_PLAN_VERSION, I as TASK_PRESETS, K as TableDefaultsProvider, L as TableRulesEditorComponent, O as ToolbarActionsEditorComponent, V as ValueMappingEditorComponent, Q as VisualFormulaBuilderComponent, R as buildTableApplyPlan, U as coerceTableComponentEditPlan, W as coerceTableComponentEditPlans, X as compileTableComponentEditPlan, Y as compileTableComponentEditPlans, Z as createTableAuthoringDocument, _ as getActionId, $ as getEnum, a0 as getTableCapabilities, a1 as getTableComponentEditPlanCapabilities, a2 as isTableRendererSupportedByRichContentP0, a3 as mapTableRendererToRichContentP0, a4 as normalizeTableAuthoringDocument, a5 as parseLegacyOrTableDocument, a6 as providePraxisFilterMetadata, a7 as providePraxisTableMetadata, a8 as providePraxisTableToolbarAppearance, a9 as serializeTableAuthoringDocument, aa as toCanonicalTableConfig, ab as validateTableAuthoringDocument } from './praxisui-table-praxisui-table-DWQN-OpC.mjs';
1
+ export { A as AnalyticsTableConfigAdapterService, a as AnalyticsTableContractService, b as AnalyticsTableStatsApiService, B as BOOLEAN_PRESETS, c as BehaviorConfigEditorComponent, C as CURRENCY_PRESETS, d as ColumnsConfigEditorComponent, D as DATE_PRESETS, e as DataFormatterComponent, f as DataFormattingService, F as FORMULA_TEMPLATES, g as FilterConfigService, h as FilterSettingsComponent, i as FormulaGeneratorService, J as JsonConfigEditorComponent, M as MessagesLocalizationEditorComponent, N as NUMBER_PRESETS, P as PERCENTAGE_PRESETS, j as PRAXIS_FILTER_COMPONENT_METADATA, k as PRAXIS_TABLE_AUTHORING_MANIFEST, l as PRAXIS_TABLE_COMPONENT_METADATA, m as PRAXIS_TABLE_TOOLBAR_DEFAULT_APPEARANCE, n as PRAXIS_TABLE_TOOLBAR_TOKEN_PRESETS, o as PraxisFilter, p as PraxisFilterWidgetConfigEditor, q as PraxisTable, r as PraxisTableConfigEditor, s as PraxisTableInlineAuthoringEditorComponent, t as PraxisTableToolbar, u as PraxisTableWidgetConfigEditor, S as STRING_PRESETS, T as TABLE_AI_CAPABILITIES, v as TABLE_COMPONENT_AI_CAPABILITIES, w as TABLE_COMPONENT_EDIT_PLAN_ALLOWED_CHANGE_KINDS, x as TABLE_COMPONENT_EDIT_PLAN_BATCH_KIND, y as TABLE_COMPONENT_EDIT_PLAN_EXPECTED_PATHS, z as TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA, E as TABLE_COMPONENT_EDIT_PLAN_KIND, H as TABLE_COMPONENT_EDIT_PLAN_VERSION, I as TASK_PRESETS, K as TableDefaultsProvider, L as TableRulesEditorComponent, O as ToolbarActionsEditorComponent, V as ValueMappingEditorComponent, Q as VisualFormulaBuilderComponent, R as buildTableApplyPlan, U as coerceTableComponentEditPlan, W as coerceTableComponentEditPlans, X as compileTableComponentEditPlan, Y as compileTableComponentEditPlans, Z as createTableAuthoringDocument, _ as getActionId, $ as getEnum, a0 as getTableCapabilities, a1 as getTableComponentEditPlanCapabilities, a2 as isTableRendererSupportedByRichContentP0, a3 as mapTableRendererToRichContentP0, a4 as normalizeTableAuthoringDocument, a5 as parseLegacyOrTableDocument, a6 as providePraxisFilterMetadata, a7 as providePraxisTableMetadata, a8 as providePraxisTableToolbarAppearance, a9 as serializeTableAuthoringDocument, aa as toCanonicalTableConfig, ab as validateTableAuthoringDocument } from './praxisui-table-praxisui-table-EYby6Zvn.mjs';
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@praxisui/table",
3
- "version": "9.0.0-beta.32",
3
+ "version": "9.0.0-beta.33",
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.0-beta.32",
10
- "@praxisui/core": "^9.0.0-beta.32",
11
- "@praxisui/dynamic-fields": "^9.0.0-beta.32",
12
- "@praxisui/dynamic-form": "^9.0.0-beta.32",
13
- "@praxisui/metadata-editor": "^9.0.0-beta.32",
14
- "@praxisui/rich-content": "^9.0.0-beta.32",
15
- "@praxisui/settings-panel": "^9.0.0-beta.32",
16
- "@praxisui/table-rule-builder": "^9.0.0-beta.32",
9
+ "@praxisui/ai": "^9.0.0-beta.33",
10
+ "@praxisui/core": "^9.0.0-beta.33",
11
+ "@praxisui/dynamic-fields": "^9.0.0-beta.33",
12
+ "@praxisui/dynamic-form": "^9.0.0-beta.33",
13
+ "@praxisui/metadata-editor": "^9.0.0-beta.33",
14
+ "@praxisui/rich-content": "^9.0.0-beta.33",
15
+ "@praxisui/settings-panel": "^9.0.0-beta.33",
16
+ "@praxisui/table-rule-builder": "^9.0.0-beta.33",
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.0-beta.32",
21
+ "@praxisui/dialog": "^9.0.0-beta.33",
22
22
  "rxjs": "~7.8.0"
23
23
  },
24
24
  "dependencies": {
@@ -1852,6 +1852,11 @@ declare class PraxisTable implements OnInit, OnChanges, AfterViewInit, AfterCont
1852
1852
  private loadFilterSchemaSnapshot;
1853
1853
  private convertFieldToColumn;
1854
1854
  private applySchemaFieldPresentation;
1855
+ private applySchemaFieldSemanticPresentation;
1856
+ private mapFieldPresentationAppearance;
1857
+ private mapFieldPresentationTone;
1858
+ private mapFieldPresentationTooltip;
1859
+ private normalizeSchemaRendererText;
1855
1860
  private resolveSchemaCurrencyFormat;
1856
1861
  private resolveSchemaBooleanFormat;
1857
1862
  private resolveSchemaValueMapping;
@@ -4439,7 +4444,7 @@ declare const TABLE_COMPONENT_EDIT_PLAN_JSON_SCHEMA: {
4439
4444
  };
4440
4445
  readonly variant: {
4441
4446
  readonly type: "string";
4442
- readonly enum: readonly ["filled", "outlined", "soft"];
4447
+ readonly enum: readonly ["filled", "outlined", "soft", "plain"];
4443
4448
  };
4444
4449
  readonly icon: {
4445
4450
  readonly type: "string";