{"version":3,"file":"pane_controller-BPqT1GHm.js","sources":["../../../app/javascript/controllers/step/stop/pane_controller.js"],"sourcesContent":["import PaneController from \"../../journeys/pane_controller\"\n\nexport default class extends PaneController {\n static values = {\n periodKind: { type: String, default: \"Minutes\" },\n persistedNames: { type: Array, default: [] },\n activeJourneysCount: Number,\n stepName: String,\n }\n\n static targets = [\"journey\", \"journeysList\", \"addButton\", \"template\", \"submit\", \"stepNameInput\", \"removeButton\"]\n\n initialize() {\n this.journeyNames = this.persistedNamesValue\n this.persistedNames = this.persistedNamesValue\n\n super.initialize()\n }\n\n sync(commit = false) {\n this.dispatch(\"sync\", {\n detail: {\n commit,\n stepId: this.stepIdValue,\n journeyNames: this.persistedNames,\n stepName: this.stepNameValue,\n },\n target: document.documentElement,\n })\n }\n\n saveAndHide() {\n this.persistedNames = this.journeyNames\n this.stepNameValue = this.stepNameInputTarget.value.trim()\n\n this.clearQueue()\n this.sync(true)\n\n this._hide()\n\n this.element.setAttribute(\"data-saved\", \"true\")\n\n this.journeysMarkedToRemove.forEach(journey => {\n this.dispatch(\"delete\", {target: journey})\n })\n\n if(this.activeJourneys.length === 1) {\n this.dispatch(\"prevent-remove\", {\n target: this.activeJourneys[0]\n })\n }\n\n setTimeout(() => {\n this.activeJourneys.forEach(journey => journey.setAttribute(\"data-saved\", \"\"))\n this.removeButtonTarget.classList.remove('hidden')\n }, 10)\n }\n\n cancel() {\n this._abort()\n this._hide()\n\n this.journeyNames = this.persistedNames\n\n setTimeout(this.clearQueue, 1000)\n }\n\n syncValues() {\n if (this.hasUnsavedChanges) {\n window.paneId = this.element.id\n }\n }\n\n _abort() {\n this.dispatch(\"sync:abort\", {\n detail: this.stepIdValue,\n target: document.documentElement,\n })\n\n this.journeysMarkedToRemove.forEach(journey => {\n this.dispatch(\"save\", {target: journey})\n })\n\n setTimeout(() => {\n this.activeJourneys.forEach(journey => {\n this.dispatch(\"remove-not-persisted\", {target: journey})\n })\n\n this.activeJourneys\n .filter(journey => !journey.hasAttribute(\"data-saved\"))\n .forEach(journey => journey.remove())\n }, 1)\n\n setTimeout(() => {\n if(this.activeJourneys.length === 1) {\n this.dispatch(\"prevent-remove\", {\n target: this.activeJourneys[0]\n })\n } else {\n this.activeJourneys.forEach(journey => {\n this.dispatch(\"allow-remove\", {target: journey})\n })\n }\n }, 10)\n\n super._abort()\n }\n\n hidePane(e) {\n if (\n this.element.contains(e.target) ||\n Array.from(document.querySelectorAll(\"#toast\")).some((toast) =>\n toast.contains(e.target)\n ) ||\n this.invisible ||\n e.target.id.split(\"_trigger\")[0] === this.stepIdValue\n )\n return\n\n if(this.element.hasAttribute('data-saved')) {\n super.hidePane(e)\n } else if(this.activeJourneysCountValue === 0) {\n this.saveAndHide()\n } else if(this.hasUnsavedChanges) {\n this.openModalButtonTarget.click()\n } else {\n this.saveAndHide()\n }\n }\n\n onJourneySelected({ currentTarget }) {\n this.addButtonTarget.classList.remove(\"hidden\")\n this.submitTarget.disabled = false\n\n this.journeyNames = [...new Set([...this.journeyNames, currentTarget.dataset.name])]\n }\n\n addJourney() {\n const cloned = this.element.querySelector(\"[data-template]\").cloneNode(true)\n cloned.classList.remove(\"hidden\")\n cloned.removeAttribute(\"data-template\")\n cloned.setAttribute(\"data-step--stop--pane-target\", \"journey\")\n\n this.journeysListTarget.appendChild(cloned)\n\n this.dispatch(\"allow-remove\", {\n target: this.defaultJourney\n })\n }\n\n markJourneyForRemoval({ detail: name }) {\n this.journeyNames = this.journeyNames.filter(journeyName => journeyName !== name)\n\n setTimeout(() => {\n if(this.activeJourneys.length === 1) {\n this.dispatch(\"prevent-remove\", {\n target: this.activeJourneys[0]\n })\n }\n }, 1)\n }\n\n syncJourneys() {\n if(this.activeJourneys.length === 1) {\n this.dispatch(\"prevent-remove\", {\n target: this.activeJourneys[0]\n })\n }\n }\n\n get defaultJourney() {\n return this.journeyTargets[0]\n }\n\n get hasUnsavedChanges() {\n return this.persistedNames.sort().toString() !== this.journeyNames.sort().toString()\n || this.stepNameValue !== this.stepNameInputTarget.value.trim()\n }\n\n get journeysMarkedToRemove() {\n return this.journeyTargets.filter(journey => journey.hasAttribute(\"data-marked-for-remove\"))\n }\n\n get activeJourneys() {\n return this.journeyTargets.filter(journey => !journey.hasAttribute(\"data-marked-for-remove\"))\n }\n}\n"],"names":["pane_controller","PaneController","commit","journey","toast","currentTarget","cloned","name","journeyName","__publicField"],"mappings":"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"}