@ohif/ui 1.10.10 → 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/README.md +5 -116
- package/dist/ohif-ui.css +21 -0
- package/dist/ohif-ui.umd.js +3 -0
- package/dist/ohif-ui.umd.js.LICENSE.txt +79 -0
- package/dist/ohif-ui.umd.js.map +1 -0
- package/package.json +46 -42
- package/CHANGELOG.md +0 -947
- package/LICENSE +0 -21
- package/dist/index.umd.js +0 -3
- package/dist/index.umd.js.LICENSE +0 -802
- package/dist/index.umd.js.map +0 -1
|
@@ -0,0 +1,79 @@
|
|
|
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
|
+
Copyright (c) 2015 Jed Watson.
|
|
15
|
+
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
16
|
+
All rights reserved.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/*!
|
|
20
|
+
* Adapted from jQuery UI core
|
|
21
|
+
*
|
|
22
|
+
* http://jqueryui.com
|
|
23
|
+
*
|
|
24
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
|
25
|
+
* Released under the MIT license.
|
|
26
|
+
* http://jquery.org/license
|
|
27
|
+
*
|
|
28
|
+
* http://api.jqueryui.com/category/ui-core/
|
|
29
|
+
*/
|
|
30
|
+
|
|
31
|
+
/*!
|
|
32
|
+
* validate.js 0.12.0
|
|
33
|
+
*
|
|
34
|
+
* (c) 2013-2017 Nicklas Ansman, 2013 Wrapp
|
|
35
|
+
* Validate.js may be freely distributed under the MIT license.
|
|
36
|
+
* For all details and documentation:
|
|
37
|
+
* http://validatejs.org/
|
|
38
|
+
*/
|
|
39
|
+
|
|
40
|
+
/*! *****************************************************************************
|
|
41
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
42
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
43
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
44
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
45
|
+
|
|
46
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
47
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
48
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
49
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
50
|
+
|
|
51
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
52
|
+
and limitations under the License.
|
|
53
|
+
***************************************************************************** */
|
|
54
|
+
|
|
55
|
+
/*! cornerstone-math - 0.1.10 - 2022-06-09 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/cornerstoneMath */
|
|
56
|
+
|
|
57
|
+
/*! dicom-parser - 1.8.12 - 2023-02-20 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
|
|
58
|
+
|
|
59
|
+
/** @license React v16.13.1
|
|
60
|
+
* react-is.production.min.js
|
|
61
|
+
*
|
|
62
|
+
* Copyright (c) Facebook, Inc. and its 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
|
+
/** @license React v17.0.2
|
|
69
|
+
* react-jsx-runtime.production.min.js
|
|
70
|
+
*
|
|
71
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
72
|
+
*
|
|
73
|
+
* This source code is licensed under the MIT license found in the
|
|
74
|
+
* LICENSE file in the root directory of this source tree.
|
|
75
|
+
*/
|
|
76
|
+
|
|
77
|
+
//! moment.js
|
|
78
|
+
|
|
79
|
+
//! moment.js locale configuration
|