/* Compiled from: rsx/theme/components/_archived/unfinished/chart_component.jqhtml */ (function() { 'use strict'; const template_Chart_Component = { _jqhtml_version: '2.2.185', name: 'Chart_Component', tag: 'div', defaultAttributes: {"class": "chart-placeholder bg-light rounded d-flex align-items-center justify-content-center"}, render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this; _output.push(" ");_output.push({tag: ["div", {"class": "text-center text-muted p-5"}, false]}); _output.push(" ");_output.push({tag: ["i", {"class": "bi bi-graph-up fs-1 d-block mb-2"}, false]}); _output.push(""); _output.push(" ");_output.push({tag: ["p", {"class": "mb-0"}, false]}); _output.push("Chart Component"); _output.push("

"); _output.push(" ");_output.push({tag: ["small", {}, false]}); _output.push("Placeholder for future chart integration"); _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_Chart_Component); })(); //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNoYXJ0X2NvbXBvbmVudC5qcWh0bWwiXSwic291cmNlc0NvbnRlbnQiOlsiPERlZmluZTpDaGFydF9Db21wb25lbnQgY2xhc3M9XCJjaGFydC1wbGFjZWhvbGRlciBiZy1saWdodCByb3VuZGVkIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlclwiPlxuICA8ZGl2IGNsYXNzPVwidGV4dC1jZW50ZXIgdGV4dC1tdXRlZCBwLTVcIj5cbiAgICA8aSBjbGFzcz1cImJpIGJpLWdyYXBoLXVwIGZzLTEgZC1ibG9jayBtYi0yXCI+PC9pPlxuICAgIDxwIGNsYXNzPVwibWItMFwiPkNoYXJ0IENvbXBvbmVudDwvcD5cbiAgICA8c21hbGw+UGxhY2Vob2xkZXIgZm9yIGZ1dHVyZSBjaGFydCBpbnRlZ3JhdGlvbjwvc21hbGw+XG4gIDwvZGl2PlxuPC9EZWZpbmU6Q2hhcnRfQ29tcG9uZW50PlxuIl0sIm1hcHBpbmdzIjoiQUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQSIsIm5hbWVzIjpbXX0=