这里使用的是Naive UI的Popover组件,采用手动定位的形式。 <template><n-popover:show="showPopover":x="x":y="y":show-arrow="false"trigger="manual"placement="right-start">测试右键菜单</n-popover></template>import { defineComponent, onMounted, ref } from 'vue'import EventEmitter from '@/utils/...
121, 121);}.bpp-properties-panel [type="text"] {box-sizing: border-box;}.panel {width: 400px;position: absolute;top: 1px;right: 1px;height: 100%;overflow: auto;}/* 右下角logo *
1. MiyueFE (Vue3 + ts) 多个自定义功能实现 实现了垂直泳道、多种自定义、activiti、flowable、camunda 三种流程引擎的属性配置;好东西,就是没开源。。。 vue-bpmn-process-designer.vercel.app image.png image.png 七、其他相关项目 1. didi/logic-flow - 专注于业务自定义的流程图编辑框架 github.com/did...
Decorator在bpmn-js中的应用(一) 本篇文章主要内容为在使用开源的bpmn-js进行自定义建模器时,js的装饰器模式在编码设计时的应用,以及一些设计技巧。 装饰器的基础知识 如果是开发React的小伙伴或者是使用ts编写vue2.0的来进行开发的小伙伴肯定对装饰器很熟悉。 它主要用来修饰es6里的class,也就是类。 装饰,在现实...
服务层代码(../src/service/approval.ts) import{Provide}from'@midwayjs/decorator';import{ImailinputOptions}from'../interface';@Provide()exportclassMailService{/** * * @param options */asyncnoticeMail(options:ImailinputOptions){// 引入nodemailerconstnodemailer=require('nodemailer');// 配置邮箱相关...
bpmn-js TS light interface to display bpmn diagrams. Latest version: 1.0.3, last published: 3 years ago. Start using bpmn-js-ts-light-version in your project by running `npm i bpmn-js-ts-light-version`. There are no other projects in the npm registry usi
通过https://github.com/bpmn-io/bpmn-js-examples/tree/master/i18n/app ,将 customTranslate文件夹复制到项目文件夹下,然后在app.component.ts中引入。 import customTranslate from 'src/app/diagram/customTranslate/customTranslate' // 加载bpmn默认流程图 loadBPMN() { const customTranslateModule = { transla...
HistoryHistory File metadata and controls Code Blame 13 lines (13 loc) · 165 Bytes Raw { "compilerOptions": { "lib": [ "DOM", "ES2018" ], "strict": true }, "include": [ "./lib/**/*.d.ts", "./lib/**/*.spec.ts" ] } 1 2 3 4 5 6 7 8 9 10 11 12 13While...
Language:All Sort:Most stars bpmn-io/bpmn-js Star8.9k A BPMN 2.0 rendering toolkit and web modeler. javascriptbrowsertoolkitbpmnmodelerbpmn-jshacktoberfest UpdatedMar 19, 2025 JavaScript LinDaiDai/bpmn-chinese-document Star2.1k 📒 全网最详bpmn.js中文教材/文档 ...
zh.ts(部分代码) exportdefault{'Id':'编号','Name':'名称','General':'常规','Details':'详情','Message Name':'消息名称','Message':'消息','Initiator':'创建者','Asynchronous continuations':'持续异步','Asynchronous before':'异步前','Asynchronous after':'异步后','Job configuration':'工作配...