{"version":3,"file":"custom-select.js","sources":["../../../../../Flow.Showcase.Static.Bundler/Root/entrypoints/custom-select.ts"],"sourcesContent":["// @ts-nocheck\n\nimport { CustomSelect } from \"../modules/custom-select.module.ts\";\n\n// init select\n\nconst selectEls = document.querySelectorAll(\".js-custom-select\");\n\nselectEls.forEach((el) => {\n try {\n new CustomSelect(/** @type {HTMLDivElement} */ (el));\n } catch (error) {\n console.error(error);\n }\n});"],"names":["selectEls","el","CustomSelect","error"],"mappings":"+DAMA,MAAMA,EAAY,SAAS,iBAAiB,mBAAmB,EAE/DA,EAAU,QAASC,GAAO,CAClB,GAAA,CACI,IAAAC,EAA4CD,CAAG,QAC9CE,EAAO,CACZ,QAAQ,MAAMA,CAAK,CAAA,CAE3B,CAAC"}