WIP of replacing bower-asset packages:

- Get jquery-ui and touch event plugin working (although still modular import is not possible becuase of a wierd issue with jquery-ui tooltip plugin)
- Import timepicker-addon plugin as npm package
- Update composer.lock file
This commit is contained in:
Hadi Nategh
2021-08-12 14:51:38 +02:00
parent 72699fad30
commit d07a7ab194
14 changed files with 794 additions and 2229 deletions

View File

@@ -10,7 +10,6 @@
*/
/*egw:uses
/vendor/bower-asset/jquery-ui/jquery-ui.js;
jquery.jquery-ui-timepicker-addon;
egw_core;
@@ -19,8 +18,6 @@
egw_css;
*/
import "../../../vendor/bower-asset/jquery/dist/jquery.min.js";
//import "../../../vendor/bower-asset/jquery-ui/jquery-ui.js";
import "../jquery/jquery.noconflict.js";
//import "../jquery/jquery-ui-timepicker-addon.js";
import './egw_core.js';