@stonecrop/desktop 0.10.5 → 0.10.7
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 +1 -1
- package/dist/desktop.js +4877 -1692
- package/dist/desktop.js.map +1 -1
- package/package.json +5 -5
- package/src/components/Desktop.vue +10 -10
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ type ActionEventPayload = {
|
|
|
78
78
|
}
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
Desktop reads the available transitions for the current record directly from the doctype workflow (`
|
|
81
|
+
Desktop reads the available transitions for the current record directly from the doctype workflow (`Doctype.getAvailableTransitions`) using `Stonecrop.getRecordState` to resolve the current FSM state (reads the `status` field, falls back to `workflow.initial`). **Desktop never calls `triggerTransition` itself** — that is the host application's responsibility.
|
|
82
82
|
|
|
83
83
|
### `navigate` payload
|
|
84
84
|
|