diagram-js-minimap

WebJar for diagram-js-minimap

Лицензия

Лицензия

MIT
Категории

Категории

JavaScript Языки программирования Github Инструменты разработки Контроль версий
Группа

Группа

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

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

github-com-bpmn-io-diagram-js-minimap
Последняя версия

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

0.5.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/bpmn-io/diagram-js-minimap

Скачать github-com-bpmn-io-diagram-js-minimap

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.webjars.npm : lodash jar [3.0.1,4)
org.webjars.npm : min-dom jar [0.2.0,0.3)
org.webjars.npm : tiny-svg jar [0.1.1,0.2)

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

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

diagram-js Minimap

Build Status

A minimap for diagram-js.

Minimap

Features

  • See the whole diagram in the minimap
  • Highlight current viewport
  • Click/drag/scroll the minimap to navigate the diagram

Usage

Extend your diagram-js application with the minimap module. We'll use bpmn-js as an example:

import BpmnModeler from 'bpmn-js/lib/Modeler';

import minimapModule from 'diagram-js-minimap';

var bpmnModeler = new BpmnModeler({
  additionalModules: [
    minimapModule
  ]
});

For proper styling integrate the embedded style sheet:

<link rel="stylesheet" href="diagram-js-minimap/assets/diagram-js-minimap.css" />

Please see this example for a more detailed instruction.

License

MIT

org.webjars.npm

bpmn.io

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

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

Версия
0.5.2