@praxisui/table 9.0.0-beta.88 → 9.0.0-beta.90
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 +6 -0
- package/ai/component-registry.json +2994 -340
- package/docs/resource-events.md +8 -0
- package/fesm2022/{praxisui-table-praxisui-table-IDepR7JN.mjs → praxisui-table-praxisui-table-CWBFPs1H.mjs} +545 -200
- package/fesm2022/{praxisui-table-table-agentic-authoring-turn-flow-Dk7mU6l2.mjs → praxisui-table-table-agentic-authoring-turn-flow-BLNUMwu5.mjs} +1 -1
- package/fesm2022/{praxisui-table-table-ai.adapter-DjfE591p.mjs → praxisui-table-table-ai.adapter-CeH1iTVt.mjs} +1 -1
- package/fesm2022/praxisui-table.mjs +1 -1
- package/package.json +10 -10
- package/types/praxisui-table.d.ts +4 -1
package/README.md
CHANGED
|
@@ -118,6 +118,12 @@ Common outputs:
|
|
|
118
118
|
- `loadingStateChange`, `collectionLinksChange`
|
|
119
119
|
- `widgetEvent`
|
|
120
120
|
|
|
121
|
+
Row, selection and action events can include the read-only `resourceIdentity`
|
|
122
|
+
materialized from the response schema. A valid explicit identity is preferred;
|
|
123
|
+
otherwise a valid `idField` can produce a diagnostic key-only fallback. This
|
|
124
|
+
context is for list/detail continuity and must not be copied into command
|
|
125
|
+
controls or persistence payloads.
|
|
126
|
+
|
|
121
127
|
## TableConfig Boundaries
|
|
122
128
|
|
|
123
129
|
`TableConfig` comes from `@praxisui/core` and is the public table configuration contract. It covers columns, behavior, appearance, toolbar, messages, filtering, selection, expansion, export configuration, conditional styles/renderers, and other table semantics.
|