@praxisui/table 9.0.4 → 9.0.5-rc.2

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
@@ -251,6 +251,10 @@ The package exports both the table runtime and `PraxisFilter` integration surfac
251
251
  - Inline and advanced filter controls use `@praxisui/dynamic-fields` contracts.
252
252
  - Row actions can be declared in `config.actions.row.actions`.
253
253
  - Contextual row discovery can use backend HATEOAS/capabilities when enabled.
254
+ - Configured row actions that depend on contextual discovery stay visible but disabled while their
255
+ capabilities/actions are unresolved. The runtime enables them only after backend metadata proves
256
+ availability; transient errors and missing discovered operations fail closed. Actions with an
257
+ explicit `globalAction` or `recordSurface` remain governed by that declared execution contract.
254
258
  - `visibleWhen` and `disabledWhen` use canonical JSON Logic.
255
259
  - Inline and overflow actions preserve their actionable origin. Overflow menus finish closing and restore the trigger before emitting the action, allowing dialogs and drawers with `restoreFocus` to return keyboard focus to the correct table control.
256
260
 
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-08-11T17:36:05.628Z",
3
+ "generatedAt": "2026-08-11T20:12:18.507Z",
4
4
  "packageName": "@praxisui/table",
5
- "packageVersion": "9.0.4",
5
+ "packageVersion": "9.0.5-rc.2",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 3,