Move query to be used from external library

This commit is contained in:
Paulo Gustavo Veiga
2021-12-05 08:33:09 -08:00
parent aecf0864f5
commit 02362b28e8
41 changed files with 62 additions and 544 deletions

View File

@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
class Grid {
constructor(parent, colums, rows) {

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Arrow, Point,
} from '../../src';

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, CurvedLine, Point,
} from '../../src';

View File

@ -1,5 +1,5 @@
/* eslint-disable no-alert */
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Elipse,
} from '../../src';

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Text,
} from '../../src';

View File

@ -1,5 +1,5 @@
/* eslint-disable no-alert */
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Line, Group, Elipse,
} from '../../src';

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Line, Rect,
} from '../../src';

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, PolyLine,
} from '../../src';

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Rect, Group,
} from '../../src';

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Rect,
} from '../../src';

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Rect,
} from '../../src';

View File

@ -1,4 +1,4 @@
import $ from '@libraries/jquery-2.1.0';
import $ from 'jquery';
import {
Toolkit, Workspace, Elipse,
} from '../../src';