// Compiled from: Bulk_Action_Bar.jqhtml
(function() {
'use strict';
const template_Bulk_Action_Bar = {
_jqhtml_version: '2.2.185',
name: 'Bulk_Action_Bar',
tag: 'div',
defaultAttributes: {"class": "alert alert-primary d-flex justify-content-between align-items-center mb-3", "role": "alert"},
render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this;
_output.push(" ");_output.push({tag: ["div", {}, false]});
_output.push(" ");_output.push({tag: ["strong", {"class": "count"}, false]}); _output.push("0"); _output.push(""); _output.push(" items selected "); _output.push("");
_output.push(" ");_output.push({tag: ["div", {"class": "d-flex gap-2"}, false]});
_output.push(" "); (() => { if (this.args._inner_html) { _output.push(this.args._inner_html); } else if (typeof content === 'function') { const [contentInstructions] = content.call(this); _output.push(['_content', contentInstructions]); } })();
_output.push(" ");_output.push({tag: ["button", {"type": "button", "class": "btn-close", "id": "close_btn" + ":" + this._cid, "data-id": "close_btn", "aria-label": "Close"}, false]}); _output.push("");
_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_Bulk_Action_Bar);
})();
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1bGtfYWN0aW9uX2Jhci5qcWh0bWwiXSwic291cmNlc0NvbnRlbnQiOlsiPERlZmluZTpCdWxrX0FjdGlvbl9CYXIgY2xhc3M9XCJhbGVydCBhbGVydC1wcmltYXJ5IGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXIgbWItM1wiIHJvbGU9XCJhbGVydFwiPlxuICA8ZGl2PlxuICAgIDxzdHJvbmcgY2xhc3M9XCJjb3VudFwiPjA8L3N0cm9uZz4gaXRlbXMgc2VsZWN0ZWRcbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJkLWZsZXggZ2FwLTJcIj5cbiAgICA8JT0gY29udGVudCgpICU+XG4gICAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJidG4tY2xvc2VcIiAkaWQ9XCJjbG9zZV9idG5cIiBhcmlhLWxhYmVsPVwiQ2xvc2VcIj48L2J1dHRvbj5cbiAgPC9kaXY+XG48L0RlZmluZTpCdWxrX0FjdGlvbl9CYXI+XG4iXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQSIsIm5hbWVzIjpbXX0=