UNPKG

sequential-workflow-designer

Version:

Customizable no-code component for building flow-based programming applications.

238 lines (189 loc) • 10.2 kB
![Sequential Workflow Designer](.github/cover.png) # Sequential Workflow Designer [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fb4rtaz%2Fsequential-workflow-designer%2Fbadge%3Fref%3Dmain&style=flat-square)](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-designer/goto?ref=main) [![License: MIT](https://img.shields.io/badge/license-MIT-green?style=flat-square)](/LICENSE) [![View this project on NPM](https://img.shields.io/npm/v/sequential-workflow-designer.svg?style=flat-square)](https://npmjs.org/package/sequential-workflow-designer) Sequential workflow designer with 0 external dependencies for web applications. It's written in pure TypeScript and uses SVG for rendering. This designer is not associated with any workflow engine. It's full generic. You may create any kind application by this, from graphical programming languages to workflow builders. Features: * 0 external dependencies, * fully generic and configurable, * use light/dark themes or customize easily, * compatible with modern browsers and mobile devices, * the definition is stored as JSON, * supports [Angular](./angular/designer/), [React](./react/) and [Svelte](./svelte/). šŸ“ Check the [documentation](https://nocode-js.com/docs/category/sequential-workflow-designer) for more details. 🤩 Don't miss [the pro version](https://nocode-js.com/sequential-workflow-designer-pro-pricing). ## šŸ‘€ Examples * [ā© Live Testing](https://nocode-js.github.io/sequential-workflow-designer/examples/live-testing.html) * [āŽ Fullscreen](https://nocode-js.github.io/sequential-workflow-designer/examples/fullscreen.html) * [šŸŒ… Image Filter](https://nocode-js.github.io/sequential-workflow-designer/examples/image-filter.html) * [šŸ”“ Particles](https://nocode-js.github.io/sequential-workflow-designer/examples/particles.html) * [šŸŒ Internationalization](https://nocode-js.github.io/sequential-workflow-designer/examples/i18n.html) * [ā›… Light Dark](https://nocode-js.github.io/sequential-workflow-designer/examples/light-dark.html) * [šŸ¤– Code Generator](https://nocode-js.github.io/sequential-workflow-designer/examples/code-generator.html) * [🌻 Rendering Test](https://nocode-js.github.io/sequential-workflow-designer/examples/rendering-test.html) * [šŸš„ Stress Test](https://nocode-js.github.io/sequential-workflow-designer/examples/stress-test.html) * [🚪 Editing Restrictions](https://nocode-js.github.io/sequential-workflow-designer/examples/editing-restrictions.html) * [šŸ“œ Scrollable Page](https://nocode-js.github.io/sequential-workflow-designer/examples/scrollable-page.html) * [🌵 Multi-Conditional Switch](https://nocode-js.github.io/sequential-workflow-designer/examples/multi-conditional-switch.html) * [šŸŒ€ Auto-Select](https://nocode-js.github.io/sequential-workflow-designer/examples/auto-select.html) * [Angular Demo](https://nocode-js.github.io/sequential-workflow-designer/angular-app/) * [React Demo](https://nocode-js.github.io/sequential-workflow-designer/react-app/) * [Svelte Demo](https://nocode-js.github.io/sequential-workflow-designer/svelte-app/) Pro: * [🤩 Pro Components](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/pro-components.html) * [šŸ¬ Custom Theme Flat](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/custom-theme-flat.html) * [🌹 Custom Step Types](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/custom-step-types.html) * [šŸ“ŗ Popup Editor](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/popup-editor.html) * [šŸ”½ Collapsible Region](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/collapsible-region.html) * [šŸ’¼ Copy Paste](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/copy-paste.html) * [šŸ‘ˆ Goto](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/goto.html) * [šŸ“ Folders](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/folders.html) * [ā­• Wheel Mode](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/wheel-mode.html) * [šŸ’  Grid](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/grid.html) * [🐭 Minimal Root Component](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/minimal-root-component.html) * [🦁 External UI Components](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/external-ui-components.html) * [šŸ‘‹ Custom Dragged Component](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/custom-dragged-component.html) * [šŸ”° Badges](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/badges.html) * [šŸŽ© Custom Viewport](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/custom-viewport.html) * [šŸ‘Š Double Click](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/double-click.html) * [šŸ›Ž Clickable Placeholder](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/clickable-placeholder.html) * [šŸ“® Conditional Placeholders](https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/conditional-placeholders.html) * [React Pro Demo](https://nocode-js.com/examples/sequential-workflow-designer-pro/react-pro-app/build/index.html) * [Angular Pro Demo](https://nocode-js.com/examples/sequential-workflow-designer-pro/angular-pro-app/angular-app/index.html) ## šŸ‘©ā€šŸ’» Integrations * [⛽ Sequential Workflow Editor](https://github.com/nocode-js/sequential-workflow-editor) - Powerful step editor builder. Don't write step editors manually, build them. * [🚚 Sequential Workflow Machine](https://github.com/nocode-js/sequential-workflow-machine) - Workflow engine for browser and NodeJS apps, powered by the xstate library. ## šŸš€ Installation To use the designer you should add JS/TS files and CSS files to your project. ### NPM Install this package by [NPM](https://www.npmjs.com/) command: `npm i sequential-workflow-designer` To import the package: ```ts import { Designer } from 'sequential-workflow-designer'; ``` If you use [css-loader](https://webpack.js.org/loaders/css-loader/) or similar, you can add CSS files to your bundle: ```ts import 'sequential-workflow-designer/css/designer.css'; import 'sequential-workflow-designer/css/designer-light.css'; import 'sequential-workflow-designer/css/designer-dark.css'; ``` To create the designer write the below code: ```ts // ... Designer.create(placeholder, definition, configuration); ``` ### CDN Add the below code to your head section in HTML document. ```html <head> ... <link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.28.0/css/designer.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.28.0/css/designer-light.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.28.0/css/designer-dark.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.28.0/dist/index.umd.js"></script> ``` Call the designer by: ```js sequentialWorkflowDesigner.Designer.create(placeholder, definition, configuration); ``` ## šŸŽ¬ Usage Check [examples](/examples) directory. ```ts import { Designer } from 'sequential-workflow-designer'; const placeholder = document.getElementById('placeholder'); const definition = { properties: { 'myProperty': 'my-value', // root properties... }, sequence: [ // steps... ] }; const configuration = { theme: 'light', // optional, default: 'light' isReadonly: false, // optional, default: false undoStackSize: 10, // optional, default: 0 - disabled, 1+ - enabled steps: { // all properties in this section are optional iconUrlProvider: (componentType, type) => { return `icon-${componentType}-${type}.svg`; }, isDraggable: (step, parentSequence) => { return step.name !== 'y'; }, isDeletable: (step, parentSequence) => { return step.properties['isDeletable']; }, isDuplicable: (step, parentSequence) => { return true; }, canInsertStep: (step, targetSequence, targetIndex) => { return targetSequence.length < 5; }, canMoveStep: (sourceSequence, step, targetSequence, targetIndex) => { return !step.properties['isLocked']; }, canDeleteStep: (step, parentSequence) => { return step.name !== 'x'; } }, validator: { // all validators are optional step: (step, parentSequence, definition) => { return /^[a-z]+$/.test(step.name); }, root: (definition) => { return definition.properties['memory'] > 256; } }, toolbox: { isCollapsed: false, groups: [ { name: 'Files', steps: [ // steps for the toolbox's group ] }, { name: 'Notification', steps: [ // steps for the toolbox's group ] } ] }, editors: { isCollapsed: false, rootEditorProvider: (definition, rootContext, isReadonly) => { const editor = document.createElement('div'); // ... return editor; }, stepEditorProvider: (step, stepContext, definition, isReadonly) => { const editor = document.createElement('div'); // ... return editor; } }, controlBar: true, contextMenu: true, }; const designer = Designer.create(placeholder, definition, configuration); designer.onDefinitionChanged.subscribe((newDefinition) => { // ... }); ``` You can hide default UI components by setting the corresponding configuration property to `false`. ```ts const configuration = { toolbox: false, editors: false, controlBar: false, contextMenu: false, // ... } ``` ## šŸ’” License This project is released under the MIT license.