chore: move ae_events_functions.ts into ae_events/ module

Relocates the functions file from lib root into its module directory,
matching the pattern used by all other modules (ae_journals, ae_archives, etc.).
Updated all 85 import paths from \$lib/ae_events_functions → \$lib/ae_events/ae_events_functions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-03-20 09:52:13 -04:00
parent bf834aa165
commit 519f5b949c
85 changed files with 84 additions and 84 deletions

View File

@@ -23,7 +23,7 @@
events_slct,
events_trigger
} from '$lib/stores/ae_events_stores';
import { events_func } from '$lib/ae_events_functions';
import { events_func } from '$lib/ae_events/ae_events_functions';
import AE_Comp_Hosted_Files_Download_Button from '$lib/ae_core/ae_comp__hosted_files_download_button.svelte';
import { Check, Clock, Download, Eye, EyeOff, FileImage, FolderOpen, Laptop, LoaderCircle, Monitor, Pencil, RefreshCw, Save, Trash2, TriangleAlert } from '@lucide/svelte';
interface Props {

View File

@@ -1,6 +1,6 @@
<script lang="ts">
interface Props {
// import { events_func } from '$lib/ae_events_functions';
// import { events_func } from '$lib/ae_events/ae_events_functions';
container_class_li?: string | Array<string>;
link_to_type: string;
link_to_id: string;

View File

@@ -1,7 +1,7 @@
<script lang="ts">
interface Props {
log_lvl?: number;
// import { events_func } from '$lib/ae_events_functions';
// import { events_func } from '$lib/ae_events/ae_events_functions';
container_class_li?: string | Array<string>;
link_to_type: string;
link_to_id: string;

View File

@@ -14,7 +14,7 @@
// import { events_loc, events_sess, events_slct, events_trigger } from '$lib/stores/ae_events_stores';
interface Props {
// import { events_func } from '$lib/ae_events_functions';
// import { events_func } from '$lib/ae_events/ae_events_functions';
class_li_default?: string; // |Array<string>;
class_li?: string; // |Array<string>;
link_to_type: string;