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:
@@ -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';
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = {};
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user