|
|
@ -46,6 +46,9 @@ type ContentName = { name: string, id?: string }; |
|
|
<span class="truncate" [innerHTML]="content.name | sqxHighlight:context"></span> |
|
|
<span class="truncate" [innerHTML]="content.name | sqxHighlight:context"></span> |
|
|
</ng-template> |
|
|
</ng-template> |
|
|
</sqx-dropdown>`, |
|
|
</sqx-dropdown>`, |
|
|
|
|
|
styles: [ |
|
|
|
|
|
'.truncate { min-height: 1.2rem; }' |
|
|
|
|
|
], |
|
|
providers: [SQX_REFERENCES_DROPDOWN_CONTROL_VALUE_ACCESSOR], |
|
|
providers: [SQX_REFERENCES_DROPDOWN_CONTROL_VALUE_ACCESSOR], |
|
|
changeDetection: ChangeDetectionStrategy.OnPush |
|
|
changeDetection: ChangeDetectionStrategy.OnPush |
|
|
}) |
|
|
}) |
|
|
|