{"version":3,"file":"icons-block.b6402beb.js","sources":["../../src/components/icons-block.ts"],"sourcesContent":["import { defineComponent } from \"vue\";\r\nimport common from \"../core/core\";\r\n\r\nexport default defineComponent({\r\n data() {\r\n return {\r\n deviceSwiper: null,\r\n };\r\n },\r\n mounted() {},\r\n methods: {\r\n goTo(selector: string) {\r\n if (selector) {\r\n let elems = document.querySelectorAll(selector);\r\n if (elems?.length) {\r\n const target = elems[0];\r\n if (target) {\r\n target.scrollIntoView({ block: \"center\", behavior: \"smooth\" });\r\n }\r\n }\r\n }\r\n },\r\n },\r\n mixins: [common],\r\n});\r\n"],"names":["iconsBlock","defineComponent","selector","elems","target","common"],"mappings":"gYAGA,MAAAA,EAAeC,EAAgB,CAC7B,MAAO,CACE,MAAA,CACL,aAAc,IAAA,CAElB,EACA,SAAU,CAAC,EACX,QAAS,CACP,KAAKC,EAAkB,CACrB,GAAIA,EAAU,CACR,IAAAC,EAAQ,SAAS,iBAAiBD,CAAQ,EAC9C,GAAIC,GAAA,MAAAA,EAAO,OAAQ,CACjB,MAAMC,EAASD,EAAM,GACjBC,GACFA,EAAO,eAAe,CAAE,MAAO,SAAU,SAAU,SAAU,CAEjE,CACF,CACF,CACF,EACA,OAAQ,CAACC,CAAM,CACjB,CAAC"}