import { c as create_ssr_component, a as subscribe, p as is_promise, q as noop, v as validate_component, b as each, e as escape, d as add_attribute } from './ssr-pGtI3Kui.js'; import './client-CQ5E_ugM.js'; import { P as Progress } from './Progress-Bh0zkgr8.js'; import { l as localStorageStore } from './ProgressBar.svelte_svelte_type_style_lang-Lwm3XjGR.js'; import './exports-DuWZopOC.js'; import './index2-CcAcUxny.js'; const Page = create_ssr_component(($$result, $$props, $$bindings, slots) => { let $selectedSource, $$unsubscribe_selectedSource; let $updatedDescription, $$unsubscribe_updatedDescription; let { data } = $$props; const selectedSource = localStorageStore("selectedSource", void 0); $$unsubscribe_selectedSource = subscribe(selectedSource, (value) => $selectedSource = value); const updatedDescription = localStorageStore("updatedDescription", ""); $$unsubscribe_updatedDescription = subscribe(updatedDescription, (value) => $updatedDescription = value); if ($$props.data === void 0 && $$bindings.data && data !== void 0) $$bindings.data(data); { console.log($selectedSource); } $$unsubscribe_selectedSource(); $$unsubscribe_updatedDescription(); return `

Example Form

Update Source Description

${function(__value) { if (is_promise(__value)) { __value.then(null, noop); return `
${validate_component(Progress, "Progress").$$render($$result, { width: "w-[100px]" }, {}, {})}
`; } return function(sources) { return ` `; }(__value); }(data.sources)}
`; }); export { Page as default }; //# sourceMappingURL=_page.svelte-ci4ZmJN7.js.map