@galaxyproject/galaxy-client 23.1.1 → 24.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/120.bundled.js +1 -1
- package/dist/128.bundled.js +2 -0
- package/dist/257.bundled.js +1 -0
- package/dist/271fbfa6f4bd5c11cea8.woff +0 -0
- package/dist/295.bundled.js +1 -1
- package/dist/383.bundled.js +1 -0
- package/dist/4f7d1754d42d174d17b3.woff +0 -0
- package/dist/658.bundled.js +1 -0
- package/dist/668.bundled.js +1 -1
- package/dist/819.bundled.js +1 -1
- package/dist/ListCollectionCreator.bundled.js +1 -1
- package/dist/PairCollectionCreator.bundled.js +1 -1
- package/dist/ToolSourceDisplay.bundled.js +1 -1
- package/dist/analysis.bundled.js +1 -1
- package/dist/base.css +56 -50
- package/dist/c7232f15ba1d52904aa1.woff +0 -0
- package/dist/cite.bundled.js +1 -0
- package/dist/f53b015d46ccb541deb1.woff +0 -0
- package/dist/generic.bundled.js +1 -1
- package/dist/libs.bundled.js +1 -1
- package/dist/libs.bundled.js.LICENSE.txt +17 -20
- package/dist/workflowLayout.bundled.js +1 -1
- package/package.json +91 -89
- package/dist/195.bundled.js +0 -1
- package/dist/492.bundled.js +0 -1
- package/dist/5dc77fa7c8c5443ffdad.woff +0 -0
- package/dist/7e4e543cdb2277f35ef3.woff +0 -0
- package/dist/907.bundled.js +0 -2
- package/dist/CitationJS.bundled.js +0 -1
- package/dist/toolshed.bundled.js +0 -2
- package/dist/toolshed.bundled.js.LICENSE.txt +0 -38
- /package/dist/{907.bundled.js.LICENSE.txt → 128.bundled.js.LICENSE.txt} +0 -0
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Sizzle CSS Selector Engine v2.2.1
|
|
3
|
-
* http://sizzlejs.com/
|
|
4
|
-
*
|
|
5
|
-
* Copyright jQuery Foundation and other contributors
|
|
6
|
-
* Released under the MIT license
|
|
7
|
-
* http://jquery.org/license
|
|
8
|
-
*
|
|
9
|
-
* Date: 2015-10-17
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
/*!
|
|
13
|
-
* jQuery JavaScript Library v2.2.4
|
|
14
|
-
* http://jquery.com/
|
|
15
|
-
*
|
|
16
|
-
* Includes Sizzle.js
|
|
17
|
-
* http://sizzlejs.com/
|
|
18
|
-
*
|
|
19
|
-
* Copyright jQuery Foundation and other contributors
|
|
20
|
-
* Released under the MIT license
|
|
21
|
-
* http://jquery.org/license
|
|
22
|
-
*
|
|
23
|
-
* Date: 2016-05-20T17:23Z
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/*! jQuery UI - v1.9.1 - 2012-10-29
|
|
27
|
-
* http://jqueryui.com
|
|
28
|
-
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.menu.js, jquery.ui.slider.js
|
|
29
|
-
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* @fileOverview jquery-autocomplete, the jQuery Autocompleter
|
|
33
|
-
* @author <a href="mailto:dylan@dyve.net">Dylan Verheul</a>
|
|
34
|
-
* @version 2.4.4
|
|
35
|
-
* @requires jQuery 1.6+
|
|
36
|
-
* @license MIT | GPL | Apache 2.0, see LICENSE.txt
|
|
37
|
-
* @see https://github.com/dyve/jquery-autocomplete
|
|
38
|
-
*/
|
|
File without changes
|