vue-circle-flags
Version:
A vue component with a collection of 400+ circular SVG country flags. Wrapper of HatScripts/circle-flags
1 lines • 5.18 kB
Source Map (JSON)
{"version":3,"file":"cx-9ddebda0.cjs","sources":["../src/components/flags/cx.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle, createStaticVNode as _createStaticVNode } from \"vue\"\n\nconst _hoisted_1 = [\"viewBox\"]\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"mask\", { id: \"73320aa7-c2df-4067-91eb-3a86f734b76b\" }, [\n /*#__PURE__*/_createElementVNode(\"circle\", {\n cx: \"256\",\n cy: \"256\",\n r: \"256\",\n fill: \"#fff\"\n })\n], -1)\nconst _hoisted_3 = { mask: \"url(#73320aa7-c2df-4067-91eb-3a86f734b76b)\" }\nconst _hoisted_4 = { key: 0 }\nconst _hoisted_5 = /*#__PURE__*/_createStaticVNode(\"<path fill=\\\"#6da544\\\" d=\\\"m0 0 216.9 301.6L512 512V0z\\\"></path><path fill=\\\"#0052b4\\\" d=\\\"m0 0 512 512H0z\\\"></path><circle cx=\\\"256\\\" cy=\\\"256\\\" r=\\\"66.8\\\" fill=\\\"#ffda44\\\"></circle><path fill=\\\"#eee\\\" d=\\\"m95.3 367.3 7 14.7 16-3.7L111 393l13 10-16 3.6.1 16.3-12.7-10.2L82.6 423v-16.3L66.9 403l12.6-10-7-14.7 15.8 3.7zM49.3 245l7.1 14.7 15.9-3.7-7.1 14.6 12.7 10.2-15.9 3.5v16.3l-12.6-10.2-12.7 10.2v-16.3l-15.9-3.5 12.8-10.2-7.1-14.6 15.8 3.7zm46-100.2 7 14.7 16-3.7-7.2 14.7 12.8 10-16 3.7.1 16.2-12.7-10.1-12.7 10.1v-16.2l-15.8-3.6 12.7-10.1-7-14.7 15.8 3.7zm57.1 78 7 14.6 15.9-3.7-7.1 14.7 12.7 10.1-15.8 3.6v16.3L152.4 268l-12.7 10.2V262l-15.8-3.6 12.7-10.1-7-14.7 15.8 3.7zm-40.8 66.7 5.5 17H135L120.5 317l5.6 17-14.5-10.5L97 333.9l5.6-17-14.5-10.5H106z\\\"></path><path fill=\\\"#6da544\\\" d=\\\"M256 300.5h22.3s9.6-17 0-33.4l22.2-22.2-11.1-22.3h-11.1s-5.6 16.7-27.9 16.7-27.8-16.7-27.8-16.7h-11.1l11.1 22.3-11.1 22.2 11.1 11.2S233.7 256 256 267c0 0 9.5 14 0 33.4z\\\"></path><path fill=\\\"#ffda44\\\" d=\\\"M422.2 140.2a44.7 44.7 0 0 0-30-50.8 83.1 83.1 0 0 1 7.5 49.9 45.6 45.6 0 0 0-10.4-11.6 45.7 45.7 0 0 0-53.7-2.4 85.3 85.3 0 0 1 35 16.7c8.3 6.6 15 15.5 20.2 24.1l-68 21.3c66.8 11.2 122.4-33.4 122.4-33.4-6.1-12.3-15.7-14.4-23-13.8z\\\"></path>\", 6)\nconst _hoisted_11 = { fill: \"none\" }\nconst _hoisted_12 = [\"r\"]\n\nimport { computed } from 'vue';\r\n\r\n \nexport default /*#__PURE__*/_defineComponent({\n __name: 'cx',\n props: {\n flagName: {},\n strokeColor: { default: '#000' },\n strokeWidth: { default: 0 }\n },\n setup(__props: any) {\n\nconst props = __props;\n\r\n \r\n\r\n const svgSize = computed(() => 512 + 2 * props.strokeWidth),\r\n viewBoxOrigin = computed(() => -props.strokeWidth),\r\n circleStroke = computed(() => 256 + props.strokeWidth / 2);\r\n\nreturn (_ctx: any,_cache: any) => {\n return (_openBlock(), _createElementBlock(\"svg\", {\n xmlns: \"http://www.w3.org/2000/svg\",\n class: \"svg-circle-flags\",\n viewBox: `${viewBoxOrigin.value} ${viewBoxOrigin.value} ${svgSize.value} ${svgSize.value}`\n }, [\n _hoisted_2,\n _createElementVNode(\"g\", _hoisted_3, [\n (props.flagName)\n ? (_openBlock(), _createElementBlock(\"title\", _hoisted_4, _toDisplayString(props.flagName), 1))\n : _createCommentVNode(\"\", true),\n _hoisted_5\n ]),\n _createElementVNode(\"g\", _hoisted_11, [\n _createElementVNode(\"circle\", {\n cx: \"256\",\n cy: \"256\",\n r: circleStroke.value,\n fill: \"none\",\n style: _normalizeStyle({ stroke: props.strokeColor, strokeWidth: props.strokeWidth })\n }, null, 12, _hoisted_12)\n ])\n ], 8, _hoisted_1))\n}\n}\n\n})"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","_hoisted_4","_hoisted_5","_createStaticVNode","_hoisted_11","_hoisted_12","_sfc_main","_defineComponent","__props","props","svgSize","computed","viewBoxOrigin","circleStroke","_ctx","_cache","_openBlock","_createElementBlock","_toDisplayString","_createCommentVNode","_normalizeStyle"],"mappings":"uGAGMA,EAAa,CAAC,SAAS,EACvBC,EAA8CC,EAAAA,mBAAA,OAAQ,CAAE,GAAI,wCAA0C,sBACzE,SAAU,CACzC,GAAI,MACJ,GAAI,MACJ,EAAG,MACH,KAAM,MAAA,CACP,CACH,EAAG,EAAE,EACCC,EAAa,CAAE,KAAM,8CACrBC,EAAa,CAAE,IAAK,GACpBC,EAA6CC,EAAA,kBAAA,msCAAguC,CAAC,EAC9wCC,EAAc,CAAE,KAAM,QACtBC,EAAc,CAAC,GAAG,EAKIC,EAAiBC,kBAAA,CAC3C,OAAQ,KACR,MAAO,CACL,SAAU,CAAC,EACX,YAAa,CAAE,QAAS,MAAO,EAC/B,YAAa,CAAE,QAAS,CAAE,CAC5B,EACA,MAAMC,EAAc,CAEtB,MAAMC,EAAQD,EAINE,EAAUC,WAAS,IAAM,IAAM,EAAIF,EAAM,WAAW,EACxDG,EAAgBD,EAAA,SAAS,IAAM,CAACF,EAAM,WAAW,EACjDI,EAAeF,WAAS,IAAM,IAAMF,EAAM,YAAc,CAAC,EAEtD,MAAA,CAACK,EAAUC,KACRC,EAAA,UAAA,EAAcC,EAAA,mBAAoB,MAAO,CAC/C,MAAO,6BACP,MAAO,mBACP,QAAS,GAAGL,EAAc,SAASA,EAAc,SAASF,EAAQ,SAASA,EAAQ,OAAA,EAClF,CACDZ,EACAC,EAAA,mBAAoB,IAAKC,EAAY,CAClCS,EAAM,UACFO,EAAW,UAAA,EAAGC,EAAAA,mBAAoB,QAAShB,EAAYiB,EAAAA,gBAAiBT,EAAM,QAAQ,EAAG,CAAC,GAC3FU,EAAAA,mBAAoB,GAAI,EAAI,EAChCjB,CAAA,CACD,EACDH,EAAA,mBAAoB,IAAKK,EAAa,CACpCL,EAAAA,mBAAoB,SAAU,CAC5B,GAAI,MACJ,GAAI,MACJ,EAAGc,EAAa,MAChB,KAAM,OACN,MAAOO,EAAAA,eAAgB,CAAE,OAAQX,EAAM,YAAa,YAAaA,EAAM,YAAa,CAAA,EACnF,KAAM,GAAIJ,CAAW,CAAA,CACzB,CAAA,EACA,EAAGR,CAAU,EAElB,CAEA,CAAC"}