react-msaview 4.2.0 → 4.4.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 (37) hide show
  1. package/bundle/index.js +104 -213
  2. package/bundle/index.js.LICENSE.txt +173 -0
  3. package/bundle/index.js.map +1 -0
  4. package/dist/components/dialogs/SettingsDialog.js +1 -1
  5. package/dist/components/dialogs/SettingsDialog.js.map +1 -1
  6. package/dist/components/header/Header.js +4 -2
  7. package/dist/components/header/Header.js.map +1 -1
  8. package/dist/components/header/HeaderMenu.js +199 -11
  9. package/dist/components/header/HeaderMenu.js.map +1 -1
  10. package/dist/components/header/MultiAlignmentSelector.js +3 -3
  11. package/dist/components/header/MultiAlignmentSelector.js.map +1 -1
  12. package/dist/components/header/{HeaderMenuExtra.d.ts → SettingsMenu.d.ts} +2 -2
  13. package/dist/components/header/SettingsMenu.js +141 -0
  14. package/dist/components/header/SettingsMenu.js.map +1 -0
  15. package/dist/components/header/ZoomStar.js +1 -1
  16. package/dist/components/header/ZoomStar.js.map +1 -1
  17. package/dist/model.d.ts +2 -4
  18. package/dist/model.js +9 -16
  19. package/dist/model.js.map +1 -1
  20. package/dist/version.d.ts +1 -1
  21. package/dist/version.js +1 -1
  22. package/dist/webpack.d.ts +5 -0
  23. package/dist/webpack.js +7 -0
  24. package/dist/webpack.js.map +1 -0
  25. package/package.json +2 -2
  26. package/src/components/dialogs/SettingsDialog.tsx +1 -1
  27. package/src/components/header/Header.tsx +4 -2
  28. package/src/components/header/HeaderMenu.tsx +215 -11
  29. package/src/components/header/MultiAlignmentSelector.tsx +7 -6
  30. package/src/components/header/SettingsMenu.tsx +169 -0
  31. package/src/components/header/ZoomStar.tsx +1 -2
  32. package/src/model.ts +23 -30
  33. package/src/version.ts +1 -1
  34. package/src/webpack.ts +9 -0
  35. package/dist/components/header/HeaderMenuExtra.js +0 -128
  36. package/dist/components/header/HeaderMenuExtra.js.map +0 -1
  37. package/src/components/header/HeaderMenuExtra.tsx +0 -141
@@ -0,0 +1,173 @@
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
+ * tabbable 6.2.0
11
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
12
+ */
13
+
14
+ /*! *****************************************************************************
15
+ Copyright (c) Microsoft Corporation.
16
+
17
+ Permission to use, copy, modify, and/or distribute this software for any
18
+ purpose with or without fee is hereby granted.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
21
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
23
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
24
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
25
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
+ PERFORMANCE OF THIS SOFTWARE.
27
+ ***************************************************************************** */
28
+
29
+ /*! @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 */
30
+
31
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
32
+
33
+ /*!!
34
+ * SVGCanvas v2.0.3
35
+ * Draw on SVG using Canvas's 2D Context API.
36
+ *
37
+ * Licensed under the MIT license:
38
+ * http://www.opensource.org/licenses/mit-license.php
39
+ *
40
+ * Author:
41
+ * Kerry Liu
42
+ * Zeno Zeng
43
+ *
44
+ * Copyright (c) 2014 Gliffy Inc.
45
+ * Copyright (c) 2021 Zeno Zeng
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react-dom-client.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/material v7.1.0
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/private-theming v7.1.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
+ /**
135
+ * @mui/styled-engine v7.1.0
136
+ *
137
+ * @license MIT
138
+ * This source code is licensed under the MIT license found in the
139
+ * LICENSE file in the root directory of this source tree.
140
+ */
141
+
142
+ /**
143
+ * @mui/system v7.1.0
144
+ *
145
+ * @license MIT
146
+ * This source code is licensed under the MIT license found in the
147
+ * LICENSE file in the root directory of this source tree.
148
+ */
149
+
150
+ /**
151
+ * @mui/utils v7.1.0
152
+ *
153
+ * @license MIT
154
+ * This source code is licensed under the MIT license found in the
155
+ * LICENSE file in the root directory of this source tree.
156
+ */
157
+
158
+ /**
159
+ * @mui/x-data-grid v8.4.0
160
+ *
161
+ * @license MIT
162
+ * This source code is licensed under the MIT license found in the
163
+ * LICENSE file in the root directory of this source tree.
164
+ */
165
+
166
+ /** @license React v16.13.1
167
+ * react-is.production.min.js
168
+ *
169
+ * Copyright (c) Facebook, Inc. and its 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
+ */