{"version":3,"file":"fundraisingList.obs.js","sources":["../../src/Finance/fundraisingList.obs"],"sourcesContent":["<!-- Copyright by the Spark Development Network; Licensed under the Rock Community License -->\n<template>\n    <div v-html=\"blockContent\" />\n</template>\n\n<script setup lang=\"ts\">\n    import { onConfigurationValuesChanged, useConfigurationValues, useReloadBlock } from \"@Obsidian/Utility/block\";\n    import { FundraisingListInitializationBox } from \"@Obsidian/ViewModels/Blocks/Finance/FundraisingList/fundraisingListInitializationBox\";\n    import { ref } from \"vue\";\n\n    const config = useConfigurationValues<FundraisingListInitializationBox>();\n\n    // #region Values\n\n    const blockContent = ref(config.blockContent ?? \"\");\n\n    onConfigurationValuesChanged(useReloadBlock());\n\n    // #endregion\n</script>\n"],"names":["config","useConfigurationValues","blockContent","ref","_config$blockContent","onConfigurationValuesChanged","useReloadBlock"],"mappings":";;;;;;;;;;;;;;;;;;;;;MAUI,IAAA,IAAMA,MAAM,GAAGC,sBAAsB,EAAoC,CAAA;MAIzE,IAAA,IAAMC,YAAY,GAAGC,GAAG,CAAA,CAAAC,oBAAA,GAACJ,MAAM,CAACE,YAAY,cAAAE,oBAAA,KAAA,KAAA,CAAA,GAAAA,oBAAA,GAAI,EAAE,CAAC,CAAA;MAEnDC,IAAAA,4BAA4B,CAACC,cAAc,EAAE,CAAC,CAAA;;;;;;;;;;;;;;;;;"}