var schoolInfo = { css: null, exports: { onMounted() { this.state.enabled = false; this.update(); }, closeWindow() { this.state.enabled = false; this.update(); } }, template: (template, expressionTypes, bindingTypes, getComponent) => template('
', [{ type: bindingTypes.IF, evaluate: _scope => _scope.state.enabled, redundantAttribute: 'expr16', selector: '[expr16]', template: template('

', [{ redundantAttribute: 'expr17', selector: '[expr17]', expressions: [{ type: expressionTypes.EVENT, name: 'onclick', evaluate: _scope => _scope.closeWindow }] }, { type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'line-graph', slots: [], attributes: [], redundantAttribute: 'expr18', selector: '[expr18]' }]) }]), name: 'school-info' }; export { schoolInfo as default };