sequenceserver 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sequenceserver/blast/tasks.rb +1 -1
  3. data/lib/sequenceserver/routes.rb +1 -1
  4. data/lib/sequenceserver/version.rb +1 -1
  5. data/lib/sequenceserver.rb +1 -1
  6. data/public/css/app.min.css +1 -1
  7. data/public/css/sequenceserver.css +0 -18
  8. data/public/css/sequenceserver.min.css +2 -2
  9. data/public/js/alignment_exporter.js +16 -28
  10. data/public/js/cloud_share_modal.js +42 -42
  11. data/public/js/form.js +12 -10
  12. data/public/js/grapher.js +4 -4
  13. data/public/js/hit.js +3 -3
  14. data/public/js/hits.js +276 -0
  15. data/public/js/jquery_world.js +1 -1
  16. data/public/js/mailto.js +1 -3
  17. data/public/js/null_plugins/report_plugins.js +1 -0
  18. data/public/js/options.js +2 -6
  19. data/public/js/query.js +1 -1
  20. data/public/js/report.js +68 -252
  21. data/public/js/report_root.js +7 -5
  22. data/public/js/search.js +28 -11
  23. data/public/js/sequence.js +158 -158
  24. data/public/js/sequence_modal.js +28 -36
  25. data/public/js/sidebar.js +7 -6
  26. data/public/js/tests/alignment_exporter.spec.js +38 -0
  27. data/public/js/tests/cloud_share_modal.spec.js +75 -0
  28. data/public/js/tests/report.spec.js +37 -15
  29. data/public/packages/jquery-ui@1.13.3.js +19070 -0
  30. data/public/sequenceserver-report.min.js +3 -2481
  31. data/public/sequenceserver-report.min.js.LICENSE.txt +300 -0
  32. data/public/sequenceserver-report.min.js.map +1 -0
  33. data/public/sequenceserver-search.min.js +3 -2382
  34. data/public/sequenceserver-search.min.js.LICENSE.txt +292 -0
  35. data/public/sequenceserver-search.min.js.map +1 -0
  36. data/views/layout.erb +3 -7
  37. data/views/search.erb +1 -1
  38. data/views/search_layout.erb +1 -1
  39. metadata +11 -5
  40. data/public/config.js +0 -147
  41. data/public/packages/jquery-ui@1.11.4.js +0 -16624
