Lines Matching refs:progressEL
117 private progressEL: LitProgressBar | undefined | null; property in SpApplication
262 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar;
427 this.progressEL!.loading = false;
609 this.progressEL!.loading = false;
821 that.progressEL!.loading = false;
902 this.progressEL!.loading = false;
980 this.progressEL!.loading = false;
1053 this.progressEL!.loading = false;
1072 this.progressEL!.loading = true;
1115 this.progressEL!.loading = false;
1145 if (this.progressEL!.loading) {
1167 if (this.progressEL!.loading) {
1183 if (this.progressEL!.loading || this.currentPageNum === 1) {
1193 … if (this.progressEL!.loading || this.currentPageNum === this.longTraceHeadMessageList.length) {
1247 this.progressEL!.loading = true;
1499 this.progressEL!.loading = false;
1509 this.progressEL!.loading = arg.loading;
1540 this.croppingFile(this.progressEL!, this.litSearch!);
1549 this.progressEL!.loading = true;
1557 this.progressEL!.loading = false;