@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 +2 -1
- package/ai/component-registry.json +710 -2
- package/fesm2022/{praxisui-table-praxisui-table-CjEzphdr.mjs → praxisui-table-praxisui-table-DsGW8c1t.mjs} +307 -6
- package/fesm2022/{praxisui-table-table-agentic-authoring-turn-flow-TW5ugHxg.mjs → praxisui-table-table-agentic-authoring-turn-flow-C1rc3ai5.mjs} +1 -1
- package/fesm2022/{praxisui-table-table-ai.adapter-Cyn_V95j.mjs → praxisui-table-table-ai.adapter-oSqul1ew.mjs} +1 -1
- package/fesm2022/praxisui-table.mjs +1 -1
- package/package.json +10 -10
- package/types/praxisui-table.d.ts +9 -1
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
|
|
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
|