{"version":3,"file":"DistributionVisibleContent.vue.mjs","sources":["../../../../lib/datasetDetails/distributions/distributionDetails/DistributionVisibleContent.vue"],"sourcesContent":["<template>\n  <DistributionContent\n    v-show=\"!distributionIsExpanded(distribution.id)\"\n    class=\"distribution-visible-content\"\n    :contentList=\"contentList\"\n    :distribution=\"distribution\"\n    :distributionIsExpanded=\"distributionIsExpanded\"\n    :showLicensingAssistant=\"showLicensingAssistant\"\n    :showLicence=\"showLicence\"\n    :filterDateFormatEU=\"filterDateFormatEU\"\n    :showArray=\"showArray\"\n    :showNumber=\"showNumber\"\n    :showObject=\"showObject\"\n    :showObjectArray=\"showObjectArray\"\n    :appendCurrentLocaleToURL=\"appendCurrentLocaleToURL\"\n  />\n</template>\n\n<script>\nimport {\n  has,\n  isNil\n} from 'lodash';\nimport Tooltip from \"../../../widgets/Tooltip.vue\";\nimport AppLink from \"../../../widgets/AppLink.vue\";\nimport DistributionContent from './DistributionContent.vue';\nimport { getTranslationFor } from '../../../utils/helpers';\n\nexport default {\n  name: \"DistributionVisibleContent\",\n  components: {\n    AppLink,\n    Tooltip,\n    DistributionContent\n  },\n  props: [\n    'contentList',\n    'distribution',\n    'distributionIsExpanded',\n    'showLicensingAssistant',\n    'showLicence',\n    'filterDateFormatEU',\n    'showArray',\n    'showNumber',\n    'showObject',\n    'showObjectArray',\n    'appendCurrentLocaleToURL',\n  ],\n  methods: {\n    has,\n    isNil,\n    getTranslationFor\n  }\n}\n</script>\n\n<style scoped>\n\n</style>\n"],"names":["_sfc_main","AppLink","Tooltip","DistributionContent","has","isNil","getTranslationFor","_createBlock","_component_DistributionContent","$props"],"mappings":";;;;;;;AA4BA,MAAKA,IAAU;AAAA,EACb,MAAM;AAAA,EACN,YAAY;AAAA,IACV,SAAAC;AAAA,IACA,SAAAC;AAAA,IACA,qBAAAC;AAAA,EACD;AAAA,EACD,OAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACD;AAAA,EACD,SAAS;AAAA,IACP,KAAAC;AAAA,IACA,OAAAC;AAAA,IACA,mBAAAC;AAAA,EACF;AACF;;;iBApDEC,EAcEC,GAAA;AAAA,IAZA,OAAM;AAAA,IACL,aAAaC,EAAW;AAAA,IACxB,cAAcA,EAAY;AAAA,IAC1B,wBAAwBA,EAAsB;AAAA,IAC9C,wBAAwBA,EAAsB;AAAA,IAC9C,aAAaA,EAAW;AAAA,IACxB,oBAAoBA,EAAkB;AAAA,IACtC,WAAWA,EAAS;AAAA,IACpB,YAAYA,EAAU;AAAA,IACtB,YAAYA,EAAU;AAAA,IACtB,iBAAiBA,EAAe;AAAA,IAChC,0BAA0BA,EAAwB;AAAA;SAZ1CA,EAAsB,uBAACA,EAAY,aAAC,EAAE,CAAA;AAAA;;;"}