2023-07-09 01:15:05 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								<span class="truncate" [style.max-width]="maxWidth ? maxWidth + 'px' : null" [style.justify-content]="textAlign" [class.inline]="inline">
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-16 16:47:05 -06:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    <ng-container *ngIf="link">
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								      <a [routerLink]="link" class="truncate-link">
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        <ng-container *ngIf="rtl; then rtlTruncated; else ltrTruncated;"></ng-container>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								      </a>
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-15 09:23:41 -06:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    </ng-container>
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-16 16:47:05 -06:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    <ng-container *ngIf="!link">
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								      <ng-container *ngIf="rtl; then rtlTruncated; else ltrTruncated;"></ng-container>
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-15 09:23:41 -06:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    </ng-container>
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-05 11:16:14 -06:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    <ng-content></ng-content>
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-05 11:00:08 -06:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								</span>
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-16 16:47:05 -06:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								<ng-template #ltrTruncated>
							 | 
						
					
						
							
								
									
										
										
										
											2023-11-13 17:45:15 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  <div class="hidden">{{ text }}</div>
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-16 16:47:05 -06:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  <span class="first">{{text.slice(0,-lastChars)}}</span><span class="last-four">{{text.slice(-lastChars)}}</span>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								</ng-template>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								<ng-template #rtlTruncated>
							 | 
						
					
						
							
								
									
										
										
										
											2023-11-13 17:45:15 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  <div class="hidden">{{ text }}</div>
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-16 16:47:05 -06:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  <span class="first">{{text.slice(lastChars)}}</span><span class="last-four">{{text.slice(0,lastChars)}}</span>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								</ng-template>
							 |