"use strict"; class Filter_Bar extends Component { on_ready() { this.active_filters = {}; // Populate status options if provided if (this.args.status_options) { const $status = this.$sid('status'); this.args.status_options.forEach(opt => { $status.append($('