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.ArrayEditable <f> Array Editable

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,6 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
//FIXME: does not work without options
/*@
Ox.SelectInput <f> Select Input

View file

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

View file

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