{"version":3,"file":"DistributionExpandedContent.vue.mjs","sources":["../../../../lib/datasetDetails/distributions/distributionDetails/DistributionExpandedContent.vue"],"sourcesContent":["<template>\n  <DistributionContent\n    v-show=\"distributionIsExpanded(distribution.id)\"\n    class=\"distribution-expanded-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 {mapGetters} from \"vuex\";\nimport { truncate, formatDatetime, getTranslationFor } from '../../../utils/helpers';\nimport AppLink from \"../../../widgets/AppLink.vue\";\nimport Tooltip from \"../../../widgets/Tooltip.vue\";\nimport DistributionContent from './DistributionContent.vue';\nexport default {\n  name: \"DistributionExpandedContent\",\n  components: { Tooltip, AppLink, DistributionContent },\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  computed: {\n    ...mapGetters('datasetDetails', [\n      'getID'\n    ]),\n  },\n  methods: {\n    has,\n    isNil,\n    truncate,\n    formatDatetime,\n    getTranslationFor\n  },\n}\n</script>\n\n<style scoped>\n\n</style>\n"],"names":["_sfc_main","Tooltip","AppLink","DistributionContent","mapGetters","has","isNil","truncate","formatDatetime","getTranslationFor","_createBlock","_component_DistributionContent","$props"],"mappings":";;;;;;;;AA4BA,MAAKA,IAAU;AAAA,EACb,MAAM;AAAA,EACN,YAAY,EAAE,SAAAC,GAAS,SAAAC,GAAS,qBAAAC,EAAqB;AAAA,EACrD,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,UAAU;AAAA,IACR,GAAGC,EAAW,kBAAkB;AAAA,MAC9B;AAAA,IACF,CAAC;AAAA,EACF;AAAA,EACD,SAAS;AAAA,IACP,KAAAC;AAAA,IACA,OAAAC;AAAA,IACA,UAAAC;AAAA,IACA,gBAAAC;AAAA,IACA,mBAAAC;AAAA,EACD;AACH;;;iBAvDEC,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;QAZ3CA,EAAsB,uBAACA,EAAY,aAAC,EAAE,CAAA;AAAA;;;"}