From e7d0c5f9081b2437f258d5b42e34823c7870372f Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 26 Jan 2021 12:41:22 +0100 Subject: [PATCH] Type createEventDispatcher and dispatch --- ts/graphs/AddedGraph.svelte | 4 ++-- ts/graphs/CalendarGraph.svelte | 3 ++- ts/graphs/CardCounts.svelte | 3 ++- ts/graphs/EaseGraph.svelte | 4 ++-- ts/graphs/FutureDue.svelte | 4 ++-- ts/graphs/IntervalsGraph.svelte | 4 ++-- ts/graphs/RangeBox.svelte | 6 +++++- ts/graphs/added.ts | 4 ++-- ts/graphs/calendar.ts | 9 +++++++-- ts/graphs/ease.ts | 6 +++--- ts/graphs/future-due.ts | 4 ++-- ts/graphs/graph-helpers.ts | 6 ++++++ ts/graphs/intervals.ts | 4 ++-- 13 files changed, 39 insertions(+), 22 deletions(-) diff --git a/ts/graphs/AddedGraph.svelte b/ts/graphs/AddedGraph.svelte index 1f541fd99..2014a4ac1 100644 --- a/ts/graphs/AddedGraph.svelte +++ b/ts/graphs/AddedGraph.svelte @@ -1,6 +1,6 @@