|
|
@ -14,20 +14,24 @@ |
|
|
|
> |
|
|
|
> |
|
|
|
<a |
|
|
|
<a |
|
|
|
class="spot-list--item-action spot-list--item-action_link op-file-list--item-action" |
|
|
|
class="spot-list--item-action spot-list--item-action_link op-file-list--item-action" |
|
|
|
[ngClass]="{ 'disabled': disabled, 'view-not-allowed': !viewAllowed }" |
|
|
|
[ngClass]="{ |
|
|
|
|
|
|
|
'spot-list--item-action_disabled': disabled, |
|
|
|
|
|
|
|
'op-file-list--item-action_view-not-allowed': !viewAllowed |
|
|
|
|
|
|
|
}" |
|
|
|
[href]="fileLink._links.staticOriginOpen.href" |
|
|
|
[href]="fileLink._links.staticOriginOpen.href" |
|
|
|
[title]="fileLink.originData.name" |
|
|
|
[title]="fileLink.originData.name" |
|
|
|
target="_blank" |
|
|
|
target="_blank" |
|
|
|
> |
|
|
|
> |
|
|
|
<span |
|
|
|
<div |
|
|
|
class="spot-icon spot-icon_{{fileLinkIcon.icon}} op-files-tab--icon op-files-tab--icon_{{fileLinkIcon.clazz}}" |
|
|
|
|
|
|
|
></span> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span |
|
|
|
|
|
|
|
[textContent]="fileLink.originData.name" |
|
|
|
|
|
|
|
[title]="fileLink.originData.name" |
|
|
|
|
|
|
|
class="spot-list--item-title op-file-list--item-title" |
|
|
|
class="spot-list--item-title op-file-list--item-title" |
|
|
|
></span> |
|
|
|
[title]="fileLink.originData.name" |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<span |
|
|
|
|
|
|
|
class="spot-icon spot-icon_{{fileLinkIcon.icon}} op-files-tab--icon op-files-tab--icon_{{fileLinkIcon.clazz}}" |
|
|
|
|
|
|
|
></span> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span [textContent]="fileLink.originData.name"></span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<span |
|
|
|
<span |
|
|
|
class="op-file-list--item-text" |
|
|
|
class="op-file-list--item-text" |
|
|
|