{"version":3,"sources":["webpack:///./src/feature/link-dropdown/link-dropdown.js"],"names":["LinkDropdown","element","el","initDomCache","initEvents","addEventListener","e","preventDefault","value","redirect","window","location","href","BaseFeature"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;IAGqBA,Y;;;AACpB,uBAAYC,OAAZ,EAAqB;AAAA;;AAAA,0HACdA,OADc;;AAEpB,QAAKC,EAAL,GAAUD,OAAV;AACA,QAAKE,YAAL;;AAEA,QAAKC,UAAL;AALoB;AAMpB;;;;+BAEY;AAAA;;AACZ,QAAKC,gBAAL,CAAsB,KAAKH,EAA3B,EAA+B,QAA/B,EAAyC,UAACI,CAAD,EAAO;AAC/CA,MAAEC,cAAF;AACA,QAAI,OAAKL,EAAL,CAAQM,KAAZ,EAAmB,OAAKC,QAAL;AACnB,IAHD;AAIA;;;6BAEU;AACVC,UAAOC,QAAP,CAAgBC,IAAhB,GAAuB,KAAKV,EAAL,CAAQM,KAA/B;AACA;;;;EAlBwCK,c;;kBAArBb,Y","file":"20-e511d926.pkg.js","sourcesContent":["import BaseFeature from '../../foundation/base/base';\r\n\r\n\r\nexport default class LinkDropdown extends BaseFeature {\r\n\tconstructor(element) {\r\n\t\tsuper(element);\r\n\t\tthis.el = element;\r\n\t\tthis.initDomCache();\r\n\r\n\t\tthis.initEvents();\r\n\t}\r\n\r\n\tinitEvents() {\r\n\t\tthis.addEventListener(this.el, 'change', (e) => {\r\n\t\t\te.preventDefault();\r\n\t\t\tif (this.el.value) this.redirect();\r\n\t\t});\r\n\t}\r\n\r\n\tredirect() {\r\n\t\twindow.location.href = this.el.value;\r\n\t}\r\n}\r\n"],"sourceRoot":""}