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

@@ -32,7 +32,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 Comp_event_files_upload from '../../../../ae_comp__event_files_upload.svelte';
import Element_manage_event_file_li_wrap from '$lib/elements/element_manage_event_file_li_direct.svelte';

View File

@@ -2,7 +2,7 @@
console.log(`ae_p_event_presenter [presenter_id] +page.ts: start`);
import { browser } from '$app/environment';
import { events_func } from '$lib/ae_events_functions';
import { events_func } from '$lib/ae_events/ae_events_functions';
export async function load({ params, parent }) {
// route

View File

@@ -34,7 +34,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 { Check, CheckCircle, LoaderCircle, TriangleAlert, X } from '@lucide/svelte';
let ae_promises: key_val = $state({});
// let ae_tmp: key_val = {};

View File

@@ -22,7 +22,7 @@
events_loc,
events_slct
} 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 { api } from '$lib/api/api';
import Element_data_store from '$lib/elements/element_data_store_v3.svelte';

View File

@@ -43,7 +43,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 { Asterisk, BookOpen, Building2, Check, CircleUser, Fingerprint, IdCard, Link, LoaderCircle, Mail, Pencil, Plus, RefreshCw, Save, Tag, Unlink, User, UserCheck, UserRound } from '@lucide/svelte';
// Exports

View File

@@ -39,7 +39,7 @@
events_trigger,
events_trig_kv
} 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_util } from '$lib/ae_utils/ae_utils';
import { Check, FileText, ListOrdered, Mail, Plus, RefreshCw, Star, User, UserX, Users, X } from '@lucide/svelte';
$effect(() => {