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:
@@ -22,7 +22,7 @@
|
||||
idaa_trig,
|
||||
idaa_prom
|
||||
} from '$lib/stores/ae_idaa_stores';
|
||||
// import { events_func } from '$lib/ae_events_functions';
|
||||
// import { events_func } from '$lib/ae_events/ae_events_functions';
|
||||
|
||||
interface Props {
|
||||
/** @type {import('./$types').LayoutData} */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// import { error } from '@sveltejs/kit';
|
||||
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
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
idaa_trig
|
||||
} from '$lib/stores/ae_idaa_stores';
|
||||
import { ae_loc, ae_api } from '$lib/stores/ae_stores';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
import { events_func } from '$lib/ae_events/ae_events_functions';
|
||||
|
||||
import Element_data_store from '$lib/elements/element_data_store_v3.svelte';
|
||||
import Comp__event_obj_qry from './ae_idaa_comp__event_obj_qry.svelte';
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
slct_trigger
|
||||
} from '$lib/stores/ae_stores';
|
||||
import { db_events } from '$lib/ae_events/db_events';
|
||||
// import { events_func } from '$lib/ae_events_functions';
|
||||
// import { events_func } from '$lib/ae_events/ae_events_functions';
|
||||
import {
|
||||
idaa_loc,
|
||||
idaa_sess,
|
||||
|
||||
@@ -4,7 +4,7 @@ console.log(`ae_p_idaa_events [event_id] +page.ts start`);
|
||||
|
||||
// import { error } from '@sveltejs/kit';
|
||||
import { browser } from '$app/environment';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
import { events_func } from '$lib/ae_events/ae_events_functions';
|
||||
|
||||
export const load = (async ({ params, parent }) => {
|
||||
// route
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
idaa_slct,
|
||||
idaa_trig
|
||||
} from '$lib/stores/ae_idaa_stores';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
import { events_func } from '$lib/ae_events/ae_events_functions';
|
||||
import AE_Comp_Editor_TipTap from '$lib/elements/element_editor_tiptap.svelte';
|
||||
|
||||
if (!$idaa_slct.event_obj) {
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
idaa_trig,
|
||||
idaa_prom
|
||||
} from '$lib/stores/ae_idaa_stores';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
import { events_func } from '$lib/ae_events/ae_events_functions';
|
||||
|
||||
import Help_tech from '$lib/app_components/e_app_help_tech.svelte';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user