{"version":3,"file":"branch_controller-D8AoOjM9.js","sources":["../../../app/javascript/controllers/step/branch_controller.js"],"sourcesContent":["import LineController from \"../journeys/line_controller\"\nimport { StraightConnector } from \"@jsplumb/browser-ui\"\n\nexport default class extends LineController {\n static values = {\n start: String,\n end: String,\n // A branch can be an edge value if it's the first branch\n // to the left of a Condition step\n edge: { type: Boolean, default: false },\n }\n\n // The straight line needs to be drawn from this element to the 'proxy point',\n // which gives the illusion that this element is connected to its parent.\n static targets = [\"proxyPoint\", \"halo\", \"removedInput\"]\n\n initialize() {\n this.kind = \"branch\"\n if(this.areWeTestingWithJest) return\n\n super.initialize()\n }\n\n disconnect() {\n if(this.areWeTestingWithJest) return\n\n this.instance.deleteConnection(this.startLine)\n this.instance.deleteConnection(this.endLine)\n\n super.disconnect()\n }\n\n connect() {\n super.connect()\n\n if(!this.areWeTestingWithJest) {\n if (this.edgeValue) {\n this.drawLinesForEdgeBranch()\n } else {\n this.drawLinesForInnerBranch()\n }\n }\n\n if(document.querySelector(`input[name='${this.element.id}[persisted]']`)) {\n document.querySelector(`input[name='${this.element.id}[persisted]']`)\n .disabled = false\n }\n }\n\n redraw({ detail }) {\n if (detail.target !== this.element.id) return\n\n this.instance.deleteConnection(this.endLine)\n\n this.endLine = this.draw(\n this.element.firstElementChild,\n document.getElementById(detail.replaceWith),\n {\n fromOptions: this.blankEndpoint(),\n toOptions: this.blankEndpoint(\"Top\"),\n }\n )\n }\n\n redrawEndLineIfNeeded({ detail }) {\n if (\n detail.target === this.element.id ||\n detail.parent === this.element.id\n ) {\n this.instance.deleteConnection(this.endLine)\n\n if (this.edgeValue) {\n this.drawEndLineForEdgeBranch()\n } else {\n this.drawEndLineForInnerBranch()\n }\n }\n\n this.repositionLine()\n }\n\n repositionLine() {\n this.instance.repaintEverything()\n }\n\n onWindowSizeChange() {\n this.instance.repaintEverything()\n }\n\n invalidate({ dataset }) {\n if(dataset.target !== this.element.id) return\n\n this.haloTarget.classList.add(\"halo--error\")\n }\n\n removeInvalidStatus() {\n this.haloTarget.classList.remove(\"halo--error\")\n }\n\n remove() {\n this.element.remove()\n\n if (this.hasRemovedInputTarget) {\n this.removedInputTarget.disabled = false\n document\n .getElementById(\"drawing_container\")\n .appendChild(this.removedInputTarget)\n }\n }\n\n // private\n\n drawLinesForEdgeBranch() {\n this.startLine = this.draw(\n this.startElement,\n this.element.firstElementChild,\n {\n fromOptions: this.blankEndpoint(\"Left\"),\n toOptions: this.blankEndpoint(\"Top\"),\n }\n )\n\n this.drawEndLineForEdgeBranch()\n }\n\n drawEndLineForEdgeBranch() {\n this.endLine = this.draw(this.element.firstElementChild, this.endElement, {\n fromOptions: this.blankEndpoint(),\n toOptions: this.blankEndpoint(\"Left\"),\n })\n }\n\n drawLinesForInnerBranch() {\n this.startLine = this.draw(\n this.proxyPointTarget,\n this.element.firstElementChild,\n {\n fromOptions: this.blankEndpoint(\"Center\"),\n toOptions: this.blankEndpoint(\"Top\"),\n lineOptions: StraightConnector.type,\n }\n )\n\n this.drawEndLineForInnerBranch()\n }\n\n drawEndLineForInnerBranch() {\n this.endLine = this.draw(this.element.firstElementChild, this.endElement, {\n fromOptions: this.blankEndpoint(),\n toOptions: this.blankEndpoint(),\n lineOptions: {\n ...this.flowchartConnectorLineOptions,\n options: {\n ...this.flowchartConnectorLineOptions.options,\n cornerRadius: 0,\n },\n },\n })\n }\n\n get startElement() {\n return document.getElementById(this.startValue)\n }\n\n get endElement() {\n return document.getElementById(this.endValue)\n }\n}\n"],"names":["branch_controller","LineController","detail","dataset","StraightConnector","__publicField"],"mappings":"6NAGe,MAAKA,UAASC,CAAe,CAa1C,YAAa,CACX,KAAK,KAAO,SACT,MAAK,sBAER,MAAM,WAAU,CACpB,CAEE,YAAa,CACR,KAAK,uBAER,KAAK,SAAS,iBAAiB,KAAK,SAAS,EAC7C,KAAK,SAAS,iBAAiB,KAAK,OAAO,EAE3C,MAAM,WAAU,EACpB,CAEE,SAAU,CACR,MAAM,QAAO,EAET,KAAK,uBACH,KAAK,UACP,KAAK,uBAAsB,EAE3B,KAAK,wBAAuB,GAI7B,SAAS,cAAc,eAAe,KAAK,QAAQ,EAAE,eAAe,IACrE,SAAS,cAAc,eAAe,KAAK,QAAQ,EAAE,eAAe,EACjE,SAAW,GAEpB,CAEE,OAAO,CAAE,OAAAC,GAAU,CACbA,EAAO,SAAW,KAAK,QAAQ,KAEnC,KAAK,SAAS,iBAAiB,KAAK,OAAO,EAE3C,KAAK,QAAU,KAAK,KAClB,KAAK,QAAQ,kBACb,SAAS,eAAeA,EAAO,WAAW,EAC1C,CACE,YAAa,KAAK,cAAe,EACjC,UAAW,KAAK,cAAc,KAAK,CAC3C,CACA,EACA,CAEE,sBAAsB,CAAE,OAAAA,GAAU,EAE9BA,EAAO,SAAW,KAAK,QAAQ,IAC/BA,EAAO,SAAW,KAAK,QAAQ,MAE/B,KAAK,SAAS,iBAAiB,KAAK,OAAO,EAEvC,KAAK,UACP,KAAK,yBAAwB,EAE7B,KAAK,0BAAyB,GAIlC,KAAK,eAAc,CACvB,CAEE,gBAAiB,CACf,KAAK,SAAS,kBAAiB,CACnC,CAEE,oBAAqB,CACnB,KAAK,SAAS,kBAAiB,CACnC,CAEE,WAAW,CAAE,QAAAC,GAAW,CACnBA,EAAQ,SAAW,KAAK,QAAQ,IAEnC,KAAK,WAAW,UAAU,IAAI,aAAa,CAC/C,CAEE,qBAAsB,CACpB,KAAK,WAAW,UAAU,OAAO,aAAa,CAClD,CAEE,QAAS,CACP,KAAK,QAAQ,OAAM,EAEf,KAAK,wBACP,KAAK,mBAAmB,SAAW,GACnC,SACG,eAAe,mBAAmB,EAClC,YAAY,KAAK,kBAAkB,EAE5C,CAIE,wBAAyB,CACvB,KAAK,UAAY,KAAK,KACpB,KAAK,aACL,KAAK,QAAQ,kBACb,CACE,YAAa,KAAK,cAAc,MAAM,EACtC,UAAW,KAAK,cAAc,KAAK,CAC3C,CACA,EAEI,KAAK,yBAAwB,CACjC,CAEE,0BAA2B,CACzB,KAAK,QAAU,KAAK,KAAK,KAAK,QAAQ,kBAAmB,KAAK,WAAY,CACxE,YAAa,KAAK,cAAe,EACjC,UAAW,KAAK,cAAc,MAAM,CACrC,CAAA,CACL,CAEE,yBAA0B,CACxB,KAAK,UAAY,KAAK,KACpB,KAAK,iBACL,KAAK,QAAQ,kBACb,CACE,YAAa,KAAK,cAAc,QAAQ,EACxC,UAAW,KAAK,cAAc,KAAK,EACnC,YAAaC,EAAkB,IACvC,CACA,EAEI,KAAK,0BAAyB,CAClC,CAEE,2BAA4B,CAC1B,KAAK,QAAU,KAAK,KAAK,KAAK,QAAQ,kBAAmB,KAAK,WAAY,CACxE,YAAa,KAAK,cAAe,EACjC,UAAW,KAAK,cAAe,EAC/B,YAAa,CACX,GAAG,KAAK,8BACR,QAAS,CACP,GAAG,KAAK,8BAA8B,QACtC,aAAc,CACf,CACF,CACF,CAAA,CACL,CAEE,IAAI,cAAe,CACjB,OAAO,SAAS,eAAe,KAAK,UAAU,CAClD,CAEE,IAAI,YAAa,CACf,OAAO,SAAS,eAAe,KAAK,QAAQ,CAChD,CACA,CAnKEC,EADkBL,EACX,SAAS,CACd,MAAO,OACP,IAAK,OAGL,KAAM,CAAE,KAAM,QAAS,QAAS,EAAO,CAC3C,GAIEK,EAXkBL,EAWX,UAAU,CAAC,aAAc,OAAQ,cAAc"}