Sponsorships for One Sky IT Demo

ae: {$ae_app.ae_full_name} ( {$ae_app.ae_email} {#if $ae_app.administrator_access} Administrator {:else if $ae_app.trusted_access} Trusted {/if} user: {$ae_app.ae_user} )

{@html $ae_app.sponsorships.ds.sponsorships_info}
{#if $ae_app.sponsorships.show_main__options}
{@html $ae_app.sponsorships.ds.sponsorships_options}
{/if} {#if $slct.sponsorship_obj_li && $ae_app.sponsorships.show_list__sponsorship_obj_li} {/if} {#if $ae_app.sponsorships.show_edit__sponsorship_obj} { $ae_app.sponsorships.show_main__options = true; $ae_app.sponsorships.show_list__sponsorship_obj_li = true; $ae_app.sponsorships.show_edit__sponsorship_obj = false; $ae_app.sponsorships.show_view__sponsorship_obj = false; const url = new URL(location); url.searchParams.delete('sponsorship_id'); history.pushState({}, '', url); let message = {'sponsorship_id': null}; window.parent.postMessage(message, "*"); }} on:report__modal_dimensions={ (event) => { console.log('*** on:report__modal_dimensions ***'); console.log(event.detail); $ae_app.modal_dimensions = event.detail.modal_dimensions; }} > {@html ($slct.sponsorship_obj.name ? $slct.sponsorship_obj.name : 'New Sponsorship')} {/if} {#if $ae_app.sponsorships.show_view__sponsorship_obj && $slct.sponsorship_obj} { $slct.sponsorship_id = null; $slct.sponsorship_obj = {}; $ae_app.sponsorships.show_main__options = true; $ae_app.sponsorships.show_list__sponsorship_obj_li = true; $ae_app.sponsorships.show_view__sponsorship_obj = false; $ae_app.sponsorships.show_edit__sponsorship_obj = false; const url = new URL(location); url.searchParams.delete('sponsorship_id'); history.pushState({}, '', url); let message = {'sponsorship_id': null}; window.parent.postMessage(message, "*"); }} on:report__modal_dimensions={ (event) => { console.log('*** on:report__modal_dimensions ***'); console.log(event.detail); $ae_app.modal_dimensions = event.detail.modal_dimensions; }} > {@html $slct.sponsorship_obj.name} {/if}