WIP: use es-modules

This commit is contained in:
j 2026-02-16 22:16:19 +01:00
commit f70967f9bc
144 changed files with 741 additions and 57 deletions

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.AnnotationFolder <f> AnnotationFolder Object

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
// FIXME: should be Ox.AnnotationFolders

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.BlockVideoTimeline <f> Block Video Timeline

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
Ox.ClipPanel = function(options, self) {

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.LargeVideoTimeline <f> LargeTimeline Object

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.SmallVideoTimeline <f> Small video timeline

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.SmallVideoTimelineImage <f> Small Video Timeline Image

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.VideoAnnotationPanel <f> VideoAnnotationPanel Object

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
Ox.VideoEditPanel = function(options, self) {

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.VideoElement <f> VideoElement Object

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.VideoPlayer <f> Generic Video Player

View file

@ -1,3 +1,5 @@
import Ox from './../../../Ox/js/Namespace.js';
Ox.VideoPlayerMenu = function(options, self) {
self = self || {};

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.VideoPlayerPanel <f> VideoPlayerPanel Object

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.VideoPreview <f> Video Preview

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.VideoTimelinePanel <f> Video timeline panel

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.VideoTimelinePlayer <f> Video Timeline Player