// Compiled from: Bulk_Selection.jqhtml
(function() {
'use strict';
const template_Bulk_Selection = {
_jqhtml_version: '2.2.185',
name: 'Bulk_Selection',
tag: 'div',
defaultAttributes: {"class": "form-check"},
render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this;
_output.push(" ");_output.push({tag: ["input", {"class": "form-check-input", "type": "checkbox", "id": "checkbox" + ":" + this._cid, "data-id": "checkbox", "aria-label": "Select all"}, 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_Bulk_Selection);
})();
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1bGtfc2VsZWN0aW9uLmpxaHRtbCJdLCJzb3VyY2VzQ29udGVudCI6WyI8RGVmaW5lOkJ1bGtfU2VsZWN0aW9uIGNsYXNzPVwiZm9ybS1jaGVja1wiPlxuICA8aW5wdXQgY2xhc3M9XCJmb3JtLWNoZWNrLWlucHV0XCJcbiAgICAgICAgIHR5cGU9XCJjaGVja2JveFwiXG4gICAgICAgICAkaWQ9XCJjaGVja2JveFwiXG4gICAgICAgICBhcmlhLWxhYmVsPVwiU2VsZWN0IGFsbFwiIC8+XG48L0RlZmluZTpCdWxrX1NlbGVjdGlvbj5cbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBIiwibmFtZXMiOltdfQ==