fix loading, minify with rollup
This commit is contained in:
parent
9c3450947b
commit
dd5237e4ed
156 changed files with 794 additions and 971 deletions
2
source/UI/js/List/Chart.js
vendored
2
source/UI/js/List/Chart.js
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue