cmmn-js

WebJar for cmmn-js

Лицензия

Лицензия

Категории

Категории

JavaScript Языки программирования
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

cmmn-js
Последняя версия

Последняя версия

0.20.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

cmmn-js
WebJar for cmmn-js
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/bpmn-io/cmmn-js

Скачать cmmn-js

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/cmmn-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>cmmn-js</artifactId>
    <version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cmmn-js/
implementation 'org.webjars.npm:cmmn-js:0.20.0'
// https://jarcasting.com/artifacts/org.webjars.npm/cmmn-js/
implementation ("org.webjars.npm:cmmn-js:0.20.0")
'org.webjars.npm:cmmn-js:jar:0.20.0'
<dependency org="org.webjars.npm" name="cmmn-js" rev="0.20.0">
  <artifact name="cmmn-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cmmn-js', version='0.20.0')
)
libraryDependencies += "org.webjars.npm" % "cmmn-js" % "0.20.0"
[org.webjars.npm/cmmn-js "0.20.0"]

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.webjars.npm : inherits jar [2.0.1,3)
org.webjars.npm » cmmn-moddle jar [5.0.0,6)
org.webjars.npm : ids jar [0.2.0,0.3)
org.webjars.npm : diagram-js-direct-editing jar [1.5.0,2)
org.webjars.npm : diagram-js jar [4.0.1,5)
org.webjars.npm : css.escape jar [1.5.1,2)
org.webjars.npm » cmmn-font jar [0.5.0,0.6)
org.webjars.npm : min-dash jar [3.5.0,4)
org.webjars.npm : tiny-svg jar [2.2.1,3)
org.webjars.npm : min-dom jar [3.0.0,4)
org.webjars.npm : object-refs jar [0.3.0,0.4)

Модули Проекта

Данный проект не имеет модулей.

cmmn-js - CMMN 1.1 for the web

Build Status

View and edit CMMN 1.1 diagrams in the browser.

Installation

Use the library pre-packaged or include it via npm into your node-style web-application.

Usage

To get started, create a cmmn-js instance and render CMMN 1.1 diagrams in the browser:

var xml; // my CMMN 1.1 xml
var viewer = new CmmnJS({
  container: 'body'
});

viewer.importXML(xml, function(err) {

  if (err) {
    console.log('error rendering', err);
  } else {
    console.log('rendered');
  }
});

Checkout our examples for many more supported usage scenarios.

Dynamic Attach/Detach

You may attach or detach the viewer dynamically to any element on the page, too:

var viewer = new CmmnJS();

// attach it to some element
viewer.attachTo('#container');

// detach the panel
viewer.detach();

Resources

Building the Project

Perform the following steps to build the library, including running all tests:

cd cmmn-js
npm install
npm run all

You may need to perform additional project setup when building the latest development snapshot.

Please checkout our contributing guidelines if you plan to file an issue or pull request.

Related

cmmn-js builds on top of a few additional powerful tools:

  • cmmn-moddle: Read / write support for CMMN 1.1 XML in the browsers
  • diagram-js: Diagram rendering and editing toolkit

License

Use under the terms of the bpmn.io license.

org.webjars.npm

bpmn.io

Rendering toolkits and editors for BPMN 2.0, CMMN, DMN, and forms.

Версии библиотеки

Версия
0.20.0