import { EventEmitter } from '@angular/core'; import { SelectItem } from "../../shared/model/select-item"; import { ResizedEvent } from "angular-resize-event"; import { ApplyEvent } from "../../navigation/nav-bar/apply-event"; import * as i0 from "@angular/core"; export declare class UsageAnalyticsComponent { colorFactory: any; /** * Section header for page xtitle */ section: string; /** * Page xtitle */ xtitle: string; /** * Roomtype select options for pulldown */ roomTypeOptions: SelectItem[]; /** * Room select options for pulldown */ roomOptions: SelectItem[]; /** * site dropdown options */ siteOptions: SelectItem[]; /** * facility dropdown options */ facilityOptions: SelectItem[]; /** * Level dropdown options */ levelOptions: SelectItem[]; /** * Label used for Usage High chart */ usagePanelLeftxtitle: string; /** * Label used for Usage High chart */ usagePanelRightxtitle: string; trendLabelHigh: string; trendLabelMed: string; trendLabelLow: string; roomsLabel: string; chartColorHigh: string; chartColorMed: string; chartColorLow: string; /** * Label used for Usage High chart */ chartLabelHigh: string; /** * Label used for Usage Med chart */ chartLabelMed: string; /** * Label used for Usage Low chart */ chartLabelLow: string; /** * Data used to populate the Usage High chart */ roomUsageDataHigh: any; roomUsagePercentDataHigh: any[]; roomUsagePercentDataMed: any[]; roomUsagePercentDataLow: any[]; roomUsageDataHighLoading: boolean; roomUsageDataMedLoading: boolean; roomUsageDataLowLoading: boolean; highTableLoading: boolean; medTableLoading: boolean; lowTableLoading: boolean; highRoomUsageDataLoading: boolean; medRoomUsageDataLoading: boolean; lowRoomUsageDataLoading: boolean; /** * Data used to populate the Usage Medium chart */ roomUsageDataMed: any; /** * Data used to populate the Usage Low chart */ roomUsageDataLow: any; /** * Barchart config from file */ barChartConfigRoomUsageHigh: any; /** * Bar color */ barChartConfigRoomUsageHighBarColor: string; /** * Barchart config from file */ barChartConfigRoomUsageMed: any; /** * Bar color */ barChartConfigRoomUsageMedBarColor: string; /** * Barchart config from file */ barChartConfigRoomUsageLow: any; /** * Bar color */ barChartConfigRoomUsageLowBarColor: string; /** * Data for xtitle on Compare Panel right */ room: string; /** * Data for Each Compare Previous Month/Hours barchart */ usageComparedToPreviousMonthHoursData: any[]; /** * Data for Each Compare Previous Month/Days barchart */ usageComparedToPreviousMonthDaysData: any[]; /** * Data for Each Compare Previous Month/Months barchart */ usageComparedToPreviousMonthMonthsData: any[]; /** * Barchart config from file */ usageBarChart1Config: any; /** * Barchart config from file */ usageBarChart2Config: any; /** * Barchart config from file */ usageBarChart3Config: any; /** * Section header for page xtitle */ chartLabel: string; /** * Text color */ textColor: string; /** * Bar color */ barColor: string; /** * Section header for page xtitle */ chartVLabel: string; /** * Room type autocomplete change event * @type {EventEmitter} */ roomTypeChangeEvent: EventEmitter; /** * Room autocomplete change event * @type {EventEmitter} */ roomChangeEvent: EventEmitter; siteChangeEvent: EventEmitter; facilityChangeEvent: EventEmitter; levelChangeEvent: EventEmitter; applyEvent: EventEmitter; /** * Internal styling property */ flexDirection: string; /** * Internal styling property */ columnMargin: number; /** * Internal styling property */ columnMarginBottom: number; /** * Resize event logic for panels */ resized(event: ResizedEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }