/* Compiled from: rsx/theme/components/_archived/unfinished/search_bar.jqhtml */ (function() { 'use strict'; const template_Search_Bar = { _jqhtml_version: '2.2.185', name: 'Search_Bar', tag: 'div', defaultAttributes: {"class": "input-group"}, render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this; _output.push(" ");_output.push({tag: ["span", {"class": "input-group-text"}, false]}); _output.push(" "); _output.push({comp: ["Icon", {"data-name": "search"}]}); _output.push(" "); _output.push(""); _output.push({tag: ["input", {"type": "search", "class": "form-control", "placeholder": (this.args.placeholder || 'Search...'), "id": "input" + ":" + this._cid, "data-id": "input"}, true]}); _output.push(""); _output.push(" "); return [_output, this]; }, dependencies: [] }; // Self-register with jqhtml runtime // Must use window.jqhtml since we're in bundle scope if (!window.jqhtml) { throw new Error('FATAL: window.jqhtml is not defined. The jqhtml runtime must be loaded before registering templates.'); } // Auto-register following standard jqhtml pattern window.jqhtml.register_template(template_Search_Bar); })(); //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNlYXJjaF9iYXIuanFodG1sIl0sInNvdXJjZXNDb250ZW50IjpbIjxEZWZpbmU6U2VhcmNoX0JhciBjbGFzcz1cImlucHV0LWdyb3VwXCI+XG4gIDxzcGFuIGNsYXNzPVwiaW5wdXQtZ3JvdXAtdGV4dFwiPlxuICAgIDxJY29uICRuYW1lPVwic2VhcmNoXCIgLz5cbiAgPC9zcGFuPlxuICA8aW5wdXQgdHlwZT1cInNlYXJjaFwiXG4gICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXG4gICAgICAgICBwbGFjZWhvbGRlcj1cIjwlPSB0aGlzLmFyZ3MucGxhY2Vob2xkZXIgfHwgJ1NlYXJjaC4uLicgJT5cIlxuICAgICAgICAgJGlkPVwiaW5wdXRcIiAvPlxuPC9EZWZpbmU6U2VhcmNoX0Jhcj5cbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBIiwibmFtZXMiOltdfQ==