0baa1a9415f2493883084c827a79b501.json 2.09 KB
{"ast":null,"code":"export default (({\n  locale,\n  biImage,\n  loadButtonStyle,\n  downloadButtonStyle\n}) => `\n    <div class=\"tui-image-editor-controls\">\n        <div class=\"tui-image-editor-controls-logo\">\n            <img src=\"${biImage}\" />\n        </div>\n        <ul class=\"tui-image-editor-menu\"></ul>\n\n        <div class=\"tui-image-editor-controls-buttons\">\n            <div style=\"${loadButtonStyle}\">\n                ${locale.localize('Load')}\n                <input type=\"file\" class=\"tui-image-editor-load-btn\" />\n            </div>\n            <button class=\"tui-image-editor-download-btn\" style=\"${downloadButtonStyle}\">\n                ${locale.localize('Download')}\n            </button>\n        </div>\n    </div>\n`);","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/src/js/ui/template/controls.js"],"names":["locale","biImage","loadButtonStyle","downloadButtonStyle","localize"],"mappings":"AAAA,gBAAe,CAAC;AAAEA,EAAAA,MAAF;AAAUC,EAAAA,OAAV;AAAmBC,EAAAA,eAAnB;AAAoCC,EAAAA;AAApC,CAAD,KAAgE;AAC/E;AACA;AACA,wBAAwBF,OAAQ;AAChC;AACA;AACA;AACA;AACA,0BAA0BC,eAAgB;AAC1C,kBAAkBF,MAAM,CAACI,QAAP,CAAgB,MAAhB,CAAwB;AAC1C;AACA;AACA,mEAAmED,mBAAoB;AACvF,kBAAkBH,MAAM,CAACI,QAAP,CAAgB,UAAhB,CAA4B;AAC9C;AACA;AACA;AACA,CAjBA","sourcesContent":["export default ({ locale, biImage, loadButtonStyle, downloadButtonStyle }) => `\r\n    <div class=\"tui-image-editor-controls\">\r\n        <div class=\"tui-image-editor-controls-logo\">\r\n            <img src=\"${biImage}\" />\r\n        </div>\r\n        <ul class=\"tui-image-editor-menu\"></ul>\r\n\r\n        <div class=\"tui-image-editor-controls-buttons\">\r\n            <div style=\"${loadButtonStyle}\">\r\n                ${locale.localize('Load')}\r\n                <input type=\"file\" class=\"tui-image-editor-load-btn\" />\r\n            </div>\r\n            <button class=\"tui-image-editor-download-btn\" style=\"${downloadButtonStyle}\">\r\n                ${locale.localize('Download')}\r\n            </button>\r\n        </div>\r\n    </div>\r\n`;\r\n"]},"metadata":{},"sourceType":"module"}