Mxgraph-EasyFlowEditor icon indicating copy to clipboard operation
Mxgraph-EasyFlowEditor copied to clipboard

基于mxGraph+vue设计的流程图编辑器

Results 32 Mxgraph-EasyFlowEditor issues
Sort by recently updated
recently updated
newest added

首先向Json表示感谢!本人近期也在研究mxgraph,您的这个详细的demo示例给我带来了非常非常大的帮助! 因为本人实际项目中涉及需要设置 word-break 的css属性,折腾了好几天总算搞定了。也发现了您代码中一些小瑕疵,以下提出来。 Mxgraph-EasyFlowEditor-1.0-beat\src\views\customToolbar\customToolbar.vue中, - mxConstants.WORD_WRAP 设置有误 `style[mxConstants.WORD_WRAP] = "normal"` 应改为 `mxConstant.WORD_WRAP = 'normal'` 或者 `mxConstant.WORD_WRAP = 'word-break'` 本人查询源码中发现,源码是直接在设置css属性时, 将`mxConstant.WORD_WRAP`的值直接拼接字符串 `'word-warp:' + mxConstant.WORD_WRAP + ';' ` - 由于mxgraph内没有内置`word-break`属性,通过`style[mxConstants["word-break"]] =...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

可以参考分组节点上的用法, mxgraph是支持节点内容使用html渲染的, ![image](https://user-images.githubusercontent.com/53551357/134842636-57ff38b0-4611-4b9c-9795-556f5bff3d06.png) ![image](https://user-images.githubusercontent.com/53551357/134842747-f4f2c003-0ab8-4fdd-b8e7-ca16d2e633fb.png) _Originally posted by @Jason-chen-coder in https://github.com/Jason-chen-coder/Mxgraph-EasyFlowEditor/issues/23#issuecomment-927504151_

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies