Changes. Work on new review page searching.

This commit is contained in:
Scott Idem
2024-03-06 20:39:38 -05:00
parent aa712284ce
commit b020ded01c
11 changed files with 848 additions and 182 deletions

View File

@@ -9,10 +9,11 @@ import { ae_util } from '$lib/ae_utils';
import type { key_val } from '$lib/ae_stores';
export let ds_code: string;
export let ds_name: string;
export let ds_name: null|string = null;
export let ds_type: string = 'text';
export let for_type: null|string;
export let for_id: null|string;
console.log(`ae_e_data_store ${ds_code} for_type=${for_type} for_id=${for_id}`);
export let store: string = 'local';
export let display: string = 'block';