@praxisui/table 9.0.36 → 9.0.38

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/README.md CHANGED
@@ -396,7 +396,7 @@ Main authoring areas include:
396
396
  - value mapping
397
397
  - JSON config editing
398
398
 
399
- The package also exports `PRAXIS_TABLE_AUTHORING_MANIFEST` for governed AI edits and `TABLE_AI_CAPABILITIES` / `TABLE_COMPONENT_AI_CAPABILITIES` for component capability discovery.
399
+ The package exports separate governed contracts for the two authoring documents: `PRAXIS_TABLE_AUTHORING_MANIFEST` owns `TableConfig`, including embedded filtering under `behavior.filtering`, while `PRAXIS_FILTER_AUTHORING_MANIFEST` owns the standalone `FilterConfig`. The standalone manifest never persists the controlled `value` DTO and does not expose Table query-builder operations or the nominal `submit` alias. `TABLE_AI_CAPABILITIES` / `TABLE_COMPONENT_AI_CAPABILITIES` remain the component capability discovery surface for the Table aggregate.
400
400
 
401
401
  ## Analytics And Rich Content
402
402
 
@@ -428,6 +428,7 @@ Main exports:
428
428
  - `providePraxisTableMetadata`
429
429
  - `TABLE_AI_CAPABILITIES`, `TABLE_COMPONENT_AI_CAPABILITIES`
430
430
  - `PRAXIS_TABLE_AUTHORING_MANIFEST`
431
+ - `PRAXIS_FILTER_AUTHORING_MANIFEST`
431
432
  - table component edit-plan helpers
432
433
 
433
434
  ## Notes