// Compiled from: Progress_Bar.jqhtml
(function() {
'use strict';
const template_Progress_Bar = {
_jqhtml_version: '2.2.185',
name: 'Progress_Bar',
tag: 'div',
defaultAttributes: {"class": "progress"},
render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this;
_output.push(" ");_output.push({tag: ["div", {"class": "progress-bar", "role": "progressbar", "style": "width:" + (this.args.value || 0) + "%", "aria-valuenow": (this.args.value || 0), "aria-valuemin": "0", "aria-valuemax": "100", "id": "bar" + ":" + this._cid, "data-id": "bar"}, false]});
_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_Progress_Bar);
})();
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInByb2dyZXNzX2Jhci5qcWh0bWwiXSwic291cmNlc0NvbnRlbnQiOlsiPERlZmluZTpQcm9ncmVzc19CYXIgY2xhc3M9XCJwcm9ncmVzc1wiPlxuICA8ZGl2IGNsYXNzPVwicHJvZ3Jlc3MtYmFyXCJcbiAgICAgICByb2xlPVwicHJvZ3Jlc3NiYXJcIlxuICAgICAgIHN0eWxlPVwid2lkdGg6IDwlPSB0aGlzLmFyZ3MudmFsdWUgfHwgMCAlPiVcIlxuICAgICAgIGFyaWEtdmFsdWVub3c9XCI8JT0gdGhpcy5hcmdzLnZhbHVlIHx8IDAgJT5cIlxuICAgICAgIGFyaWEtdmFsdWVtaW49XCIwXCJcbiAgICAgICBhcmlhLXZhbHVlbWF4PVwiMTAwXCJcbiAgICAgICAkaWQ9XCJiYXJcIj5cbiAgPC9kaXY+XG48L0RlZmluZTpQcm9ncmVzc19CYXI+XG4iXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBIiwibmFtZXMiOltdfQ==