| 
						
						
							
								
							
						
						
					 | 
					@ -6,11 +6,20 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    [ngClass]="{ 'd-none': !data.rule.configuration.thresholdMin }" | 
					 | 
					 | 
					    [ngClass]="{ 'd-none': !data.rule.configuration.thresholdMin }" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  > | 
					 | 
					 | 
					  > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <h6 class="mb-0"> | 
					 | 
					 | 
					    <h6 class="mb-0"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					      <ng-container i18n>Threshold Min</ng-container> ({{ | 
					 | 
					 | 
					      <ng-container i18n>Threshold Min</ng-container>: | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        data.settings.thresholdMin?.toFixed(2) | 
					 | 
					 | 
					      @if (data.rule.configuration.threshold.unit === '%') { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					      }}) | 
					 | 
					 | 
					        {{ data.settings.thresholdMin | percent: '1.2-2' }} | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      } @else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        {{ data.settings.thresholdMin }} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    </h6> | 
					 | 
					 | 
					    </h6> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    <label>{{ data.rule.configuration.threshold.min.toFixed(2) }}</label> | 
					 | 
					 | 
					    @if (data.rule.configuration.threshold.unit === '%') { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      <label>{{ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        data.rule.configuration.threshold.min | percent: '1.2-2' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      }}</label> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } @else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      <label>{{ data.rule.configuration.threshold.min }}</label> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <mat-slider | 
					 | 
					 | 
					    <mat-slider | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      name="thresholdMin" | 
					 | 
					 | 
					      name="thresholdMin" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      [max]="data.rule.configuration.threshold.max" | 
					 | 
					 | 
					      [max]="data.rule.configuration.threshold.max" | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -19,18 +28,33 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    > | 
					 | 
					 | 
					    > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      <input matSliderThumb [(ngModel)]="data.settings.thresholdMin" /> | 
					 | 
					 | 
					      <input matSliderThumb [(ngModel)]="data.settings.thresholdMin" /> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    </mat-slider> | 
					 | 
					 | 
					    </mat-slider> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    <label>{{ data.rule.configuration.threshold.max.toFixed(2) }}</label> | 
					 | 
					 | 
					    @if (data.rule.configuration.threshold.unit === '%') { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      <label>{{ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        data.rule.configuration.threshold.max | percent: '1.2-2' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      }}</label> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } @else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      <label>{{ data.rule.configuration.threshold.max }}</label> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  </div> | 
					 | 
					 | 
					  </div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  <div | 
					 | 
					 | 
					  <div | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    class="w-100" | 
					 | 
					 | 
					    class="w-100" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    [ngClass]="{ 'd-none': !data.rule.configuration.thresholdMax }" | 
					 | 
					 | 
					    [ngClass]="{ 'd-none': !data.rule.configuration.thresholdMax }" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  > | 
					 | 
					 | 
					  > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <h6 class="mb-0"> | 
					 | 
					 | 
					    <h6 class="mb-0"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					      <ng-container i18n>Threshold Max</ng-container> ({{ | 
					 | 
					 | 
					      <ng-container i18n>Threshold Max</ng-container>: | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        data.settings.thresholdMax?.toFixed(2) | 
					 | 
					 | 
					      @if (data.rule.configuration.threshold.unit === '%') { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					      }}) | 
					 | 
					 | 
					        {{ data.settings.thresholdMax | percent: '1.2-2' }} | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      } @else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        {{ data.settings.thresholdMax }} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    </h6> | 
					 | 
					 | 
					    </h6> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    <label>{{ data.rule.configuration.threshold.min.toFixed(2) }}</label> | 
					 | 
					 | 
					    @if (data.rule.configuration.threshold.unit === '%') { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      <label>{{ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        data.rule.configuration.threshold.min | percent: '1.2-2' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      }}</label> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } @else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      <label>{{ data.rule.configuration.threshold.min }}</label> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <mat-slider | 
					 | 
					 | 
					    <mat-slider | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      name="thresholdMax" | 
					 | 
					 | 
					      name="thresholdMax" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      [max]="data.rule.configuration.threshold.max" | 
					 | 
					 | 
					      [max]="data.rule.configuration.threshold.max" | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -39,7 +63,13 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    > | 
					 | 
					 | 
					    > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      <input matSliderThumb [(ngModel)]="data.settings.thresholdMax" /> | 
					 | 
					 | 
					      <input matSliderThumb [(ngModel)]="data.settings.thresholdMax" /> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    </mat-slider> | 
					 | 
					 | 
					    </mat-slider> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    <label>{{ data.rule.configuration.threshold.max.toFixed(2) }}</label> | 
					 | 
					 | 
					    @if (data.rule.configuration.threshold.unit === '%') { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      <label>{{ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        data.rule.configuration.threshold.max | percent: '1.2-2' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      }}</label> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } @else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      <label>{{ data.rule.configuration.threshold.max }}</label> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  </div> | 
					 | 
					 | 
					  </div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					</div> | 
					 | 
					 | 
					</div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |