From 2d0ec2b162e3e2851fef7f280aab21c9f00cd171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 31 Oct 2021 20:48:23 +0100 Subject: Everything but lib. --- static/globals.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'static/globals.ts') diff --git a/static/globals.ts b/static/globals.ts index dabd6d8c..0ca2e3de 100644 --- a/static/globals.ts +++ b/static/globals.ts @@ -1,3 +1,25 @@ +export { + vcal_objects, + hasValue, + ComponentVEvent, + ComponentDescription, + popuplateTab, + ComponentEdit, + find_popup, + find_block, + ComponentBlock, + DateTimeInput, + verifySlot, + TabElement, + buildDescriptionList, + PopupElement, + wholeday_checkbox, +} + +import { close_popup, toggle_popup } from './popup' +import { VEvent, xml_to_vcal } from './vevent' +import { bind_popup_control } from './dragable' + "use strict"; const vcal_objects: Map = new Map() -- cgit v1.2.3