@jbrowse/react-circular-genome-view2 3.2.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.
Files changed (64) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +75 -0
  3. package/dist/JBrowseCircularGenomeView/JBrowseCircularGenomeView.d.ts +5 -0
  4. package/dist/JBrowseCircularGenomeView/JBrowseCircularGenomeView.js +23 -0
  5. package/dist/JBrowseCircularGenomeView/index.d.ts +1 -0
  6. package/dist/JBrowseCircularGenomeView/index.js +8 -0
  7. package/dist/corePlugins.d.ts +3 -0
  8. package/dist/corePlugins.js +22 -0
  9. package/dist/createModel/AboutDialog.d.ts +1 -0
  10. package/dist/createModel/AboutDialog.js +5 -0
  11. package/dist/createModel/createConfigModel.d.ts +104 -0
  12. package/dist/createModel/createConfigModel.js +43 -0
  13. package/dist/createModel/createModel.d.ts +1387 -0
  14. package/dist/createModel/createModel.js +117 -0
  15. package/dist/createModel/createSessionModel.d.ts +260 -0
  16. package/dist/createModel/createSessionModel.js +115 -0
  17. package/dist/createModel/index.d.ts +3 -0
  18. package/dist/createModel/index.js +12 -0
  19. package/dist/createViewState.d.ts +3780 -0
  20. package/dist/createViewState.js +64 -0
  21. package/dist/index.d.ts +4 -0
  22. package/dist/index.js +14 -0
  23. package/dist/loadPlugins.d.ts +13 -0
  24. package/dist/loadPlugins.js +12 -0
  25. package/dist/react-circular-genome-view.umd.production.min.js +185 -0
  26. package/dist/react-circular-genome-view.umd.production.min.js.LICENSE.txt +141 -0
  27. package/dist/react-circular-genome-view.umd.production.min.js.map +1 -0
  28. package/dist/types.d.ts +5 -0
  29. package/dist/types.js +2 -0
  30. package/dist/version.d.ts +1 -0
  31. package/dist/version.js +4 -0
  32. package/dist/webpack.d.ts +7 -0
  33. package/dist/webpack.js +53 -0
  34. package/docs/example.md +105 -0
  35. package/docs/img/exampleView.png +0 -0
  36. package/esm/JBrowseCircularGenomeView/JBrowseCircularGenomeView.d.ts +5 -0
  37. package/esm/JBrowseCircularGenomeView/JBrowseCircularGenomeView.js +21 -0
  38. package/esm/JBrowseCircularGenomeView/index.d.ts +1 -0
  39. package/esm/JBrowseCircularGenomeView/index.js +1 -0
  40. package/esm/corePlugins.d.ts +3 -0
  41. package/esm/corePlugins.js +17 -0
  42. package/esm/createModel/AboutDialog.d.ts +1 -0
  43. package/esm/createModel/AboutDialog.js +1 -0
  44. package/esm/createModel/createConfigModel.d.ts +104 -0
  45. package/esm/createModel/createConfigModel.js +37 -0
  46. package/esm/createModel/createModel.d.ts +1387 -0
  47. package/esm/createModel/createModel.js +78 -0
  48. package/esm/createModel/createSessionModel.d.ts +260 -0
  49. package/esm/createModel/createSessionModel.js +76 -0
  50. package/esm/createModel/index.d.ts +3 -0
  51. package/esm/createModel/index.js +3 -0
  52. package/esm/createViewState.d.ts +3780 -0
  53. package/esm/createViewState.js +58 -0
  54. package/esm/index.d.ts +4 -0
  55. package/esm/index.js +4 -0
  56. package/esm/loadPlugins.d.ts +13 -0
  57. package/esm/loadPlugins.js +6 -0
  58. package/esm/types.d.ts +5 -0
  59. package/esm/types.js +1 -0
  60. package/esm/version.d.ts +1 -0
  61. package/esm/version.js +1 -0
  62. package/esm/webpack.d.ts +7 -0
  63. package/esm/webpack.js +7 -0
  64. package/package.json +68 -0
@@ -0,0 +1,141 @@
1
+ /*!
2
+ * escape-html
3
+ * Copyright(c) 2012-2013 TJ Holowaychuk
4
+ * Copyright(c) 2015 Andreas Lubbe
5
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
6
+ * MIT Licensed
7
+ */
8
+
9
+ /*! *****************************************************************************
10
+ Copyright (c) Microsoft Corporation.
11
+
12
+ Permission to use, copy, modify, and/or distribute this software for any
13
+ purpose with or without fee is hereby granted.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
16
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
17
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
18
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
19
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
20
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21
+ PERFORMANCE OF THIS SOFTWARE.
22
+ ***************************************************************************** */
23
+
24
+ /*! @license DOMPurify 3.2.4 | (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.4/LICENSE */
25
+
26
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
27
+
28
+ /**
29
+ * @license React
30
+ * react-dom-client.production.js
31
+ *
32
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+
38
+ /**
39
+ * @license React
40
+ * react-dom-server-legacy.browser.production.js
41
+ *
42
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react-dom-server.browser.production.js
51
+ *
52
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
57
+
58
+ /**
59
+ * @license React
60
+ * react-dom.production.js
61
+ *
62
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /**
69
+ * @license React
70
+ * react-is.production.js
71
+ *
72
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /**
79
+ * @license React
80
+ * react-jsx-runtime.production.js
81
+ *
82
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE file in the root directory of this source tree.
86
+ */
87
+
88
+ /**
89
+ * @license React
90
+ * react.production.js
91
+ *
92
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
93
+ *
94
+ * This source code is licensed under the MIT license found in the
95
+ * LICENSE file in the root directory of this source tree.
96
+ */
97
+
98
+ /**
99
+ * @license React
100
+ * scheduler.production.js
101
+ *
102
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
103
+ *
104
+ * This source code is licensed under the MIT license found in the
105
+ * LICENSE file in the root directory of this source tree.
106
+ */
107
+
108
+ /**
109
+ * @license React
110
+ * use-sync-external-store-shim.production.js
111
+ *
112
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
113
+ *
114
+ * This source code is licensed under the MIT license found in the
115
+ * LICENSE file in the root directory of this source tree.
116
+ */
117
+
118
+ /**
119
+ * @mui/styled-engine v6.4.8
120
+ *
121
+ * @license MIT
122
+ * This source code is licensed under the MIT license found in the
123
+ * LICENSE file in the root directory of this source tree.
124
+ */
125
+
126
+ /**
127
+ * @mui/x-data-grid v7.28.0
128
+ *
129
+ * @license MIT
130
+ * This source code is licensed under the MIT license found in the
131
+ * LICENSE file in the root directory of this source tree.
132
+ */
133
+
134
+ /** @license React v16.13.1
135
+ * react-is.production.min.js
136
+ *
137
+ * Copyright (c) Facebook, Inc. and its affiliates.
138
+ *
139
+ * This source code is licensed under the MIT license found in the
140
+ * LICENSE file in the root directory of this source tree.
141
+ */