Home
last modified time | relevance | path

Searched refs:ElementFactory (Results 1 – 2 of 2) sorted by relevance

/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md2450 <li><code>FIX</code>: do not alter inputs passed to <code>ElementFactory#create</code> (<a href="https://github.com/bpmn-io/bpmn-js/pull/1711" data-hovercard-type="pull_request" data-hovercard-url="/bpmn-io/bpmn-js/pull/1711/hovercard">#1711</a>)</li>
2937 <li><code>ElementFactory</code>: use <code>attrs.di</code> property instead of <code>attrs.colors</code> for fill and stroke when creating element through <code>ElementFactory#createBpmnElement</code></li>
[all...]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js48784 function ElementFactory(bpmnFactory, moddle, translate) { class
48792 inherits$1(ElementFactory, ElementFactory$1);
48794 ElementFactory.$inject = [
48800 ElementFactory.prototype.baseCreate = ElementFactory$1.prototype.create;
48802 ElementFactory.prototype.create = function(elementType, attrs) {
48814 ElementFactory.prototype.createBpmnElement = function(elementType, attrs) {
48904 ElementFactory.prototype._getDefaultSize = function(semantic) {
48966 ElementFactory.prototype.createParticipantShape = function(attrs) {
53884 elementFactory: [ 'type', ElementFactory ],