vite-vue-bpmn-process
vite-vue-bpmn-process copied to clipboard
基于 Vite + TypeScript+ Vue3 + NaiveUI + Bpmn.js 的流程编辑器(前端部分)。支持高度自定义🚀🚀🚀。Vue 2 版本为 bpmn-process-designer
如题 NaiveUI 怎么好换成element-plus?作者有思路吗?麻烦指导下。
https://github.com/miyuesc/bpmn-process-designer 是bpmn-process-designer的vue3.0版本吗?我看2.0那边写着不开源,但是这边又开源了。 还是非常的佩服作者的。
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Uncaught Error: property already defined; override of by not allowed without redefines
 你好,我点击左面第一流程SequenceFlow是属性面板没有条件设置的,右边三个SequenceFlow是有条件设置的 1、当我点击左面第一个SequenceFlow元素是,右面属性面板没有条件设置是正确的,然后我点击右面三个带分支条件的SequenceFlow的元素,结果属性面板不显示条件条件设置,只有全部取消元素选中状态,再点击右面三个SequenceFlow就会重新出现 2、相反,先点击右面三个SequenceFlow的任意一个SequenceFlow元素,属性面板出现条件设置是正确的,但是里面的值更新后切换其他SequenceFlow会出现值不更新情况,之后再点击左面第一个SequenceFlow的元素,发现属性面板带有条件设置,这是错误的
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
I'm trying to modify the behaviour of your CustomRules here https://github.com/moon-studio/vite-vue-bpmn-process/blob/ba2b936157e35af86fa4e1b628b41bafd7dd4bf5/src/additional-modules/Rules/CustomRules.ts#L13 Currently it seems like this code is being executed, not only when you attempt to delete an element but...
Hey there how u doin? I like to change default bpmn:sequenceFlow to for example abcd:efgh  and what about here:  I know for the custom elements we have to...