Bundled output for commit 352a50e3ad557eca4a563dfe7c22f1797702a1dc

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot 2022-08-16 17:36:57 +00:00
parent 352a50e3ad
commit 974f003fe3
3 changed files with 5 additions and 5 deletions

View File

@ -9,17 +9,17 @@ export default class StatisticsWidget extends DashboardWidget {
entities: string[];
periods: undefined | Record<string, IPeriodDeclaration>;
chart: any;
timedData: any;
timedData: Record<string, undefined | any>;
lifetimeData: any;
loadingLifetime: boolean;
loadingTimed: boolean;
loadingTimed: Record<string, 'unloaded' | 'loading' | 'loaded' | 'fail'>;
selectedEntity: string;
selectedPeriod: undefined | string;
chartEntity?: string;
chartPeriod?: string;
oncreate(vnode: Mithril.VnodeDOM<IDashboardWidgetAttrs, this>): void;
loadLifetimeData(): Promise<void>;
loadTimedData(): Promise<void>;
loadTimedData(model: string): Promise<void>;
className(): string;
content(): JSX.Element;
drawChart(vnode: Mithril.VnodeDOM<any, any>): void;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long