{"version":3,"file":"PvBadge.vue2.mjs","sources":["../../lib/PvBadge/PvBadge.vue"],"sourcesContent":["<template>\n<div class=\"pv-badge badge\">\n  <slot>\n    {{ value.label || value.id }}\n  </slot>\n</div>\n</template>\n\n<script lang=\"ts\">\nimport { defineComponent } from 'vue';\nimport type { PropType } from 'vue';\nimport type { DistributionFormat } from '../types/global';\n\nexport default defineComponent({\n  name: 'PvBadge',\n  props: {\n    value: {\n      type: Object as PropType<DistributionFormat>,\n      default: null,\n    },\n  },\n});\n</script>\n"],"names":["_sfc_main","defineComponent"],"mappings":";AAaA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,OAAO;AAAA,IACL,OAAO;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACX;AAAA,EACF;AACF,CAAC;"}