aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/globals.ts')
-rw-r--r--static/globals.ts22
1 files changed, 22 insertions, 0 deletions
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<uid, VEvent> = new Map()