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.md144 * `FIX`: do not alter inputs passed to `ElementFactory#create` ([#1711](https://github.com/bpmn-io/…
639 * `ElementFactory`: use `attrs.di` property instead of `attrs.colors` for fill and stroke when crea…
/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 ],