-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collapsed Sub-Process Export (new MS) (#122)
* select box styling, table categories button added, functionality tba * select bar layout wip * added first version of a breadcrumb * styling wip * Breadcrumb version and process select * fuzzy search, dropdown for columns, deselect for multirow * add comment for fuzzy search * changed colour breadcrumb, added latest changes to modeler (jj), Menu (sider) updated * Adjusted Modeler height, added Preview-Viewer Co-authored-by: winniel24 <[email protected]> Co-authored-by: jjoderis <[email protected]> Co-authored-by: Lucas <[email protected]> * Made previewer height adjustable * Added export of a single process as bpmn, svg or pdf from the process modeler * Added the process export modal to the processes view in addition to the process editor view * Ran prettier * Removed unnecessary code * Added jszip as a dependency * Added option to export multiple processes at once * Added the option to export user task html alongside process bpmn * Added an export preparation step to handle situations where a user selects an export with artefacts but there are no artefacts to export so a single file export is possible * Added image export when artefacts are supposed to be exported with the bpmn * Consolidated some logic * Added some comments and fixed a broken import * Removed unused code * Added option to export collapsed subprocesses seperately for svg and pdf export * Removed submodule that was accidentally added --------- Co-authored-by: winnie <[email protected]> Co-authored-by: LaMaLein <[email protected]> Co-authored-by: LaMaLein <[email protected]>
- Loading branch information
1 parent
976156e
commit d5da3c3
Showing
3 changed files
with
121 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters