{"version":3,"file":"custom-file-input.js","sources":["../../../../../Flow.Showcase.Static.Bundler/Root/entrypoints/custom-file-input.ts"],"sourcesContent":["// @ts-nocheck\n\nimport { CustomFileInput } from \"../modules/custom-file-input.module.ts\";\n\n// Инициализация полей загрузки файлов\ndocument\n .querySelectorAll(\"[data-custom-file-input]\")\n .forEach(\n (fileInputComponent) =>\n new CustomFileInput(/** @type {HTMLElement} */ fileInputComponent),\n );\n"],"names":["fileInputComponent","CustomFileInput"],"mappings":"mEAKA,SACK,iBAAiB,0BAA0B,EAC3C,QACIA,GACG,IAAIC,EAA2CD,CAAA,CACvD"}