{"version":3,"file":"DistributionExpand.vue.mjs","sources":["../../../../lib/datasetDetails/distributions/distributionDetails/DistributionExpand.vue"],"sourcesContent":["<template>\n  <div class=\"distribution-details-show-more\" v-if=\"distributionCanShowMore(distribution)\" @click=\"toggleDistribution(distribution.id)\">\n    <small class=\"arrow\" v-if=\"distributionIsExpanded(distribution.id)\">\n      {{ $t('message.metadata.showLess') }}\n      <i class=\"material-icons align-middle small-icon\">keyboard_arrow_up</i>\n    </small>\n    <small class=\"arrow\" v-else>\n      {{ $t('message.metadata.showMore') }}\n      <i class=\"material-icons align-middle small-icon\">keyboard_arrow_down</i>\n    </small>\n  </div>\n</template>\n\n<script>\nexport default {\n  name: \"DistributionExpand\",\n  props: [\n    'distribution',\n    'distributionCanShowMore',\n    'toggleDistribution',\n    'distributionIsExpanded'\n  ]\n}\n</script>\n\n<style scoped>\n  div, .arrow {\n    cursor: pointer;\n  }\n</style>\n\n"],"names":["_sfc_main","$props","_createElementBlock","_cache","$event","_openBlock","_hoisted_1","_createTextVNode","_toDisplayString","_ctx","_createElementVNode","_hoisted_2"],"mappings":";;;AAcA,MAAKA,IAAU;AAAA,EACb,MAAM;AAAA,EACN,OAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;;EApBW,OAAM;;;EAIN,OAAM;;;AALmC,SAAAC,EAAA,wBAAwBA,EAAY,YAAA,UAAtFC,EASM,OAAA;AAAA;IATD,OAAM;AAAA,IAA+E,SAAOC,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAAH,EAAA,mBAAmBA,EAAA,aAAa,EAAE;AAAA;IACtGA,EAAsB,uBAACA,EAAY,aAAC,EAAE,KAAjEI,KAAAH,EAGQ,SAHRI,GAGQ;AAAA,MAFHC,EAAAC,EAAAC,EAAA,mCAAkC,KACrC,CAAA;AAAA,MAAAN,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAAO,EAAuE,KAApE,EAAA,OAAM,yCAAwC,GAAC,qBAAiB,EAAA;AAAA,WAErEL,KAAAH,EAGQ,SAHRS,GAGQ;AAAA,MAFHJ,EAAAC,EAAAC,EAAA,mCAAkC,KACrC,CAAA;AAAA,MAAAN,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAAO,EAAyE,KAAtE,EAAA,OAAM,yCAAwC,GAAC,uBAAmB,EAAA;AAAA;;;;"}