oxjs/dev/UI/js/Video
Sanjay Bhangar a8a7dc9445 Add core Ox modules as ES modules with tests
This commit adds ES module versions of fundamental Ox utilities:
- Array utilities (api, compact, unique, zip, etc.)
- String utilities (capitalize, clean, truncate, wordwrap, etc.)
- Math utilities (trig functions, geographic calculations, etc.)
- Object utilities (clone, serialize, keys/values, etc.)
- Function utilities (cache, debounce, throttle, memoize, etc.)
- Constants (math, time, colors, HTTP status codes)
- Polyfills for older browser compatibility

All modules include proper imports/exports and maintain the same API
as the original implementations. Added comprehensive test coverage with
31 tests passing.

Next steps: Convert remaining core modules, set up build pipeline,
and test backward compatibility with existing examples.

🤖 Generated with AI assistance
2026-02-09 17:32:06 +05:30
..
AnnotationFolder.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
AnnotationPanel.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
BlockVideoTimeline.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
ClipPanel.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
LargeVideoTimeline.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
SmallVideoTimeline.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
SmallVideoTimelineImage.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoAnnotationPanel.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoEditPanel.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoElement.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoPlayer.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoPlayerMenu.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoPlayerPanel.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoPreview.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoTimelinePanel.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30
VideoTimelinePlayer.js Add core Ox modules as ES modules with tests 2026-02-09 17:32:06 +05:30