import { c as create_ssr_component, p as is_promise, q as noop, v as validate_component, b as each, e as escape } from './ssr-pGtI3Kui.js'; import { P as Progress } from './Progress-Bh0zkgr8.js'; import { f as formatDate } from './Utils-BGShQy8a.js'; import { g as getModalStore } from './stores2-DhhqrV6P.js'; import './ProgressBar.svelte_svelte_type_style_lang-Lwm3XjGR.js'; import './client-CQ5E_ugM.js'; import './exports-DuWZopOC.js'; import './index2-CcAcUxny.js'; const Page = create_ssr_component(($$result, $$props, $$bindings, slots) => { getModalStore(); let { data } = $$props; console.log(data); if ($$props.data === void 0 && $$bindings.data && data !== void 0) $$bindings.data(data); return `

List of sources and their most recent aggregation events

${function(__value) { if (is_promise(__value)) { __value.then(null, noop); return `
${validate_component(Progress, "Progress").$$render($$result, { width: "w-[100px]" }, {}, {})}
`; } return function(sources) { return `
${each(sources, (source) => { return ` ${function(__value2) { if (is_promise(__value2)) { __value2.then(null, noop); return ` `; } return function(eventsMap) { return ` `; }(__value2); }(data.eventsMap)} ${function(__value2) { if (is_promise(__value2)) { __value2.then(null, noop); return ` `; } return function(eventsMap) { return ` `; }(__value2); }(data.eventsMap)} `; })}
Source Name Type Authoritative Account Aggregations Entitlement Aggregations
${escape(source.name)} ${escape(source.type)} ${escape(source.authoritative ? "True" : "False")}
${validate_component(Progress, "Progress").$$render($$result, { width: "w-[80px]" }, {}, {})}
${validate_component(Progress, "Progress").$$render($$result, { width: "w-[80px]" }, {}, {})}
`; }(__value); }(data.sources)}
`; }); export { Page as default }; //# sourceMappingURL=_page.svelte-I1dxIGYL.js.map