dmn-js-drd

WebJar for dmn-js-drd

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

10.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать dmn-js-drd

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

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.webjars.npm : min-dash jar [3.5.2,4)
org.webjars.npm : inherits jar [2.0.1,3)
org.webjars.npm : tiny-svg jar [2.2.1,3)
org.webjars.npm : dmn-js-shared jar [10.0.0,11)
org.webjars.npm : min-dom jar [3.1.3,4)
org.webjars.npm : diagram-js jar [7.0.0,8)
org.webjars.npm : diagram-js-direct-editing jar [1.6.2,2)
org.webjars.npm : object-refs jar [0.3.0,0.4)

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

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

Starting with dmn-js@8 the library displays and saves DMN 1.3 diagrams only. To open older DMN files, migrate them before loading them with dmn-js.

dmn-js - DMN for the web

Build Status

View and edit DMN 1.3 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 dmn-js instance and render DMN 1.3 diagrams in the browser:

var xml; // my DMN 1.3 xml
var viewer = new DmnJS({
  container: 'body'
});

viewer.importXML(xml, function(err) {

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

Checkout our examples for 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 DmnJS();

// 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:

npm install
npm run all

Run tests in individual packages:

npm run dev -- dmn-js

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

Related

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

  • dmn-moddle: Read / write support for DMN 1.3 XML
  • diagram-js: Diagram rendering and editing toolkit
  • table-js: Table 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.

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

Версия
10.0.0