File: /home/confeduphaar/backip-old-files/media/com_acym/js/vue/code_editor.min.js
jQuery(document).ready(function(e){e("#acym__wysid__edit__button").length>0&&(Vue.component("vue-prism-editor",VuePrismEditor),new Vue({el:"#acym__wysid__editor__source",data:()=>({code:"",codeBase:"",language:"html",optionIndent:{indent_size:2,wrap_line_length:"120"},typingTimer:"",doneTypingInterval:1e3}),mounted(){let e=document.getElementById("acym__wysid__block__html__content");e.addEventListener("editor_change",()=>{this.changeCodeValue(void 0===html_beautify?e.value:html_beautify(e.value,this.optionIndent))})},methods:{changeCodeValue(e){this.code=e,this.codeBase=e},revert(){this.applyModification(this.codeBase),e("#acym__wysid__editor__source, #acym__wysid__right-toolbar__overlay").removeClass("acym__wysid__visible")},keep(){e("#acym__wysid__editor__source, #acym__wysid__right-toolbar__overlay").removeClass("acym__wysid__visible")},applyModification(_){let t=e(".acym__wysid__row__selector--focus");t.closest(".acym__wysid__row__element").find("> tbody").html(_),t.css("height",t.closest(".acym__wysid__row__element").css("height"))}},watch:{code(e){clearTimeout(this.typingTimer),this.typingTimer=setTimeout(()=>{this.applyModification(e)},this.doneTypingInterval)}}}))});