window.VT=window.VT||{},VT.TodoItemInput=function(a){function b(){var b=e.value.trim();""===b||(e.value="",a.dispatchEvent(new CustomEvent("addItem",{detail:{label:b},bubbles:!0})))}function c(){e.value="",e.blur()}var d=!0;a.innerHTML="\n";var e=a.querySelector(".input"),f=a.querySelector(".save");a.querySelectorAll(".app-icon").forEach(VT.AppIcon),e.addEventListener("keyup",function(a){switch(a.keyCode){case 13:b();break;case 27:c();}}),e.addEventListener("blur",function(){d&&b(),d=!0}),e.addEventListener("focusOther",b),f.addEventListener("mousedown",function(){d=!1}),f.addEventListener("click",function(){b(),e.focus()})};