Searched refs:createConstraints (Results 1 – 5 of 5) sorted by relevance
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 32013 createConstraints = context.createConstraints; 32015 if (!createConstraints) { 32019 if (createConstraints.left) { 32020 event.x = Math.max(event.x, createConstraints.left); 32023 if (createConstraints.right) { 32024 event.x = Math.min(event.x, createConstraints.right); 32027 if (createConstraints.top) { 32028 event.y = Math.max(event.y, createConstraints.top); 32031 if (createConstraints.bottom) { 32032 event.y = Math.min(event.y, createConstraints.bottom); [all …]
|
| D | bpmn-modeler.production.min.js | 34 …createConstraints;t&&(t.left&&(e.x=Math.max(e.x,t.left)),t.right&&(e.x=Math.min(e.x,t.right)),t.to… function
|
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | cola.min.js | 3 …createConstraints(e),f&&c&&void 0!==c.groups){a.forEach(function(a){if(!a.width||!a.height)return …
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| D | bpmn-modeler.production.min.js | 197 …createConstraints=function(e,t){return t=un(t),{bottom:t.top+e.height/2-Yl,left:t.right-e.width/2+… function
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| D | dmn-modeler.production.min.js | 21 …a:{shape:o,elements:n,context:i}})}}}function Mu(e){var t=e.context.createConstraints;t&&(t.left&&… 191 …[t]}(t,n,e);r&&(i.offset=r);var s=function(e,t){var n=e.context,i=n.createConstraints,o=n.resizeCo…
|