aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 20:48:23 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 20:48:23 +0100
commit2d0ec2b162e3e2851fef7f280aab21c9f00cd171 (patch)
tree5d05f6b3c790a3e7af9b579469d64529c99a06f8 /static/globals.ts
parentMostly fix datetime values in frontend. (diff)
downloadcalp-2d0ec2b162e3e2851fef7f280aab21c9f00cd171.tar.gz
calp-2d0ec2b162e3e2851fef7f280aab21c9f00cd171.tar.xz
Everything but lib.
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()