Searched refs:AutoResize (Results 1 – 1 of 1) sorted by relevance
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 26657 function AutoResize(eventBus, elementRegistry, modeling, rules) { class 26741 AutoResize.$inject = [ 26748 inherits$1(AutoResize, CommandInterceptor); 26761 AutoResize.prototype._getOptimalBounds = function(elements, target) { 26797 AutoResize.prototype._expand = function(elements, target) { 26842 AutoResize.prototype.getOffset = function(shape) { 26855 AutoResize.prototype.getPadding = function(shape) { 26868 AutoResize.prototype.resize = function(shape, newBounds, hints) { 26921 injector.invoke(AutoResize, this); 26928 inherits$1(BpmnAutoResize, AutoResize);
|