Searched refs:ElementFactory (Results 1 – 2 of 2) sorted by relevance
144 * `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…
48784 function ElementFactory(bpmnFactory, moddle, translate) { class48792 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 ],