{"version":3,"file":"PropertyChooser.vue.mjs","sources":["../../../lib/data-provider-interface/views/PropertyChooser.vue"],"sourcesContent":["<template>\n    <div class=\"propertyChooser\">\n       \n        <!-- ToDo Weblate translations -->\n        <div v-if=\"step ==='recommended'\">\n            <h4>Recommended properties</h4>\n            The following properties are decribing recommended Informations regarding the dataset. If you'd like to\n            display any of the properties in the following list, just klick them. You can also find information on them when\n            you hover over the<div class=\"infoI d-inline-block\"></div>symbol.\n        </div>\n        <div v-if=\"step ==='advised'\">\n            <h4>Advised properties</h4>\n            The following properties are decribing advised Informations regarding the dataset. If you'd like to\n            display any of the properties in the following list, just klick them. You can also find information on them when\n            you hover over the<div class=\"infoI d-inline-block\"></div>symbol.\n        </div>\n        <hr>\n        <ul>\n            <li v-for=\"items in properties\" :key=\"items\" class=\"\">\n                <!-- <div class=\"infoI\">\n                    <div class=\"tooltipFormkit\">{{ items.help }}</div>\n                </div>  -->\n                {{ camel2title(items.identifier) }}\n            </li>\n        </ul>\n        <hr>\n    </div>\n</template>\n<script>\nimport { defineComponent } from \"vue\";\n\nexport default defineComponent({\n    props: {\n        properties: {},\n        step:\"\",\n    },\n    data() {\n        return {\n            camel2title: (str) =>\n                str\n                    .replace(/([A-Z])/g, (match) => ` ${match}`)\n                    .replace(/^./, (match) => match.toUpperCase())\n                    .trim(),\n        }\n    }\n});\n\n</script>\n<style></style>"],"names":["_sfc_main","defineComponent","str","match","_hoisted_1","_openBlock","_createElementBlock","_ctx","_hoisted_2","_cache","_createElementVNode","_hoisted_3","_Fragment","_renderList","items"],"mappings":";;AA+BA,MAAKA,IAAaC,EAAa;AAAA,EAC3B,OAAO;AAAA,IACH,YAAY,CAAE;AAAA,IACd,MAAK;AAAA,EACR;AAAA,EACD,OAAO;AACH,WAAO;AAAA,MACH,aAAa,CAACC,MACVA,EACK,QAAQ,YAAY,CAACC,MAAU,IAAIA,CAAK,EAAE,EAC1C,QAAQ,MAAM,CAACA,MAAUA,EAAM,YAAW,CAAE,EAC5C,KAAM;AAAA,IACnB;AAAA,EACJ;AACJ,CAAC,GA5CQC,IAAA,EAAA,OAAM,kBAAiB;;AAA5B,SAAAC,EAAA,GAAAC,EAyBM,OAzBNF,GAyBM;AAAA,IAtBSG,EAAI,SAAA,sBAAfD,EAKM,OAAAE,GAAA,CAAA,GAAAC,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,MAJFC,EAA+B,YAA3B,0BAAsB,EAAA;AAAA,QAAK;AAAA;AAAA;AAAA,iCAGb,EAAA;AAAA,MAAAA,EAAwC,OAAA,EAAnC,OAAM,uBAAsB,GAAA,MAAA,EAAA;AAAA,QAAO;AAAA,WAC9D,EAAA;AAAA;;IACWH,EAAI,SAAA,kBAAfD,EAKM,OAAAK,GAAA,CAAA,GAAAF,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,MAJFC,EAA2B,YAAvB,sBAAkB,EAAA;AAAA,QAAK;AAAA;AAAA;AAAA,iCAGT,EAAA;AAAA,MAAAA,EAAwC,OAAA,EAAnC,OAAM,uBAAsB,GAAA,MAAA,EAAA;AAAA,QAAO;AAAA,WAC9D,EAAA;AAAA;;oBACAA,EAAI,MAAA,MAAA,MAAA,EAAA;AAAA;IACJA,EAOK,MAAA,MAAA;AAAA,cANDJ,EAKKM,GAAA,MAAAC,EALeN,EAAU,YAAA,CAAnBO,YAAXR,EAKK,MAAA;AAAA,QAL4B,KAAKQ;AAAA,QAAO,OAAM;AAAA,WAI5CP,EAAW,YAACO,EAAM,UAAU,CAAA,GAAA,CAAA;;;oBAGvCJ,EAAI,MAAA,MAAA,MAAA,EAAA;AAAA;;;"}