|
|
@ -969,9 +969,9 @@ const newRecord = (hour: dayjs.Dayjs) => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="absolute inset-0 pointer-events-none"> |
|
|
|
<div class="absolute inset-0 pointer-events-none"> |
|
|
|
<div class="relative !ml-[60px]" data-testid="nc-calendar-day-record-container"> |
|
|
|
<div class="relative !ml-[60px]" data-testid="nc-calendar-day-record-container"> |
|
|
|
|
|
|
|
<template v-for="(record, rowIndex) in recordsAcrossAllRange.record" :key="rowIndex"> |
|
|
|
<div |
|
|
|
<div |
|
|
|
v-for="(record, rowIndex) in recordsAcrossAllRange.record" |
|
|
|
v-if="record.rowMeta.style?.display !== 'none'" |
|
|
|
:key="rowIndex" |
|
|
|
|
|
|
|
:data-testid="`nc-calendar-day-record-${record.row[displayField!.title!]}`" |
|
|
|
:data-testid="`nc-calendar-day-record-${record.row[displayField!.title!]}`" |
|
|
|
:data-unique-id="record.rowMeta.id" |
|
|
|
:data-unique-id="record.rowMeta.id" |
|
|
|
:style="record.rowMeta.style" |
|
|
|
:style="record.rowMeta.style" |
|
|
@ -1014,6 +1014,7 @@ const newRecord = (hour: dayjs.Dayjs) => { |
|
|
|
</LazySmartsheetCalendarVRecordCard> |
|
|
|
</LazySmartsheetCalendarVRecordCard> |
|
|
|
</LazySmartsheetRow> |
|
|
|
</LazySmartsheetRow> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</template> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|