| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  | <div class="form-group entity-selector-container"> | 
					
						
							| 
									
										
										
										
											2021-02-13 06:10:37 +08:00
										 |  |  |     <div component="entity-selector" | 
					
						
							|  |  |  |          class="entity-selector {{$selectorSize ?? ''}}" | 
					
						
							|  |  |  |          option:entity-selector:entity-types="{{ $entityTypes ?? 'book,chapter,page' }}" | 
					
						
							|  |  |  |          option:entity-selector:entity-permission="{{ $entityPermission ?? 'view' }}"> | 
					
						
							|  |  |  |         <input refs="entity-selector@input" type="hidden" name="{{$name}}" value=""> | 
					
						
							| 
									
										
										
										
											2022-01-04 19:30:44 +08:00
										 |  |  |         <input refs="entity-selector@search entity-selector-popup@searchInput" type="text" placeholder="{{ trans('common.search') }}" @if($autofocus ?? false) autofocus @endif> | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |         <div class="text-center loading" refs="entity-selector@loading">@include('common.loading-icon')</div> | 
					
						
							| 
									
										
										
										
											2021-02-13 06:10:37 +08:00
										 |  |  |         <div refs="entity-selector@results"></div> | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  |         @if($showAdd ?? false) | 
					
						
							| 
									
										
										
										
											2019-04-06 23:56:50 +08:00
										 |  |  |             <div class="entity-selector-add"> | 
					
						
							| 
									
										
										
										
											2021-02-13 06:10:37 +08:00
										 |  |  |                 <button refs="entity-selector@add" type="button" | 
					
						
							| 
									
										
										
										
											2019-04-06 23:56:50 +08:00
										 |  |  |                         class="button outline">@icon('add'){{ trans('common.add') }}</button> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         @endif | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2019-03-31 00:54:15 +08:00
										 |  |  | </div> |