hellfire 0.28.10 → 0.28.11
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/CHANGELOG.md +4 -0
- package/dist/index.js +7 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.28.11](http://10.16.100.57/diffusion/115/paladin/compare/v0.28.10...v0.28.11) (2024-12-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.28.10](http://10.16.100.57/diffusion/115/paladin/compare/v0.28.9...v0.28.10) (2024-12-16)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.js
CHANGED
|
@@ -50419,9 +50419,8 @@ var dicomToolDefaultProps = {
|
|
|
50419
50419
|
}, {
|
|
50420
50420
|
name: 'Wwwc',
|
|
50421
50421
|
mouseButtonMasks: [1]
|
|
50422
|
-
}, {
|
|
50423
|
-
|
|
50424
|
-
}, {
|
|
50422
|
+
}, // {name: 'ShutterShape'},
|
|
50423
|
+
{
|
|
50425
50424
|
name: 'Length',
|
|
50426
50425
|
mouseButtonMasks: [1]
|
|
50427
50426
|
}, {
|
|
@@ -50559,9 +50558,8 @@ function getCustomAvailableTools(data) {
|
|
|
50559
50558
|
}
|
|
50560
50559
|
},
|
|
50561
50560
|
mouseButtonMasks: stackScrollMask
|
|
50562
|
-
}, {
|
|
50563
|
-
|
|
50564
|
-
}, {
|
|
50561
|
+
}, // {name: 'ShutterShape'},
|
|
50562
|
+
{
|
|
50565
50563
|
name: 'Length',
|
|
50566
50564
|
mouseButtonMasks: [1]
|
|
50567
50565
|
}, {
|
|
@@ -51103,9 +51101,9 @@ var DicomViewport = /*#__PURE__*/function (_Component) {
|
|
|
51103
51101
|
|
|
51104
51102
|
|
|
51105
51103
|
_this.initSync(); // 开启方位
|
|
51104
|
+
// cornerstoneTools.setToolActiveForElement(this.element, 'ShutterShape');
|
|
51106
51105
|
|
|
51107
51106
|
|
|
51108
|
-
cornerstoneTools.setToolActiveForElement(_this.element, 'ShutterShape');
|
|
51109
51107
|
cornerstoneTools.setToolActiveForElement(_this.element, 'OrientationMarkers');
|
|
51110
51108
|
cornerstoneTools.setToolActiveForElement(_this.element, 'Overlay'); // 除去mpr情况 默认开启标尺
|
|
51111
51109
|
|
|
@@ -51213,10 +51211,10 @@ var DicomViewport = /*#__PURE__*/function (_Component) {
|
|
|
51213
51211
|
|
|
51214
51212
|
|
|
51215
51213
|
_this.initSync(); // 遮罩
|
|
51214
|
+
// cornerstoneTools.setToolActiveForElement(this.element, 'ShutterShape');
|
|
51215
|
+
// 开启方位
|
|
51216
51216
|
|
|
51217
51217
|
|
|
51218
|
-
cornerstoneTools.setToolActiveForElement(_this.element, 'ShutterShape'); // 开启方位
|
|
51219
|
-
|
|
51220
51218
|
cornerstoneTools.setToolActiveForElement(_this.element, 'OrientationMarkers');
|
|
51221
51219
|
cornerstoneTools.setToolActiveForElement(_this.element, 'Overlay'); // 除去mpr情况 默认开启标尺
|
|
51222
51220
|
|