|
|
@ -2,7 +2,7 @@
|
|
|
|
(keyDownEvent)="handleKeydownEvent($event)"
|
|
|
|
(keyDownEvent)="handleKeydownEvent($event)"
|
|
|
|
(keyUpEvent)="handleKeyupEvent($event)"
|
|
|
|
(keyUpEvent)="handleKeyupEvent($event)"
|
|
|
|
appInputReceiver
|
|
|
|
appInputReceiver
|
|
|
|
class="file-gallery-inner">
|
|
|
|
class="file-grid-inner">
|
|
|
|
<cdk-virtual-scroll-viewport #virtualScrollGrid class="file-scroll" itemSize="260" maxBufferPx="2000"
|
|
|
|
<cdk-virtual-scroll-viewport #virtualScrollGrid class="file-scroll" itemSize="260" maxBufferPx="2000"
|
|
|
|
minBufferPx="500">
|
|
|
|
minBufferPx="500">
|
|
|
|
<div *cdkVirtualFor="let rowEntry of partitionedGridEntries; trackBy: trackByFileRowId">
|
|
|
|
<div *cdkVirtualFor="let rowEntry of partitionedGridEntries; trackBy: trackByFileRowId">
|
|
|
|