|
349 | 349 | (optionClicked)="setActiveNegateGroup($event)"
|
350 | 350 | ></kern-dropdown-iterative>
|
351 | 351 |
|
352 |
| - |
353 |
| - <!-- <div tabindex="0" |
354 |
| - class="flex flex-row flex-nowrap select select-sm select-bordered search_reduced_item_width "> |
355 |
| - <div class="truncate min-w-0 mr-4"> |
356 |
| -
|
357 |
| - <label>{{getDropdownDisplayText(groupItem.get('manualLabels').controls,"EMPTY")}}</label> |
358 |
| - <label |
359 |
| - style="color:#2563eb">{{getDropdownDisplayText(groupItem.get('manualLabels').controls,"NOT_NEGATED")}}</label> |
360 |
| - <label |
361 |
| - style="color:#ef4444">{{getDropdownDisplayText(groupItem.get('manualLabels').controls,"NEGATED")}}</label> |
362 |
| - </div> |
363 |
| - </div> --> |
364 |
| - <!-- <ul tabindex="0" |
365 |
| - class="p-2 w-full menu dropdown-content bg-base-100 shadow max-h-80 overflow-y-auto"> |
366 |
| - <li |
367 |
| - *ngFor="let label of groupItem.get('manualLabels').controls; let k = index"> |
368 |
| - <div class="form-control"> |
369 |
| - <label |
370 |
| - formArrayName="manualLabels" |
371 |
| - class="label cursor-pointer" |
372 |
| - (click)="setActiveNegateGroup(label)"> |
373 |
| - <div class="h-4 w-4 border-gray-300 border rounded hover:bg-gray-200" |
374 |
| - [ngStyle]="{'background-color':getActiveNegateGroupColor(label), 'border-color':getActiveNegateGroupColor(label)}"> |
375 |
| - </div> |
376 |
| - <span |
377 |
| - class="pl-2 label-text truncate w-full" |
378 |
| - [ngClass]="label.get('id').value == 'NO_LABEL'?'italic':null">{{label.get("name").value}}</span> |
379 |
| - </label> |
380 |
| - </div> |
381 |
| - </li> |
382 |
| - </ul> --> |
383 | 352 | </ng-template>
|
384 | 353 | </div>
|
385 | 354 | </div>
|
|
404 | 373 | [hasCheckboxes]="true"
|
405 | 374 | (optionClicked)="setActiveNegateGroup($event)"
|
406 | 375 | ></kern-dropdown-iterative>
|
407 |
| - <!-- <div tabindex="1" |
408 |
| - class="flex flex-row flex-nowrap select select-sm select-bordered search_reduced_item_width "> |
409 |
| - <div class="truncate min-w-0 mr-4"> |
410 |
| -
|
411 |
| - <label>{{getDropdownDisplayText(groupItem.get('weakSupervisionLabels').controls,"EMPTY")}}</label> |
412 |
| - <label |
413 |
| - style="color:#2563eb">{{getDropdownDisplayText(groupItem.get('weakSupervisionLabels').controls,"NOT_NEGATED")}}</label> |
414 |
| - <label |
415 |
| - style="color:#ef4444">{{getDropdownDisplayText(groupItem.get('weakSupervisionLabels').controls,"NEGATED")}}</label> |
416 |
| -
|
417 |
| - </div> |
418 |
| - </div> |
419 |
| - <ul tabindex="1" |
420 |
| - class="p-2 w-full menu dropdown-content bg-base-100 shadow max-h-80 overflow-y-auto"> |
421 |
| - <li |
422 |
| - *ngFor="let label of groupItem.get('weakSupervisionLabels').controls; let k = index"> |
423 |
| - <div class="form-control"> |
424 |
| - <label |
425 |
| - formArrayName="weakSupervisionLabels" |
426 |
| - class="label cursor-pointer" |
427 |
| - (click)="setActiveNegateGroup(label)"> |
428 |
| - <div class="h-4 w-4 border-gray-300 border rounded hover:bg-gray-200" |
429 |
| - [ngStyle]="{'background-color':getActiveNegateGroupColor(label), 'border-color':getActiveNegateGroupColor(label)}"> |
430 |
| - </div> |
431 |
| - <span |
432 |
| - class="pl-2 label-text truncate w-full" |
433 |
| - [ngClass]="label.get('id').value == 'NO_LABEL'?'italic':null">{{label.get("name").value}}</span> |
434 |
| - </label> |
435 |
| - </div> |
436 |
| - </li> |
437 |
| - </ul> --> |
438 | 376 | </ng-template>
|
439 | 377 | </div>
|
440 | 378 | </div>
|
|
0 commit comments