Searched refs:fileEL (Results 1 – 2 of 2) sorted by relevance
91 private fileEL: HTMLInputElement | undefined | null; property in LitMainMenuItem112 this.fileEL?.setAttribute('disabled', val.toString());115 this.fileEL?.removeAttribute('disabled');135 this.fileEL = this.shadowRoot?.querySelector('.file');140 if (this.fileEL) {149 if (this.fileEL) {150 this.fileEL!.addEventListener('change', (event) => {151 let files = this.fileEL!.files;171 if (this.fileEL) this.fileEL.value = '';172 if (this.fileEL) {[all …]
175 private fileEL: any; property in TraceRow784 this.fileEL = this.rowCheckFilePop.querySelector('#jsoninput');786 this.fileEL.click();787 this.fileEL.addEventListener(