1 line
1.7 KiB
Text
1 line
1.7 KiB
Text
|
{"version":3,"file":"Projects-CRVXlmir.js","sources":["../../src/lib/components/molecules/Projects.svelte"],"sourcesContent":["<!--\nFilter for more projects.\nCopyright (C) 2024 André Jaenisch\nSPDX-FileCopyrightText: 2024 André Jaenisch\nSPDX-License-Identifier: AGPL-3.0-or-later\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\n-->\n\n<script>\n\timport { Filter24 } from 'svelte-octicons';\n\timport { _ } from 'svelte-i18n';\n\n\t/**\n\t * Translation keys.\n\t */\n\texport let i18n = {\n\t\tsubmit: ''\n\t};\n</script>\n\n<form>\n\t<button type=\"submit\" class=\"flex submit text-surface-400\">\n\t\t<Filter24 fill=\"currentColor\" class=\"ms-4 self-center\" />\n\t\t{$_(i18n.submit)}\n\t</button>\n</form>\n"],"names":["ctx","submit","cov_xpgwpi5ex","b","s","set_data","t1","t1_value"],"mappings":"wzQAeUA,EAAAA,EAAAA,CAAAA,EAAAA,EAAAA,EAAAA,CAAAA,IAAAA,IAAAA,EAAAA,EAAAA,EAAAA,EAAAA,GAAAA,IAAAA,EAAAA,CAAAA,IAAAA,KAAAA,EAAC,CAAA,EAAQC,MAAA,y2BAATD,EAAA,CAAA,EAAAA,EAAC,CAAA,EAAQC,MAAA,EAAAC,MAAAA,EAAA,EAAAC,EAAA,CAAA,EAAA,CAAA,IAAAD,EAAAE,EAAAA,EAAAC,EAAAA,IAAAA,EAAAC,EAAAC,CAAA,GAAAL,IAAAC,EAAA,CAAA,EAAA,CAAA"}
|