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/ |
| H A D | bpmn-modeler.production.min.js | 211 …createConstraints=S1(a,p)}}}),t.on("create.start",Bp,function(i){var o=i.context,a=o.shape,s=e.get… 231 …createConstraints,i=n.resizeConstraints||{},o=n.gridSnappingContext,a=o.snapConstraints;if(a&&a[t]…
|
| /plugin/bpmnio/vendor/dmn-js/dist/ |
| H A D | dmn-modeler.production.min.js | 24 …","eventBus","modeling","rules"];function dS(n){var e=n.context,t=e.createConstraints;t&&(t.left&&… 197 …entBus","config.gridSnapping"];function Xj(n,e){var t=n.context,i=t.createConstraints,r=t.resizeCo…
|