@widergy/web-utils
Version:
Utility GO! Web utils
96 lines (95 loc) • 2.29 kB
TypeScript
export declare const MONTHS: string[];
export declare const TELEMETRY: {
PROCESSING: string;
AVAILABLE: string;
ACTIVE: string;
NOT_AVAILABLE: string;
};
export declare const ASSOCIATION_METHODS: {
CUIT: string;
DNI: string;
CLIENT_NUMBER: string;
METER: string;
};
export declare const HISTORY_GRAPHIC_GRANULARITY: {
YEAR: string;
PERIOD: string;
DAY: string;
HOUR: string;
MINUTES: string;
};
export declare const GRANULARITY_DEFAULT_PERIOD_LENGTH: {
[x: string]: number;
};
export declare const METRICS: {
BALANCE: string;
CARBON_FOOTPRINT: string;
CONSUMPTION_TARGET: string;
COSIN_PHI: string;
ENERGY: string;
POWER_DAILY_AVG: string;
POWER: string;
TANGENT_PHI: string;
};
export declare const CHART_TYPES: {
T1: string;
T2: string;
T3: string;
};
export declare const ACCOUNTS_PROFILES: {
1: string;
2: string;
3: string;
};
export declare const CONSUMPTION_TYPES: {
CURRENT_CONSUMPTION: string;
PROJECTED_CONSUMPTION: string;
};
export declare const METRIC_TYPES: {
DAILY_ARGMAX: string;
PURCHASED_POWER: string;
TOTAL: string;
};
export declare const SMART_BILL_ALLOWED_CHART_TYPES: string[];
export declare const TEXT_PROPS: {
fill: string;
fontSize: string;
fontFamily: string;
};
export declare const INACTIVE = "inactive";
export declare const DAYS: string[];
export declare const DEFAULT_PERIOD_LENGTH = 31;
export declare const HIRED_POWER_KEY = "purchased_power";
export declare const TOTAL = "total";
export declare const TANGET_KEY = "tangent";
export declare const LINE_TYPES: {
DASHED: string;
SOLID: string;
DOTTED: string;
CUSTOM: string;
};
export declare const LINEAR_DATA_CUSTOMIZATION: {
fill: string;
strokeDasharray: string;
strokeWidth: string;
};
export declare const X_AXIS_CIRCLE_CUSTOMIZATION: {
r: number;
yOffset: number;
};
export declare const LAST_YEAR = "lastYear";
export declare const CURRENT_YEAR = "currentYear";
export declare const pickIcon: {
'01': string;
'02': string;
'03': string;
'04': string;
'05': string;
'06': string;
'07': string;
'08': string;
'09': string;
'10': string;
'11': string;
'12': string;
};