aboutsummaryrefslogtreecommitdiff
path: root/static/elements.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-23 22:13:53 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-23 22:22:20 +0200
commit460dd689177ab0083327eeaec859735e55dcf8ef (patch)
tree12b29ae603e67b736b8e3a7690633dce0a4c2fb8 /static/elements.ts
parentUpdate comment on cal-table. (diff)
downloadcalp-460dd689177ab0083327eeaec859735e55dcf8ef.tar.gz
calp-460dd689177ab0083327eeaec859735e55dcf8ef.tar.xz
Introduce component date-jump.
Diffstat (limited to 'static/elements.ts')
-rw-r--r--static/elements.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/elements.ts b/static/elements.ts
index f714815d..e5fabba6 100644
--- a/static/elements.ts
+++ b/static/elements.ts
@@ -9,6 +9,7 @@ import { EditRRule } from './components/edit-rrule'
import { TabGroupElement } from './components/tab-group-element'
import { VEventChangelog } from './components/changelog'
import { SliderInput } from './components/slider'
+import { DateJump } from './components/date-jump'
export { initialize_components }
@@ -30,6 +31,7 @@ function initialize_components() {
customElements.define('date-time-input', DateTimeInput /*, { extends: 'input' } */)
customElements.define('input-list', InputList);
customElements.define('slider-input', SliderInput);
+ customElements.define('date-jump', DateJump);
/* These maybe also require that the global maps are initialized */
customElements.define('popup-element', PopupElement)