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.Chart <f> Bar Chart

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.ColumnList <f> Column List Widget
@ -209,4 +210,4 @@ Ox.ColumnList = function(options, self) {
return that;
};
};

View file

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

View file

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

View file

@ -1,4 +1,6 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.IconList <f> IconList Object
options <o> Options object

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.SortList <f> Sortable List
@ -61,4 +62,4 @@ Ox.SortList = function(options, self) {
return that;
};
};

View file

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

View file

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