@@ -0,0 +1,300 @@
1
+ /*!
2
+ * jQuery Browser Plugin v0.0.6
3
+ * https://github.com/gabceb/jquery-browser-plugin
4
+ *
5
+ * Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
6
+ * http://jquery.org/license
7
+ *
8
+ * Modifications Copyright 2013 Gabriel Cebrian
9
+ * https://github.com/gabceb
10
+ *
11
+ * Released under the MIT license
12
+ *
13
+ * Date: 2013-07-29T17:23:27-07:00
14
+ */
15
+
16
+ /*!
17
+ * jQuery JavaScript Library v3.7.1
18
+ * https://jquery.com/
19
+ *
20
+ * Copyright OpenJS Foundation and other contributors
21
+ * Released under the MIT license
22
+ * https://jquery.org/license
23
+ *
24
+ * Date: 2023-08-28T13:37Z
25
+ */
26
+
27
+ /*!
28
+ * jQuery UI :data 1.13.3
29
+ * https://jqueryui.com
30
+ *
31
+ * Copyright OpenJS Foundation and other contributors
32
+ * Released under the MIT license.
33
+ * https://jquery.org/license
34
+ */
35
+
36
+ /*!
37
+ * jQuery UI Autocomplete 1.13.3
38
+ * https://jqueryui.com
39
+ *
40
+ * Copyright OpenJS Foundation and other contributors
41
+ * Released under the MIT license.
42
+ * https://jquery.org/license
43
+ */
44
+
45
+ /*!
46
+ * jQuery UI Button 1.13.3
47
+ * https://jqueryui.com
48
+ *
49
+ * Copyright OpenJS Foundation and other contributors
50
+ * Released under the MIT license.
51
+ * https://jquery.org/license
52
+ */
53
+
54
+ /*!
55
+ * jQuery UI Checkboxradio 1.13.3
56
+ * https://jqueryui.com
57
+ *
58
+ * Copyright OpenJS Foundation and other contributors
59
+ * Released under the MIT license.
60
+ * https://jquery.org/license
61
+ */
62
+
63
+ /*!
64
+ * jQuery UI Controlgroup 1.13.3
65
+ * https://jqueryui.com
66
+ *
67
+ * Copyright OpenJS Foundation and other contributors
68
+ * Released under the MIT license.
69
+ * https://jquery.org/license
70
+ */
71
+
72
+ /*!
73
+ * jQuery UI Datepicker 1.13.3
74
+ * https://jqueryui.com
75
+ *
76
+ * Copyright OpenJS Foundation and other contributors
77
+ * Released under the MIT license.
78
+ * https://jquery.org/license
79
+ */
80
+
81
+ /*!
82
+ * jQuery UI Dialog 1.13.3
83
+ * https://jqueryui.com
84
+ *
85
+ * Copyright OpenJS Foundation and other contributors
86
+ * Released under the MIT license.
87
+ * https://jquery.org/license
88
+ */
89
+
90
+ /*!
91
+ * jQuery UI Draggable 1.13.3
92
+ * https://jqueryui.com
93
+ *
94
+ * Copyright OpenJS Foundation and other contributors
95
+ * Released under the MIT license.
96
+ * https://jquery.org/license
97
+ */
98
+
99
+ /*!
100
+ * jQuery UI Droppable 1.13.3
101
+ * https://jqueryui.com
102
+ *
103
+ * Copyright OpenJS Foundation and other contributors
104
+ * Released under the MIT license.
105
+ * https://jquery.org/license
106
+ */
107
+
108
+ /*!
109
+ * jQuery UI Effects 1.13.3
110
+ * https://jqueryui.com
111
+ *
112
+ * Copyright OpenJS Foundation and other contributors
113
+ * Released under the MIT license.
114
+ * https://jquery.org/license
115
+ */
116
+
117
+ /*!
118
+ * jQuery UI Focusable 1.13.3
119
+ * https://jqueryui.com
120
+ *
121
+ * Copyright OpenJS Foundation and other contributors
122
+ * Released under the MIT license.
123
+ * https://jquery.org/license
124
+ */
125
+
126
+ /*!
127
+ * jQuery UI Position 1.13.3
128
+ * https://jqueryui.com
129
+ *
130
+ * Copyright OpenJS Foundation and other contributors
131
+ * Released under the MIT license.
132
+ * https://jquery.org/license
133
+ *
134
+ * https://api.jqueryui.com/position/
135
+ */
136
+
137
+ /*!
138
+ * jQuery UI Resizable 1.13.3
139
+ * https://jqueryui.com
140
+ *
141
+ * Copyright OpenJS Foundation and other contributors
142
+ * Released under the MIT license.
143
+ * https://jquery.org/license
144
+ */
145
+
146
+ /*!
147
+ * jQuery UI Spinner 1.13.3
148
+ * https://jqueryui.com
149
+ *
150
+ * Copyright OpenJS Foundation and other contributors
151
+ * Released under the MIT license.
152
+ * https://jquery.org/license
153
+ */
154
+
155
+ /*!
156
+ * jQuery UI Support for jQuery core 1.8.x and newer 1.13.3
157
+ * https://jqueryui.com
158
+ *
159
+ * Copyright OpenJS Foundation and other contributors
160
+ * Released under the MIT license.
161
+ * https://jquery.org/license
162
+ *
163
+ */
164
+
165
+ /*!
166
+ * jQuery UI Tabs 1.13.3
167
+ * https://jqueryui.com
168
+ *
169
+ * Copyright OpenJS Foundation and other contributors
170
+ * Released under the MIT license.
171
+ * https://jquery.org/license
172
+ */
173
+
174
+ /*!
175
+ * jQuery UI Tooltip 1.13.3
176
+ * https://jqueryui.com
177
+ *
178
+ * Copyright OpenJS Foundation and other contributors
179
+ * Released under the MIT license.
180
+ * https://jquery.org/license
181
+ */
182
+
183
+ /*!
184
+ * jQuery UI Widget 1.13.3
185
+ * https://jqueryui.com
186
+ *
187
+ * Copyright OpenJS Foundation and other contributors
188
+ * Released under the MIT license.
189
+ * https://jquery.org/license
190
+ */
191
+
192
+ /*! jQuery UI - v1.13.3 - 2024-04-26
193
+ * https://jqueryui.com
194
+ * Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
195
+ * Copyright OpenJS Foundation and other contributors; Licensed MIT */
196
+
197
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
198
+
199
+ /**
200
+ * @license React
201
+ * react-dom.development.js
202
+ *
203
+ * Copyright (c) Facebook, Inc. and its affiliates.
204
+ *
205
+ * This source code is licensed under the MIT license found in the
206
+ * LICENSE file in the root directory of this source tree.
207
+ */
208
+
209
+ /**
210
+ * @license React
211
+ * react-jsx-runtime.development.js
212
+ *
213
+ * Copyright (c) Facebook, Inc. and its affiliates.
214
+ *
215
+ * This source code is licensed under the MIT license found in the
216
+ * LICENSE file in the root directory of this source tree.
217
+ */
218
+
219
+ /**
220
+ * @license React
221
+ * scheduler.development.js
222
+ *
223
+ * Copyright (c) Facebook, Inc. and its affiliates.
224
+ *
225
+ * This source code is licensed under the MIT license found in the
226
+ * LICENSE file in the root directory of this source tree.
227
+ */
228
+
229
+ /**
230
+ * Checks if an event is supported in the current execution environment.
231
+ *
232
+ * NOTE: This will not work correctly for non-generic events such as `change`,
233
+ * `reset`, `load`, `error`, and `select`.
234
+ *
235
+ * Borrows from Modernizr.
236
+ *
237
+ * @param {string} eventNameSuffix Event name, e.g. "click".
238
+ * @return {boolean} True if the event is supported.
239
+ * @internal
240
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
241
+ */
242
+
243
+ /**
244
+ * chroma.js - JavaScript library for color conversions
245
+ *
246
+ * Copyright (c) 2011-2019, Gregor Aisch
247
+ * All rights reserved.
248
+ *
249
+ * Redistribution and use in source and binary forms, with or without
250
+ * modification, are permitted provided that the following conditions are met:
251
+ *
252
+ * 1. Redistributions of source code must retain the above copyright notice, this
253
+ * list of conditions and the following disclaimer.
254
+ *
255
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
256
+ * this list of conditions and the following disclaimer in the documentation
257
+ * and/or other materials provided with the distribution.
258
+ *
259
+ * 3. The name Gregor Aisch may not be used to endorse or promote products
260
+ * derived from this software without specific prior written permission.
261
+ *
262
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
263
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
264
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
265
+ * DISCLAIMED. IN NO EVENT SHALL GREGOR AISCH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
266
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
267
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
268
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
269
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
270
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
271
+ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
272
+ *
273
+ * -------------------------------------------------------
274
+ *
275
+ * chroma.js includes colors from colorbrewer2.org, which are released under
276
+ * the following license:
277
+ *
278
+ * Copyright (c) 2002 Cynthia Brewer, Mark Harrower,
279
+ * and The Pennsylvania State University.
280
+ *
281
+ * Licensed under the Apache License, Version 2.0 (the "License");
282
+ * you may not use this file except in compliance with the License.
283
+ * You may obtain a copy of the License at
284
+ * http://www.apache.org/licenses/LICENSE-2.0
285
+ *
286
+ * Unless required by applicable law or agreed to in writing,
287
+ * software distributed under the License is distributed on an
288
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
289
+ * either express or implied. See the License for the specific
290
+ * language governing permissions and limitations under the License.
291
+ *
292
+ * ------------------------------------------------------
293
+ *
294
+ * Named colors are taken from X11 Color Names.
295
+ * http://www.w3.org/TR/css3-color/#svg-color
296
+ *
297
+ * @preserve
298
+ */
299
+
300
+ /** @preserve http://github.com/easeway/js-class */