Remove couple of more jquery import statements

This commit is contained in:
Hadi Nategh 2021-06-10 13:16:31 +02:00
parent c51275fde3
commit 0730d4880e
10 changed files with 4 additions and 24 deletions

View File

@ -11,8 +11,6 @@
/*egw:uses
/api/js/jsapi/egw_app.js
*/
import 'jquery';
import 'jqueryui';
import { EgwApp } from '../../api/js/jsapi/egw_app';
import { et2_nextmatch } from "../../api/js/etemplate/et2_extension_nextmatch";
/**

View File

@ -13,9 +13,6 @@
/api/js/jsapi/egw_app.js
*/
import 'jquery';
import 'jqueryui';
import {EgwApp, PushData} from '../../api/js/jsapi/egw_app';
import {etemplate2} from "../../api/js/etemplate/etemplate2";
import {et2_nextmatch} from "../../api/js/etemplate/et2_extension_nextmatch";

View File

@ -11,8 +11,6 @@
/*egw:uses
/api/js/jsapi/egw_app.js
*/
import 'jquery';
import 'jqueryui';
import { EgwApp } from '../../api/js/jsapi/egw_app';
import { etemplate2 } from "../../api/js/etemplate/etemplate2";
import { et2_dialog } from "../../api/js/etemplate/et2_widget_dialog";

View File

@ -13,9 +13,6 @@
/api/js/jsapi/egw_app.js
*/
import 'jquery';
import 'jqueryui';
import {EgwApp, PushData} from '../../api/js/jsapi/egw_app';
import {etemplate2} from "../../api/js/etemplate/etemplate2";
import {et2_dialog} from "../../api/js/etemplate/et2_widget_dialog";

View File

@ -18,7 +18,6 @@ import { ClassWithAttributes } from "./et2_core_inheritance";
import { et2_evalBool, et2_no_init } from "./et2_core_common";
import { et2_url } from "./et2_widget_url";
import { egw } from "../jsapi/egw_global";
import "../../../vendor/egroupware/magicsuggest/magicsuggest.js";
/**
* Tag list widget
*

View File

@ -21,8 +21,6 @@ import {et2_IResizeable} from "./et2_core_interfaces";
import {et2_evalBool, et2_no_init} from "./et2_core_common";
import {et2_url} from "./et2_widget_url";
import {egw} from "../jsapi/egw_global";
import "../../../vendor/egroupware/magicsuggest/magicsuggest.js";
/**
* Tag list widget
*

View File

@ -113,7 +113,7 @@
this.SelectParser = SelectParser;
}).call(window);
}).call(this);
(function() {
var AbstractChosen, root;
@ -458,9 +458,9 @@
root.AbstractChosen = AbstractChosen;
}).call(window);
}).call(this);
(function(jQuery) {
(function() {
var $, Chosen, root, _ref,
__hasProp = {}.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
@ -1211,4 +1211,4 @@
root.Chosen = Chosen;
}).call(window, jQuery);
}).call(this);

View File

@ -11,8 +11,6 @@
'use strict';
import '../../vendor/bower-asset/jquery/dist/jquery.js';
/**
* Installs app.notifications used to poll notifications from server and display them
*/

View File

@ -10,8 +10,6 @@
/*egw:uses
/api/js/jsapi/egw_app.js
*/
import 'jquery';
import 'jqueryui';
import '../../api/js/jsapi/egw_global';
import { EgwApp } from '../../api/js/jsapi/egw_app';
/**

View File

@ -11,9 +11,6 @@
/*egw:uses
/api/js/jsapi/egw_app.js
*/
import 'jquery';
import 'jqueryui';
import '../../api/js/jsapi/egw_global';
import {EgwApp} from '../../api/js/jsapi/egw_app';