{"version":3,"file":"LinkedDataButtonsDropdown.vue.mjs","sources":["../../../../lib/datasetDetails/distributions/distributionActions/LinkedDataButtonsDropdown.vue"],"sourcesContent":["<template>\n  <dropdown\n            :title=\"$t('message.tooltip.datasetDetails.distributions.linkedData')\"\n            :message=\"$t('message.metadata.linkedData')\"\n  >\n    <resource-details-linked-data-button\n      v-for=\"format in formats\"\n      class=\"dropdown-item bglight\"\n      resources=\"distributions\"\n      :key=\"format.id\"\n      :format=\"format.id\"\n      :text=\"format.label\"\n      :resources-id=\"distribution.id\" />\n  </dropdown>\n</template>\n\n<script>\nimport Dropdown from \"../../../widgets/Dropdown\";\nimport ResourceDetailsLinkedDataButton from \"../../../widgets/ResourceDetailsLinkedDataButton\";\n\nexport default {\n  name: \"LinkedDataButtonsDropdown\",\n  components: {\n    Dropdown,\n    ResourceDetailsLinkedDataButton\n  },\n  props: [\n    \"distributions\",\n    \"distribution\"\n  ],\n  data: () => ({\n    formats:\n      [\n        {id: \"rdf\", label: \"RDF/XML\"},\n        {id: \"ttl\", label: \"Turtle\"},\n        {id: \"n3\", label: \"Notation3\"},\n        {id: \"nt\", label: \"N-Triples\"},\n        {id: \"jsonld\", label: \"JSON-LD\"}\n      ]\n  })\n}\n</script>\n\n<style scoped>\n\n</style>\n"],"names":["_sfc_main","Dropdown","ResourceDetailsLinkedDataButton","_createBlock","_component_dropdown","_ctx","_createElementBlock","_Fragment","_renderList","format","_component_resource_details_linked_data_button","$props"],"mappings":";;;;AAoBA,MAAKA,IAAU;AAAA,EACb,MAAM;AAAA,EACN,YAAY;AAAA,IACV,UAAAC;AAAA,IACA,iCAAAC;AAAA,EACD;AAAA,EACD,OAAO;AAAA,IACL;AAAA,IACA;AAAA,EACD;AAAA,EACD,MAAM,OAAO;AAAA,IACX,SACE;AAAA,MACE,EAAC,IAAI,OAAO,OAAO,UAAS;AAAA,MAC5B,EAAC,IAAI,OAAO,OAAO,SAAQ;AAAA,MAC3B,EAAC,IAAI,MAAM,OAAO,YAAW;AAAA,MAC7B,EAAC,IAAI,MAAM,OAAO,YAAW;AAAA,MAC7B,EAAC,IAAI,UAAU,OAAO,UAAS;AAAA,IACjC;AAAA;AAEN;;;cAvCEC,EAYWC,GAAA;AAAA,IAXA,OAAOC,EAAE,GAAA,yDAAA;AAAA,IACT,SAASA,EAAE,GAAA,6BAAA;AAAA;eAGlB,MAAyB;AAAA,cAD3BC,EAOoCC,GAAA,MAAAC,EANjBH,EAAO,SAAA,CAAjBI,YADTN,EAOoCO,GAAA;AAAA,QALlC,OAAM;AAAA,QACN,WAAU;AAAA,QACT,KAAKD,EAAO;AAAA,QACZ,QAAQA,EAAO;AAAA,QACf,MAAMA,EAAO;AAAA,QACb,gBAAcE,EAAY,aAAC;AAAA;;;;;;"}