ui_migration fix(deps): added emiters array for Type safety
This commit is contained in:
parent
869f410dbb
commit
0e6a0c17f4
1 changed files with 17 additions and 0 deletions
|
|
@ -33,6 +33,23 @@ import { eventBus } from "../../eventBus.js";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "ActionButton",
|
name: "ActionButton",
|
||||||
|
|
||||||
|
emits: [
|
||||||
|
'update:progress',
|
||||||
|
'update:taskStarted',
|
||||||
|
'update:taskRunning',
|
||||||
|
'update:log',
|
||||||
|
'update:taskStatus',
|
||||||
|
'submit',
|
||||||
|
'taskStarted',
|
||||||
|
'taskRunning',
|
||||||
|
'response',
|
||||||
|
'completed',
|
||||||
|
'cancelled',
|
||||||
|
'finished',
|
||||||
|
'error'
|
||||||
|
],
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
ActionProgressBar: markRaw(ActionProgressBar),
|
ActionProgressBar: markRaw(ActionProgressBar),
|
||||||
ActionStatusModal: markRaw(ActionStatusModal)
|
ActionStatusModal: markRaw(ActionStatusModal)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue