fix loading, minify with rollup

This commit is contained in:
j 2026-02-18 17:02:08 +01:00
commit dd5237e4ed
156 changed files with 794 additions and 971 deletions

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.AudioPlayer <f> Generic Audio Player

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Progressbar <f> Progress Bar

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Resizebar <f> Resizebar
options <o> Options object

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Tabbar <f> Tabbar
options <o> Options object

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Calendar <f> Basic calendar object

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.CalendarEditor <f> Calendar Editor

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.DocPanel <f> Documentation Panel

View file

@ -1,5 +1,5 @@
'use strict'
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ExamplePage <f> Example Page

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ExamplePanel <f> Example Panel

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.SourceViewer <f> Source Viewer

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.SyntaxHighlighter <f> Syntax Highlighter

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.API <f> Remote API controller

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.App <f> Basic application instance that communicates with a JSON API

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Clipboard <o> Basic clipboard handler

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
// fixme: wouldn't it be better to let the elements be,
// rather then $element, $content, and potentially others,

View file

@ -1,4 +1,4 @@
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
Ox.Cookies = function() {
var name, value, cookies;

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
(function(_) {
var noTooltipEvents = {};

View file

@ -1,4 +1,4 @@
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
(function() {

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Focus <o> Basic focus controller

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Fullscreen <o> Fullscreen controller

View file

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

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.LoadingIcon <f> Loading Icon Element

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.LoadingScreen <f> Simple loading screen

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Request <o> Basic request controller

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Theme <f> get/set theme

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
Ox.UI = Ox.UI || {};
console.log("Ox", Ox, Ox.UI)

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.URL <f> URL controller

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ArrayEditable <f> Array Editable

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ArrayInput <f> Array input

View file

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

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Checkbox <f> Checkbox Element

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ColorInput <f> ColorInput Element

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ColorPicker <f> ColorPicker Element

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.DateInput <f> DateInput Element

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.DateTimeInput <f> DateTimeInput Element

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Editable <f> Editable element

View file

@ -1,4 +1,4 @@
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
Ox.EditableContent = function(options, self) {

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.FileButton <f> File Button

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.FileInput <f> File Input

View file

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

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.FormElementGroup <f> FormElementGroup Element

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.FormItem <f> FormItem Element, wraps form element with an error message

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.FormPanel <f> Form Panel

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Input <f> Input Element

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.InsertHTMLDialog <f> Insert HTML Dialog

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Label <f> Label element

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ObjectArrayInput <f> Object Array Input

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
//FIXME: does not work without options
/*@

View file

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

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ImageElement <f> Simple image element with loading indication

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ImageViewer <f> Image Viewer

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Chart <f> Bar Chart

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ColumnList <f> Column List Widget

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.CustomList <f> Custom List Widget

View file

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

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.InfoList <f> Info List

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.List <f> List constructor

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.SortList <f> Sortable List

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.TableList <f> TableList Widget

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.TreeList <f> Tree List

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.Map <f> Basic map object

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.MapEditor <f> Map Editor

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.MenuButton <f> Menu Button

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.TabPanel <f> Tabbed panel

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

Some files were not shown because too many files have changed in this diff Show more