@praxisui/table 9.0.0-beta.16 → 9.0.0-beta.17
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 -0
- package/ai/component-registry.json +9 -4
- package/fesm2022/{praxisui-table-praxisui-table-PgzZWx25.mjs → praxisui-table-praxisui-table-CqZsQdbE.mjs} +35 -5
- package/fesm2022/{praxisui-table-table-ai.adapter-DoQzkktM.mjs → praxisui-table-table-ai.adapter-B7VHhvxU.mjs} +1 -1
- package/fesm2022/praxisui-table.mjs +1 -1
- package/package.json +10 -10
- package/src/lib/praxis-table.json-api.md +9 -2
- package/types/praxisui-table.d.ts +3 -0
package/README.md
CHANGED
|
@@ -122,6 +122,8 @@ Common outputs:
|
|
|
122
122
|
|
|
123
123
|
The table owns table orchestration and rendering. It does not own backend resource semantics, form payloads, page composition, or business rules outside the table contract.
|
|
124
124
|
|
|
125
|
+
Use `config.ai.assistant.enabled = false` when a host needs to disable the embedded AI assistant entrypoint for a table instance. The default is enabled, so existing AI-enabled tables keep the current behavior without extra config. When the value changes to `false`, the component closes the assistant and removes the table assistant session from the shared assistant registry.
|
|
126
|
+
|
|
125
127
|
## Filtering And Row Actions
|
|
126
128
|
|
|
127
129
|
The package exports both the table runtime and `PraxisFilter` integration surfaces.
|