Updated packages previously. Minor changes

This commit is contained in:
Scott Idem
2025-01-09 10:12:20 -05:00
parent 106e655574
commit 8d4c770f19
2 changed files with 14 additions and 11 deletions

View File

@@ -21,6 +21,9 @@ export let video_clip_file_kv: key_val = {};
export let class_li_default: string = 'flex flex-row flex-wrap gap-2 items-center justify-center w-full max-w-2xl p-2 mx-auto my-1 border border-gray-300 rounded-lg';
export let class_li: string = '';
export let link_to_type: string;
export let link_to_id: string;
let ae_promises: key_val = {};
</script>
@@ -29,7 +32,7 @@ let ae_promises: key_val = {};
<h3 class="h3">{Object.entries($ae_loc.files).length}&times; files clipped</h3>
<div class="{class_li_default} {class_li} ">
{#each Object.entries($ae_loc.files.video_clip_file_kv) as [hosted_file_id, hosted_file_obj]}
{#each Object.entries(video_clip_file_kv) as [hosted_file_id, hosted_file_obj]}
<button
type="button"
disabled={!$ae_loc.trusted_access}
@@ -40,7 +43,7 @@ let ae_promises: key_val = {};
return_file: true,
filename: hosted_file_obj.filename,
auto_download: true,
log_lvl: 0
log_lvl: log_lvl
});
// window.postMessage({ type: 'download_event_file', hosted_file_id: idaa_archive_content_obj.hosted_file_id, filename: idaa_archive_content_obj.filename, auto_download: true }, '*');