@jbrowse/react-linear-genome-view2 3.6.5 → 4.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/esm/JBrowseLinearGenomeView/JBrowseLinearGenomeView.d.ts +1 -1
- package/esm/JBrowseLinearGenomeView/JBrowseLinearGenomeView.js +2 -2
- package/esm/JBrowseLinearGenomeView/index.d.ts +1 -1
- package/esm/JBrowseLinearGenomeView/index.js +1 -1
- package/esm/corePlugins.d.ts +2 -2
- package/esm/corePlugins.js +2 -2
- package/esm/createModel/createConfigModel.d.ts +23 -23
- package/esm/createModel/createConfigModel.js +1 -1
- package/esm/createModel/createModel.d.ts +1067 -1134
- package/esm/createModel/createModel.js +5 -5
- package/esm/createModel/createSessionModel.d.ts +550 -594
- package/esm/createModel/createSessionModel.js +5 -4
- package/esm/createModel/index.d.ts +3 -3
- package/esm/createModel/index.js +3 -3
- package/esm/createViewState.d.ts +2798 -3007
- package/esm/createViewState.js +3 -3
- package/esm/index.d.ts +5 -5
- package/esm/index.js +4 -4
- package/esm/loadPlugins.js +1 -1
- package/esm/rpcWorker.d.ts +1 -1
- package/esm/rpcWorker.js +11 -3
- package/esm/types.d.ts +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/esm/webpack.d.ts +5 -5
- package/esm/webpack.js +4 -4
- package/package.json +48 -56
- package/dist/JBrowseLinearGenomeView/JBrowseLinearGenomeView.d.ts +0 -5
- package/dist/JBrowseLinearGenomeView/JBrowseLinearGenomeView.js +0 -19
- package/dist/JBrowseLinearGenomeView/JBrowseLinearGenomeView.test.d.ts +0 -1
- package/dist/JBrowseLinearGenomeView/JBrowseLinearGenomeView.test.js +0 -77
- package/dist/JBrowseLinearGenomeView/index.d.ts +0 -1
- package/dist/JBrowseLinearGenomeView/index.js +0 -8
- package/dist/corePlugins.d.ts +0 -3
- package/dist/corePlugins.js +0 -38
- package/dist/createModel/AboutDialog.d.ts +0 -1
- package/dist/createModel/AboutDialog.js +0 -5
- package/dist/createModel/createConfigModel.d.ts +0 -94
- package/dist/createModel/createConfigModel.js +0 -43
- package/dist/createModel/createModel.d.ts +0 -6332
- package/dist/createModel/createModel.js +0 -118
- package/dist/createModel/createSessionModel.d.ts +0 -2767
- package/dist/createModel/createSessionModel.js +0 -118
- package/dist/createModel/index.d.ts +0 -3
- package/dist/createModel/index.js +0 -12
- package/dist/createViewState.d.ts +0 -16589
- package/dist/createViewState.js +0 -75
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -14
- package/dist/loadPlugins.d.ts +0 -13
- package/dist/loadPlugins.js +0 -12
- package/dist/react-linear-genome-view.umd.production.min.js +0 -229
- package/dist/react-linear-genome-view.umd.production.min.js.LICENSE.txt +0 -192
- package/dist/react-linear-genome-view.umd.production.min.js.map +0 -1
- package/dist/rpcWorker.d.ts +0 -2
- package/dist/rpcWorker.js +0 -49
- package/dist/types.d.ts +0 -5
- package/dist/types.js +0 -2
- package/dist/version.d.ts +0 -1
- package/dist/version.js +0 -4
- package/dist/webpack.d.ts +0 -8
- package/dist/webpack.js +0 -53
- package/dist/workerPolyfill.d.ts +0 -0
- package/dist/workerPolyfill.js +0 -34
- package/esm/workerPolyfill.d.ts +0 -0
- package/esm/workerPolyfill.js +0 -34
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Based on xzwasm (c) Steve Sanderson. License: MIT - https://github.com/SteveSanderson/xzwasm
|
|
3
|
-
* Contains xz-embedded by Lasse Collin and Igor Pavlov. License: Public domain - https://tukaani.org/xz/embedded.html
|
|
4
|
-
* and walloc (c) 2020 Igalia, S.L. License: MIT - https://github.com/wingo/walloc
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
* Determine if an object is a Buffer
|
|
9
|
-
*
|
|
10
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
11
|
-
* @license MIT
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
/*!
|
|
15
|
-
* The buffer module from node.js, for the browser.
|
|
16
|
-
*
|
|
17
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
18
|
-
* @license MIT
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/*!
|
|
22
|
-
* escape-html
|
|
23
|
-
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
24
|
-
* Copyright(c) 2015 Andreas Lubbe
|
|
25
|
-
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
26
|
-
* MIT Licensed
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
/*!
|
|
30
|
-
* get-value <https://github.com/jonschlinkert/get-value>
|
|
31
|
-
*
|
|
32
|
-
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
33
|
-
* Released under the MIT License.
|
|
34
|
-
*/
|
|
35
|
-
|
|
36
|
-
/*!
|
|
37
|
-
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
38
|
-
*
|
|
39
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
40
|
-
* Released under the MIT License.
|
|
41
|
-
*/
|
|
42
|
-
|
|
43
|
-
/*!
|
|
44
|
-
* is-primitive <https://github.com/jonschlinkert/is-primitive>
|
|
45
|
-
*
|
|
46
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
47
|
-
* Released under the MIT License.
|
|
48
|
-
*/
|
|
49
|
-
|
|
50
|
-
/*!
|
|
51
|
-
* isobject <https://github.com/jonschlinkert/isobject>
|
|
52
|
-
*
|
|
53
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
54
|
-
* Released under the MIT License.
|
|
55
|
-
*/
|
|
56
|
-
|
|
57
|
-
/*!
|
|
58
|
-
* set-value <https://github.com/jonschlinkert/set-value>
|
|
59
|
-
*
|
|
60
|
-
* Copyright (c) Jon Schlinkert (https://github.com/jonschlinkert).
|
|
61
|
-
* Released under the MIT License.
|
|
62
|
-
*/
|
|
63
|
-
|
|
64
|
-
/*! *****************************************************************************
|
|
65
|
-
Copyright (c) Microsoft Corporation.
|
|
66
|
-
|
|
67
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
68
|
-
purpose with or without fee is hereby granted.
|
|
69
|
-
|
|
70
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
71
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
72
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
73
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
74
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
75
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
76
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
77
|
-
***************************************************************************** */
|
|
78
|
-
|
|
79
|
-
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
|
|
80
|
-
|
|
81
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
82
|
-
|
|
83
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* @license React
|
|
87
|
-
* react-dom-client.production.js
|
|
88
|
-
*
|
|
89
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
90
|
-
*
|
|
91
|
-
* This source code is licensed under the MIT license found in the
|
|
92
|
-
* LICENSE file in the root directory of this source tree.
|
|
93
|
-
*/
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* @license React
|
|
97
|
-
* react-dom-server-legacy.browser.production.js
|
|
98
|
-
*
|
|
99
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
100
|
-
*
|
|
101
|
-
* This source code is licensed under the MIT license found in the
|
|
102
|
-
* LICENSE file in the root directory of this source tree.
|
|
103
|
-
*/
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* @license React
|
|
107
|
-
* react-dom-server.browser.production.js
|
|
108
|
-
*
|
|
109
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
110
|
-
*
|
|
111
|
-
* This source code is licensed under the MIT license found in the
|
|
112
|
-
* LICENSE file in the root directory of this source tree.
|
|
113
|
-
*/
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* @license React
|
|
117
|
-
* react-dom.production.js
|
|
118
|
-
*
|
|
119
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
120
|
-
*
|
|
121
|
-
* This source code is licensed under the MIT license found in the
|
|
122
|
-
* LICENSE file in the root directory of this source tree.
|
|
123
|
-
*/
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* @license React
|
|
127
|
-
* react-is.production.js
|
|
128
|
-
*
|
|
129
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
130
|
-
*
|
|
131
|
-
* This source code is licensed under the MIT license found in the
|
|
132
|
-
* LICENSE file in the root directory of this source tree.
|
|
133
|
-
*/
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* @license React
|
|
137
|
-
* react-jsx-runtime.production.js
|
|
138
|
-
*
|
|
139
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
140
|
-
*
|
|
141
|
-
* This source code is licensed under the MIT license found in the
|
|
142
|
-
* LICENSE file in the root directory of this source tree.
|
|
143
|
-
*/
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* @license React
|
|
147
|
-
* react.production.js
|
|
148
|
-
*
|
|
149
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
150
|
-
*
|
|
151
|
-
* This source code is licensed under the MIT license found in the
|
|
152
|
-
* LICENSE file in the root directory of this source tree.
|
|
153
|
-
*/
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* @license React
|
|
157
|
-
* scheduler.production.js
|
|
158
|
-
*
|
|
159
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
160
|
-
*
|
|
161
|
-
* This source code is licensed under the MIT license found in the
|
|
162
|
-
* LICENSE file in the root directory of this source tree.
|
|
163
|
-
*/
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* @license React
|
|
167
|
-
* use-sync-external-store-shim.production.js
|
|
168
|
-
*
|
|
169
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
170
|
-
*
|
|
171
|
-
* This source code is licensed under the MIT license found in the
|
|
172
|
-
* LICENSE file in the root directory of this source tree.
|
|
173
|
-
*/
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
* @license React
|
|
177
|
-
* use-sync-external-store-shim/with-selector.production.js
|
|
178
|
-
*
|
|
179
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
180
|
-
*
|
|
181
|
-
* This source code is licensed under the MIT license found in the
|
|
182
|
-
* LICENSE file in the root directory of this source tree.
|
|
183
|
-
*/
|
|
184
|
-
|
|
185
|
-
/** @license React v16.13.1
|
|
186
|
-
* react-is.production.min.js
|
|
187
|
-
*
|
|
188
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
189
|
-
*
|
|
190
|
-
* This source code is licensed under the MIT license found in the
|
|
191
|
-
* LICENSE file in the root directory of this source tree.
|
|
192
|
-
*/
|