@ohif/extension-dicom-microscopy 0.52.0 → 3.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/LICENSE +4 -16
- package/README.md +7 -30
- package/dist/ohif-extension-dicom-microscopy.css +2 -0
- package/dist/ohif-extension-dicom-microscopy.umd.js +3 -0
- package/dist/ohif-extension-dicom-microscopy.umd.js.LICENSE.txt +65 -0
- package/dist/ohif-extension-dicom-microscopy.umd.js.map +1 -0
- package/package.json +60 -22
- package/CHANGELOG.md +0 -228
- package/dist/index.umd.js +0 -3
- package/dist/index.umd.js.LICENSE +0 -3170
- package/dist/index.umd.js.map +0 -1
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
|
9
|
+
Licensed under the MIT License (MIT), see
|
|
10
|
+
http://jedwatson.github.io/classnames
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
* decimal.js v10.4.3
|
|
15
|
+
* An arbitrary-precision Decimal type for JavaScript.
|
|
16
|
+
* https://github.com/MikeMcl/decimal.js
|
|
17
|
+
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
18
|
+
* MIT Licence
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @license Complex.js v2.1.1 12/05/2020
|
|
23
|
+
*
|
|
24
|
+
* Copyright (c) 2020, Robert Eisele (robert@xarg.org)
|
|
25
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
26
|
+
**/
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @license Fraction.js v4.2.0 05/03/2022
|
|
30
|
+
* https://www.xarg.org/2014/03/rational-numbers-in-javascript/
|
|
31
|
+
*
|
|
32
|
+
* Copyright (c) 2021, Robert Eisele (robert@xarg.org)
|
|
33
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
34
|
+
**/
|
|
35
|
+
|
|
36
|
+
/** @license React v0.20.2
|
|
37
|
+
* scheduler.production.min.js
|
|
38
|
+
*
|
|
39
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
40
|
+
*
|
|
41
|
+
* This source code is licensed under the MIT license found in the
|
|
42
|
+
* LICENSE file in the root directory of this source tree.
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
/** @license React v17.0.2
|
|
46
|
+
* react-dom.production.min.js
|
|
47
|
+
*
|
|
48
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
49
|
+
*
|
|
50
|
+
* This source code is licensed under the MIT license found in the
|
|
51
|
+
* LICENSE file in the root directory of this source tree.
|
|
52
|
+
*/
|
|
53
|
+
|
|
54
|
+
/** @license React v17.0.2
|
|
55
|
+
* react.production.min.js
|
|
56
|
+
*
|
|
57
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
58
|
+
*
|
|
59
|
+
* This source code is licensed under the MIT license found in the
|
|
60
|
+
* LICENSE file in the root directory of this source tree.
|
|
61
|
+
*/
|
|
62
|
+
|
|
63
|
+
//! moment.js
|
|
64
|
+
|
|
65
|
+
//! moment.js locale configuration
|