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:
@@ -17,7 +17,7 @@
|
||||
import { Building2, ListOrdered, Mail, Unlink, User, UserCheck } from '@lucide/svelte';
|
||||
// import { core_func } from '$lib/ae_core_functions';
|
||||
// import { events_loc, events_sess, events_slct, 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';
|
||||
|
||||
interface Props {
|
||||
// Exports
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
slct_trigger
|
||||
} from '$lib/stores/ae_stores';
|
||||
// import { events_loc, events_sess, 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 Person_view from './../../person_view.svelte';
|
||||
import Person_form from './../ae_comp__person_form.svelte';
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
import { Archive, BookOpen, Building2, Check, Eye, EyeOff, Fingerprint, IdCard, Key, LoaderCircle, Mail, Save, Star, Tag, ToggleLeft, ToggleRight, TriangleAlert, User, UserRound } from '@lucide/svelte';
|
||||
// import { db_events } from "$lib/db_events";
|
||||
// import { events_loc, events_sess, 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';
|
||||
|
||||
let ae_placeholder_li: key_val = {};
|
||||
let ae_promises: key_val = $state({}); // Promise<any>;
|
||||
|
||||
Reference in New Issue
Block a user