updated ui/dist

This commit is contained in:
Gani Georgiev
2023-09-04 11:35:39 +03:00
parent 5b084bbbfd
commit a37d9cfb84
33 changed files with 40 additions and 39 deletions
@@ -104,7 +104,7 @@
{:else if field.type === "file"}
{@const files = CommonHelper.toArray(rawValue)}
{@const filesLimit = short ? 10 : 500}
<div class="inline-flex">
<div class="inline-flex" class:multiple={field.options?.maxSelect != 1}>
{#each files.slice(0, filesLimit) as filename, i (i + filename)}
<RecordFileThumb {record} {filename} size="sm" />
{/each}
@@ -399,6 +399,7 @@
{#if !isView}
<td class="bulk-select-col min-width">
<!-- svelte-ignore a11y-click-events-have-key-events -->
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div class="form-field" on:click|stopPropagation>
<input
type="checkbox"