Getting ready to make the new hosted file management and tools live on dev. Then on prod...

This commit is contained in:
Scott Idem
2025-03-18 15:01:30 -04:00
parent 39d0a210f3
commit c96e59c660
7 changed files with 155 additions and 50 deletions

View File

@@ -18,7 +18,8 @@ import { db_core } from "$lib/ae_core/db_core";
interface Props {
// import { events_func } from '$lib/ae_events_functions';
container_class_li?: string|Array<string>;
class_li_default?: string; // |Array<string>;
class_li?: string; // |Array<string>;
link_to_type: string;
link_to_id: string;
allow_basic?: boolean; // Not used yet
@@ -27,7 +28,8 @@ interface Props {
}
let {
container_class_li = [],
class_li_default,
class_li,
link_to_type,
link_to_id,
allow_basic = false,
@@ -90,7 +92,8 @@ let lq__hosted_file_obj_li = $derived(liveQuery(async () => {
link_to_type={link_to_type}
link_to_id={link_to_id}
lq__hosted_file_obj_li={lq__hosted_file_obj_li}
container_class_li={container_class_li}
class_li_default={class_li_default}
class_li={class_li}
display_mode={display_mode}
/>
<!-- allow_basic={allow_basic} -->