diff --git a/TODO.md b/TODO.md index c1c5ff7f..f237a52f 100644 --- a/TODO.md +++ b/TODO.md @@ -48,13 +48,32 @@ This is a list of tasks to be completed before the next event/show/conference. --- + + ## Recent Accomplishments (Jan 28, 2026) + - [x] **Search Standard:** Completed the migration of IDAA, Journals, Badges, Sessions, and Exhibits to the high-performance reactive pattern. + - [x] **Field Sync:** Resolved whitelisting errors by standardizing on `default_qry_str` and specific object fields (e.g. `name` for Exhibits). + - [x] **UI Polishing:** Fixed icon scaling and build errors in the Session list component. + - [x] **Hydration:** Eliminated page load delays via non-blocking layouts and SWR. + - [x] **Lead Retrieval:** Refactored Exhibitor and Lead Tracking UI with standardized grid layouts and SWR logic. +- [x] **Native Bridge:** Standardized Electron IPC calls to snake_case and implemented Phase 5 automation. (ID: 173448078) + +- [x] **Launcher V3:** Migrated presentation background sync and telemetry heartbeat to V3 CRUD standard. (ID: 173518010) + +- [x] **Electron Infrastructure:** Restored native app framework and hardened local file caching logic. (ID: 221513945) + + + ## Native App Development + - [x] Phase 5: Implement specialized AppleScript handlers for Office/Keynote. + - [x] Refinement: Built Telemetry Dashboard in Launcher Config. + + diff --git a/aether_app_sveltekit.code-workspace b/aether_app_sveltekit.code-workspace index a68019cf..bed5b7ac 100644 --- a/aether_app_sveltekit.code-workspace +++ b/aether_app_sveltekit.code-workspace @@ -5,7 +5,10 @@ } ], "settings": { - "cSpell.words": ["filelist"], + "cSpell.words": [ + "filelist", + "onsave" + ], "git.autofetch": true, "editor.defaultFormatter": "svelte.svelte-vscode" } diff --git a/check_5.txt b/check_5.txt new file mode 100644 index 00000000..58229ffd --- /dev/null +++ b/check_5.txt @@ -0,0 +1,3887 @@ + +> osit-aether-app-svelte@3.12.08 check +> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json + +Loading svelte-check in workspace: /home/scott/OSIT_dev/aether_app_sveltekit +Getting Svelte diagnostics... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_events/ae_events__event_session.ts:172:17 +Error: Type 'Session[]' is not assignable to type 'ae_EventSession[]'. + Type 'Session' is not assignable to type 'ae_EventSession'. + Types of property 'group' are incompatible. + Type 'string | null' is not assignable to type 'string | undefined'. + Type 'null' is not assignable to type 'string | undefined'. + } + return cached_li; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:30 +Warn: This reference only captures the initial value of `qr_fps`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:45 +Warn: This reference only captures the initial value of `qr_viewfinder_width`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:560:5 +Warn: Do not use empty rulesets (css) + + .ae_element.qr_scanner div.qr_scanner_viewfinder { + /* max-width: 100vw; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:128:33 +Error: This comparison appears to be unintentional because the types '1' and '2' have no overlap. (ts) + + if (start_qr_scanner && 1 == 2) { + console.log('Ready to start QR scanning! (after x500ms)'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_files_tbl.svelte:425:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_clip_video_v1.svelte:64:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:69:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:71:76 +Warn: This reference only captures the initial value of `hosted_file_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:72:13 +Warn: This reference only captures the initial value of `hosted_file_obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:73:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:66 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_clipboard.svelte:48:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Clipboard component initialized with value:`, value); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_help_tech.svelte:77:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Help - technical support component loaded`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:39:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:40:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:41:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:42:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sys_menu.svelte:119:28 +Error: This comparison appears to be unintentional because the types '1' and '3' have no overlap. (ts) + " + class:top-0={expand && 1 == 3} + class:opacity-100={expand} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud.svelte:126:17 +Error: Object literal may only specify known properties, and 'field_value' does not exist in type '{ api_cfg: any; object_type: string; object_id: string; object_reload?: boolean | undefined; field_name: string; new_field_value: any; params: any; try_cache: boolean; log_lvl: number; }'. (ts) + field_name: field_name, + field_value: new_field_value, + key: api_cfg?.api_crud_super_key ?? '', // Extract key from api_cfg if available + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:464:5 +Warn: Unused CSS selector ".ae_crud .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud .field_editing_wrapper { + /* outline: dashed thin pink; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:507:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper:hover" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper:hover { + background-color: hsla(60, 60%, 90%, 0.8); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:512:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:535:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_codemirror_editor_wrapper.svelte:21:13 +Error: Object literal may only specify known properties, and '"class"' does not exist in type 'Props'. (ts) + expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:144:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:161:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:161:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:122:37 +Error: Argument of type 'string | null' is not assignable to parameter of type 'string'. + Type 'null' is not assignable to type 'string'. (ts) + console.log('ae_e_data_store Browser detected.'); + ae_ds_loc_test = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`)); + console.log(`ae_e_data_store ae_ds_loc_test = `, ae_ds_loc_test); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:297:14 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + // if (!$slct.data_store_id) { + if (!ae_ds_tmp.id) { + data_store_do['account_id_random'] = $ae_loc.account_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:81:15 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + account_id: null, + code: ds_code, + name: ds_name, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:82:15 +Warn: This reference only captures the initial value of `ds_name`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + code: ds_code, + name: ds_name, + type: ds_type, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:83:15 +Warn: This reference only captures the initial value of `ds_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + name: ds_name, + type: ds_type, + for_type: null, // for_type + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:20 +Warn: This reference only captures the initial value of `try_cache`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:64 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:99:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:100:67 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:102:63 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:103:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:105:44 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:106:17 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:123:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + browser && + ae_ds_tmp && + ae_ds_tmp.loaded_on && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:124:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp && + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:125:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + ) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:40 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:62 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:128:34 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + let now = new Date(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:132:28 +Warn: This reference only captures the initial value of `expire_minutes`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let diff_minutes = diff / (1000 * 60); + if (diff_minutes > expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:134:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:155:20 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (browser && mount_reload_sec) { + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:157:52 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:158:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:27:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:28:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:97:9 +Error: Type 'key_val | undefined' is not assignable to type 'key_val'. + Type 'undefined' is not assignable to type 'key_val'. (ts) + + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:448:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:53:38 +Error: Parameter 'file_list' implicitly has an 'any' type. (ts) + + async function process_file_list(file_list) { + console.log('*** process_file_list() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:271:40 +Error: Parameter 'index' implicitly has an 'any' type. (ts) + + function remove_file_from_filelist(index) { + console.log('*** remove_file_from_filelist() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:302:23 +Error: Property 'files' does not exist on type 'Element'. (ts) + // input_element.files = Object.assign({}, dt.files); + input_element.files = dt.files; // Assign the updates list + // input_file_list = null; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:83 +Error: 'e.target' is possibly 'null'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:92 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:71 +Error: 'e.target' is possibly 'null'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:80 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:620:92 +Error: Property 'disabled' does not exist on type '{}'. (ts) + key} + disabled={file_purpose_option?.disabled && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:622:96 +Error: Property 'hidden' does not exist on type '{}'. (ts) + !$ae_loc.edit_mode} + class:hidden={file_purpose_option?.hidden && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:625:83 +Error: Property 'name' does not exist on type '{}'. (ts) + > + {file_purpose_option?.name} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:44:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:45:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:46:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `for_type`; + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:47:43 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:55 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:83 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:59:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:60:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:82:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + // .and((x) => (x.content_type == `video/${extension}`)) + .and((x) => x.content_type.startsWith('video/')) + // .reverse() + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:91:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('audio/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:98:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('image/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:105:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('application/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:27:17 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + }: Props = $props(); + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:28:24 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:24:9 +Error: Type 'null' is not assignable to type 'string'. (ts) + row_header = false, + primary_obj_li_type = $bindable(slct_obj_li_type), + obj = null + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:84:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:85:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:88:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:89:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:103:49 +Error: Property 'substring' does not exist on type '{}'. (ts) + > + {obj_prop_value.substring(0, 25)} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:129:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:130:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:133:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:134:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:137:28 +Error: Type 'unknown' is not assignable to type 'string | null | undefined'. (ts) + > + {obj_prop_value} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:150:63 +Error: Property 'length' does not exist on type '{}'. (ts) + {#if obj_prop_value} + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:151:45 +Error: Property 'substring' does not exist on type '{}'. (ts) + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + {:else} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:35 +Error: Parameter 'qry' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:40 +Error: Parameter 'data' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:36 +Error: Binding element 'group_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:46 +Error: Binding element 'client_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:333:13 +Error: Type 'string' is not assignable to type 'null'. (ts) + ws_data.type = 'cmd'; + ws_data.cmd = cmd; + handle_send_ws_data(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:537:41 +Error: Property 'group_id' does not exist on type 'string'. (ts) + + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:538:40 +Error: Property 'client_id' does not exist on type 'string'. (ts) + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + — + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:540:40 +Error: Property 'target' does not exist on type 'string'. (ts) + — + {cmd_entry.target || 'No Target'} + | + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:543:40 +Error: Property 'type' does not exist on type 'string'. (ts) + + {cmd_entry.type || 'No Type'}: + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:546:41 +Error: Property 'cmd' does not exist on type 'string'. (ts) + + "{cmd_entry.cmd}" + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:70:53 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`ae_root +layout.svelte data:`, data); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:74:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. This should catch anything that is a child of this layout.svelte file. + $slct.account_id = data.account_id; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:78:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:382:20 +Warn: This reference only captures the initial value of `flag_clear_idb`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_clear_idb) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:468:20 +Warn: This reference only captures the initial value of `flag_reload`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_reload) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:483:13 +Warn: This reference only captures the initial value of `flag_clear_local`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Clear localStorage and sessionStorage + if (flag_clear_local) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:490:13 +Warn: This reference only captures the initial value of `flag_clear_sess`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + if (flag_clear_sess) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:606:22 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let iframe = data.url.searchParams.get('iframe'); + if (iframe == 'true') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:637:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is mainly for Precon CHOW + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:638:37 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:639:36 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:642:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:643:40 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:644:47 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:983:44 +Error: Expected 0 arguments, but got 1. (ts) + clear_idb(); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:73:44 +Error: Expected 0 arguments, but got 1. (ts) + onclick={() => { + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:106:44 +Error: Expected 0 arguments, but got 1. (ts) + ); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:124:13 +Error: Object literal may only specify known properties, and '"display"' does not exist in type 'Props'. (ts) + ds_name="Default: AE Hub - Site root page footer HTML" + display="block" + class_li={!$ae_loc.manager_access && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/+page.svelte:12:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) + $slct.account_id = data.account_id; + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/person_view.svelte:41:31 +Warn: This reference only captures the initial value of `person_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`person_id:`, person_id); + let lq__person_obj = $derived( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:79:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:102:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:112:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:150:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:154:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:19:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:45:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + method: 'disable', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:75:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:93:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:137:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:142:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:148:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:164:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:168:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:175:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:179:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:202:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:209:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:238:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:22:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:23:18 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:24:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:25:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:26:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:27:22 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:28:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:29:24 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:30:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:31:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:32:17 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:33:15 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:34:19 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:128:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:133:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:138:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:159:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:168:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:181:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:190:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:197:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:226:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:48:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:72:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:22:21 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:23:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:24:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:27:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:28:29 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:29:23 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:30:24 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:31:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:32:18 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:33:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:34:25 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:35:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + hide: person?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:36:15 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: person?.enable ?? true, + hide: person?.hide ?? false, + priority: person?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:37:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: person?.hide ?? false, + priority: person?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:151:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:155:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:162:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:166:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:172:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:185:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:202:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:215:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:223:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:251:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:262:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:46:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:47:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:49:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + $ae_loc.url_origin = data.url.origin; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:446:5 +Warn: Unused CSS selector "section.ae_quick_popover" +https://svelte.dev/e/css_unused_selector (svelte) + /* The section.ae_quick_popover should be above the rest of the content and centered on the page. */ + section.ae_quick_popover { + position: fixed; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:82:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:105:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:142:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:146:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:150:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:154:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:171:33 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:29:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:34:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + enabled: 'all', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:74:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv: { fqdn, enable: true }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:84:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:96:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:85:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:109:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:29:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let { data }: Props = $props(); + let user = $state(data.user); + let saving = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
+ +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:41:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`$slct.account_id = `, $slct.account_id); + if (log_lvl) { + console.log(`$slct.account_id = `, $slct.account_id); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + // console.log(`ae_acct = `, ae_acct); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:81:39 +Error: Parameter 'ae_obj_li' implicitly has an 'any' type. (ts) + + function generate_file_export_csv(ae_obj_li) { + console.log(`*** generate_file_export_csv() ***`, ae_obj_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:201:9 +Error: Object is possibly 'null'. (ts) + // document.querySelector('body').appendChild(download_link); + document.getElementById('download_csv_container').appendChild(download_link); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:58:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:59:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: 'event.target' is possibly 'null'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: 'event.target' is possibly 'null'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: 'event.target' is possibly 'null'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:13 +Error: 'event.target' is possibly 'null'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:26 +Error: Property 'reset' does not exist on type 'EventTarget'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:46 +Error: Parameter 'input_upload_files' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:66 +Error: Parameter 'task_id' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:49:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:342:63 +Error: 'new_person_obj' is possibly 'null'. (ts) + data_kv: { + person_id_random: new_person_obj.person_id_random + }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:27:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:36:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:37:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:36 +Warn: This reference only captures the initial value of `container_class_li`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:81 +Warn: This reference only captures the initial value of `show_location_fields`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:50:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:51:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:50:46 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`[event_id] +layout A: ${data.params.event_id}`); + console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:42:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:43:20 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + $events_slct.event_id = ae_acct.slct.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:386:21 +Warn: Avoid using autofocus +https://svelte.dev/e/a11y_autofocus (svelte) + }} + autofocus + data-ignore="true" + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:169:61 +Error: Property 'default_qry_str' does not exist on type 'Session'. (ts) + const description = (session.description ?? '').toLowerCase(); + const qry_string = (session.default_qry_str ?? '').toLowerCase(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:38:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:39:31 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:40:35 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:41:32 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:42:30 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:82:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log('Remove the sign in fields from the URL.'); + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:83:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:84:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:85:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:86:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:88:27 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let new_url = data.url.toString(); + console.log(new_url); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:213:81 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_key ?? ''} + oninput={(e) => ($events_sess.auth__entered_key = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:220:86 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_passcode ?? ''} + oninput={(e) => ($events_sess.auth__entered_passcode = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:15:9 +Warn: `full_name_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let full_name_override: string = ''; + let professional_title_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:16:9 +Warn: `professional_title_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let full_name_override: string = ''; + let professional_title_override: string = ''; + let affiliations_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:17:9 +Warn: `affiliations_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let professional_title_override: string = ''; + let affiliations_override: string = ''; + let location_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:18:9 +Warn: `location_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let affiliations_override: string = ''; + let location_override: string = ''; + let email: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:19:9 +Warn: `email` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let location_override: string = ''; + let email: string = ''; + let allow_tracking: boolean = false; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:20:9 +Warn: `allow_tracking` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let email: string = ''; + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:21:9 +Warn: `badge_type_code` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:23:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:16:9 +Warn: `selected_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let file_input: HTMLInputElement; + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:17:9 +Warn: `upload_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:18:9 +Warn: `upload_message` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + let processed_badges_count: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:19:9 +Warn: `processed_badges_count` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_message: string = ''; + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:20:9 +Warn: `total_badges_in_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:100:60 +Error: 'error' is of type 'unknown'. (ts) + upload_status = 'error'; + upload_message = `Error processing file: ${error.message}`; + console.error('Error during file upload:', error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:73:28 +Warn: This reference only captures the initial value of `event_badge_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // *** Set initial variables + $slct.event_badge_id = event_badge_id; // $page['page_for']['event_badge_id']; + let trigger = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:295:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + + $effect(async () => { + if (browser && $lq__event_badge_obj?.event_badge_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:310:36 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:340:32 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:41:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let test_event_id = data.params.event_id; + let event_badge_id = data.params.badge_id; + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:43:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + let url_test_val = data.url.searchParams.get('test_val'); + console.log(`URL test_val = ${url_test_val}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:95:13 +Error: Type 'Event | undefined' is not assignable to type 'null'. + Type 'undefined' is not assignable to type 'null'. (ts) + const subscription = observable.subscribe((value) => { + lq__event_obj = value; + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:16:48 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:17:49 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:24:9 +Warn: `name` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + // Form fields + let name: string = ''; + let header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:25:9 +Warn: `header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let name: string = ''; + let header_path: string = ''; + let logo_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:26:9 +Warn: `logo_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_path: string = ''; + let logo_path: string = ''; + let header_row_1: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:27:9 +Warn: `header_row_1` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let logo_path: string = ''; + let header_row_1: string = ''; + let header_row_2: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:28:9 +Warn: `header_row_2` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_1: string = ''; + let header_row_2: string = ''; + let secondary_header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:29:9 +Warn: `secondary_header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_2: string = ''; + let secondary_header_path: string = ''; + let footer_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:30:9 +Warn: `footer_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let secondary_header_path: string = ''; + let footer_text: string = ''; + let show_qr_front: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:31:9 +Warn: `show_qr_front` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let footer_text: string = ''; + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:32:9 +Warn: `show_qr_back` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:33:9 +Warn: `wireless_ssid` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + let wireless_password: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:34:9 +Warn: `wireless_password` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_ssid: string = ''; + let wireless_password: string = ''; + let ticket_1_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:35:9 +Warn: `ticket_1_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_password: string = ''; + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:36:9 +Warn: `ticket_2_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:37:9 +Warn: `ticket_3_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:39:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:42:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + // Load template data if in edit mode + $effect(async () => { + if (template_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:91:24 +Error: Property 'length' does not exist on type 'Observable'. (ts) + {:then templates} + {#if templates.length > 0} +
+ +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:28 +Error: Argument of type 'Observable' is not assignable to parameter of type 'ArrayLike | Iterable | null | undefined'. (ts) +
    + {#each templates as template (template.event_badge_template_id_random)} +
  • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:51 +Error: 'template' is of type 'unknown'. (ts) +
      + {#each templates as template (template.event_badge_template_id_random)} +
    • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:96:36 +Error: 'template' is of type 'unknown'. (ts) +
    • + {template.name} +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:101:55 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + edit_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:108:57 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + delete_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_create_template_modal} + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_create_template_modal} + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_edit_template_modal} + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_edit_template_modal} + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(launcher)/cfg_components/launcher_cfg_native_os.svelte:75:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + + { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+layout.svelte:285:29 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + journal_id: $lq__journal_obj?.journal_id, + data_kv: data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:46:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + let ae_acct = data[$slct.account_id]; + let show_export_modal = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:280:6 +Error: Property 'entries' is missing in type '{ open: boolean; journal: Journal; on_close: () => boolean; }' but required in type 'Props'. (ts) + + osit-aether-app-svelte@3.12.08 check +> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json + +Loading svelte-check in workspace: /home/scott/OSIT_dev/aether_app_sveltekit +Getting Svelte diagnostics... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_events/ae_events__event_session.ts:172:17 +Error: Type 'Session[]' is not assignable to type 'ae_EventSession[]'. + Type 'Session' is not assignable to type 'ae_EventSession'. + Types of property 'group' are incompatible. + Type 'string | null' is not assignable to type 'string | undefined'. + Type 'null' is not assignable to type 'string | undefined'. + } + return cached_li; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:30 +Warn: This reference only captures the initial value of `qr_fps`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:45 +Warn: This reference only captures the initial value of `qr_viewfinder_width`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:560:5 +Warn: Do not use empty rulesets (css) + + .ae_element.qr_scanner div.qr_scanner_viewfinder { + /* max-width: 100vw; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:128:33 +Error: This comparison appears to be unintentional because the types '1' and '2' have no overlap. (ts) + + if (start_qr_scanner && 1 == 2) { + console.log('Ready to start QR scanning! (after x500ms)'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_files_tbl.svelte:425:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_clip_video_v1.svelte:64:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:69:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:71:76 +Warn: This reference only captures the initial value of `hosted_file_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:72:13 +Warn: This reference only captures the initial value of `hosted_file_obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:73:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:66 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_clipboard.svelte:48:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Clipboard component initialized with value:`, value); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_help_tech.svelte:77:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Help - technical support component loaded`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:39:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:40:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:41:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:42:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sys_menu.svelte:119:28 +Error: This comparison appears to be unintentional because the types '1' and '3' have no overlap. (ts) + " + class:top-0={expand && 1 == 3} + class:opacity-100={expand} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud.svelte:126:17 +Error: Object literal may only specify known properties, and 'field_value' does not exist in type '{ api_cfg: any; object_type: string; object_id: string; object_reload?: boolean | undefined; field_name: string; new_field_value: any; params: any; try_cache: boolean; log_lvl: number; }'. (ts) + field_name: field_name, + field_value: new_field_value, + key: api_cfg?.api_crud_super_key ?? '', // Extract key from api_cfg if available + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:464:5 +Warn: Unused CSS selector ".ae_crud .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud .field_editing_wrapper { + /* outline: dashed thin pink; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:507:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper:hover" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper:hover { + background-color: hsla(60, 60%, 90%, 0.8); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:512:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:535:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_codemirror_editor_wrapper.svelte:21:13 +Error: Object literal may only specify known properties, and '"class"' does not exist in type 'Props'. (ts) + expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:134:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:155:20 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (browser && mount_reload_sec) { + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:157:52 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:158:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:27:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:28:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:97:9 +Error: Type 'key_val | undefined' is not assignable to type 'key_val'. + Type 'undefined' is not assignable to type 'key_val'. (ts) + + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:448:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:53:38 +Error: Parameter 'file_list' implicitly has an 'any' type. (ts) + + async function process_file_list(file_list) { + console.log('*** process_file_list() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:271:40 +Error: Parameter 'index' implicitly has an 'any' type. (ts) + + function remove_file_from_filelist(index) { + console.log('*** remove_file_from_filelist() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:302:23 +Error: Property 'files' does not exist on type 'Element'. (ts) + // input_element.files = Object.assign({}, dt.files); + input_element.files = dt.files; // Assign the updates list + // input_file_list = null; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:83 +Error: 'e.target' is possibly 'null'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:92 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:71 +Error: 'e.target' is possibly 'null'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:80 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:620:92 +Error: Property 'disabled' does not exist on type '{}'. (ts) + key} + disabled={file_purpose_option?.disabled && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:622:96 +Error: Property 'hidden' does not exist on type '{}'. (ts) + !$ae_loc.edit_mode} + class:hidden={file_purpose_option?.hidden && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:625:83 +Error: Property 'name' does not exist on type '{}'. (ts) + > + {file_purpose_option?.name} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:44:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:45:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:46:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `for_type`; + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:47:43 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:55 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:83 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:59:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:60:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:82:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + // .and((x) => (x.content_type == `video/${extension}`)) + .and((x) => x.content_type.startsWith('video/')) + // .reverse() + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:91:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('audio/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:98:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('image/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:105:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('application/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:27:17 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + }: Props = $props(); + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:28:24 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:24:9 +Error: Type 'null' is not assignable to type 'string'. (ts) + row_header = false, + primary_obj_li_type = $bindable(slct_obj_li_type), + obj = null + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:84:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:85:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:88:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:89:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:103:49 +Error: Property 'substring' does not exist on type '{}'. (ts) + > + {obj_prop_value.substring(0, 25)} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:129:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:130:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:133:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:134:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:137:28 +Error: Type 'unknown' is not assignable to type 'string | null | undefined'. (ts) + > + {obj_prop_value} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:150:63 +Error: Property 'length' does not exist on type '{}'. (ts) + {#if obj_prop_value} + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:151:45 +Error: Property 'substring' does not exist on type '{}'. (ts) + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + {:else} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:35 +Error: Parameter 'qry' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:40 +Error: Parameter 'data' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:36 +Error: Binding element 'group_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:46 +Error: Binding element 'client_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:333:13 +Error: Type 'string' is not assignable to type 'null'. (ts) + ws_data.type = 'cmd'; + ws_data.cmd = cmd; + handle_send_ws_data(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:537:41 +Error: Property 'group_id' does not exist on type 'string'. (ts) + + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:538:40 +Error: Property 'client_id' does not exist on type 'string'. (ts) + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + — + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:540:40 +Error: Property 'target' does not exist on type 'string'. (ts) + — + {cmd_entry.target || 'No Target'} + | + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:543:40 +Error: Property 'type' does not exist on type 'string'. (ts) + + {cmd_entry.type || 'No Type'}: + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:546:41 +Error: Property 'cmd' does not exist on type 'string'. (ts) + + "{cmd_entry.cmd}" + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:70:53 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`ae_root +layout.svelte data:`, data); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:74:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. This should catch anything that is a child of this layout.svelte file. + $slct.account_id = data.account_id; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:78:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:382:20 +Warn: This reference only captures the initial value of `flag_clear_idb`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_clear_idb) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:468:20 +Warn: This reference only captures the initial value of `flag_reload`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_reload) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:483:13 +Warn: This reference only captures the initial value of `flag_clear_local`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Clear localStorage and sessionStorage + if (flag_clear_local) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:490:13 +Warn: This reference only captures the initial value of `flag_clear_sess`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + if (flag_clear_sess) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:606:22 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let iframe = data.url.searchParams.get('iframe'); + if (iframe == 'true') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:637:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is mainly for Precon CHOW + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:638:37 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:639:36 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:642:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:643:40 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:644:47 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:983:44 +Error: Expected 0 arguments, but got 1. (ts) + clear_idb(); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:73:44 +Error: Expected 0 arguments, but got 1. (ts) + onclick={() => { + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:106:44 +Error: Expected 0 arguments, but got 1. (ts) + ); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:124:13 +Error: Object literal may only specify known properties, and '"display"' does not exist in type 'Props'. (ts) + ds_name="Default: AE Hub - Site root page footer HTML" + display="block" + class_li={!$ae_loc.manager_access && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/+page.svelte:12:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) + $slct.account_id = data.account_id; + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/person_view.svelte:41:31 +Warn: This reference only captures the initial value of `person_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`person_id:`, person_id); + let lq__person_obj = $derived( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:79:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:102:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:112:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:150:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:154:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:19:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:45:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + method: 'disable', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:75:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:93:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:137:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:142:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:148:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:164:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:168:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:175:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:179:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:202:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:209:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:238:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:22:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:23:18 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:24:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:25:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:26:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:27:22 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:28:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:29:24 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:30:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:31:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:32:17 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:33:15 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:34:19 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:128:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:133:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:138:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:159:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:168:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:181:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:190:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:197:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:226:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:48:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:72:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:22:21 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:23:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:24:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:27:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:28:29 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:29:23 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:30:24 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:31:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:32:18 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:33:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:34:25 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:35:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + hide: person?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:36:15 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: person?.enable ?? true, + hide: person?.hide ?? false, + priority: person?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:37:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: person?.hide ?? false, + priority: person?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:151:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:155:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:162:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:166:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:172:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:185:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:202:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:215:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:223:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:251:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:262:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:46:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:47:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:49:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + $ae_loc.url_origin = data.url.origin; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:446:5 +Warn: Unused CSS selector "section.ae_quick_popover" +https://svelte.dev/e/css_unused_selector (svelte) + /* The section.ae_quick_popover should be above the rest of the content and centered on the page. */ + section.ae_quick_popover { + position: fixed; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:82:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:105:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:142:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:146:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:150:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:154:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:171:33 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:29:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:34:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + enabled: 'all', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:74:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv: { fqdn, enable: true }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:84:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:96:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:85:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:109:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:29:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let { data }: Props = $props(); + let user = $state(data.user); + let saving = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
      + +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:41:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`$slct.account_id = `, $slct.account_id); + if (log_lvl) { + console.log(`$slct.account_id = `, $slct.account_id); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + // console.log(`ae_acct = `, ae_acct); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:81:39 +Error: Parameter 'ae_obj_li' implicitly has an 'any' type. (ts) + + function generate_file_export_csv(ae_obj_li) { + console.log(`*** generate_file_export_csv() ***`, ae_obj_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:201:9 +Error: Object is possibly 'null'. (ts) + // document.querySelector('body').appendChild(download_link); + document.getElementById('download_csv_container').appendChild(download_link); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:58:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:59:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: 'event.target' is possibly 'null'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: 'event.target' is possibly 'null'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: 'event.target' is possibly 'null'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:13 +Error: 'event.target' is possibly 'null'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:26 +Error: Property 'reset' does not exist on type 'EventTarget'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:46 +Error: Parameter 'input_upload_files' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:66 +Error: Parameter 'task_id' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:49:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:342:63 +Error: 'new_person_obj' is possibly 'null'. (ts) + data_kv: { + person_id_random: new_person_obj.person_id_random + }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:27:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:36:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:37:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:36 +Warn: This reference only captures the initial value of `container_class_li`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:81 +Warn: This reference only captures the initial value of `show_location_fields`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:50:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:51:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:50:46 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`[event_id] +layout A: ${data.params.event_id}`); + console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:42:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:43:20 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + $events_slct.event_id = ae_acct.slct.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:386:21 +Warn: Avoid using autofocus +https://svelte.dev/e/a11y_autofocus (svelte) + }} + autofocus + data-ignore="true" + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:169:61 +Error: Property 'default_qry_str' does not exist on type 'Session'. (ts) + const description = (session.description ?? '').toLowerCase(); + const qry_string = (session.default_qry_str ?? '').toLowerCase(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:38:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:39:31 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:40:35 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:41:32 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:42:30 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:82:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log('Remove the sign in fields from the URL.'); + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:83:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:84:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:85:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:86:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:88:27 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let new_url = data.url.toString(); + console.log(new_url); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:213:81 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_key ?? ''} + oninput={(e) => ($events_sess.auth__entered_key = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:220:86 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_passcode ?? ''} + oninput={(e) => ($events_sess.auth__entered_passcode = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:15:9 +Warn: `full_name_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let full_name_override: string = ''; + let professional_title_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:16:9 +Warn: `professional_title_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let full_name_override: string = ''; + let professional_title_override: string = ''; + let affiliations_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:17:9 +Warn: `affiliations_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let professional_title_override: string = ''; + let affiliations_override: string = ''; + let location_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:18:9 +Warn: `location_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let affiliations_override: string = ''; + let location_override: string = ''; + let email: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:19:9 +Warn: `email` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let location_override: string = ''; + let email: string = ''; + let allow_tracking: boolean = false; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:20:9 +Warn: `allow_tracking` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let email: string = ''; + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:21:9 +Warn: `badge_type_code` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:23:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:16:9 +Warn: `selected_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let file_input: HTMLInputElement; + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:17:9 +Warn: `upload_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:18:9 +Warn: `upload_message` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + let processed_badges_count: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:19:9 +Warn: `processed_badges_count` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_message: string = ''; + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:20:9 +Warn: `total_badges_in_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:100:60 +Error: 'error' is of type 'unknown'. (ts) + upload_status = 'error'; + upload_message = `Error processing file: ${error.message}`; + console.error('Error during file upload:', error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:73:28 +Warn: This reference only captures the initial value of `event_badge_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // *** Set initial variables + $slct.event_badge_id = event_badge_id; // $page['page_for']['event_badge_id']; + let trigger = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:295:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + + $effect(async () => { + if (browser && $lq__event_badge_obj?.event_badge_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:310:36 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:340:32 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:41:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let test_event_id = data.params.event_id; + let event_badge_id = data.params.badge_id; + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:43:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + let url_test_val = data.url.searchParams.get('test_val'); + console.log(`URL test_val = ${url_test_val}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:95:13 +Error: Type 'Event | undefined' is not assignable to type 'null'. + Type 'undefined' is not assignable to type 'null'. (ts) + const subscription = observable.subscribe((value) => { + lq__event_obj = value; + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:16:48 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:17:49 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:24:9 +Warn: `name` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + // Form fields + let name: string = ''; + let header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:25:9 +Warn: `header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let name: string = ''; + let header_path: string = ''; + let logo_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:26:9 +Warn: `logo_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_path: string = ''; + let logo_path: string = ''; + let header_row_1: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:27:9 +Warn: `header_row_1` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let logo_path: string = ''; + let header_row_1: string = ''; + let header_row_2: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:28:9 +Warn: `header_row_2` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_1: string = ''; + let header_row_2: string = ''; + let secondary_header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:29:9 +Warn: `secondary_header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_2: string = ''; + let secondary_header_path: string = ''; + let footer_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:30:9 +Warn: `footer_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let secondary_header_path: string = ''; + let footer_text: string = ''; + let show_qr_front: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:31:9 +Warn: `show_qr_front` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let footer_text: string = ''; + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:32:9 +Warn: `show_qr_back` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:33:9 +Warn: `wireless_ssid` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + let wireless_password: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:34:9 +Warn: `wireless_password` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_ssid: string = ''; + let wireless_password: string = ''; + let ticket_1_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:35:9 +Warn: `ticket_1_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_password: string = ''; + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:36:9 +Warn: `ticket_2_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:37:9 +Warn: `ticket_3_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:39:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:42:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + // Load template data if in edit mode + $effect(async () => { + if (template_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:91:24 +Error: Property 'length' does not exist on type 'Observable'. (ts) + {:then templates} + {#if templates.length > 0} +
      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:28 +Error: Argument of type 'Observable' is not assignable to parameter of type 'ArrayLike | Iterable | null | undefined'. (ts) +
        + {#each templates as template (template.event_badge_template_id_random)} +
      • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:51 +Error: 'template' is of type 'unknown'. (ts) +
          + {#each templates as template (template.event_badge_template_id_random)} +
        • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:96:36 +Error: 'template' is of type 'unknown'. (ts) +
        • + {template.name} +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:101:55 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + edit_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:108:57 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + delete_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_create_template_modal} + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_create_template_modal} + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_edit_template_modal} + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_edit_template_modal} + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(launcher)/cfg_components/launcher_cfg_native_os.svelte:75:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + + { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+layout.svelte:285:29 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + journal_id: $lq__journal_obj?.journal_id, + data_kv: data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:46:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + let ae_acct = data[$slct.account_id]; + let show_export_modal = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:280:6 +Error: Property 'entries' is missing in type '{ open: boolean; journal: Journal; on_close: () => boolean; }' but required in type 'Props'. (ts) + + osit-aether-app-svelte@3.12.08 check +> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json + +Loading svelte-check in workspace: /home/scott/OSIT_dev/aether_app_sveltekit +Getting Svelte diagnostics... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_events/ae_events__event_session.ts:172:17 +Error: Type 'Session[]' is not assignable to type 'ae_EventSession[]'. + Type 'Session' is not assignable to type 'ae_EventSession'. + Types of property 'group' are incompatible. + Type 'string | null' is not assignable to type 'string | undefined'. + Type 'null' is not assignable to type 'string | undefined'. + } + return cached_li; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:30 +Warn: This reference only captures the initial value of `qr_fps`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:45 +Warn: This reference only captures the initial value of `qr_viewfinder_width`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:560:5 +Warn: Do not use empty rulesets (css) + + .ae_element.qr_scanner div.qr_scanner_viewfinder { + /* max-width: 100vw; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:128:33 +Error: This comparison appears to be unintentional because the types '1' and '2' have no overlap. (ts) + + if (start_qr_scanner && 1 == 2) { + console.log('Ready to start QR scanning! (after x500ms)'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_files_tbl.svelte:425:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_clip_video_v1.svelte:64:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:69:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:71:76 +Warn: This reference only captures the initial value of `hosted_file_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:72:13 +Warn: This reference only captures the initial value of `hosted_file_obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:73:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:66 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_clipboard.svelte:48:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Clipboard component initialized with value:`, value); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_help_tech.svelte:77:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Help - technical support component loaded`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:39:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:40:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:41:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:42:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sys_menu.svelte:119:28 +Error: This comparison appears to be unintentional because the types '1' and '3' have no overlap. (ts) + " + class:top-0={expand && 1 == 3} + class:opacity-100={expand} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud.svelte:126:17 +Error: Object literal may only specify known properties, and 'field_value' does not exist in type '{ api_cfg: any; object_type: string; object_id: string; object_reload?: boolean | undefined; field_name: string; new_field_value: any; params: any; try_cache: boolean; log_lvl: number; }'. (ts) + field_name: field_name, + field_value: new_field_value, + key: api_cfg?.api_crud_super_key ?? '', // Extract key from api_cfg if available + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:464:5 +Warn: Unused CSS selector ".ae_crud .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud .field_editing_wrapper { + /* outline: dashed thin pink; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:507:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper:hover" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper:hover { + background-color: hsla(60, 60%, 90%, 0.8); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:512:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:535:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_codemirror_editor_wrapper.svelte:21:13 +Error: Object literal may only specify known properties, and '"class"' does not exist in type 'Props'. (ts) + ` attempted to close an element that was not open +https://svelte.dev/e/element_invalid_closing_tag (svelte) + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:909:1 +Error: `` attempted to close an element that was not open +https://svelte.dev/e/element_invalid_closing_tag (ts) + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:448:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:53:38 +Error: Parameter 'file_list' implicitly has an 'any' type. (ts) + + async function process_file_list(file_list) { + console.log('*** process_file_list() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:271:40 +Error: Parameter 'index' implicitly has an 'any' type. (ts) + + function remove_file_from_filelist(index) { + console.log('*** remove_file_from_filelist() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:302:23 +Error: Property 'files' does not exist on type 'Element'. (ts) + // input_element.files = Object.assign({}, dt.files); + input_element.files = dt.files; // Assign the updates list + // input_file_list = null; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:83 +Error: 'e.target' is possibly 'null'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:92 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:71 +Error: 'e.target' is possibly 'null'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:80 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:620:92 +Error: Property 'disabled' does not exist on type '{}'. (ts) + key} + disabled={file_purpose_option?.disabled && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:622:96 +Error: Property 'hidden' does not exist on type '{}'. (ts) + !$ae_loc.edit_mode} + class:hidden={file_purpose_option?.hidden && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:625:83 +Error: Property 'name' does not exist on type '{}'. (ts) + > + {file_purpose_option?.name} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:44:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:45:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:46:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `for_type`; + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:47:43 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:55 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:83 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:59:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:60:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:82:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + // .and((x) => (x.content_type == `video/${extension}`)) + .and((x) => x.content_type.startsWith('video/')) + // .reverse() + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:91:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('audio/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:98:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('image/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:105:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('application/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:27:17 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + }: Props = $props(); + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:28:24 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:24:9 +Error: Type 'null' is not assignable to type 'string'. (ts) + row_header = false, + primary_obj_li_type = $bindable(slct_obj_li_type), + obj = null + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:84:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:85:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:88:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:89:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:103:49 +Error: Property 'substring' does not exist on type '{}'. (ts) + > + {obj_prop_value.substring(0, 25)} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:129:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:130:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:133:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:134:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:137:28 +Error: Type 'unknown' is not assignable to type 'string | null | undefined'. (ts) + > + {obj_prop_value} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:150:63 +Error: Property 'length' does not exist on type '{}'. (ts) + {#if obj_prop_value} + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:151:45 +Error: Property 'substring' does not exist on type '{}'. (ts) + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + {:else} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:35 +Error: Parameter 'qry' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:40 +Error: Parameter 'data' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:36 +Error: Binding element 'group_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:46 +Error: Binding element 'client_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:333:13 +Error: Type 'string' is not assignable to type 'null'. (ts) + ws_data.type = 'cmd'; + ws_data.cmd = cmd; + handle_send_ws_data(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:537:41 +Error: Property 'group_id' does not exist on type 'string'. (ts) + + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:538:40 +Error: Property 'client_id' does not exist on type 'string'. (ts) + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + — + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:540:40 +Error: Property 'target' does not exist on type 'string'. (ts) + — + {cmd_entry.target || 'No Target'} + | + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:543:40 +Error: Property 'type' does not exist on type 'string'. (ts) + + {cmd_entry.type || 'No Type'}: + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:546:41 +Error: Property 'cmd' does not exist on type 'string'. (ts) + + "{cmd_entry.cmd}" + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:70:53 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`ae_root +layout.svelte data:`, data); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:74:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. This should catch anything that is a child of this layout.svelte file. + $slct.account_id = data.account_id; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:78:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:382:20 +Warn: This reference only captures the initial value of `flag_clear_idb`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_clear_idb) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:468:20 +Warn: This reference only captures the initial value of `flag_reload`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_reload) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:483:13 +Warn: This reference only captures the initial value of `flag_clear_local`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Clear localStorage and sessionStorage + if (flag_clear_local) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:490:13 +Warn: This reference only captures the initial value of `flag_clear_sess`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + if (flag_clear_sess) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:606:22 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let iframe = data.url.searchParams.get('iframe'); + if (iframe == 'true') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:637:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is mainly for Precon CHOW + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:638:37 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:639:36 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:642:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:643:40 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:644:47 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:983:44 +Error: Expected 0 arguments, but got 1. (ts) + clear_idb(); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:11:12 +Error: Module '"/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte"' has no default export. (ts) + + import Element_data_store from '$lib/elements/element_data_store_v2.svelte'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:73:44 +Error: Expected 0 arguments, but got 1. (ts) + onclick={() => { + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:106:44 +Error: Expected 0 arguments, but got 1. (ts) + ); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/+page.svelte:12:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) + $slct.account_id = data.account_id; + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/person_view.svelte:41:31 +Warn: This reference only captures the initial value of `person_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`person_id:`, person_id); + let lq__person_obj = $derived( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:79:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:102:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:112:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:150:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:154:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:19:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:45:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + method: 'disable', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:75:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:93:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:137:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:142:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:148:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:164:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:168:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:175:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:179:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:202:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:209:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:238:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:22:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:23:18 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:24:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:25:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:26:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:27:22 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:28:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:29:24 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:30:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:31:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:32:17 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:33:15 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:34:19 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:128:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:133:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:138:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:159:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:168:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:181:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:190:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:197:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:226:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:48:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:72:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:22:21 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:23:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:24:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:27:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:28:29 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:29:23 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:30:24 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:31:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:32:18 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:33:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:34:25 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:35:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + hide: person?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:36:15 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: person?.enable ?? true, + hide: person?.hide ?? false, + priority: person?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:37:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: person?.hide ?? false, + priority: person?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:151:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:155:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:162:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:166:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:172:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:185:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:202:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:215:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:223:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:251:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:262:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:46:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:47:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:49:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + $ae_loc.url_origin = data.url.origin; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:446:5 +Warn: Unused CSS selector "section.ae_quick_popover" +https://svelte.dev/e/css_unused_selector (svelte) + /* The section.ae_quick_popover should be above the rest of the content and centered on the page. */ + section.ae_quick_popover { + position: fixed; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:12:12 +Error: Module '"/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte"' has no default export. (ts) + // import Element_ae_crud from '$lib/element_ae_crud.svelte'; + import Element_data_store from '$lib/elements/element_data_store_v2.svelte'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:82:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:105:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:142:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:146:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:150:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:154:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:171:33 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:29:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:34:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + enabled: 'all', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:74:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv: { fqdn, enable: true }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:84:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:96:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:85:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:109:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:29:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let { data }: Props = $props(); + let user = $state(data.user); + let saving = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
          + +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:41:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`$slct.account_id = `, $slct.account_id); + if (log_lvl) { + console.log(`$slct.account_id = `, $slct.account_id); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + // console.log(`ae_acct = `, ae_acct); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:16:12 +Error: Module '"/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte"' has no default export. (ts) + import { ae_loc, ae_sess, ae_api, slct } from '$lib/stores/ae_stores'; + import Element_data_store from '$lib/elements/element_data_store_v2.svelte'; + import { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:81:39 +Error: Parameter 'ae_obj_li' implicitly has an 'any' type. (ts) + + function generate_file_export_csv(ae_obj_li) { + console.log(`*** generate_file_export_csv() ***`, ae_obj_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:201:9 +Error: Object is possibly 'null'. (ts) + // document.querySelector('body').appendChild(download_link); + document.getElementById('download_csv_container').appendChild(download_link); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:58:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:59:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: 'event.target' is possibly 'null'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: 'event.target' is possibly 'null'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: 'event.target' is possibly 'null'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:13 +Error: 'event.target' is possibly 'null'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:26 +Error: Property 'reset' does not exist on type 'EventTarget'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:46 +Error: Parameter 'input_upload_files' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:66 +Error: Parameter 'task_id' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:49:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:342:63 +Error: 'new_person_obj' is possibly 'null'. (ts) + data_kv: { + person_id_random: new_person_obj.person_id_random + }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:27:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:36:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:37:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:36 +Warn: This reference only captures the initial value of `container_class_li`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:81 +Warn: This reference only captures the initial value of `show_location_fields`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:50:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:51:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:50:46 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`[event_id] +layout A: ${data.params.event_id}`); + console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/event_page_menu.svelte:33:12 +Error: Module '"/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte"' has no default export. (ts) + import Element_ae_crud from '$lib/elements/element_ae_crud.svelte'; + import Element_data_store from '$lib/elements/element_data_store_v2.svelte'; + import Comp__events_menu_nav from '../ae_comp__events_menu_nav.svelte'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:42:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:43:20 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + $events_slct.event_id = ae_acct.slct.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:386:21 +Warn: Avoid using autofocus +https://svelte.dev/e/a11y_autofocus (svelte) + }} + autofocus + data-ignore="true" + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:169:61 +Error: Property 'default_qry_str' does not exist on type 'Session'. (ts) + const description = (session.description ?? '').toLowerCase(); + const qry_string = (session.default_qry_str ?? '').toLowerCase(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:38:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:39:31 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:40:35 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:41:32 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:42:30 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:82:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log('Remove the sign in fields from the URL.'); + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:83:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:84:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:85:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:86:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:88:27 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let new_url = data.url.toString(); + console.log(new_url); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:213:81 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_key ?? ''} + oninput={(e) => ($events_sess.auth__entered_key = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:220:86 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_passcode ?? ''} + oninput={(e) => ($events_sess.auth__entered_passcode = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:15:9 +Warn: `full_name_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let full_name_override: string = ''; + let professional_title_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:16:9 +Warn: `professional_title_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let full_name_override: string = ''; + let professional_title_override: string = ''; + let affiliations_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:17:9 +Warn: `affiliations_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let professional_title_override: string = ''; + let affiliations_override: string = ''; + let location_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:18:9 +Warn: `location_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let affiliations_override: string = ''; + let location_override: string = ''; + let email: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:19:9 +Warn: `email` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let location_override: string = ''; + let email: string = ''; + let allow_tracking: boolean = false; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:20:9 +Warn: `allow_tracking` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let email: string = ''; + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:21:9 +Warn: `badge_type_code` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:23:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:16:9 +Warn: `selected_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let file_input: HTMLInputElement; + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:17:9 +Warn: `upload_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:18:9 +Warn: `upload_message` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + let processed_badges_count: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:19:9 +Warn: `processed_badges_count` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_message: string = ''; + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:20:9 +Warn: `total_badges_in_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:100:60 +Error: 'error' is of type 'unknown'. (ts) + upload_status = 'error'; + upload_message = `Error processing file: ${error.message}`; + console.error('Error during file upload:', error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:73:28 +Warn: This reference only captures the initial value of `event_badge_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // *** Set initial variables + $slct.event_badge_id = event_badge_id; // $page['page_for']['event_badge_id']; + let trigger = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:295:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + + $effect(async () => { + if (browser && $lq__event_badge_obj?.event_badge_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:310:36 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:340:32 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:41:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let test_event_id = data.params.event_id; + let event_badge_id = data.params.badge_id; + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:43:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + let url_test_val = data.url.searchParams.get('test_val'); + console.log(`URL test_val = ${url_test_val}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:95:13 +Error: Type 'Event | undefined' is not assignable to type 'null'. + Type 'undefined' is not assignable to type 'null'. (ts) + const subscription = observable.subscribe((value) => { + lq__event_obj = value; + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:16:48 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:17:49 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:24:9 +Warn: `name` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + // Form fields + let name: string = ''; + let header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:25:9 +Warn: `header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let name: string = ''; + let header_path: string = ''; + let logo_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:26:9 +Warn: `logo_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_path: string = ''; + let logo_path: string = ''; + let header_row_1: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:27:9 +Warn: `header_row_1` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let logo_path: string = ''; + let header_row_1: string = ''; + let header_row_2: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:28:9 +Warn: `header_row_2` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_1: string = ''; + let header_row_2: string = ''; + let secondary_header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:29:9 +Warn: `secondary_header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_2: string = ''; + let secondary_header_path: string = ''; + let footer_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:30:9 +Warn: `footer_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let secondary_header_path: string = ''; + let footer_text: string = ''; + let show_qr_front: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:31:9 +Warn: `show_qr_front` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let footer_text: string = ''; + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:32:9 +Warn: `show_qr_back` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:33:9 +Warn: `wireless_ssid` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + let wireless_password: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:34:9 +Warn: `wireless_password` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_ssid: string = ''; + let wireless_password: string = ''; + let ticket_1_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:35:9 +Warn: `ticket_1_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_password: string = ''; + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:36:9 +Warn: `ticket_2_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:37:9 +Warn: `ticket_3_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:39:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:42:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + // Load template data if in edit mode + $effect(async () => { + if (template_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:91:24 +Error: Property 'length' does not exist on type 'Observable'. (ts) + {:then templates} + {#if templates.length > 0} +
          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:28 +Error: Argument of type 'Observable' is not assignable to parameter of type 'ArrayLike | Iterable | null | undefined'. (ts) +
            + {#each templates as template (template.event_badge_template_id_random)} +
          • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:51 +Error: 'template' is of type 'unknown'. (ts) +
              + {#each templates as template (template.event_badge_template_id_random)} +
            • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:96:36 +Error: 'template' is of type 'unknown'. (ts) +
            • + {template.name} +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:101:55 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + edit_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:108:57 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + delete_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_create_template_modal} + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_create_template_modal} + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_edit_template_modal} + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_edit_template_modal} + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(launcher)/cfg_components/launcher_cfg_native_os.svelte:75:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + + { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+layout.svelte:285:29 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + journal_id: $lq__journal_obj?.journal_id, + data_kv: data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:46:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + let ae_acct = data[$slct.account_id]; + let show_export_modal = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:280:6 +Error: Property 'entries' is missing in type '{ open: boolean; journal: Journal; on_close: () => boolean; }' but required in type 'Props'. (ts) + + osit-aether-app-svelte@3.12.08 check +> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json + +Loading svelte-check in workspace: /home/scott/OSIT_dev/aether_app_sveltekit +Getting Svelte diagnostics... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_events/ae_events__event_session.ts:172:17 +Error: Type 'Session[]' is not assignable to type 'ae_EventSession[]'. + Type 'Session' is not assignable to type 'ae_EventSession'. + Types of property 'group' are incompatible. + Type 'string | null' is not assignable to type 'string | undefined'. + Type 'null' is not assignable to type 'string | undefined'. + } + return cached_li; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:30 +Warn: This reference only captures the initial value of `qr_fps`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:45 +Warn: This reference only captures the initial value of `qr_viewfinder_width`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:560:5 +Warn: Do not use empty rulesets (css) + + .ae_element.qr_scanner div.qr_scanner_viewfinder { + /* max-width: 100vw; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:128:33 +Error: This comparison appears to be unintentional because the types '1' and '2' have no overlap. (ts) + + if (start_qr_scanner && 1 == 2) { + console.log('Ready to start QR scanning! (after x500ms)'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_files_tbl.svelte:425:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_clip_video_v1.svelte:64:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:69:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:71:76 +Warn: This reference only captures the initial value of `hosted_file_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:72:13 +Warn: This reference only captures the initial value of `hosted_file_obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:73:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:66 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_clipboard.svelte:48:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Clipboard component initialized with value:`, value); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_help_tech.svelte:77:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Help - technical support component loaded`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:39:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:40:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:41:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:42:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sys_menu.svelte:119:28 +Error: This comparison appears to be unintentional because the types '1' and '3' have no overlap. (ts) + " + class:top-0={expand && 1 == 3} + class:opacity-100={expand} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud.svelte:126:17 +Error: Object literal may only specify known properties, and 'field_value' does not exist in type '{ api_cfg: any; object_type: string; object_id: string; object_reload?: boolean | undefined; field_name: string; new_field_value: any; params: any; try_cache: boolean; log_lvl: number; }'. (ts) + field_name: field_name, + field_value: new_field_value, + key: api_cfg?.api_crud_super_key ?? '', // Extract key from api_cfg if available + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:464:5 +Warn: Unused CSS selector ".ae_crud .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud .field_editing_wrapper { + /* outline: dashed thin pink; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:507:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper:hover" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper:hover { + background-color: hsla(60, 60%, 90%, 0.8); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:512:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:535:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_codemirror_editor_wrapper.svelte:21:13 +Error: Object literal may only specify known properties, and '"class"' does not exist in type 'Props'. (ts) + expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:142:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:159:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:159:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:163:20 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (browser && mount_reload_sec) { + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:165:52 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:166:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:448:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:53:38 +Error: Parameter 'file_list' implicitly has an 'any' type. (ts) + + async function process_file_list(file_list) { + console.log('*** process_file_list() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:271:40 +Error: Parameter 'index' implicitly has an 'any' type. (ts) + + function remove_file_from_filelist(index) { + console.log('*** remove_file_from_filelist() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:302:23 +Error: Property 'files' does not exist on type 'Element'. (ts) + // input_element.files = Object.assign({}, dt.files); + input_element.files = dt.files; // Assign the updates list + // input_file_list = null; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:83 +Error: 'e.target' is possibly 'null'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:92 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:71 +Error: 'e.target' is possibly 'null'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:80 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:620:92 +Error: Property 'disabled' does not exist on type '{}'. (ts) + key} + disabled={file_purpose_option?.disabled && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:622:96 +Error: Property 'hidden' does not exist on type '{}'. (ts) + !$ae_loc.edit_mode} + class:hidden={file_purpose_option?.hidden && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:625:83 +Error: Property 'name' does not exist on type '{}'. (ts) + > + {file_purpose_option?.name} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:44:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:45:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:46:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `for_type`; + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:47:43 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:55 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:83 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:59:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:60:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:82:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + // .and((x) => (x.content_type == `video/${extension}`)) + .and((x) => x.content_type.startsWith('video/')) + // .reverse() + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:91:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('audio/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:98:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('image/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:105:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('application/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:27:17 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + }: Props = $props(); + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:28:24 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:24:9 +Error: Type 'null' is not assignable to type 'string'. (ts) + row_header = false, + primary_obj_li_type = $bindable(slct_obj_li_type), + obj = null + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:84:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:85:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:88:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:89:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:103:49 +Error: Property 'substring' does not exist on type '{}'. (ts) + > + {obj_prop_value.substring(0, 25)} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:129:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:130:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:133:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:134:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:137:28 +Error: Type 'unknown' is not assignable to type 'string | null | undefined'. (ts) + > + {obj_prop_value} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:150:63 +Error: Property 'length' does not exist on type '{}'. (ts) + {#if obj_prop_value} + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:151:45 +Error: Property 'substring' does not exist on type '{}'. (ts) + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + {:else} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:35 +Error: Parameter 'qry' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:40 +Error: Parameter 'data' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:36 +Error: Binding element 'group_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:46 +Error: Binding element 'client_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:333:13 +Error: Type 'string' is not assignable to type 'null'. (ts) + ws_data.type = 'cmd'; + ws_data.cmd = cmd; + handle_send_ws_data(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:537:41 +Error: Property 'group_id' does not exist on type 'string'. (ts) + + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:538:40 +Error: Property 'client_id' does not exist on type 'string'. (ts) + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + — + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:540:40 +Error: Property 'target' does not exist on type 'string'. (ts) + — + {cmd_entry.target || 'No Target'} + | + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:543:40 +Error: Property 'type' does not exist on type 'string'. (ts) + + {cmd_entry.type || 'No Type'}: + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:546:41 +Error: Property 'cmd' does not exist on type 'string'. (ts) + + "{cmd_entry.cmd}" + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:70:53 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`ae_root +layout.svelte data:`, data); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:74:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. This should catch anything that is a child of this layout.svelte file. + $slct.account_id = data.account_id; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:78:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:382:20 +Warn: This reference only captures the initial value of `flag_clear_idb`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_clear_idb) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:468:20 +Warn: This reference only captures the initial value of `flag_reload`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_reload) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:483:13 +Warn: This reference only captures the initial value of `flag_clear_local`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Clear localStorage and sessionStorage + if (flag_clear_local) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:490:13 +Warn: This reference only captures the initial value of `flag_clear_sess`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + if (flag_clear_sess) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:606:22 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let iframe = data.url.searchParams.get('iframe'); + if (iframe == 'true') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:637:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is mainly for Precon CHOW + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:638:37 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:639:36 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:642:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:643:40 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:644:47 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:983:44 +Error: Expected 0 arguments, but got 1. (ts) + clear_idb(); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:73:44 +Error: Expected 0 arguments, but got 1. (ts) + onclick={() => { + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:106:44 +Error: Expected 0 arguments, but got 1. (ts) + ); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:124:13 +Error: Object literal may only specify known properties, and '"display"' does not exist in type 'Props'. (ts) + ds_name="Default: AE Hub - Site root page footer HTML" + display="block" + class_li={!$ae_loc.manager_access && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/+page.svelte:12:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) + $slct.account_id = data.account_id; + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/person_view.svelte:41:31 +Warn: This reference only captures the initial value of `person_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`person_id:`, person_id); + let lq__person_obj = $derived( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:79:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:102:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:112:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:150:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:154:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:19:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:45:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + method: 'disable', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:75:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:93:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:137:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:142:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:148:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:164:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:168:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:175:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:179:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:202:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:209:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:238:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:22:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:23:18 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:24:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:25:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:26:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:27:22 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:28:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:29:24 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:30:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:31:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:32:17 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:33:15 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:34:19 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:128:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:133:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:138:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:159:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:168:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:181:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:190:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:197:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:226:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:48:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:72:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:22:21 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:23:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:24:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:27:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:28:29 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:29:23 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:30:24 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:31:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:32:18 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:33:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:34:25 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:35:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + hide: person?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:36:15 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: person?.enable ?? true, + hide: person?.hide ?? false, + priority: person?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:37:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: person?.hide ?? false, + priority: person?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:151:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:155:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:162:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:166:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:172:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:185:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:202:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:215:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:223:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:251:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:262:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:46:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:47:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:49:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + $ae_loc.url_origin = data.url.origin; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:446:5 +Warn: Unused CSS selector "section.ae_quick_popover" +https://svelte.dev/e/css_unused_selector (svelte) + /* The section.ae_quick_popover should be above the rest of the content and centered on the page. */ + section.ae_quick_popover { + position: fixed; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:82:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:105:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:142:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:146:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:150:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:154:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:171:33 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:29:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:34:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + enabled: 'all', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:74:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv: { fqdn, enable: true }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:84:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:96:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:85:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:109:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:29:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let { data }: Props = $props(); + let user = $state(data.user); + let saving = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
              + +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:41:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`$slct.account_id = `, $slct.account_id); + if (log_lvl) { + console.log(`$slct.account_id = `, $slct.account_id); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + // console.log(`ae_acct = `, ae_acct); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:81:39 +Error: Parameter 'ae_obj_li' implicitly has an 'any' type. (ts) + + function generate_file_export_csv(ae_obj_li) { + console.log(`*** generate_file_export_csv() ***`, ae_obj_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:201:9 +Error: Object is possibly 'null'. (ts) + // document.querySelector('body').appendChild(download_link); + document.getElementById('download_csv_container').appendChild(download_link); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:58:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:59:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: 'event.target' is possibly 'null'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: 'event.target' is possibly 'null'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: 'event.target' is possibly 'null'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:13 +Error: 'event.target' is possibly 'null'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:26 +Error: Property 'reset' does not exist on type 'EventTarget'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:46 +Error: Parameter 'input_upload_files' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:66 +Error: Parameter 'task_id' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:49:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:342:63 +Error: 'new_person_obj' is possibly 'null'. (ts) + data_kv: { + person_id_random: new_person_obj.person_id_random + }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:27:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:36:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:37:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:36 +Warn: This reference only captures the initial value of `container_class_li`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:81 +Warn: This reference only captures the initial value of `show_location_fields`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:50:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:51:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:50:46 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`[event_id] +layout A: ${data.params.event_id}`); + console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:42:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:43:20 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + $events_slct.event_id = ae_acct.slct.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:386:21 +Warn: Avoid using autofocus +https://svelte.dev/e/a11y_autofocus (svelte) + }} + autofocus + data-ignore="true" + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:169:61 +Error: Property 'default_qry_str' does not exist on type 'Session'. (ts) + const description = (session.description ?? '').toLowerCase(); + const qry_string = (session.default_qry_str ?? '').toLowerCase(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:38:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:39:31 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:40:35 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:41:32 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:42:30 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:82:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log('Remove the sign in fields from the URL.'); + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:83:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:84:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:85:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:86:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:88:27 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let new_url = data.url.toString(); + console.log(new_url); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:213:81 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_key ?? ''} + oninput={(e) => ($events_sess.auth__entered_key = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:220:86 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_passcode ?? ''} + oninput={(e) => ($events_sess.auth__entered_passcode = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:15:9 +Warn: `full_name_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let full_name_override: string = ''; + let professional_title_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:16:9 +Warn: `professional_title_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let full_name_override: string = ''; + let professional_title_override: string = ''; + let affiliations_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:17:9 +Warn: `affiliations_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let professional_title_override: string = ''; + let affiliations_override: string = ''; + let location_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:18:9 +Warn: `location_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let affiliations_override: string = ''; + let location_override: string = ''; + let email: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:19:9 +Warn: `email` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let location_override: string = ''; + let email: string = ''; + let allow_tracking: boolean = false; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:20:9 +Warn: `allow_tracking` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let email: string = ''; + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:21:9 +Warn: `badge_type_code` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:23:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:16:9 +Warn: `selected_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let file_input: HTMLInputElement; + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:17:9 +Warn: `upload_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:18:9 +Warn: `upload_message` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + let processed_badges_count: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:19:9 +Warn: `processed_badges_count` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_message: string = ''; + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:20:9 +Warn: `total_badges_in_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:100:60 +Error: 'error' is of type 'unknown'. (ts) + upload_status = 'error'; + upload_message = `Error processing file: ${error.message}`; + console.error('Error during file upload:', error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:73:28 +Warn: This reference only captures the initial value of `event_badge_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // *** Set initial variables + $slct.event_badge_id = event_badge_id; // $page['page_for']['event_badge_id']; + let trigger = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:295:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + + $effect(async () => { + if (browser && $lq__event_badge_obj?.event_badge_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:310:36 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:340:32 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:41:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let test_event_id = data.params.event_id; + let event_badge_id = data.params.badge_id; + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:43:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + let url_test_val = data.url.searchParams.get('test_val'); + console.log(`URL test_val = ${url_test_val}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:95:13 +Error: Type 'Event | undefined' is not assignable to type 'null'. + Type 'undefined' is not assignable to type 'null'. (ts) + const subscription = observable.subscribe((value) => { + lq__event_obj = value; + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:16:48 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:17:49 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:24:9 +Warn: `name` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + // Form fields + let name: string = ''; + let header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:25:9 +Warn: `header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let name: string = ''; + let header_path: string = ''; + let logo_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:26:9 +Warn: `logo_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_path: string = ''; + let logo_path: string = ''; + let header_row_1: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:27:9 +Warn: `header_row_1` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let logo_path: string = ''; + let header_row_1: string = ''; + let header_row_2: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:28:9 +Warn: `header_row_2` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_1: string = ''; + let header_row_2: string = ''; + let secondary_header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:29:9 +Warn: `secondary_header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_2: string = ''; + let secondary_header_path: string = ''; + let footer_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:30:9 +Warn: `footer_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let secondary_header_path: string = ''; + let footer_text: string = ''; + let show_qr_front: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:31:9 +Warn: `show_qr_front` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let footer_text: string = ''; + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:32:9 +Warn: `show_qr_back` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:33:9 +Warn: `wireless_ssid` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + let wireless_password: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:34:9 +Warn: `wireless_password` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_ssid: string = ''; + let wireless_password: string = ''; + let ticket_1_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:35:9 +Warn: `ticket_1_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_password: string = ''; + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:36:9 +Warn: `ticket_2_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:37:9 +Warn: `ticket_3_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:39:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:42:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + // Load template data if in edit mode + $effect(async () => { + if (template_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:91:24 +Error: Property 'length' does not exist on type 'Observable'. (ts) + {:then templates} + {#if templates.length > 0} +
              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:28 +Error: Argument of type 'Observable' is not assignable to parameter of type 'ArrayLike | Iterable | null | undefined'. (ts) +
                + {#each templates as template (template.event_badge_template_id_random)} +
              • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:51 +Error: 'template' is of type 'unknown'. (ts) +
                  + {#each templates as template (template.event_badge_template_id_random)} +
                • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:96:36 +Error: 'template' is of type 'unknown'. (ts) +
                • + {template.name} +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:101:55 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + edit_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:108:57 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + delete_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_create_template_modal} + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_create_template_modal} + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_edit_template_modal} + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_edit_template_modal} + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(launcher)/cfg_components/launcher_cfg_native_os.svelte:75:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + + { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+layout.svelte:285:29 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + journal_id: $lq__journal_obj?.journal_id, + data_kv: data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:46:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + let ae_acct = data[$slct.account_id]; + let show_export_modal = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:280:6 +Error: Property 'entries' is missing in type '{ open: boolean; journal: Journal; on_close: () => boolean; }' but required in type 'Props'. (ts) + + osit-aether-app-svelte@3.12.08 check +> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json + +Loading svelte-check in workspace: /home/scott/OSIT_dev/aether_app_sveltekit +Getting Svelte diagnostics... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_events/ae_events__event_session.ts:172:17 +Error: Type 'Session[]' is not assignable to type 'ae_EventSession[]'. + Type 'Session' is not assignable to type 'ae_EventSession'. + Types of property 'code' are incompatible. + Type 'string | null' is not assignable to type 'string | undefined'. + Type 'null' is not assignable to type 'string | undefined'. + } + return cached_li; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:1:32 +Error: Cannot find module 'electron' or its corresponding type declarations. +import { ipcMain, shell } from 'electron'; +import { exec, execSync } from 'child_process'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:5:28 +Error: Cannot find module './file_utils' or its corresponding type declarations. +import * as os from 'os'; +import { expandPath } from './file_utils'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:8:47 +Error: Parameter 'event' implicitly has an 'any' type. +export function registerShellHandlers() { + ipcMain.handle('native:open-folder', async (event, folderPath: string) => { + const cleanPath = expandPath(folderPath); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:14:43 +Error: Parameter 'event' implicitly has an 'any' type. + + ipcMain.handle('native:run-cmd', async (event, { cmd, timeout = 30000 }) => { + const cleanCmd = expandPath(cmd); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:14:52 +Error: Binding element 'cmd' implicitly has an 'any' type. + + ipcMain.handle('native:run-cmd', async (event, { cmd, timeout = 30000 }) => { + const cleanCmd = expandPath(cmd); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:23:48 +Error: Parameter 'event' implicitly has an 'any' type. + + ipcMain.handle('native:run-cmd-sync', async (event, { cmd }) => { + const cleanCmd = expandPath(cmd); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:23:57 +Error: Binding element 'cmd' implicitly has an 'any' type. + + ipcMain.handle('native:run-cmd-sync', async (event, { cmd }) => { + const cleanCmd = expandPath(cmd); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:33:49 +Error: Parameter 'event' implicitly has an 'any' type. + + ipcMain.handle('native:run-osascript', async (event, script: string) => { + if (os.platform() !== 'darwin') return { success: false, error: 'AppleScript is only available on macOS' }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:44:50 +Error: Parameter 'event' implicitly has an 'any' type. + + ipcMain.handle('native:kill-processes', async (event, { process_name_li = [] }) => { + console.log(`Native: Killing processes -> `, process_name_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:61:54 +Error: Parameter 'event' implicitly has an 'any' type. + + ipcMain.handle('native:open-local-file-v2', async (event, filePath: string) => { + const cleanPath = expandPath(filePath); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:67:55 +Error: Parameter 'event' implicitly has an 'any' type. + + ipcMain.handle('native:launch-presentation', async (event, { path: rawPath, app: appType = 'default' }) => { + const cleanedPath = expandPath(rawPath); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:67:70 +Error: Binding element 'rawPath' implicitly has an 'any' type. + + ipcMain.handle('native:launch-presentation', async (event, { path: rawPath, app: appType = 'default' }) => { + const cleanedPath = expandPath(rawPath); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:118:56 +Error: Parameter 'event' implicitly has an 'any' type. + + ipcMain.handle('native:control-presentation', async (event, { app, action }) => { + if (os.platform() !== 'darwin') return { success: false, error: 'Presentation control is only available on macOS' }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:118:65 +Error: Binding element 'app' implicitly has an 'any' type. + + ipcMain.handle('native:control-presentation', async (event, { app, action }) => { + if (os.platform() !== 'darwin') return { success: false, error: 'Presentation control is only available on macOS' }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/electron/tmp_shell_handlers.ts:118:70 +Error: Binding element 'action' implicitly has an 'any' type. + + ipcMain.handle('native:control-presentation', async (event, { app, action }) => { + if (os.platform() !== 'darwin') return { success: false, error: 'Presentation control is only available on macOS' }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:30 +Warn: This reference only captures the initial value of `qr_fps`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:45 +Warn: This reference only captures the initial value of `qr_viewfinder_width`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:560:5 +Warn: Do not use empty rulesets (css) + + .ae_element.qr_scanner div.qr_scanner_viewfinder { + /* max-width: 100vw; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:128:33 +Error: This comparison appears to be unintentional because the types '1' and '2' have no overlap. (ts) + + if (start_qr_scanner && 1 == 2) { + console.log('Ready to start QR scanning! (after x500ms)'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_files_tbl.svelte:425:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_clip_video_v1.svelte:64:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:69:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:71:76 +Warn: This reference only captures the initial value of `hosted_file_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:72:13 +Warn: This reference only captures the initial value of `hosted_file_obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:73:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:66 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_clipboard.svelte:48:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Clipboard component initialized with value:`, value); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_help_tech.svelte:77:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Help - technical support component loaded`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:39:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:40:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:41:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:42:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sys_menu.svelte:119:28 +Error: This comparison appears to be unintentional because the types '1' and '3' have no overlap. (ts) + " + class:top-0={expand && 1 == 3} + class:opacity-100={expand} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud.svelte:126:17 +Error: Object literal may only specify known properties, and 'field_value' does not exist in type '{ api_cfg: any; object_type: string; object_id: string; object_reload?: boolean | undefined; field_name: string; new_field_value: any; params: any; try_cache: boolean; log_lvl: number; }'. (ts) + field_name: field_name, + field_value: new_field_value, + key: api_cfg?.api_crud_super_key ?? '', // Extract key from api_cfg if available + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:464:5 +Warn: Unused CSS selector ".ae_crud .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud .field_editing_wrapper { + /* outline: dashed thin pink; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:507:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper:hover" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper:hover { + background-color: hsla(60, 60%, 90%, 0.8); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:512:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:535:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_codemirror_editor_wrapper.svelte:21:13 +Error: Object literal may only specify known properties, and '"class"' does not exist in type 'Props'. (ts) + expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:139:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:156:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:156:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:59:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + let ae_promises: key_val = {}; // Promise; + let ds_get_results: Promise | key_val = $state(); + let ds_loading_status: string = 'starting...'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:61:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + let ds_loading_status: string = 'starting...'; + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:87:9 +Error: Type 'key_val | undefined' is not assignable to type 'key_val'. + Type 'undefined' is not assignable to type 'key_val'. (ts) + + let ae_ds_tmp: key_val = $state(); + if (browser && localStorage.getItem(`ae_ds__${ds_code}`)) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:89:32 +Error: Argument of type 'string | null' is not assignable to parameter of type 'string'. + Type 'null' is not assignable to type 'string'. (ts) + if (browser && localStorage.getItem(`ae_ds__${ds_code}`)) { + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`)); + } else { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:117:37 +Error: Argument of type 'string | null' is not assignable to parameter of type 'string'. + Type 'null' is not assignable to type 'string'. (ts) + console.log('ae_e_data_store Browser detected.'); + ae_ds_loc_test = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`)); + console.log(`ae_e_data_store ae_ds_loc_test = `, ae_ds_loc_test); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:381:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:381:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:415:48 +Error: Binding element 'obj_type' implicitly has an 'any' type. (ts) + + async function handle_create__data_store({ obj_type, data }) { + console.log('*** handle_create__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:415:58 +Error: Binding element 'data' implicitly has an 'any' type. (ts) + + async function handle_create__data_store({ obj_type, data }) { + console.log('*** handle_create__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:439:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:439:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:447:48 +Error: Binding element 'obj_type' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:447:58 +Error: Binding element 'obj_id' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:447:66 +Error: Binding element 'data' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:472:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:472:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:81:15 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + account_id: null, + code: ds_code, + name: ds_name, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:82:15 +Warn: This reference only captures the initial value of `ds_name`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + code: ds_code, + name: ds_name, + type: ds_type, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:83:15 +Warn: This reference only captures the initial value of `ds_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + name: ds_name, + type: ds_type, + for_type: null, // for_type + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:20 +Warn: This reference only captures the initial value of `try_cache`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:64 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:99:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:100:67 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:102:63 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:103:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:105:44 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:106:17 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:123:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + browser && + ae_ds_tmp && + ae_ds_tmp.loaded_on && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:124:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp && + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:125:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + ) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:40 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:62 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:128:34 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + let now = new Date(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:132:28 +Warn: This reference only captures the initial value of `expire_minutes`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let diff_minutes = diff / (1000 * 60); + if (diff_minutes > expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:134:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:155:20 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (browser && mount_reload_sec) { + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:157:52 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:158:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:27:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:28:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:97:9 +Error: Type 'key_val | undefined' is not assignable to type 'key_val'. + Type 'undefined' is not assignable to type 'key_val'. (ts) + + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:448:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:53:38 +Error: Parameter 'file_list' implicitly has an 'any' type. (ts) + + async function process_file_list(file_list) { + console.log('*** process_file_list() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:271:40 +Error: Parameter 'index' implicitly has an 'any' type. (ts) + + function remove_file_from_filelist(index) { + console.log('*** remove_file_from_filelist() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:302:23 +Error: Property 'files' does not exist on type 'Element'. (ts) + // input_element.files = Object.assign({}, dt.files); + input_element.files = dt.files; // Assign the updates list + // input_file_list = null; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:83 +Error: 'e.target' is possibly 'null'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:92 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:71 +Error: 'e.target' is possibly 'null'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:80 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:620:92 +Error: Property 'disabled' does not exist on type '{}'. (ts) + key} + disabled={file_purpose_option?.disabled && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:622:96 +Error: Property 'hidden' does not exist on type '{}'. (ts) + !$ae_loc.edit_mode} + class:hidden={file_purpose_option?.hidden && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:625:83 +Error: Property 'name' does not exist on type '{}'. (ts) + > + {file_purpose_option?.name} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:44:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:45:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:46:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `for_type`; + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:47:43 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:55 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:83 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:59:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:60:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:82:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + // .and((x) => (x.content_type == `video/${extension}`)) + .and((x) => x.content_type.startsWith('video/')) + // .reverse() + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:91:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('audio/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:98:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('image/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:105:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('application/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:27:17 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + }: Props = $props(); + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:28:24 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:24:9 +Error: Type 'null' is not assignable to type 'string'. (ts) + row_header = false, + primary_obj_li_type = $bindable(slct_obj_li_type), + obj = null + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:84:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:85:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:88:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:89:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:103:49 +Error: Property 'substring' does not exist on type '{}'. (ts) + > + {obj_prop_value.substring(0, 25)} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:129:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:130:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:133:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:134:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:137:28 +Error: Type 'unknown' is not assignable to type 'string | null | undefined'. (ts) + > + {obj_prop_value} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:150:63 +Error: Property 'length' does not exist on type '{}'. (ts) + {#if obj_prop_value} + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:151:45 +Error: Property 'substring' does not exist on type '{}'. (ts) + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + {:else} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:35 +Error: Parameter 'qry' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:40 +Error: Parameter 'data' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:36 +Error: Binding element 'group_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:46 +Error: Binding element 'client_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:333:13 +Error: Type 'string' is not assignable to type 'null'. (ts) + ws_data.type = 'cmd'; + ws_data.cmd = cmd; + handle_send_ws_data(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:537:41 +Error: Property 'group_id' does not exist on type 'string'. (ts) + + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:538:40 +Error: Property 'client_id' does not exist on type 'string'. (ts) + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + — + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:540:40 +Error: Property 'target' does not exist on type 'string'. (ts) + — + {cmd_entry.target || 'No Target'} + | + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:543:40 +Error: Property 'type' does not exist on type 'string'. (ts) + + {cmd_entry.type || 'No Type'}: + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:546:41 +Error: Property 'cmd' does not exist on type 'string'. (ts) + + "{cmd_entry.cmd}" + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:70:53 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`ae_root +layout.svelte data:`, data); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:74:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. This should catch anything that is a child of this layout.svelte file. + $slct.account_id = data.account_id; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:78:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:382:20 +Warn: This reference only captures the initial value of `flag_clear_idb`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_clear_idb) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:468:20 +Warn: This reference only captures the initial value of `flag_reload`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_reload) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:483:13 +Warn: This reference only captures the initial value of `flag_clear_local`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Clear localStorage and sessionStorage + if (flag_clear_local) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:490:13 +Warn: This reference only captures the initial value of `flag_clear_sess`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + if (flag_clear_sess) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:606:22 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let iframe = data.url.searchParams.get('iframe'); + if (iframe == 'true') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:637:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is mainly for Precon CHOW + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:638:37 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:639:36 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:642:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:643:40 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:644:47 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:983:44 +Error: Expected 0 arguments, but got 1. (ts) + clear_idb(); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:73:44 +Error: Expected 0 arguments, but got 1. (ts) + onclick={() => { + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:106:44 +Error: Expected 0 arguments, but got 1. (ts) + ); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:124:13 +Error: Object literal may only specify known properties, and '"display"' does not exist in type 'Props'. (ts) + ds_name="Default: AE Hub - Site root page footer HTML" + display="block" + class_li={!$ae_loc.manager_access && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/+page.svelte:12:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) + $slct.account_id = data.account_id; + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/person_view.svelte:41:31 +Warn: This reference only captures the initial value of `person_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`person_id:`, person_id); + let lq__person_obj = $derived( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:79:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:102:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:112:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:150:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:154:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:19:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:45:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + method: 'disable', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:75:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:93:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:137:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:142:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:148:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:164:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:168:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:175:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:179:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:202:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:209:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:238:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:22:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:23:18 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:24:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:25:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:26:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:27:22 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:28:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:29:24 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:30:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:31:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:32:17 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:33:15 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:34:19 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:128:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:133:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:138:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:159:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:168:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:181:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:190:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:197:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:226:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:48:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:72:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:22:21 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:23:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:24:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:27:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:28:29 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:29:23 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:30:24 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:31:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:32:18 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:33:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:34:25 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:35:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + hide: person?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:36:15 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: person?.enable ?? true, + hide: person?.hide ?? false, + priority: person?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:37:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: person?.hide ?? false, + priority: person?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:151:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:155:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:162:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:166:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:172:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:185:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:202:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:215:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:223:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:251:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:262:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:46:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:47:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:49:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + $ae_loc.url_origin = data.url.origin; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:446:5 +Warn: Unused CSS selector "section.ae_quick_popover" +https://svelte.dev/e/css_unused_selector (svelte) + /* The section.ae_quick_popover should be above the rest of the content and centered on the page. */ + section.ae_quick_popover { + position: fixed; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:82:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:105:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:142:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:146:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:150:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:154:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:171:33 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:29:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:34:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + enabled: 'all', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:74:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv: { fqdn, enable: true }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:84:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:96:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:85:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:109:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:29:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let { data }: Props = $props(); + let user = $state(data.user); + let saving = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                  + +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:41:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`$slct.account_id = `, $slct.account_id); + if (log_lvl) { + console.log(`$slct.account_id = `, $slct.account_id); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + // console.log(`ae_acct = `, ae_acct); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:81:39 +Error: Parameter 'ae_obj_li' implicitly has an 'any' type. (ts) + + function generate_file_export_csv(ae_obj_li) { + console.log(`*** generate_file_export_csv() ***`, ae_obj_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:201:9 +Error: Object is possibly 'null'. (ts) + // document.querySelector('body').appendChild(download_link); + document.getElementById('download_csv_container').appendChild(download_link); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:58:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:59:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: 'event.target' is possibly 'null'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: 'event.target' is possibly 'null'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: 'event.target' is possibly 'null'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:13 +Error: 'event.target' is possibly 'null'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:26 +Error: Property 'reset' does not exist on type 'EventTarget'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:46 +Error: Parameter 'input_upload_files' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:66 +Error: Parameter 'task_id' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:49:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:342:63 +Error: 'new_person_obj' is possibly 'null'. (ts) + data_kv: { + person_id_random: new_person_obj.person_id_random + }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:27:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:36:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:37:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:36 +Warn: This reference only captures the initial value of `container_class_li`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:81 +Warn: This reference only captures the initial value of `show_location_fields`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:50:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:51:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:50:46 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`[event_id] +layout A: ${data.params.event_id}`); + console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:42:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:43:20 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + $events_slct.event_id = ae_acct.slct.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:386:21 +Warn: Avoid using autofocus +https://svelte.dev/e/a11y_autofocus (svelte) + }} + autofocus + data-ignore="true" + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:169:61 +Error: Property 'default_qry_str' does not exist on type 'Session'. (ts) + const description = (session.description ?? '').toLowerCase(); + const qry_string = (session.default_qry_str ?? '').toLowerCase(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:38:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:39:31 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:40:35 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:41:32 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:42:30 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:82:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log('Remove the sign in fields from the URL.'); + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:83:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:84:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:85:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:86:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:88:27 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let new_url = data.url.toString(); + console.log(new_url); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:213:81 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_key ?? ''} + oninput={(e) => ($events_sess.auth__entered_key = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:220:86 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_passcode ?? ''} + oninput={(e) => ($events_sess.auth__entered_passcode = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:15:9 +Warn: `full_name_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let full_name_override: string = ''; + let professional_title_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:16:9 +Warn: `professional_title_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let full_name_override: string = ''; + let professional_title_override: string = ''; + let affiliations_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:17:9 +Warn: `affiliations_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let professional_title_override: string = ''; + let affiliations_override: string = ''; + let location_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:18:9 +Warn: `location_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let affiliations_override: string = ''; + let location_override: string = ''; + let email: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:19:9 +Warn: `email` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let location_override: string = ''; + let email: string = ''; + let allow_tracking: boolean = false; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:20:9 +Warn: `allow_tracking` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let email: string = ''; + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:21:9 +Warn: `badge_type_code` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:23:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:16:9 +Warn: `selected_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let file_input: HTMLInputElement; + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:17:9 +Warn: `upload_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:18:9 +Warn: `upload_message` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + let processed_badges_count: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:19:9 +Warn: `processed_badges_count` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_message: string = ''; + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:20:9 +Warn: `total_badges_in_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:100:60 +Error: 'error' is of type 'unknown'. (ts) + upload_status = 'error'; + upload_message = `Error processing file: ${error.message}`; + console.error('Error during file upload:', error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:73:28 +Warn: This reference only captures the initial value of `event_badge_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // *** Set initial variables + $slct.event_badge_id = event_badge_id; // $page['page_for']['event_badge_id']; + let trigger = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:295:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + + $effect(async () => { + if (browser && $lq__event_badge_obj?.event_badge_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:310:36 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:340:32 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:41:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let test_event_id = data.params.event_id; + let event_badge_id = data.params.badge_id; + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:43:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + let url_test_val = data.url.searchParams.get('test_val'); + console.log(`URL test_val = ${url_test_val}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:95:13 +Error: Type 'Event | undefined' is not assignable to type 'null'. + Type 'undefined' is not assignable to type 'null'. (ts) + const subscription = observable.subscribe((value) => { + lq__event_obj = value; + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:16:48 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:17:49 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:24:9 +Warn: `name` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + // Form fields + let name: string = ''; + let header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:25:9 +Warn: `header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let name: string = ''; + let header_path: string = ''; + let logo_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:26:9 +Warn: `logo_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_path: string = ''; + let logo_path: string = ''; + let header_row_1: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:27:9 +Warn: `header_row_1` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let logo_path: string = ''; + let header_row_1: string = ''; + let header_row_2: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:28:9 +Warn: `header_row_2` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_1: string = ''; + let header_row_2: string = ''; + let secondary_header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:29:9 +Warn: `secondary_header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_2: string = ''; + let secondary_header_path: string = ''; + let footer_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:30:9 +Warn: `footer_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let secondary_header_path: string = ''; + let footer_text: string = ''; + let show_qr_front: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:31:9 +Warn: `show_qr_front` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let footer_text: string = ''; + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:32:9 +Warn: `show_qr_back` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:33:9 +Warn: `wireless_ssid` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + let wireless_password: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:34:9 +Warn: `wireless_password` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_ssid: string = ''; + let wireless_password: string = ''; + let ticket_1_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:35:9 +Warn: `ticket_1_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_password: string = ''; + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:36:9 +Warn: `ticket_2_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:37:9 +Warn: `ticket_3_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:39:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:42:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + // Load template data if in edit mode + $effect(async () => { + if (template_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:91:24 +Error: Property 'length' does not exist on type 'Observable'. (ts) + {:then templates} + {#if templates.length > 0} +
                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:28 +Error: Argument of type 'Observable' is not assignable to parameter of type 'ArrayLike | Iterable | null | undefined'. (ts) +
                    + {#each templates as template (template.event_badge_template_id_random)} +
                  • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:51 +Error: 'template' is of type 'unknown'. (ts) +
                      + {#each templates as template (template.event_badge_template_id_random)} +
                    • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:96:36 +Error: 'template' is of type 'unknown'. (ts) +
                    • + {template.name} +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:101:55 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + edit_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:108:57 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + delete_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_create_template_modal} + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_create_template_modal} + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_edit_template_modal} + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_edit_template_modal} + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(launcher)/cfg_components/launcher_cfg_native_os.svelte:75:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + + { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+layout.svelte:285:29 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + journal_id: $lq__journal_obj?.journal_id, + data_kv: data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:46:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + let ae_acct = data[$slct.account_id]; + let show_export_modal = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:280:6 +Error: Property 'entries' is missing in type '{ open: boolean; journal: Journal; on_close: () => boolean; }' but required in type 'Props'. (ts) + + osit-aether-app-svelte@3.12.08 check +> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json + +Loading svelte-check in workspace: /home/scott/OSIT_dev/aether_app_sveltekit +Getting Svelte diagnostics... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_events/ae_events__event_session.ts:172:17 +Error: Type 'Session[]' is not assignable to type 'ae_EventSession[]'. + Type 'Session' is not assignable to type 'ae_EventSession'. + Types of property 'enable' are incompatible. + Type 'boolean | null' is not assignable to type 'boolean'. + Type 'null' is not assignable to type 'boolean'. + } + return cached_li; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:30 +Warn: This reference only captures the initial value of `qr_fps`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:45 +Warn: This reference only captures the initial value of `qr_viewfinder_width`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:560:5 +Warn: Do not use empty rulesets (css) + + .ae_element.qr_scanner div.qr_scanner_viewfinder { + /* max-width: 100vw; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:128:33 +Error: This comparison appears to be unintentional because the types '1' and '2' have no overlap. (ts) + + if (start_qr_scanner && 1 == 2) { + console.log('Ready to start QR scanning! (after x500ms)'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_files_tbl.svelte:425:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_clip_video_v1.svelte:64:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:69:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:71:76 +Warn: This reference only captures the initial value of `hosted_file_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:72:13 +Warn: This reference only captures the initial value of `hosted_file_obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:73:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:66 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_clipboard.svelte:48:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Clipboard component initialized with value:`, value); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_help_tech.svelte:77:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Help - technical support component loaded`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:39:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:40:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:41:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:42:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sys_menu.svelte:119:28 +Error: This comparison appears to be unintentional because the types '1' and '3' have no overlap. (ts) + " + class:top-0={expand && 1 == 3} + class:opacity-100={expand} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud.svelte:126:17 +Error: Object literal may only specify known properties, and 'field_value' does not exist in type '{ api_cfg: any; object_type: string; object_id: string; object_reload?: boolean | undefined; field_name: string; new_field_value: any; params: any; try_cache: boolean; log_lvl: number; }'. (ts) + field_name: field_name, + field_value: new_field_value, + key: api_cfg?.api_crud_super_key ?? '', // Extract key from api_cfg if available + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:464:5 +Warn: Unused CSS selector ".ae_crud .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud .field_editing_wrapper { + /* outline: dashed thin pink; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:507:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper:hover" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper:hover { + background-color: hsla(60, 60%, 90%, 0.8); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:512:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:535:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_codemirror_editor_wrapper.svelte:21:13 +Error: Object literal may only specify known properties, and '"class"' does not exist in type 'Props'. (ts) + expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:144:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:161:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:161:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:122:37 +Error: Argument of type 'string | null' is not assignable to parameter of type 'string'. + Type 'null' is not assignable to type 'string'. (ts) + console.log('ae_e_data_store Browser detected.'); + ae_ds_loc_test = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`)); + console.log(`ae_e_data_store ae_ds_loc_test = `, ae_ds_loc_test); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:212:21 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + // Set the loaded_on datetime to the current time for reference later. This will be used to determine if the data store is stale. + ae_ds_tmp.loaded_on = new Date().toISOString(); + // Set the chk_account_id as a backup check to make sure the data store belongs to the account for the current site. This should not be needed, but here we are... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:214:21 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + // Set the chk_account_id as a backup check to make sure the data store belongs to the account for the current site. This should not be needed, but here we are... + ae_ds_tmp.chk_account_id = $ae_loc.account_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:216:21 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + + ae_ds_tmp.id = ds_results.data_store_id_random; + ae_ds_tmp.account_id = ds_results.account_id_random; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:217:21 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + ae_ds_tmp.id = ds_results.data_store_id_random; + ae_ds_tmp.account_id = ds_results.account_id_random; + ae_ds_tmp.code = ds_results.code; // This will overwrite whatever was passed in. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:218:21 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + ae_ds_tmp.account_id = ds_results.account_id_random; + ae_ds_tmp.code = ds_results.code; // This will overwrite whatever was passed in. + ae_ds_tmp.name = ds_results.name; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:219:21 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + ae_ds_tmp.code = ds_results.code; // This will overwrite whatever was passed in. + ae_ds_tmp.name = ds_results.name; + ae_ds_tmp.type = ds_results.type; // This will overwrite whatever was passed in. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:220:21 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + ae_ds_tmp.name = ds_results.name; + ae_ds_tmp.type = ds_results.type; // This will overwrite whatever was passed in. + if (type == 'html') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:222:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + if (type == 'html') { + ae_ds_tmp.html = ds_results.text; + val_html = ds_results.text; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:226:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + } else if (type == 'json') { + ae_ds_tmp.json = ds_results.json; + val_json = ds_results.json; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:230:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + } else if (type == 'md') { + ae_ds_tmp.text = ds_results.text; + val_md = ds_results.text; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:234:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + } else if (type == 'sql') { + ae_ds_tmp.text = ds_results.text; + val_sql = ds_results.text; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:238:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + } else { + ae_ds_tmp.text = ds_results.text; + val_text = ds_results.text; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:291:14 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + // if (!$slct.data_store_id) { + if (!ae_ds_tmp.id) { + data_store_do['account_id_random'] = $ae_loc.account_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:371:14 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + + if (!ae_ds_tmp.id) { + // Create + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:381:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + if (ds_results) { + ae_ds_tmp.id = ds_results.data_store_id_random; + ae_ds_tmp.updated_on = ds_results.updated_on; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:382:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + ae_ds_tmp.id = ds_results.data_store_id_random; + ae_ds_tmp.updated_on = ds_results.updated_on; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:386:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:386:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:396:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + obj_type: 'data_store', + obj_id: ae_ds_tmp.id, + data: data_store_do + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:402:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + if (ds_results) { + ae_ds_tmp.updated_on = ds_results.updated_on; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:420:48 +Error: Binding element 'obj_type' implicitly has an 'any' type. (ts) + + async function handle_create__data_store({ obj_type, data }) { + console.log('*** handle_create__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:420:58 +Error: Binding element 'data' implicitly has an 'any' type. (ts) + + async function handle_create__data_store({ obj_type, data }) { + console.log('*** handle_create__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:444:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:444:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:452:48 +Error: Binding element 'obj_type' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:452:58 +Error: Binding element 'obj_id' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:452:66 +Error: Binding element 'data' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:477:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:477:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:81:15 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + account_id: null, + code: ds_code, + name: ds_name, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:82:15 +Warn: This reference only captures the initial value of `ds_name`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + code: ds_code, + name: ds_name, + type: ds_type, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:83:15 +Warn: This reference only captures the initial value of `ds_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + name: ds_name, + type: ds_type, + for_type: null, // for_type + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:20 +Warn: This reference only captures the initial value of `try_cache`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:64 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:99:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:100:67 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:102:63 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:103:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:105:44 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:106:17 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:123:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + browser && + ae_ds_tmp && + ae_ds_tmp.loaded_on && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:124:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp && + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:125:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + ) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:40 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:62 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:128:34 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + let now = new Date(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:132:28 +Warn: This reference only captures the initial value of `expire_minutes`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let diff_minutes = diff / (1000 * 60); + if (diff_minutes > expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:134:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:155:20 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (browser && mount_reload_sec) { + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:157:52 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:158:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:27:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:28:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:97:9 +Error: Type 'key_val | undefined' is not assignable to type 'key_val'. + Type 'undefined' is not assignable to type 'key_val'. (ts) + + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:448:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:53:38 +Error: Parameter 'file_list' implicitly has an 'any' type. (ts) + + async function process_file_list(file_list) { + console.log('*** process_file_list() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:271:40 +Error: Parameter 'index' implicitly has an 'any' type. (ts) + + function remove_file_from_filelist(index) { + console.log('*** remove_file_from_filelist() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:302:23 +Error: Property 'files' does not exist on type 'Element'. (ts) + // input_element.files = Object.assign({}, dt.files); + input_element.files = dt.files; // Assign the updates list + // input_file_list = null; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:83 +Error: 'e.target' is possibly 'null'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:92 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:71 +Error: 'e.target' is possibly 'null'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:80 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:620:92 +Error: Property 'disabled' does not exist on type '{}'. (ts) + key} + disabled={file_purpose_option?.disabled && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:622:96 +Error: Property 'hidden' does not exist on type '{}'. (ts) + !$ae_loc.edit_mode} + class:hidden={file_purpose_option?.hidden && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:625:83 +Error: Property 'name' does not exist on type '{}'. (ts) + > + {file_purpose_option?.name} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:44:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:45:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:46:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `for_type`; + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:47:43 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:55 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:83 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:59:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:60:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:82:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + // .and((x) => (x.content_type == `video/${extension}`)) + .and((x) => x.content_type.startsWith('video/')) + // .reverse() + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:91:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('audio/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:98:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('image/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:105:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('application/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:27:17 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + }: Props = $props(); + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:28:24 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:24:9 +Error: Type 'null' is not assignable to type 'string'. (ts) + row_header = false, + primary_obj_li_type = $bindable(slct_obj_li_type), + obj = null + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:84:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:85:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:88:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:89:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:103:49 +Error: Property 'substring' does not exist on type '{}'. (ts) + > + {obj_prop_value.substring(0, 25)} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:129:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:130:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:133:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:134:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:137:28 +Error: Type 'unknown' is not assignable to type 'string | null | undefined'. (ts) + > + {obj_prop_value} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:150:63 +Error: Property 'length' does not exist on type '{}'. (ts) + {#if obj_prop_value} + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:151:45 +Error: Property 'substring' does not exist on type '{}'. (ts) + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + {:else} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:35 +Error: Parameter 'qry' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:40 +Error: Parameter 'data' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:36 +Error: Binding element 'group_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:46 +Error: Binding element 'client_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:333:13 +Error: Type 'string' is not assignable to type 'null'. (ts) + ws_data.type = 'cmd'; + ws_data.cmd = cmd; + handle_send_ws_data(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:537:41 +Error: Property 'group_id' does not exist on type 'string'. (ts) + + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:538:40 +Error: Property 'client_id' does not exist on type 'string'. (ts) + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + — + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:540:40 +Error: Property 'target' does not exist on type 'string'. (ts) + — + {cmd_entry.target || 'No Target'} + | + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:543:40 +Error: Property 'type' does not exist on type 'string'. (ts) + + {cmd_entry.type || 'No Type'}: + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:546:41 +Error: Property 'cmd' does not exist on type 'string'. (ts) + + "{cmd_entry.cmd}" + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:70:53 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`ae_root +layout.svelte data:`, data); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:74:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. This should catch anything that is a child of this layout.svelte file. + $slct.account_id = data.account_id; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:78:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:382:20 +Warn: This reference only captures the initial value of `flag_clear_idb`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_clear_idb) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:468:20 +Warn: This reference only captures the initial value of `flag_reload`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_reload) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:483:13 +Warn: This reference only captures the initial value of `flag_clear_local`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Clear localStorage and sessionStorage + if (flag_clear_local) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:490:13 +Warn: This reference only captures the initial value of `flag_clear_sess`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + if (flag_clear_sess) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:606:22 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let iframe = data.url.searchParams.get('iframe'); + if (iframe == 'true') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:637:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is mainly for Precon CHOW + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:638:37 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:639:36 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:642:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:643:40 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:644:47 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:983:44 +Error: Expected 0 arguments, but got 1. (ts) + clear_idb(); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:73:44 +Error: Expected 0 arguments, but got 1. (ts) + onclick={() => { + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:106:44 +Error: Expected 0 arguments, but got 1. (ts) + ); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:124:13 +Error: Object literal may only specify known properties, and '"display"' does not exist in type 'Props'. (ts) + ds_name="Default: AE Hub - Site root page footer HTML" + display="block" + class_li={!$ae_loc.manager_access && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/+page.svelte:12:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) + $slct.account_id = data.account_id; + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/person_view.svelte:41:31 +Warn: This reference only captures the initial value of `person_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`person_id:`, person_id); + let lq__person_obj = $derived( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:79:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:102:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:112:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:150:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:154:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:19:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:45:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + method: 'disable', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:75:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:93:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:137:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:142:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:148:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:164:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:168:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:175:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:179:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:202:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:209:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:238:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:22:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:23:18 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:24:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:25:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:26:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:27:22 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:28:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:29:24 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:30:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:31:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:32:17 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:33:15 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:34:19 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:128:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:133:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:138:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:159:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:168:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:181:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:190:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:197:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:226:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:48:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:72:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:22:21 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:23:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:24:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:27:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:28:29 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:29:23 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:30:24 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:31:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:32:18 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:33:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:34:25 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:35:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + hide: person?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:36:15 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: person?.enable ?? true, + hide: person?.hide ?? false, + priority: person?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:37:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: person?.hide ?? false, + priority: person?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:151:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:155:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:162:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:166:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:172:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:185:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:202:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:215:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:223:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:251:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:262:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:46:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:47:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:49:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + $ae_loc.url_origin = data.url.origin; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:446:5 +Warn: Unused CSS selector "section.ae_quick_popover" +https://svelte.dev/e/css_unused_selector (svelte) + /* The section.ae_quick_popover should be above the rest of the content and centered on the page. */ + section.ae_quick_popover { + position: fixed; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:82:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:105:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:142:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:146:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:150:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:154:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:171:33 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:29:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:34:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + enabled: 'all', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:74:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv: { fqdn, enable: true }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:84:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:96:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:85:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:109:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:29:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let { data }: Props = $props(); + let user = $state(data.user); + let saving = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                      + +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:41:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`$slct.account_id = `, $slct.account_id); + if (log_lvl) { + console.log(`$slct.account_id = `, $slct.account_id); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + // console.log(`ae_acct = `, ae_acct); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:81:39 +Error: Parameter 'ae_obj_li' implicitly has an 'any' type. (ts) + + function generate_file_export_csv(ae_obj_li) { + console.log(`*** generate_file_export_csv() ***`, ae_obj_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:201:9 +Error: Object is possibly 'null'. (ts) + // document.querySelector('body').appendChild(download_link); + document.getElementById('download_csv_container').appendChild(download_link); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:58:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:59:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: 'event.target' is possibly 'null'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: 'event.target' is possibly 'null'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: 'event.target' is possibly 'null'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:13 +Error: 'event.target' is possibly 'null'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:26 +Error: Property 'reset' does not exist on type 'EventTarget'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:46 +Error: Parameter 'input_upload_files' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:66 +Error: Parameter 'task_id' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:49:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:342:63 +Error: 'new_person_obj' is possibly 'null'. (ts) + data_kv: { + person_id_random: new_person_obj.person_id_random + }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:27:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:36:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:37:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:36 +Warn: This reference only captures the initial value of `container_class_li`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:81 +Warn: This reference only captures the initial value of `show_location_fields`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:50:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:51:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:50:46 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`[event_id] +layout A: ${data.params.event_id}`); + console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:42:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:43:20 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + $events_slct.event_id = ae_acct.slct.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:386:21 +Warn: Avoid using autofocus +https://svelte.dev/e/a11y_autofocus (svelte) + }} + autofocus + data-ignore="true" + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:169:61 +Error: Property 'default_qry_str' does not exist on type 'Session'. (ts) + const description = (session.description ?? '').toLowerCase(); + const qry_string = (session.default_qry_str ?? '').toLowerCase(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:38:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:39:31 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:40:35 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:41:32 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:42:30 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:82:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log('Remove the sign in fields from the URL.'); + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:83:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:84:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:85:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:86:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:88:27 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let new_url = data.url.toString(); + console.log(new_url); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:213:81 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_key ?? ''} + oninput={(e) => ($events_sess.auth__entered_key = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:220:86 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_passcode ?? ''} + oninput={(e) => ($events_sess.auth__entered_passcode = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:15:9 +Warn: `full_name_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let full_name_override: string = ''; + let professional_title_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:16:9 +Warn: `professional_title_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let full_name_override: string = ''; + let professional_title_override: string = ''; + let affiliations_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:17:9 +Warn: `affiliations_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let professional_title_override: string = ''; + let affiliations_override: string = ''; + let location_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:18:9 +Warn: `location_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let affiliations_override: string = ''; + let location_override: string = ''; + let email: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:19:9 +Warn: `email` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let location_override: string = ''; + let email: string = ''; + let allow_tracking: boolean = false; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:20:9 +Warn: `allow_tracking` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let email: string = ''; + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:21:9 +Warn: `badge_type_code` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:23:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:16:9 +Warn: `selected_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let file_input: HTMLInputElement; + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:17:9 +Warn: `upload_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:18:9 +Warn: `upload_message` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + let processed_badges_count: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:19:9 +Warn: `processed_badges_count` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_message: string = ''; + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:20:9 +Warn: `total_badges_in_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:100:60 +Error: 'error' is of type 'unknown'. (ts) + upload_status = 'error'; + upload_message = `Error processing file: ${error.message}`; + console.error('Error during file upload:', error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:73:28 +Warn: This reference only captures the initial value of `event_badge_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // *** Set initial variables + $slct.event_badge_id = event_badge_id; // $page['page_for']['event_badge_id']; + let trigger = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:295:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + + $effect(async () => { + if (browser && $lq__event_badge_obj?.event_badge_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:310:36 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:340:32 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:41:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let test_event_id = data.params.event_id; + let event_badge_id = data.params.badge_id; + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:43:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + let url_test_val = data.url.searchParams.get('test_val'); + console.log(`URL test_val = ${url_test_val}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:95:13 +Error: Type 'Event | undefined' is not assignable to type 'null'. + Type 'undefined' is not assignable to type 'null'. (ts) + const subscription = observable.subscribe((value) => { + lq__event_obj = value; + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:16:48 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:17:49 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:24:9 +Warn: `name` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + // Form fields + let name: string = ''; + let header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:25:9 +Warn: `header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let name: string = ''; + let header_path: string = ''; + let logo_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:26:9 +Warn: `logo_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_path: string = ''; + let logo_path: string = ''; + let header_row_1: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:27:9 +Warn: `header_row_1` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let logo_path: string = ''; + let header_row_1: string = ''; + let header_row_2: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:28:9 +Warn: `header_row_2` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_1: string = ''; + let header_row_2: string = ''; + let secondary_header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:29:9 +Warn: `secondary_header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_2: string = ''; + let secondary_header_path: string = ''; + let footer_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:30:9 +Warn: `footer_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let secondary_header_path: string = ''; + let footer_text: string = ''; + let show_qr_front: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:31:9 +Warn: `show_qr_front` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let footer_text: string = ''; + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:32:9 +Warn: `show_qr_back` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:33:9 +Warn: `wireless_ssid` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + let wireless_password: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:34:9 +Warn: `wireless_password` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_ssid: string = ''; + let wireless_password: string = ''; + let ticket_1_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:35:9 +Warn: `ticket_1_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_password: string = ''; + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:36:9 +Warn: `ticket_2_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:37:9 +Warn: `ticket_3_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:39:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:42:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + // Load template data if in edit mode + $effect(async () => { + if (template_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:91:24 +Error: Property 'length' does not exist on type 'Observable'. (ts) + {:then templates} + {#if templates.length > 0} +
                      + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:28 +Error: Argument of type 'Observable' is not assignable to parameter of type 'ArrayLike | Iterable | null | undefined'. (ts) +
                        + {#each templates as template (template.event_badge_template_id_random)} +
                      • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:51 +Error: 'template' is of type 'unknown'. (ts) +
                          + {#each templates as template (template.event_badge_template_id_random)} +
                        • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:96:36 +Error: 'template' is of type 'unknown'. (ts) +
                        • + {template.name} +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:101:55 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + edit_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:108:57 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + delete_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_create_template_modal} + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_create_template_modal} + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_edit_template_modal} + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_edit_template_modal} + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(launcher)/cfg_components/launcher_cfg_native_os.svelte:75:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + + { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+layout.svelte:285:29 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + journal_id: $lq__journal_obj?.journal_id, + data_kv: data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:46:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + let ae_acct = data[$slct.account_id]; + let show_export_modal = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:280:6 +Error: Property 'entries' is missing in type '{ open: boolean; journal: Journal; on_close: () => boolean; }' but required in type 'Props'. (ts) + + osit-aether-app-svelte@3.12.08 check +> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json + +Loading svelte-check in workspace: /home/scott/OSIT_dev/aether_app_sveltekit +Getting Svelte diagnostics... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_events/ae_events__event_session.ts:172:17 +Error: Type 'Session[]' is not assignable to type 'ae_EventSession[]'. + Type 'Session' is not assignable to type 'ae_EventSession'. + Types of property 'priority' are incompatible. + Type 'boolean | null' is not assignable to type 'boolean'. + Type 'null' is not assignable to type 'boolean'. + } + return cached_li; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:30 +Warn: This reference only captures the initial value of `qr_fps`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:45 +Warn: This reference only captures the initial value of `qr_viewfinder_width`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:560:5 +Warn: Do not use empty rulesets (css) + + .ae_element.qr_scanner div.qr_scanner_viewfinder { + /* max-width: 100vw; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:128:33 +Error: This comparison appears to be unintentional because the types '1' and '2' have no overlap. (ts) + + if (start_qr_scanner && 1 == 2) { + console.log('Ready to start QR scanning! (after x500ms)'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_files_tbl.svelte:425:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_clip_video_v1.svelte:64:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:69:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:71:76 +Warn: This reference only captures the initial value of `hosted_file_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:72:13 +Warn: This reference only captures the initial value of `hosted_file_obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:73:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:66 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_clipboard.svelte:48:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Clipboard component initialized with value:`, value); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_help_tech.svelte:77:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Help - technical support component loaded`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:39:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:40:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:41:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:42:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sys_menu.svelte:119:28 +Error: This comparison appears to be unintentional because the types '1' and '3' have no overlap. (ts) + " + class:top-0={expand && 1 == 3} + class:opacity-100={expand} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud.svelte:126:17 +Error: Object literal may only specify known properties, and 'field_value' does not exist in type '{ api_cfg: any; object_type: string; object_id: string; object_reload?: boolean | undefined; field_name: string; new_field_value: any; params: any; try_cache: boolean; log_lvl: number; }'. (ts) + field_name: field_name, + field_value: new_field_value, + key: api_cfg?.api_crud_super_key ?? '', // Extract key from api_cfg if available + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:464:5 +Warn: Unused CSS selector ".ae_crud .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud .field_editing_wrapper { + /* outline: dashed thin pink; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:507:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper:hover" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper:hover { + background-color: hsla(60, 60%, 90%, 0.8); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:512:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:535:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_codemirror_editor_wrapper.svelte:21:13 +Error: Object literal may only specify known properties, and '"class"' does not exist in type 'Props'. (ts) + expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:144:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:161:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:161:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:122:37 +Error: Argument of type 'string | null' is not assignable to parameter of type 'string'. + Type 'null' is not assignable to type 'string'. (ts) + console.log('ae_e_data_store Browser detected.'); + ae_ds_loc_test = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`)); + console.log(`ae_e_data_store ae_ds_loc_test = `, ae_ds_loc_test); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:297:14 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + // if (!$slct.data_store_id) { + if (!ae_ds_tmp.id) { + data_store_do['account_id_random'] = $ae_loc.account_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:377:14 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + + if (!ae_ds_tmp.id) { + // Create + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:387:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + if (ds_results) { + ae_ds_tmp.id = ds_results.data_store_id_random; + ae_ds_tmp.updated_on = ds_results.updated_on; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:388:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + ae_ds_tmp.id = ds_results.data_store_id_random; + ae_ds_tmp.updated_on = ds_results.updated_on; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:392:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:392:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:402:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + obj_type: 'data_store', + obj_id: ae_ds_tmp.id, + data: data_store_do + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:408:25 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + if (ds_results) { + ae_ds_tmp.updated_on = ds_results.updated_on; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:426:48 +Error: Binding element 'obj_type' implicitly has an 'any' type. (ts) + + async function handle_create__data_store({ obj_type, data }) { + console.log('*** handle_create__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:426:58 +Error: Binding element 'data' implicitly has an 'any' type. (ts) + + async function handle_create__data_store({ obj_type, data }) { + console.log('*** handle_create__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:450:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:450:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:458:48 +Error: Binding element 'obj_type' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:458:58 +Error: Binding element 'obj_id' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:458:66 +Error: Binding element 'data' implicitly has an 'any' type. (ts) + + async function handle_update__data_store({ obj_type, obj_id, data }) { + console.log('*** handle_update__data_store() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:483:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:483:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:81:15 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + account_id: null, + code: ds_code, + name: ds_name, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:82:15 +Warn: This reference only captures the initial value of `ds_name`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + code: ds_code, + name: ds_name, + type: ds_type, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:83:15 +Warn: This reference only captures the initial value of `ds_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + name: ds_name, + type: ds_type, + for_type: null, // for_type + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:20 +Warn: This reference only captures the initial value of `try_cache`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:64 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:99:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:100:67 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:102:63 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:103:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:105:44 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:106:17 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:123:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + browser && + ae_ds_tmp && + ae_ds_tmp.loaded_on && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:124:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp && + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:125:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + ) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:40 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:62 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:128:34 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + let now = new Date(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:132:28 +Warn: This reference only captures the initial value of `expire_minutes`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let diff_minutes = diff / (1000 * 60); + if (diff_minutes > expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:134:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:155:20 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (browser && mount_reload_sec) { + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:157:52 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:158:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:27:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:28:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:97:9 +Error: Type 'key_val | undefined' is not assignable to type 'key_val'. + Type 'undefined' is not assignable to type 'key_val'. (ts) + + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:448:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:53:38 +Error: Parameter 'file_list' implicitly has an 'any' type. (ts) + + async function process_file_list(file_list) { + console.log('*** process_file_list() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:271:40 +Error: Parameter 'index' implicitly has an 'any' type. (ts) + + function remove_file_from_filelist(index) { + console.log('*** remove_file_from_filelist() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:302:23 +Error: Property 'files' does not exist on type 'Element'. (ts) + // input_element.files = Object.assign({}, dt.files); + input_element.files = dt.files; // Assign the updates list + // input_file_list = null; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:83 +Error: 'e.target' is possibly 'null'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:92 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:71 +Error: 'e.target' is possibly 'null'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:80 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:620:92 +Error: Property 'disabled' does not exist on type '{}'. (ts) + key} + disabled={file_purpose_option?.disabled && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:622:96 +Error: Property 'hidden' does not exist on type '{}'. (ts) + !$ae_loc.edit_mode} + class:hidden={file_purpose_option?.hidden && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:625:83 +Error: Property 'name' does not exist on type '{}'. (ts) + > + {file_purpose_option?.name} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:44:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:45:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:46:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `for_type`; + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:47:43 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:55 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:83 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:59:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:60:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:82:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + // .and((x) => (x.content_type == `video/${extension}`)) + .and((x) => x.content_type.startsWith('video/')) + // .reverse() + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:91:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('audio/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:98:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('image/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:105:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('application/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:27:17 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + }: Props = $props(); + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:28:24 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:24:9 +Error: Type 'null' is not assignable to type 'string'. (ts) + row_header = false, + primary_obj_li_type = $bindable(slct_obj_li_type), + obj = null + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:84:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:85:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:88:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:89:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:103:49 +Error: Property 'substring' does not exist on type '{}'. (ts) + > + {obj_prop_value.substring(0, 25)} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:129:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:130:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:133:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:134:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:137:28 +Error: Type 'unknown' is not assignable to type 'string | null | undefined'. (ts) + > + {obj_prop_value} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:150:63 +Error: Property 'length' does not exist on type '{}'. (ts) + {#if obj_prop_value} + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:151:45 +Error: Property 'substring' does not exist on type '{}'. (ts) + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + {:else} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:35 +Error: Parameter 'qry' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:40 +Error: Parameter 'data' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:36 +Error: Binding element 'group_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:46 +Error: Binding element 'client_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:333:13 +Error: Type 'string' is not assignable to type 'null'. (ts) + ws_data.type = 'cmd'; + ws_data.cmd = cmd; + handle_send_ws_data(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:537:41 +Error: Property 'group_id' does not exist on type 'string'. (ts) + + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:538:40 +Error: Property 'client_id' does not exist on type 'string'. (ts) + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + — + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:540:40 +Error: Property 'target' does not exist on type 'string'. (ts) + — + {cmd_entry.target || 'No Target'} + | + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:543:40 +Error: Property 'type' does not exist on type 'string'. (ts) + + {cmd_entry.type || 'No Type'}: + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:546:41 +Error: Property 'cmd' does not exist on type 'string'. (ts) + + "{cmd_entry.cmd}" + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:70:53 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`ae_root +layout.svelte data:`, data); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:74:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. This should catch anything that is a child of this layout.svelte file. + $slct.account_id = data.account_id; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:78:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:382:20 +Warn: This reference only captures the initial value of `flag_clear_idb`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_clear_idb) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:468:20 +Warn: This reference only captures the initial value of `flag_reload`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_reload) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:483:13 +Warn: This reference only captures the initial value of `flag_clear_local`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Clear localStorage and sessionStorage + if (flag_clear_local) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:490:13 +Warn: This reference only captures the initial value of `flag_clear_sess`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + if (flag_clear_sess) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:606:22 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let iframe = data.url.searchParams.get('iframe'); + if (iframe == 'true') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:637:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is mainly for Precon CHOW + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:638:37 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:639:36 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:642:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:643:40 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:644:47 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:983:44 +Error: Expected 0 arguments, but got 1. (ts) + clear_idb(); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:73:44 +Error: Expected 0 arguments, but got 1. (ts) + onclick={() => { + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:106:44 +Error: Expected 0 arguments, but got 1. (ts) + ); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:124:13 +Error: Object literal may only specify known properties, and '"display"' does not exist in type 'Props'. (ts) + ds_name="Default: AE Hub - Site root page footer HTML" + display="block" + class_li={!$ae_loc.manager_access && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/+page.svelte:12:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) + $slct.account_id = data.account_id; + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/person_view.svelte:41:31 +Warn: This reference only captures the initial value of `person_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`person_id:`, person_id); + let lq__person_obj = $derived( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:79:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:102:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:112:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:150:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:154:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:19:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:45:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + method: 'disable', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:75:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:93:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:137:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:142:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:148:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:164:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:168:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:175:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:179:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:202:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:209:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:238:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:22:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:23:18 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:24:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:25:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:26:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:27:22 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:28:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:29:24 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:30:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:31:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:32:17 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:33:15 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:34:19 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:128:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:133:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:138:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:159:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:168:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:181:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:190:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:197:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:226:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:48:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:72:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:22:21 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:23:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:24:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:27:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:28:29 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:29:23 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:30:24 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:31:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:32:18 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:33:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:34:25 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:35:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + hide: person?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:36:15 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: person?.enable ?? true, + hide: person?.hide ?? false, + priority: person?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:37:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: person?.hide ?? false, + priority: person?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:151:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:155:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:162:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:166:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:172:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:185:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:202:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:215:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:223:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:251:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:262:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:46:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:47:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:49:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + $ae_loc.url_origin = data.url.origin; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:446:5 +Warn: Unused CSS selector "section.ae_quick_popover" +https://svelte.dev/e/css_unused_selector (svelte) + /* The section.ae_quick_popover should be above the rest of the content and centered on the page. */ + section.ae_quick_popover { + position: fixed; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:82:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:105:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:142:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:146:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:150:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:154:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:171:33 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:29:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:34:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + enabled: 'all', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:74:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv: { fqdn, enable: true }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:84:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:96:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:85:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:109:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:29:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let { data }: Props = $props(); + let user = $state(data.user); + let saving = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                          + +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:41:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`$slct.account_id = `, $slct.account_id); + if (log_lvl) { + console.log(`$slct.account_id = `, $slct.account_id); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + // console.log(`ae_acct = `, ae_acct); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:81:39 +Error: Parameter 'ae_obj_li' implicitly has an 'any' type. (ts) + + function generate_file_export_csv(ae_obj_li) { + console.log(`*** generate_file_export_csv() ***`, ae_obj_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:201:9 +Error: Object is possibly 'null'. (ts) + // document.querySelector('body').appendChild(download_link); + document.getElementById('download_csv_container').appendChild(download_link); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:58:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:59:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: 'event.target' is possibly 'null'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: 'event.target' is possibly 'null'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: 'event.target' is possibly 'null'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:13 +Error: 'event.target' is possibly 'null'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:26 +Error: Property 'reset' does not exist on type 'EventTarget'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:46 +Error: Parameter 'input_upload_files' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:66 +Error: Parameter 'task_id' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:49:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:342:63 +Error: 'new_person_obj' is possibly 'null'. (ts) + data_kv: { + person_id_random: new_person_obj.person_id_random + }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:27:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:36:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:37:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:36 +Warn: This reference only captures the initial value of `container_class_li`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:81 +Warn: This reference only captures the initial value of `show_location_fields`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:50:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:51:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:50:46 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`[event_id] +layout A: ${data.params.event_id}`); + console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:42:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:43:20 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + $events_slct.event_id = ae_acct.slct.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:386:21 +Warn: Avoid using autofocus +https://svelte.dev/e/a11y_autofocus (svelte) + }} + autofocus + data-ignore="true" + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:169:61 +Error: Property 'default_qry_str' does not exist on type 'Session'. (ts) + const description = (session.description ?? '').toLowerCase(); + const qry_string = (session.default_qry_str ?? '').toLowerCase(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:38:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:39:31 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:40:35 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:41:32 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:42:30 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:82:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log('Remove the sign in fields from the URL.'); + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:83:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:84:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:85:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:86:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:88:27 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let new_url = data.url.toString(); + console.log(new_url); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:213:81 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_key ?? ''} + oninput={(e) => ($events_sess.auth__entered_key = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:220:86 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_passcode ?? ''} + oninput={(e) => ($events_sess.auth__entered_passcode = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:15:9 +Warn: `full_name_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let full_name_override: string = ''; + let professional_title_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:16:9 +Warn: `professional_title_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let full_name_override: string = ''; + let professional_title_override: string = ''; + let affiliations_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:17:9 +Warn: `affiliations_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let professional_title_override: string = ''; + let affiliations_override: string = ''; + let location_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:18:9 +Warn: `location_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let affiliations_override: string = ''; + let location_override: string = ''; + let email: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:19:9 +Warn: `email` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let location_override: string = ''; + let email: string = ''; + let allow_tracking: boolean = false; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:20:9 +Warn: `allow_tracking` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let email: string = ''; + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:21:9 +Warn: `badge_type_code` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:23:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:16:9 +Warn: `selected_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let file_input: HTMLInputElement; + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:17:9 +Warn: `upload_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:18:9 +Warn: `upload_message` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + let processed_badges_count: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:19:9 +Warn: `processed_badges_count` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_message: string = ''; + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:20:9 +Warn: `total_badges_in_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:100:60 +Error: 'error' is of type 'unknown'. (ts) + upload_status = 'error'; + upload_message = `Error processing file: ${error.message}`; + console.error('Error during file upload:', error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:73:28 +Warn: This reference only captures the initial value of `event_badge_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // *** Set initial variables + $slct.event_badge_id = event_badge_id; // $page['page_for']['event_badge_id']; + let trigger = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:295:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + + $effect(async () => { + if (browser && $lq__event_badge_obj?.event_badge_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:310:36 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:340:32 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:41:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let test_event_id = data.params.event_id; + let event_badge_id = data.params.badge_id; + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:43:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + let url_test_val = data.url.searchParams.get('test_val'); + console.log(`URL test_val = ${url_test_val}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:95:13 +Error: Type 'Event | undefined' is not assignable to type 'null'. + Type 'undefined' is not assignable to type 'null'. (ts) + const subscription = observable.subscribe((value) => { + lq__event_obj = value; + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:16:48 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:17:49 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:24:9 +Warn: `name` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + // Form fields + let name: string = ''; + let header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:25:9 +Warn: `header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let name: string = ''; + let header_path: string = ''; + let logo_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:26:9 +Warn: `logo_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_path: string = ''; + let logo_path: string = ''; + let header_row_1: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:27:9 +Warn: `header_row_1` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let logo_path: string = ''; + let header_row_1: string = ''; + let header_row_2: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:28:9 +Warn: `header_row_2` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_1: string = ''; + let header_row_2: string = ''; + let secondary_header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:29:9 +Warn: `secondary_header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_2: string = ''; + let secondary_header_path: string = ''; + let footer_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:30:9 +Warn: `footer_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let secondary_header_path: string = ''; + let footer_text: string = ''; + let show_qr_front: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:31:9 +Warn: `show_qr_front` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let footer_text: string = ''; + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:32:9 +Warn: `show_qr_back` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:33:9 +Warn: `wireless_ssid` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + let wireless_password: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:34:9 +Warn: `wireless_password` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_ssid: string = ''; + let wireless_password: string = ''; + let ticket_1_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:35:9 +Warn: `ticket_1_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_password: string = ''; + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:36:9 +Warn: `ticket_2_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:37:9 +Warn: `ticket_3_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:39:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:42:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + // Load template data if in edit mode + $effect(async () => { + if (template_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:91:24 +Error: Property 'length' does not exist on type 'Observable'. (ts) + {:then templates} + {#if templates.length > 0} +
                          + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:28 +Error: Argument of type 'Observable' is not assignable to parameter of type 'ArrayLike | Iterable | null | undefined'. (ts) +
                            + {#each templates as template (template.event_badge_template_id_random)} +
                          • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:51 +Error: 'template' is of type 'unknown'. (ts) +
                              + {#each templates as template (template.event_badge_template_id_random)} +
                            • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:96:36 +Error: 'template' is of type 'unknown'. (ts) +
                            • + {template.name} +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:101:55 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + edit_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:108:57 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + delete_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_create_template_modal} + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_create_template_modal} + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_edit_template_modal} + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_edit_template_modal} + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(launcher)/cfg_components/launcher_cfg_native_os.svelte:75:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + + { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+layout.svelte:285:29 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + journal_id: $lq__journal_obj?.journal_id, + data_kv: data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:46:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + let ae_acct = data[$slct.account_id]; + let show_export_modal = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:280:6 +Error: Property 'entries' is missing in type '{ open: boolean; journal: Journal; on_close: () => boolean; }' but required in type 'Props'. (ts) + + osit-aether-app-svelte@3.12.08 check +> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json + +Loading svelte-check in workspace: /home/scott/OSIT_dev/aether_app_sveltekit +Getting Svelte diagnostics... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_events/ae_events__event_session.ts:172:17 +Error: Type 'Session[]' is not assignable to type 'ae_EventSession[]'. + Type 'Session' is not assignable to type 'ae_EventSession'. + Types of property 'sort' are incompatible. + Type 'number | null' is not assignable to type 'number'. + Type 'null' is not assignable to type 'number'. + } + return cached_li; + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:30 +Warn: This reference only captures the initial value of `qr_fps`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:73:45 +Warn: This reference only captures the initial value of `qr_viewfinder_width`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let qr_scan_cfg = { fps: 10, qrbox: 400 }; // default was 250 and using 300 when 600px + let qr_scan_cfg = { fps: qr_fps, qrbox: qr_viewfinder_width }; // 275 seems good... Need to not let the this be larger than the container which changes based on the width of the screen/window. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:560:5 +Warn: Do not use empty rulesets (css) + + .ae_element.qr_scanner div.qr_scanner_viewfinder { + /* max-width: 100vw; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/element_qr_scanner_v2.svelte:128:33 +Error: This comparison appears to be unintentional because the types '1' and '2' have no overlap. (ts) + + if (start_qr_scanner && 1 == 2) { + console.log('Ready to start QR scanning! (after x500ms)'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_files_tbl.svelte:425:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_clip_video_v1.svelte:64:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:69:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:71:76 +Warn: This reference only captures the initial value of `hosted_file_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_download_button.svelte:72:13 +Warn: This reference only captures the initial value of `hosted_file_obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_comp__hosted_files_download_button.svelte hosted_file_id=${hosted_file_id}`, + hosted_file_obj + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:73:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/ae_core/ae_comp__hosted_files_upload.svelte:75:66 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`*** ae_comp__hosted_files_upload.svelte ***`); + console.log(`link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_clipboard.svelte:48:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Clipboard component initialized with value:`, value); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_help_tech.svelte:77:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`Help - technical support component loaded`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:39:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:40:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_id = data.url.searchParams.get('user_id'); + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:41:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_key = data.url.searchParams.get('user_key'); // Reminder that "key" is the site's auth key. + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sign_in_out.svelte:42:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_user_username = data.url.searchParams.get('username'); + let url_user_email = data.url.searchParams.get('user_email'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/app_components/e_app_sys_menu.svelte:119:28 +Error: This comparison appears to be unintentional because the types '1' and '3' have no overlap. (ts) + " + class:top-0={expand && 1 == 3} + class:opacity-100={expand} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud.svelte:126:17 +Error: Object literal may only specify known properties, and 'field_value' does not exist in type '{ api_cfg: any; object_type: string; object_id: string; object_reload?: boolean | undefined; field_name: string; new_field_value: any; params: any; try_cache: boolean; log_lvl: number; }'. (ts) + field_name: field_name, + field_value: new_field_value, + key: api_cfg?.api_crud_super_key ?? '', // Extract key from api_cfg if available + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:464:5 +Warn: Unused CSS selector ".ae_crud .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud .field_editing_wrapper { + /* outline: dashed thin pink; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:507:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper:hover" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper:hover { + background-color: hsla(60, 60%, 90%, 0.8); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:512:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_ae_crud_v2.svelte:535:5 +Warn: Unused CSS selector ".ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit" +https://svelte.dev/e/css_unused_selector (svelte) + + .ae_crud.show_crud.display_inline .field_editing_wrapper.display_block_edit { + /* display: block; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_codemirror_editor_wrapper.svelte:21:13 +Error: Object literal may only specify known properties, and '"class"' does not exist in type 'Props'. (ts) + expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:144:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:161:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:161:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:122:37 +Error: Argument of type 'string | null' is not assignable to parameter of type 'string'. + Type 'null' is not assignable to type 'string'. (ts) + console.log('ae_e_data_store Browser detected.'); + ae_ds_loc_test = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`)); + console.log(`ae_e_data_store ae_ds_loc_test = `, ae_ds_loc_test); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store.svelte:297:14 +Error: 'ae_ds_tmp' is possibly 'undefined'. (ts) + // if (!$slct.data_store_id) { + if (!ae_ds_tmp.id) { + data_store_do['account_id_random'] = $ae_loc.account_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:81:15 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + account_id: null, + code: ds_code, + name: ds_name, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:82:15 +Warn: This reference only captures the initial value of `ds_name`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + code: ds_code, + name: ds_name, + type: ds_type, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:83:15 +Warn: This reference only captures the initial value of `ds_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + name: ds_name, + type: ds_type, + for_type: null, // for_type + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:20 +Warn: This reference only captures the initial value of `try_cache`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:98:64 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:99:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:100:67 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:102:63 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:103:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); + if (log_lvl) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:105:44 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:106:17 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:123:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + browser && + ae_ds_tmp && + ae_ds_tmp.loaded_on && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:124:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp && + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:125:9 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ae_ds_tmp.loaded_on && + ae_ds_tmp.chk_account_id == $ae_loc.account_id + ) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:40 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:127:62 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + ) { + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:128:34 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); + let loaded_on = new Date(ae_ds_tmp.loaded_on); + let now = new Date(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:132:28 +Warn: This reference only captures the initial value of `expire_minutes`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let diff_minutes = diff / (1000 * 60); + if (diff_minutes > expire_minutes) { + console.log( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:134:48 +Warn: This reference only captures the initial value of `ds_code`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:10 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:151:24 +Warn: This reference only captures the initial value of `ae_ds_tmp`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is a secondary check... The account_id should either be null or match the current account_id. + if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { + trigger = 'load__ds__code'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:155:20 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (browser && mount_reload_sec) { + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:157:52 +Warn: This reference only captures the initial value of `mount_reload_sec`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:158:13 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); + if (log_lvl) { + console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:27:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:28:9 +Error: Type 'key_val | Promise | undefined' is not assignable to type 'key_val | Promise'. + Type 'undefined' is not assignable to type 'key_val | Promise'. (ts) + let ds_get_results: Promise | key_val = $state(); + let ds_submit_results: Promise | key_val = $state(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:97:9 +Error: Type 'key_val | undefined' is not assignable to type 'key_val'. + Type 'undefined' is not assignable to type 'key_val'. (ts) + + let ae_ds_tmp: key_val = $state(); + if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:26 +Error: Argument of type '(ds_val_result: any) => void' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:390:36 +Error: Parameter 'ds_val_result' implicitly has an 'any' type. (ts) + }) + .finally(function (ds_val_result) { + console.log(`ae_ ds_val_result = `, ds_val_result); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:22 +Error: Argument of type '(create__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:456:32 +Error: Parameter 'create__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (create__obj_result) { + $ae_sess.ds.create_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:22 +Error: Argument of type '(update__obj_result: any) => any' is not assignable to parameter of type '() => void'. + Target signature provides too few arguments. Expected 1 or more, but got 0. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_data_store_v2.svelte:499:32 +Error: Parameter 'update__obj_result' implicitly has an 'any' type. (ts) + }) + .finally(function (update__obj_result) { + $ae_sess.ds.update_status = 'finished'; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:448:5 +Warn: Do not use empty rulesets (css) + + .file_size, + .file_type { + /* font-size: smaller; */ + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:53:38 +Error: Parameter 'file_list' implicitly has an 'any' type. (ts) + + async function process_file_list(file_list) { + console.log('*** process_file_list() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:271:40 +Error: Parameter 'index' implicitly has an 'any' type. (ts) + + function remove_file_from_filelist(index) { + console.log('*** remove_file_from_filelist() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_input_file.svelte:302:23 +Error: Property 'files' does not exist on type 'Element'. (ts) + // input_element.files = Object.assign({}, dt.files); + input_element.files = dt.files; // Assign the updates list + // input_file_list = null; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:83 +Error: 'e.target' is possibly 'null'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:580:92 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + console.log( + `Selected file_purpose: ${e.target.value}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:71 +Error: 'e.target' is possibly 'null'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:585:80 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + event_file_id: event_file_obj.event_file_id, + file_purpose: e.target.value + }; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:620:92 +Error: Property 'disabled' does not exist on type '{}'. (ts) + key} + disabled={file_purpose_option?.disabled && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:622:96 +Error: Property 'hidden' does not exist on type '{}'. (ts) + !$ae_loc.edit_mode} + class:hidden={file_purpose_option?.hidden && + !$ae_loc.edit_mode} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li.svelte:625:83 +Error: Property 'name' does not exist on type '{}'. (ts) + > + {file_purpose_option?.name} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:44:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_all.svelte:45:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id_random`; + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:46:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `for_type`; + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_event_file_li_direct.svelte:47:43 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_eq_val: string = link_to_type; + let dq__where_for_id_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:55 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:48:83 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`HERE HERE HERE HERE: link_to_type: ${link_to_type} link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:59:36 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:60:36 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_val: string = `${link_to_type}_id`; // no more _random ??? + let dq__where_eq_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:82:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + // .and((x) => (x.content_type == `video/${extension}`)) + .and((x) => x.content_type.startsWith('video/')) + // .reverse() + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:91:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('audio/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:98:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('image/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_manage_hosted_file_li_all.svelte:105:33 +Error: 'x.content_type' is possibly 'undefined'. (ts) + .equals(dq__where_eq_val) + .and((x) => x.content_type.startsWith('application/')) + .sortBy('created_on'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:27:17 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + }: Props = $props(); + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:28:24 +Warn: This reference only captures the initial value of `obj`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(obj); + console.log(typeof obj); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:24:9 +Error: Type 'null' is not assignable to type 'string'. (ts) + row_header = false, + primary_obj_li_type = $bindable(slct_obj_li_type), + obj = null + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:84:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:85:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:88:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:89:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replace('_id_random', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:103:49 +Error: Property 'substring' does not exist on type '{}'. (ts) + > + {obj_prop_value.substring(0, 25)} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:129:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onclick={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:130:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:133:29 +Error: Type 'string' is not assignable to type 'null'. (ts) + onkeypress={() => { + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:134:29 +Error: Type 'unknown' is not assignable to type 'null'. (ts) + slct_obj_type = obj_prop_name.replaceAll('[URL]', ''); + slct_obj_id = obj_prop_value; + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:137:28 +Error: Type 'unknown' is not assignable to type 'string | null | undefined'. (ts) + > + {obj_prop_value} + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:150:63 +Error: Property 'length' does not exist on type '{}'. (ts) + {#if obj_prop_value} + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_obj_tbl_row.svelte:151:45 +Error: Property 'substring' does not exist on type '{}'. (ts) + {#if obj_prop_value && obj_prop_value.length > 25} + {obj_prop_value.substring(0, 25)} ... + {:else} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:35 +Error: Parameter 'qry' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_sql_qry.svelte:65:40 +Error: Parameter 'data' implicitly has an 'any' type. (ts) + + async function handle_run_sql(qry, data, as_list = false, log_lvl = 0) { + console.log('*** handle_run_sql() ***'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:36 +Error: Binding element 'group_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:87:46 +Error: Binding element 'client_id' implicitly has an 'any' type. (ts) + + function ws_connect_group_id({ group_id, client_id }) { + if (!group_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:333:13 +Error: Type 'string' is not assignable to type 'null'. (ts) + ws_data.type = 'cmd'; + ws_data.cmd = cmd; + handle_send_ws_data(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:537:41 +Error: Property 'group_id' does not exist on type 'string'. (ts) + + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:538:40 +Error: Property 'client_id' does not exist on type 'string'. (ts) + [{cmd_entry.group_id || 'No Group ID'}] + {cmd_entry.client_id.toString().slice(-5) || 'No Client ID'} + — + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:540:40 +Error: Property 'target' does not exist on type 'string'. (ts) + — + {cmd_entry.target || 'No Target'} + | + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:543:40 +Error: Property 'type' does not exist on type 'string'. (ts) + + {cmd_entry.type || 'No Type'}: + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/lib/elements/element_websocket_v2.svelte:546:41 +Error: Property 'cmd' does not exist on type 'string'. (ts) + + "{cmd_entry.cmd}" + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:70:53 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`ae_root +layout.svelte data:`, data); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:74:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. This should catch anything that is a child of this layout.svelte file. + $slct.account_id = data.account_id; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:78:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:382:20 +Warn: This reference only captures the initial value of `flag_clear_idb`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_clear_idb) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:468:20 +Warn: This reference only captures the initial value of `flag_reload`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $effect(() => { + if (browser && flag_reload) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:483:13 +Warn: This reference only captures the initial value of `flag_clear_local`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Clear localStorage and sessionStorage + if (flag_clear_local) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:490:13 +Warn: This reference only captures the initial value of `flag_clear_sess`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + if (flag_clear_sess) { + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:606:22 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let iframe = data.url.searchParams.get('iframe'); + if (iframe == 'true') { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:637:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // This is mainly for Precon CHOW + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:638:37 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('event_id')) { + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:639:36 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $events_slct.event_id = data.url.searchParams.get('event_id'); + $events_loc.event_id = data.url.searchParams.get('event_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:642:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:643:40 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (data.url.searchParams.get('sponsorship_cfg_id')) { + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:644:47 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.sponsorship_cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + $ae_loc.mod.sponsorships.cfg_id = data.url.searchParams.get('sponsorship_cfg_id'); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+layout.svelte:983:44 +Error: Expected 0 arguments, but got 1. (ts) + clear_idb(); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:73:44 +Error: Expected 0 arguments, but got 1. (ts) + onclick={() => { + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:106:44 +Error: Expected 0 arguments, but got 1. (ts) + ); + window.location.reload(true); + }} + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/+page.svelte:124:13 +Error: Object literal may only specify known properties, and '"display"' does not exist in type 'Props'. (ts) + ds_name="Default: AE Hub - Site root page footer HTML" + display="block" + class_li={!$ae_loc.manager_access && + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/+page.svelte:12:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) + $slct.account_id = data.account_id; + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/person_view.svelte:41:31 +Warn: This reference only captures the initial value of `person_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + console.log(`person_id:`, person_id); + let lq__person_obj = $derived( + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:79:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/+page.svelte:102:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:112:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:150:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:154:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:19:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:45:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/accounts/[account_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + account_id, + method: 'disable', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:75:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/activity_logs/+page.svelte:93:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:137:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:142:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:148:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:164:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:168:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:175:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:179:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:202:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:209:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/ae_comp__address_form.svelte:238:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/addresses/[address_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + address_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:22:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:23:18 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + title: contact?.title ?? '', + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:24:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: contact?.tagline ?? '', + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:25:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + email: contact?.email ?? '', + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:26:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_mobile: contact?.phone_mobile ?? '', + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:27:22 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone_office: contact?.phone_office ?? '', + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:28:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + website_url: contact?.website_url ?? '', + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:29:24 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + facebook_url: contact?.facebook_url ?? '', + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:30:23 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + instagram_url: contact?.instagram_url ?? '', + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:31:16 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + linkedin_url: contact?.linkedin_url ?? '', + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:32:17 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: contact?.notes ?? '', + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:33:15 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: contact?.enable ?? true, + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:34:19 +Warn: This reference only captures the initial value of `contact`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: contact?.hide ?? false, + priority: contact?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:128:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:133:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:138:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:152:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:159:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:168:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:181:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:190:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:197:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/ae_comp__contact_form.svelte:226:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/+page.svelte:83:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:24:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/contacts/[contact_id]/+page.svelte:42:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + contact_id, + method: 'delete', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:48:13 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_search.svelte:72:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:22:21 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let formData = $state({ + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:23:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + given_name: person?.given_name ?? '', + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:24:22 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + family_name: person?.family_name ?? '', + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:25:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + middle_name: person?.middle_name ?? '', + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:26:35 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + prefix: person?.prefix ?? person?.title_names ?? '', + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:27:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + suffix: person?.suffix ?? person?.designations ?? '', + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:28:29 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + nickname: person?.informal_name ?? '', + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:29:23 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + professional_title: person?.professional_title ?? '', + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:30:24 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + affiliations: person?.affiliations ?? '', + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:31:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + primary_email: person?.primary_email ?? '', + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:32:18 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + phone: person?.phone ?? '', + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:33:16 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + tagline: person?.tagline ?? '', + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:34:25 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + notes: person?.notes ?? '', + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:35:17 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + user_id_random: person?.user_id_random ?? '', + enable: person?.enable ?? true, + hide: person?.hide ?? false, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:36:15 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + enable: person?.enable ?? true, + hide: person?.hide ?? false, + priority: person?.priority ?? false + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:37:19 +Warn: This reference only captures the initial value of `person`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + hide: person?.hide ?? false, + priority: person?.priority ?? false + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:151:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:155:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:162:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:166:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:172:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:185:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:193:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:202:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:215:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:223:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:251:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/ae_comp__person_form.svelte:262:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:46:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:47:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:49:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + $ae_loc.url_origin = data.url.origin; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/people/[person_id]/+page.svelte:446:5 +Warn: Unused CSS selector "section.ae_quick_popover" +https://svelte.dev/e/css_unused_selector (svelte) + /* The section.ae_quick_popover should be above the rest of the content and centered on the page. */ + section.ae_quick_popover { + position: fixed; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:82:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/+page.svelte:105:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:142:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:146:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:150:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:154:29 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:171:33 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:29:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + log_lvl: 1 + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:34:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + enabled: 'all', + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:61:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:74:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + data_kv: { fqdn, enable: true }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:84:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/sites/[site_id]/+page.svelte:96:13 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + site_id, + site_domain_id: dom.site_domain_id_random, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:85:17 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/+page.svelte:109:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:29:23 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a derived instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let { data }: Props = $props(); + let user = $state(data.user); + let saving = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:116:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:120:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + + + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/core/users/[user_id]/+page.svelte:124:25 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                              + +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:41:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log(`$slct.account_id = `, $slct.account_id); + if (log_lvl) { + console.log(`$slct.account_id = `, $slct.account_id); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + } + let ae_acct = data[$slct.account_id]; + // console.log(`ae_acct = `, ae_acct); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:81:39 +Error: Parameter 'ae_obj_li' implicitly has an 'any' type. (ts) + + function generate_file_export_csv(ae_obj_li) { + console.log(`*** generate_file_export_csv() ***`, ae_obj_li); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl.svelte:201:9 +Error: Object is possibly 'null'. (ts) + // document.querySelector('body').appendChild(download_link); + document.getElementById('download_csv_container').appendChild(download_link); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:48:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:58:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_file_obj_tbl_wrapper.svelte:59:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id ?? ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:66:26 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Local Variables + let task_id = $state(link_to_id); + let input_file_list: any = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: 'event.target' is possibly 'null'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:91:13 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + + if (event.target[input_element_id].files.length > 0) { + task_id = link_to_id; // Ideally this should be the file hash, but we may be uploading multiple files at once. This should be done with a loop instead? + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: 'event.target' is possibly 'null'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:97:33 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + // processed_file_list[i] has the file hash_sha256, hash_sha256_match, warnings, uploaded, uploaded_bytes, filename, and file_size_bytes. + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: 'event.target' is possibly 'null'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:98:32 +Error: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'EventTarget'. + No index signature with a parameter of type 'string' was found on type 'EventTarget'. (ts) + for (let i = 0; i < event.target[input_element_id].files.length; i++) { + let tmp_file = event.target[input_element_id].files[i]; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:13 +Error: 'event.target' is possibly 'null'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:113:26 +Error: Property 'reset' does not exist on type 'EventTarget'. (ts) + $events_sess = $events_sess; + event.target.reset(); + // await tick(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:46 +Error: Parameter 'input_upload_files' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_files_upload.svelte:134:66 +Error: Parameter 'task_id' implicitly has an 'any' type. (ts) + + async function handle_input_upload_files(input_upload_files, task_id) { + log_lvl = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:49:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:50:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li.svelte:342:63 +Error: 'new_person_obj' is possibly 'null'. (ts) + data_kv: { + person_id_random: new_person_obj.person_id_random + }, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:27:9 +Warn: This reference only captures the initial value of `log_lvl`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:28:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:36:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(pres_mgmt)/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte:37:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:36 +Warn: This reference only captures the initial value of `container_class_li`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl.svelte:35:81 +Warn: This reference only captures the initial value of `show_location_fields`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log( + `container_class_li: ${container_class_li}; show_location_fields: ${show_location_fields}` + ); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:38 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:40:67 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl) { + console.log(`link_to_type: ${link_to_type}; link_to_id: ${link_to_id}`); + } + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:50:44 +Warn: This reference only captures the initial value of `link_to_type`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/ae_comp__event_session_obj_tbl_wrapper.svelte:51:39 +Warn: This reference only captures the initial value of `link_to_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let dq__where_type_id_val: string = `${link_to_type}_id_random`; + let dq__where_eq_id_val: string = link_to_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:44:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // $slct.account_id = data.account_id; + let ae_acct = data[$slct.account_id]; + if (log_lvl) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+layout.svelte:50:46 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + if (log_lvl > 1) { + console.log(`[event_id] +layout A: ${data.params.event_id}`); + console.log(`[event_id] +layout B: ${ae_acct.slct.event_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:42:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other. + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:43:20 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let ae_acct = data[$slct.account_id]; + let event_id = data.params.event_id; + $events_slct.event_id = ae_acct.slct.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:386:21 +Warn: Avoid using autofocus +https://svelte.dev/e/a11y_autofocus (svelte) + }} + autofocus + data-ignore="true" + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/+page.svelte:169:61 +Error: Property 'default_qry_str' does not exist on type 'Session'. (ts) + const description = (session.description ?? '').toLowerCase(); + const qry_string = (session.default_qry_str ?? '').toLowerCase(); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:38:29 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:39:31 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_id = data.url.searchParams.get('person_id'); + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:40:35 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_person_pass = data.url.searchParams.get('person_pass'); + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:41:32 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presentation_id = data.url.searchParams.get('presentation_id'); + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:42:30 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let url_presenter_id = data.url.searchParams.get('presenter_id'); + let url_session_id = data.url.searchParams.get('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:82:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + console.log('Remove the sign in fields from the URL.'); + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:83:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_id'); + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:84:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('person_pass'); + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:85:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presentation_id'); + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:86:13 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + data.url.searchParams.delete('presenter_id'); + data.url.searchParams.delete('session_id'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:88:27 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let new_url = data.url.toString(); + console.log(new_url); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:213:81 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_key ?? ''} + oninput={(e) => ($events_sess.auth__entered_key = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/sign_in_out.svelte:220:86 +Error: Property 'value' does not exist on type 'EventTarget'. (ts) + value={$events_sess.auth__entered_passcode ?? ''} + oninput={(e) => ($events_sess.auth__entered_passcode = e.target?.value)} + /> + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:15:9 +Warn: `full_name_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let full_name_override: string = ''; + let professional_title_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:16:9 +Warn: `professional_title_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let full_name_override: string = ''; + let professional_title_override: string = ''; + let affiliations_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:17:9 +Warn: `affiliations_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let professional_title_override: string = ''; + let affiliations_override: string = ''; + let location_override: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:18:9 +Warn: `location_override` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let affiliations_override: string = ''; + let location_override: string = ''; + let email: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:19:9 +Warn: `email` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let location_override: string = ''; + let email: string = ''; + let allow_tracking: boolean = false; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:20:9 +Warn: `allow_tracking` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let email: string = ''; + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:21:9 +Warn: `badge_type_code` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let allow_tracking: boolean = false; + let badge_type_code: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_create_form.svelte:23:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:16:9 +Warn: `selected_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let file_input: HTMLInputElement; + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:17:9 +Warn: `upload_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let selected_file: File | null = null; + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:18:9 +Warn: `upload_message` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_status: string = 'idle'; // idle, loading, processing, success, error + let upload_message: string = ''; + let processed_badges_count: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:19:9 +Warn: `processed_badges_count` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let upload_message: string = ''; + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:20:9 +Warn: `total_badges_in_file` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let processed_badges_count: number = 0; + let total_badges_in_file: number = 0; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/ae_comp__badge_upload_form.svelte:100:60 +Error: 'error' is of type 'unknown'. (ts) + upload_status = 'error'; + upload_message = `Error processing file: ${error.message}`; + console.error('Error during file upload:', error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:73:28 +Warn: This reference only captures the initial value of `event_badge_id`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // *** Set initial variables + $slct.event_badge_id = event_badge_id; // $page['page_for']['event_badge_id']; + let trigger = $state(null); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:295:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + + $effect(async () => { + if (browser && $lq__event_badge_obj?.event_badge_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:310:36 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/ae_comp__badge_obj_view.svelte:340:32 +Error: 'error' is of type 'unknown'. (ts) + } catch (error) { + qr_error_message = error.message; + console.error(error); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:41:26 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // let test_event_id = data.params.event_id; + let event_badge_id = data.params.badge_id; + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:43:24 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // console.log(`Data Params: event_id=${test_event_id}; badge_id=${test_event_badge_id}`); + let url_test_val = data.url.searchParams.get('test_val'); + console.log(`URL test_val = ${url_test_val}`); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/[badge_id]/+page.svelte:95:13 +Error: Type 'Event | undefined' is not assignable to type 'null'. + Type 'undefined' is not assignable to type 'null'. (ts) + const subscription = observable.subscribe((value) => { + lq__event_obj = value; + }); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:16:48 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let event_id: string = data.params.event_id; + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/badges/print_list/+page.svelte:17:49 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + let printed_status_filter: string | null = data.url.searchParams.get('printed_status'); + let badge_type_code_filter: string | null = data.url.searchParams.get('badge_type_code'); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:24:9 +Warn: `name` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + // Form fields + let name: string = ''; + let header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:25:9 +Warn: `header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let name: string = ''; + let header_path: string = ''; + let logo_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:26:9 +Warn: `logo_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_path: string = ''; + let logo_path: string = ''; + let header_row_1: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:27:9 +Warn: `header_row_1` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let logo_path: string = ''; + let header_row_1: string = ''; + let header_row_2: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:28:9 +Warn: `header_row_2` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_1: string = ''; + let header_row_2: string = ''; + let secondary_header_path: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:29:9 +Warn: `secondary_header_path` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let header_row_2: string = ''; + let secondary_header_path: string = ''; + let footer_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:30:9 +Warn: `footer_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let secondary_header_path: string = ''; + let footer_text: string = ''; + let show_qr_front: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:31:9 +Warn: `show_qr_front` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let footer_text: string = ''; + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:32:9 +Warn: `show_qr_back` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_front: boolean = true; + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:33:9 +Warn: `wireless_ssid` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let show_qr_back: boolean = true; + let wireless_ssid: string = ''; + let wireless_password: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:34:9 +Warn: `wireless_password` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_ssid: string = ''; + let wireless_password: string = ''; + let ticket_1_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:35:9 +Warn: `ticket_1_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let wireless_password: string = ''; + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:36:9 +Warn: `ticket_2_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_1_text: string = ''; + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:37:9 +Warn: `ticket_3_text` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + let ticket_2_text: string = ''; + let ticket_3_text: string = ''; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:39:9 +Warn: `submit_status` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates +https://svelte.dev/e/non_reactive_update (svelte) + + let submit_status: string = 'idle'; // idle, loading, success, error + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/ae_comp__badge_template_form.svelte:42:13 +Error: Argument of type '() => Promise' is not assignable to parameter of type '() => void | (() => void)'. + Type 'Promise' is not assignable to type 'void | (() => void)'. (ts) + // Load template data if in edit mode + $effect(async () => { + if (template_id) { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:15:28 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + + let event_id: string = data.params.event_id; + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:91:24 +Error: Property 'length' does not exist on type 'Observable'. (ts) + {:then templates} + {#if templates.length > 0} +
                              + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:28 +Error: Argument of type 'Observable' is not assignable to parameter of type 'ArrayLike | Iterable | null | undefined'. (ts) +
                                + {#each templates as template (template.event_badge_template_id_random)} +
                              • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:94:51 +Error: 'template' is of type 'unknown'. (ts) +
                                  + {#each templates as template (template.event_badge_template_id_random)} +
                                • + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:96:36 +Error: 'template' is of type 'unknown'. (ts) +
                                • + {template.name} +
                                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:101:55 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + edit_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:108:57 +Error: 'template' is of type 'unknown'. (ts) + onclick={() => + delete_template(template.event_badge_template_id_random)} + > + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_create_template_modal} + +
                                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:126:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_create_template_modal} + +
                                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:17 +Error: Object literal may only specify known properties, and 'show' does not exist in type 'ModalProps'. (ts) +{#if show_edit_template_modal} + +
                                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(badges)/templates/hold+page.svelte:138:12 +Error: Cannot use 'bind:' with this property. It is declared as non-bindable inside the component. +To mark a property as bindable: 'let { show = $bindable() } = $props()' (ts) +{#if show_edit_template_modal} + +
                                  + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/events/[event_id]/(launcher)/cfg_components/launcher_cfg_native_os.svelte:75:21 +Warn: A form label must be associated with a control +https://svelte.dev/e/a11y_label_has_associated_control (svelte) +
                                  + + + + { + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+layout.svelte:285:29 +Error: Type 'string | undefined' is not assignable to type 'string'. + Type 'undefined' is not assignable to type 'string'. (ts) + api_cfg: $ae_api, + journal_id: $lq__journal_obj?.journal_id, + data_kv: data_kv, + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:46:19 +Warn: This reference only captures the initial value of `data`. Did you mean to reference it inside a closure instead? +https://svelte.dev/e/state_referenced_locally (svelte) + // Variables + let ae_acct = data[$slct.account_id]; + let show_export_modal = $state(false); + +/home/scott/OSIT_dev/aether_app_sveltekit/src/routes/journals/[journal_id]/+page.svelte:280:6 +Error: Property 'entries' is missing in type '{ open: boolean; journal: Journal; on_close: () => boolean; }' but required in type 'Props'. (ts) + + - import { run, preventDefault } from 'svelte/legacy'; - - import { onMount } from 'svelte'; - - import { api } from '$lib/api/api'; - import { ae_loc, ae_sess, ae_api, slct, slct_trigger, ae_trig } from '$lib/stores/ae_stores'; - import { ae_util } from '$lib/ae_utils/ae_utils'; - import type { key_val } from '$lib/stores/ae_stores'; - - import { browser } from '$app/environment'; - interface Props { - expire_minutes?: number; - mount_reload_sec?: number; - ds_code: string; - ds_name?: null | string; - ds_type?: string; - for_type?: null | string; - for_id?: null | string; - // export let store: string = 'local'; - display?: string; // Avoid; Use class list instead - class_li?: string; // : string[] = []; - try_cache?: boolean; - hide?: boolean; // Hide the entire element - show_edit?: boolean; - show_edit_btn?: boolean; - show_view?: boolean; - // export let show_delete_btn: boolean = false; - ds_loaded?: boolean; - debug?: boolean; - val_sql?: null | key_val; - } - - let { - expire_minutes = 10, - mount_reload_sec = 0, - ds_code, - ds_name = null, - ds_type = 'text', - for_type = null, - for_id = null, - display = 'block', - class_li = '', - try_cache = true, - hide = false, - show_edit = $bindable(false), - show_edit_btn = true, - show_view = $bindable(true), - ds_loaded = $bindable(false), - debug = false, - val_sql = $bindable(null) - }: Props = $props(); - - console.log( - `ae_e_data_store ${ds_code} for_type=${for_type} for_id=${for_id} account_id=${$ae_loc.account_id}` - ); - - let ae_promises: key_val = {}; // Promise; - let ds_get_results: Promise | key_val = $state(); - let ds_loading_status: string = 'starting...'; - let ds_submit_results: Promise | key_val = $state(); - - let val_json: key_val; - let val_html: key_val; - let val_md: key_val; - let val_text: string; - - let ds_code_obj = { - id: null, - account_id: null, - code: ds_code, - name: ds_name, - type: ds_type, - for_type: null, // for_type - for_id: null, // for_id - access_read: null, // 'super', 'manager', 'administrator', 'trusted', 'authenticated', 'anonymous' - access_write: null, // 'super', 'manager', 'administrator', 'trusted', 'authenticated', 'anonymous' - access_delete: null, // 'super', 'manager', 'administrator', 'trusted', 'authenticated', 'anonymous' - html: null, - json: null, - md: null, - text: null, - updated_on: null, - chk_account_id: null - }; - - let ae_ds_tmp: key_val = $state(); - if (browser && localStorage.getItem(`ae_ds__${ds_code}`)) { - ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`)); - } else { - ae_ds_tmp = ds_code_obj; - } - - // Writable = persisted(`ae_ds__${ds_code}`, ds_code_obj); - // console.log(`ae_e_data_store cached: ${ds_code} = `, ae_ds_tmp); - console.log(`ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`); - - if (!ae_ds_tmp || !ae_ds_tmp.id) { - ds_loading_status = '-- loading --'; - } else { - // ae_ds_loc.set(ae_ds_tmp); - } - - $ae_sess.ds.submit_status = null; - $ae_sess.ds.create_status = null; - $ae_sess.ds.update_status = null; - - let trigger: null | string = $state(null); - - // $: if (ae_ds_tmp) { - // console.log(`ae_e_data_store ae_ds_loc = `, ae_ds_tmp); - // } - - let ae_ds_loc_test: any; - if (browser) { - console.log('ae_e_data_store Browser detected.'); - ae_ds_loc_test = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`)); - console.log(`ae_e_data_store ae_ds_loc_test = `, ae_ds_loc_test); - // ae_ds_tmp = {id: null}; - // ae_ds_tmp = ae_ds_loc_test; - } else { - console.log('ae_e_data_store Browser not detected.'); - } - - // This is a quick check to make sure the data store is not stale. If it is, then we need to trigger a reload. - if ( - browser && - ae_ds_tmp && - ae_ds_tmp.loaded_on && - ae_ds_tmp.chk_account_id == $ae_loc.account_id - ) { - console.log(`ae_e_data_store ${ds_code} loaded_on: ${ae_ds_tmp.loaded_on}`); - let loaded_on = new Date(ae_ds_tmp.loaded_on); - let now = new Date(); - let diff = now.getTime() - loaded_on.getTime(); - let diff_minutes = diff / (1000 * 60); - if (diff_minutes > expire_minutes) { - console.log( - `ae_e_data_store: Data Store ${ds_code} stale. Last loaded on: ${loaded_on.toISOString()}` - ); - // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. - let random_ms = Math.floor(Math.random() * 500); - console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); - setTimeout(() => { - trigger = 'load__ds__code'; - }, random_ms); - } - } else if (browser) { - console.log( - 'ae_e_data_store: No loaded_on date found and or the account_id check failed. Need to trigger reload.' - ); - trigger = 'load__ds__code'; - } - - // This is a secondary check... The account_id should either be null or match the current account_id. - if (!ae_ds_tmp || !ae_ds_tmp.account_id === null || $ae_loc.account_id == $ae_loc.account_id) { - trigger = 'load__ds__code'; - } - - onMount(() => { - console.log('Element: Data Store element_data_store.svelte'); - // console.log('ae_ MOUNTED Browser detected.'); - - if (mount_reload_sec) { - // Wait for random number of milliseconds to avoid all data stores being reloaded at the same time. - let random_ms = Math.floor(Math.random() * mount_reload_sec * 1000); - console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`); - setTimeout(() => { - trigger = 'load__ds__code'; - }, random_ms); - } - }); - - async function load_data_store({ - code, - type = 'text', - for_type = null, - for_id = null, - try_cache = true - }: { - code: string; - type: string; - for_type: string | null; - for_id: string | null; - try_cache: boolean; - }) { - // let ds_code_val = await api.get_data_store_obj_w_code({ - ds_get_results = api - .get_data_store_obj_w_code({ - api_cfg: $ae_api, - data_store_code: code, - data_type: type, - log_lvl: 0 - }) - .then(function (ds_results) { - // console.log(`ae_ Data Store ${code} = `, ds_results); - if (ds_results) { - console.log(`ae_e_data_store: Got a result for code ${code}`); - if (!ds_results.data_store_id_random) { - console.log('Something went wrong? No data store ID found.'); - return false; - } - - ds_loaded = true; - - // Set the loaded_on datetime to the current time for reference later. This will be used to determine if the data store is stale. - ae_ds_tmp.loaded_on = new Date().toISOString(); - // Set the chk_account_id as a backup check to make sure the data store belongs to the account for the current site. This should not be needed, but here we are... - ae_ds_tmp.chk_account_id = $ae_loc.account_id; - - ae_ds_tmp.id = ds_results.data_store_id_random; - ae_ds_tmp.account_id = ds_results.account_id_random; - ae_ds_tmp.code = ds_results.code; // This will overwrite whatever was passed in. - ae_ds_tmp.name = ds_results.name; - ae_ds_tmp.type = ds_results.type; // This will overwrite whatever was passed in. - if (type == 'html') { - ae_ds_tmp.html = ds_results.text; - val_html = ds_results.text; - return ds_results.html; - } else if (type == 'json') { - ae_ds_tmp.json = ds_results.json; - val_json = ds_results.json; - return ds_results.json; - } else if (type == 'md') { - ae_ds_tmp.text = ds_results.text; - val_md = ds_results.text; - return ds_results.text; - } else if (type == 'sql') { - ae_ds_tmp.text = ds_results.text; - val_sql = ds_results.text; - return ds_results.text; - } else { - ae_ds_tmp.text = ds_results.text; - val_text = ds_results.text; - return ds_results.text; - } - } else { - ds_loaded = false; - ds_loading_status = '-- not found --'; - } - }) - .catch(function (error: any) { - console.log(`Something went wrong. for code ${code}`); - console.log(error); - ds_loading_status = '-- error --'; - return false; - }); - // .finally(function (ds_val_result) { - // // console.log(`ae_ ds_code_val = `, ds_val_result); - - // // ae_ds_loc.set(ds_val_result); - // // localStorage.setItem(ds_code, ds_val_result); - // // sessionStorage.setItem(ds_code, ds_val_result); - - // // return ds_val_result; - // }); - // console.log(`ae_ ds_code_val = `, ds_code_val); - } - - async function handle_submit_form(event: any) { - // console.log('*** handle_submit_form() ***'); - - $ae_sess.ds.submit_status = 'processing'; - - // Data in - let form_data = new FormData(event.target); - // console.log(form_data); - - let data_store_di: key_val = ae_util.extract_prefixed_form_data({ - prefix: null, - form_data: form_data, - trim_values: true, - bool_tf_str: true, - log_lvl: 0 - }); - // console.log(data_store_di); - - // Data out - let data_store_do: key_val = {}; - - if (typeof data_store_di.ds_id_random !== 'undefined') { - data_store_do['data_store_id_random'] = data_store_di.ds_id_random; - } - - // if (!$slct.data_store_id) { - if (!ae_ds_tmp.id) { - data_store_do['account_id_random'] = $ae_loc.account_id; - } - - if ( - typeof data_store_di.ds_account_id !== 'undefined' && - data_store_di.ds_account_id && - data_store_di.ds_use_account_id - ) { - data_store_do['account_id_random'] = data_store_di.ds_account_id; - } else if (data_store_di.ds_use_account_id && $ae_loc.account_id) { - data_store_do['account_id_random'] = $ae_loc.account_id; - } else { - data_store_do['account_id_random'] = null; - } - - if (typeof data_store_di.ds_code !== 'undefined') { - data_store_do['code'] = data_store_di.ds_code; - } else { - data_store_do['code'] = ds_code; - } - - if (typeof data_store_di.ds_name !== 'undefined') { - data_store_do['name'] = data_store_di.ds_name; - } else { - data_store_do['name'] = ds_name; - } - - if (typeof data_store_di.ds_type !== 'undefined') { - data_store_do['type'] = data_store_di.ds_type; - } else { - data_store_do['type'] = ds_type; - } - - if (typeof data_store_di.ds_for_type !== 'undefined' && data_store_di.ds_for_type) { - data_store_do['for_type'] = data_store_di.ds_for_type; - } else { - data_store_do['for_type'] = null; - } - - if (typeof data_store_di.ds_for_id !== 'undefined' && data_store_di.ds_for_id) { - data_store_do['for_id_random'] = data_store_di.ds_for_id; - } else { - data_store_do['for_id_random'] = null; - } - - if (typeof data_store_di.ds_access_read !== 'undefined') { - data_store_do['access_read'] = data_store_di.ds_access_read; - } - - if (typeof data_store_di.ds_access_write !== 'undefined') { - data_store_do['access_write'] = data_store_di.ds_access_write; - } - - if (typeof data_store_di.ds_access_delete !== 'undefined') { - data_store_do['access_delete'] = data_store_di.ds_access_delete; - } - - if (typeof data_store_di.ds_value !== 'undefined') { - if (data_store_di.ds_type == 'html') { - data_store_do['text'] = data_store_di.ds_value; - } else if (data_store_di.ds_type == 'json') { - data_store_do['json'] = data_store_di.ds_value; - } else if (data_store_di.ds_type == 'md') { - data_store_do['text'] = data_store_di.ds_value; - } else if (data_store_di.ds_type == 'sql') { - data_store_do['text'] = data_store_di.ds_value; - } else { - data_store_do['text'] = data_store_di.ds_value; - } - } - - if (typeof data_store_di.ds_enable !== 'undefined') { - data_store_do['enable'] = data_store_di.ds_enable; - } else { - data_store_do['enable'] = true; - } - - console.log(data_store_do); - - if (!ae_ds_tmp.id) { - // Create - console.log(`ae_ Data Store Create:`, data_store_do); - ds_submit_results = handle_create__data_store({ - obj_type: 'data_store', - data: data_store_do - }) - .then(function (ds_results) { - console.log(`ae_ Data Store Create Results:`, ds_results); - if (ds_results) { - ae_ds_tmp.id = ds_results.data_store_id_random; - ae_ds_tmp.updated_on = ds_results.updated_on; - } - return ds_results; - }) - .finally(function (ds_val_result) { - console.log(`ae_ ds_val_result = `, ds_val_result); - trigger = 'load__ds__code'; - $ae_sess.ds.submit_status = 'created'; - }); - } else { - // Update - console.log(`ae_ Data Store Update:`, data_store_do); - ds_submit_results = handle_update__data_store({ - obj_type: 'data_store', - obj_id: ae_ds_tmp.id, - data: data_store_do - }) - .then(function (ds_results) { - console.log(`ae_ Data Store Update Results:`, ds_results); - if (ds_results) { - ae_ds_tmp.updated_on = ds_results.updated_on; - } - return ds_results; - // }) - // .finally(function (ds_val_result) { - // // console.log(`ae_ ds_code_val = `, ds_val_result); - }) - .finally(function () { - // console.log(`ae_ ds_val_result = `, ds_val_result); - console.log( - `ae_ load__ds__code: ${ds_code} ${ds_type} ${for_type} ${for_id} ${try_cache}` - ); - trigger = 'load__ds__code'; - $ae_sess.ds.submit_status = 'updated'; - }); - } - } - - async function handle_create__data_store({ obj_type, data }) { - console.log('*** handle_create__data_store() ***'); - - $ae_sess.ds.create_status = 'starting'; - ae_promises.api_create__data_store_obj = api - .create_ae_obj_crud({ - api_cfg: $ae_api, - obj_type: obj_type, - fields: data, - key: $ae_api.api_crud_super_key, - log_lvl: 1 - }) - .then(async function (create__obj_result) { - if (!create__obj_result) { - console.log('The result was null or false.'); - return false; - } - return create__obj_result; - }) - .catch(function (error: any) { - console.log('Something went wrong.'); - console.log(error); - return false; - }) - .finally(function (create__obj_result) { - $ae_sess.ds.create_status = 'finished'; - return create__obj_result; - }); - - return ae_promises.api_create__data_store_obj; - } - - async function handle_update__data_store({ obj_type, obj_id, data }) { - console.log('*** handle_update__data_store() ***'); - - $ae_sess.ds.update_status = 'starting'; - ae_promises.update__data_store_obj = api - .update_ae_obj_id_crud({ - api_cfg: $ae_api, - obj_type: obj_type, - obj_id: obj_id, - fields: data, - key: $ae_api.api_crud_super_key, - log_lvl: 1 - }) - .then(async function (update__obj_result) { - if (!update__obj_result) { - console.log('The result was null or false.'); - return false; - } - return update__obj_result; - }) - .catch(function (error: any) { - console.log('Something went wrong.'); - console.log(error); - return false; - }) - .finally(function (update__obj_result) { - $ae_sess.ds.update_status = 'finished'; - return update__obj_result; - }); - - return ae_promises.update__data_store_obj; - } - // let ds_code_li = {}; //: key_val; // = ae_loc_tmp.ds; - // console.log(`ae_ ds_code_li = `, ds_code_li); - - run(() => { - if (trigger == 'load__ds__code' && ds_code && ds_type) { - console.log( - `ae_e_data_store: ae_ load__ds__code: ${ds_code} ds_type=${ds_type} for_type=${for_type} for_id=${for_id} ${try_cache}` - ); - - trigger = null; - - load_data_store({ - code: ds_code, - type: ds_type, - for_type: for_type, - for_id: for_id, - try_cache: try_cache - }); - } - }); - - -
                                  - {#if ae_ds_tmp} - {#if debug || $ae_loc.debug == 'debug'} -
                                  -    id: {ae_ds_tmp.id},
                                  -    code: {ae_ds_tmp.code},
                                  -    type: {ae_ds_tmp.type},
                                  -    for_type: {ae_ds_tmp.for_type},
                                  -    for_id: {ae_ds_tmp.for_id},
                                  -    access_read: {ae_ds_tmp.access_read},
                                  -    access_write: {ae_ds_tmp.access_write},
                                  -    access_delete: {ae_ds_tmp.access_delete},
                                  -    name: {ae_ds_tmp.name},
                                  -    html: {ae_ds_tmp.html},
                                  -    json: {ae_ds_tmp.json},
                                  -    md: {ae_ds_tmp.md},
                                  -    text: {ae_ds_tmp.text},
                                  -    updated_on: {ae_ds_tmp.updated_on},
                                  -    
                                  - {/if} - - {#if show_edit} -
                                  - - - - {#if $ae_loc.trusted_access} - - {/if} - {#if $ae_loc.manager_access} - - - - {/if} - {#if $ae_loc.trusted_access} - - {/if} - {#if $ae_loc.manager_access} - - - - - - - {:else} - Code: {ae_ds_tmp.code} - - Type: {ae_ds_tmp.type} - {/if} - - - {#if ae_ds_tmp.type == 'html' || ae_ds_tmp.type == null} - - - {:else if ae_ds_tmp.type == 'sql'} - - - - {:else if ae_ds_tmp.type == 'text'} - - {/if} -
                                  - - - - - - - {#await ds_submit_results} - - {:then ds_submit_results} - {#if ds_submit_results} -
                                  - - Saved -
                                  - {/if} - {/await} - -
                                  - submit: {$ae_sess.ds.submit_status} - create: {$ae_sess.ds.create_status} - update: {$ae_sess.ds.update_status} -
                                  -
                                  - -
                                  - {/if} - - - - {#if !ae_ds_tmp.type && !ae_ds_tmp.html && !ae_ds_tmp.json && !ae_ds_tmp.md && !ae_ds_tmp.text} - {#if $ae_loc.manager_access} - No data found! Is the data store correct or new? - {:else} - - {/if} - {/if} - - {#if ae_ds_tmp.type == 'html' && ae_ds_tmp.html} - {@html ae_ds_tmp.html} - {:else if ae_ds_tmp.type == 'html'} - {#if $ae_loc.manager_access} - No HTML found! Is the data store type correct? - {:else} - - {/if} - {/if} - - {#if ae_ds_tmp.type == 'text' && ae_ds_tmp.text} - {ae_ds_tmp.text} - {:else if ae_ds_tmp.type == 'text'} - {#if $ae_loc.manager_access} - No text found! Is the data store type correct? - {:else} - - {/if} - {/if} - - - - - {:else} - - {/if} - - - - - - {#await ds_get_results} - - {/await} - - -
                                  - - diff --git a/src/lib/elements/element_data_store_v2.svelte b/src/lib/elements/element_data_store_v2.svelte index 24fa1434..36a28c2f 100644 --- a/src/lib/elements/element_data_store_v2.svelte +++ b/src/lib/elements/element_data_store_v2.svelte @@ -12,24 +12,6 @@ import { ae_util } from '$lib/ae_utils/ae_utils'; import type { key_val } from '$lib/stores/ae_stores'; - onMount(() => { - console.log( - `ae_e_data_store ${ds_code} account_id=${$ae_loc.account_id} for_type=${for_type} for_id=${for_id}` - ); - }); - - // export let store: string = 'local'; - - let ae_promises: key_val = {}; - // let ae_tmp: key_val = {}; - // let ae_triggers: key_val = {}; - - let ds_get_results: Promise | key_val = $state(); - let ds_submit_results: Promise | key_val = $state(); - - let val_json: key_val; - let val_html: key_val; - let val_md: key_val; interface Props { log_lvl?: number; expire_minutes?: number; @@ -73,6 +55,25 @@ ds_loading_status = $bindable('starting'), val_sql = $bindable(null) }: Props = $props(); + + onMount(() => { + console.log( + `ae_e_data_store ${ds_code} account_id=${$ae_loc.account_id} for_type=${for_type} for_id=${for_id}` + ); + }); + + // export let store: string = 'local'; + + let ae_promises: key_val = {}; + // let ae_tmp: key_val = {}; + // let ae_triggers: key_val = {}; + + let ds_get_results: Promise | key_val | undefined = $state(); + let ds_submit_results: Promise | key_val | undefined = $state(); + + let val_json: key_val; + let val_html: key_val; + let val_md: key_val; let val_text: string; let ds_code_obj = { @@ -94,20 +95,27 @@ chk_account_id: null }; - let ae_ds_tmp: key_val = $state(); - if (browser && try_cache && localStorage.getItem(`ae_ds__${ds_code}`)) { - if (log_lvl) { - console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + let ae_ds_tmp: key_val | undefined = $state(); + + // Initialize ae_ds_tmp + if (browser && try_cache) { + const stored = localStorage.getItem(`ae_ds__${ds_code}`); + if (stored) { + if (log_lvl) { + console.log(`ae_e_data_store: Found cached data for ${ds_code}`); + } + ae_ds_tmp = JSON.parse(stored); + if (log_lvl) { + console.log( + `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, + ae_ds_tmp + ); + } } - ae_ds_tmp = JSON.parse(localStorage.getItem(`ae_ds__${ds_code}`) ?? '{}'); - if (log_lvl) { - console.log( - `ae_e_data_store cached: ${ds_code} account_id=${$ae_loc.account_id}`, - ae_ds_tmp - ); - } - } else { - ae_ds_tmp = ds_code_obj; + } + + if (!ae_ds_tmp) { + ae_ds_tmp = { ...ds_code_obj }; ds_loading_status = 'loading'; } @@ -200,36 +208,38 @@ ds_loaded = true; ds_loading_status = 'loaded'; - // Set the loaded_on datetime to the current time for reference later. This will be used to determine if the data store is stale. - ae_ds_tmp.loaded_on = new Date().toISOString(); - // Set the chk_account_id as a backup check to make sure the data store belongs to the account for the current site. This should not be needed, but here we are... - ae_ds_tmp.chk_account_id = $ae_loc.account_id; + if (ae_ds_tmp) { + // Set the loaded_on datetime to the current time for reference later. This will be used to determine if the data store is stale. + ae_ds_tmp.loaded_on = new Date().toISOString(); + // Set the chk_account_id as a backup check to make sure the data store belongs to the account for the current site. This should not be needed, but here we are... + ae_ds_tmp.chk_account_id = $ae_loc.account_id; - ae_ds_tmp.id = ds_results.data_store_id_random; - ae_ds_tmp.account_id = ds_results.account_id_random; - ae_ds_tmp.code = ds_results.code; // This will overwrite whatever was passed in. - ae_ds_tmp.name = ds_results.name; - ae_ds_tmp.type = ds_results.type; // This will overwrite whatever was passed in. - if (type == 'html') { - ae_ds_tmp.html = ds_results.text; - val_html = ds_results.text; - return ds_results.html; - } else if (type == 'json') { - ae_ds_tmp.json = ds_results.json; - val_json = ds_results.json; - return ds_results.json; - } else if (type == 'md') { - ae_ds_tmp.text = ds_results.text; - val_md = ds_results.text; - return ds_results.text; - } else if (type == 'sql') { - ae_ds_tmp.text = ds_results.text; - val_sql = ds_results.text; - return ds_results.text; - } else { - ae_ds_tmp.text = ds_results.text; - val_text = ds_results.text; - return ds_results.text; + ae_ds_tmp.id = ds_results.data_store_id_random; + ae_ds_tmp.account_id = ds_results.account_id_random; + ae_ds_tmp.code = ds_results.code; // This will overwrite whatever was passed in. + ae_ds_tmp.name = ds_results.name; + ae_ds_tmp.type = ds_results.type; // This will overwrite whatever was passed in. + if (type == 'html') { + ae_ds_tmp.html = ds_results.text; + val_html = ds_results.text; + return ds_results.html; + } else if (type == 'json') { + ae_ds_tmp.json = ds_results.json; + val_json = ds_results.json; + return ds_results.json; + } else if (type == 'md') { + ae_ds_tmp.text = ds_results.text; + val_md = ds_results.text; + return ds_results.text; + } else if (type == 'sql') { + ae_ds_tmp.text = ds_results.text; + val_sql = ds_results.text; + return ds_results.text; + } else { + ae_ds_tmp.text = ds_results.text; + val_text = ds_results.text; + return ds_results.text; + } } } else { ds_loaded = false; @@ -237,7 +247,7 @@ } }) .then(function () { - if (browser && try_cache) { + if (browser && try_cache && ae_ds_tmp) { if (log_lvl) { console.log(`ae_e_data_store: Caching data store ${code} in localStorage.`); } @@ -290,7 +300,7 @@ } // if (!$slct.data_store_id) { - if (!ae_ds_tmp.id) { + if (ae_ds_tmp && !ae_ds_tmp.id) { data_store_do['account_id_random'] = $ae_loc.account_id; } @@ -372,7 +382,7 @@ console.log(`ae_ Data Store data out:`, data_store_do); } - if (!ae_ds_tmp.id) { + if (ae_ds_tmp && !ae_ds_tmp.id) { // Create console.log(`ae_ Data Store Create:`, data_store_do); ds_submit_results = handle_create__data_store({ @@ -381,18 +391,17 @@ }) .then(function (ds_results) { console.log(`ae_ Data Store Create Results:`, ds_results); - if (ds_results) { + if (ds_results && ae_ds_tmp) { ae_ds_tmp.id = ds_results.data_store_id_random; ae_ds_tmp.updated_on = ds_results.updated_on; } return ds_results; }) - .finally(function (ds_val_result) { - console.log(`ae_ ds_val_result = `, ds_val_result); + .finally(function () { trigger = 'load__ds__code'; $ae_sess.ds.submit_status = 'created'; }); - } else { + } else if (ae_ds_tmp) { // Update console.log(`ae_ Data Store Update:`, data_store_do); ds_submit_results = handle_update__data_store({ @@ -402,7 +411,7 @@ }) .then(function (ds_results) { console.log(`ae_ Data Store Update Results:`, ds_results); - if (ds_results) { + if (ds_results && ae_ds_tmp) { ae_ds_tmp.updated_on = ds_results.updated_on; } return ds_results; @@ -453,9 +462,8 @@ console.log(error); return false; }) - .finally(function (create__obj_result) { + .finally(function () { $ae_sess.ds.create_status = 'finished'; - return create__obj_result; }); return ae_promises.api_create__data_store_obj; @@ -496,9 +504,8 @@ console.log(error); return false; }) - .finally(function (update__obj_result) { + .finally(function () { $ae_sess.ds.update_status = 'finished'; - return update__obj_result; }); return ae_promises.update__data_store_obj; @@ -518,7 +525,8 @@ type: ds_type, for_type: for_type, for_id: for_id, - try_cache: try_cache + try_cache: try_cache, + log_lvl: log_lvl }); } }); @@ -545,31 +553,21 @@ {/if} - - - -
                                  {#if $ae_loc.trusted_access} -
                                  - {#if ae_ds_tmp.type == 'html' || ae_ds_tmp.type == null} {ae_ds_tmp.type == 'html' && ae_ds_tmp.html ? ae_ds_tmp.html : ''} - {:else if ae_ds_tmp.type == 'sql'} {ae_ds_tmp.type == 'sql' && ae_ds_tmp.text ? ae_ds_tmp.text : ''} - - {:else if ae_ds_tmp.type == 'text'}