{"version":3,"file":"input_controller-ClhJ0dt_.js","sources":["../../../app/javascript/controllers/capture/input_controller.js"],"sourcesContent":["import ApplicationController from '../application_controller'\n\nimport { useDraggable } from \"../mixins/useDraggable\"\n\nexport default class extends ApplicationController {\n static values = {\n placeholder: String,\n label: String,\n focus: Boolean,\n required: { type: Boolean, default: true },\n }\n\n static targets = [\n 'input',\n 'placeholder',\n 'placeholderInput',\n 'requiredInput',\n 'footer',\n 'reorderButton',\n 'label',\n 'labelInput',\n 'trigger',\n 'inputTemplate',\n 'switch',\n ]\n\n static classes = ['drag']\n\n initialize() {\n super.initialize()\n\n const optionsToHide = [\n ...(window.selectedInputTypes || []),\n this.element.dataset.inputType\n ]\n\n this.inputTemplateTargets\n .filter(template => optionsToHide.includes(template.dataset.kind) || optionsToHide.includes(template.dataset.optionValue))\n .forEach(template => template.classList.add('hidden'))\n }\n\n connect() {\n super.connect()\n\n if(this.focusValue) {\n this.focus()\n }\n\n useDraggable(this)\n }\n\n focus() {\n this.element.setAttribute('data-active', true)\n super.focus(this.labelInputTarget, { moveCursorToEnd: true })\n }\n\n save() {\n if(this.placeholderInputTarget.value) {\n this.placeholderTarget.innerText = this.placeholderValue = this.placeholderInputTarget.value\n } else {\n this.placeholderTarget.innerText = this.placeholderInputTarget.value = this.placeholderValue\n }\n\n if(this.labelInputTarget.value) {\n this.labelTarget.innerText = this.labelValue = this.labelInputTarget.value\n } else {\n this.labelTarget.innerText = this.labelInputTarget.value = this.labelValue\n }\n\n this.element.removeAttribute('data-active')\n }\n\n restore() {\n this.placeholderInputTarget.value = this.placeholderValue\n this.labelInputTarget.value = this.labelValue\n\n this.triggerTarget.click()\n\n this.element.removeAttribute('data-active')\n }\n\n require() {\n this.requiredInputTarget.checked = true\n this.requiredInputTarget.disabled = true\n\n this.reorderButtonTarget.classList.remove('group-hover/input:flex')\n this.footerTarget.classList.add('hidden')\n\n this.requiredValue = true\n }\n\n enable() {\n this.requiredInputTarget.disabled = false\n\n this.reorderButtonTarget.classList.add('group-hover/input:flex')\n this.footerTarget.classList.remove('hidden')\n\n this.requiredValue = false\n }\n\n remove() {\n this.element.remove()\n }\n\n // private\n\n requiredValueChanged() {\n if(this.requiredValue) {\n this.switchTarget.setAttribute('data-disabled', true)\n } else {\n this.switchTarget.removeAttribute('data-disabled')\n }\n }\n\n afterDragEnabled() {\n this.element.classList.remove(\"not-draggable\")\n }\n\n afterDragDisabled() {\n this.element.classList.add(\"not-draggable\")\n }\n}\n"],"names":["input_controller","ApplicationController","optionsToHide","template","useDraggable","__publicField"],"mappings":"sQAIe,MAAKA,UAASC,CAAsB,CAwBjD,YAAa,CACX,MAAM,WAAU,EAEhB,MAAMC,EAAgB,CACpB,GAAI,OAAO,oBAAsB,GACjC,KAAK,QAAQ,QAAQ,SAC3B,EAEI,KAAK,qBACF,OAAOC,GAAYD,EAAc,SAASC,EAAS,QAAQ,IAAI,GAAKD,EAAc,SAASC,EAAS,QAAQ,WAAW,CAAC,EACxH,QAAQA,GAAYA,EAAS,UAAU,IAAI,QAAQ,CAAC,CAC3D,CAEE,SAAU,CACR,MAAM,QAAO,EAEV,KAAK,YACN,KAAK,MAAK,EAGZC,EAAa,IAAI,CACrB,CAEE,OAAQ,CACN,KAAK,QAAQ,aAAa,cAAe,EAAI,EAC7C,MAAM,MAAM,KAAK,iBAAkB,CAAE,gBAAiB,EAAM,CAAA,CAChE,CAEE,MAAO,CACF,KAAK,uBAAuB,MAC7B,KAAK,kBAAkB,UAAY,KAAK,iBAAmB,KAAK,uBAAuB,MAEvF,KAAK,kBAAkB,UAAY,KAAK,uBAAuB,MAAQ,KAAK,iBAG3E,KAAK,iBAAiB,MACvB,KAAK,YAAY,UAAY,KAAK,WAAa,KAAK,iBAAiB,MAErE,KAAK,YAAY,UAAY,KAAK,iBAAiB,MAAQ,KAAK,WAGlE,KAAK,QAAQ,gBAAgB,aAAa,CAC9C,CAEE,SAAU,CACR,KAAK,uBAAuB,MAAQ,KAAK,iBACzC,KAAK,iBAAiB,MAAQ,KAAK,WAEnC,KAAK,cAAc,MAAK,EAExB,KAAK,QAAQ,gBAAgB,aAAa,CAC9C,CAEE,SAAU,CACR,KAAK,oBAAoB,QAAU,GACnC,KAAK,oBAAoB,SAAW,GAEpC,KAAK,oBAAoB,UAAU,OAAO,wBAAwB,EAClE,KAAK,aAAa,UAAU,IAAI,QAAQ,EAExC,KAAK,cAAgB,EACzB,CAEE,QAAS,CACP,KAAK,oBAAoB,SAAW,GAEpC,KAAK,oBAAoB,UAAU,IAAI,wBAAwB,EAC/D,KAAK,aAAa,UAAU,OAAO,QAAQ,EAE3C,KAAK,cAAgB,EACzB,CAEE,QAAS,CACP,KAAK,QAAQ,OAAM,CACvB,CAIE,sBAAuB,CAClB,KAAK,cACN,KAAK,aAAa,aAAa,gBAAiB,EAAI,EAEpD,KAAK,aAAa,gBAAgB,eAAe,CAEvD,CAEE,kBAAmB,CACjB,KAAK,QAAQ,UAAU,OAAO,eAAe,CACjD,CAEE,mBAAoB,CAClB,KAAK,QAAQ,UAAU,IAAI,eAAe,CAC9C,CACA,CApHEC,EADkBL,EACX,SAAS,CACd,YAAa,OACb,MAAO,OACP,MAAO,QACP,SAAU,CAAE,KAAM,QAAS,QAAS,EAAM,CAC9C,GAEEK,EARkBL,EAQX,UAAU,CACf,QACA,cACA,mBACA,gBACA,SACA,gBACA,QACA,aACA,UACA,gBACA,QACJ,GAEEK,EAtBkBL,EAsBX,UAAU,CAAC,MAAM"}